/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.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.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.curr_menu{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    width: auto;
    background: #ee2424;
   
}
.ui-helper-hidden {
    display: none;
}
.img-round{
    float:left;width: 100%;height:100%;border-radius:50%;overflow:hidden
}
.tcl{text-align: center;margin: -14px 0 50px 0;}
.book_now{border: 1px solid #8f2929;
    padding: 5px 7px;}
    a.book_now{text-decoration: none!important}
.taxi-btn:hover{text-decoration: none;color: #FFF;border-radius: 3px;border-radius: 3px;}
.rut-tbl thead {
   background: #33558f;
    color: #FFF;
}
#tariff_des_id{
   font-weight: 700;
    background-color: #f29418;
    padding: 11px 25px;
    color: #fff;
}

.rut-tbl a:hover {
    color: #000;
    text-decoration: underline;
}
.rut-tbl a {
    font-size: 15px;
    color: #8f2929;
    font-weight: 500;
}
.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;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


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


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

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


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

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    zoom: 1;
}

.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;
    zoom: 1;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}

/* without this, the menu expands to 100% in IE6 */

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}

/* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
    width: 2.4em;
}

/* button elements seem to need a little more width */
.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.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;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/*button icon element(s) */
.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-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/*button sets*/
.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* reset extra padding in Firefox */

.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;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.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: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    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: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.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;
    zoom: 1;
    width: 100%;
}

.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;
    zoom: 1;
    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;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.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-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-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-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;
    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;
}

/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

/* vertical centre icon */
.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.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: 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;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.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;
}

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
    background-image: none;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
    font-size: 1.1em /*{fsDefault}*/;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa /*{borderColorContent}*/;
    background: #ffffff /*{bgColorContent}*/ url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/;
    color: #222222 /*{fcContent}*/;
}

.ui-widget-content a {
    color: #222222 /*{fcContent}*/;
}

.ui-widget-header {
    border: 1px solid #aaaaaa /*{borderColorHeader}*/;
    background: #cccccc /*{bgColorHeader}*/ url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
    color: #222222 /*{fcHeader}*/;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222 /*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3 /*{borderColorDefault}*/;
    background: #e6e6e6 /*{bgColorDefault}*/ url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #555555 /*{fcDefault}*/;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555 /*{fcDefault}*/;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999 /*{borderColorHover}*/;
    background: #dadada /*{bgColorHover}*/ url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcHover}*/;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #212121 /*{fcHover}*/;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa /*{borderColorActive}*/;
    background: #ffffff /*{bgColorActive}*/ url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) /*{bgImgUrlActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcActive}*/;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121 /*{fcActive}*/;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1 /*{borderColorHighlight}*/;
    background: #fbf9ee /*{bgColorHighlight}*/ url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/;
    color: #363636 /*{fcHighlight}*/;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636 /*{fcHighlight}*/;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a /*{borderColorError}*/;
    background: #fef1ec /*{bgColorError}*/ url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x /*{bgErrorRepeat}*/;
    color: #cd0a0a /*{fcError}*/;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a /*{fcError}*/;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a /*{fcError}*/;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

/* For IE8 - See #6059 */

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

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-icons_222222_256x240.png) /*{iconsContent}*/;
}

.ui-widget-content .ui-icon {
    background-image: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-icons_222222_256x240.png) /*{iconsContent}*/;
}

.ui-widget-header .ui-icon {
    background-image: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-icons_222222_256x240.png) /*{iconsHeader}*/;
}

.ui-state-default .ui-icon {
    background-image: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-icons_888888_256x240.png) /*{iconsDefault}*/;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-icons_454545_256x240.png) /*{iconsHover}*/;
}

.ui-state-active .ui-icon {
    background-image: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-icons_454545_256x240.png) /*{iconsActive}*/;
}

.ui-state-highlight .ui-icon {
    background-image: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-icons_2e83ff_256x240.png) /*{iconsHighlight}*/;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-icons_cd0a0a_256x240.png) /*{iconsError}*/;
}

/* positioning */
.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


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

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 4px /*{cornerRadius}*/;
    -webkit-border-top-left-radius: 4px /*{cornerRadius}*/;
    -khtml-border-top-left-radius: 4px /*{cornerRadius}*/;
    border-top-left-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 4px /*{cornerRadius}*/;
    -webkit-border-top-right-radius: 4px /*{cornerRadius}*/;
    -khtml-border-top-right-radius: 4px /*{cornerRadius}*/;
    border-top-right-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 4px /*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 4px /*{cornerRadius}*/;
    -khtml-border-bottom-left-radius: 4px /*{cornerRadius}*/;
    border-bottom-left-radius: 4px /*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 4px /*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 4px /*{cornerRadius}*/;
    -khtml-border-bottom-right-radius: 4px /*{cornerRadius}*/;
    border-bottom-right-radius: 4px /*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa /*{bgColorOverlay}*/ url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
    opacity: .3;
    filter: Alpha(Opacity=30) /*{opacityOverlay}*/;
}

.ui-widget-shadow {
    margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
    padding: 8px /*{thicknessShadow}*/;
    background: #aaaaaa /*{bgColorShadow}*/ url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
    opacity: .3;
    filter: Alpha(Opacity=30) /*{opacityShadow}*/;
    -moz-border-radius: 8px /*{cornerRadiusShadow}*/;
    -khtml-border-radius: 8px /*{cornerRadiusShadow}*/;
    -webkit-border-radius: 8px /*{cornerRadiusShadow}*/;
    border-radius: 8px /*{cornerRadiusShadow}*/;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

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

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

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/twitter/bootstrap3/glyphicons-halflings-regular.eot');
    src: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/twitter/bootstrap3/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/twitter/bootstrap3/glyphicons-halflings-regular.woff2') format('woff2'), url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/twitter/bootstrap3/glyphicons-halflings-regular.woff') format('woff'), url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/twitter/bootstrap3/glyphicons-halflings-regular.ttf') format('truetype'), url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/twitter/bootstrap3/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color:#3c3c3c;
    text-decoration: none
}

a:hover, a:focus {
    color:#0a88c5;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 32px;
    margin-bottom: 32px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 32px;
    margin-bottom: 16px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 16px;
    margin-bottom: 16px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 48px
}

h2, .h2 {
    font-size: 32px
}

h3, .h3 {
    font-size: 20px
}

h4, .h4 {
    font-size: 20px
}

h5, .h5 {
    font-size: 16px
}

h6, .h6 {
    font-size: 14px
}

p {
    margin: 0 0 16px
}

.lead {
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px
    }
}

small, .small {
    font-size: 87%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #ee2424
}

a.text-primary:hover, a.text-primary:focus {
    color: #cf1010
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #ee2424
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #cf1010
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 15px;
    margin: 64px 0 32px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 16px
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 32px
}

dt, dd {
    line-height: 2
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 16px 32px;
    margin: 0 0 32px;
    font-size: 20px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 2;
    color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 32px;
    font-style: normal;
    line-height: 2
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 15.5px;
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 2;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 2;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 24px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 2;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 46px
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 33px
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 49px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 32px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: .44444444px
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 48px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 33px;
    line-height: 33px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 46px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 49px;
    line-height: 49px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 52px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 57.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 37px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 39px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #ee2424;
    border-color: #e71212
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #cf1010;
    border-color: #700909
}

.btn-primary:hover {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #ae0d0d;
    border-color: #700909
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #ee2424;
    border-color: #e71212
}

.btn-primary .badge {
    color: #ee2424;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #ee2424;
    font-weight: normal;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #b70e0e;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -moz-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -moz-transition-property: .35s;
    -o-transition-property: .35s;
    -webkit-transition-property: .35s;
    transition-property: .35s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 15px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 2;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ee2424
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 2;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    line-height: 49px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    line-height: 33px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #ee2424
}

.nav .nav-divider {
    height: 1px;
    margin: 15px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 2;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ee2424
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 32px;
    border: 1px solid transparent
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 992px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 992px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 9px 15px;
    font-size: 20px;
    line-height: 32px;
    height: 50px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 4.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 32px
}

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 32px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 2px;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 2px;
    margin-bottom: 2px
}

.navbar-btn.btn-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 9px;
    margin-bottom: 9px
}

@media (min-width: 992px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 992px) {
    .navbar-left {
        float: left !important;
        float: left
    }

    .navbar-right {
        float: right !important;
        float: right;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 32px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 32px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 2;
    text-decoration: none;
    color: #ee2424;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #b70e0e;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #ee2424;
    border-color: #ee2424;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
    pointer-events: none
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 32px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
    pointer-events: none
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #ee2424
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #cf1010
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #ee2424;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 72px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 32px;
    line-height: 2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #ee2424
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 32px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 32px;
    margin-bottom: 32px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background-color: #ee2424;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    -webkit-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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #ee2424;
    border-color: #ee2424
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fde1e1
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 32px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 32px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #ee2424
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #ee2424;
    border-color: #ee2424
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ee2424
}

.panel-primary > .panel-heading .badge {
    color: #ee2424;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ee2424
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -moz-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 2
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .header-style-1 .assan-mm:before, .header-style-1 .assan-mm:after, .header-style-1 .top-bar:before, .header-style-1 .top-bar:after, .content-area:before, .content-area:after, .section-base:before, .section-base:after, section:before, section:after, .section:before, .section:after, .section-fluid:before, .section-fluid:after {
    content: " ";
    display: table
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .header-style-1 .assan-mm:after, .header-style-1 .top-bar:after, .content-area:after, .section-base:after, section:after, .section:after, .section-fluid:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1396px
    }
}

.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left
}

.col-xl-12 {
    width: 100%
}

.col-xl-11 {
    width: 91.66666667%
}

.col-xl-10 {
    width: 83.33333333%
}

.col-xl-9 {
    width: 75%
}

.col-xl-8 {
    width: 66.66666667%
}

.col-xl-7 {
    width: 58.33333333%
}

.col-xl-6 {
    width: 50%
}

.col-xl-5 {
    width: 41.66666667%
}

.col-xl-4 {
    width: 33.33333333%
}

.col-xl-3 {
    width: 25%
}

.col-xl-2 {
    width: 16.66666667%
}

.col-xl-1 {
    width: 8.33333333%
}

.col-xl-pull-12 {
    right: 100%
}

.col-xl-pull-11 {
    right: 91.66666667%
}

.col-xl-pull-10 {
    right: 83.33333333%
}

.col-xl-pull-9 {
    right: 75%
}

.col-xl-pull-8 {
    right: 66.66666667%
}

.col-xl-pull-7 {
    right: 58.33333333%
}

.col-xl-pull-6 {
    right: 50%
}

.col-xl-pull-5 {
    right: 41.66666667%
}

.col-xl-pull-4 {
    right: 33.33333333%
}

.col-xl-pull-3 {
    right: 25%
}

.col-xl-pull-2 {
    right: 16.66666667%
}

.col-xl-pull-1 {
    right: 8.33333333%
}

.col-xl-pull-0 {
    right: auto
}

.col-xl-push-12 {
    left: 100%
}

.col-xl-push-11 {
    left: 91.66666667%
}

.col-xl-push-10 {
    left: 83.33333333%
}

.col-xl-push-9 {
    left: 75%
}

.col-xl-push-8 {
    left: 66.66666667%
}

.col-xl-push-7 {
    left: 58.33333333%
}

.col-xl-push-6 {
    left: 50%
}

.col-xl-push-5 {
    left: 41.66666667%
}

.col-xl-push-4 {
    left: 33.33333333%
}

.col-xl-push-3 {
    left: 25%
}

.col-xl-push-2 {
    left: 16.66666667%
}

.col-xl-push-1 {
    left: 8.33333333%
}

.col-xl-push-0 {
    left: auto
}

.col-xl-offset-12 {
    margin-left: 100%
}

.col-xl-offset-11 {
    margin-left: 91.66666667%
}

.col-xl-offset-10 {
    margin-left: 83.33333333%
}

.col-xl-offset-9 {
    margin-left: 75%
}

.col-xl-offset-8 {
    margin-left: 66.66666667%
}

.col-xl-offset-7 {
    margin-left: 58.33333333%
}

.col-xl-offset-6 {
    margin-left: 50%
}

.col-xl-offset-5 {
    margin-left: 41.66666667%
}

.col-xl-offset-4 {
    margin-left: 33.33333333%
}

.col-xl-offset-3 {
    margin-left: 25%
}

.col-xl-offset-2 {
    margin-left: 16.66666667%
}

.col-xl-offset-1 {
    margin-left: 8.33333333%
}

.col-xl-offset-0 {
    margin-left: 0
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */

[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em
}

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

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

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

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.14285714em;
    text-align: right;
    padding-right: .28571429em
}

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

.icons-ul {
    margin-left: 2.14285714em;
    list-style-type: none
}

.icons-ul > li {
    position: relative
}

.icons-ul .icon-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    text-align: center;
    line-height: inherit
}

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

.icon-muted {
    color: #eee
}

.icon-light {
    color: #fff
}

.icon-dark {
    color: #333
}

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

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

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

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

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

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

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

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    line-height: inherit
}

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

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

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

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

a .icon-stack, a .icon-spin {
    display: inline-block;
    text-decoration: none
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

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

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

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

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

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

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
    display: inline-block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-desktop:before {
    content:(
    min-width: 992px)
}

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

.icon-tablet:before {
    content:(
    min-width: 768px) and (max-width: 991 px)
}

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

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

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

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

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

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

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

.icon-github-alt:before {
    content: "\f113"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-compass:before {
    content: "\f14e"
}

.icon-collapse:before {
    content: "\f150"
}

.icon-collapse-top:before {
    content: "\f151"
}

.icon-expand:before {
    content: "\f152"
}

.icon-euro:before, .icon-eur:before {
    content: "\f153"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-dollar:before, .icon-usd:before {
    content: "\f155"
}

.icon-rupee:before, .icon-inr:before {
    content: "\f156"
}

.icon-yen:before, .icon-jpy:before {
    content: "\f157"
}

.icon-renminbi:before, .icon-cny:before {
    content: "\f158"
}

.icon-won:before, .icon-krw:before {
    content: "\f159"
}

.icon-bitcoin:before, .icon-btc:before {
    content: "\f15a"
}

.icon-file:before {
    content: "\f15b"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-sort-by-alphabet:before {
    content: "\f15d"
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e"
}

.icon-sort-by-attributes:before {
    content: "\f160"
}

.icon-sort-by-attributes-alt:before {
    content: "\f161"
}

.icon-sort-by-order:before {
    content: "\f162"
}

.icon-sort-by-order-alt:before {
    content: "\f163"
}

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

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

.icon-youtube-sign:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-xing:before {
    content: "\f168"
}

.icon-xing-sign:before {
    content: "\f169"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-dropbox:before {
    content: "\f16b"
}

.icon-stackexchange:before {
    content: "\f16c"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-adn:before {
    content: "\f170"
}

.icon-bitbucket:before {
    content: "\f171"
}

.icon-bitbucket-sign:before {
    content: "\f172"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-tumblr-sign:before {
    content: "\f174"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-apple:before {
    content: "\f179"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-android:before {
    content: "\f17b"
}

.icon-linux:before {
    content: "\f17c"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-skype:before {
    content: "\f17e"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-trello:before {
    content: "\f181"
}

.icon-female:before {
    content: "\f182"
}

.icon-male:before {
    content: "\f183"
}

.icon-gittip:before {
    content: "\f184"
}

.icon-sun:before {
    content: "\f185"
}

.icon-moon:before {
    content: "\f186"
}

.icon-archive:before {
    content: "\f187"
}

.icon-bug:before {
    content: "\f188"
}

.icon-vk:before {
    content: "\f189"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-renren:before {
    content: "\f18b"
}

@font-face {
    font-family: 'FontAwesome4';
    src: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/font-awesome-4/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/font-awesome-4/fontawesome-webfont.eot?v=4.7.0#iefix') format('embedded-opentype'), url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/font-awesome-4/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/font-awesome-4/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/font-awesome-4/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/font-awesome-4/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome4;
    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
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.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
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-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 {
    -ms-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-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

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

.fa-feed:before, .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, .fa-gratipay: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-pp: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-resistance: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-y-combinator-square:before, .fa-yc-square:before, .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"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.coupon-badge-right-large, .coupon-badge-right-medium, .coupon-badge-right-small, .arrow-left, .arrow-left-hover, .arrow-right, .arrow-right-hover, .coupon-badge2-right {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat
}

.coupon-badge-right-large {
    background-position: 0 0;
    width: 40px;
    height: 64px
}

.coupon-badge-right-medium {
    background-position: 0 -104px;
    width: 34px;
    height: 48px
}

.coupon-badge-right-small {
    background-position: 0 -66px;
    width: 29px;
    height: 36px
}

.arrow-left {
    background-position: -19px -211px;
    width: 15px;
    height: 53px
}

.arrow-left-hover {
    background-position: 0 -211px;
    width: 15px;
    height: 53px
}

.arrow-right {
    background-position: -19px -155px;
    width: 15px;
    height: 53px
}

.arrow-right-hover {
    background-position: 0 -155px;
    width: 15px;
    height: 53px
}

.coupon-badge2-right {
    background-position: 0 -267px;
    width: 13px;
    height: 26px
}

.listreset {
    margin: 0;
    padding: 0;
    list-style: none
}

.error-section {
    padding: 40px 0
}

.error-section .content {
    text-align: center;
    line-height: 1
}

.error-section .content .error-code, .error-section .content .error-title {
    color: #ee2424
}

.error-section .content .error-code {
    font-size: 144px;
    font-weight: bold
}

.error-section .content .error-title {
    font-size: 64px;
    font-weight: 300
}

.error-section .content .error-message {
    margin-top: 20px
}

.error-section .content .btn-primary-lg {
    margin: 20px 0;
    font-size: 18px
}

.currency-flag {
    width: 16px;
    height: 11px;
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/currency-flags.png") no-repeat
}

.currency-flag.flag-aed {
    background-position: -32px 0
}

.currency-flag.flag-afn {
    background-position: -48px 0
}

.currency-flag.flag-all {
    background-position: -96px 0
}

.currency-flag.flag-amd {
    background-position: -112px 0
}

.currency-flag.flag-ang {
    background-position: -128px 0
}

.currency-flag.flag-aoa {
    background-position: -144px 0
}

.currency-flag.flag-ars {
    background-position: -160px 0
}

.currency-flag.flag-aud {
    background-position: -208px 0
}

.currency-flag.flag-awg {
    background-position: -224px 0
}

.currency-flag.flag-azn {
    background-position: -240px 0
}

.currency-flag.flag-bam {
    background-position: 0 -11px
}

.currency-flag.flag-bbd {
    background-position: -16px -11px
}

.currency-flag.flag-bdt {
    background-position: -32px -11px
}

.currency-flag.flag-bgn {
    background-position: -80px -11px
}

.currency-flag.flag-bhd {
    background-position: -96px -11px
}

.currency-flag.flag-bif {
    background-position: -112px -11px
}

.currency-flag.flag-bmd {
    background-position: -144px -11px
}

.currency-flag.flag-bnd {
    background-position: -160px -11px
}

.currency-flag.flag-bob {
    background-position: -176px -11px
}

.currency-flag.flag-brl {
    background-position: -192px -11px
}

.currency-flag.flag-bsd {
    background-position: -208px -11px
}

.currency-flag.flag-btn {
    background-position: -224px -11px
}

.currency-flag.flag-bwp {
    background-position: 0 -22px
}

.currency-flag.flag-byr {
    background-position: -16px -22px
}

.currency-flag.flag-bzd {
    background-position: -32px -22px
}

.currency-flag.flag-cad {
    background-position: -48px -22px
}

.currency-flag.flag-cdf {
    background-position: -80px -22px
}

.currency-flag.flag-chf {
    background-position: -128px -22px
}

.currency-flag.flag-clf {
    background-position: -176px -22px
}

.currency-flag.flag-clp {
    background-position: -176px -22px
}

.currency-flag.flag-cny {
    background-position: -208px -22px
}

.currency-flag.flag-cop {
    background-position: -224px -22px
}

.currency-flag.flag-crc {
    background-position: -240px -22px
}

.currency-flag.flag-cuc {
    background-position: 0 -33px
}

.currency-flag.flag-cup {
    background-position: 0 -33px
}

.currency-flag.flag-cve {
    background-position: -16px -33px
}

.currency-flag.flag-czk {
    background-position: -64px -33px
}

.currency-flag.flag-djf {
    background-position: -96px -33px
}

.currency-flag.flag-dkk {
    background-position: -112px -33px
}

.currency-flag.flag-dop {
    background-position: -144px -33px
}

.currency-flag.flag-dzd {
    background-position: -160px -33px
}

.currency-flag.flag-egp {
    background-position: -208px -33px
}

.currency-flag.flag-ern {
    background-position: 0 -44px
}

.currency-flag.flag-etb {
    background-position: -32px -44px
}

.currency-flag.flag-eur {
    background-position: -48px -44px
}

.currency-flag.flag-fjd {
    background-position: -80px -44px
}

.currency-flag.flag-fkp {
    background-position: -96px -44px
}

.currency-flag.flag-gbp {
    background-position: -176px -44px
}

.currency-flag.flag-gel {
    background-position: -208px -44px
}

.currency-flag.flag-ggp {
    background-position: -240px -44px
}

.currency-flag.flag-ghs {
    background-position: 0 -55px
}

.currency-flag.flag-gip {
    background-position: -16px -55px
}

.currency-flag.flag-gmd {
    background-position: -48px -55px
}

.currency-flag.flag-gnf {
    background-position: -64px -55px
}

.currency-flag.flag-gtq {
    background-position: -144px -55px
}

.currency-flag.flag-gyd {
    background-position: -192px -55px
}

.currency-flag.flag-hkd {
    background-position: -208px -55px
}

.currency-flag.flag-hnl {
    background-position: -240px -55px
}

.currency-flag.flag-hrk {
    background-position: 0 -66px
}

.currency-flag.flag-htg {
    background-position: -16px -66px
}

.currency-flag.flag-huf {
    background-position: -32px -66px
}

.currency-flag.flag-idr {
    background-position: -64px -66px
}

.currency-flag.flag-ils {
    background-position: -96px -66px
}

.currency-flag.flag-imp {
    background-position: -112px -66px
}

.currency-flag.flag-inr {
    background-position: -128px -66px
}

.currency-flag.flag-iqd {
    background-position: -160px -66px
}

.currency-flag.flag-irr {
    background-position: -176px -66px
}

.currency-flag.flag-isk {
    background-position: -192px -66px
}

.currency-flag.flag-jep {
    background-position: -224px -66px
}

.currency-flag.flag-jmd {
    background-position: -240px -66px
}

.currency-flag.flag-jod {
    background-position: 0 -77px
}

.currency-flag.flag-jpy {
    background-position: -16px -77px
}

.currency-flag.flag-kes {
    background-position: -32px -77px
}

.currency-flag.flag-kgs {
    background-position: -48px -77px
}

.currency-flag.flag-khr {
    background-position: -64px -77px
}

.currency-flag.flag-kmf {
    background-position: -96px -77px
}

.currency-flag.flag-kpw {
    background-position: -128px -77px
}

.currency-flag.flag-krw {
    background-position: -144px -77px
}

.currency-flag.flag-kwd {
    background-position: -176px -77px
}

.currency-flag.flag-kyd {
    background-position: -192px -77px
}

.currency-flag.flag-kzt {
    background-position: -208px -77px
}

.currency-flag.flag-lak {
    background-position: -224px -77px
}

.currency-flag.flag-lbp {
    background-position: -240px -77px
}

.currency-flag.flag-lkr {
    background-position: -32px -88px
}

.currency-flag.flag-lrd {
    background-position: -48px -88px
}

.currency-flag.flag-lsl {
    background-position: -64px -88px
}

.currency-flag.flag-ltl {
    background-position: -80px -88px
}

.currency-flag.flag-lvl {
    background-position: -112px -88px
}

.currency-flag.flag-lyd {
    background-position: -128px -88px
}

.currency-flag.flag-mad {
    background-position: -144px -88px
}

.currency-flag.flag-mdl {
    background-position: -176px -88px
}

.currency-flag.flag-mga {
    background-position: -208px -88px
}

.currency-flag.flag-mkd {
    background-position: -240px -88px
}

.currency-flag.flag-mmk {
    background-position: -16px -99px
}

.currency-flag.flag-mnt {
    background-position: -32px -99px
}

.currency-flag.flag-mop {
    background-position: -48px -99px
}

.currency-flag.flag-mro {
    background-position: -96px -99px
}

.currency-flag.flag-mur {
    background-position: -144px -99px
}

.currency-flag.flag-mvr {
    background-position: -160px -99px
}

.currency-flag.flag-mwk {
    background-position: -176px -99px
}

.currency-flag.flag-mxn {
    background-position: -192px -99px
}

.currency-flag.flag-myr {
    background-position: -208px -99px
}

.currency-flag.flag-mzn {
    background-position: -224px -99px
}

.currency-flag.flag-nad {
    background-position: -240px -99px
}

.currency-flag.flag-ngn {
    background-position: -48px -110px
}

.currency-flag.flag-nio {
    background-position: -64px -110px
}

.currency-flag.flag-nok {
    background-position: -96px -110px
}

.currency-flag.flag-npr {
    background-position: -112px -110px
}

.currency-flag.flag-nzd {
    background-position: -160px -110px
}

.currency-flag.flag-omr {
    background-position: -176px -110px
}

.currency-flag.flag-pab {
    background-position: -192px -110px
}

.currency-flag.flag-pen {
    background-position: -208px -110px
}

.currency-flag.flag-pgk {
    background-position: -240px -110px
}

.currency-flag.flag-php {
    background-position: 0 -121px
}

.currency-flag.flag-pkr {
    background-position: -16px -121px
}

.currency-flag.flag-pln {
    background-position: -32px -121px
}

.currency-flag.flag-pyg {
    background-position: -144px -121px
}

.currency-flag.flag-qar {
    background-position: -160px -121px
}

.currency-flag.flag-ron {
    background-position: -192px -121px
}

.currency-flag.flag-rsd {
    background-position: -208px -121px
}

.currency-flag.flag-rub {
    background-position: -224px -121px
}

.currency-flag.flag-rwf {
    background-position: -240px -121px
}

.currency-flag.flag-sar {
    background-position: 0 -132px
}

.currency-flag.flag-sbd {
    background-position: -16px -132px
}

.currency-flag.flag-scr {
    background-position: -32px -132px
}

.currency-flag.flag-sdg {
    background-position: -64px -132px
}

.currency-flag.flag-sek {
    background-position: -80px -132px
}

.currency-flag.flag-sgd {
    background-position: -96px -132px
}

.currency-flag.flag-shp {
    background-position: -112px -132px
}

.currency-flag.flag-sll {
    background-position: -160px -132px
}

.currency-flag.flag-sos {
    background-position: -208px -132px
}

.currency-flag.flag-srd {
    background-position: -240px -132px
}

.currency-flag.flag-std {
    background-position: -16px -143px
}

.currency-flag.flag-svc {
    background-position: -32px -143px
}

.currency-flag.flag-syp {
    background-position: -64px -143px
}

.currency-flag.flag-szl {
    background-position: -80px -143px
}

.currency-flag.flag-thb {
    background-position: -160px -143px
}

.currency-flag.flag-tjs {
    background-position: -192px -143px
}

.currency-flag.flag-tmt {
    background-position: -240px -143px
}

.currency-flag.flag-tnd {
    background-position: 0 -154px
}

.currency-flag.flag-top {
    background-position: -16px -154px
}

.currency-flag.flag-try {
    background-position: -32px -154px
}

.currency-flag.flag-ttd {
    background-position: -48px -154px
}

.currency-flag.flag-twd {
    background-position: -80px -154px
}

.currency-flag.flag-tzs {
    background-position: -96px -154px
}

.currency-flag.flag-uah {
    background-position: -112px -154px
}

.currency-flag.flag-ugx {
    background-position: -128px -154px
}

.currency-flag.flag-usd {
    background-position: -160px -154px
}

.currency-flag.flag-uyu {
    background-position: -176px -154px
}

.currency-flag.flag-uzs {
    background-position: -192px -154px
}

.currency-flag.flag-vef {
    background-position: -240px -154px
}

.currency-flag.flag-vnd {
    background-position: -32px -165px
}

.currency-flag.flag-vuv {
    background-position: -48px -165px
}

.currency-flag.flag-wst {
    background-position: -96px -165px
}

.currency-flag.flag-xaf {
    background-position: -192px -22px
}

.currency-flag.flag-xcd {
    background-position: -224px -154px
}

.currency-flag.flag-xof {
    background-position: -64px -11px
}

.currency-flag.flag-xpf {
    background-position: 0 -110px
}

.currency-flag.flag-yer {
    background-position: -128px -165px
}

.currency-flag.flag-zar {
    background-position: -160px -165px
}

.currency-flag.flag-zmk {
    background-position: -192px -165px
}

.currency-flag.flag-zwl {
    background-position: -208px -165px
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 4px
}

.btn-primary {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    letter-spacing: 4px;
    font-style: inherit;
    font-weight: inherit;
    color: #fff;
    background-color: #ee2424;
    border-color: #e71212;
    text-transform: uppercase
}

.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.focus, .btn-primary:active.focus, .btn-primary.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #333;
    text-decoration: none
}

.btn-primary:active, .btn-primary.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.btn-primary.disabled, fieldset[disabled] a.btn-primary {
    pointer-events: none
}

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

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

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

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

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #cf1010;
    border-color: #700909
}

.btn-primary:hover {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #ae0d0d;
    border-color: #700909
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #ee2424;
    border-color: #e71212
}

.btn-primary .badge {
    color: #ee2424;
    background-color: #fff
}

.btn-size-lg {
    padding: 5px 50px
}

.btn-primary-lg {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    letter-spacing: 4px;
    font-style: inherit;
    font-weight: inherit;
    color: #fff;
    background-color: #ee2424;
    border-color: #e71212;
    text-transform: uppercase;
    padding: 5px 50px;
    font-size: 18px
}

.btn-primary-lg:focus, .btn-primary-lg.focus {
    color: #fff;
    background-color: #cf1010;
    border-color: #700909
}

.btn-primary-lg:hover {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.btn-primary-lg:active, .btn-primary-lg.active, .open > .dropdown-toggle.btn-primary-lg {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.btn-primary-lg:active:hover, .btn-primary-lg.active:hover, .open > .dropdown-toggle.btn-primary-lg:hover, .btn-primary-lg:active:focus, .btn-primary-lg.active:focus, .open > .dropdown-toggle.btn-primary-lg:focus, .btn-primary-lg:active.focus, .btn-primary-lg.active.focus, .open > .dropdown-toggle.btn-primary-lg.focus {
    color: #fff;
    background-color: #ae0d0d;
    border-color: #700909
}

.btn-primary-lg:active, .btn-primary-lg.active, .open > .dropdown-toggle.btn-primary-lg {
    background-image: none
}

.btn-primary-lg.disabled:hover, .btn-primary-lg[disabled]:hover, fieldset[disabled] .btn-primary-lg:hover, .btn-primary-lg.disabled:focus, .btn-primary-lg[disabled]:focus, fieldset[disabled] .btn-primary-lg:focus, .btn-primary-lg.disabled.focus, .btn-primary-lg[disabled].focus, fieldset[disabled] .btn-primary-lg.focus {
    background-color: #ee2424;
    border-color: #e71212
}

.btn-primary-lg .badge {
    color: #ee2424;
    background-color: #fff
}

.btn-primary-lg:focus, .btn-primary-lg:active:focus, .btn-primary-lg.active:focus, .btn-primary-lg.focus, .btn-primary-lg:active.focus, .btn-primary-lg.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-primary-lg:hover, .btn-primary-lg:focus, .btn-primary-lg.focus {
    color: #333;
    text-decoration: none
}

.btn-primary-lg:active, .btn-primary-lg.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-primary-lg.disabled, .btn-primary-lg[disabled], fieldset[disabled] .btn-primary-lg {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.btn-primary-lg.disabled, fieldset[disabled] a.btn-primary-lg {
    pointer-events: none
}

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

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

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

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

.btn-primary-lg:focus, .btn-primary-lg.focus {
    color: #fff;
    background-color: #cf1010;
    border-color: #700909
}

.btn-primary-lg:hover {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.btn-primary-lg:active, .btn-primary-lg.active, .open > .dropdown-toggle.btn-primary-lg {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.btn-primary-lg:active:hover, .btn-primary-lg.active:hover, .open > .dropdown-toggle.btn-primary-lg:hover, .btn-primary-lg:active:focus, .btn-primary-lg.active:focus, .open > .dropdown-toggle.btn-primary-lg:focus, .btn-primary-lg:active.focus, .btn-primary-lg.active.focus, .open > .dropdown-toggle.btn-primary-lg.focus {
    color: #fff;
    background-color: #ae0d0d;
    border-color: #700909
}

.btn-primary-lg:active, .btn-primary-lg.active, .open > .dropdown-toggle.btn-primary-lg {
    background-image: none
}

.btn-primary-lg.disabled:hover, .btn-primary-lg[disabled]:hover, fieldset[disabled] .btn-primary-lg:hover, .btn-primary-lg.disabled:focus, .btn-primary-lg[disabled]:focus, fieldset[disabled] .btn-primary-lg:focus, .btn-primary-lg.disabled.focus, .btn-primary-lg[disabled].focus, fieldset[disabled] .btn-primary-lg.focus {
    background-color: #ee2424;
    border-color: #e71212
}

.btn-primary-lg .badge {
    color: #ee2424;
    background-color: #fff
}

.book-button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    letter-spacing: 4px;
    font-style: inherit;
    font-weight: inherit;
    color: #fff;
    background-color: #ee2424;
    border-color: #e71212;
    text-transform: uppercase;
    padding: 5px 50px;
    font-size: 22px;
    font-weight: normal;
    padding: 7px 50px
}

.book-button:focus, .book-button.focus {
    color: #fff;
    background-color: #cf1010;
    border-color: #700909
}

.book-button:hover {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.book-button:active, .book-button.active, .open > .dropdown-toggle.book-button {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.book-button:active:hover, .book-button.active:hover, .open > .dropdown-toggle.book-button:hover, .book-button:active:focus, .book-button.active:focus, .open > .dropdown-toggle.book-button:focus, .book-button:active.focus, .book-button.active.focus, .open > .dropdown-toggle.book-button.focus {
    color: #fff;
    background-color: #ae0d0d;
    border-color: #700909
}

.book-button:active, .book-button.active, .open > .dropdown-toggle.book-button {
    background-image: none
}

.book-button.disabled:hover, .book-button[disabled]:hover, fieldset[disabled] .book-button:hover, .book-button.disabled:focus, .book-button[disabled]:focus, fieldset[disabled] .book-button:focus, .book-button.disabled.focus, .book-button[disabled].focus, fieldset[disabled] .book-button.focus {
    background-color: #ee2424;
    border-color: #e71212
}

.book-button .badge {
    color: #ee2424;
    background-color: #fff
}

.book-button:focus, .book-button:active:focus, .book-button.active:focus, .book-button.focus, .book-button:active.focus, .book-button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.book-button:hover, .book-button:focus, .book-button.focus {
    color: #333;
    text-decoration: none
}

.book-button:active, .book-button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.book-button.disabled, .book-button[disabled], fieldset[disabled] .book-button {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.book-button.disabled, fieldset[disabled] a.book-button {
    pointer-events: none
}

.book-button [class^="icon-"].icon-large, .book-button [class*=" icon-"].icon-large {
    line-height: .9em
}

.book-button [class^="icon-"].icon-spin, .book-button [class*=" icon-"].icon-spin {
    display: inline-block
}

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

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

.book-button:focus, .book-button.focus {
    color: #fff;
    background-color: #cf1010;
    border-color: #700909
}

.book-button:hover {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.book-button:active, .book-button.active, .open > .dropdown-toggle.book-button {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.book-button:active:hover, .book-button.active:hover, .open > .dropdown-toggle.book-button:hover, .book-button:active:focus, .book-button.active:focus, .open > .dropdown-toggle.book-button:focus, .book-button:active.focus, .book-button.active.focus, .open > .dropdown-toggle.book-button.focus {
    color: #fff;
    background-color: #ae0d0d;
    border-color: #700909
}

.book-button:active, .book-button.active, .open > .dropdown-toggle.book-button {
    background-image: none
}

.book-button.disabled:hover, .book-button[disabled]:hover, fieldset[disabled] .book-button:hover, .book-button.disabled:focus, .book-button[disabled]:focus, fieldset[disabled] .book-button:focus, .book-button.disabled.focus, .book-button[disabled].focus, fieldset[disabled] .book-button.focus {
    background-color: #ee2424;
    border-color: #e71212
}

.book-button .badge {
    color: #ee2424;
    background-color: #fff
}

.outline-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    font-style: inherit;
    font-weight: inherit;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 4px;
    background-color: transparent !important;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 20px
}

.outline-button:focus, .outline-button:active:focus, .outline-button.active:focus, .outline-button.focus, .outline-button:active.focus, .outline-button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.outline-button:hover, .outline-button:focus, .outline-button.focus {
    color: #333;
    text-decoration: none
}

.outline-button:active, .outline-button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.outline-button.disabled, .outline-button[disabled], fieldset[disabled] .outline-button {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.outline-button.disabled, fieldset[disabled] a.outline-button {
    pointer-events: none
}

.outline-button [class^="icon-"].icon-large, .outline-button [class*=" icon-"].icon-large {
    line-height: .9em
}

.outline-button [class^="icon-"].icon-spin, .outline-button [class*=" icon-"].icon-spin {
    display: inline-block
}

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

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

.outline-button:hover {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    border-color: white
}

.assan-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    letter-spacing: 4px;
    font-style: inherit;
    font-weight: inherit;
    color: #fff;
    background-color: #ee2424;
    border-color: #e71212;
    padding: 6px 50px;
    text-transform: uppercase
}

.assan-button:focus, .assan-button:active:focus, .assan-button.active:focus, .assan-button.focus, .assan-button:active.focus, .assan-button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.assan-button:hover, .assan-button:focus, .assan-button.focus {
    color: #333;
    text-decoration: none
}

.assan-button:active, .assan-button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.assan-button.disabled, .assan-button[disabled], fieldset[disabled] .assan-button {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.assan-button.disabled, fieldset[disabled] a.assan-button {
    pointer-events: none
}

.assan-button [class^="icon-"].icon-large, .assan-button [class*=" icon-"].icon-large {
    line-height: .9em
}

.assan-button [class^="icon-"].icon-spin, .assan-button [class*=" icon-"].icon-spin {
    display: inline-block
}

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

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

.assan-button:focus, .assan-button.focus {
    color: #fff;
    background-color: #cf1010;
    border-color: #700909
}

.assan-button:hover {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.assan-button:active, .assan-button.active, .open > .dropdown-toggle.assan-button {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.assan-button:active:hover, .assan-button.active:hover, .open > .dropdown-toggle.assan-button:hover, .assan-button:active:focus, .assan-button.active:focus, .open > .dropdown-toggle.assan-button:focus, .assan-button:active.focus, .assan-button.active.focus, .open > .dropdown-toggle.assan-button.focus {
    color: #fff;
    background-color: #ae0d0d;
    border-color: #700909
}

.assan-button:active, .assan-button.active, .open > .dropdown-toggle.assan-button {
    background-image: none
}

.assan-button.disabled:hover, .assan-button[disabled]:hover, fieldset[disabled] .assan-button:hover, .assan-button.disabled:focus, .assan-button[disabled]:focus, fieldset[disabled] .assan-button:focus, .assan-button.disabled.focus, .assan-button[disabled].focus, fieldset[disabled] .assan-button.focus {
    background-color: #ee2424;
    border-color: #e71212
}

.assan-button .badge {
    color: #ee2424;
    background-color: #fff
}

.assan-button:focus, .assan-button:active:focus, .assan-button.active:focus, .assan-button.focus, .assan-button:active.focus, .assan-button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.assan-button:hover, .assan-button:focus, .assan-button.focus {
    color: #333;
    text-decoration: none
}

.assan-button:active, .assan-button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.assan-button.disabled, .assan-button[disabled], fieldset[disabled] .assan-button {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.assan-button.disabled, fieldset[disabled] a.assan-button {
    pointer-events: none
}

.assan-button [class^="icon-"].icon-large, .assan-button [class*=" icon-"].icon-large {
    line-height: .9em
}

.assan-button [class^="icon-"].icon-spin, .assan-button [class*=" icon-"].icon-spin {
    display: inline-block
}

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

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

.assan-button:focus, .assan-button.focus {
    color: #fff;
    background-color: #cf1010;
    border-color: #700909
}

.assan-button:hover {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.assan-button:active, .assan-button.active, .open > .dropdown-toggle.assan-button {
    color: #fff;
    background-color: #cf1010;
    border-color: #ae0d0d
}

.assan-button:active:hover, .assan-button.active:hover, .open > .dropdown-toggle.assan-button:hover, .assan-button:active:focus, .assan-button.active:focus, .open > .dropdown-toggle.assan-button:focus, .assan-button:active.focus, .assan-button.active.focus, .open > .dropdown-toggle.assan-button.focus {
    color: #fff;
    background-color: #ae0d0d;
    border-color: #700909
}

.assan-button:active, .assan-button.active, .open > .dropdown-toggle.assan-button {
    background-image: none
}

.assan-button.disabled:hover, .assan-button[disabled]:hover, fieldset[disabled] .assan-button:hover, .assan-button.disabled:focus, .assan-button[disabled]:focus, fieldset[disabled] .assan-button:focus, .assan-button.disabled.focus, .assan-button[disabled].focus, fieldset[disabled] .assan-button.focus {
    background-color: #ee2424;
    border-color: #e71212
}

.assan-button .badge {
    color: #ee2424;
    background-color: #fff
}

.filled-btn {
    border: 1px solid #ee2424;
    background-color: #ee2424;
    color: #fff
}

.filled-btn:hover {
    background-color: #cf1010;
    color: #fff
}

.hollow-btn {
    border: 1px solid #ee2424;
    background-color: transparent;
    color: #ee2424
}

.hollow-btn:hover {
    background-color: #ee2424;
    color: #fff
}

.btn-fill-box {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-style: inherit;
    font-weight: inherit;
    border: 1px solid #ee2424;
    background-color: #ee2424;
    color: #fff
}

.btn-fill-box:focus, .btn-fill-box:active:focus, .btn-fill-box.active:focus, .btn-fill-box.focus, .btn-fill-box:active.focus, .btn-fill-box.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-fill-box:hover, .btn-fill-box:focus, .btn-fill-box.focus {
    color: #333;
    text-decoration: none
}

.btn-fill-box:active, .btn-fill-box.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-fill-box.disabled, .btn-fill-box[disabled], fieldset[disabled] .btn-fill-box {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.btn-fill-box.disabled, fieldset[disabled] a.btn-fill-box {
    pointer-events: none
}

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

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

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

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

.btn-fill-box:hover {
    background-color: #cf1010;
    color: #fff
}

.btn-fill-curved {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-style: inherit;
    font-weight: inherit;
    border: 1px solid rgb(255, 96, 0);
    background-color: rgb(255, 96, 0);
    color: #fff;
   }

.btn-fill-curved:focus, .btn-fill-curved:active:focus, .btn-fill-curved.active:focus, .btn-fill-curved.focus, .btn-fill-curved:active.focus, .btn-fill-curved.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-fill-curved:hover, .btn-fill-curved:focus, .btn-fill-curved.focus {
    color: #333;
    text-decoration: none
}

.btn-fill-curved:active, .btn-fill-curved.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-fill-curved.disabled, .btn-fill-curved[disabled], fieldset[disabled] .btn-fill-curved {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.btn-fill-curved.disabled, fieldset[disabled] a.btn-fill-curved {
    pointer-events: none
}

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

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

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

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

.btn-fill-curved:hover {
    background-color:#d25204;
    color: #fff
}

.btn-fill-rounded {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-style: inherit;
    font-weight: inherit;
    border: 1px solid #ee2424;
    background-color: #ee2424;
    color: #fff;
    border-radius: 100px
}

.btn-fill-rounded:focus, .btn-fill-rounded:active:focus, .btn-fill-rounded.active:focus, .btn-fill-rounded.focus, .btn-fill-rounded:active.focus, .btn-fill-rounded.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-fill-rounded:hover, .btn-fill-rounded:focus, .btn-fill-rounded.focus {
    color: #333;
    text-decoration: none
}

.btn-fill-rounded:active, .btn-fill-rounded.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-fill-rounded.disabled, .btn-fill-rounded[disabled], fieldset[disabled] .btn-fill-rounded {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.btn-fill-rounded.disabled, fieldset[disabled] a.btn-fill-rounded {
    pointer-events: none
}

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

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

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

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

.btn-fill-rounded:hover {
    background-color: #cf1010;
    color: #fff
}

.btn-hollow-box {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 4px;

    font-style: inherit;
    font-weight: inherit;
    border: 1px solid #ee2424;
    background-color: transparent;
    color: #ee2424
}

.btn-hollow-box:focus, .btn-hollow-box:active:focus, .btn-hollow-box.active:focus, .btn-hollow-box.focus, .btn-hollow-box:active.focus, .btn-hollow-box.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-hollow-box:hover, .btn-hollow-box:focus, .btn-hollow-box.focus {
    color: #333;
    text-decoration: none
}

.btn-hollow-box:active, .btn-hollow-box.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-hollow-box.disabled, .btn-hollow-box[disabled], fieldset[disabled] .btn-hollow-box {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.btn-hollow-box.disabled, fieldset[disabled] a.btn-hollow-box {
    pointer-events: none
}

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

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

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

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

.btn-hollow-box:hover {
    background-color: #ee2424;
    color: #fff
}

.btn-hollow-curved {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-style: inherit;
    font-weight: inherit;
    border: 1px solid #ee2424;
    background-color: transparent;
    color: #ee2424;
    border-radius: 5px
}

.btn-hollow-curved:focus, .btn-hollow-curved:active:focus, .btn-hollow-curved.active:focus, .btn-hollow-curved.focus, .btn-hollow-curved:active.focus, .btn-hollow-curved.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-hollow-curved:hover, .btn-hollow-curved:focus, .btn-hollow-curved.focus {
    color: #333;
    text-decoration: none
}

.btn-hollow-curved:active, .btn-hollow-curved.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-hollow-curved.disabled, .btn-hollow-curved[disabled], fieldset[disabled] .btn-hollow-curved {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.btn-hollow-curved.disabled, fieldset[disabled] a.btn-hollow-curved {
    pointer-events: none
}

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

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

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

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

.btn-hollow-curved:hover {
    background-color: #ee2424;
    color: #fff
}

.btn-hollow-rounded {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-style: inherit;
    font-weight: inherit;
    border: 1px solid #ee2424;
    background-color: transparent;
    color: #ee2424;
    border-radius: 100px
}

.btn-hollow-rounded:focus, .btn-hollow-rounded:active:focus, .btn-hollow-rounded.active:focus, .btn-hollow-rounded.focus, .btn-hollow-rounded:active.focus, .btn-hollow-rounded.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn-hollow-rounded:hover, .btn-hollow-rounded:focus, .btn-hollow-rounded.focus {
    color: #333;
    text-decoration: none
}

.btn-hollow-rounded:active, .btn-hollow-rounded.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-hollow-rounded.disabled, .btn-hollow-rounded[disabled], fieldset[disabled] .btn-hollow-rounded {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.btn-hollow-rounded.disabled, fieldset[disabled] a.btn-hollow-rounded {
    pointer-events: none
}

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

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

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

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

.btn-hollow-rounded:hover {
    background-color: #ee2424;
    color: #fff
}

body {
    font-family:Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

h1, .h, h2, .h2, h3, .h3 {
    font-style: inherit;
    font-weight: 500;
}

h1, .h1 {
    color: #ee2424
}

h2, .h2 {
    color: #444444
}

.tagline {
    font-family: Lato;
    font-style: normal;
    font-weight: 500
}

.btn {
    font-style: inherit;
    font-weight: inherit
}

.header-style-1 .navbar-default {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 55px;
    padding: 10px 0;
    border-bottom: 1px solid #999;
    background-color: rgba(255, 255, 255, 0.9);
    clear: both;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: white
}

.header-style-1 .navbar-default .navbar-nav > .active > a, .header-style-1 .navbar .dropdown-menu > li.active > a, .header-style-1 .navbar-default .navbar-nav > .active > a:hover, .header-style-1 .navbar-default .navbar-nav > .active > a:focus {
    color: #444444;
    background-color: transparent
}

.header-style-1 .navbar-default .navbar-nav > .open > a, .header-style-1 .navbar-default .navbar-nav > .open > a:hover, .header-style-1 .navbar-default .navbar-nav > .open > a:focus {
    color: #444444;
    background-color: transparent
}

.header-style-1 .navbar-brand {
    font-weight: 700;
    color: #000 !important;
    font-size: 30px;
    line-height: 45px;
    font-style: normal;
    text-transform: uppercase;
    padding: 0
}

.header-style-1 .navbar-brand .logo {
    display: inline
}

@media (max-width: 767px) {
    .header-style-1 .navbar-brand {
        flex: 1
    }
}

.header-style-1 .navbar-default .navbar-nav > li > a {
    color: #444444;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 767px) {
    .header-style-1 .navbar-default .navbar-nav > li > a {
        font-size: 14px
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-style-1 .navbar-default .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 1
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-style-1 .navbar-default .navbar-nav > li {
        margin-right: 15px;
        margin-left: 15px;
        border-bottom: 1px solid #ddd
    }
}

.header-style-1 .navbar-default .navbar-nav > li:last-child > a {
    padding-right: 15px
}

.header-style-1 .navbar-default .navbar-nav > li a:hover {
    color: #ee2424
}

.header-style-1 .navbar-header {
    position: relative
}

.header-style-1 .navbar-brand img {
    max-width: 225px;
    max-height: 55px
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-style-1 .navbar-brand img {
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .header-style-1 .navbar-brand img {
        max-height: 46px
    }
}

.header-style-1 .has-submenu i {
    padding-left: 5px
}

.header-style-1 .has-submenu .fa, .header-style-1 .has-submenu a {
    color: #444444
}

@media (max-width: 767px) {
    .header-style-1 .has-submenu .fa, .header-style-1 .has-submenu a {
        background-color: transparent !important
    }
}

@media (min-width: 992px) {
    .header-style-1 .has-submenu .expand-icon:before {
        font-family: FontAwesome;
        content: "\f105";
        float: right
    }
}

.header-style-1 .has-submenu:last-child .dropdown-menu {
    left: auto
}

.header-style-1 .has-submenu .xs-dropdown-toggler {
    position: absolute;
    background: transparent;
    height: 52px;
    width: 70%;
    top: 0;
    z-index: 2;
    right: 0
}

.header-style-1 .has-submenu .xs-dropdown-toggler .xs-toggler-arrow {
    font-size: 24px;
    position: absolute;
    right: 30px;
    top: 14px;
    z-index: -2;
    color: #444444;
    font-style: normal;
    line-height: 1
}

.header-style-1 .has-submenu .xs-dropdown-toggler .xs-toggler-arrow:before {
    font-family: "FontAwesome";
    content: "\f107"
}

.header-style-1 .has-submenu.open .xs-dropdown-toggler.open > .xs-toggler-arrow:before {
    font-family: "FontAwesome";
    content: "\f106"
}

.header-style-1 .has-submenu:hover {
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header-style-1 .has-submenu:hover.menu-item:after, .header-style-1 .has-submenu:hover.menu-item:before {
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 15px);
    border: 8px solid #ee2424;
    border-bottom: 15px solid #ee2424;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent
}

@media (max-width: 767px) {
    .header-style-1 .has-submenu:hover.menu-item:after, .header-style-1 .has-submenu:hover.menu-item:before {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .has-submenu:hover.menu-item:after, .header-style-1 .has-submenu:hover.menu-item:before {
        display: none !important
    }
}

.header-style-1 .has-submenu:hover.menu-item:after {
    border: 8px solid white;
    border-bottom: 16px solid white;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    bottom: -18px;
    left: calc(50% - 15px)
}

.header-style-1 .has-submenu:hover > .dropdown-menu {
    z-index: 0
}

@media (min-width: 992px) {
    .header-style-1 .has-submenu:hover > .dropdown-menu {
        display: block
    }
}

@media (min-width: 992px) {
    .header-style-1 .menu-item:hover > .dropdown-menu {
        border-top: 2px solid #ee2424 !important
    }
}

.header-style-1 .text-logo {
    font-family: "Cookie", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #ee2424;
    line-height: 55px;
    max-width: 225px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-style-1 .text-logo {
        padding-left: 15px
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .header-style-1 .tall-logo {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        text-align: center;
        padding: 10px;
        height: 130px;
        min-width: 130px;
        max-width: 380px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: white;
        border: 1px solid #ee2424;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
    }

    .header-style-1 .tall-logo.navbar-brand:hover, .header-style-1 .tall-logo.navbar-brand:focus {
        background-color: white
    }

    .header-style-1 .tall-logo img {
        max-width: 360px;
        max-height: 110px
    }
}

@media (min-width: 992px) and (min-width: 768px) and (max-width: 991px),(min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .tall-logo {
        height: 124px;
        min-width: 124px;
        max-width: 350px
    }
}

@media (min-width: 992px) and (max-width: 767px),(min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .header-style-1 .tall-logo {
        height: 124px;
        width: 124px;
        padding: 5px
    }

    .header-style-1 .tall-logo.navbar-brand {
        padding-left: 0
    }
}

@media (min-width: 992px) and (min-width: 768px) and (max-width: 991px),(min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .tall-logo img {
        max-height: 104px;
        max-width: 330px
    }
}

@media (min-width: 992px) and (max-width: 767px),(min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .header-style-1 .tall-logo img {
        max-height: 104px;
        max-width: 104px
    }
}

@media (min-width: 992px) and (max-width: 767px),(min-width: 768px) and (max-width: 991px) and (max-width: 767px),(min-width: 992px) and (min-width: 768px) and (max-width: 991px),(min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .tall-logo img {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .header-style-1 .tall-logo.tall-logo-mobile-enabled {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        text-align: center;
        padding: 10px;
        height: 130px;
        min-width: 130px;
        max-width: 380px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: white;
        border: 1px solid #ee2424;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
    }

    .header-style-1 .tall-logo.tall-logo-mobile-enabled.navbar-brand:hover, .header-style-1 .tall-logo.tall-logo-mobile-enabled.navbar-brand:focus {
        background-color: white
    }

    .header-style-1 .tall-logo.tall-logo-mobile-enabled img {
        max-width: 360px;
        max-height: 110px
    }
}

@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .tall-logo.tall-logo-mobile-enabled {
        height: 124px;
        min-width: 124px;
        max-width: 350px
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .header-style-1 .tall-logo.tall-logo-mobile-enabled {
        height: 124px;
        width: 124px;
        padding: 5px
    }

    .header-style-1 .tall-logo.tall-logo-mobile-enabled.navbar-brand {
        padding-left: 0
    }
}

@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .tall-logo.tall-logo-mobile-enabled img {
        max-height: 104px;
        max-width: 330px
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .header-style-1 .tall-logo.tall-logo-mobile-enabled img {
        max-height: 104px;
        max-width: 104px
    }
}

@media (max-width: 767px) and (max-width: 767px),(max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .tall-logo.tall-logo-mobile-enabled img {
        padding-left: 0
    }
}

.header-style-1 .tall-logo .style {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    padding: 10px;
    height: 130px;
    min-width: 130px;
    max-width: 380px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white;
    border: 1px solid #ee2424;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .tall-logo .style {
        height: 124px;
        min-width: 124px;
        max-width: 350px
    }
}

@media (max-width: 767px) {
    .header-style-1 .tall-logo .style {
        height: 124px;
        width: 124px;
        padding: 5px
    }

    .header-style-1 .tall-logo .style.navbar-brand {
        padding-left: 0
    }
}

.header-style-1 .tall-logo .style.navbar-brand:hover, .header-style-1 .tall-logo .style.navbar-brand:focus {
    background-color: white
}

.header-style-1 .tall-logo .style img {
    max-width: 360px;
    max-height: 110px
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .tall-logo .style img {
        max-height: 104px;
        max-width: 330px
    }
}

@media (max-width: 767px) {
    .header-style-1 .tall-logo .style img {
        max-height: 104px;
        max-width: 104px
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-style-1 .tall-logo .style img {
        padding-left: 0
    }
}

.header-style-1 .assan-mm {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1440px;
    background: white;
    padding-left: 40px;
    padding-right: 40px
}

.header-style-1 .assan-mm > .navbar-header, .header-style-1 .assan-mm > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    .header-style-1 .assan-mm > .navbar-header, .header-style-1 .assan-mm > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .header-style-1 .assan-mm {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .assan-mm {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-style-1 .assan-mm .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.header-style-1 .assan-mm .navbar-toggle {
    margin-top: 23px
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-style-1 .assan-mm .navbar-toggle {
        margin-top: 3px;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .assan-mm .navbar-collapse .navbar-nav.tall {
        padding-top: 70px
    }
}

@media (max-width: 767px) {
    .header-style-1 .assan-mm .navbar-collapse .navbar-nav.tall.tall-mobile {
        padding-top: 70px
    }
}

.header-style-1 .navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 250px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    top: 119%;
    left: 0
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-style-1 .navbar .dropdown-menu li {
        margin-left: 30px;
        border-bottom: 0;
        border-top: 1px solid #ddd
    }
}

@media (max-width: 767px) {
    .header-style-1 .navbar .dropdown-menu {
        border: none
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-style-1 .navbar-nav .open .dropdown-menu li > a {
        padding-left: 15px;
        font-size: 16px;
        line-height: 1;
        padding-top: 18px;
        padding-bottom: 18px
    }
}

.header-style-1 .search-dropdown {
    min-width: 244px !important
}

.header-style-1 .navbar .dropdown-menu li a {
    color: #777;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 16px;
    line-height: 1.42857143;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden
}

.header-style-1 .dropdown-menu .label {
    margin-top: 6px
}

.header-style-1 .navbar .dropdown-menu li a:hover {
    background-color: #f5f5f5
}

.header-style-1 .top-bar-dark {
    background-color: #333
}

.header-style-1 .top-bar-light {
    background-color: #f3f3f3
}

.header-style-1 .top-bar-light .top-dark-right li {
    border-color: #ddd
}

.header-style-1 .top-bar-light .top-dark-right li a:hover {
    color: #ee2424
}

.header-style-1 .top-bar-socials {
    line-height: 18px;
    padding-top: 5px
}

.header-style-1 .top-bar-socials:after {
    display: table;
    clear: both;
    content: ""
}

.header-style-1 .top-bar-socials a {
    margin: 0 3px
}

.header-style-1 .top-dark-right {
    margin: 0;
    padding: 0
}

.header-style-1 .top-dark-right li {
    line-height: 40px;
    border-left: 1px solid #444;
    padding: 0 10px
}

.header-style-1 .top-dark-right li, .header-style-1 .top-dark-right li a {
    color: #bbb;
    font-size: 12px
}

.header-style-1 .top-dark-right li i {
    margin-right: 5px
}

.header-style-1 .top-dark-right li a:hover {
    color: #fff
}

.header-style-1 .topbar-icons {
    display: block
}

.header-style-1 .topbar-icons i {
    margin: 0 !important;
    display: block
}

.header-style-1 .search {
    display: none;
    position: absolute;
    left: 0;
    right: 15px;
    top: 0;
    height: 100%;
    z-index: 99999
}

.header-style-1 .search .form-control {
    height: 100%;
    position: absolute;
    top: 0;
    width: 99%;
    right: 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.header-style-1 .search-close {
    position: absolute;
    right: 9px;
    top: 5px;
    cursor: pointer
}

.header-style-1 .yamm-content {
    padding: 25px;
    box-sizing: border-box;
    background-color: #fff
}

.header-style-1 .dropdown-menu .divider {
    background-color: #222
}

.header-style-1 .yamm-content h3.heading {
    border-bottom: none;
    margin: 0 0 5px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.header-style-1 .yamm-content h3:before {
    content: "";
    display: none
}

.header-style-1 .yamm-content .mega-vertical-nav {
    margin-bottom: 30px
}

.header-style-1 .yamm-content .mega-vertical-nav li a {
    padding: 8px 0;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #888;
    border-bottom: 1px solid #fbfbfb;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}

.header-style-1 .nav.mega-vertical-nav li a:hover {
    background-color: transparent;
    color: #ee2424
}

.header-style-1 .nav.mega-vertical-nav li a i {
    margin-right: 10px
}

.header-style-1 .mega-contact p {
    margin: 0
}

.header-style-1 .mega-contact i {
    color: #ee2424;
    margin-right: 5px
}

.header-style-1 .dropdown-form {
    padding: 10px 27px;
    min-width: 213px
}

.header-style-1 .dropdown-form .form-control {
    height: 34px
}

.header-style-1 .top-bar form {
    position: relative;
    margin: 0;
    padding: 0
}

.header-style-1 .top-bar button {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 9px;
    right: 13px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    line-height: 15px
}

.header-style-1 .top-bar form .form-control {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-top: 6px;
    width: 150px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-style-1 .top-bar .form-group {
    margin: 0
}

.header-style-1 .top-bar .form-control:focus {
    width: 200px
}

.header-style-1 .navbar-inverse {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 70px;
    padding: 10px 0;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #333;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header-style-1 .navbar-inverse .navbar-nav > .active > a, .header-style-1 .navbar-inverse .navbar-nav > .active > a:hover, .header-style-1 .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ee2424;
    background-color: transparent
}

.header-style-1 .navbar-inverse .navbar-nav > .open > a, .header-style-1 .navbar-inverse .navbar-nav > .open > a:hover, .header-style-1 .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ee2424;
    background-color: transparent
}

.header-style-1 .navbar-inverse .navbar-brand {
    font-weight: 700;
    color: #fff !important;
    font-size: 30px;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase
}

.header-style-1 .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase
}

.header-style-1 .navbar-inverse .navbar-nav > li > a:hover {
    color: #ee2424
}

.header-style-1 #header-top.dark-header-top {
    background-color: #111;
    border-bottom-color: #222
}

.header-style-1 #header-top.dark-header-top .top-bar a i {
    color: #fff
}

.header-style-1 #header-top.dark-header-top .top-bar ul li {
    color: #fff
}

.header-style-1 .navbar-inverse.transparent-header {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
    min-height: 50px
}

@media (max-width: 767px) {
    .header-style-1 .navbar-inverse.transparent-header {
        background-color: #111 !important
    }
}

.header-style-1 .header-center {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 25px 0
}

.header-style-1 .header-center a {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700
}

.header-style-1 .header-center span {
    display: block
}

.header-style-1 .navbar-default.menu-header-center {
    padding: 0;
    min-height: 50px
}

.header-style-1 .navbar-default.menu-header-center .navbar-nav > li {
    border-left: 1px solid #ddd
}

.header-style-1 #boxed {
    background-color: #f8f8f8
}

@media (min-width: 1200px) {
    .header-style-1 .boxed-wrapper {
        margin: 0 auto;
        width: 1170px;
        background-color: white;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
        -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.16)
    }
}

.header-style-1 .boxed-wrapper .tp-banner-container {
    margin: 0 auto
}

.header-style-1 .boxed-wrapper .navbar-default {
    left: auto;
    width: auto;
    right: auto
}

.header-style-1 .side-panel-page {
    overflow-x: hidden
}

.header-style-1 .side-panel {
    padding: 15px 0;
    background-color: #fff
}

.header-style-1 .side-panel .offcanvas-toggle-right.navbar-toggle {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 18px
}

.header-style-1 .offcanvas-side-content .logo-side-nav {
    padding: 25px 15px;
    text-align: center
}

.header-style-1 .offcanvas-side-content .navmenu {
    width: 220px;
    padding: 0
}

.header-style-1 .offcanvas-side-content li.nav-header {
    padding: 15px
}

.header-style-1 .offcanvas-side-content .profile-element img {
    display: block;
    margin: 0 auto
}

.header-style-1 .offcanvas-side-content .profile-element .dropdown-menu {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.header-style-1 .offcanvas-side-content .profile-element .dropdown-menu > li:last-child a {
    border-bottom: 0
}

.header-style-1 .offcanvas-side-content .profile-element .dropdown-menu > li > a {
    padding: 8px 15px;
    border-bottom: 1px solid #f5f5f5
}

.header-style-1 .offcanvas-side-content .profile-element .dropdown-menu > li > a i {
    margin-right: 5px
}

.header-style-1 .metismenu > li > a {
    border-bottom: 1px solid #eee;
    padding: 7px 15px
}

.header-style-1 .metismenu .arrow {
    float: right;
    position: absolute;
    right: 10px;
    top: 14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.header-style-1 .metismenu .arrow:before {
    content: "\f196"
}

.header-style-1 .metismenu .active > a > .arrow:before {
    content: "\f147"
}

.header-style-1 .metismenu .nav-second-level > li a {
    padding: 7px 15px;
    padding-left: 45px
}

.header-style-1 .metismenu .nav-third-level > li a {
    padding: 7px 15px;
    padding-left: 55px
}

@media (max-width: 991px) {
    .header-style-1 .navbar-default .nav > li > a i {
        margin-right: 3px
    }

    .header-style-1 .navbar-inverse .nav > li > a {
        padding: 10px 11px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px
    }

    .header-style-1 .navbar-inverse .nav > li > a i {
        margin-right: 3px
    }
}

.header-style-1 .top-bar {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1440px;
    background-color: #ee2424;
    color: #fff;
    font-size: 14px;
    height: 32px;
    line-height: 2.3;
    text-align: right
}

.header-style-1 .top-bar > .navbar-header, .header-style-1 .top-bar > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    .header-style-1 .top-bar > .navbar-header, .header-style-1 .top-bar > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .header-style-1 .top-bar {
        height: 48px;
        line-height: 48px
    }
}

@media (max-width: 320px) {
    .header-style-1 .top-bar {
        padding-left: 0;
        padding-right: 0
    }
}

.header-style-1 .top-bar .company-info-container {
    display: inline;
    height: 32px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.header-style-1 .top-bar .company-info-container .support-availability, .header-style-1 .top-bar .company-info-container .support-phone, .header-style-1 .top-bar .company-info-container .support-email {
    display: inline;
    padding: 0 25px;
    text-align: right
}

.header-style-1 .top-bar .company-info-container .support-phone a, .header-style-1 .top-bar .company-info-container .support-email a {
    color: #fff;
    display: inline-block
}

.header-style-1 .top-bar .company-info-container .support-phone .fa, .header-style-1 .top-bar .company-info-container .support-email .fa {
    padding-right: 5px;
    color: #fff
}

.header-style-1 .top-bar .company-info-container .support-phone {
    position: relative
}

@media (max-width: 767px) {
    .header-style-1 .top-bar .company-info-container .support-phone {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center
    }
}

.header-style-1 .top-bar .company-info-container .default-cache-refresh {
    display: inline
}

.header-style-1 .top-bar .company-info-container .default-cache-refresh .fa {
    padding-right: 10px;
    color: #fff
}

.header-style-1 .top-bar .top-bar-selectors {
    height: 32px;
    display: inline
}

@media (max-width: 767px) {
    .header-style-1 .top-bar .top-bar-selectors {
        height: 48px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-style-1 .top-bar .top-bar-selectors {
        float: right
    }
}

.header-style-1 .top-bar .top-bar-selectors .language_translator, .header-style-1 .top-bar .top-bar-selectors .language_switcher, .header-style-1 .top-bar .top-bar-selectors .currency_switcher {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #fff
}

@media (max-width: 767px) {
    .header-style-1 .top-bar .top-bar-selectors .language_translator.count-1, .header-style-1 .top-bar .top-bar-selectors .language_switcher.count-1, .header-style-1 .top-bar .top-bar-selectors .currency_switcher.count-1 {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .header-style-1 .top-bar .top-bar-selectors .language_translator.count-2, .header-style-1 .top-bar .top-bar-selectors .language_switcher.count-2, .header-style-1 .top-bar .top-bar-selectors .currency_switcher.count-2 {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
}

.header-style-1 .top-bar .top-bar-selectors .language_translator {
    line-height: 1
}

@media (max-width: 767px) {
    .header-style-1 .top-bar .top-bar-selectors .language_translator {
        height: 48px;
        line-height: 3.3
    }
}

@media (min-width: 768px) and (max-width: 991px),(min-width: 992px) {
    .header-style-1 .top-bar .top-bar-selectors .language_translator {
        position: relative;
        top: -2px;
        margin-top: 5px
    }
}

.header-style-1 .top-bar .top-bar-selectors .language_translator #google_translate_element * {
    background: transparent;
    border: 0;
    color: #fff
}

.header-style-1 .top-bar .top-bar-selectors .currency_switcher, .header-style-1 .top-bar .top-bar-selectors .language_switcher {
    display: inline;
    height: 32px
}

@media (max-width: 767px) {
    .header-style-1 .top-bar .top-bar-selectors .currency_switcher, .header-style-1 .top-bar .top-bar-selectors .language_switcher {
        height: 48px;
        line-height: 3.3
    }
}

.header-style-1 .top-bar .top-bar-selectors .currency_switcher .select2-container, .header-style-1 .top-bar .top-bar-selectors .language_switcher .select2-container {
    vertical-align: middle;
    z-index: 1
}

.header-style-1 .top-bar .top-bar-selectors .currency_switcher .select2-container:not(.select2-container-active) *:not(img), .header-style-1 .top-bar .top-bar-selectors .language_switcher .select2-container:not(.select2-container-active) *:not(img) {
    border: 0;
    background: transparent
}

.header-style-1 .top-bar .top-bar-selectors .currency_switcher .select2-container a, .header-style-1 .top-bar .top-bar-selectors .language_switcher .select2-container a {
    line-height: 22px
}

.header-style-1 .top-bar .top-bar-selectors .currency_switcher .select2-container .select2-choice div, .header-style-1 .top-bar .top-bar-selectors .language_switcher .select2-container .select2-choice div {
    border: 0
}

.header-style-1 .top-bar .top-bar-selectors .currency_switcher .select2-container .select2-choice div b, .header-style-1 .top-bar .top-bar-selectors .language_switcher .select2-container .select2-choice div b {
    display: none
}

.header-style-1 .top-bar .top-bar-selectors .currency_switcher .select2-container .currency-flag, .header-style-1 .top-bar .top-bar-selectors .language_switcher .select2-container .currency-flag {
    vertical-align: initial
}

.header-style-1 .top-bar .top-bar-selectors .currency_switcher .select2-container, .header-style-1 .top-bar .top-bar-selectors .language_switcher .select2-container {
    text-align: left
}

.header-style-1 .top-bar .top-bar-selectors .currency_switcher a, .header-style-1 .top-bar .top-bar-selectors .language_switcher a {
    color: #fff
}

.header-style-1 .top-bar .top-bar-selectors .currency_switcher .select2-container-active, .header-style-1 .top-bar .top-bar-selectors .language_switcher .select2-container-active {
    z-index: 0
}

.header-style-1 .top-bar .top-bar-selectors .currency_switcher .select2-container-active a, .header-style-1 .top-bar .top-bar-selectors .language_switcher .select2-container-active a {
    color: #000
}

@media (max-width: 767px) {
    .header-style-1 .top-bar .top-bar-selectors .currency_switcher {
        display: flex !important;
        align-items: center;
        padding-left: 10px !important
    }
}

.header-style-1 .top-bar .top-bar-selectors div:last-child {
    border-right: 0;
    padding-right: 0
}

.header-style-1 .select2-results {
    font-size: 14px
}

.header-style-1 .switcher-notice {
    display: inline;
    position: absolute;
    top: 0;
    padding-bottom: 16px;
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
    background: #ee2424;
    height: auto;
    line-height: 22px;
    text-align: center;
    z-index: 10000;
    width: 100%
}

.header-style-1 .switcher-notice .container {
    background: #ee2424 !important;
    height: auto;
    width: 100%
}

.header-style-1 .switcher-notice .close {
    font-size: 20px;
    font-weight: normal;
    opacity: 1;
    color: #fff;
    color: white;
    padding-left: 5px;
    line-height: .8;
    position: relative;
    top: 0;
    right: 0
}

@media (max-width: 992px) {
    .header-style-1 .header-holder {
        flex-direction: row-reverse
    }

    .header-style-1 .header-holder .mobile-header {
        justify-content: flex-end;
        flex: 1
    }

    .header-style-1 .header-holder .mobile-header .fa {
        color: black
    }

    .header-style-1 .header-holder .navbar-toggle {
        border: 0;
        padding: 0;
        background-color: transparent
    }

    .header-style-1 .header-holder .navbar-toggle .icon-bar {
        background-color: black
    }

    .header-style-1 .header-holder .mobile-header__icons:first-child {
        margin-top: 3px
    }

    .header-style-1 .mobile-number-modal li {
        line-height: 2
    }
}

@media (min-width: 992px) {
    .header-style-1 .greedy-nav {
        position: relative;
        min-width: 250px;
        background: #fff
    }

    .header-style-1 .greedy-nav .more-trigger {
        cursor: pointer;
        white-space: nowrap;
        position: relative
    }

    .header-style-1 .greedy-nav .more-trigger > div {
        padding: 12px 20px 11px
    }

    .header-style-1 .greedy-nav .more-trigger::after {
        content: "\f107";
        font-family: FontAwesome4;
        position: absolute;
        width: 25px;
        height: 25px;
        right: 0;
        top: 12px;
        text-align: center
    }

    .header-style-1 .greedy-nav .more-trigger:hover .hidden-links {
        opacity: 1;
        visibility: visible
    }

    .header-style-1 .greedy-nav .hidden-links {
        position: absolute;
        right: 0;
        top: 119%;
        padding: 0;
        margin: 0;
        min-width: 200px;
        background-color: #fff;
        border-top: 2px solid #ee2424 !important;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease, visibility .5s ease
    }

    .header-style-1 .greedy-nav .hidden-links li {
        display: block
    }

    .header-style-1 .greedy-nav .hidden-links li a {
        display: block;
        color: #777;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 16px;
        line-height: 1.42857143;
        text-transform: capitalize;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .header-style-1 .greedy-nav .hidden-links li a:hover {
        background-color: #f5f5f5;
        text-decoration: none;
        color: #ee2424
    }

    .header-style-1 .greedy-nav .hidden-links li.has-submenu:before, .header-style-1 .greedy-nav .hidden-links li.has-submenu:after {
        display: none
    }

    .header-style-1 .greedy-nav .hidden-links > li > a {
        text-transform: uppercase
    }

    .header-style-1 .greedy-nav .hidden-links:before {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        top: -24px;
        right: calc(10%);
        border: 8px solid #ee2424;
        border-bottom: 15px solid #ee2424;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent
    }

    .header-style-1 .greedy-nav .hidden-links:after {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        border: 8px solid white;
        border-bottom: 16px solid white;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        top: -19px;
        right: calc(10%)
    }

    .header-style-1 .greedy-nav .hidden-links .dropdown-menu {
        left: auto !important;
        right: 100% !important;
        top: 0;
        width: 250px
    }

    .header-style-1 .greedy-nav .visible-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0
    }

    .header-style-1 .greedy-nav .visible-links > li {
        white-space: nowrap
    }

    .header-style-1 .greedy-nav .hidden {
        visibility: hidden
    }

    .header-style-1 .greedy-nav .navbar-collapse.collapse {
        display: flex !important;
        justify-content: flex-end;
        position: relative
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-style-1 .more-trigger {
        display: none
    }
}

.multiple-phone .carett {
    padding-right: 0;
    padding-left: 3px;
    color: inherit
}

.multiple-phone .fa-sort-down:before {
    position: relative;
    top: -2px
}

.multiple-phone .fa-sort-up:before {
    position: relative;
    top: 3px
}

.sticky-action {
    display: none
}

.sticky-action a, .sticky-action .fa {
    color: #fff
}

.sticky-action a:hover, .sticky-action .fa:hover {
    color: #ee2424
}

.sticky-action a:hover .fa, .sticky-action .fa:hover .fa {
    color: #ee2424
}

.sticky-action .fa {
    padding-right: 3px
}

.fixed-position.fixed-position .sticky-action {
    display: block
}

@media (max-width: 767px) {
    .fixed-position.fixed-position .info-list.info-list {
        display: flex !important
    }
}

.popover {
    position: fixed;
    z-index: 99999
}

.vl-popover, .support-phone a {
    outline: 0
}

.vl-popover:focus, .support-phone a:focus, .vl-popover:active, .support-phone a:active {
    outline: 0
}

@media (max-width: 992px) {
    .header-holder {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .header-holder .text-logo {
        flex: 1;
        max-width: 225px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 36px;
        line-height: 40px;
        padding-left: 0
    }

    .header-holder .menu-holder {
        flex: 1
    }

    .header-holder strong.logo {
        position: relative;
        top: 0;
        left: 0;
        flex: 1;
        transform: inherit
    }

    .header-holder .mobile-header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 4px
    }

    .header-holder .mobile-header .fa {
        font-size: 1.6em;
        color: #fff;
        transition: opacity .5s ease
    }

    .header-holder .mobile-header .fa.fade {
        opacity: 0
    }

    .header-holder .mobile-header .message {
        padding: 0 1.5em
    }

    .header-holder .mobile-header .nav-opener {
        position: relative;
        display: block;
        right: 0;
        top: -7px;
        height: 25px
    }

    .header-holder .mobile-header .popup-holder {
        padding-right: 1em
    }

    .info-list {
        height: 0
    }
}

@media (max-width: 991px) {
    .body-wrapper .mobile-number-modal {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.77) 0 0 0 500px inset;
        z-index: 9999
    }

    .body-wrapper .mobile-number-modal .wrapper {
        background-color: #fff;
        width: 100%;
        padding: 1.5em;
        position: relative
    }

    .body-wrapper .mobile-number-modal ul {
        margin: 0;
        list-style: none;
        padding: 1.5em 0;
        text-align: center
    }

    .body-wrapper .mobile-number-modal li {
        padding: .5em 0 !important;
        border-bottom: 2px solid #e6e4e4;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .body-wrapper .mobile-number-modal a {
        font-size: 1.1em;
        font-weight: 500;
        color: #ee2424 !important
    }

    .body-wrapper .mobile-number-modal .ga-phone-call {
        min-width: 130px;
        text-align: left
    }

    .body-wrapper .mobile-number-modal .modal-close {
        position: absolute;
        top: 1.5em;
        right: 27px;
        width: 25px;
        height: 28px;
        z-index: 99;
        transition: top linear .3s
    }

    .body-wrapper .mobile-number-modal .modal-close:before, .body-wrapper .mobile-number-modal .modal-close:after {
        content: '';
        position: absolute;
        border-radius: 4px;
        background: #333;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        transform: rotate(45deg)
    }

    .body-wrapper .mobile-number-modal .modal-close:after {
        transform: rotate(-45deg)
    }

    .body-wrapper .mobile-number-modal .popover__label {
        font-size: 1.1em;
        font-weight: 400;
        top: .4em;
        color: #676767;
        margin-bottom: 0;
        width: 120px;
        white-space: normal;
        line-height: 1.2;
        text-align: left;
        padding: 0 5px
    }

    .body-wrapper .mobile-number-modal.active {
        display: flex !important
    }
}

@media screen and (max-width: 320px) {
    .body-wrapper .mobile-number-modal .popover__label {
        width: 100px
    }
}

@media (max-width: 991px) {
    .nav-custom-slide {
        position: absolute;
        top: 0;
        right: -325px;
        width: 300px;
        height: 100vh;
        padding: 79px 18px 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        background: #fff;
        z-index: 9999;
        transition: right linear .3s
    }

    .nav-custom-slide.active {
        right: -4px
    }

    .nav-custom-slide .title {
        margin-top: 0;
        color: black;
        font-size: 1.3em
    }

    .nav-custom-slide ul {
        padding: 0;
        margin: 0;
        list-style: none;
        padding-left: 5px
    }

    .nav-custom-slide li {
        font-weight: 500;
        font-size: 1.1em;
        border-bottom: 1px solid #cac9c9
    }

    .nav-custom-slide li:last-child {
        border-bottom: 0
    }

    .nav-custom-slide li a {
        color: #505050
    }

    .nav-custom-slide li .fa {
        padding-right: 5px
    }

    .option-setting {
        padding-bottom: 10px
    }

    .option-setting__col {
        width: 110px;
        font-weight: 500;
        padding: 1.5em 0;
        font-size: 1.05em
    }

    .option-setting img {
        display: block;
        margin: 0 auto
    }
}

.header-transparent {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0)
}

.header-transparent:before, .header-transparent:after {
    content: " ";
    display: table
}

.header-transparent:after {
    clear: both
}

.header-transparent:before, .header-transparent:after {
    content: " ";
    display: table
}

.header-transparent:after {
    clear: both
}

.header-transparent.scrollable {
    position: absolute
}

.fixed-position .header-transparent {
    background: rgba(0, 0, 0, 0.75);
    border-bottom: 2px solid #ee2424;
    z-index: 10000
}

.fixed-position .header-transparent .header-top {
    height: 0;
    padding: 0;
    border: none
}

.fixed-position .header-transparent .header-holder {
    padding: 13px 8px 15px
}

@media (max-width: 767px) {
    .fixed-position .header-transparent .header-holder {
        padding: 6px 7px 8px
    }
}

@media (max-width: 992px) {
    .fixed-position .header-transparent .header-holder {
        width: 100%
    }
}

.fixed-position .header-transparent .header-holder:before {
    background: transparent
}

.fixed-position .header-transparent .header-holder.tall-logo .logo {
    border: 1px solid #ee2424;
    background: #404040;
    padding: 9px
}

.fixed-position .header-transparent .header-holder.tall-logo .logo img {
    max-height: 110px
}

@media (max-width: 991px) {
    .fixed-position .header-transparent .header-holder.tall-logo .logo {
        top: 60px;
        left: 0
    }

    .fixed-position .header-transparent .header-holder.tall-logo .logo img {
        margin: auto;
        display: block
    }
}

@media (min-width: 992px) {
    .fixed-position .header-transparent .header-holder.tall-logo .logo {
        margin: 45px 0 0
    }
}

@media (max-width: 991px) {
    .fixed-position .header-transparent .header-holder.tall-logo .logo img {
        max-width: 100px;
        max-height: 55px
    }
}

@media (min-width: 992px) {
    .fixed-position .header-transparent .info-list {
        display: none !important
    }
}

.fixed-position .header-transparent .select-holder {
    display: none !important
}

.fixed-position .header-transparent #google_translate_element {
    display: none
}

.fixed-position .header-transparent .logo img {
    max-height: 58px;
    padding-top: 5px;
    padding-bottom: 5px
}

@media (max-width: 992px) {
}

@media (max-width: 991px) {
    .header-transparent .container {
        width: 100%;
        padding: 0 30px
    }
}

@media (max-width: 767px) {
    .header-transparent .container {
        padding: 0 20px
    }
}

@media (min-width: 992px) {
    .header-transparent .container {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .header-transparent .container {
        max-width: 1200px;
        width: 100%
    }
}

.header-transparent .header-top {
    padding: 4px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    height: 47px;
    transition: height linear .3s, padding linear .3s
}

@media (min-width: 992px) {
    .header-transparent .header-top {
        height: 42px;
        display: flex;
        justify-content: space-between
    }
}

.header-transparent .header-top .info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.header-transparent .header-top .info-list li {
    padding: 0 10px
}

.header-transparent .header-top .info-list a {
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.header-transparent .header-top .info-list a:hover {
    color: #ee2424
}

.header-transparent .header-top .info-list a i:not(.carett) {
    color: inherit;
    padding: 0 3px 0 0
}

.header-transparent .header-holder {
    padding: 26px 7px 29px;
    transition: padding linear .3s
}

.header-transparent .header-holder:before, .header-transparent .header-holder:after {
    content: " ";
    display: table
}

.header-transparent .header-holder:after {
    clear: both
}

.header-transparent .header-holder:before, .header-transparent .header-holder:after {
    content: " ";
    display: table
}

.header-transparent .header-holder:after {
    clear: both
}

@media (max-width: 767px) {
    .header-transparent .header-holder {
        padding: 10px 7px 12px;
        width: 100%
    }
}

.header-transparent .header-holder:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5)
}

@media (min-width: 992px) {
    .header-transparent .header-holder:before {
        left: 0;
        right: 0
    }
}

@media (min-width: 768px) {
    .header-transparent .header-holder {
        padding: 26px 13px 29px;
        width: 100%
    }
}

@media (min-width: 992px) {
    .header-transparent .header-holder {
        position: relative;
        padding: 26px 8px 0
    }
}

.header-transparent .header-holder.tall-logo:before {
    left: 110px
}

.header-transparent .header-holder.tall-logo .logo img {
    max-height: 140px
}

@media (min-width: 992px) {
    .header-transparent .header-holder.tall-logo .logo {
        margin: 40px 0 0
    }
}

@media (max-width: 991px) {
    .header-transparent .header-holder.tall-logo .logo img {
        max-width: 225px;
        max-height: 65px
    }
}

@media (max-width: 767px) {
    .header-transparent .header-holder.tall-logo .logo img {
        max-width: 150px;
        max-height: 55px
    }
}

@media (max-width: 991px) {
    .header-transparent .header-holder.tall-logo:before {
        left: 15px
    }
}

.header-transparent .header-holder .text-logo .logo {
    max-width: 225px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 55px;
    font-family: "Cookie", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #ee2424
}

@media (max-width: 992px) {
    .header-transparent .header-holder .mobile-header .nav-opener {
        top: -7px;
        height: 25px
    }
}

.header-transparent .select-holder {
    height: 32px;
    display: inline
}

@media (max-width: 767px) {
    .header-transparent .select-holder {
        height: 48px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-transparent .select-holder {
        float: right
    }
}

.header-transparent .select-holder .language_translator, .header-transparent .select-holder .currency_switcher, .header-transparent .select-holder .language_switcher {
    display: inline-block;
    padding: 0 20px
}

@media (max-width: 767px) {
    .header-transparent .select-holder .language_translator.count-1, .header-transparent .select-holder .currency_switcher.count-1, .header-transparent .select-holder .language_switcher.count-1 {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .header-transparent .select-holder .language_translator.count-2, .header-transparent .select-holder .currency_switcher.count-2, .header-transparent .select-holder .language_switcher.count-2 {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
}

@media (max-width: 767px) {
    .header-transparent .select-holder .currency_switcher > span, .header-transparent .select-holder .language_switcher > span {
        position: absolute !important;
        right: 0 !important
    }
}

.header-transparent .select-holder .language_translator {
    line-height: 1
}

@media (max-width: 767px) {
    .header-transparent .select-holder .language_translator {
        height: 48px;
        line-height: 3.3
    }

    .header-transparent .select-holder .language_translator #google_translate_element .goog-te-menu-value span:nth-of-type(2) {
        display: none !important
    }

    .header-transparent .select-holder .language_translator #google_translate_element .goog-te-menu-value img {
        margin: 0 !important
    }
}

@media (min-width: 768px) and (max-width: 991px),(min-width: 992px) {
    .header-transparent .select-holder .language_translator {
        position: relative;
        top: -2px;
        margin-top: 5px
    }
}

.header-transparent .select-holder .language_translator #google_translate_element * {
    background: transparent;
    border: 0;
    color: #fff
}

.header-transparent .select-holder .currency_switcher, .header-transparent .select-holder .language_switcher {
    display: inline;
    height: 32px
}

.header-transparent .select-holder .currency_switcher .fa-database, .header-transparent .select-holder .language_switcher .fa-database, .header-transparent .select-holder .currency_switcher .fa-globe, .header-transparent .select-holder .language_switcher .fa-globe {
    font-size: 14px !important
}

@media (max-width: 767px) {
    .header-transparent .select-holder .currency_switcher, .header-transparent .select-holder .language_switcher {
        height: 48px;
        line-height: 3.3
    }

    .header-transparent .select-holder .currency_switcher .fa-database, .header-transparent .select-holder .language_switcher .fa-database, .header-transparent .select-holder .currency_switcher .fa-globe, .header-transparent .select-holder .language_switcher .fa-globe {
        display: none
    }
}

.header-transparent .select-holder .currency_switcher .select2-container, .header-transparent .select-holder .language_switcher .select2-container {
    vertical-align: middle;
    z-index: 1
}

.header-transparent .select-holder .currency_switcher .select2-container:not(.select2-container-active) *:not(img), .header-transparent .select-holder .language_switcher .select2-container:not(.select2-container-active) *:not(img) {
    border: 0;
    background: transparent
}

.header-transparent .select-holder .currency_switcher .select2-container a, .header-transparent .select-holder .language_switcher .select2-container a {
    line-height: 22px
}

.header-transparent .select-holder .currency_switcher .select2-container .select2-choice span, .header-transparent .select-holder .language_switcher .select2-container .select2-choice span {
    font-size: 14px
}

.header-transparent .select-holder .currency_switcher .select2-container .select2-choice div, .header-transparent .select-holder .language_switcher .select2-container .select2-choice div {
    border: 0
}

.header-transparent .select-holder .currency_switcher .select2-container .select2-choice div b, .header-transparent .select-holder .language_switcher .select2-container .select2-choice div b {
    display: none
}

.header-transparent .select-holder .currency_switcher .select2-container .currency-flag, .header-transparent .select-holder .language_switcher .select2-container .currency-flag {
    vertical-align: initial
}

.header-transparent .select-holder .currency_switcher .select2-container, .header-transparent .select-holder .language_switcher .select2-container {
    text-align: left
}

.header-transparent .select-holder .currency_switcher a, .header-transparent .select-holder .language_switcher a {
    color: #fff
}

.header-transparent .select-holder .currency_switcher .select2-container-active, .header-transparent .select-holder .language_switcher .select2-container-active {
    z-index: 0
}

.header-transparent .select-holder .currency_switcher .select2-container-active a, .header-transparent .select-holder .language_switcher .select2-container-active a {
    color: #000
}

.header-transparent .logo {
    position: absolute;
    top: 90px;
    left: 25px;
    max-width: 250px;
    z-index: 99;
    transform: translateY(-50%)
}

.header-transparent .logo img {
    max-width: 225px;
    max-height: 75px
}

@media (max-width: 767px) {
    .header-transparent .logo img {
        max-width: 150px;
        max-height: 58px
    }
}

@media (max-width: 992px) {
    .header-transparent .logo {
        opacity: 1;
        visibility: visible;
        position: static;
        transition: opacity .3s linear, visibility .3s linear, top .3s linear
    }
}

@media (min-width: 992px) {
    .header-transparent .logo {
        top: 50%;
        left: 7px
    }
}

.header-transparent .logo a {
    display: block
}

.header-transparent .menu-holder {
    min-height: 31px
}

@media (min-width: 992px) {
    .header-transparent .menu-holder {
        position: relative;
        display: flex;
        justify-content: flex-end
    }
}

@media (max-width: 991px) {
    .header-transparent .nav-slide {
        position: absolute;
        top: 0;
        right: -325px;
        width: 300px;
        height: 100vh;
        padding: 79px 18px 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        background: #fff;
        z-index: 9999;
        transition: right linear .3s
    }
}

@media (min-width: 992px) {
    .header-transparent .nav-slide {
        display: flex
    }
}

.header-transparent .transparent-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    border-top: 1px solid #666;
    transition: opacity linear .3s, visibility linear .3s
}

@media (max-width: 991px) {
    .header-transparent .transparent-nav {
        height: calc(100vh - 90px);
        overflow: hidden;
        overflow-y: auto;
        padding: 0 0 70px
    }
}

@media (min-width: 992px) {
    .header-transparent .transparent-nav.accordion {
        display: flex;
        padding: 8px 0 0;
        border: none
    }
}

.header-transparent .transparent-nav.accordion > li {
    position: relative;
    border-bottom: 1px solid #ddd
}

@media (min-width: 992px) {
    .header-transparent .transparent-nav.accordion > li {
        float: left;
        padding: 0 24px 18px;
        margin-bottom: 20px;
        border-bottom: none
    }
}

@media (min-width: 991px) {
    .header-transparent .transparent-nav.accordion > li.single-col .nav-drop {
        left: 50%;
        transform: translateX(-50%)
    }
}

.header-transparent .transparent-nav.accordion > li.active > a {
    color: #ee2424
}

.header-transparent .transparent-nav.accordion > li.active .has-drop-down-a:before {
    transform: rotate(-180deg)
}

.header-transparent .transparent-nav.accordion > li > a {
    display: block;
    color: #333;
    padding: 16px 7px 14px;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .header-transparent .transparent-nav.accordion > li > a {
        color: #fff;
        padding: 0
    }
}

.header-transparent .transparent-nav.accordion > li > a.no-caps {
    text-transform: inherit
}

@media (min-width: 992px) {
    .header-transparent .transparent-nav.accordion > li i.accordion-opener {
        color: #fff;
        position: absolute;
        top: 2px;
        right: 10px
    }

    .header-transparent .transparent-nav.accordion > li i.accordion-opener:hover {
        color: #ee2424
    }
}

@media (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .header-transparent .transparent-nav.accordion > li i.accordion-opener {
        position: absolute;
        right: 0;
        top: 15px;
        width: 60%;
        height: 35px;
        text-align: right;
        padding-right: 10px
    }

    .header-transparent .transparent-nav.accordion > li i.accordion-opener + .nav-drop i.accordion-opener {
        top: 2px;
        right: -15px
    }
}

.header-transparent .transparent-nav > li.hover .has-drop-down-a:after {
    opacity: 1;
    visibility: visible
}

@media (min-width: 992px) {
    .header-transparent .transparent-nav > li.hover .nav-drop {
        opacity: 1;
        visibility: visible;
        max-height: 580px;
        overflow-y: auto;
        transition: opacity linear .3s, visibility linear .3s
    }
}

.header-transparent .transparent-nav > li.hover > a {
    color: #ee2424
}

@media (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .header-transparent .transparent-nav .nav-drop i.accordion-opener {
        position: absolute;
        right: -16px;
        top: 0;
        width: 60%;
        height: 35px;
        padding-right: 10px;
        text-align: right
    }
}

.header-transparent .nav-drop {
    padding: 10px 16px 0
}

@media (max-width: 991px) {
    .header-transparent .nav-drop {
        margin: 0 !important
    }
}

@media (min-width: 992px) {
    .header-transparent .nav-drop {
        position: absolute;
        top: 0;
        left: -120px;
        background: #fff;
        border-radius: 8px;
        padding: 28px 30px 7px;
        opacity: 0;
        margin: 30px 0 0;
        visibility: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
    }
}

@media (min-width: 1200px) {
    .header-transparent .nav-drop {
        left: -80px
    }
}

@media (min-width: 992px) {
    .header-transparent .nav-drop .col-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 -15px
    }
}

@media (min-width: 992px) {
    .header-transparent .nav-drop .col {
        padding: 0 15px
    }

    .header-transparent .nav-drop .col a {
        white-space: nowrap
    }
}

.header-transparent .nav-drop .col.active .title {
    color: #ee2424
}

.header-transparent .nav-drop .col.active .title:before {
    transform: rotate(-180deg)
}

.header-transparent .nav-drop .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 17px
}

.header-transparent .nav-drop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 10px 0
}

@media (min-width: 992px) {
    .header-transparent .nav-drop ul {
        font-size: 16px;
        line-height: 18px;
        padding: 0
    }
}

.header-transparent .nav-drop ul li {
    margin: 0 0 16px
}

@media (min-width: 992px) {
    .header-transparent .nav-drop ul li {
        margin: 0 0 18px
    }
}

.header-transparent .nav-drop ul a {
    color: #555
}

.header-transparent .nav-drop ul a:hover {
    color: #ee2424
}

.header-transparent .has-drop-down .has-drop-down-a:before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    top: 16px;
    right: 13px;
    -webkit-font-smoothing: antialiased;
    transition: transform linear .3s
}

@media (min-width: 992px) {
    .header-transparent .has-drop-down .has-drop-down-a:before {
        top: 0;
        right: -16px
    }
}

@media (min-width: 992px) {
    .header-transparent .has-drop-down .has-drop-down-a:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translateX(-50%);
        border-style: solid;
        border-width: 0 8px 8px 8px;
        margin: 0 2px;
        border-color: transparent transparent #fff transparent;
        opacity: 0;
        visibility: hidden;
        z-index: 99;
        transition: opacity linear .3s, visibility linear .3s
    }
}

.header-transparent .popup-holder {
    position: relative
}

.header-transparent .popup-holder a {
    text-decoration: none
}

@media (min-width: 768px) {
    .header-transparent .popup-holder {
        padding: 0 62px 0 0
    }
}

@media (min-width: 992px) {
    .header-transparent .popup-holder {
        position: static;
        float: none;
        padding: 0 0 0 55px
    }
}

.header-transparent .popup-holder .opener {
    position: relative;
    z-index: 999;
    font-size: 20px;
    color: #fff;
    top: -2px;
    right: 2px
}

@media (min-width: 992px) {
    .header-transparent .popup-holder .opener {
        font-size: 13px
    }
}

.header-transparent .popup-holder .popup {
    position: absolute;
    opacity: 0;
    top: -8px;
    right: 46px;
    width: 100vw;
    max-width: 227px;
    visibility: hidden;
    transition: opacity linear .3s, visibility linear .3s
}

@media (min-width: 480px) {
    .header-transparent .popup-holder .popup {
        max-width: 360px;
        right: 46px;
        top: -12px
    }
}

@media (min-width: 992px) {
    .header-transparent .popup-holder .popup {
        top: -12px;
        right: -8px;
        width: 55.7%;
        max-width: 100%
    }
}

.header-transparent .popup-holder .search-form {
    padding: 0;
    max-width: 100%
}

@media (max-width: 1199px) {
    .header-transparent .popup-holder .search-form .drop {
        right: 0
    }
}

@media (max-width: 480px) {
    .header-transparent .popup-holder .search-form .drop {
        right: -35px
    }
}

.header-transparent .popup-holder .search-form .select2-container--default .select2-selection--single {
    padding: 12px 30px 8px 15px;
    background: transparent;
    border-radius: 0 !important;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    border-bottom: 2px solid #fff
}

@media (max-width: 480px) {
    .header-transparent .popup-holder .search-form .select2-container--default .select2-selection--single {
        padding: 6px
    }
}

.header-transparent .popup-holder .search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(255, 255, 255, 0.75)
}

.header-transparent .popup-holder .search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.header-transparent .nav-close {
    position: absolute;
    top: 38px;
    right: 27px;
    width: 25px;
    height: 28px;
    z-index: 99;
    transition: top linear .3s
}

@media (min-width: 992px) {
    .header-transparent .nav-close {
        display: none
    }
}

.header-transparent .nav-close:before, .header-transparent .nav-close:after {
    content: '';
    position: absolute;
    border-radius: 4px;
    background: #333;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    transform: rotate(45deg)
}

.header-transparent .nav-close:after {
    transform: rotate(-45deg)
}

.header-transparent .nav-close:hover {
    opacity: .9
}

.header-transparent .nav-opener {
    width: 25px;
    z-index: 99;
    transition: top linear .3s
}

@media (min-width: 768px) {
    .header-transparent .nav-opener {
        right: 24px
    }
}

@media (min-width: 992px) {
    .header-transparent .nav-opener {
        display: none
    }
}

.nav-active .header-transparent .nav-opener span {
    opacity: 0
}

.nav-active .header-transparent .nav-opener:before, .nav-active .header-transparent .nav-opener:after {
    transform: rotate(45deg);
    top: 16px;
    left: 0;
    right: 0
}

.nav-active .header-transparent .nav-opener:after {
    transform: rotate(-45deg)
}

.header-transparent .nav-opener:before, .header-transparent .nav-opener:after, .header-transparent .nav-opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -2px;
    transition: all .2s linear
}

.header-transparent .nav-opener:before, .header-transparent .nav-opener:after {
    content: '';
    top: 9px
}

.header-transparent .nav-opener:after {
    top: 25px
}

.header-transparent .nav-opener:hover {
    opacity: .9
}

.header-transparent .goog-te-gadget {
    font-size: 0 !important
}

.header-transparent .goog-logo-link {
    display: none
}

@media (min-width: 768px) {
}

.header-transparent .global-search-form .select2-container {
    width: 100%
}

.header-transparent .global-search-form .select2-choice {
    padding: 14px 30px 8px 14px !important;
    background: transparent;
    color: #fff;
    border-bottom: 2px solid #fff
}

.header-transparent .global-search-form .select2-choice div {
    display: none
}

.header-transparent .global-search-form .select2-dropdown-open .select2-default span {
    display: none
}

@media (min-width: 992px) {
    .header-transparent .greedy-nav {
        position: relative;
        min-width: 250px
    }

    .header-transparent .greedy-nav .more-trigger {
        cursor: pointer;
        white-space: nowrap;
        position: relative;
        padding-top: 8px
    }

    .header-transparent .greedy-nav .more-trigger > div {
        padding: 0 24px 18px;
        margin-bottom: 20px;
        color: #fff;
        font-weight: 700;
        line-height: 18px
    }

    .header-transparent .greedy-nav .more-trigger::after {
        content: "\f107";
        font-family: FontAwesome4;
        position: absolute;
        width: 25px;
        height: 25px;
        right: 0;
        top: 2px;
        text-align: center;
        color: #fff
    }

    .header-transparent .greedy-nav .more-trigger:hover .hidden-links {
        opacity: 1;
        visibility: visible
    }

    .header-transparent .greedy-nav .more-trigger .has-drop-down {
        position: relative
    }

    .header-transparent .greedy-nav .more-trigger .has-drop-down.hover > a {
        color: #ee2424
    }

    .header-transparent .greedy-nav .more-trigger .accordion-opener {
        position: absolute;
        right: 20px;
        top: 15px
    }

    .header-transparent .greedy-nav .hidden-links {
        position: absolute;
        right: 0;
        top: 40px;
        padding: 0;
        margin: 0;
        min-width: 200px;
        background-color: #fff;
        border-radius: 8px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease, visibility .5s ease;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
    }

    .header-transparent .greedy-nav .hidden-links > li > a {
        display: block;
        color: #555;
        font-size: 14px;
        padding: 10px 16px;
        line-height: 1.42857143;
        text-transform: uppercase;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .header-transparent .greedy-nav .hidden-links > li > a:hover {
        text-decoration: none;
        color: #ee2424
    }

    .header-transparent .greedy-nav .hidden-links > li.has-submenu:before, .header-transparent .greedy-nav .hidden-links > li.has-submenu:after {
        display: none
    }

    .header-transparent .greedy-nav .hidden-links .nav-drop {
        left: auto !important;
        right: 100% !important;
        top: 0;
        margin-top: 0
    }

    .header-transparent .greedy-nav .hidden-links .nav-drop .accordion-opener {
        display: none
    }

    .header-transparent .greedy-nav .visible-links {
        display: flex;
        margin-right: 0
    }

    .header-transparent .greedy-nav .visible-links > li {
        white-space: nowrap
    }

    .header-transparent .greedy-nav .hidden {
        visibility: hidden
    }

    .header-transparent .greedy-nav .sticky-action {
        list-style-type: none;
        padding-left: 30px;
        padding-top: 8px;
        justify-content: space-between
    }

    .header-transparent .greedy-nav .sticky-action li {
        padding: 0 5px
    }

    .header-transparent .greedy-nav .sticky-action a {
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-transparent .more-trigger {
        display: none
    }
}

.header_transparent #disambiguation-notice-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #ffffff
}

.header_transparent.fixed-position #disambiguation-notice-container {
    position: fixed
}

@media (min-width: 992px) {
    .header_transparent.fixed-position .sticky-action {
        display: flex;
        margin-bottom: 0;
        align-items: center
    }

    .header_transparent.fixed-position .transparent-nav.accordion > li {
        margin-bottom: 0;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .header_transparent.fixed-position .transparent-nav.accordion > li i.accordion-opener {
        top: 10px
    }

    .header_transparent.fixed-position .more-trigger > div {
        margin-bottom: 0;
        padding-top: 9px;
        padding-bottom: 9px
    }

    .header_transparent.fixed-position .more-trigger:after {
        top: 11px
    }

    .header_transparent.fixed-position .popup-holder {
        padding-left: 25px
    }

    .header_transparent.fixed-position .popup-holder .opener {
        top: 8px
    }

    .header_transparent.fixed-position .hidden-links {
        top: 48px;
        left: 0
    }
}

.header-center-aligned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
}

.header-center-aligned.scrollable {
    position: absolute
}

.header-center-aligned:before, .header-center-aligned:after {
    content: " ";
    display: table
}

@media (min-width: 768px) {
    .header-center-aligned .container {
        width: 100%
    }
}

@media (min-width: 768px) {
    .header-center-aligned .container {
        width: 100%
    }
}

@media (min-width: 991px) {
    .header-center-aligned .container {
        width: 100%
    }
}

@media (min-width: 992px) {
    .header-center-aligned .container {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .header-center-aligned .container {
        max-width: 1396px
    }
}

@media (max-width: 991px) {
    .fixed-position .header-center-aligned .header-bottom .menu-holder .logo-holder .logo {
        margin: 0 !important
    }
}

.fixed-position .header-center-aligned .header-top {
    height: 0;
    overflow: hidden;
    padding: 0
}

.fixed-position .header-center-aligned .header-bottom {
    min-height: 54px
}

.fixed-position .header-center-aligned .header-bottom .popup-holder {
    margin: 0
}

.fixed-position .header-center-aligned .header-bottom .main-nav {
    padding: 10px 0 0
}

.fixed-position .header-center-aligned .header-bottom .main-nav > li > a {
    padding: 0 0 18px
}

.fixed-position .header-center-aligned .header-bottom .popup-holder .opener {
    margin: 0
}

.fixed-position .header-center-aligned .header-bottom .menu-holder.tall-logo .logo-holder .logo {
    margin: 10px
}

.fixed-position .header-center-aligned .header-bottom .menu-holder.tall-logo .nav-opener {
    top: -6px
}

.fixed-position .header-center-aligned .header-bottom .menu-holder .logo-holder .logo {
    margin: 8px 10px 0
}

.fixed-position .header-center-aligned .header-bottom .menu-holder .logo-holder .logo img {
    max-height: 60px
}

@media (min-width: 992px) {
    .fixed-position .header-center-aligned .greedy-nav .visible-links {
        padding-top: 0
    }

    .fixed-position .header-center-aligned .greedy-nav .more-trigger > div {
        padding-bottom: 20px
    }
}

.header-center-aligned .logo-holder:before {
    background: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/header-center-aligned-sprite.png) no-repeat
}

.header-center-aligned [class*="col-"] {
    position: static
}

.header-center-aligned .header-top {
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.header-center-aligned .header-top .select-holder {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto
}

@media (max-width: 767px) {
    .header-center-aligned .header-top .select-holder .currency-box .select2-container {
        width: 132px !important
    }
}

.header-center-aligned .header-top .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-center-aligned .header-top .select-holder {
    display: inline
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-center-aligned .header-top .select-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.header-center-aligned .header-top .select-holder .language_translator, .header-center-aligned .header-top .select-holder .currency_switcher, .header-center-aligned .header-top .select-holder .language_switcher {
    display: inline-block;
    padding: 0 0 0 20px
}

@media (max-width: 767px) {
    .header-center-aligned .header-top .select-holder .language_translator.count-1, .header-center-aligned .header-top .select-holder .currency_switcher.count-1, .header-center-aligned .header-top .select-holder .language_switcher.count-1 {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .header-center-aligned .header-top .select-holder .language_translator.count-2, .header-center-aligned .header-top .select-holder .currency_switcher.count-2, .header-center-aligned .header-top .select-holder .language_switcher.count-2 {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
}

@media (max-width: 767px) {
    .header-center-aligned .header-top .select-holder .currency_switcher > span, .header-center-aligned .header-top .select-holder .language_switcher > span {
        position: absolute !important;
        right: inherit !important;
        top: -4px !important
    }
}

.header-center-aligned .header-top .select-holder .language_translator {
    line-height: 1
}

@media (max-width: 767px) {
    .header-center-aligned .header-top .select-holder .language_translator {
        height: 32px;
        line-height: 3.3
    }

    .header-center-aligned .header-top .select-holder .language_translator #google_translate_element .goog-te-menu-value span:nth-of-type(2) {
        display: none !important
    }

    .header-center-aligned .header-top .select-holder .language_translator #google_translate_element .goog-te-menu-value img {
        margin: 0 !important
    }

    .header-center-aligned .header-top .select-holder .language_translator #google_translate_element .goog-te-gadget-simple {
        margin-top: -5px
    }
}

@media (min-width: 768px) and (max-width: 991px),(min-width: 992px) {
    .header-center-aligned .header-top .select-holder .language_translator {
        position: relative;
        top: -2px;
        margin-top: 5px
    }
}

.header-center-aligned .header-top .select-holder .language_translator #google_translate_element * {
    background: transparent;
    border: 0;
    color: #fff
}

.header-center-aligned .header-top .select-holder .language_translator #google_translate_element .goog-te-gadget-simple img {
    display: none !important
}

.header-center-aligned .header-top .select-holder .language_translator #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
    padding-right: 5px;
    font-size: 14px !important;
    font-family: Lato !important
}

.header-center-aligned .header-top .select-holder .currency_switcher, .header-center-aligned .header-top .select-holder .language_switcher {
    display: inline;
    height: 32px
}

.header-center-aligned .header-top .select-holder .currency_switcher .fa-database, .header-center-aligned .header-top .select-holder .language_switcher .fa-database, .header-center-aligned .header-top .select-holder .currency_switcher .fa-globe, .header-center-aligned .header-top .select-holder .language_switcher .fa-globe {
    font-size: 14px !important
}

@media (max-width: 767px) {
    .header-center-aligned .header-top .select-holder .currency_switcher, .header-center-aligned .header-top .select-holder .language_switcher {
        line-height: 3.3
    }

    .header-center-aligned .header-top .select-holder .currency_switcher .fa-database, .header-center-aligned .header-top .select-holder .language_switcher .fa-database, .header-center-aligned .header-top .select-holder .currency_switcher .fa-globe, .header-center-aligned .header-top .select-holder .language_switcher .fa-globe {
        display: none
    }

    .header-center-aligned .header-top .select-holder .currency_switcher .select2-container .select2-choice, .header-center-aligned .header-top .select-holder .language_switcher .select2-container .select2-choice {
        margin-top: -10px
    }
}

@media (max-width: 358px) {
    .header-center-aligned .header-top .select-holder .currency_switcher .select2-container .select2-choice, .header-center-aligned .header-top .select-holder .language_switcher .select2-container .select2-choice {
        margin-top: -6px
    }
}

.header-center-aligned .header-top .select-holder .currency_switcher .select2-container, .header-center-aligned .header-top .select-holder .language_switcher .select2-container {
    vertical-align: middle;
    z-index: 1
}

.header-center-aligned .header-top .select-holder .currency_switcher .select2-container:not(.select2-container-active) *:not(img), .header-center-aligned .header-top .select-holder .language_switcher .select2-container:not(.select2-container-active) *:not(img) {
    border: 0;
    background: transparent
}

.header-center-aligned .header-top .select-holder .currency_switcher .select2-container a, .header-center-aligned .header-top .select-holder .language_switcher .select2-container a {
    line-height: 22px
}

.header-center-aligned .header-top .select-holder .currency_switcher .select2-container .select2-choice span, .header-center-aligned .header-top .select-holder .language_switcher .select2-container .select2-choice span {
    font-size: 14px
}

.header-center-aligned .header-top .select-holder .currency_switcher .select2-container .select2-choice div, .header-center-aligned .header-top .select-holder .language_switcher .select2-container .select2-choice div {
    border: 0
}

.header-center-aligned .header-top .select-holder .currency_switcher .select2-container .select2-choice div b, .header-center-aligned .header-top .select-holder .language_switcher .select2-container .select2-choice div b {
    display: none
}

.header-center-aligned .header-top .select-holder .currency_switcher .select2-container .currency-flag, .header-center-aligned .header-top .select-holder .language_switcher .select2-container .currency-flag {
    vertical-align: initial
}

.header-center-aligned .header-top .select-holder .currency_switcher .select2-container, .header-center-aligned .header-top .select-holder .language_switcher .select2-container {
    text-align: left
}

.header-center-aligned .header-top .select-holder .currency_switcher a, .header-center-aligned .header-top .select-holder .language_switcher a {
    color: #fff
}

.header-center-aligned .header-top .select-holder .currency_switcher .select2-container-active, .header-center-aligned .header-top .select-holder .language_switcher .select2-container-active {
    z-index: 0
}

.header-center-aligned .header-top .select-holder .currency_switcher .select2-container-active a, .header-center-aligned .header-top .select-holder .language_switcher .select2-container-active a {
    color: #000
}

.header-center-aligned .header-top .info-list {
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.header-center-aligned .header-top .info-list li {
    padding: 0 10px
}

.header-center-aligned .header-top .info-list a {
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.header-center-aligned .header-top .info-list a i {
    color: inherit;
    padding: 0 3px 0 0
}

.header-center-aligned .header-top .info-list a .carett {
    padding-right: 0;
    padding-left: 3px;
    height: 14px;
    width: 16px
}

.header-center-aligned .header-bottom {
    min-height: 79px
}

.header-center-aligned .header-bottom .main-nav {
    font-size: 16px;
    line-height: 18px;
    transition: opacity linear .3s, visibility linear .3s;
    list-style: none;
    z-index: 5
}

.header-center-aligned .header-bottom .main-nav > li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #ddd;
    -webkit-transition: border-color linear .3s;
    transition: border-color linear .3s
}

.header-center-aligned .header-bottom .main-nav > li > a {
    text-decoration: none;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 27px
}

.header-center-aligned .header-bottom .menu-holder .nav-slide {
    padding: 79px 0 0;
    overflow-y: auto
}

.header-center-aligned .header-bottom .menu-holder .nav-slide .nav-close {
    position: absolute;
    top: 38px;
    right: 27px;
    width: 25px;
    height: 28px;
    z-index: 99;
    -webkit-transition: top linear .3s;
    transition: top linear .3s
}

.header-center-aligned .header-bottom .menu-holder .nav-slide .nav-close:before, .header-center-aligned .header-bottom .menu-holder .nav-slide .nav-close:after {
    content: "";
    position: absolute;
    border-radius: 4px;
    background: #333;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-center-aligned .header-bottom .menu-holder .nav-slide .nav-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-center-aligned .header-bottom .menu-holder .nav-slide .nav-close:hover {
    opacity: .9
}

.header-center-aligned .header-bottom .menu-holder .logo-holder, .header-center-aligned .header-bottom .menu-holder .bg-holder {
    height: 78px;
    display: flex;
    align-items: center;
    z-index: 12
}

.header-center-aligned .header-bottom .menu-holder .logo-holder .logo, .header-center-aligned .header-bottom .menu-holder .bg-holder .logo {
    float: left;
    margin: 23px 10px 0
}

.header-center-aligned .header-bottom .menu-holder .logo-holder .logo img, .header-center-aligned .header-bottom .menu-holder .bg-holder .logo img {
    max-width: 172px;
    max-height: 75px
}

.header-center-aligned .header-bottom .menu-holder .logo-holder .text-logo .logo, .header-center-aligned .header-bottom .menu-holder .bg-holder .text-logo .logo {
    max-width: 225px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 55px;
    font-family: "Cookie", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #ee2424
}

.header-center-aligned .header-bottom .menu-holder .bg-holder {
    z-index: 1
}

@media (max-width: 991px) {
    .header-center-aligned .header-bottom .menu-holder .fixed-position .header-center-aligned .header-bottom .menu-holder .logo-holder .logo {
        margin: 0
    }

    .header-center-aligned .header-bottom .menu-holder .logo-holder, .header-center-aligned .header-bottom .menu-holder .bg-holder {
        padding: 26px 7px 29px;
        overflow: hidden
    }

    .header-center-aligned .header-bottom .menu-holder .logo-holder .logo, .header-center-aligned .header-bottom .menu-holder .bg-holder .logo {
        margin: 0;
        float: none
    }

    .header-center-aligned .header-bottom .menu-holder .logo-holder .logo img, .header-center-aligned .header-bottom .menu-holder .bg-holder .logo img {
        max-width: 225px;
        max-height: 65px
    }
}

@media (max-width: 767px) {
    .header-center-aligned .header-bottom .menu-holder .logo-holder, .header-center-aligned .header-bottom .menu-holder .bg-holder {
        padding: 26px 7px 29px
    }

    .header-center-aligned .header-bottom .menu-holder .logo-holder .logo img, .header-center-aligned .header-bottom .menu-holder .bg-holder .logo img {
        max-width: 150px;
        max-height: 65px
    }
}

.header-center-aligned .header-bottom .menu-holder.tall-logo .logo-holder .logo img, .header-center-aligned .header-bottom .menu-holder.tall-logo .bg-holder .logo img {
    max-height: 60px
}

.header-center-aligned .header-bottom .menu-holder .nav-opener {
    width: 25px;
    z-index: 99;
    transition: none
}

.header-center-aligned .header-bottom .menu-holder .nav-opener:before, .header-center-aligned .header-bottom .menu-holder .nav-opener:after, .header-center-aligned .header-bottom .menu-holder .nav-opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.header-center-aligned .header-bottom .menu-holder .nav-opener:before, .header-center-aligned .header-bottom .menu-holder .nav-opener:after {
    content: "";
    top: 9px
}

.header-center-aligned .header-bottom .menu-holder .nav-opener:after {
    top: 25px
}

.header-center-aligned .header-bottom .menu-holder .nav-opener:hover {
    opacity: .9
}

.nav-active .header-center-aligned .header-bottom .menu-holder .nav-opener span {
    opacity: 0
}

.nav-active .header-center-aligned .header-bottom .menu-holder .nav-opener:before, .nav-active .header-center-aligned .header-bottom .menu-holder .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 0;
    right: 0;
    content: "";
    top: 9px
}

.nav-active .header-center-aligned .header-bottom .menu-holder .nav-opener:after {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-active .header-center-aligned .header-bottom .menu-holder .nav-opener:hover {
    opacity: .9
}

.header-center-aligned .header-bottom .has-drop-down .has-drop-down-a:before {
    top: 12px;
    right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: -webkit-transform linear .3s;
    transition: transform linear .3s
}

@media (min-width: 992px) {
    .header-center-aligned .header-bottom .has-drop-down i.accordion-opener {
        color: #fff;
        position: absolute;
        top: 12px;
        right: 0
    }

    .header-center-aligned .header-bottom .has-drop-down i.accordion-opener:hover {
        color: #ee2424
    }

    .header-center-aligned .header-bottom .has-drop-down i.accordion-opener + .nav-drop i.accordion-opener {
        right: 12px
    }
}

@media (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .header-center-aligned .header-bottom .has-drop-down i.accordion-opener {
        position: absolute;
        right: 20px;
        height: 39px;
        width: 60%;
        top: 0;
        text-align: right;
        padding-top: 18px;
        padding-right: 10px
    }
}

.header-center-aligned .header-bottom .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 160px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    padding: 0;
    visibility: hidden;
    margin: 0
}

@media (min-width: 992px) {
    .header-center-aligned .header-bottom .popup-holder {
        position: absolute;
        top: 50%;
        right: 55px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        z-index: 99;
        margin: 15px 0 0
    }

    .header-center-aligned .header-bottom .popup-holder .popup {
        position: absolute;
        opacity: 0;
        top: -28px;
        right: 46px;
        width: 100vw;
        max-width: 200px;
        visibility: hidden;
        transition: opacity linear .3s, visibility linear .3s
    }

    .header-center-aligned .header-bottom .popup-holder .opener {
        position: relative;
        z-index: 999;
        font-size: 20px
    }

    .header-center-aligned .header-bottom .popup-holder .opener {
        position: absolute;
        text-decoration: none;
        top: 50%;
        color: #fff;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 12px;
        margin: 3px 0 0
    }

    .header-center-aligned .header-bottom .popup-holder .search-form {
        padding: 0;
        max-width: 100%
    }

    .header-center-aligned .header-bottom .popup-holder .search-form .select2-container--default .select2-selection--single {
        padding: 12px 30px 8px 15px;
        background: transparent;
        border-radius: 0 !important;
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        color: #fff;
        border-bottom: 2px solid #fff
    }

    .header-center-aligned .header-bottom .popup-holder .search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: rgba(255, 255, 255, 0.8)
    }

    .header-center-aligned .header-bottom .popup-holder .search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none
    }
}

@media (min-width: 992px) and (min-width: 480px) {
    .header-center-aligned .header-bottom .popup-holder .popup {
        max-width: 360px;
        right: 46px;
        top: -24px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .header-center-aligned .header-bottom .popup-holder .popup {
        top: -25px;
        right: -8px;
        max-width: 100%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-center-aligned .header-bottom .popup-holder .search-form .drop {
        right: 0
    }
}

@media (min-width: 992px) and (max-width: 480px) {
    .header-center-aligned .header-bottom .popup-holder .search-form .drop {
        right: -35px
    }
}

@media (min-width: 992px) and (max-width: 480px) {
    .header-center-aligned .header-bottom .popup-holder .search-form .select2-container--default .select2-selection--single {
        padding: 6px
    }
}

.header-center-aligned .header-bottom .global-search-form .select2-container {
    width: 100%
}

.header-center-aligned .header-bottom .global-search-form .select2-choice {
    padding: 14px 30px 8px 14px !important;
    background: transparent;
    color: #fff;
    border-bottom: 2px solid #fff
}

.header-center-aligned .header-bottom .global-search-form .select2-choice div {
    display: none
}

.header-center-aligned .header-bottom .global-search-form .select2-dropdown-open .select2-default span {
    display: none
}

@media (min-width: 992px) {
    .header-center-aligned .popup-holder {
        right: calc((100vw - 640px) / 2)
    }
}

@media (max-width: 991px) {
    .header-center-aligned .header-bottom .nav-slide {
        padding: 79px 0 0;
        overflow-y: auto;
        position: absolute;
        top: 0;
        right: -325px;
        width: 300px;
        height: 100vh;
        padding: 79px 18px 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        background: #fff;
        z-index: 9999;
        -webkit-transition: right linear .3s;
        transition: right linear .3s
    }

    .header-center-aligned .header-bottom .bg-holder {
        display: none !important
    }

    .header-center-aligned .main-nav {
        height: calc(100vh - 90px);
        overflow: hidden;
        overflow-y: auto;
        padding: 0 0 70px
    }

    .header-center-aligned .main-nav:last-child {
        border: none
    }

    .header-center-aligned .main-nav {
        border: none;
        height: auto;
        padding: 0 !important;
        margin-bottom: 0;
        border-top: 1px solid #666
    }

    .header-center-aligned .main-nav > li > a {
        position: relative !important;
        display: block !important;
        color: #333 !important;
        padding: 15px 25px !important;
        font-weight: 700
    }
}

@media (min-width: 992px) {
    .header-center-aligned [class*="col-"] {
        position: relative
    }

    .header-center-aligned .header-top {
        border: none;
        position: relative;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: height linear .3s, padding linear .3s;
        transition: height linear .3s, padding linear .3s
    }

    .header-center-aligned .header-bottom {
        position: relative
    }

    .header-center-aligned .header-bottom .main-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: none;
        margin: 0 -15px;
        padding: 19px 0 0;
        margin-bottom: 0
    }

    .header-center-aligned .header-bottom .main-nav.left-menu {
        max-width: 545px;
        width: 525px;
        width: 38vw
    }

    .header-center-aligned .header-bottom .main-nav.right-menu {
        max-width: 525px;
        width: 525px;
        width: 38vw
    }

    .header-center-aligned .header-bottom .main-nav.justify-nav {
        justify-content: center
    }

    .header-center-aligned .header-bottom .main-nav .nav-drop {
        border-top: 3px solid #ee2424;
        margin: 0;
        left: 50%;
        width: 160px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 2px;
        padding: 0;
        box-shadow: none;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity linear .3s, visibility linear .3s;
        transition: opacity linear .3s, visibility linear .3s
    }

    .header-center-aligned .header-bottom .main-nav .nav-drop ul {
        font-size: 16px;
        margin: 0;
        padding: 0;
        list-style: none;
        font-weight: 400;
        line-height: 18px
    }

    .header-center-aligned .header-bottom .main-nav .nav-drop ul li {
        position: relative;
        margin: 0
    }

    .header-center-aligned .header-bottom .main-nav .nav-drop ul li a {
        color: #fff;
        position: relative;
        display: block;
        padding: 9px 15px;
        text-decoration: none
    }

    .header-center-aligned .header-bottom .main-nav .nav-drop ul li:hover {
        background: #ee2424;
        color: #fff
    }

    .header-center-aligned .header-bottom .main-nav > li:hover .nav-drop {
        opacity: 1;
        visibility: visible
    }

    .header-center-aligned .header-bottom .menu-holder.header-search-enabled .main-nav.right-menu {
        max-width: 490px;
        width: 490px;
        width: 30vw
    }

    .header-center-aligned .header-bottom .menu-holder.tall-logo .logo-holder .logo {
        margin: -25px 0 0 !important
    }

    .header-center-aligned .header-bottom .menu-holder.tall-logo .logo-holder .logo img {
        max-height: 100px;
        max-width: 225px
    }

    .header-center-aligned .header-bottom .menu-holder .logo img {
        max-width: 225px;
        max-height: 75px
    }

    .header-center-aligned .header-bottom .menu-holder .bg-holder {
        padding: 0;
        text-align: center;
        position: absolute;
        bottom: -41px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 344px;
        height: 98px
    }

    .header-center-aligned .header-bottom .menu-holder .bg-holder .bg-l {
        position: absolute;
        right: 100%;
        bottom: 19px;
        top: 0;
        height: auto;
        left: -9999px;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-center-aligned .header-bottom .menu-holder .bg-holder .bg-l:before {
        content: "";
        position: absolute;
        height: 1px;
        right: 0;
        left: -9999px;
        background: rgba(255, 255, 255, 0.07);
        width: auto
    }

    .header-center-aligned .header-bottom .menu-holder .bg-holder .bg-l:after {
        content: "";
        height: 7px;
        position: absolute;
        top: 100%;
        left: -9999px;
        right: -65px;
        border-radius: 0 5px 0 0;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0.01) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0.01) 100%)
    }

    .header-center-aligned .header-bottom .menu-holder .bg-holder .bg-r {
        position: absolute;
        left: 100%;
        bottom: 19px;
        top: 0;
        height: auto;
        right: -9999px;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-center-aligned .header-bottom .menu-holder .bg-holder .bg-r:before {
        content: "";
        position: absolute;
        height: 1px;
        left: 0;
        right: -9999px;
        background: rgba(255, 255, 255, 0.07);
        width: auto
    }

    .header-center-aligned .header-bottom .menu-holder .bg-holder .bg-r:after {
        content: "";
        height: 7px;
        position: absolute;
        top: 100%;
        right: -9999px;
        left: -65px;
        border-radius: 5px 0 0;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0.01) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0.01) 100%)
    }

    .header-center-aligned .header-bottom .menu-holder .bg-holder .logo img {
        max-width: 225px;
        max-height: 75px
    }

    .header-center-aligned .header-bottom .menu-holder .logo-holder {
        padding: 0;
        text-align: center;
        position: absolute;
        bottom: -41px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 344px;
        height: 98px
    }

    .header-center-aligned .header-bottom .menu-holder .logo-holder .logo {
        position: absolute;
        float: none !important;
        margin: -10px 0 0 !important;
        top: 50%;
        left: 50%;
        max-width: 206px;
        z-index: 99;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .header-center-aligned .header-bottom .menu-holder .logo-holder:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 98px;
        height: auto;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-center-aligned .header-bottom .menu-holder .logo-holder:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 344px;
        height: 98px;
        background-position: 0 0
    }

    .header-center-aligned .header-bottom .main-nav > li {
        float: left;
        padding: 12px 15px 0;
        margin: 0 auto;
        border-bottom: 2px solid transparent
    }

    .header-center-aligned .header-bottom .main-nav > li:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        height: 3px;
        width: auto;
        background: #3484d5;
        opacity: 0 !important;
        visibility: hidden;
        -webkit-transition: opacity linear .3s, visibility linear .3s;
        transition: opacity linear .3s, visibility linear .3s
    }

    .header-center-aligned .header-bottom .main-nav > li:hover:before {
        opacity: 1;
        visibility: visible
    }

    .header-center-aligned .header-bottom .main-nav > .has-drop-down:hover .has-drop-down-a:after {
        opacity: 1;
        visibility: visible
    }

    .header-center-aligned .header-bottom .main-nav > .has-drop-down .nav-drop ul li a.has-drop-down-a:before {
        -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
        transform: translate3d(0, -50%, 0) rotate(-90deg);
        top: 50%;
        right: 14px
    }

    .header-center-aligned .header-bottom .nav-drop .has-drop-down:hover .sub-menu {
        opacity: 1;
        visibility: visible
    }

    .header-center-aligned .header-bottom .nav-close {
        display: none
    }

    .header-center-aligned .header-bottom .popup-holder {
        right: 30px;
        width: calc(50% - 188px);
        margin: 0
    }

    .header-center-aligned .header-bottom .popup-holder .popup {
        max-width: 100%
    }

    .header-center-aligned .header-bottom .popup-holder .opener {
        font-size: 13px;
        right: -8px;
        margin: -3px 0 0
    }

    .header-center-aligned .header-bottom .nav-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 11;
        padding: 0 !important;
        overflow-y: visible !important
    }

    .header-center-aligned .menu-holder.header-search-enabled {
        padding: 0 40px 0 0
    }

    .header-center-aligned .menu-holder .nav-opener {
        display: none
    }

    .header-center-aligned .greedy-nav {
        position: relative;
        min-width: 250px
    }

    .header-center-aligned .greedy-nav .nav-slide {
        display: flex
    }

    .header-center-aligned .greedy-nav .more-trigger {
        cursor: pointer;
        position: relative
    }

    .header-center-aligned .greedy-nav .more-trigger > div {
        white-space: nowrap;
        color: #fff;
        padding: 12px 25px 27px
    }

    .header-center-aligned .greedy-nav .more-trigger::after {
        content: "\f107";
        font-family: FontAwesome4;
        position: absolute;
        width: 25px;
        height: 25px;
        right: 0;
        top: 12px;
        text-align: center;
        color: #fff
    }

    .header-center-aligned .greedy-nav .more-trigger:hover .hidden-links {
        opacity: 1;
        visibility: visible
    }

    .header-center-aligned .greedy-nav .more-trigger .nav-drop {
        position: absolute;
        border-top: 3px solid #ee2424;
        top: 100%;
        margin: 0;
        left: 0;
        width: 160px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 2px;
        padding: 4px 0;
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
        -webkit-transition: opacity linear .3s, visibility linear .3s;
        transition: opacity linear .3s, visibility linear .3s
    }

    .header-center-aligned .greedy-nav .more-trigger .nav-drop ul {
        font-size: 15px;
        line-height: 18px
    }

    .header-center-aligned .greedy-nav .more-trigger .nav-drop ul li {
        display: block
    }

    .header-center-aligned .greedy-nav .more-trigger .nav-drop ul li:hover {
        background-color: #ee2424
    }

    .header-center-aligned .greedy-nav .more-trigger .nav-drop ul li:hover .sub-menu {
        opacity: 1;
        visibility: visible
    }

    .header-center-aligned .greedy-nav .more-trigger .nav-drop ul li:hover a {
        color: #fff
    }

    .header-center-aligned .greedy-nav .more-trigger .nav-drop ul li a {
        display: block !important;
        padding: 10px 15px;
        color: #fff;
        font-weight: 600
    }

    .header-center-aligned .greedy-nav .more-trigger .nav-drop ul li a.has-drop-down-a:before {
        -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
        transform: translate3d(0, -50%, 0) rotate(-90deg)
    }

    .header-center-aligned .greedy-nav .more-trigger .nav-drop ul li a:hover {
        text-decoration: none
    }

    .header-center-aligned .greedy-nav .more-trigger .sub-menu {
        left: auto;
        right: 100%
    }

    .header-center-aligned .greedy-nav .more-trigger .has-drop-down {
        position: relative
    }

    .header-center-aligned .greedy-nav .more-trigger .has-drop-down:hover .nav-drop {
        opacity: 1;
        visibility: visible
    }

    .header-center-aligned .greedy-nav .more-trigger .accordion-opener {
        position: absolute;
        right: 15px;
        top: 15px
    }

    .header-center-aligned .greedy-nav .hidden-links {
        position: absolute;
        right: 0;
        list-style-type: none;
        border-top: 3px solid #ee2424;
        top: 100%;
        margin: 0;
        width: 160px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 2px;
        padding: 4px 0;
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
        -webkit-transition: opacity linear .3s, visibility linear .3s;
        transition: opacity linear .3s, visibility linear .3s
    }

    .header-center-aligned .greedy-nav .hidden-links > li:hover {
        background-color: #ee2424
    }

    .header-center-aligned .greedy-nav .hidden-links > li:hover a {
        color: #fff
    }

    .header-center-aligned .greedy-nav .hidden-links > li > a {
        display: block;
        color: #fff;
        font-size: 16px;
        padding: 6px 15px;
        line-height: 1.42857143;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 400
    }

    .header-center-aligned .greedy-nav .hidden-links > li > a:hover {
        text-decoration: none
    }

    .header-center-aligned .greedy-nav .hidden-links > li.has-submenu:before, .header-center-aligned .greedy-nav .hidden-links > li.has-submenu:after {
        display: none
    }

    .header-center-aligned .greedy-nav .hidden-links .nav-drop {
        left: initial !important;
        right: 100% !important;
        top: 0;
        margin-top: 0;
        transform: translateX(0)
    }

    .header-center-aligned .greedy-nav .visible-links {
        display: flex;
        margin: 0;
        padding-top: 0
    }

    .header-center-aligned .greedy-nav .visible-links > li > a {
        white-space: nowrap
    }

    .header-center-aligned .greedy-nav .hidden {
        visibility: hidden
    }

    .header-center-aligned .main-nav.left-menu .main-nav {
        max-width: initial;
        margin: 0;
        padding: 0;
        flex-wrap: nowrap
    }

    .header-center-aligned .main-nav.left-menu .main-nav > li > a {
        white-space: nowrap
    }

    .fixed-position .header-center-aligned .header-bottom .menu-holder .nav-drop {
        background: rgba(0, 0, 0, 0.8)
    }

    .fixed-position .header-center-aligned .header-bottom .menu-holder .nav-drop .sub-menu {
        background: rgba(0, 0, 0, 0.8)
    }

    .fixed-position .header-center-aligned .header-bottom .menu-holder.tall-logo .logo {
        margin: 0 !important
    }

    .fixed-position .header-center-aligned .header-bottom .menu-holder.tall-logo .logo img {
        max-height: 62px
    }

    .fixed-position .header-center-aligned .header-bottom .menu-holder .logo-holder, .fixed-position .header-center-aligned .header-bottom .menu-holder .bg-holder {
        height: 72px
    }

    .fixed-position .header-center-aligned .header-bottom .menu-holder .logo-holder .logo, .fixed-position .header-center-aligned .header-bottom .menu-holder .bg-holder .logo {
        margin: 0 0 !important
    }

    .fixed-position .header-center-aligned .header-bottom .menu-holder .logo-holder:before, .fixed-position .header-center-aligned .header-bottom .menu-holder .bg-holder:before {
        height: 72px;
        background-position: 0 -122px
    }

    .fixed-position .header-center-aligned .header-bottom .menu-holder .logo-holder .bg-l, .fixed-position .header-center-aligned .header-bottom .menu-holder .bg-holder .bg-l {
        bottom: 11px;
        background: rgba(0, 0, 0, 0.8)
    }

    .fixed-position .header-center-aligned .header-bottom .menu-holder .logo-holder .bg-r, .fixed-position .header-center-aligned .header-bottom .menu-holder .bg-holder .bg-r {
        bottom: 11px;
        background: rgba(0, 0, 0, 0.8)
    }

    .fixed-position .header-center-aligned .greedy-nav .hidden-links {
        background-color: rgba(0, 0, 0, 0.8)
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-center-aligned .main-nav .has-drop-down .has-drop-down-a:before {
        content: "\f107";
        display: inline-block;
        top: 50%;
        right: 30px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        position: absolute;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: -webkit-transform linear .3s;
        transition: transform linear .3s;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header-center-aligned .main-nav .nav-drop {
        padding: 0;
        margin: 0
    }

    .header-center-aligned .main-nav .nav-drop ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px
    }

    .header-center-aligned .main-nav .nav-drop ul li {
        position: relative;
        margin: 0
    }

    .header-center-aligned .main-nav .nav-drop ul li.active .has-drop-down-a {
        background: #f9f9f9;
        color: #333
    }

    .header-center-aligned .main-nav .nav-drop ul li.active .has-drop-down-a:before {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg)
    }

    .header-center-aligned .main-nav .nav-drop ul li.active .sub-menu {
        visibility: visible;
        opacity: 1;
        position: relative;
        left: inherit;
        background: inherit;
        width: inherit;
        padding: 0 0 0 10px
    }

    .header-center-aligned .main-nav .nav-drop ul li a {
        position: relative;
        display: block;
        padding: 11px 35px;
        text-decoration: none;
        color: #333 !important
    }

    .header-center-aligned .more-trigger {
        display: none
    }
}

@media (min-width: 1200px) {
    .header-center-aligned .header-bottom .main-nav > li {
        padding: 12px 25px 0
    }

    .header-center-aligned .header-bottom .has-drop-down .has-drop-down-a:before {
        right: 10px
    }

    .header-center-aligned .menu-holder.header-search-enabled {
        padding: 0 58px 0 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-center-aligned .main-nav.left-menu {
        max-width: 345px
    }

    .header-center-aligned .main-nav.left-menu > li {
        max-width: 120px;
        white-space: nowrap
    }

    .header-center-aligned .main-nav.left-menu > li a {
        overflow: hidden;
        text-overflow: ellipsis
    }

    .header-center-aligned .main-nav.right-menu {
        max-width: 340px
    }

    .header-center-aligned .main-nav.right-menu > li {
        max-width: 115px;
        white-space: nowrap
    }

    .header-center-aligned .main-nav.right-menu > li a {
        overflow: hidden;
        text-overflow: ellipsis
    }

    .header-center-aligned .menu-holder.header-search-enabled .main-nav.right-menu {
        max-width: 304px;
        max-width: 28vw
    }
}

@media (max-width: 992px) {
    .header-center-aligned .header-holder {
        flex-direction: row-reverse
    }

    .header-center-aligned .popup-holder {
        position: relative
    }

    .header-center-aligned .popup-holder a {
        text-decoration: none
    }

    .header-center-aligned .popup-holder .opener {
        position: relative;
        z-index: 999;
        font-size: 20px;
        color: #fff;
        top: -2px;
        right: 2px
    }

    .header-center-aligned .popup-holder .popup {
        position: absolute;
        opacity: 0;
        top: -8px;
        right: 46px;
        width: 100vw;
        max-width: 227px;
        visibility: hidden;
        transition: opacity linear .3s, visibility linear .3s
    }

    .header-center-aligned .popup-holder .search-form {
        padding: 0;
        max-width: 100%
    }

    .header-center-aligned .popup-holder .search-form .select2-container--default .select2-selection--single {
        padding: 12px 30px 8px 15px;
        background: transparent;
        border-radius: 0 !important;
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        color: #fff;
        border-bottom: 2px solid #fff
    }

    .header-center-aligned .popup-holder .search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: rgba(255, 255, 255, 0.75)
    }

    .header-center-aligned .popup-holder .search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none
    }
}

@media (max-width: 992px) and (max-width: 1199px) {
    .header-center-aligned .popup-holder .search-form .drop {
        right: 0
    }
}

@media (max-width: 992px) and (max-width: 480px) {
    .header-center-aligned .popup-holder .search-form .drop {
        right: -35px
    }
}

@media (max-width: 992px) and (max-width: 480px) {
    .header-center-aligned .popup-holder .search-form .select2-container--default .select2-selection--single {
        padding: 6px
    }
}

.fixed-position #header-center-aligned-sticky-contact {
    z-index: 10;
    position: fixed;
    display: block
}

#header-center-aligned-sticky-contact {
    position: absolute;
    top: 18em;
    right: 4.5em;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.45);
    display: none
}

#header-center-aligned-sticky-contact .wrapper {
    padding: 0 1em;
    background-color: #fff
}

#header-center-aligned-sticky-contact .blocks {
    padding: .5em 0;
    display: block
}

#header-center-aligned-sticky-contact .fa {
    font-size: 1.15em;
    color: black
}

@media (min-width: 1650px) {
    #header-center-aligned-sticky-contact {
        right: 13.5em
    }
}

@media (min-width: 992px) {
    .header-center-aligned {
        box-shadow: none;
        background: transparent
    }
}

.header_center_aligned #disambiguation-notice-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #ffffff
}

.header_center_aligned.fixed-position #disambiguation-notice-container {
    position: fixed
}

.header-reversed-default {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}

@media (min-width: 1200px) {
    .header-reversed-default .header-top .container, .header-reversed-default .header-bottom .container {
        max-width: 1200px;
        width: 100%
    }
}

.header-reversed-default.scrollable {
    position: absolute
}

.header-reversed-default:before, .header-reversed-default:after {
    content: " ";
    display: table
}

.header-reversed-default:after {
    clear: both
}

.fixed-position .header-reversed-default .secondary-header {
    display: flex
}

.fixed-position .header-reversed-default .header-top {
    margin-top: -81px;
    padding: 0
}

.fixed-position .header-reversed-default .header-top .popup-holder {
    bottom: -96px
}

.fixed-position .header-reversed-default .header-bottom {
    background:#000
}

.fixed-position .header-reversed-default .header-bottom .menu-holder {
    padding-left: 0 !important
}

@media (max-width: 767px) {
    .fixed-position .header-reversed-default .header-bottom .nav-slide {
        height: calc(100vh - 41px)
    }
}

@media (min-width: 992px) {
    .fixed-position .header-reversed-default .language_translator, .fixed-position .header-reversed-default .language_switcher, .fixed-position .header-reversed-default .currency_switcher {
        display: none !important
    }
}

@media (max-width: 767px) {
    .popup-search .header-reversed-default .header-top .info-list {
        display: none
    }

    .popup-search .header-reversed-default .header-top .popup-holder {
        width: 346px
    }

    .popup-search .header-reversed-default .header-top .popup-holder .global-search-form .btn {
        right: -17px
    }

    .popup-search .header-reversed-default .header-top .popup-holder .global-search-form .select2-container {
        border-bottom-color: #ee2424
    }

    .popup-search .header-reversed-default .menu-holder .nav-opener {
        opacity: 1 !important;
        visibility: visible !important
    }
}

.header-reversed-default.tall-logo .logo {
    padding-bottom: 15px
}

.header-reversed-default.tall-logo .logo.tall-img {
    display: block;
    max-height: 110px
}

.header-reversed-default .header-top {
    position: relative;
    background: #fff;
    padding: 25px 0 25px;
    margin: 0;
    height: 81px;
    -webkit-transition: margin linear .0s, padding linear .0s;
    transition: margin linear .0s, padding linear .0s
}

.header-reversed-default .header-top .logo {
    max-width: 250px
}

.header-reversed-default .header-top .logo img {
    max-width: 225px;
    max-height: 66px
}

.header-reversed-default .header-top .text-logo .logo {
    max-width: 225px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 55px;
    font-family: "Cookie", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #ee2424
}

.header-reversed-default .header-top .info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 0 0 -50px 210px
}

.header-reversed-default .header-top .info-list {
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    height: auto
}

.header-reversed-default .header-top .info-list li {
    padding: 0 10px
}

.header-reversed-default .header-top .info-list a {
    display: inline-block;
    color:#ff5400;
    text-decoration: none
}

.header-reversed-default .header-top .info-list a i {
    padding: 0 3px 0 3px
}

.header-reversed-default .header-top .popup-holder {
    width: 346px
}

.header-reversed-default .header-top .global-search-form {
    font-size: 16px;
    height: 32px;
    border-radius: 15px !important;
    max-width: 385px;
    margin: 0 0 0 15px;
    border: 1px solid #ee2424;
    background: #fff;
    padding: 0 16px;
    text-align: left
}

.header-reversed-default .header-top .global-search-form .select2-container {
    width: 100%;
    height: 32px
}

.header-reversed-default .header-top .global-search-form .select2-choice {
    padding: 0;
    background: transparent;
    margin: 0;
    height: 30px;
    color: rgba(238, 36, 36, 0.5) !important;
    line-height: 30px
}

.header-reversed-default .header-top .global-search-form .select2-choice div {
    display: none
}

.header-reversed-default .header-top .global-search-form .select2-dropdown-open .select2-default span {
    display: none
}

.header-reversed-default .header-top .global-search-form .btn {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0;
    background: transparent;
    border: none;
    color: #fff;
    width: auto;
    min-width: auto
}

.header-reversed-default .logo {
    position: absolute;
    top: 50%;
    left: 25px;
    max-width: 154px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-reversed-default .logo a {
    display: block
}

.header-reversed-default .header-bottom {
    position: relative;
    min-height: 42px;
    background: #000;
    -webkit-transition: background linear .3s;
    transition: background linear .3s
}

.header-reversed-default .header-bottom .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-reversed-default .header-bottom .menu-holder {
    flex: 1
}

.header-reversed-default .header-bottom .select-holder {
    display: flex
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-reversed-default .header-bottom .select-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-end;
        width: 90%
    }

    .header-reversed-default .header-bottom .select-holder .fa-globe {
        display: none
    }
}

.header-reversed-default .header-bottom .select-holder .language_translator, .header-reversed-default .header-bottom .select-holder .language_switcher, .header-reversed-default .header-bottom .select-holder .currency_switcher {
    display: inline-block;
    padding: 0 0 0 5px
}

@media (max-width: 767px) {
    .header-reversed-default .header-bottom .select-holder .language_translator.count-1, .header-reversed-default .header-bottom .select-holder .language_switcher.count-1, .header-reversed-default .header-bottom .select-holder .currency_switcher.count-1 {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right
    }
}

@media (max-width: 767px) {
    .header-reversed-default .header-bottom .select-holder .language_translator.count-2, .header-reversed-default .header-bottom .select-holder .language_switcher.count-2, .header-reversed-default .header-bottom .select-holder .currency_switcher.count-2 {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
}

@media (max-width: 767px) {
    .header-reversed-default .header-bottom .select-holder .currency_switcher > span {
        position: absolute !important;
        right: 0 !important
    }

    .header-reversed-default .header-bottom .select-holder .currency_switcher #currencies + span {
        line-height: 2.6 !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-reversed-default .header-bottom .select-holder .currency_switcher .fa-database {
        display: none
    }
}

@media (max-width: 767px) {
    .header-reversed-default .header-bottom .select-holder .language_switcher #languages + span {
        top: -4px !important
    }
}

.header-reversed-default .header-bottom .select-holder .language_translator, .header-reversed-default .header-bottom .select-holder .language_switcher {
    line-height: 1
}

@media (max-width: 767px) {
    .header-reversed-default .header-bottom .select-holder .language_translator, .header-reversed-default .header-bottom .select-holder .language_switcher {
        height: 32px;
        line-height: 2.8
    }

    .header-reversed-default .header-bottom .select-holder .language_translator #google_translate_element .goog-te-menu-value span:nth-of-type(2), .header-reversed-default .header-bottom .select-holder .language_switcher #google_translate_element .goog-te-menu-value span:nth-of-type(2) {
        display: none !important
    }

    .header-reversed-default .header-bottom .select-holder .language_translator #google_translate_element .goog-te-menu-value img, .header-reversed-default .header-bottom .select-holder .language_switcher #google_translate_element .goog-te-menu-value img {
        margin: 0 !important
    }
}

@media (min-width: 768px) and (max-width: 991px),(min-width: 992px) {
    .header-reversed-default .header-bottom .select-holder .language_translator, .header-reversed-default .header-bottom .select-holder .language_switcher {
        position: relative;
        top: -2px;
        margin-top: 10px
    }
}

.header-reversed-default .header-bottom .select-holder .language_translator #google_translate_element *, .header-reversed-default .header-bottom .select-holder .language_switcher #google_translate_element * {
    background: transparent;
    border: 0;
    color: #fff
}

.header-reversed-default .header-bottom .select-holder .language_translator #google_translate_element .goog-te-gadget-simple img, .header-reversed-default .header-bottom .select-holder .language_switcher #google_translate_element .goog-te-gadget-simple img {
    display: none !important
}

.header-reversed-default .header-bottom .select-holder .language_translator #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span, .header-reversed-default .header-bottom .select-holder .language_switcher #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
    padding-right: 5px;
    font-family: Lato !important
}

@media (min-width: 768px) and (max-width: 991px),(min-width: 992px) {
    .header-reversed-default .header-bottom .select-holder .language_switcher {
        top: 0;
        margin-top: 6px
    }
}

.header-reversed-default .header-bottom .select-holder .currency_switcher, .header-reversed-default .header-bottom .select-holder .language_switcher {
    display: flex;
    height: 32px;
    white-space: nowrap
}

.header-reversed-default .header-bottom .select-holder .currency_switcher .fa-database, .header-reversed-default .header-bottom .select-holder .language_switcher .fa-database {
    font-size: 14px !important
}

@media (max-width: 767px) {
    .header-reversed-default .header-bottom .select-holder .currency_switcher, .header-reversed-default .header-bottom .select-holder .language_switcher {
        line-height: 3.3
    }

    .header-reversed-default .header-bottom .select-holder .currency_switcher .fa-database, .header-reversed-default .header-bottom .select-holder .language_switcher .fa-database {
        display: none
    }
}

.header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container, .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container {
    vertical-align: middle;
    z-index: 1
}

.header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container:not(.select2-container-active) *:not(img), .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container:not(.select2-container-active) *:not(img) {
    border: 0;
    background: transparent
}

.header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container a, .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container a {
    line-height: 22px
}

@media (max-width: 767px) {
    .header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container a, .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container a {
        line-height: 14px
    }
}

@media (max-width: 360px) {
    .header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container a, .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container a {
        line-height: 18px
    }
}

.header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container .select2-choice span, .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container .select2-choice span {
    padding: 0 0 0 2px !important;
    font-size: 14px
}

.header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container .select2-choice div, .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container .select2-choice div {
    border: 0
}

.header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container .select2-choice div b, .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container .select2-choice div b {
    display: none
}

.header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container .currency-flag, .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container .currency-flag {
    vertical-align: initial
}

.header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container, .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container {
    text-align: left
}

@media (max-width: 767px) {
    .header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container, .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container {
        text-align: right;
        width: 100%
    }
}

.header-reversed-default .header-bottom .select-holder .currency_switcher a, .header-reversed-default .header-bottom .select-holder .language_switcher a {
    color: #fff
}

.header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container-active, .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container-active {
    z-index: 0
}

.header-reversed-default .header-bottom .select-holder .currency_switcher .select2-container-active a, .header-reversed-default .header-bottom .select-holder .language_switcher .select2-container-active a {
    color: #000
}

.header-reversed-default .header-bottom .nav-slide:before, .header-reversed-default .header-bottom .nav-slide:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    padding: 0 0 0 9999px;
    margin: 0 0 0 -9999px
}

.header-reversed-default .header-bottom .nav-slide:after {
    left: auto;
    right: 0;
    padding: 0 9999px 0 0;
    margin: 0 -9999px 0 0
}

.header-reversed-default .header-bottom .nav-slide .main-nav {
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: opacity linear .3s, visibility linear .3s;
    transition: opacity linear .3s, visibility linear .3s
}

.header-reversed-default .header-bottom .nav-slide .main-nav .nav-drop ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .header-reversed-default .header-bottom .nav-slide .main-nav .nav-drop ul li a:before {
        top: 10px !important;
        right: 0 !important
    }
}

.header-reversed-default .header-bottom .nav-slide .main-nav .has-drop-down .has-drop-down-a:before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: -webkit-transform linear .3s;
    transition: transform linear .3s
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-reversed-default .header-bottom .nav-slide .main-nav .has-drop-down i.accordion-opener {
        padding: 5px 10px;
        top: 0;
        right: 0
    }

    .header-reversed-default .header-bottom .nav-slide .main-nav .has-drop-down i.accordion-opener + .nav-drop i.accordion-opener {
        top: 4px
    }
}

.header-reversed-default .header-bottom .nav-slide .main-nav > li {
    margin: 0;
    position: relative;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color linear .3s;
    transition: border-color linear .3s
}

.header-reversed-default .header-bottom .nav-slide .main-nav > li:hover:before {
    opacity: 1;
    visibility: visible
}

.header-reversed-default .header-bottom .nav-slide .main-nav > li:hover a {
    text-decoration: none;
    color: #fff
}

.header-reversed-default .header-bottom .nav-slide .main-nav > li > a {
    padding: 4px 0 10px;
    color:#FFF !important;text-transform: uppercase;
}

.header-reversed-default .header-bottom .nav-opener {
    position: absolute;
    top: 6px;
    left: 22px;
    right: auto;
    width: 25px;
    height: 28px;
    z-index: 99;
    -webkit-transition: top linear .3s;
    transition: top linear .3s
}

.header-reversed-default .header-bottom .nav-opener em {
    display: inline-block;
    padding-left: 35px;
    margin-top: 0;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #fff
}

.header-reversed-default .header-bottom .nav-opener:before, .header-reversed-default .header-bottom .nav-opener:after, .header-reversed-default .header-bottom .nav-opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.header-reversed-default .header-bottom .nav-opener:before, .header-reversed-default .header-bottom .nav-opener:after {
    content: "";
    top: 8px
}

.header-reversed-default .header-bottom .nav-opener:after {
    top: 24px
}

.header-reversed-default .header-bottom .nav-opener:hover {
    opacity: .9
}

.header-reversed-default .header-bottom .nav-close {
    display: none;
    position: absolute;
    top: 38px;
    right: 27px;
    width: 25px;
    height: 28px;
    z-index: 99;
    -webkit-transition: top linear .3s;
    transition: top linear .3s
}

@media (min-width: 992px) {
    .header-reversed-default .header-bottom .greedy-nav {
        position: relative;
        min-width: 250px
    }

    .header-reversed-default .header-bottom .greedy-nav .nav-slide {
        display: flex
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger {
        cursor: pointer;
        position: relative;
        border-bottom: 2px solid transparent
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger > div {
        white-space: nowrap;
        padding: 12px 15px 0 15px;
        color: #fff;
        font-weight: 700;
        line-height: 18px
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger::after {
        content: "\f107";
        font-family: FontAwesome4;
        position: absolute;
        width: 25px;
        height: 25px;
        right: -6px;
        top: 7px;
        text-align: center;
        color: #FFF
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger:hover .hidden-links {
        opacity: 1;
        visibility: visible
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .nav-drop {
        position: absolute;
        border-top: 2px solid #ee2424;
        top: 100%;
        margin: 0;
        left: 0;
        width: 175px;
        background: rgba(0, 0, 0, 0.75);
        border-radius: 2px;
        padding: 4px 0;
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
        -webkit-transition: opacity linear .3s, visibility linear .3s;
        transition: opacity linear .3s, visibility linear .3s
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .nav-drop ul {
        font-size: 15px;
        line-height: 18px
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .nav-drop ul li {
        display: block
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .nav-drop ul li:hover {
        background-color: #ee2424
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .nav-drop ul li:hover .sub-menu {
        opacity: 1;
        visibility: visible
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .nav-drop ul li:hover a {
        color: #fff
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .nav-drop ul li a {
        display: block !important;
        padding: 10px 15px;
        color: #fff;
        font-weight: 600
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .nav-drop ul li a.has-drop-down-a:before {
        -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
        transform: translate3d(0, -50%, 0) rotate(-90deg)
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .nav-drop ul li a:hover {
        text-decoration: none
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .sub-menu {
        left: auto;
        right: 100%
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .has-drop-down {
        position: relative
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .has-drop-down:hover .nav-drop {
        opacity: 1;
        visibility: visible
    }

    .header-reversed-default .header-bottom .greedy-nav .more-trigger .accordion-opener {
        position: absolute;
        right: 20px;
        top: 15px
    }

    .header-reversed-default .header-bottom .greedy-nav .hidden-links {
        position: absolute;
        right: 0;
        list-style-type: none;
        border-top: 2px solid #ee2424;
        top: 100%;
        margin: 0;
        width: 175px;
        background: rgba(0, 0, 0, 0.75);
        border-radius: 2px;
        padding: 4px 0;
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
        -webkit-transition: opacity linear .3s, visibility linear .3s;
        transition: opacity linear .3s, visibility linear .3s
    }

    .header-reversed-default .header-bottom .greedy-nav .hidden-links > li:hover {
        background-color: #ee2424
    }

    .header-reversed-default .header-bottom .greedy-nav .hidden-links > li:hover a {
        color: #fff
    }

    .header-reversed-default .header-bottom .greedy-nav .hidden-links > li > a {
        display: block;
        color: #fff;
        font-size: 16px;
        padding: 6px 15px;
        line-height: 1.42857143;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 800
    }

    .header-reversed-default .header-bottom .greedy-nav .hidden-links > li > a:hover {
        text-decoration: none
    }

    .header-reversed-default .header-bottom .greedy-nav .hidden-links > li.has-submenu:before, .header-reversed-default .header-bottom .greedy-nav .hidden-links > li.has-submenu:after {
        display: none
    }

    .header-reversed-default .header-bottom .greedy-nav .hidden-links .nav-drop {
        left: auto !important;
        right: 100% !important;
        top: 0;
        margin-top: 0
    }

    .header-reversed-default .header-bottom .greedy-nav .visible-links {
        display: flex;
       margin:0 auto;
    }

    .header-reversed-default .header-bottom .greedy-nav .visible-links > li > a {
        white-space: nowrap
    }

    .header-reversed-default .header-bottom .greedy-nav .hidden {
        visibility: hidden
    }
}

.nav-active .header-reversed-default .header-bottom .nav-slide {
    opacity: 1;
    visibility: visible
}

.nav-active .header-reversed-default span {
    opacity: 0 !important
}

.nav-active .header-reversed-default span:before, .nav-active .header-reversed-default span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 0;
    right: 0
}

.nav-active .header-reversed-default span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-active .header-reversed-default .fa-database {
    opacity: 0 !important
}

.nav-active .header-reversed-default .nav-opener:before, .nav-active .header-reversed-default .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 0;
    right: 0
}

.nav-active .header-reversed-default .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-reversed-default .has-drop-down i.accordion-opener {
    position: absolute;
    top: 7px;
    display: inline-block;
    margin-left: 5px
}

@media (min-width: 992px) {
    .header-reversed-default .has-drop-down i.accordion-opener {
        top: 15px
    }
}

.header-reversed-default .nav-drop {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 400
}

.header-reversed-default .nav-drop:before {
    display: none
}

.header-reversed-default .nav-drop ul {
    margin: 0;
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 0
}

.header-reversed-default .nav-drop ul li {
    position: relative;
    margin: 0
}

.header-reversed-default .nav-drop ul li.hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.header-reversed-default .nav-drop ul li.active .has-drop-down-a:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.header-reversed-default .nav-drop i.accordion-opener {
    position: absolute;
    top: 12px;
    display: inline-block;
    margin-left: -10px
}

@media (min-width: 992px) {
    .header-reversed-default .nav-drop i.accordion-opener {
        position: absolute;
        right: 5px;
        top: 15px
    }
}

.header-reversed-default .sub-menu {
    padding: 0 15px
}

.header-reversed-default .p-r-3 {
    padding-right: 3px
}

@media (max-width: 991px) {
    .header-reversed-default .header-top .info-list a i {
        font-size: 24px
    }

    .header-reversed-default .header-top .popup-holder {
        right: 15px;
        max-width: 350px;
        z-index: 99;
        -webkit-transition: bottom linear .3s;
        transition: bottom linear .3s;
        margin: 0 0 0 15px;
        padding: 0;
        width: auto
    }

    .header-reversed-default .header-top .popup-holder .global-search-form {
        background: transparent;
        border: none
    }

    .header-reversed-default .header-top .popup-holder .global-search-form .btn {
        right: auto
    }

    .header-reversed-default .header-top .popup-holder .global-search-form .select2-choice {
        color: white !important
    }

    .header-reversed-default .header-top .popup-holder .global-search-form .select2-choice span {
        display: none
    }

    .header-reversed-default .header-top .popup-holder .global-search-form .fa-search {
        font-size: 20px
    }

    .header-reversed-default .main-nav > li > a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 20px
    }

    .header-reversed-default .main-nav > li > a:before {
        top: 5px !important;
        right: -15px !important
    }

    .header-reversed-default .main-nav > li.active > .has-drop-down-a:before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .header-reversed-default .header-bottom {
        background:#111;    z-index: 8888;
    }

    .header-reversed-default .header-bottom .nav-slide {
        position: absolute;
        top: 42px;
        left: 0;
        right: 0;
        width: 100%;
        background:#111;
        z-index: 9;
        box-shadow: none;
        padding: 12px 25px 0;
        opacity: 0;
        margin: -1px 0 0;
        visibility: hidden;
        -webkit-transition: opacity linear .3s, visibility linear .3s;
        transition: opacity linear .3s, visibility linear .3s;
        height: calc(100vh - 132px);
        overflow-y: auto;
        overflow-x: hidden
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-reversed-default .header-top .logo img {
        max-width: 200px
    }
}

@media (min-width: 992px) {
    .fixed-position .header-reversed-default .header-top {
        height: 0;
        overflow: hidden;
        margin: 0
    }

    .header-reversed-default .main-nav > li {
        padding: 12px 17px 0;
        height: 43px
    }

    .header-reversed-default.tall-logo .logo {
        margin: 36px 0 0;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
        border: 1px solid #ddd;
        background: #fff;
        padding: 10px 12px;
        left: 3px
    }

    .header-reversed-default.tall-logo .logo .tall-img {
        max-height: 110px
    }

    .header-reversed-default.tall-logo .main-nav {
        margin: 0 -17px
    }

    .header-reversed-default .header-top {
        padding:20px 0;
        height: auto;
        overflow: visible;
        -webkit-transition: height linear .3s, padding linear .3s;
        transition: height linear .3s, padding linear .3s
    }

    .header-reversed-default .header-top .info-block {
        padding: 0 0 0 180px
    }

    .header-reversed-default .nav-opener {
        display: none
    }

    .header-reversed-default .logo {
        top: 50%;
        left: 5px
    }

    .header-reversed-default .header-bottom {
        min-height: 42px
    }

    .header-reversed-default .nav-slide:before, .header-reversed-default .nav-slide:after {
        display: none
    }

    .header-reversed-default .main-nav {
        margin: 0 -35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 0 0;
        border: none
    }

    .header-reversed-default .main-nav .has-drop-down:hover .nav-drop {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }

    .header-reversed-default .main-nav .has-drop-down:hover .nav-drop .has-drop-down:hover .sub-menu {
        opacity: 1;
        visibility: visible
    }

    .header-reversed-default .main-nav .nav-drop {
        position: absolute;
        top: 100%;
        margin: 0;
        left: 0;
        width:220px;
        background: #000;
       
        padding: 4px 0;
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
        -webkit-transition: opacity linear .3s, visibility linear .3s;
        transition: opacity linear .3s, visibility linear .3s
    }

    .header-reversed-default .main-nav .nav-drop ul {
        font-size: 14px;
        line-height: 18px
    }

    .header-reversed-default .main-nav .nav-drop ul li {
        display: block
    }

    .header-reversed-default .main-nav .nav-drop ul li:hover > a {
        background: #ee2424
    }

    .header-reversed-default .main-nav .nav-drop ul li a {
        display: block !important
    }

    .header-reversed-default .main-nav .nav-drop ul li a.has-drop-down-a:before {
        -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
        transform: translate3d(0, -50%, 0) rotate(-90deg)
    }

    .header-reversed-default .main-nav > li {
        padding: 12px 15px 0 15px;
        float: left
    }

    .header-reversed-default .main-nav > li:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        height: 2px;
        width: auto;
        background: #ee2424;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity linear .3s, visibility linear .3s;
        transition: opacity linear .3s, visibility linear .3s
    }

    .header-reversed-default .has-drop-down .has-drop-down-a:before {
        top: 50% !important;
        right: 20px !important;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }

    .header-reversed-default .sub-menu {
        position: absolute;
        padding: 4px 0;
        top: -4px;
        left: 100%;
        width: 175px;
        background:#000;
        opacity: 0;
        visibility: hidden;
        background-clip: padding-box;
        border-left: 2px solid #2c3e50
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .header-reversed-default .has-drop-down .has-drop-down-a:before {
        right: 30px !important
    }
}

@media (min-width: 768px) {
    .header-reversed-default .nav-opener {
        right: 24px
    }
}

@media (min-width: 1200px) {
    .header-reversed-default .main-nav > li {
        padding: 12px 20px 0 20px
    }

    .header-reversed-default.tall-logo .logo {
        margin: 46px 0 0;
        padding: 8px 16px
    }

    .header-reversed-default.tall-logo .logo img {
        width: auto
    }

    .header-reversed-default .header-top .popup-holder {
        width: 385px
    }
}

@media (max-width: 767px) {
    .header-reversed-default .popup-holder {
        max-width: 290px !important
    }

    .header-reversed-default .popup-holder .global-search-form {
        margin-left: 5px !important;
        padding-left: 5px !important
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .header-reversed-default .popup-holder .global-search-form .select2-container {
        opacity: 0;
        visibility: hidden;
        border-bottom: 2px solid #fff
    }

    .header-reversed-default .popup-holder .global-search-form .select2-container.select2-dropdown-open {
        opacity: 1;
        visibility: visible
    }

    .header-reversed-default .more-trigger {
        display: none
    }
}

@media (max-width: 767px) {
    .header-reversed-default .header-top .logo img {
        max-width: 150px;
        max-height: 58px
    }

    .header-reversed-default.tall-logo .logo img {
        max-width: 150px;
        max-height: 65px
    }
}

.header-reversed-default .secondary-header {
    margin-bottom: 0;
    display: none;
    align-items: center
}

.header-reversed-default .secondary-header a, .header-reversed-default .secondary-header .fa {
    color: #fff
}

.header-reversed-default .secondary-header a:hover, .header-reversed-default .secondary-header .fa:hover {
    text-decoration: none
}

.header-reversed-default .secondary-header .mail-to {
    padding: 0 1em
}

@media (max-width: 992px) {
    .header-reversed-default .tall-logo .logo {
        padding-bottom: 10px
    }

    .header-reversed-default .mobile-header .header-top {
        height: auto
    }

    .header-reversed-default .mobile-header .message {
        padding-left: 1em
    }

    .header-reversed-default .mobile-header__icons:first-child {
        margin-top: 3px
    }

    .header-reversed-default .menu-holder {
        width: auto
    }

    .header-reversed-default .nav-opener {
        position: relative;
        display: block;
        top: -3px
    }

    .header-reversed-default .nav-opener span, .header-reversed-default .nav-opener:after, .header-reversed-default .nav-opener:before {
        background-color: black
    }
}

@media (max-width: 992px) {
    .header-reversed-default .logo {
        left: 10px
    }
}

.header-reversed-default-drop .select2-search {
    height: 32px
}

@media (min-width: 767px) {
    .header-reversed-default-drop .select2-search {
        top: -32px !important
    }
}

@media (max-width: 767px) {
    .header-reversed-default-drop .select2-search {
        top: -29px !important
    }
}

.header-reversed-default-drop .select2-search .select2-input {
    height: 30px !important;
    margin-left: -12px
}

@media (max-width: 991px) {
    .header-reversed-default-drop .select2-search .select2-input {
        color: #fff
    }
}

@media (min-width: 992px) {
    .header-reversed-default-drop .select2-search .select2-input {
        color: rgba(70, 166, 174, 0.4) !important
    }
}

.header-reversed-default-drop .select2-results {
    margin: 22px 0 0 !important
}

.header_reversed_default #disambiguation-notice-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #ffffff
}

.header_reversed_default.fixed-position #disambiguation-notice-container {
    position: fixed
}

.scroll-hidden {
    overflow: hidden
}

.tagline {
    font-size: 28px;
    line-height: 1.25
}

h1, .h1, h2, .h2 {
    font-weight: 700
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 28px
    }

    h2, .h2 {
        font-size: 22px
    }

    h3, .h3 {
        font-size: 20px
    }

    body {
        font-size: 16px
    }

    .tagline {
        font-size: 22px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1, .h1 {
        font-size: 32px
    }

    h2, .h2 {
        font-size: 24px
    }

    h3, .h3 {
        font-size: 20px
    }

    body {
        font-size: 16px
    }

    .tagline {
        font-size: 24px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1, .h1 {
        font-size: 40px
    }

    h2, .h2 {
        font-size: 28px
    }

    h3, .h3 {
        font-size: 20px
    }

    .tagline {
        font-size: 26px
    }
}

@media (max-width: 360px) {
    h3, .h3 {
        font-size: 18px
    }

    body {
        font-size: 14px
    }
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .yamm-fw {
    position: static
}

.yamm .container {
    position: relative
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 15px;
    right: 15px
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 80px;
    width: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: "FontAwesome4";
    font-size: 80px;
    line-height: 1;
    color: #6F6F6F;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -50px
}

.slick-prev[dir="rtl"] {
    left: auto;
    right: -50px
}

.slick-prev:before {
    content: "\f104"
}

.slick-prev:before[dir="rtl"] {
    content: "\f104"
}

.slick-next {
    right: -50px
}

.slick-next[dir="rtl"] {
    left: -50px;
    right: auto
}

.slick-next:before {
    content: "\f105"
}

.slick-next:before[dir="rtl"] {
    content: "\f104"
}

.slick-dotted .slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f10c";
    width: 20px;
    height: 20px;
    font-family: "FontAwesome4";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #808080;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    content: "\f192";
    color: #808080;
    opacity: .75
}

.slick-slider .arrow-right, .slick-slider .arrow-left {
    position: absolute;
    border: none;
    top: calc(50% - 42px);
    z-index: 100;
    outline: none;
    cursor: pointer
}

.slick-slider .arrow-left {
    left: -15px
}

.slick-slider .arrow-left:hover {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -211px;
    width: 15px;
    height: 53px
}

.slick-slider .arrow-right {
    right: -15px
}

.slick-slider .arrow-right:hover {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -155px;
    width: 15px;
    height: 53px
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-theme .owl-nav {
    top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 225px
}

.owl-prev:hover, .owl-next:hover {
    width: 65px;
    height: 103px;
    background-color: rgba(0, 0, 0, 0.2)
}

.owl-next {
    right: 0
}

.banner-arrow-left, .banner-arrow-right {
    background: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png) no-repeat;
    width: 15px;
    height: 53px;
    margin: 24px;
    display: block
}

.banner-arrow-left {
    background-position: -1px -293px
}

.banner-arrow-right {
    float: right;
    background-position: -23px -293px
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    margin-top: -35px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot::before {
    content: "\f10c";
    margin-right: 16px;
    font-family: "FontAwesome4";
    font-size: 15px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased
}

.owl-theme .owl-dots .owl-dot.active::before {
    content: "\f192";
    color: #ffffff
}

.bigger-slides .owl-nav [class*='owl-'] {
    top: 324px
}

/* Preload images */
body:after {
    content: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightbox/close.png) url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightbox/loading.gif) url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightbox/prev.png) url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightbox/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: relative;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightbox/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightbox/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightbox/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*
Version: 3.3.1 Timestamp: Wed Feb 20 09:57:22 PST 2013
*/
.select2-container {
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.
  
      More Info : http://www.quirksmode.org/css/box.html
    */
    -webkit-box-sizing: border-box; /* webkit */
    -khtml-box-sizing: border-box; /* konqueror */
    -moz-box-sizing: border-box; /* firefox */
    -ms-box-sizing: border-box; /* ie */
    box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

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

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}

.select2-container .select2-choice > span {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 26px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    opacity: 0;
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

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

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

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

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-container .select2-choice div {
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}

.select2-container .select2-choice div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search-hidden {
    display: block;
    position: absolute;
    left: -10000px;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    background: #fff url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/select2.png') no-repeat 100% -22px;
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/spinner.gif') no-repeat 100%;
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;

    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;

    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.select2-dropdown-open .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none;
}

.select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
    padding-left: 20px
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 40px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 60px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 80px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 100px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 110px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
    padding-left: 120px
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: white;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}

.select2-container-multi .select2-choices .select2-search-choice span {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}

/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen {
    position: absolute;
    left: -10000px;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
        background-image: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

@font-face {
    font-family: 'lg';
    src: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightgallery/lg.eot?n1z373");
    src: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightgallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightgallery/lg.woff?n1z373") format("woff"), url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightgallery/lg.ttf?n1z373") format("truetype"), url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightgallery/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    position: absolute;
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #FFF;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    padding: 10px 40px;
    position: fixed;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #FFF;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightgallery/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightgallery/loading.gif") no-repeat scroll center center transparent;
    display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
body {
    color: #52555A;
    line-height: 25px
}

.container-fluid {
    max-width: 1440px
}

.assan-container {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden
}

.content-area {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .content-area {
        width: 750px
    }
}

@media (min-width: 992px) {
    .content-area {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .content-area {
        width: 1170px
    }
}

.content-area > .navbar-header, .content-area > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    .content-area > .navbar-header, .content-area > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width: 1440px) {
    .content-area {
        width: 1396px
    }
}

@media (min-width: 1440px) {
    .content-area {
        width: 1170px
    }
}

.section-base {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1440px;
    position: relative;
    background: transparent;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.section-base > .navbar-header, .section-base > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    .section-base > .navbar-header, .section-base > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.section-base .section-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 25px
}

.section-base .section-title .title {
    display: inline-block;
    padding-bottom: 25px;
    position: relative
}

.section-base .section-title .title h1, .section-base .section-title .title .h1, .section-base .section-title .title h2, .section-base .section-title .title .h2 {
    margin: 0;
    line-height: 1.3
}

.section-base .section-title .title h1:after, .section-base .section-title .title .h1:after, .section-base .section-title .title h2:after, .section-base .section-title .title .h2:after {
    content: " ";
    width: 150px;
    left: calc(50% - 75px);
    border-bottom: 1px solid #666;
    bottom: 0;
    position: absolute
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-base .section-title .title h1:after, .section-base .section-title .title .h1:after, .section-base .section-title .title h2:after, .section-base .section-title .title .h2:after {
        width: 120px;
        left: calc(50% - 60px)
    }
}

@media (max-width: 767px) {
    .section-base .section-title .title h1:after, .section-base .section-title .title .h1:after, .section-base .section-title .title h2:after, .section-base .section-title .title .h2:after {
        width: 100px;
        left: calc(50% - 50px)
    }
}

.section-base .content-overlay h1, .section-base .content-overlay .h1, .section-base .content-overlay h2, .section-base .content-overlay .h2 {
    color: #fff
}

section, .section {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1440px;
    position: relative;
    background: transparent;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

section > .navbar-header, .section > .navbar-header, section > .navbar-collapse, .section > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    section > .navbar-header, .section > .navbar-header, section > .navbar-collapse, .section > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

section .section-title, .section .section-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 25px
}

section .section-title .title, .section .section-title .title {
    display: inline-block;
    padding-bottom: 25px;
    position: relative
}

section .section-title .title h1, .section .section-title .title h1, section .section-title .title .h1, .section .section-title .title .h1, section .section-title .title h2, .section .section-title .title h2, section .section-title .title .h2, .section .section-title .title .h2 {
    margin: 0;
    line-height: 1.3
}

section .section-title .title h1:after, .section .section-title .title h1:after, section .section-title .title .h1:after, .section .section-title .title .h1:after, section .section-title .title h2:after, .section .section-title .title h2:after, section .section-title .title .h2:after, .section .section-title .title .h2:after {
    content: " ";
    width: 150px;
    left: calc(50% - 75px);
    border-bottom: 1px solid #666;
    bottom: 0;
    position: absolute
}

@media (min-width: 768px) and (max-width: 991px) {
    section .section-title .title h1:after, .section .section-title .title h1:after, section .section-title .title .h1:after, .section .section-title .title .h1:after, section .section-title .title h2:after, .section .section-title .title h2:after, section .section-title .title .h2:after, .section .section-title .title .h2:after {
        width: 120px;
        left: calc(50% - 60px)
    }
}

@media (max-width: 767px) {
    section .section-title .title h1:after, .section .section-title .title h1:after, section .section-title .title .h1:after, .section .section-title .title .h1:after, section .section-title .title h2:after, .section .section-title .title h2:after, section .section-title .title .h2:after, .section .section-title .title .h2:after {
        width: 100px;
        left: calc(50% - 50px)
    }
}

section .content-overlay h1, .section .content-overlay h1, section .content-overlay .h1, .section .content-overlay .h1, section .content-overlay h2, .section .content-overlay h2, section .content-overlay .h2, .section .content-overlay .h2 {
    color: #fff
}

.section-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1440px;
    position: relative;
    background: transparent;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding: 0;
    overflow: hidden
}

.section-fluid > .navbar-header, .section-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    .section-fluid > .navbar-header, .section-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.section-fluid .section-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 25px
}

.section-fluid .section-title .title {
    display: inline-block;
    padding-bottom: 25px;
    position: relative
}

.section-fluid .section-title .title h1, .section-fluid .section-title .title .h1, .section-fluid .section-title .title h2, .section-fluid .section-title .title .h2 {
    margin: 0;
    line-height: 1.3
}

.section-fluid .section-title .title h1:after, .section-fluid .section-title .title .h1:after, .section-fluid .section-title .title h2:after, .section-fluid .section-title .title .h2:after {
    content: " ";
    width: 150px;
    left: calc(50% - 75px);
    border-bottom: 1px solid #666;
    bottom: 0;
    position: absolute
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-fluid .section-title .title h1:after, .section-fluid .section-title .title .h1:after, .section-fluid .section-title .title h2:after, .section-fluid .section-title .title .h2:after {
        width: 120px;
        left: calc(50% - 60px)
    }
}

@media (max-width: 767px) {
    .section-fluid .section-title .title h1:after, .section-fluid .section-title .title .h1:after, .section-fluid .section-title .title h2:after, .section-fluid .section-title .title .h2:after {
        width: 100px;
        left: calc(50% - 50px)
    }
}

.section-fluid .content-overlay h1, .section-fluid .content-overlay .h1, .section-fluid .content-overlay h2, .section-fluid .content-overlay .h2 {
    color: #fff
}

.section-fluid .content {
    padding: 0
}

.disable-section-title-underline .section-title .title h1:after, .disable-section-title-underline .section-title .title .h1:after, .disable-section-title-underline .section-title .title h2:after, .disable-section-title-underline .section-title .title .h2:after {
    display: none !important
}

.fa {
    color:#FFF
}

.slick-dots {
    position: initial
}

.slick-slide {
    outline: none
}

.slick-slide a {
    outline: none
}

.popover {
    border-radius: 0;
    background-color: #eee;
    font-family: Lato
}

.popover .popover-content {
    padding: 1em;
    min-width: 160px
}

.popover .popover-title {
    display: none
}

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

.popover li {
    border-bottom: 1px solid #ddd;
    line-height: initial;
    padding: .6em 0
}

.popover li:first-child {
    padding-top: 0
}

.popover li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.popover a {
    font-size: .85em;
    font-weight: 600;
    color: #484747
}

.popover a:hover {
    text-decoration: none
}

.popover__label {
    font-size: .85em
}

.popover.left .arrow:after {
    border-left-color: #eee
}

.popover.bottom .arrow:after {
    top: 4px;
    border-bottom-color: #eee
}

#disambiguation-notice-container {
    text-align: center
}

#disambiguation-notice-container .disambiguation-notice {
    cursor: pointer
}

#disambiguation-notice-container .suggested-lang {
    text-decoration: underline;
    cursor: pointer;
    color: #ee2424
}

#disambiguation-notice-container .suggested-lang .fa {
    font-size: 12px
}

#disambiguation-notice-container .close {
    font-size: 16px;
    line-height: inherit;
    opacity: 1
}

#disambiguation-notice-container .close .fa {
    color: #52555A
}

.footer-container.footer-multi-column {
    background:#000;
    color: #FFFFFF;
    position: relative
}

@media (min-width: 992px) {
    .footer-container.footer-multi-column {
        z-index: 20
    }
}

.footer-container.footer-multi-column a, .footer-container.footer-multi-column a:hover {
    color: #FFFFFF
}

.footer-container.footer-multi-column .secondary-section-title {
    font-size: 17px;
    font-weight:normal;
    line-height: 1.5
}

.footer-container.footer-multi-column .company {
    font-weight: bold
}

.footer-container.footer-multi-column .widgets {
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 2.25
}

.footer-container.footer-multi-column .widgets p {
    margin: 0
}

.footer-container.footer-multi-column .widgets .widget {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
    padding-right: 55px
}

@media (min-width: 992px) {
    .footer-container.footer-multi-column .widgets .widget {
        float: left;
        width: 25%
    }
}

@media (max-width: 767px) {
    .footer-container.footer-multi-column .widgets .widget {
        padding-right: 15px
    }
}

.footer-container.footer-multi-column .widgets .widget ul {
    list-style: none;
    padding-left: 0
}

.footer-container.footer-multi-column .widgets .default-footer-widget .svg {
    display: inline-block;
    padding-right: 8px
}

.footer-container.footer-multi-column .widgets .default-footer-widget .svg svg {
    height: 20px;
    width: 20px;
    vertical-align: middle
}

.footer-container.footer-multi-column .widgets .default-footer-widget .svg svg path {
    fill: #FFFFFF
}

.footer-container.footer-multi-column .widgets .default-footer-widget .support-email, .footer-container.footer-multi-column .widgets .default-footer-widget .support-phone {
    display: block
}

.footer-container.footer-multi-column .social-networks {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0 -12px 30px -12px
}

.footer-container.footer-multi-column .social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px
}

.footer-container.footer-multi-column .social-networks svg {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    position: relative
}

.footer-container.footer-multi-column .social-networks svg path {
    fill: #FFFFFF
}

.footer-container.footer-multi-column .footer-number-group .mobile-number-modal {
    display: block !important
}

.footer-container.footer-multi-column .footer-number-group li {
    line-height: 1.4;
    padding: 5px 0
}

.footer-container.footer-multi-column .footer-number-group .popover__label {
    font-weight: 600
}

.footer-container.footer-multi-column .copyright-container {
    text-align: center;
    padding: 21px 0;
    line-height: 1.5;
    background:#37454d;
}

.footer-container.footer-multi-column .copyright-container .copyright {
    margin: 0
}

.footer-container.footer-multi-column .cell-icon {
    color: #FFFFFF;
    min-width: 31px
}

@media (min-width: 500px) {
    .multiple-phone .mobile-number-modal .wrapper {
        width: 500px
    }
}

@media (max-width: 992px) {
    .sticky-footer {
        position: fixed;
        padding: .8em;
        font-weight: 500;
        bottom: 0;
        color: #FFFFFF;
        left: 0;
        width: 100%;
        box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.65);
        background: #ff3000;
        transition: all .5s ease;
        transform: translateY(100px)
    }

    .sticky-footer .fa {
        color: #FFFFFF;
        vertical-align: middle;
        padding-right: 5px
    }

    .sticky-footer.in {
        transform: translateY(0)
    }

    .sticky-footer:hover, .sticky-footer:focus {
        text-decoration: none;
        color: #FFFFFF
    }
}

.footer-call-wrap {
    line-height: 1.4;
    padding: 5px 0
}

.mastercard, .maestro, .visa, .rupay {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/skyway_sprites.png") no-repeat left center
}

.skyway-custom-footer {
    padding: 10px
}

.skyway-custom-footer .col-1 {
    text-align: center;
    border-right: 1px solid #ee2424
}

.skyway-custom-footer .col-1 .skyway-logo-image {
    height: 72px
}

.skyway-custom-footer .col-1 .skyway-23-yrs-logo {
    height: 72px
}

.skyway-custom-footer .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 72px
}

.skyway-custom-footer .col-2 .pg-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.skyway-custom-footer .col-2 .comodo-secure-logo {
    height: 31px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 10px
}

.skyway-custom-footer .footer-section-header {
    display: inline-block
}

.visa {
    background-position: -151px -60px;
    width: 49px;
    height: 31px
}

.mastercard {
    background-position: -405px -60px;
    width: 40px;
    height: 31px
}

.maestro {
    background-position: -155px -162px;
    width: 40px;
    height: 31px
}

.rupay {
    background-position: -396px -169px;
    width: 50px;
    height: 14px
}

@media (max-width: 900px) {
    .skyway-custom-footer .col-1 .skyway-logo-image, .skyway-custom-footer .col-1 .skyway-23-yrs-logo {
        height: 40px
    }

    .skyway-custom-footer .col-2 {
        height: auto
    }

    .skyway-custom-footer .col-2 .pg-icon {
        margin-bottom: 10px
    }

    .skyway-custom-footer .footer-section-header {
        display: block
    }
}

.kiwi-custom-footer {
    padding: 10px;
    text-align: center
}

.kiwi-custom-footer .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 72px
}

.kiwi-custom-footer .col-2 .pg-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.kiwi-custom-footer .footer-section-header {
    display: inline-block
}

.kiwi-custom-footer .mastercard, .kiwi-custom-footer .paypal, .kiwi-custom-footer .visa, .kiwi-custom-footer .k-net {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/kiwi_sprites.png") no-repeat left center
}

.kiwi-custom-footer .visa {
    background-position: 0 -35px;
    width: 95px;
    height: 31px
}

.kiwi-custom-footer .mastercard {
    background-position: -51px -66px;
    width: 48px;
    height: 35px
}

.kiwi-custom-footer .k-net {
    background-position: 0 -66px;
    width: 51px;
    height: 31px
}

.kiwi-custom-footer .paypal {
    background-position: 0 0;
    width: 132px;
    height: 35px;
    top: 5px
}

@media (max-width: 900px) {
    .kiwi-custom-footer .col-2 {
        height: auto
    }

    .kiwi-custom-footer .col-2 .pg-icon {
        margin-bottom: 10px
    }

    .kiwi-custom-footer .footer-section-header {
        display: block
    }
}

.high-end-journey-custom-footer {
    padding: 10px;
    text-align: center
}

.high-end-journey-custom-footer .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 72px
}

.high-end-journey-custom-footer .col-2 .pg-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.high-end-journey-custom-footer .footer-section-header {
    display: inline-block
}

.high-end-journey-custom-footer .mastercard, .high-end-journey-custom-footer .accept, .high-end-journey-custom-footer .visa {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/high_end_journey_sprites.png") no-repeat left center
}

.high-end-journey-custom-footer .visa {
    background-position: 0 -130px;
    width: 95px;
    height: 31px
}

.high-end-journey-custom-footer .mastercard {
    background-position: -95px -130px;
    width: 48px;
    height: 35px
}

.high-end-journey-custom-footer .accept {
    background-position: 20px 0;
    width: 191px;
    height: 85px;
    margin-left: -30px !important;
    margin-top: -44px;
    margin-right: -81px
}

@media (max-width: 600px) {
    .skyway-custom-footer .col-2 {
        height: auto !important
    }

    .skyway-custom-footer .col-2 .pg-icon {
        margin-bottom: 10px
    }

    .skyway-custom-footer .footer-section-header {
        display: block
    }

    .accept {
        margin-right: -81px
    }
}

.atawallpa-footer {
    padding: 10px;
    text-align: center
}

.atawallpa-footer .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 72px
}

.atawallpa-footer .col-2 .pg-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.atawallpa-footer .footer-section-header {
    display: inline-block
}

.atawallpa-footer .mastercard, .atawallpa-footer .paypal, .atawallpa-footer .visa, .atawallpa-footer .redcompra, .atawallpa-footer .godaddy {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/atawallpa_sprites.png") no-repeat left center !important
}

.atawallpa-footer .visa {
    background-position: 0 -35px !important;
    width: 96px;
    height: 35px
}

.atawallpa-footer .paypal {
    background-position: 0 -70px !important;
    width: 70px;
    height: 35px
}

.atawallpa-footer .redcompra {
    background-position: 0 0 !important;
    width: 114px;
    height: 35px !important
}

.atawallpa-footer .godaddy {
    background-position: 0 -100px !important;
    width: 100px;
    height: 45px !important
}

@media (max-width: 600px) {
    .atawallpa-custom-footer .col-2 {
        height: auto !important
    }

    .atawallpa-custom-footer .col-2 .pg-icon {
        margin-bottom: 10px
    }

    .atawallpa-custom-footer .footer-section-header {
        display: block
    }

    .accept {
        margin-right: -81px
    }
}

.travel-master-footer {
    padding: 10px;
    text-align: center
}

.travel-master-footer .col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 72px
}

.travel-master-footer .col-2 .pg-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.travel-master-footer .footer-section-header {
    display: inline-block
}

.travel-master-footer .mastercard, .travel-master-footer .paypal, .travel-master-footer .visa {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/travel_master_sprites.png") no-repeat left center !important
}

.travel-master-footer .visa {
    background-position: 0 0 !important;
    width: 77px;
    height: 25px
}

.travel-master-footer .mastercard {
    background-position: 0 -60px !important;
    width: 58px;
    height: 35px
}

.travel-master-footer .paypal {
    background-position: 0 -25px !important;
    width: 70px;
    height: 35px
}

.leisure-hoppers-footer {
    padding: 15px
}

.leisure-hoppers-footer .pg-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/common_custom_footer_sprite.png") no-repeat left center
}

.leisure-hoppers-footer .content {
    padding-bottom: 12px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: auto
}

.leisure-hoppers-footer .content .footer-section-header {
    display: inline-block
}

.leisure-hoppers-footer .paypal {
    background-position: -1px -287px !important;
    width: 122px;
    height: 42px
}

.leisure-hoppers-footer .comodo-secure {
    background-position: -1px -55px !important;
    width: 98px;
    height: 52px
}

.leisure-hoppers-footer .visa {
    background-position: -1px -375px !important;
    width: 90px;
    height: 29px
}

.leisure-hoppers-footer .verified-visa {
    background-position: -1px -331px !important;
    width: 84px;
    height: 42px
}

.leisure-hoppers-footer .master-card {
    background-position: -1px -201px !important;
    width: 76px;
    height: 48px
}

.leisure-hoppers-footer .master-card-secure {
    background-position: -1px -251px !important;
    width: 87px;
    height: 34px
}

.leisure-hoppers-footer .american-express {
    background-position: 0 -6px !important;
    width: 54px;
    height: 47px
}

.leisure-hoppers-footer .maestro {
    background-position: -1px -151px !important;
    width: 75px;
    height: 48px
}

.leisure-hoppers-footer .extra-notice {
    padding: 20px 60px 0 60px;
    border-top: 1px solid #E3E3E3
}

.leisure-hoppers-footer .extra-notice p {
    margin-top: 2px;
    color: #888888;
    font-family: "open_sansregular", Arial;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.3
}

.leisure-hoppers-footer .extra-notice p a {
    color: #82694b;
    text-decoration: none
}

.leisure-hoppers-footer .extra-notice p a:hover {
    color: #82694b;
    text-decoration: underline
}

.leisure-hoppers-footer .extra-notice p strong {
    text-transform: uppercase
}

.leisure-hoppers-footer .extra-notice .aware-logo {
    background-position: -1px -405px !important;
    width: 84px;
    height: 84px;
    float: left;
    margin-right: 20px
}

@media (max-width: 600px) {
    .leisure-hoppers-footer .content .pg-icon {
        margin-bottom: 10px
    }

    .leisure-hoppers-footer .extra-notice {
        padding: 20px 15px 0 15px
    }

    .leisure-hoppers-footer .extra-notice .aware-logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .leisure-hoppers-footer .footer-section-header {
        display: block
    }
}

.travelocat-footer {
    padding: 15px
}

.travelocat-footer .pg-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/common_custom_footer_sprite.png") no-repeat left center
}

.travelocat-footer .content {
    padding-bottom: 12px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: auto
}

.travelocat-footer .content .footer-section-header {
    display: inline-block
}

.travelocat-footer .godaddy {
    background-position: -1px -108px !important;
    width: 166px;
    height: 42px
}

.travelocat-footer .visa {
    background-position: -1px -375px !important;
    width: 90px;
    height: 29px
}

.travelocat-footer .verified-visa {
    background-position: -1px -331px !important;
    width: 84px;
    height: 42px
}

.travelocat-footer .american-express {
    background-position: 0 -6px !important;
    width: 54px;
    height: 47px
}

.travelocat-footer .master-card {
    background-position: -1px -201px !important;
    width: 76px;
    height: 48px
}

.travelocat-footer .master-card-secure {
    background-position: -1px -251px !important;
    width: 87px;
    height: 34px
}

.travelocat-footer .maestro {
    background-position: -1px -151px !important;
    width: 75px;
    height: 48px
}

@media (max-width: 600px) {
    .travelocat-footer .content .pg-icon {
        margin-bottom: 10px
    }

    .travelocat-footer .footer-section-header {
        display: block
    }
}

.footer-container.footer-concise {
    background: #ff3000;
    color: #FFFFFF;
    position: relative;
    z-index: 20
}

.footer-container.footer-concise a {
    color: #FFFFFF;
    -webkit-transition: opacity linear .3s;
    transition: opacity linear .3s
}

.footer-container.footer-concise .footer-top {
    padding: 30px 0 0;
    border-bottom: 1px solid #FFFFFF
}

.footer-container.footer-concise .footer-content {
    text-align: center;
    margin: 0 0 20px
}

.footer-container.footer-concise .footer-content div:first-child {
    font-weight: bold;
    font-size: 16px
}

.footer-container.footer-concise .footer-content .support-email, .footer-container.footer-concise .footer-content .flex-cols {
    font-weight: bold
}

.footer-container.footer-concise .footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 11px
}

.footer-container.footer-concise .footer-nav li {
    text-transform: capitalize
}

.footer-container.footer-concise .footer-nav a {
    font-size: 16px;
    line-height: 1.125;
    font-weight: 700;
    color: #FFFFFF
}

.footer-container.footer-concise .footer-nav:nth-child(2) a {
    font-size: 16px;
    font-weight: normal
}

.footer-container.footer-concise .footer-number-group .mobile-number-modal {
    display: block !important
}

.footer-container.footer-concise .footer-number-group ul {
    padding: 0;
    list-style: none;
    margin-top: 5px
}

@media (min-width: 992px) {
    .footer-container.footer-concise .footer-number-group ul {
        display: flex;
        align-items: inherit;
        justify-content: center
    }

    .footer-container.footer-concise .footer-number-group ul li {
        display: flex;
        justify-content: center;
        text-align: left;
        padding: 5px;
        padding-right: 0
    }

    .footer-container.footer-concise .footer-number-group ul li:first-child {
        border-left: 0
    }

    .footer-container.footer-concise .footer-number-group ul li:after {
        content: ',';
        display: inline-block;
        padding: 0 0 3px 3px
    }

    .footer-container.footer-concise .footer-number-group ul li:last-child:after {
        display: none
    }

    .footer-container.footer-concise .footer-number-group ul .popover__label {
        font-weight: 400
    }

    .footer-container.footer-concise .footer-number-group ul .popover__label:after {
        content: ':';
        display: inline-block;
        padding: 0 5px 5px 2px
    }

    .footer-container.footer-concise .footer-number-group ul .popover__label.no-label:after {
        display: none
    }

    .footer-container.footer-concise .footer-number-group ul .ga-phone-call {
        display: block
    }
}

.footer-container.footer-concise .footer-number-group li {
    line-height: 1.4
}

.footer-container.footer-concise .footer-number-group .popover__label {
    font-weight: 600
}

@media (max-width: 992px) {
    .footer-container.footer-concise .footer-number-group {
        justify-content: center
    }
}

.footer-container.footer-concise .cell-icon {
    color: #FFFFFF;
    min-width: 31px
}

@media (max-width: 992px) {
    .footer-container.footer-concise .footer-text p {
        margin-bottom: 0;
        display: inline-block
    }
}

.footer-container.footer-concise .footer-bottom {
    padding: 15px 0;
    text-align: center
}

.footer-container.footer-concise .copyright {
    font-size: 14px
}

.footer-container.footer-concise .copyright a {
    font-weight: 700
}

@media (min-width: 992px) {
    .footer-container.footer-concise .footer-top {
        padding: 45px 0 32px
    }
}

@media (min-width: 768px) {
    .footer-container.footer-concise .footer-content {
        margin: 0 auto 20px
    }

    .footer-container.footer-concise .footer-nav {
        vertical-align: top;
        margin: 0 -10px 11px
    }

    .footer-container.footer-concise .footer-nav li {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px
    }

    .footer-container.footer-concise .footer-nav a {
        font-size: 18px;
        line-height: 1.11111
    }

    .footer-container.footer-concise .copyright {
        font-size: 16px
    }

    .footer-container.footer-concise .copyright a:first-of-type {
        position: relative;
        padding: 0 10px 0 0
    }

    .footer-container.footer-concise .copyright a:first-of-type:after {
        content: "";
        position: absolute;
        top: 1px;
        right: 2px;
        bottom: 1px;
        width: 1px;
        background: #FFFFFF
    }
}

.footer-container.footer-concise .social-networks {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0 -12px 10px -12px
}

.footer-container.footer-concise .social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px
}

.footer-container.footer-concise .social-networks svg {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 50%;
    position: relative
}

.footer-container.footer-concise .social-networks svg path {
    fill: #FFFFFF
}

@media (min-width: 500px) {
    .multiple-phone .mobile-number-modal .wrapper {
        width: 500px
    }
}

@media (max-width: 992px) {
    .sticky-footer {
        position: fixed;
        padding: .8em;
        font-weight: 500;
        bottom: 0;
        color: #FFFFFF;
        left: 0;
        width: 100%;
        box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.65);
        background: #ff3000;
        transition: all .5s ease;
        transform: translateY(100px)
    }

    .sticky-footer .fa {
        color: #FFFFFF;
        vertical-align: middle;
        padding-right: 5px
    }

    .sticky-footer.in {
        transform: translateY(0)
    }

    .sticky-footer:hover, .sticky-footer:focus {
        text-decoration: none;
        color: #FFFFFF
    }
}

.footer-call-wrap {
    line-height: 1.4;
    padding: 5px 0
}

.page-type-home {
    overflow: hidden
}

.page-type-home .content-area-full-width {
    border-bottom: 1px solid #ddd
}

.page-type-home .content-area-full-width.no-border {
    border-bottom: none
}

.page-type-home .content-area-full-width.fb-border {
    border-bottom: none;
    border-top: 1px solid #ddd
}

.page-type-home .plain-text-section .content {
    text-align: center
}

.page-type-home .small-text {
    font-size: 14px
}

.page-type-home .section-type-banner {
    height: 540px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-type-home .section-type-banner {
        height: 540px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-home .section-type-banner {
        height: 400px
    }
}

@media (max-width: 767px) {
    .page-type-home .section-type-banner {
        height: 400px
    }
}

.page-type-trip-collection #search_filters_form {
    margin-top: 10px
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-trip-collection #search_filters_form {
        padding-bottom: 40px
    }
}

.page-type-trip-collection #search_filters_form .datepicker-container {
    margin-bottom: 15px
}

.page-type-trip-collection #search_filters_form .datepicker-container .datepicker-label {
    font-size: 14px;
    font-weight: bold
}

.page-type-trip-collection #search_filters_form .datepicker-container .input-group {
    max-width: 180px
}

.page-type-trip-collection #search_filters_form .datepicker-container .input-group input.datepicker {
    height: 36px;
    z-index: 0
}

.page-type-trip-collection #search_filters_form .datepicker-container .input-group-addon {
    cursor: pointer
}

.page-type-trip-collection #search_filters_form .radio, .page-type-trip-collection #search_filters_form .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.page-type-trip-collection #search_filters_form .radio label, .page-type-trip-collection #search_filters_form .checkbox label {
    padding-left: 5px
}

.page-type-trip-collection #search_filters_form .form-group {
    border-bottom: .2px solid #eeeeee;
    padding-bottom: 15px
}

.page-type-trip-collection #search_filters_form .form-group:last-child {
    border-bottom: none
}

.page-type-trip-collection #search_filters_form .form-group .remove-filter-icon {
    color: inherit;
    margin-top: 7px;
    cursor: pointer;
    float: right;
    color: #ddd
}

.page-type-trip-collection #search_filters_form .radio input[type="radio"], .page-type-trip-collection #search_filters_form .radio-inline input[type="radio"], .page-type-trip-collection #search_filters_form .checkbox input[type="radio"], .page-type-trip-collection #search_filters_form .checkbox-inline input[type="radio"], .page-type-trip-collection #search_filters_form .radio input[type="checkbox"], .page-type-trip-collection #search_filters_form .radio-inline input[type="checkbox"], .page-type-trip-collection #search_filters_form .checkbox input[type="checkbox"], .page-type-trip-collection #search_filters_form .checkbox-inline input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 8px
}

.page-type-trip-collection #search_filters_form .radio span.text, .page-type-trip-collection #search_filters_form .radio-inline span.text, .page-type-trip-collection #search_filters_form .checkbox span.text, .page-type-trip-collection #search_filters_form .checkbox-inline span.text {
    vertical-align: middle
}

.page-type-trip-collection #search_filters_form .apply-filters-btn {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-style: inherit;
    font-weight: inherit;
    background-color: #ee2424;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-trip-collection #search_filters_form .apply-filters-btn {
        position: fixed;
        bottom: 0;
        opacity: 0;
        pointer-events: none
    }
}

.page-type-trip-collection .filters-section {
    float: left;
    width: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .page-type-trip-collection .filters-section {
        float: left;
        width: 0
    }
}

@media (min-width: 992px) {
    .page-type-trip-collection .filters-section {
        float: left;
        width: 20.83333333%
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-trip-collection .filters-section {
        display: none
    }
}

.page-type-trip-collection .results-section {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .page-type-trip-collection .results-section {
        float: left;
        width: 100%
    }
}

@media (min-width: 992px) {
    .page-type-trip-collection .results-section {
        float: left;
        width: 79.16666667%
    }
}

.page-type-trip-collection .results-section.full-width-results {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
    .page-type-trip-collection .results-section.full-width-results {
        float: left;
        width: 100%
    }
}

.page-type-trip-collection .search-filters-slider {
    position: fixed;
    top: 0;
    left: -768px;
    width: 100%;
    max-width: 768px;
    height: 100vh;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 30px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
    transition: left linear .3s
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-trip-collection .search-filters-slider {
        padding-top: 0
    }
}

.page-type-trip-collection .search-filters-slider .search-filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    padding: 10px 30px;
    border-bottom: 1px solid #bbbdbf
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-trip-collection .search-filters-slider .search-filters-header {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 10;
        margin-top: 0;
        padding: 8px 30px 8px 10px
    }
}

.page-type-trip-collection .search-filters-slider .back-btn {
    cursor: pointer
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-trip-collection .search-filters-slider .back-btn {
        font-size: 1.3em;
        padding: 0 12px
    }

    .page-type-trip-collection .search-filters-slider .back-btn i {
        padding-left: 8px
    }
}

.page-type-trip-collection .search-filters-slider .clear-btn {
    font-size: 14px;
    color: #ee2424;
    cursor: pointer
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-trip-collection .search-filters-slider .clear-btn {
        font-weight: 800
    }
}

.page-type-trip-collection .radio input[type="radio"], .page-type-trip-collection .radio-inline input[type="radio"], .page-type-trip-collection .checkbox input[type="checkbox"], .page-type-trip-collection .checkbox-inline input[type="checkbox"] {
    position: static;
    margin-left: 0;
    margin-top: 0
}

.page-type-trip-collection .section-type-banner.no-banner {
    padding-bottom: 0
}

.page-type-trip-collection .section-type-banner.bigger-slide .content-overlay {
    padding-top: 120px
}

.page-type-trip-collection .section-type-banner .global-search-form {
    z-index: inherit
}

@media (max-width: 767px) {
    .page-type-trip-collection .section-type-banner .global-search-form {
        max-width: 320px
    }
}

.page-type-trip-collection .collection-search {
    margin: auto;
    display: block;
    outline: none;
    box-shadow: none;
    border: 1px solid #b9bbbf;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px 8px 8px 8px;
    padding: 8px 16px;
    width: 100%;
    max-width: 560px
}

.page-type-trip-collection .collection-search::-webkit-input-placeholder {
    color: #999
}

.page-type-trip-collection .collection-search:-moz-placeholder {
    color: #999
}

.page-type-trip-collection .collection-search::-moz-placeholder {
    color: #999
}

.page-type-trip-collection .collection-search:-ms-input-placeholder {
    color: #999
}

@media (max-width: 767px) {
    .page-type-trip-collection .collection-search {
        max-width: 320px
    }
}

.page-type-trip-collection .section-seperator {
    padding-bottom: 60px
}

.page-type-trip-collection .section-seperator:before, .page-type-trip-collection .section-seperator:after {
    content: " ";
    display: table
}

.page-type-trip-collection .section-seperator:after {
    clear: both
}

.page-type-trip-collection .section-seperator:before, .page-type-trip-collection .section-seperator:after {
    content: " ";
    display: table
}

.page-type-trip-collection .section-seperator:after {
    clear: both
}

.page-type-trip-collection .pagination-section {
    text-align: center;
    background: white
}

.page-type-trip-collection .pagination-section .truncated {
    display: none !important
}

@media (max-width: 767px) {
    .page-type-trip-collection .pagination-section .truncated {
        display: block !important
    }

    table.page-type-trip-collection .pagination-section .truncated {
        display: table !important
    }

    tr.page-type-trip-collection .pagination-section .truncated {
        display: table-row !important
    }

    th.page-type-trip-collection .pagination-section .truncated, td.page-type-trip-collection .pagination-section .truncated {
        display: table-cell !important
    }
}

.page-type-trip-collection .pagination-section .pagination > li.active > a {
    background: #ee2424;
    border-color: #ee2424;
    color: white !important
}

.page-type-trip-collection .pagination-section .responsive {
    width: 292px
}

.page-type-trip-collection .activate-filter > .content-area {
    width: auto
}

.page-type-trip-collection .activate-filter .section-type-body {
    padding-bottom: 0
}

.page-type-trip-collection .activate-filter .search-page-container {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px
}

.page-type-trip-collection .activate-filter .search-page-container .section-type-banner {
    height: auto;
    margin: 30px 0
}

.page-type-trip-collection .activate-filter .search-page-container .input-holder {
    position: relative;
    max-width: 560px;
    margin: 0 auto
}

.page-type-trip-collection .activate-filter .search-page-container .input-holder .collection-search {
    background-color: #eaeaea;
    color: #807e7e;
    padding-right: 35px
}

.page-type-trip-collection .activate-filter .search-page-container .input-holder .search-icon {
    position: absolute;
    top: 18px;
    right: 12px;
    color: #777777
}

@media (max-width: 767px) {
    .page-type-trip-collection .activate-filter .search-page-container .input-holder {
        max-width: 320px
    }
}

.page-type-trip-collection .activate-filter .search-page-container .filters-section {
    border: 1px solid #e0e0e0;
    border-bottom: 0
}

.page-type-trip-collection .activate-filter .search-page-container .filters-section input[type='radio'], .page-type-trip-collection .activate-filter .search-page-container .filters-section input[type='checkbox'] {
    position: static;
    margin-left: 0
}

.page-type-trip-collection .activate-filter .search-page-container .results-section {
    padding: 30px;
    border-top: 1px solid #e0e0e0
}

.page-type-trip-collection .activate-filter .search-page-container .results-section .breadcrumb-container {
    margin-bottom: 15px;
    color: #999;
    font-weight: bold;
    font-size: 14px;
    max-width: 80%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.page-type-trip-collection .activate-filter .search-page-container .results-section > .trip-grid {
    margin-top: -65px
}

.page-type-trip-collection .activate-filter .search-page-container .results-section > .trip-grid .long-seperator {
    border: 0
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-trip-collection .activate-filter .search-page-container .results-section > .trip-grid {
        margin-top: -47px
    }

    .page-type-trip-collection .activate-filter .search-page-container .results-section > .trip-grid .filters #sort-dropdown {
        background-color: #eee;
        padding: 5px;
        margin-left: 5px;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip-collection .activate-filter .search-page-container .results-section > .trip-grid .tour-counts {
        display: none
    }
}

.page-type-trip-collection .activate-filter .search-page-container .search-top-bar .filters-section {
    border: 0
}

.page-type-trip-collection .activate-filter .search-page-container .search-top-bar .clear-btn {
    font-size: 15px;
    cursor: pointer;
    font-weight: bold
}

.page-type-trip-collection .activate-filter .search-page-container .search-top-bar .fa {
    color: black;
    padding-right: 5px
}

.page-type-trip-collection .activate-filter .search-page-container .no-results-msg {
    font-size: 36px;
    line-height: 1.2em;
    color: #999
}

@media (max-width: 767px) {
    .page-type-trip-collection .activate-filter .search-page-container .no-results-msg {
        font-size: 20px
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-trip-collection .activate-filter .search-page-container .filters-icon {
        color: #ee2424;
        font-weight: bold
    }
}

@media (max-width: 767px) {
    .page-type-trip-collection .activate-filter .search-page-container .search-results-container .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .page-type-trip-collection .activate-filter .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .action button {
        font-size: 10px;
        padding: 6px 10px
    }
}

.page-type-trip-collection .no-wrap {
    white-space: nowrap
}

.page-type-trip-collection .tourList .col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 1200px) {
    .page-type-trip-collection .tourList .col-sm-3 {
        float: left;
        width: 25%
    }
}

.page-type-trip-collection .tourList .col-sm-3 + .clearfix, .page-type-trip-collection .tourList .col-sm-3 + .dl-horizontal dd, .page-type-trip-collection .tourList .col-sm-3 + .container, .page-type-trip-collection .tourList .col-sm-3 + .container-fluid, .page-type-trip-collection .tourList .col-sm-3 + .row, .page-type-trip-collection .tourList .col-sm-3 + .form-horizontal .form-group, .page-type-trip-collection .tourList .col-sm-3 + .btn-toolbar, .page-type-trip-collection .tourList .col-sm-3 + .btn-group-vertical > .btn-group, .page-type-trip-collection .tourList .col-sm-3 + .nav, .page-type-trip-collection .tourList .col-sm-3 + .navbar, .page-type-trip-collection .tourList .col-sm-3 + .navbar-header, .page-type-trip-collection .tourList .col-sm-3 + .navbar-collapse, .page-type-trip-collection .tourList .col-sm-3 + .pager, .page-type-trip-collection .tourList .col-sm-3 + .panel-body, .page-type-trip-collection .tourList .col-sm-3 + .modal-header, .page-type-trip-collection .tourList .col-sm-3 + .modal-footer, .page-type-trip-collection .tourList .col-sm-3 + .header-style-1 .assan-mm, .page-type-trip-collection .tourList .col-sm-3 + .header-style-1 .top-bar, .page-type-trip-collection .tourList .col-sm-3 + .content-area, .page-type-trip-collection .tourList .col-sm-3 + .section-base, .page-type-trip-collection .tourList .col-sm-3 + section, .page-type-trip-collection .tourList .col-sm-3 + .section, .page-type-trip-collection .tourList .col-sm-3 + .section-fluid {
    display: none !important
}

.page-type-trip-collection .tourList .col-sm-3 + .clearfix + .clearfix, .page-type-trip-collection .tourList .col-sm-3 + .dl-horizontal dd + .dl-horizontal dd, .page-type-trip-collection .tourList .col-sm-3 + .container + .container, .page-type-trip-collection .tourList .col-sm-3 + .container-fluid + .container-fluid, .page-type-trip-collection .tourList .col-sm-3 + .row + .row, .page-type-trip-collection .tourList .col-sm-3 + .form-horizontal .form-group + .form-horizontal .form-group, .page-type-trip-collection .tourList .col-sm-3 + .btn-toolbar + .btn-toolbar, .page-type-trip-collection .tourList .col-sm-3 + .btn-group-vertical > .btn-group + .btn-group-vertical > .btn-group, .page-type-trip-collection .tourList .col-sm-3 + .nav + .nav, .page-type-trip-collection .tourList .col-sm-3 + .navbar + .navbar, .page-type-trip-collection .tourList .col-sm-3 + .navbar-header + .navbar-header, .page-type-trip-collection .tourList .col-sm-3 + .navbar-collapse + .navbar-collapse, .page-type-trip-collection .tourList .col-sm-3 + .pager + .pager, .page-type-trip-collection .tourList .col-sm-3 + .panel-body + .panel-body, .page-type-trip-collection .tourList .col-sm-3 + .modal-header + .modal-header, .page-type-trip-collection .tourList .col-sm-3 + .modal-footer + .modal-footer, .page-type-trip-collection .tourList .col-sm-3 + .header-style-1 .assan-mm + .header-style-1 .assan-mm, .page-type-trip-collection .tourList .col-sm-3 + .header-style-1 .top-bar + .header-style-1 .top-bar, .page-type-trip-collection .tourList .col-sm-3 + .content-area + .content-area, .page-type-trip-collection .tourList .col-sm-3 + .section-base + .section-base, .page-type-trip-collection .tourList .col-sm-3 + section + section, .page-type-trip-collection .tourList .col-sm-3 + .section + .section, .page-type-trip-collection .tourList .col-sm-3 + .section-fluid + .section-fluid {
    display: none !important
}

.page-type-trip-collection .tourList .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 1200px) {
    .page-type-trip-collection .tourList .col-sm-6 {
        float: left;
        width: 50%
    }
}

.page-type-trip-collection .tourList .col-sm-6 + .clearfix, .page-type-trip-collection .tourList .col-sm-6 + .dl-horizontal dd, .page-type-trip-collection .tourList .col-sm-6 + .container, .page-type-trip-collection .tourList .col-sm-6 + .container-fluid, .page-type-trip-collection .tourList .col-sm-6 + .row, .page-type-trip-collection .tourList .col-sm-6 + .form-horizontal .form-group, .page-type-trip-collection .tourList .col-sm-6 + .btn-toolbar, .page-type-trip-collection .tourList .col-sm-6 + .btn-group-vertical > .btn-group, .page-type-trip-collection .tourList .col-sm-6 + .nav, .page-type-trip-collection .tourList .col-sm-6 + .navbar, .page-type-trip-collection .tourList .col-sm-6 + .navbar-header, .page-type-trip-collection .tourList .col-sm-6 + .navbar-collapse, .page-type-trip-collection .tourList .col-sm-6 + .pager, .page-type-trip-collection .tourList .col-sm-6 + .panel-body, .page-type-trip-collection .tourList .col-sm-6 + .modal-header, .page-type-trip-collection .tourList .col-sm-6 + .modal-footer, .page-type-trip-collection .tourList .col-sm-6 + .header-style-1 .assan-mm, .page-type-trip-collection .tourList .col-sm-6 + .header-style-1 .top-bar, .page-type-trip-collection .tourList .col-sm-6 + .content-area, .page-type-trip-collection .tourList .col-sm-6 + .section-base, .page-type-trip-collection .tourList .col-sm-6 + section, .page-type-trip-collection .tourList .col-sm-6 + .section, .page-type-trip-collection .tourList .col-sm-6 + .section-fluid {
    display: none !important
}

.page-type-trip-collection .tourList .trip-card-layout-3.col-sm-3 .trip-book-btn.btn {
    font-size: 12px
}

.page-type-trip-collection .tourList .trip-card-layout-3.col-sm-3 .btn .inner {
    display: flex;
    flex-direction: column
}

.page-type-trip-collection .tourList .trip-card-layout-3.col-sm-3 .btn .inner .price {
    padding-bottom: 5px
}

.page-type-trip-collection .tourList .trip-card-layout-3.col-sm-3 .btn .inner .price:after {
    width: 70%;
    height: 1px;
    right: 0;
    top: 15px;
    display: inline-block;
    margin: 0 auto;
    left: 0
}

.page-type-promotion-collection .section-type-banner {
    height: 480px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code {
    font-weight: bold;
    line-height: 1;
    color: black;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d6d6d6;
    text-transform: uppercase
}

@media (max-width: 360px) {
    .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge:after {
    position: absolute;
    content: "";
    top: 0
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge-small:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -66px;
    width: 29px;
    height: 36px;
    right: -28px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge-small .coupon-code {
    padding-right: 1px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge-large .coupon-code {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 2;
    font-size: 28px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge-large:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 64px;
    right: -38px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge-medium:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -104px;
    width: 34px;
    height: 48px;
    right: -28px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge-medium .coupon-code {
    padding-right: 5px;
    line-height: 2;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 3px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge2 {
    background-color: rgba(21, 20, 20, 0.6)
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge2:after, .page-type-promotion-collection .section-type-banner .coupon-code-badge2:before {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -267px;
    width: 13px;
    height: 26px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge2:after {
    right: -13px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge2:before {
    position: absolute;
    content: "";
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -13px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge2 .coupon-code {
    background: transparent;
    color: #fff;
    line-height: .45;
    border-left: none;
    border-right: none;
    font-weight: 300;
    font-size: 14px
}

@media (max-width: 360px) {
    .page-type-promotion-collection .section-type-banner .coupon-code-badge2 .coupon-code {
        line-height: .3
    }
}

.page-type-promotion-collection .section-type-banner.bigger-slide {
    height: 588px
}

.page-type-promotion-collection .section-type-banner.bigger-slide .content-overlay {
    padding-top: 130px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-type-promotion-collection .section-type-banner {
        height: 420px
    }

    .page-type-promotion-collection .section-type-banner.bigger-slide {
        height: 528px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-promotion-collection .section-type-banner {
        height: 400px
    }

    .page-type-promotion-collection .section-type-banner.bigger-slide {
        height: 508px
    }
}

@media (max-width: 767px) {
    .page-type-promotion-collection .section-type-banner {
        height: 400px
    }

    .page-type-promotion-collection .section-type-banner.bigger-slide {
        height: 508px
    }
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge {
    margin-top: 2px;
    margin-bottom: 2px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: Lato;
    font-style: inherit;
    font-weight: inherit;
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #002e48
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code:focus, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code:active:focus, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code.active:focus, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code.focus, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code:active.focus, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code:hover, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code:focus, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code.focus {
    color: #333;
    text-decoration: none
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code:active, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code.disabled, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code[disabled], fieldset[disabled] .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code.disabled, fieldset[disabled] a.page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code {
    pointer-events: none
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code [class^="icon-"].icon-large, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code [class*=" icon-"].icon-large {
    line-height: .9em
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code [class^="icon-"].icon-spin, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code [class*=" icon-"].icon-spin {
    display: inline-block
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code [class^="icon-"].pull-left.icon-2x, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code [class*=" icon-"].pull-left.icon-2x, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code [class^="icon-"].pull-right.icon-2x, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code [class^="icon-"].icon-spin.icon-large, .page-type-promotion-collection .section-type-banner .coupon-code-badge .coupon-code [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge:after, .page-type-promotion-collection .section-type-banner .coupon-code-badge:before {
    content: "";
    top: 0;
    position: absolute
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -104px;
    width: 34px;
    height: 48px;
    right: -28px
}

.page-type-promotion-collection .section-type-banner .coupon-code-badge:before {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -104px;
    width: 34px;
    height: 48px;
    left: -28px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.page-type-promotion-collection .section-type-banner .coupon-info {
    margin-top: 25px
}

.page-type-promotion-collection .section-type-banner .coupon-info .coupon-code-badge {
    position: relative;
    top: 0
}

.page-type-promotion-collection .section-type-banner .coupon-info p {
    margin-bottom: 0
}

.page-type-promotion-collection .promotion-body {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0
}

.page-type-promotion-collection .promotion-body .promotion-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .page-type-promotion-collection .promotion-body .promotion-content {
        float: left;
        width: 100%
    }
}

@media (min-width: 992px) {
    .page-type-promotion-collection .promotion-body .promotion-content {
        float: left;
        width: 100%
    }
}

.page-type-promotion-collection .promotion-body .promotion-content .promotion-description {
    margin-top: -10px;
    padding-bottom: 30px
}

.page-type-promotion-collection .promotion-body .promotion-content .promotion-terms h3 {
    margin-top: 0
}

.page-type-promotion-collection .promotion-body.restrictions-present .promotion-restrictions {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 40px
}

@media (min-width: 768px) {
    .page-type-promotion-collection .promotion-body.restrictions-present .promotion-restrictions {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width: 992px) {
    .page-type-promotion-collection .promotion-body.restrictions-present .promotion-restrictions {
        float: left;
        width: 25%
    }
}

@media (max-width: 767px) {
    .page-type-promotion-collection .promotion-body.restrictions-present .promotion-restrictions {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .page-type-promotion-collection .promotion-body.restrictions-present .promotion-restrictions .item {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .page-type-promotion-collection .promotion-body.restrictions-present .promotion-restrictions .item:before, .page-type-promotion-collection .promotion-body.restrictions-present .promotion-restrictions .item:after {
        content: " ";
        display: table
    }

    .page-type-promotion-collection .promotion-body.restrictions-present .promotion-restrictions .item:after {
        clear: both
    }

    .page-type-promotion-collection .promotion-body.restrictions-present .promotion-restrictions .item:before, .page-type-promotion-collection .promotion-body.restrictions-present .promotion-restrictions .item:after {
        content: " ";
        display: table
    }

    .page-type-promotion-collection .promotion-body.restrictions-present .promotion-restrictions .item:after {
        clear: both
    }

    .page-type-promotion-collection .promotion-body.restrictions-present .promotion-restrictions .item .icon {
        position: relative;
        left: auto
    }
}

.page-type-promotion-collection .promotion-body.restrictions-present .promotion-content {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    .page-type-promotion-collection .promotion-body.restrictions-present .promotion-content {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 992px) {
    .page-type-promotion-collection .promotion-body.restrictions-present .promotion-content {
        float: left;
        width: 75%
    }
}

.page-type-promotion-collection .promotion-body .promotion-restrictions .item {
    position: relative;
    padding-bottom: 30px
}

@media (max-width: 767px) {
    .page-type-promotion-collection .promotion-body .promotion-restrictions.restrictions-odd .item:first-child {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0
    }
}

.page-type-promotion-collection .promotion-body .promotion-restrictions .icon {
    color: #ee2424;
    height: 28px;
    width: 32px;
    position: absolute;
    top: 0;
    left: -40px;
    display: inline-block
}

.page-type-promotion-collection .promotion-body .promotion-restrictions .icon .svg path, .page-type-promotion-collection .promotion-body .promotion-restrictions .icon.svg path, .page-type-promotion-collection .promotion-body .promotion-restrictions .icon .svg rect, .page-type-promotion-collection .promotion-body .promotion-restrictions .icon.svg rect {
    fill: #ee2424
}

.page-type-promotion-collection .promotion-body .promotion-restrictions .icon, .page-type-promotion-collection .promotion-body .promotion-restrictions .title {
    line-height: 1
}

.page-type-promotion-collection .promotion-body .promotion-restrictions .title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase
}

.page-type-promotion-collection .promotion-body .promotion-restrictions .info {
    font-size: 18px;
    line-height: 1.3
}

.page-type-promotion-collection .trip-grid-container {
    padding-bottom: 0
}

.page-type-promotion-collection .pagination-section {
    padding-bottom: 0;
    padding-top: 0
}

.page-type-promotion-collection .pagination-section {
    text-align: center;
    background: white
}

.page-type-promotion-collection .pagination-section .truncated {
    display: none !important
}

@media (max-width: 767px) {
    .page-type-promotion-collection .pagination-section .truncated {
        display: block !important
    }

    table.page-type-promotion-collection .pagination-section .truncated {
        display: table !important
    }

    tr.page-type-promotion-collection .pagination-section .truncated {
        display: table-row !important
    }

    th.page-type-promotion-collection .pagination-section .truncated, td.page-type-promotion-collection .pagination-section .truncated {
        display: table-cell !important
    }
}

.page-type-promotion-collection .pagination-section .pagination > li.active > a {
    background: #ee2424;
    border-color: #ee2424;
    color: white !important
}

.page-type-promotion-collection .pagination-section .responsive {
    width: 292px
}

.page-type-about-us .content-area-full-width {
    border-bottom: 1px solid #ddd
}

.page-type-about-us .content-area-full-width.no-border {
    border-bottom: none
}

.page-type-contact-us .content-area-full-width {
    border-bottom: 1px solid #ddd
}

.page-type-contact-us .content-area-full-width.no-border {
    border-bottom: none
}

.page-type-contact-us .section-title .title h2 {
    color: inherit
}

.page-type-contact-us .section-title .title h2:after {
    content: " ";
    width: 200px;
    border-bottom: 1px solid;
    border-color: inherit;
    bottom: 0;
    position: absolute;
    left: calc(50% - 100px)
}

.page-type-contact-us .section-type-body {
    clear: both
}

.page-type-contact-us .follow-us-section {
    padding-bottom: 20px
}

.page-type-contact-us .follow-us-section .section-title .title {
    color: #ee2424
}

.page-type-contact-us .follow-us-section .content .social-links {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.page-type-contact-us .follow-us-section .content .social-links .items {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center
}

@media (min-width: 768px) {
    .page-type-contact-us .follow-us-section .content .social-links .items {
        float: left;
        width: 100%
    }
}

@media (max-width: 767px) {
    .page-type-contact-us .follow-us-section .content .social-links .items {
        display: block
    }
}

.page-type-contact-us .follow-us-section .content .social-links .items .item {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px
}

@media (max-width: 767px) {
    .page-type-contact-us .follow-us-section .content .social-links .items .item {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px
    }
}

.page-type-contact-us .follow-us-section .content .social-links .items a {
    display: inline-block;
    padding-right: 30px
}

.page-type-contact-us .follow-us-section .content .social-links .items a:last-child {
    padding-right: 0
}

.page-type-contact-us .follow-us-section .content .social-links .items a > div {
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.page-type-contact-us .follow-us-section .content .social-links .items a > div:hover {
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.page-type-contact-us .follow-us-section .content .social-links .items-left {
    text-align: right
}

.page-type-static .content-area-full-width {
    border-bottom: 1px solid #ddd
}

.page-type-static .content-area-full-width.no-border {
    border-bottom: none
}

.page-type-static .section {
    background: transparent
}

.page-type-static .section .section-title .title h1:after, .page-type-static .section .section-title .title .h1:after, .page-type-static .section .section-title .title h2:after, .page-type-static .section .section-title .title .h2:after {
    display: none !important
}

.page-type-static .section .section-title {
    text-align: center
}

.page-type-static .section .section-title .title {
    color: #ee2424;
    padding-bottom: 0
}

.page-type-static .section.no-title {
    padding-top: 0
}

.page-type-static .section-type-banner {
    margin-bottom: 60px
}

.page-type-static .section-type-body {
    padding-top: 0
}

.page-type-static .section-type-body .section-title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    margin-top: 0
}

.page-type-static .section-type-body .section-title .title {
    border: none;
    color: #ee2424;
    padding-bottom: 0
}

.page-type-static .section-type-body .section-title .title h1, .page-type-static .section-type-body .section-title .title .h1, .page-type-static .section-type-body .section-title .title h2, .page-type-static .section-type-body .section-title .title .h2 {
    margin: 0
}

.page-type-static .section-type-body .section-title .title h1:after, .page-type-static .section-type-body .section-title .title .h1:after, .page-type-static .section-type-body .section-title .title h2:after, .page-type-static .section-type-body .section-title .title .h2:after {
    display: none
}

.page-type-static .section-type-body .content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.page-type-static .section-type-body .content img {
    display: block;
    max-width: 100%;
    height: auto
}

.page-type-static .section-type-body .content .hidden {
    display: none
}

.page-type-sitemap .sitemap-content-section .sitemap-links-section {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .page-type-sitemap .sitemap-content-section .sitemap-links-section {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .page-type-sitemap .sitemap-content-section .sitemap-links-section {
        float: left;
        width: 25%
    }
}

.page-type-sitemap .sitemap-content-section .sitemap-links-section h3 {
    color: #444444
}

.page-type-sitemap .sitemap-content-section .sitemap-links-section a {
    color: #52555A
}

.page-type-search #search_filters_form {
    margin-top: 10px
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-search #search_filters_form {
        padding-bottom: 40px
    }
}

.page-type-search #search_filters_form .datepicker-container {
    margin-bottom: 15px
}

.page-type-search #search_filters_form .datepicker-container .datepicker-label {
    font-size: 14px;
    font-weight: bold
}

.page-type-search #search_filters_form .datepicker-container .input-group {
    max-width: 180px
}

.page-type-search #search_filters_form .datepicker-container .input-group input.datepicker {
    height: 36px;
    z-index: 0
}

.page-type-search #search_filters_form .datepicker-container .input-group-addon {
    cursor: pointer
}

.page-type-search #search_filters_form .radio, .page-type-search #search_filters_form .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.page-type-search #search_filters_form .radio label, .page-type-search #search_filters_form .checkbox label {
    padding-left: 5px
}

.page-type-search #search_filters_form .form-group {
    border-bottom: .2px solid #eeeeee;
    padding-bottom: 15px
}

.page-type-search #search_filters_form .form-group:last-child {
    border-bottom: none
}

.page-type-search #search_filters_form .form-group .remove-filter-icon {
    color: inherit;
    margin-top: 7px;
    cursor: pointer;
    float: right;
    color: #ddd
}

.page-type-search #search_filters_form .radio input[type="radio"], .page-type-search #search_filters_form .radio-inline input[type="radio"], .page-type-search #search_filters_form .checkbox input[type="radio"], .page-type-search #search_filters_form .checkbox-inline input[type="radio"], .page-type-search #search_filters_form .radio input[type="checkbox"], .page-type-search #search_filters_form .radio-inline input[type="checkbox"], .page-type-search #search_filters_form .checkbox input[type="checkbox"], .page-type-search #search_filters_form .checkbox-inline input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 8px
}

.page-type-search #search_filters_form .radio span.text, .page-type-search #search_filters_form .radio-inline span.text, .page-type-search #search_filters_form .checkbox span.text, .page-type-search #search_filters_form .checkbox-inline span.text {
    vertical-align: middle
}

.page-type-search #search_filters_form .apply-filters-btn {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-style: inherit;
    font-weight: inherit;
    background-color: #ee2424;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-search #search_filters_form .apply-filters-btn {
        position: fixed;
        bottom: 0;
        opacity: 0;
        pointer-events: none
    }
}

.page-type-search .filters-section {
    float: left;
    width: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .page-type-search .filters-section {
        float: left;
        width: 0
    }
}

@media (min-width: 992px) {
    .page-type-search .filters-section {
        float: left;
        width: 20.83333333%
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-search .filters-section {
        display: none
    }
}

.page-type-search .results-section {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .page-type-search .results-section {
        float: left;
        width: 100%
    }
}

@media (min-width: 992px) {
    .page-type-search .results-section {
        float: left;
        width: 79.16666667%
    }
}

.page-type-search .results-section.full-width-results {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
    .page-type-search .results-section.full-width-results {
        float: left;
        width: 100%
    }
}

.page-type-search .search-filters-slider {
    position: fixed;
    top: 0;
    left: -768px;
    width: 100%;
    max-width: 768px;
    height: 100vh;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 30px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
    transition: left linear .3s
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-search .search-filters-slider {
        padding-top: 0
    }
}

.page-type-search .search-filters-slider .search-filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    padding: 10px 30px;
    border-bottom: 1px solid #bbbdbf
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-search .search-filters-slider .search-filters-header {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 10;
        margin-top: 0;
        padding: 8px 30px 8px 10px
    }
}

.page-type-search .search-filters-slider .back-btn {
    cursor: pointer
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-search .search-filters-slider .back-btn {
        font-size: 1.3em;
        padding: 0 12px
    }

    .page-type-search .search-filters-slider .back-btn i {
        padding-left: 8px
    }
}

.page-type-search .search-filters-slider .clear-btn {
    font-size: 14px;
    color: #ee2424;
    cursor: pointer
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-search .search-filters-slider .clear-btn {
        font-weight: 800
    }
}

.page-type-search .radio input[type="radio"], .page-type-search .radio-inline input[type="radio"], .page-type-search .checkbox input[type="checkbox"], .page-type-search .checkbox-inline input[type="checkbox"] {
    position: static;
    margin-left: 0;
    margin-top: 0
}

.page-type-search .slide-search-filters-trigger {
    font-weight: 800
}

.page-type-search .banner-section-with-texture {
    height: 350px !important;
    margin-bottom: 0 !important;
    position: static !important
}

.page-type-search .banner-section-with-texture .content {
    position: relative
}

.page-type-search .banner-section-with-texture .content-overlay {
    display: none !important
}

.page-type-search .search-page-container {
    margin-top: -177px
}

.page-type-search .search-page-container .search-box-holder {
    height: 100px
}

.page-type-search .search-page-container .search-top-bar .main-row {
    display: flex
}

.page-type-search .search-page-container .search-top-bar .main-row .filters-section {
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between
}

@media (max-width: 992px) {
    .page-type-search .search-page-container .search-top-bar .main-row .filters-section {
        display: none
    }
}

.page-type-search .search-page-container .search-top-bar .main-row .filters-section .clear-btn {
    font-size: 15px;
    cursor: pointer
}

.page-type-search .search-page-container .search-top-bar .main-row .filters-section .fa {
    color: #fff
}

.page-type-search .search-page-container .search-top-bar .main-row .results-section {
    background-color: rgba(0, 0, 0, 0.6)
}

@media (max-width: 991px) {
    .page-type-search .search-page-container .search-top-bar .main-row .results-section {
        width: 100%
    }
}

.page-type-search .search-page-container .search-top-bar .main-row .results-section .nav-pills li {
    font-weight: bold
}

.page-type-search .search-page-container .search-top-bar .main-row .results-section .nav-pills li a {
    color: #fff !important
}

.page-type-search .search-page-container .search-top-bar .main-row .results-section .nav-pills li a:hover, .page-type-search .search-page-container .search-top-bar .main-row .results-section .nav-pills li a:focus {
    background-color: inherit
}

.page-type-search .search-page-container .search-top-bar .main-row .results-section .nav-pills li.active a {
    padding-bottom: 0;
    background-color: inherit
}

.page-type-search .search-page-container .search-top-bar .main-row .results-section .nav-pills li.active a::after {
    content: '';
    height: 4px;
    width: 100%;
    display: block;
    background-color: #ee2424;
    margin-top: 6px
}

.page-type-search .search-page-container .search-results-container .main-row {
    display: flex
}

.page-type-search .search-page-container .search-results-container .main-row .filters-section {
    border: 1px solid #e0e0e0
}

.page-type-search .search-page-container .search-results-container .main-row .results-section {
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-left: none
}

.page-type-search .search-page-container .search-results-container .main-row .results-section .breadcrumb-container {
    margin-bottom: 15px;
    color: #999;
    font-weight: bold;
    font-size: 14px;
    max-width: 80%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.page-type-search .search-page-container .search-results-container .main-row .full-width-results {
    padding: 30px
}

.page-type-search .search-page-container .search-results-container .main-row .back-to-top-btn {
    position: absolute;
    right: 30px;
    bottom: 80px;
    font-weight: bold;
    color: #ee2424;
    cursor: pointer
}

@media (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .page-type-search .search-page-container .search-results-container .main-row .back-to-top-btn {
        position: static;
        text-align: center
    }
}

.page-type-search .display-none {
    display: none !important
}

.page-type-search .pagination-section {
    padding: 0
}

.page-type-search .pagination-section .pagination {
    margin-top: 12px
}

.page-type-search .pagination-section .pagination li.active > a {
    color: #ffffff !important
}

.page-type-search .no-results-msg {
    font-size: 36px;
    line-height: 1.2em;
    color: #999
}

@media (max-width: 767px) {
    .page-type-search .no-results-msg {
        font-size: 20px
    }
}

.no-filters {
    display: flex;
    flex-direction: column;
    align-items: center
}

.no-filters .no-filters-image {
    margin-top: 90px
}

.no-filters .no-filters-msg {
    margin-top: 20px
}

.search-sidebar-slider-active {
    height: 100vh;
    overflow-y: hidden
}

.search-sidebar-slider-active body, .search-sidebar-slider-active .body-wrapper, .search-sidebar-slider-active .page-type-search {
    overflow: hidden
}

.search-sidebar-slider-active .search-filters-slider {
    left: 0 !important
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .search-sidebar-slider-active .search-filters-slider .apply-filters-btn {
        opacity: 1 !important;
        pointer-events: auto !important
    }
}

.ui-datepicker {
    z-index: 10005 !important
}

.header_assan .search-page-container {
    margin-top: -240px
}

.header_assan .search-top-bar {
    margin-top: 63px
}

.header_reversed_default .search-page-container {
    margin-top: -220px
}

.header_reversed_default .search-top-bar {
    margin-top: 43px
}

.storefront-route-card-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .storefront-route-card-container {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .storefront-route-card-container {
        float: left;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .storefront-route-card-container {
        float: left;
        width: 50%
    }
}

.storefront-route-card-container .storefront-route-link {
    text-decoration: none
}

.storefront-route-card-container .storefront-route-card {
    height: 150px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fefefe;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25)
}

.storefront-route-card-container .storefront-route-card .title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ee2424
}

.storefront-route-card-container .storefront-route-card .route-description {
    font-size: 15px;
    line-height: 1.5;
    color: #707070
}

.global-header-search-box-drop, .global-banner-search-box-drop {
    background-color: transparent;
    overflow: visible;
    border: 0;
    box-shadow: none
}

@media (max-width: 991px) {
    .global-header-search-box-drop, .global-banner-search-box-drop {
        width: 100%
    }
}

@media (max-width: 992px) {
    .global-header-search-box-drop, .global-banner-search-box-drop {
        width: 360px;
        max-width: 500px
    }
}

@media (max-width: 480px) {
    .global-header-search-box-drop, .global-banner-search-box-drop {
        width: 230px;
        max-width: 380px
    }
}

.global-header-search-box-drop .select2-search, .global-banner-search-box-drop .select2-search, .global-header-search-box-drop .select2-results, .global-banner-search-box-drop .select2-results {
    top: -48px
}

@media (min-width: 767px) {
    .global-header-search-box-drop .select2-search, .global-banner-search-box-drop .select2-search, .global-header-search-box-drop .select2-results, .global-banner-search-box-drop .select2-results {
        top: -52px
    }
}

.global-header-search-box-drop .select2-search, .global-banner-search-box-drop .select2-search {
    width: 75%
}

.global-header-search-box-drop .select2-search .select2-input, .global-banner-search-box-drop .select2-search .select2-input {
    padding: 10px 16px !important;
    margin-top: 0 !important;
    color: #fff;
    outline: none;
    background: transparent;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    width: 100%;
    background-image: none !important
}

@-moz-document url-prefix() {
    .global-header-search-box-drop .select2-search .select2-input, .global-banner-search-box-drop .select2-search .select2-input {
        padding: 5px 16px 6px 16px !important
    }
}

.global-header-search-box-drop .select2-results, .global-banner-search-box-drop .select2-results {
    margin: 4px 0 0;
    border-radius: 8px;
    overflow: hidden;
    max-height: 100%;
    overflow-y: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 999;
    padding: 0;
    background: #fff
}

.global-header-search-box-drop .select2-results .select2-no-results, .global-banner-search-box-drop .select2-results .select2-no-results, .global-header-search-box-drop .select2-results .select2-searching, .global-banner-search-box-drop .select2-results .select2-searching {
    padding-left: 15px
}

.global-header-search-box-drop .select2-results .select2-result-label, .global-banner-search-box-drop .select2-results .select2-result-label {
    padding: 0;
    cursor: default
}

.global-header-search-box-drop .select2-results .select2-result.select2-highlighted, .global-banner-search-box-drop .select2-results .select2-result.select2-highlighted {
    cursor: pointer;
    background: #ee2424
}

.global-header-search-box-drop .select2-results .select2-result.select2-highlighted .title, .global-banner-search-box-drop .select2-results .select2-result.select2-highlighted .title {
    color: #fff
}

.global-header-search-box-drop .select2-results .select2-result.select2-highlighted ul, .global-banner-search-box-drop .select2-results .select2-result.select2-highlighted ul {
    color: #fff;
    background: none
}

@media (min-width: 992px) {
    .global-header-search-box-drop .select2-results, .global-banner-search-box-drop .select2-results {
        right: 0
    }
}

.global-header-search-box-drop .select2-results > li, .global-banner-search-box-drop .select2-results > li {
    padding: 0
}

.global-header-search-box-drop .select2-results .heading, .global-banner-search-box-drop .select2-results .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 15px;
    padding: 8px 20px 7px;
    background: #f9f9f9;
    border-bottom: 1px solid #eaeaea
}

.global-header-search-box-drop .select2-results .heading .heading-title, .global-banner-search-box-drop .select2-results .heading .heading-title {
    font-weight: 900;
    color: #666;
    letter-spacing: 1px
}

.global-header-search-box-drop .select2-results .heading a, .global-banner-search-box-drop .select2-results .heading a {
    font-weight: 400;
    color: #ee2424;
    transition: opacity linear .3s
}

.global-header-search-box-drop .select2-results .heading a:hover, .global-banner-search-box-drop .select2-results .heading a:hover {
    opacity: .8
}

.global-header-search-box-drop .select2-results .item, .global-banner-search-box-drop .select2-results .item {
    text-align: left;
    padding: 9px 26px;
    border-bottom: 1px solid #eaeaea;
    transition: background linear .3s
}

.global-header-search-box-drop .select2-results .item .link, .global-banner-search-box-drop .select2-results .item .link {
    text-decoration: none !important
}

.global-header-search-box-drop .select2-results .item.border-none, .global-banner-search-box-drop .select2-results .item.border-none {
    border-bottom: none
}

.global-header-search-box-drop .select2-results .item:hover, .global-banner-search-box-drop .select2-results .item:hover {
    cursor: pointer;
    background: #ee2424
}

.global-header-search-box-drop .select2-results .item:hover .title, .global-banner-search-box-drop .select2-results .item:hover .title {
    color: #fff
}

.global-header-search-box-drop .select2-results .item:hover ul, .global-banner-search-box-drop .select2-results .item:hover ul {
    color: #fff
}

.global-header-search-box-drop .select2-results .item .title, .global-banner-search-box-drop .select2-results .item .title {
    display: block;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    color: #333;
    margin: 0 0 4px;
    transition: color linear .3s
}

.global-header-search-box-drop .select2-results .item .location-list:first-child, .global-banner-search-box-drop .select2-results .item .location-list:first-child {
    display: block
}

.global-header-search-box-drop .select2-results .item .location-list i, .global-banner-search-box-drop .select2-results .item .location-list i {
    color: inherit !important
}

.global-header-search-box-drop {
    z-index: 10000 !important
}

.global-header-search-box-drop .select2-results {
    max-height: 400px
}

@media (max-width: 992px) {
    .global-banner-search-box-drop {
        width: 100% !important
    }
}

@media (max-width: 480px) {
    .global-banner-search-box-drop {
        width: 87% !important
    }
}

.global-banner-search-box-drop .select2-search {
    padding: 0 !important
}

.global-banner-search-box-drop .select2-search .select2-input {
    line-height: 28px;
    color: #333333
}

@media (min-width: 992px) {
    .global-banner-search-box-drop.collection-banner-search .select2-search .select2-input {
        line-height: inherit
    }
}

.global-banner-search-box-drop .select2-results {
    margin: 6px 0 0 !important
}

.global-search-form {
    padding: 0;
    max-width: 100%;
    width: 100% !important;
    margin: 0 auto;
    position: relative;
    z-index: 9
}

.global-search-form .js-search-select {
    color: rgba(51, 51, 51, 0.1) !important;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px 8px 8px 8px !important;
    padding: 12px 16px;
    height: 52px;
    background: #fff;
    text-align: left
}

.global-search-form .js-search-select::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.2) !important
}

.global-search-form .js-search-select::-moz-placeholder {
    color: rgba(51, 51, 51, 0.2) !important
}

.global-search-form .js-search-select:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.2) !important
}

.global-search-form .js-search-select:-moz-placeholder {
    color: rgba(51, 51, 51, 0.2) !important
}

.global-search-form .select2-container .select2-default {
    line-height: 28px;
    padding: 15px 16px;
    color: #fff !important
}

.global-search-form .select2-choice {
    padding: 14px 30px 8px 14px;
    border-radius: 0 !important;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    height: 52px;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    line-height: 28px
}

.global-search-form .select2-choice div {
    display: none
}

.global-search-form .input-holder {
    position: relative
}

.global-search-form .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    text-indent: -9999px;
    padding: 12px;
    border-radius: 0 8px 8px 0;
    background: #fff;
    border: none;
    min-width: 50px
}

@media (min-width: 992px) {
    .global-search-form .search-btn {
        text-indent: 0;
        background: #ee2424;
        font-size: 20px;
        line-height: 22px;
        min-width: 128px;
        padding: 12px 20px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0
    }
}

.global-search-form .search-btn:hover, .global-search-form .search-btn:focus {
    background: #fff
}

@media (min-width: 992px) {
    .global-search-form .search-btn:hover, .global-search-form .search-btn:focus {
        background: #cf1010
    }
}

.global-search-form .search-btn i.search-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #ddd;
    font-size: 20px;
    text-indent: 0
}

@media (min-width: 992px) {
    .global-search-form .search-btn i.search-icon {
        display: none
    }
}

.section-type-banner {
    height: 420px
}

.section-type-banner.header-style-reversed-default-banner-section {
    margin-top: 90px
}

@media (max-width: 767px) {
    .section-type-banner.header-style-reversed-default-banner-section {
        margin-top: 75px
    }
}

.section-type-banner.bigger-slide {
    height: 528px
}

.section-type-banner.bigger-slide .custom-slide {
    padding-top: 100px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-type-banner {
        height: 400px
    }

    .section-type-banner.bigger-slide {
        height: 508px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-banner {
        height: 360px
    }

    .section-type-banner.bigger-slide {
        height: 468px
    }
}

@media (max-width: 767px) {
    .section-type-banner {
        height: 320px
    }

    .section-type-banner.bigger-slide {
        height: 428px
    }
}

.section-type-banner h1 {
    margin: 0
}

.section-type-banner.no-banner {
    margin-top: 120px;
    margin-bottom: 0;
    height: auto
}

.section-type-banner.no-banner .content {
    padding: 20px 0 0 0
}

.section-type-banner.banner-present {
    margin-bottom: 25px
}

.section-type-banner.banner-present h1, .section-type-banner.banner-present .tagline, .section-type-banner.banner-present p {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8)
}

.section-type-banner.banner-present .call-to-action .btn-primary-lg {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8)
}

.section-type-banner .black-50-overlay {
    background-color: rgba(0, 0, 0, 0.2)
}

.section-type-banner .content {
    height: 100%;
    text-align: center
}

.section-type-banner .content .content-overlay {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #fff
}

.section-type-banner .content .content-overlay .title, .section-type-banner .content .content-overlay .tagline {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%
}

.section-type-banner .call-to-action {
    margin-top: 30px
}

.section-type-banner .call-to-action .btn-primary-lg {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px
}

.section-type-banner .call-to-action [class^="btn-hollow-"] {
    color: #fff;
    border-color: #fff
}

.section-type-banner .tagline {
    margin-top: 5px
}

.section-type-banner .global-search-form {
    margin-top: 25px !important;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding: 0 !important
}

.section-type-banner .global-search-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999
}

@media (min-width: 768px) {
    .section-type-banner .global-search-form {
        max-width: 500px
    }
}

@media (min-width: 992px) {
    .section-type-banner .global-search-form {
        max-width: 560px;
        padding: 0 128px 0 0
    }
}

.section-type-banner .global-search-form .select2-container {
    width: 100% !important
}

.section-type-banner .global-search-form .select2-container .select2-default {
    padding: 14px 16px;
    color: rgba(51, 51, 51, 0.2) !important
}

.section-type-banner .global-search-form .select2-choice {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px 8px 8px 8px !important;
    padding: 12px 16px;
    height: 52px;
    background: #fff;
    text-align: left
}

.section-type-banner .global-search-form .select2-choice div {
    display: none
}

.section-type-banner .global-search-form .select2-dropdown-open .select2-default span {
    display: none
}

.section-type-banner .global-search-form .search-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    text-indent: -9999px;
    padding: 12px;
    border-radius: 0 8px 8px 0;
    background: #fff;
    border: none;
    min-width: 50px
}

@media (min-width: 992px) {
    .section-type-banner .global-search-form .search-button {
        text-indent: 0;
        background: #ee2424;
        font-size: 20px;
        line-height: 22px;
        min-width: 128px;
        padding: 12px 20px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0
    }
}

.section-type-banner .global-search-form .search-button:hover, .section-type-banner .global-search-form .search-button:focus {
    background: #fff
}

@media (min-width: 992px) {
    .section-type-banner .global-search-form .search-button:hover, .section-type-banner .global-search-form .search-button:focus {
        background: #cf1010
    }
}

.section-type-banner .global-search-form .search-button i {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #ddd;
    font-size: 20px;
    text-indent: 0
}

@media (min-width: 992px) {
    .section-type-banner .global-search-form .search-button i {
        display: none
    }
}

#banner-slide-carousel.header-style-reversed-default-banner-section {
    margin-top: 107px
}

@media (min-width: 768px) and (max-width: 991px) {
    #banner-slide-carousel .banner-arrow-left, #banner-slide-carousel .banner-arrow-right {
        display: none
    }
}

@media (max-width: 767px) {
    #banner-slide-carousel .banner-arrow-left, #banner-slide-carousel .banner-arrow-right {
        display: none
    }
}

#banner-slide-carousel .owl-stage-outer {
    height: 540px
}

@media (min-width: 992px) and (max-width: 1199px) {
    #banner-slide-carousel .owl-stage-outer {
        height: 540px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #banner-slide-carousel .owl-stage-outer {
        height: 400px
    }
}

@media (max-width: 767px) {
    #banner-slide-carousel .owl-stage-outer {
        height: 400px
    }
}

#banner-slide-carousel.bigger-slides .owl-stage-outer {
    height: 648px
}

@media (min-width: 992px) and (max-width: 1199px) {
    #banner-slide-carousel.bigger-slides .owl-stage-outer {
        height: 648px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #banner-slide-carousel.bigger-slides .owl-stage-outer {
        height: 533px
    }
}

@media (max-width: 767px) {
    #banner-slide-carousel.bigger-slides .owl-stage-outer {
        height: 533px
    }
}

#banner-slide-carousel .owl-item .focus-image {
    width: auto
}

.section-type-banner.banner-slide {
    height: 540px
}

.section-type-banner.banner-slide .coupon-code-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff
}

.section-type-banner.banner-slide .coupon-code-badge .coupon-code {
    font-weight: bold;
    line-height: 1;
    color: black;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d6d6d6;
    text-transform: uppercase
}

@media (max-width: 360px) {
    .section-type-banner.banner-slide .coupon-code-badge .coupon-code {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.section-type-banner.banner-slide .coupon-code-badge:after {
    position: absolute;
    content: "";
    top: 0
}

.section-type-banner.banner-slide .coupon-code-badge-small:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -66px;
    width: 29px;
    height: 36px;
    right: -28px
}

.section-type-banner.banner-slide .coupon-code-badge-small .coupon-code {
    padding-right: 1px
}

.section-type-banner.banner-slide .coupon-code-badge-large .coupon-code {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 2;
    font-size: 28px
}

.section-type-banner.banner-slide .coupon-code-badge-large:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 64px;
    right: -38px
}

.section-type-banner.banner-slide .coupon-code-badge-medium:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -104px;
    width: 34px;
    height: 48px;
    right: -28px
}

.section-type-banner.banner-slide .coupon-code-badge-medium .coupon-code {
    padding-right: 5px;
    line-height: 2;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 3px
}

.section-type-banner.banner-slide .coupon-code-badge2 {
    background-color: rgba(21, 20, 20, 0.6)
}

.section-type-banner.banner-slide .coupon-code-badge2:after, .section-type-banner.banner-slide .coupon-code-badge2:before {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -267px;
    width: 13px;
    height: 26px
}

.section-type-banner.banner-slide .coupon-code-badge2:after {
    right: -13px
}

.section-type-banner.banner-slide .coupon-code-badge2:before {
    position: absolute;
    content: "";
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -13px
}

.section-type-banner.banner-slide .coupon-code-badge2 .coupon-code {
    background: transparent;
    color: #fff;
    line-height: .45;
    border-left: none;
    border-right: none;
    font-weight: 300;
    font-size: 14px
}

@media (max-width: 360px) {
    .section-type-banner.banner-slide .coupon-code-badge2 .coupon-code {
        line-height: .3
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-type-banner.banner-slide {
        height: 540px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-banner.banner-slide {
        height: 400px
    }
}

@media (max-width: 767px) {
    .section-type-banner.banner-slide {
        height: 400px
    }
}

.section-type-banner.banner-slide.bigger-slide {
    height: 648px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-type-banner.banner-slide.bigger-slide {
        height: 648px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-banner.banner-slide.bigger-slide {
        height: 533px
    }
}

@media (max-width: 767px) {
    .section-type-banner.banner-slide.bigger-slide {
        height: 533px
    }
}

.section-type-banner.banner-slide.bigger-slide .content .tour-slide, .section-type-banner.banner-slide.bigger-slide .content .collection-slide, .section-type-banner.banner-slide.bigger-slide .content .promotion-slide {
    margin-top: 60px
}

.section-type-banner.banner-slide h1 {
    margin: 0
}

.section-type-banner.banner-slide.no-banner {
    margin-bottom: 0;
    height: auto
}

.section-type-banner.banner-slide.no-banner .content {
    padding: 20px 0 0 0
}

.section-type-banner.banner-slide.banner-present {
    margin-bottom: 0
}

.section-type-banner.banner-slide.banner-present h1, .section-type-banner.banner-slide.banner-present .tagline, .section-type-banner.banner-slide.banner-present p, .section-type-banner.banner-slide.banner-present .tour-info, .section-type-banner.banner-slide.banner-present .tour-price, .section-type-banner.banner-slide.banner-present .collection-info, .section-type-banner.banner-slide.banner-present .coupon-info {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8)
}

.section-type-banner.banner-slide.banner-present .pre-heading p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0
}

.section-type-banner.banner-slide.banner-present .call-to-action .btn-primary-lg {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8)
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-banner.banner-slide.banner-present h1 {
        font-size: 32px
    }

    .section-type-banner.banner-slide.banner-present .pre-heading p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .section-type-banner.banner-slide.banner-present h1 {
        font-size: 24px
    }

    .section-type-banner.banner-slide.banner-present .pre-heading p {
        font-size: 14px
    }
}

.section-type-banner.banner-slide .black-50-overlay {
    background-color: rgba(0, 0, 0, 0.2)
}

.section-type-banner.banner-slide .content {
    height: 100%;
    text-align: center
}

.section-type-banner.banner-slide .content .content-overlay {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #fff
}

.section-type-banner.banner-slide .content .custom-slide, .section-type-banner.banner-slide .content .tour-slide, .section-type-banner.banner-slide .content .collection-slide, .section-type-banner.banner-slide .content .promotion-slide {
    width: 100%
}

.section-type-banner.banner-slide .content .tour-slide {
    margin-top: -40px
}

.section-type-banner.banner-slide .content .tour-slide .tour-info .icon {
    color: #fff;
    margin-top: 15px;
    padding-left: 20px;
    font-size: 18px
}

.section-type-banner.banner-slide .content .tour-slide .tour-info .icon span {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 5px
}

.section-type-banner.banner-slide .content .tour-slide .tour-price {
    margin-top: 15px;
    font-size: 20px
}

.section-type-banner.banner-slide .content .tour-slide .tour-price span {
    font-weight: bold
}

.section-type-banner.banner-slide .content .tour-slide .call-to-action {
    margin-top: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-banner.banner-slide .content .tour-slide .icon {
        font-size: 16px !important
    }

    .section-type-banner.banner-slide .content .tour-slide .tour-price {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .section-type-banner.banner-slide .content .tour-slide .tour-info {
        display: none
    }

    .section-type-banner.banner-slide .content .tour-slide .tour-price {
        font-size: 18px
    }
}

.section-type-banner.banner-slide .content .collection-slide {
    margin-top: -40px
}

.section-type-banner.banner-slide .content .collection-slide .collection-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 30px 0 0 -20px
}

.section-type-banner.banner-slide .content .collection-slide .collection-info ul {
    font-weight: bold;
    list-style: none;
    margin: 0
}

.section-type-banner.banner-slide .content .collection-slide .collection-info ul li:nth-of-type(1) {
    font-size: 11px
}

.section-type-banner.banner-slide .content .collection-slide .collection-info ul li:nth-of-type(2) {
    margin-top: -18px;
    font-size: 28px
}

.section-type-banner.banner-slide .content .collection-slide .call-to-action {
    margin-top: 0
}

.section-type-banner.banner-slide .content .promotion-slide {
    margin-top: -40px
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info {
    margin-top: 22px
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info p {
    margin-bottom: 0
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge {
    text-shadow: none;
    margin-top: 2px;
    margin-bottom: 2px;
    position: relative;
    display: inline-block;
    top: 0
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: Lato;
    font-style: inherit;
    font-weight: inherit;
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code:focus, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code:active:focus, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code.active:focus, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code.focus, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code:active.focus, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code:hover, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code:focus, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code.focus {
    color: #333;
    text-decoration: none
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code:active, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code.disabled, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code[disabled], fieldset[disabled] .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code.disabled, fieldset[disabled] a.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code {
    pointer-events: none
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code [class^="icon-"].icon-large, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code [class*=" icon-"].icon-large {
    line-height: .9em
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code [class^="icon-"].icon-spin, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code [class*=" icon-"].icon-spin {
    display: inline-block
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code [class^="icon-"].pull-left.icon-2x, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code [class*=" icon-"].pull-left.icon-2x, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code [class^="icon-"].pull-right.icon-2x, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code [class^="icon-"].icon-spin.icon-large, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge .coupon-code [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge:after, .section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge:before {
    content: "";
    top: 0;
    position: absolute
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -104px;
    width: 34px;
    height: 48px;
    right: -28px
}

.section-type-banner.banner-slide .content .promotion-slide .coupon-info .coupon-code-badge:before {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -104px;
    width: 34px;
    height: 48px;
    left: -28px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.section-type-banner.banner-slide .call-to-action {
    margin-top: 30px
}

.section-type-banner.banner-slide .call-to-action .btn-primary-lg {
    padding-left: 25px;
    padding-right: 25px
}

.section-type-banner.banner-slide .tagline {
    margin-top: 5px
}

.trip-grid {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 767px) {
    .trip-grid .trip-grid {
        margin-left: 0;
        margin-right: 0
    }
}

.trip-grid .filters-container {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: normal;
    color: black
}

.trip-grid .filters-container .filters {
    float: right
}

.trip-grid .filters-container .filters ul {
    padding-left: 0;
    list-style: none;
    display: inline
}

.trip-grid .filters-container .filters ul li {
    display: inline;
    padding-left: 15px
}

.trip-grid .filters-container .filters ul li a {
    color: #52555A
}

.trip-grid .filters-container .filters #sort-dropdown {
    background: transparent;
    color: #ee2424;
    border: none;
    outline: none
}

.trip-grid .filters-container .long-seperator {
    border: 1px solid #ddd
}

.trip-grid .filters-container .long-seperator.top {
    margin: 0 0 0 0
}

.trip-grid .filters-container .long-seperator.bottom {
    margin: 0 0 20px 0
}

.trip-grid .filters-container .tour-counts {
    float: left
}

.trips-date-based .year-selector {
    color: #ee2424
}

.trips-date-based .year-selector .disable {
    pointer-events: none;
    cursor: default;
    color: #999999
}

.trips-date-based .year-selector a {
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    float: left;
    font-weight: bold
}

.trips-date-based .year-selector .prev-year, .trips-date-based .year-selector .next-year {
    display: flex;
    align-items: center;
    height: 48px
}

.trips-date-based .year-selector .prev-year {
    text-align: right;
    width: 42px
}

.trips-date-based .year-selector .prev-year span {
    margin-right: 3px
}

.trips-date-based .year-selector .prev-year.active-a {
    width: 56px
}

.trips-date-based .year-selector .next-year {
    width: 56px
}

.trips-date-based .year-selector .next-year span {
    margin-left: 3px
}

.trips-date-based .year-selector .current-year {
    pointer-events: none;
    font-size: 24px;
    display: flex;
    width: calc(100% - 98px);
    flex-direction: row
}

.trips-date-based .year-selector .current-year:before, .trips-date-based .year-selector .current-year:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #dddddd;
    margin: auto;
    float: left;
    margin-right: 8px;
    margin-left: 8px
}

.trips-date-based .year-selector .current-year.prev-year-clickable {
    width: calc(100% - 112px)
}

.trips-date-based .months-listing {
    clear: both;
    padding: 20px 0
}

.trips-date-based .months-listing .month-accordion {
    cursor: pointer;
    margin-bottom: 15px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #dddddd
}

.trips-date-based .months-listing .month-accordion.active .accordion-header .arrow .fa-sort-desc {
    display: none
}

.trips-date-based .months-listing .month-accordion.active .accordion-header .arrow .fa-sort-asc {
    display: block
}

.trips-date-based .months-listing .month-accordion .accordion-header {
    display: flex;
    padding: 0 38px;
    height: 100px
}

.trips-date-based .months-listing .month-accordion .accordion-header .month {
    text-transform: uppercase;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333333
}

.trips-date-based .months-listing .month-accordion .accordion-header .tours-count {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center;
    color: #999999
}

.trips-date-based .months-listing .month-accordion .accordion-header .arrow {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 29px
}

.trips-date-based .months-listing .month-accordion .accordion-header .arrow .icon {
    color: #666666
}

.trips-date-based .months-listing .month-accordion .accordion-header .arrow .fa-sort-desc {
    margin-top: -10px
}

.trips-date-based .months-listing .month-accordion .accordion-header .arrow .fa-sort-asc {
    display: none;
    margin-top: 15px
}

.trips-date-based .months-listing .month-accordion .accordion-content .headings {
    text-align: left;
    height: 23px;
    background-color: #f5f5f5;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 900
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data {
    list-style: none;
    cursor: default
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info {
    text-align: left;
    text-decoration: none;
    pointer-events: none;
    color: #333333;
    display: flex;
    align-items: center;
    min-height: 73px;
    border-bottom: solid 1px #dddddd
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .date-duration {
    font-weight: bold
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .date-duration .to {
    font-weight: normal;
    color: #999999
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .date-duration .advertise-duration {
    font-weight: normal
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .date-duration, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location .media-body, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .availability, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .price, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .action {
    line-height: 20px
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .date-duration div:first-child, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location .media-body div:first-child, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .availability div:first-child, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .price div:first-child, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .action div:first-child {
    font-size: 16px;
    color: #333333
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .date-duration div:last-child, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location .media-body div:last-child, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .availability div:last-child, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .price div:last-child, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .action div:last-child {
    color: #999999;
    font-size: 15px
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .date-duration .available-seats .num, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location .media-body .available-seats .num, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .availability .available-seats .num, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .price .available-seats .num, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .action .available-seats .num {
    font-weight: bold
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-name {
    color: #333333 !important;
    font-weight: bold;
    pointer-events: auto
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-name, .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .available-seats-sticker-price {
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .price {
    margin-top: -20px;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    word-wrap: break-word
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location {
    display: flex;
    align-items: end;
    color: #999999
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location img {
    float: left;
    margin: 2px 10px 0 0;
    border-radius: 50%;
    width: 45px;
    height: 45px
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location .media-left {
    padding-right: 0
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location .media-body {
    margin-top: 5px;
    font-weight: 400;
    vertical-align: middle
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location .media-body div {
    text-align: left;
    line-height: 20px
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location .media-body .media-heading {
    margin-top: 2px;
    margin-bottom: 0
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .action button {
    pointer-events: auto;
    font-size: 14px
}

.trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .action button .inner span {
    letter-spacing: 2px
}

@media (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .trips-date-based {
        margin-left: -15px;
        margin-right: -15px
    }

    .trips-date-based .year-selector {
        margin: 0 5px
    }

    .trips-date-based .months-listing .month-accordion {
        margin-bottom: 5px
    }

    .trips-date-based .months-listing .month-accordion.active {
        background-color: #fafafa
    }

    .trips-date-based .months-listing .month-accordion .accordion-header {
        height: 80px;
        display: block;
        padding: 0 20px
    }

    .trips-date-based .months-listing .month-accordion .accordion-header .month {
        float: left;
        font-size: 18px;
        margin-top: 10px
    }

    .trips-date-based .months-listing .month-accordion .accordion-header .tours-count {
        float: left;
        clear: both;
        margin-top: -10px;
        font-size: 16px
    }

    .trips-date-based .months-listing .month-accordion .accordion-header .arrow {
        float: right;
        margin-top: -14px
    }

    .trips-date-based .months-listing .month-accordion .accordion-header .arrow .fa-sort-asc {
        margin-top: 4px
    }

    .trips-date-based .months-listing .month-accordion .accordion-content .headings {
        display: none
    }

    .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data {
        cursor: pointer
    }

    .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info {
        pointer-events: auto;
        background-color: #ffffff;
        border: solid 1px #eeeeee;
        height: 78px;
        margin-bottom: 5px
    }

    .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location {
        width: 100%
    }

    .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location img {
        width: 56px;
        height: 56px
    }

    .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location .media-body .date {
        font-size: 13px !important;
        color: #999999
    }

    .trips-date-based .months-listing .month-accordion .accordion-content .accordion-data .trip-info .tour-location .media-body .tour-name {
        margin-top: -4px
    }
}

.trips-date-based .slot-sold-out {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    pointer-events: none !important
}

.trip-card-layout-1 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 50px;
    text-align: left
}

.trip-card-layout-1 .coupon-code-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff
}

.trip-card-layout-1 .coupon-code-badge .coupon-code {
    font-weight: bold;
    line-height: 1;
    color: black;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d6d6d6;
    text-transform: uppercase
}

@media (max-width: 360px) {
    .trip-card-layout-1 .coupon-code-badge .coupon-code {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.trip-card-layout-1 .coupon-code-badge:after {
    position: absolute;
    content: "";
    top: 0
}

.trip-card-layout-1 .coupon-code-badge-small:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -66px;
    width: 29px;
    height: 36px;
    right: -28px
}

.trip-card-layout-1 .coupon-code-badge-small .coupon-code {
    padding-right: 1px
}

.trip-card-layout-1 .coupon-code-badge-large .coupon-code {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 2;
    font-size: 28px
}

.trip-card-layout-1 .coupon-code-badge-large:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 64px;
    right: -38px
}

.trip-card-layout-1 .coupon-code-badge-medium:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -104px;
    width: 34px;
    height: 48px;
    right: -28px
}

.trip-card-layout-1 .coupon-code-badge-medium .coupon-code {
    padding-right: 5px;
    line-height: 2;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 3px
}

.trip-card-layout-1 .coupon-code-badge2 {
    background-color: rgba(21, 20, 20, 0.6)
}

.trip-card-layout-1 .coupon-code-badge2:after, .trip-card-layout-1 .coupon-code-badge2:before {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -267px;
    width: 13px;
    height: 26px
}

.trip-card-layout-1 .coupon-code-badge2:after {
    right: -13px
}

.trip-card-layout-1 .coupon-code-badge2:before {
    position: absolute;
    content: "";
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -13px
}

.trip-card-layout-1 .coupon-code-badge2 .coupon-code {
    background: transparent;
    color: #fff;
    line-height: .45;
    border-left: none;
    border-right: none;
    font-weight: 300;
    font-size: 14px
}

@media (max-width: 360px) {
    .trip-card-layout-1 .coupon-code-badge2 .coupon-code {
        line-height: .3
    }
}

@media (min-width: 768px) {
    .trip-card-layout-1 {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .trip-card-layout-1 {
        float: left;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .trip-card-layout-1 {
        float: left;
        width: 33.33333333%
    }
}

.trip-card-layout-1 .card {
    background: #fff;
    padding-bottom: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2)
}

.trip-card-layout-1 .card:hover .background-arrow {
    opacity: .7
}

.trip-card-layout-1 .card-clickable:hover {
    text-decoration: none
}

.trip-card-layout-1 .bg-cover-container, .trip-card-layout-1 .bg-cover-container > .background-cover {
    position: relative;
    height: 255px
}

.trip-card-layout-1 .bg-cover-container .trip-name {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 12px;
    padding-right: 5px;
    text-align: left;
    left: 0
}

.trip-card-layout-1 .bg-cover-container .trip-pricing {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 12px;
    padding-left: 0;
    text-align: right;
    right: 0
}

.trip-card-layout-1 .bg-cover-container .trip-name, .trip-card-layout-1 .bg-cover-container .trip-pricing {
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
    margin: 0;
    padding-bottom: 12px
}

.trip-card-layout-1 .background-arrow {
    position: absolute;
    top: calc(50% - 12px - 64px / 4);
    right: 7px;
    text-align: right;
    line-height: 1;
    font-size: 64px;
    opacity: .25;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.trip-card-layout-1 .item-content {
    color: black;
    position: relative;
    min-height: 78px
}

.trip-card-layout-1 .item-content .icon {
    padding-right: 6px;
    width: 20px
}

.trip-card-layout-1 .item-content .field {
    vertical-align: middle;
    line-height: 1;
    padding-top: 10px;
    padding-left: 12px
}

.trip-card-layout-1 .empty-blurb-content {
    min-height: 116px;
    display: none
}

.trip-card-layout-1 .item-blurb-container {
    position: relative
}

.trip-card-layout-1 .item-blurb-container .main-content {
    width: 99.8%
}

.trip-card-layout-1 .item-blurb-container .main-content .trip-name-pricing {
    display: none
}

.trip-card-layout-1 .item-blurb-container .main-content .trip-name-pricing .trip-name {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 12px;
    padding-right: 5px;
    text-align: left;
    left: 0
}

.trip-card-layout-1 .item-blurb-container .main-content .trip-name-pricing .trip-pricing {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 12px;
    padding-left: 0;
    text-align: right;
    right: 0
}

.trip-card-layout-1 .item-blurb-container .main-content .trip-name-pricing .trip-name, .trip-card-layout-1 .item-blurb-container .main-content .trip-name-pricing .trip-pricing {
    bottom: 0;
    color: black;
    line-height: 1.4;
    font-weight: bold;
    margin: 0;
    padding-bottom: 12px
}

.trip-card-layout-1 .item-blurb-container .main-content .hr {
    padding-top: 10px;
    padding-bottom: 10px
}

.trip-card-layout-1 .item-blurb-container .main-content .hr:before {
    content: " ";
    width: 90%;
    left: 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute
}

.trip-card-layout-1 .item-blurb-container .main-content .trip-short-blurb {
    min-height: 96px;
    padding-left: 12px;
    color: black
}

.trip-card-layout-1 .item-blurb-container .main-content .trip-short-blurb .read-more, .trip-card-layout-1 .item-blurb-container .main-content .trip-short-blurb .read-less {
    cursor: pointer;
    color: #0088cc;
    display: none
}

.trip-card-layout-1 .item-blurb-container .main-content .fix-description-height {
    max-height: 96px;
    overflow: hidden
}

.trip-card-layout-1 .button-container {
    padding-top: 12px;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px
}

.trip-card-layout-1 .button-container .outline-button {
    width: 100%;
    color: #ee2424;
    border: 2px solid #ee2424
}

.trip-card-layout-1 .button-container .outline-button:hover {
    color: white;
    background-color: #ee2424 !important
}

.trip-card-layout-1 .coupon-code-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff
}

.trip-card-layout-1 .coupon-code-badge .coupon-code {
    font-weight: bold;
    line-height: 1;
    color: black;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d6d6d6;
    text-transform: uppercase
}

@media (max-width: 360px) {
    .trip-card-layout-1 .coupon-code-badge .coupon-code {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.trip-card-layout-1 .coupon-code-badge:after {
    position: absolute;
    content: "";
    top: 0
}

.trip-card-layout-1 .coupon-code-badge-small:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -66px;
    width: 29px;
    height: 36px;
    right: -28px
}

.trip-card-layout-1 .coupon-code-badge-small .coupon-code {
    padding-right: 1px
}

.trip-card-layout-1 .coupon-code-badge-large .coupon-code {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 2;
    font-size: 28px
}

.trip-card-layout-1 .coupon-code-badge-large:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 64px;
    right: -38px
}

.trip-card-layout-1 .coupon-code-badge-medium:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -104px;
    width: 34px;
    height: 48px;
    right: -28px
}

.trip-card-layout-1 .coupon-code-badge-medium .coupon-code {
    padding-right: 5px;
    line-height: 2;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 3px
}

.trip-card-layout-1 .card.overlap-short-blurb .bg-cover-container .trip-name, .trip-card-layout-1 .card.overlap-short-blurb .bg-cover-container .trip-pricing, .trip-card-layout-1 .card.overlap-short-blurb .bg-cover-container .coupon-code-badge {
    display: none
}

.trip-card-layout-1 .card.overlap-short-blurb .empty-blurb-content {
    display: block
}

.trip-card-layout-1 .card.overlap-short-blurb .item-blurb-container {
    position: absolute !important;
    top: inherit;
    top: 0;
    width: calc(100% - 31px);
    height: 464px
}

.trip-card-layout-1 .card.overlap-short-blurb .item-blurb-container .background-overlay {
    height: 450px;
    position: absolute !important;
    width: 99.8%;
    background-color: white;
    opacity: .9;
    margin-top: 1px
}

.trip-card-layout-1 .card.overlap-short-blurb .item-blurb-container .main-content {
    position: absolute
}

.trip-card-layout-1 .card.overlap-short-blurb .item-blurb-container .main-content .trip-name-pricing {
    display: block;
    height: 30px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.trip-card-layout-1 .card.overlap-short-blurb .item-blurb-container .main-content .trip-name-pricing .trip-name, .trip-card-layout-1 .card.overlap-short-blurb .item-blurb-container .main-content .trip-name-pricing .trip-pricing {
    padding-bottom: 5px
}

.trip-card-layout-1 .card.overlap-short-blurb .item-blurb-container .main-content .trip-name-pricing .trip-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.trip-card-layout-1 .card.overlap-short-blurb .item-blurb-container .main-content .trip-name-pricing .trip-pricing {
    font-size: 13px
}

.trip-card-layout-2 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 50px;
    text-align: left
}

.trip-card-layout-2 .coupon-code-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff
}

.trip-card-layout-2 .coupon-code-badge .coupon-code {
    font-weight: bold;
    line-height: 1;
    color: black;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d6d6d6;
    text-transform: uppercase
}

@media (max-width: 360px) {
    .trip-card-layout-2 .coupon-code-badge .coupon-code {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.trip-card-layout-2 .coupon-code-badge:after {
    position: absolute;
    content: "";
    top: 0
}

.trip-card-layout-2 .coupon-code-badge-small:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -66px;
    width: 29px;
    height: 36px;
    right: -28px
}

.trip-card-layout-2 .coupon-code-badge-small .coupon-code {
    padding-right: 1px
}

.trip-card-layout-2 .coupon-code-badge-large .coupon-code {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 2;
    font-size: 28px
}

.trip-card-layout-2 .coupon-code-badge-large:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 64px;
    right: -38px
}

.trip-card-layout-2 .coupon-code-badge-medium:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -104px;
    width: 34px;
    height: 48px;
    right: -28px
}

.trip-card-layout-2 .coupon-code-badge-medium .coupon-code {
    padding-right: 5px;
    line-height: 2;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 3px
}

.trip-card-layout-2 .coupon-code-badge2 {
    background-color: rgba(21, 20, 20, 0.6)
}

.trip-card-layout-2 .coupon-code-badge2:after, .trip-card-layout-2 .coupon-code-badge2:before {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -267px;
    width: 13px;
    height: 26px
}

.trip-card-layout-2 .coupon-code-badge2:after {
    right: -13px
}

.trip-card-layout-2 .coupon-code-badge2:before {
    position: absolute;
    content: "";
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -13px
}

.trip-card-layout-2 .coupon-code-badge2 .coupon-code {
    background: transparent;
    color: #fff;
    line-height: .45;
    border-left: none;
    border-right: none;
    font-weight: 300;
    font-size: 14px
}

@media (max-width: 360px) {
    .trip-card-layout-2 .coupon-code-badge2 .coupon-code {
        line-height: .3
    }
}

@media (min-width: 768px) {
    .trip-card-layout-2 {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .trip-card-layout-2 {
        float: left;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .trip-card-layout-2 {
        float: left;
        width: 33.33333333%
    }
}

.trip-card-layout-2 .card {
    background: #fff;
    padding-bottom: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2)
}

.trip-card-layout-2 .card:hover .background-arrow {
    opacity: .7
}

.trip-card-layout-2 .card-clickable:hover {
    text-decoration: none
}

.trip-card-layout-2 .bg-cover-container, .trip-card-layout-2 .bg-cover-container > .background-cover {
    position: relative;
    height: 255px
}

.trip-card-layout-2 .bg-cover-container .trip-name {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 12px;
    padding-right: 5px;
    text-align: left;
    left: 0
}

.trip-card-layout-2 .bg-cover-container .trip-pricing {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 12px;
    padding-left: 0;
    text-align: right;
    right: 0
}

.trip-card-layout-2 .bg-cover-container .trip-name, .trip-card-layout-2 .bg-cover-container .trip-pricing {
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
    margin: 0;
    padding-bottom: 12px
}

.trip-card-layout-2 .background-arrow {
    position: absolute;
    top: calc(50% - 12px - 64px / 4);
    right: 7px;
    text-align: right;
    line-height: 1;
    font-size: 64px;
    opacity: .25;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.trip-card-layout-2 .item-content {
    color: black;
    position: relative;
    min-height: 78px
}

.trip-card-layout-2 .item-content .icon {
    padding-right: 6px;
    width: 20px;
    height: 20px
}

.trip-card-layout-2 .item-content .field {
    vertical-align: middle;
    line-height: 1;
    padding-top: 10px;
    padding-left: 12px
}

.trip-card-layout-2 .trip-category-item {
    min-height: 104px
}

.trip-card-layout-2 .empty-blurb-content {
    min-height: 116px;
    display: none
}

.trip-card-layout-2 .item-blurb-container {
    position: relative
}

.trip-card-layout-2 .item-blurb-container .main-content {
    width: 99.8%
}

.trip-card-layout-2 .item-blurb-container .main-content .trip-name-pricing {
    display: none
}

.trip-card-layout-2 .item-blurb-container .main-content .trip-name-pricing .trip-name {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 12px;
    padding-right: 5px;
    text-align: left;
    left: 0
}

.trip-card-layout-2 .item-blurb-container .main-content .trip-name-pricing .trip-pricing {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 12px;
    padding-left: 0;
    text-align: right;
    right: 0
}

.trip-card-layout-2 .item-blurb-container .main-content .trip-name-pricing .trip-name, .trip-card-layout-2 .item-blurb-container .main-content .trip-name-pricing .trip-pricing {
    bottom: 0;
    color: black;
    line-height: 1.4;
    font-weight: bold;
    margin: 0;
    padding-bottom: 12px
}

.trip-card-layout-2 .item-blurb-container .main-content .hr {
    padding-top: 10px;
    padding-bottom: 10px
}

.trip-card-layout-2 .item-blurb-container .main-content .hr:before {
    content: " ";
    width: 90%;
    left: 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute
}

.trip-card-layout-2 .item-blurb-container .main-content .trip-short-blurb {
    min-height: 96px;
    padding-left: 12px;
    padding-right: 12px;
    color: black
}

.trip-card-layout-2 .item-blurb-container .main-content .trip-short-blurb .read-more, .trip-card-layout-2 .item-blurb-container .main-content .trip-short-blurb .read-less {
    cursor: pointer;
    color: #0088cc;
    display: none
}

.trip-card-layout-2 .item-blurb-container .main-content .fix-description-height {
    max-height: 96px;
    overflow: hidden
}

.trip-card-layout-2 .button-container {
    padding-top: 12px;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px
}

.trip-card-layout-2 .coupon-code-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff
}

.trip-card-layout-2 .coupon-code-badge .coupon-code {
    font-weight: bold;
    line-height: 1;
    color: black;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d6d6d6;
    text-transform: uppercase
}

@media (max-width: 360px) {
    .trip-card-layout-2 .coupon-code-badge .coupon-code {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.trip-card-layout-2 .coupon-code-badge:after {
    position: absolute;
    content: "";
    top: 0
}

.trip-card-layout-2 .coupon-code-badge-small:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -66px;
    width: 29px;
    height: 36px;
    right: -28px
}

.trip-card-layout-2 .coupon-code-badge-small .coupon-code {
    padding-right: 1px
}

.trip-card-layout-2 .coupon-code-badge-large .coupon-code {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 2;
    font-size: 28px
}

.trip-card-layout-2 .coupon-code-badge-large:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 64px;
    right: -38px
}

.trip-card-layout-2 .coupon-code-badge-medium:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -104px;
    width: 34px;
    height: 48px;
    right: -28px
}

.trip-card-layout-2 .coupon-code-badge-medium .coupon-code {
    padding-right: 5px;
    line-height: 2;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 3px
}

.trip-card-layout-2 .card.overlap-short-blurb .bg-cover-container .trip-name, .trip-card-layout-2 .card.overlap-short-blurb .bg-cover-container .trip-pricing, .trip-card-layout-2 .card.overlap-short-blurb .bg-cover-container .coupon-code-badge {
    display: none
}

.trip-card-layout-2 .card.overlap-short-blurb .empty-blurb-content {
    display: block
}

.trip-card-layout-2 .card.overlap-short-blurb .item-blurb-container {
    position: absolute !important;
    top: inherit;
    top: 0;
    width: calc(100% - 31px);
    height: 464px
}

.trip-card-layout-2 .card.overlap-short-blurb .item-blurb-container .background-overlay {
    height: 450px;
    position: absolute !important;
    width: 99.8%;
    background-color: white;
    opacity: .9;
    margin-top: 1px
}

.trip-card-layout-2 .card.overlap-short-blurb .item-blurb-container .main-content {
    position: absolute
}

.trip-card-layout-2 .card.overlap-short-blurb .item-blurb-container .main-content .trip-name-pricing {
    display: block;
    height: 30px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.trip-card-layout-2 .card.overlap-short-blurb .item-blurb-container .main-content .trip-name-pricing .trip-name, .trip-card-layout-2 .card.overlap-short-blurb .item-blurb-container .main-content .trip-name-pricing .trip-pricing {
    padding-bottom: 5px
}

.trip-card-layout-2 .card.overlap-short-blurb .item-blurb-container .main-content .trip-name-pricing .trip-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.trip-card-layout-2 .card.overlap-short-blurb .item-blurb-container .main-content .trip-name-pricing .trip-pricing {
    font-size: 13px
}

.trip-card-layout-2 .view-details-button {
    width: 100%;
    border: 2px solid
}

.trip-card-layout-2.trip-card-layout-2-advance .trip-name {
    white-space: nowrap;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 12px -5px 12px;
    color: black
}

.trip-card-layout-2.trip-card-layout-2-advance .trip-pricing {
    width: auto
}

.trip-card-layout-2.trip-card-layout-2-advance .trip-pricing .advt-pricing-prefix, .trip-card-layout-2.trip-card-layout-2-advance .trip-pricing .advt-pricing-suffix {
    font-size: 12px;
    display: inline-block
}

.trip-card-layout-2.trip-card-layout-2-advance .trip-pricing .advt-pricing-prefix {
    float: left;
    margin-top: -2px;
    margin-right: 3px
}

.trip-card-layout-2.trip-card-layout-2-advance .trip-pricing .advt-pricing-amount {
    float: left;
    line-height: 20px
}

.trip-card-layout-2.trip-card-layout-2-advance .trip-pricing .advt-pricing-suffix {
    float: right;
    margin-top: 6px;
    margin-left: 3px
}

.trip-card-layout-3 {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 100%;
    margin: 0 -4px 38px 0;
    height: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .trip-card-layout-3 {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .trip-card-layout-3 {
        float: left;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .trip-card-layout-3 {
        float: left;
        width:33.333333%
    }
}

.tour-carousel.slick-initialized .trip-card-layout-3 {
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .tour-carousel.slick-initialized .trip-card-layout-3 {
        max-width: none;
        min-width: initial
    }
}

.trip-card-layout-3 .img-block {
    overflow: hidden;
    position: relative;
    height: 270px;
    margin: 0 0 117px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.75)
}

.trip-card-layout-3 .img-block img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%
}

.trip-card-layout-3 .box {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    text-align: center
}

.trip-card-layout-3 .box .box-holder {
    padding: 15px 15px 20px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25)
}

@media (min-width: 992px) {
    .trip-card-layout-3 .box .box-holder {
        padding:7px 10px 10px;
    }
}

.trip-card-layout-3 .box .box-holder h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    color: #333333
}

.trip-card-layout-3 .box .location-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 16px;
    color: #666;
    justify-content: center;
    margin: 0 -8px 15px;
    display: flex;
    flex-wrap: wrap;
    transition: color linear .3s
}

@media (min-width: 992px) {
    .trip-card-layout-3 .box .location-list {
        font-size: 16px;
        line-height: 18px
    }
}

.trip-card-layout-3 .box .location-list li {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 8px
}

.trip-card-layout-3 .box .location-list i {
    padding: 0 6px 0 0
}

.trip-card-layout-3 .btn {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing:0;
    outline: none !important;
    box-shadow: none;
    min-width: 230px;
    white-space: normal;
    text-transform: uppercase;
    transition: background linear .3s, color linear .3s
}

.trip-card-layout-3 .btn.min-size {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.trip-card-layout-3 .btn:hover, .trip-card-layout-3 .btn:focus {
    outline: none;
    box-shadow: none
}

@media (min-width: 768px) {
    .trip-card-layout-3 .btn {
        width: 100%;
        min-width: auto
    }
}

@media (min-width: 992px) {
    .trip-card-layout-3 .btn {
        padding: 11px 12px
    }
}

@media (min-width: 1200px) {
    .trip-card-layout-3 .btn {
        font-size: 20px;
        line-height:0
    }
}

.trip-card-layout-3 .btn {
    white-space: nowrap;
        padding: 20px 0;
}

.trip-card-layout-3 .btn .inner {
    padding: 0
}

.trip-card-layout-3 .btn:hover .price:after {
    background: #fff
}

.trip-card-layout-3 .btn[class*='btn-fill'] .price:after {
    background: #fff0
}

.trip-card-layout-3 .btn span {
    position: relative;
    display: inline-block;
    vertical-align: top;
   font-size: 12px
}

@media (min-width: 1200px) {
    .trip-card-layout-3 .btn span {
        padding: 0 11px
    }
}

.trip-card-layout-3 .btn span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #ee2424;
    transition: background linear .3s
}

@media (min-width: 1200px) {
    .trip-card-layout-3 .btn span:after {
        right: 3px
    }
}

.trip-card-layout-3 .btn span:last-child:after {
    display: none
}

.location-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #8e8e8e;
    margin: 0 -8px;
    transition: color linear .3s
}

.location-list li {
    padding: 0 8px
}

.location-list i {
    padding: 0 6px 0 0
}

.trip-card-layout-4 {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    width: 100%;
    padding: 0 0 20px;
    text-align: left;
    padding: 0 15px 30px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .trip-card-layout-4 {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .trip-card-layout-4 {
        float: left;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .trip-card-layout-4 {
        float: left;
        width: 33.33333333%
    }
}

.trip-card-layout-4 .img-block {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 320px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
}

.trip-card-layout-4 .img-block img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%
}

.trip-card-layout-4 .img-block:hover .box {
    padding-bottom: 23px;
    background-color: rgba(70, 166, 174, 0.9);
    top: 0
}

.trip-card-layout-4 .img-block:hover .box-content h3 {
    white-space: normal;
    max-width: 70%
}

.trip-card-layout-4 .box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 15px 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.42857;
    min-height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color linear .3s;
    transition: background-color linear .3s
}

.trip-card-layout-4 .box .box-heading {
    margin: 0 0 7px
}

.trip-card-layout-4 .box .box-heading .location-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    color: #fff;
    margin: 0 -8px 8px
}

.trip-card-layout-4 .box .box-heading .location-list .fa {
    color: #fff
}

.trip-card-layout-4 .box .box-heading .location-list li {
    font-weight: bold
}

.trip-card-layout-4 .box .box-heading .location-list .location {
    flex-grow: 1
}

.trip-card-layout-4 .box .box-text {
    border-top: 1px solid #fff;
    padding: 15px 0 0;
    line-height: 1.642857;
    overflow: hidden;
    display: none
}

.trip-card-layout-4 .box .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.trip-card-layout-4 .box .box-content .price {
    font-size: 20px;
    font-family: Lato
}

.trip-card-layout-4 .box .box-content h3 {
    font-size: 20px;
    line-height: 1.3;
    text-transform: none;
    max-width: 79%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 3px
}

@media (min-width: 1199px) {
    .trip-card-layout-4 .box h3 {
        font-size: 20px;
        line-height: 22px
    }
}

.trip-card-layout-5 {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 100%;
    margin: 0 -4px 38px 0;
    height: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .trip-card-layout-5 {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .trip-card-layout-5 {
        float: left;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .trip-card-layout-5 {
        float: left;
        width: 33.33333333%
    }
}

.trip-card-layout-5 .cards-holder {
    position: relative;
    height: 567px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 4px
}

.trip-card-layout-5 .img-block {
    overflow: hidden;
    position: relative;
    margin: 0;
    height: 255px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25)
}

.trip-card-layout-5 .img-block img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%
}

.trip-card-layout-5 .coupon-code-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff
}

.trip-card-layout-5 .coupon-code-badge .coupon-code {
    font-weight: bold;
    line-height: 1;
    color: black;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d6d6d6;
    text-transform: uppercase
}

@media (max-width: 360px) {
    .trip-card-layout-5 .coupon-code-badge .coupon-code {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.trip-card-layout-5 .coupon-code-badge:after {
    position: absolute;
    content: "";
    top: 0
}

.trip-card-layout-5 .coupon-code-badge-small:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -66px;
    width: 29px;
    height: 36px;
    right: -28px
}

.trip-card-layout-5 .coupon-code-badge-small .coupon-code {
    padding-right: 1px
}

.trip-card-layout-5 .box {
    position: relative;
    left: 0;
    right: 0;
    text-align: left;
    overflow: hidden
}

.trip-card-layout-5 .box .box-holder {
    padding: 9px 15px 20px;
    background: rgba(255, 255, 255, 0.95)
}

.trip-card-layout-5 .box .box-holder h3 {
    font-size: 18px;
    color: #333333;
    margin: 0 0 4px;
    line-height: 1.3em
}

.trip-card-layout-5 .box .box-holder .text-block {
    margin-top: 7px;
    line-height: 1.5;
    color: #666666;
    overflow: hidden
}

.trip-card-layout-5 .box .box-holder .text-block .fix-description-height {
    max-height: 96px;
    overflow: hidden
}

.trip-card-layout-5 .box .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 11px 0
}

.trip-card-layout-5 .box .price-block .title {
    font-size: 16px;
    line-height: 18px;
    color: #666666;
    font-weight: bold
}

.trip-card-layout-5 .box .price-block .price {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #ee2424
}

.trip-card-layout-5 .box .location-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -8px 7px
}

.trip-card-layout-5 .box .location-list .location, .trip-card-layout-5 .box .location-list .duration {
    line-height: 1.3em;
    padding-bottom: 4px
}

.trip-card-layout-5 .box .location-list li {
    font-size: 15px;
    max-width: 100%;
    padding: 0 8px 6px;
    font-weight: bold
}

.trip-card-layout-5 .box .location-list .fa {
    color: #ee2424
}

.trip-card-layout-5 .btn {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 15px;
    width: auto
}

.section-title-embellishment-star {
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 29px
}

@media (min-width: 768px) {
    .section-title-embellishment-star {
        font-size: 24px
    }
}

@media (min-width: 992px) {
    .section-title-embellishment-star {
        font-size: 32px
    }
}

.section-title-embellishment-star .decor-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 160px;
    height: 20px;
    overflow: hidden;
    padding: 5px 0 0
}

.section-title-embellishment-star .decor-line:before, .section-title-embellishment-star .decor-line:after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 6px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    right: -8px;
    height: auto;
    width: 75px;
    transform: skewX(-45deg)
}

.section-title-embellishment-star .decor-line:after {
    left: -8px;
    right: auto;
    transform: skewX(45deg)
}

.section-title-embellishment-star .decor-line .star {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    z-index: 999
}

.section-title-embellishment-star .decor-line .star:before, .section-title-embellishment-star .decor-line .star:after {
    content: '';
    position: absolute;
    top: 2px;
    width: 0;
    height: 0
}

.section-title-embellishment-star .decor-line .star:before {
    left: 1px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid;
    transform: rotate(-36deg)
}

.section-title-embellishment-star .decor-line .star:after {
    right: 1px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid;
    transform: rotate(36deg)
}

.section-title-embellishment-star .decor-line .star i {
    position: absolute;
    top: -8px;
    left: -2px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid
}

.section-title-embellishment-star .decor-line .star i:before, .section-title-embellishment-star .decor-line .star i:after {
    content: '';
    position: absolute;
    top: 4px;
    width: 0;
    height: 0
}

.section-title-embellishment-star .decor-line .star i:before {
    left: -9px;
    border-top: 4px solid transparent;
    border-right: 8px solid;
    border-bottom: 4px solid transparent;
    transform: rotate(25deg)
}

.section-title-embellishment-star .decor-line .star i:after {
    right: -9px;
    border-top: 4px solid transparent;
    border-left: 8px solid;
    border-bottom: 4px solid transparent;
    transform: rotate(-25deg)
}

.section-title-side-lines .heading-decor {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 55px;
    margin: 0 0 22px
}

@media (min-width: 768px) {
    .section-title-side-lines .heading-decor {
        font-size: 24px
    }
}

@media (min-width: 992px) {
    .section-title-side-lines .heading-decor {
        font-size: 32px
    }
}

.section-title-side-lines .heading-decor:before, .section-title-side-lines .heading-decor:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 2px;
    color: inherit;
    background: currentColor
}

.section-title-side-lines .heading-decor:after {
    left: auto;
    right: 0
}

.section-title-left-aligned {
    text-align: left;
    overflow: hidden;
    padding: 0 50px 0 0
}

.section-title-left-aligned:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    color: inherit;
    background: currentColor;
    padding: 0 9999px 0 0;
    margin: 0 -9999px 0 10px
}

@media (min-width: 992px) {
    .section-title-left-aligned {
        line-height: 1.25
    }
}

.section-type-accreditations {
    padding-left: 0;
    padding-right: 0
}

.section-type-accreditations .section-title .title h2 {
    color: inherit
}

.section-type-accreditations .section-title .title h2:after {
    border-color: inherit
}

.section-type-accreditations .content .flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

.section-type-accreditations .content.count-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

@media (min-width: 992px) {
    .section-type-accreditations .content.count-2, .section-type-accreditations .content.count-3 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center
    }
}

.section-type-accreditations .content .logo-item {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 10px 50px 25px
}

@media (min-width: 768px) {
    .section-type-accreditations .content .logo-item {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width: 992px) {
    .section-type-accreditations .content .logo-item {
        float: left;
        width: 25%
    }
}

@media (max-width: 767px) {
    .section-type-accreditations .content .logo-item {
        padding-left: 30px;
        padding-right: 30px
    }
}

.section-type-accreditations .content .logo-item .logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    max-height: 140px
}

.section-type-accreditations .content.left-align .logo-item .logo {
    margin-left: 0
}

.section-type-body .content {
    text-align: left
}

.section-type-body .content.text-align-left {
    text-align: left
}

.section-type-body .content.text-align-center {
    text-align: center
}

.section-type-description .section-title .title h2 {
    color: inherit
}

.section-type-description .section-title .title h2:after {
    border-color: inherit
}

.section-type-description .content-holder {
    display: flex;
    flex-wrap: wrap
}

.section-type-description .content-holder.image-align-left .text-block {
    order: 2
}

@media (min-width: 768px) {
    .section-type-description .content-holder.image-align-left .text-block {
        padding: 0 10px 0 25px
    }
}

@media (min-width: 992px) {
    .section-type-description .content-holder.image-align-left .text-block {
        padding: 0 55px 0 39px
    }
}

.section-type-description .content-holder.image-align-left .img-block {
    order: 1;
    margin: 0 0 15px
}

@media (min-width: 768px) {
    .section-type-description .content-holder.image-align-left .img-block {
        margin: 0
    }
}

.section-type-description .content-holder.image-align-bottom .text-block {
    width: 100%
}

.section-type-description .content-holder.image-align-bottom .img-block {
    width: 100%
}

.section-type-description .content-holder .text-block.text-align-left {
    text-align: left
}

.section-type-description .content-holder .text-block.text-align-center {
    text-align: center
}

@media (min-width: 768px) {
    .section-type-description .content-holder .text-block {
        width: 55%;
        padding: 0 35px 0 0
    }
}

@media (min-width: 992px) {
    .section-type-description .content-holder .text-block {
        width: 64%;
        padding: 0 50px 0 0
    }
}

.section-type-description .content-holder .text-block p {
    margin: 0 0 26px
}

.section-type-description .content-holder .text-block.no-image-block {
    width: 100%
}

.section-type-description .content-holder .img-block {
    width: 100%
}

@media (min-width: 768px) {
    .section-type-description .content-holder .img-block {
        width: 45%;
        padding: 5px 0 0
    }
}

@media (min-width: 992px) {
    .section-type-description .content-holder .img-block {
        width: 36%
    }
}

.section-type-description .content-holder .img-block img {
    width: 100%
}

.section-type-team {
    padding-bottom: 0;
    margin-bottom: -25px
}

.section-type-team .section-title .title h2 {
    color: inherit
}

.section-type-team .section-title .title h2:after {
    border-color: inherit
}

.section-type-team .team-member {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
    text-align: center
}

@media (min-width: 992px) {
    .section-type-team .team-member {
        float: left;
        width: 50%
    }
}

@media (min-width: 768px) {
    .section-type-team .team-member {
        float: left;
        width: 50%
    }
}

.section-type-team .team-member .profile .profile-pic {
    border-radius: 50%;
    border: 1px solid #979797;
    height: 165px;
    width: 165px;
    margin: auto
}

.section-type-team .team-member .profile .info {
    padding-top: 15px;
    line-height: 1
}

.section-type-team .team-member .profile .info .name {
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: break-word
}

.section-type-team .team-member .profile .info .designation {
    word-wrap: break-word;
    padding-top: 8px
}

.section-type-team .team-member .profile .info .social-links {
    padding-top: 8px
}

.section-type-team .team-member .profile .info .social-links ul {
    margin-bottom: 0;
    padding: 0
}

.section-type-team .team-member .profile .info .social-links ul li {
    display: inline;
    padding-right: 10px
}

.section-type-team .team-member .profile .info .social-links ul li div {
    display: inline-block
}

.section-type-team .team-member .profile .info .social-links ul li div.facebook:hover i {
    background-color: #3B5998
}

.section-type-team .team-member .profile .info .social-links ul li div.twitter:hover i {
    background-color: #55ACEE
}

.section-type-team .team-member .profile .info .social-links ul li div.linkedin:hover i {
    background-color: #0077B5
}

.section-type-team .team-member .description {
    padding-top: 15px
}

@media (min-width: 992px) {
    .section-type-team .team-member.left-child {
        padding-right: 50px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-team .team-member.left-child {
        padding-right: 25px
    }
}

@media (min-width: 992px) {
    .section-type-team .team-member.right-child {
        padding-left: 50px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-team .team-member.right-child {
        padding-left: 25px
    }
}

@media (min-width: 992px) {
    .section-type-team .team-member.count-1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-team .team-member.count-1 {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-team .team-member.count-1 {
        margin-left: 25%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-team .team-member.count-1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-team .team-member.count-1 {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-team .team-member.count-1 {
        margin-left: 16.66666667%
    }
}

@media (min-width: 992px) {
    .section-type-team .team-member.no-description.desktop-1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .section-type-team .team-member.no-description.desktop-2 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .section-type-team .team-member.no-description.desktop-3 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .section-type-team .team-member.no-description.desktop-4 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-team .team-member.no-description.desktop-1 {
        float: left;
        width: 100%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-team .team-member.no-description.desktop-2 {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-team .team-member.no-description.desktop-3 {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-team .team-member.no-description.desktop-4 {
        float: left;
        width: 25%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-team .team-member.no-description.tab-1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .section-type-team .team-member.no-description.tab-2, .section-type-team .team-member.no-description.tab-4 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .section-type-team .team-member.no-description.tab-3 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-team .team-member.no-description.tab-1 {
        float: left;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-team .team-member.no-description.tab-2, .section-type-team .team-member.no-description.tab-4 {
        float: left;
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-team .team-member.no-description.tab-3 {
        float: left;
        width: 33.33333333%
    }
}

.section-type-team .team-member .social_media_icon {
    background-color: #B5B5B5;
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.section-type-team .team-member .social_media_icon :hover {
    background-color: #ee2424;
    border-radius: 50%
}

.section-type-team .team-member .social_media_icon .fa {
    padding: 8px;
    font-size: 16px;
    color: white;
    width: 30px;
    height: 30px
}

.section-type-team .team-member-accordion {
    text-align: left
}

.section-type-team .team-member-accordion .team-member-card {
    width: 159px;
    margin: 20px 20px 20px 0;
    display: inline-block;
    vertical-align: top
}

.section-type-team .team-member-accordion .team-member-card h2 {
    width: 158px;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #F7602E;
    padding: 5px 0;
    border-bottom: #CCC solid 1px;
    line-height: 18px
}

.section-type-team .team-member-accordion .team-member-card .team-member-box {
    height: 153px;
    width: 158px;
    padding: 5px 5px 0 5px;
    -webkit-box-shadow: 0 1px 4px -2px #000000;
    box-shadow: 0 1px 4px -2px #000000
}

.section-type-team .team-member-accordion .team-member-info {
    position: relative;
    background-color: #eee;
    padding: 20px 40px 20px 20px;
    height: auto;
    margin-top: 15px;
    text-align: center
}

.section-type-team .team-member-accordion .team-member-info .fa {
    color: black
}

.section-type-team .team-member-accordion .team-member-info .social-links li {
    padding: 0 5px
}

.section-type-team .team-member-accordion .team-member-info .social-links .social_media_icon {
    background-color: #B5B5B5;
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.section-type-team .team-member-accordion .team-member-info .social-links .social_media_icon :hover {
    background-color: #ee2424;
    border-radius: 50%
}

.section-type-team .team-member-accordion .team-member-info .social-links .social_media_icon.facebook:hover i {
    background-color: #3B5998
}

.section-type-team .team-member-accordion .team-member-info .social-links .social_media_icon.twitter:hover i {
    background-color: #55ACEE
}

.section-type-team .team-member-accordion .team-member-info .social-links .social_media_icon.linkedin:hover i {
    background-color: #0077B5
}

.section-type-team .team-member-accordion .team-member-info .social-links .social_media_icon .fa {
    padding: 8px;
    font-size: 16px;
    color: white;
    width: 30px;
    height: 30px
}

.section-type-team .team-member-accordion .team-member-info .name-designation li {
    border-right: #999 solid 1px
}

.section-type-team .team-member-accordion .team-member-info ul {
    margin: 0 0 5px 0;
    padding: 0
}

.section-type-team .team-member-accordion .team-member-info ul li {
    width: auto;
    cursor: auto;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase
}

.section-type-team .team-member-accordion .team-member-info ul li:first-child {
    padding-left: 0
}

.section-type-team .team-member-accordion .team-member-info ul li:last-child {
    border-right: 0
}

.section-type-team .team-member-accordion .team-member-info a.close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 12px;
    height: 14px
}

.section-type-team .team-member-accordion .mrgNone {
    margin-right: 0
}

.section-type-team .team-member-accordion .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.section-type-testimonial .section-title .title h2 {
    color: inherit
}

.section-type-testimonial .section-title .title h2:after {
    border-color: inherit
}

.section-type-testimonial .testimonials .testimonial {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    line-height: 1.5
}

@media (min-width: 992px) {
    .section-type-testimonial .testimonials .testimonial {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width: 768px) {
    .section-type-testimonial .testimonials .testimonial {
        float: left;
        width: 50%
    }
}

.section-type-testimonial .testimonials .testimonial .message {
    margin: 0;
    font-size: 16px;
    word-wrap: break-word
}

.section-type-testimonial .testimonials .testimonial .message:before, .section-type-testimonial .testimonials .testimonial .message:after {
    content: '"';
    font-size: 16px
}

.section-type-testimonial .testimonials .testimonial .customer {
    text-align: center;
    margin-top: 10px
}

.section-type-testimonial .testimonials .testimonial .customer .profile-pic {
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    border: 1px solid #979797
}

.section-type-testimonial .testimonials .testimonial .customer .info {
    text-align: left;
    padding-left: 10px;
    display: inline-block
}

.section-type-testimonial .testimonials .testimonial .customer .info .name {
    font-weight: bold;
    font-size: 16px
}

.section-type-testimonial .testimonials .testimonial .customer .info .no-customer-profile {
    line-height: 50px
}

.section-type-testimonial .testimonials .testimonial .customer .info .customer-profile {
    font-size: 14px;
    font-weight: normal
}

.section-type-testimonial .testimonials .testimonial .customer .info .customer-profile, .section-type-testimonial .testimonials .testimonial .customer .info .name {
    word-wrap: break-word
}

@media (min-width: 992px) {
    .section-type-testimonial .testimonials .testimonial.count-1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-testimonial .testimonials .testimonial.count-1 {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-testimonial .testimonials .testimonial.count-1 {
        margin-left: 16.66666667%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-testimonial .testimonials .testimonial.count-1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-testimonial .testimonials .testimonial.count-1 {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-testimonial .testimonials .testimonial.count-1 {
        margin-left: 16.66666667%
    }
}

@media (min-width: 992px) {
    .section-type-testimonial .testimonials .testimonial.count-1 .message {
        font-size: 22px
    }

    .section-type-testimonial .testimonials .testimonial.count-1 .message:before, .section-type-testimonial .testimonials .testimonial.count-1 .message:after {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    .section-type-testimonial .testimonials .testimonial.count-2 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-testimonial .testimonials .testimonial.count-2 {
        float: left;
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-testimonial .testimonials .testimonial.count-2 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-testimonial .testimonials .testimonial.count-2 {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .section-type-testimonial .testimonials .testimonial.count-2 .message {
        font-size: 18px
    }

    .section-type-testimonial .testimonials .testimonial.count-2 .message:before, .section-type-testimonial .testimonials .testimonial.count-2 .message:after {
        font-size: 18px
    }
}

.section-type-testimonial .testimonials .testimonial.count-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
    .section-type-testimonial .testimonials .testimonial.count-3 {
        float: left;
        width: 33.33333333%
    }
}

.section-type-testimonial .testimonials .testimonial.left-align {
    text-align: left
}

.section-type-testimonial .testimonials .testimonial.left-align .customer {
    text-align: left
}

.section-type-tour-cards .section-title .title h2 {
    color: inherit
}

.section-type-tour-cards .section-title .title h2:after {
    border-color: inherit
}

.section-type-tour-cards .cards-content {
    margin-left: -15px;
    margin-right: -15px
}

.section-type-tour-cards .cards-content .trip-card {
    margin-bottom: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-type-tour-cards .cards-content .trip-card .bg-cover-container .trip-name, .section-type-tour-cards .cards-content .trip-card .bg-cover-container .trip-pricing {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 6px;
        padding-right: 6px;
        position: absolute;
        text-align: left
    }

    .section-type-tour-cards .cards-content .trip-card .bg-cover-container .trip-name {
        bottom: 25px
    }

    .section-type-tour-cards .cards-content .trip-card .bg-cover-container .trip-pricing {
        bottom: 0;
        padding-bottom: 12px
    }
}

.section-type-tour-cards .slick-slider .slick-prev {
    left: 0
}

.section-type-tour-cards .slick-slider .slick-next {
    right: 0
}

.section-type-tour-cards .slick-slider .slick-next, .section-type-tour-cards .slick-slider .slick-prev {
    width: auto
}

.section-type-contact-form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px
}

.section-type-contact-form .section-title .title h2 {
    color: inherit
}

.section-type-contact-form .section-title .title h2:after {
    border-color: inherit
}

@media (min-width: 992px) {
    .section-type-contact-form {
        float: left;
        width: 83.33333333%
    }
}

@media (min-width: 992px) {
    .section-type-contact-form {
        margin-left: 8.33333333%
    }
}

.section-type-contact-form .contact-form {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.section-type-contact-form .contact-form .personal-info, .section-type-contact-form .contact-form .message {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 992px) {
    .section-type-contact-form .contact-form .personal-info, .section-type-contact-form .contact-form .message {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-contact-form .contact-form .personal-info, .section-type-contact-form .contact-form .message {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .section-type-contact-form .contact-form .personal-info {
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .section-type-contact-form .contact-form .message {
        padding-right: 0
    }
}

.section-type-contact-form .contact-form .message textarea {
    resize: none
}

.section-type-contact-form .contact-form .submit-button {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.section-type-contact-form .contact-form .submit-button input {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 50px
}

.section-type-contact-form .contact-form .form-group {
    margin-bottom: 20px
}

.section-type-contact-form .contact-form .form-group .count-2, .section-type-contact-form .contact-form .form-group .count-3 {
    height: 114px
}

.section-type-contact-form .contact-form .form-group .count-4, .section-type-contact-form .contact-form .form-group .count-6 {
    height: 178px
}

.section-type-contact-form .contact-form .form-group .count-5 {
    height: 112px
}

.section-type-contact-form .contact-form .form-group .count-7 {
    height: 144px
}

.section-type-contact-form .contact-form .form-group .captcha-4, .section-type-contact-form .contact-form .form-group .captcha-6 {
    height: 210px
}

.section-type-contact-form .contact-form .form-group .captcha-5, .section-type-contact-form .contact-form .form-group .captcha-7 {
    height: 144px
}

.section-type-contact-form .contact-form .form-group .form-control {
    border-radius: 0
}

.section-type-contact-form .contact-form .form-group .form-control textarea {
    resize: none
}

.section-type-contact-form .contact-form .progress-bar {
    height: 50px;
    width: 100%;
    display: none;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    color: white !important
}

@media (max-width: 767px) {
    .section-type-contact-form .contact-form .progress-bar {
        line-height: 25px
    }
}

@media (max-width: 767px) {
    .section-type-contact-form .contact-form .form-group {
        margin-bottom: 10px
    }
}

.section-type-address {
    position: initial;
    clear: both
}

.section-type-address .addresses {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
    .section-type-address .addresses {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
}

.section-type-address .section-title .title h2 {
    color: inherit
}

.section-type-address .section-title .title h2:after {
    border-color: inherit
}

.section-type-address .address-block {
    text-align: left;
    padding-bottom: 20px;
    cursor: pointer;
    background-color: #fff;
    color: #333
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .section-type-address .address-block {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .section-type-address .address-block {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-address .address-block {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width: 992px) {
    .section-type-address .address-block .title {
        margin-left: -15px
    }
}

.section-type-address .address-block .title h3 {
    margin-top: 0;
    margin-bottom: 0;
    color:#000
}

.section-type-address .address-block .address, .section-type-address .address-block .email, .section-type-address .address-block .phone {
    padding-top: 5px
}

@media (min-width: 992px) {
    .section-type-address .address-block .address, .section-type-address .address-block .email, .section-type-address .address-block .phone {
        padding-left: 5px
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .section-type-address .address-block .address, .section-type-address .address-block .email, .section-type-address .address-block .phone {
        padding-left: 25px
    }
}

.section-type-address .address-block .address p, .section-type-address .address-block .email p, .section-type-address .address-block .phone p {
    margin: 0
}

.section-type-address .address-block .email .contact-email-addresss {
    display: inline;
    word-wrap: break-word
}

.section-type-address .address-block .icon {
    position: absolute;
    left: 0
}

@media (min-width: 992px) {
    .section-type-address .address-block.count-1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 1.7;
        text-align: center
    }

    .section-type-address .address-block.count-1 .title {
        display: none
    }

    .section-type-address .address-block.count-1 .address, .section-type-address .address-block.count-1 .email, .section-type-address .address-block.count-1 .phone {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 22px
    }

    .section-type-address .address-block.count-1 .icon {
        font-size: 50px;
        position: initial
    }

    .section-type-address .address-block.count-1.arrow-down:after {
        border-top-color: #fff;
        bottom: -20px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-address .address-block.count-1 {
        float: left;
        width: 100%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-address .address-block.count-1 .address, .section-type-address .address-block.count-1 .email, .section-type-address .address-block.count-1 .phone {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-address .address-block.count-1 .address {
        left: 33.33333333%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-address .address-block.count-1 .phone {
        right: 33.33333333%
    }
}

@media (min-width: 992px) {
    .section-type-address .address-block.count-2, .section-type-address .address-block.count-3 {
        margin-bottom: 0;
        padding: 15px 30px !important;
        border: solid 1px #DDDDDD
    }

    .section-type-address .address-block.count-2 .icon, .section-type-address .address-block.count-3 .icon {
        margin-left: 10px;
        width: 20px;
        text-align: center
    }

    .section-type-address .address-block.count-2.arrow-down, .section-type-address .address-block.count-3.arrow-down {
        background: #fbfbfb
    }

    .section-type-address .address-block.count-2.arrow-down:after, .section-type-address .address-block.count-3.arrow-down:after {
        bottom: -20px
    }
}

@media (min-width: 992px) {
    .section-type-address .address-block.count-2 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .section-type-address .address-block.count-2 .address, .section-type-address .address-block.count-2 .email, .section-type-address .address-block.count-2 .phone {
        font-size: 18px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-address .address-block.count-2 {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .section-type-address .address-block.count-3 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .section-type-address .address-block.count-3 .address, .section-type-address .address-block.count-3 .email, .section-type-address .address-block.count-3 .phone {
        font-size: 16px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-address .address-block.count-3 {
        float: left;
        width: 33.33333333%
    }
}

.section-type-address .address-block.arrow-down:after {
    border-top: 20px solid #fbfbfb;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -21px;
    width: 0;
    height: 0;
    z-index: 100
}

@media (max-width: 767px) {
    .section-type-address .address-block.arrow-down:after {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-address .address-block.arrow-down:after {
        display: none !important
    }
}

@media (max-width: 767px) {
    .section-type-address .address-block .address, .section-type-address .address-block .email, .section-type-address .address-block .phone {
        padding-top: 10px
    }
}

.section-type-address .map {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 450px
}

@media (min-width: 992px) {
    .section-type-address .map {
        float: left;
        width: 100%
    }
}

.section-type-address .map .map-container {
    border: 1px solid #DDD;
    height: 100%
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .section-type-tripadvisor-widget:first-child {
        border-top: 0
    }

    .section-type-tripadvisor-widget:last-child {
        border-bottom: 0
    }

    .section-type-tripadvisor-widget .section-title .title h1:after, .section-type-tripadvisor-widget .section-title .title .h1:after, .section-type-tripadvisor-widget .section-title .title h2:after, .section-type-tripadvisor-widget .section-title .title .h2:after {
        display: none !important
    }
}

.section-type-tripadvisor-widget .section-title .title h2 {
    color: inherit
}

.section-type-tripadvisor-widget .section-title .title h2:after {
    border-color: inherit
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget .section-title, .section-type-tripadvisor-widget .content {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-tripadvisor-widget .section-title, .section-type-tripadvisor-widget .content {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget .section-title {
        float: right !important;
        float: right;
        text-align: left;
        margin-top: -10px
    }

    .section-type-tripadvisor-widget .section-title h2 {
        line-height: 1 !important;
        font-size: 92px;
        font-weight: 300
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget .content {
        float: left !important;
        float: left
    }
}

.section-type-tripadvisor-widget .content .tripadvisor-iframe {
    display: none
}

.section-type-tripadvisor-widget .content .tripadvisor-iframe > div:first-child > img {
    display: none
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget .content .tripadvisor-iframe {
        float: right !important;
        float: right
    }
}

@media (max-width: 767px) {
    .section-type-tripadvisor-widget .content .tripadvisor-iframe > div:first-child > div:first-child {
        width: 280px !important
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget .content .tripadvisor-iframe > div:first-child > div:first-child {
        width: 410px !important
    }
}

.section-type-tripadvisor-widget .content .tripadvisor-dummy img {
    width: 100%
}

@media (max-width: 767px) {
    .section-type-tripadvisor-widget .content .tripadvisor-dummy img {
        width: 90%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget .content .tripadvisor-dummy img {
        width: 60%
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget .content .tripadvisor-dummy {
        float: right
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .section-type-tripadvisor-widget .content .TA_links, .section-type-tripadvisor-widget .section-title .TA_links {
        padding-left: 0;
        margin-bottom: 0;
        line-height: normal
    }

    .section-type-tripadvisor-widget .content .tripadvisor-style .tripadvisor-widget, .section-type-tripadvisor-widget .section-title .tripadvisor-style .tripadvisor-widget {
        vertical-align: middle
    }

    .section-type-tripadvisor-widget .content .tripadvisor-style .tripadvisor-widget > img, .section-type-tripadvisor-widget .section-title .tripadvisor-style .tripadvisor-widget > img {
        display: none
    }

    .section-type-tripadvisor-widget .content .tripadvisor-style .TA_cdsratingsonlynarrow, .section-type-tripadvisor-widget .section-title .tripadvisor-style .TA_cdsratingsonlynarrow {
        line-height: initial !important
    }

    .section-type-tripadvisor-widget .content .tripadvisor-style .widCOE, .section-type-tripadvisor-widget .section-title .tripadvisor-style .widCOE {
        margin: 0 !important
    }

    .section-type-tripadvisor-widget .content .tripadvisor-style .widEXC, .section-type-tripadvisor-widget .section-title .tripadvisor-style .widEXC {
        position: relative !important;
        margin: 0 !important
    }

    .section-type-tripadvisor-widget .content .tripadvisor-style .widPER, .section-type-tripadvisor-widget .section-title .tripadvisor-style .widPER {
        position: relative !important
    }

    .section-type-tripadvisor-widget .content .tripadvisor-style .widFRR, .section-type-tripadvisor-widget .section-title .tripadvisor-style .widFRR {
        margin: 0 !important
    }
}

.section-type-tripadvisor-widget.one-badge, .section-type-tripadvisor-widget.two-badge, .section-type-tripadvisor-widget.three-badge, .section-type-tripadvisor-widget.four-badge, .section-type-tripadvisor-widget.strip {
    border-top: 0;
    border-bottom: 0
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.one-badge, .section-type-tripadvisor-widget.two-badge, .section-type-tripadvisor-widget.three-badge, .section-type-tripadvisor-widget.four-badge, .section-type-tripadvisor-widget.strip {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .section-type-tripadvisor-widget.one-badge.embelishment-a .section-title, .section-type-tripadvisor-widget.two-badge.embelishment-a .section-title, .section-type-tripadvisor-widget.three-badge.embelishment-a .section-title, .section-type-tripadvisor-widget.four-badge.embelishment-a .section-title, .section-type-tripadvisor-widget.one-badge.embelishment-b .section-title, .section-type-tripadvisor-widget.two-badge.embelishment-b .section-title, .section-type-tripadvisor-widget.three-badge.embelishment-b .section-title, .section-type-tripadvisor-widget.four-badge.embelishment-b .section-title, .section-type-tripadvisor-widget.one-badge.embelishment-c .section-title, .section-type-tripadvisor-widget.two-badge.embelishment-c .section-title, .section-type-tripadvisor-widget.three-badge.embelishment-c .section-title, .section-type-tripadvisor-widget.four-badge.embelishment-c .section-title {
        display: none
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.one-badge.embelishment-a .content, .section-type-tripadvisor-widget.two-badge.embelishment-a .content, .section-type-tripadvisor-widget.three-badge.embelishment-a .content, .section-type-tripadvisor-widget.four-badge.embelishment-a .content, .section-type-tripadvisor-widget.one-badge.embelishment-b .content, .section-type-tripadvisor-widget.two-badge.embelishment-b .content, .section-type-tripadvisor-widget.three-badge.embelishment-b .content, .section-type-tripadvisor-widget.four-badge.embelishment-b .content, .section-type-tripadvisor-widget.one-badge.embelishment-c .content, .section-type-tripadvisor-widget.two-badge.embelishment-c .content, .section-type-tripadvisor-widget.three-badge.embelishment-c .content, .section-type-tripadvisor-widget.four-badge.embelishment-c .content {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (min-width: 768px),(min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-tripadvisor-widget.one-badge.embelishment-a .content, .section-type-tripadvisor-widget.two-badge.embelishment-a .content, .section-type-tripadvisor-widget.three-badge.embelishment-a .content, .section-type-tripadvisor-widget.four-badge.embelishment-a .content, .section-type-tripadvisor-widget.one-badge.embelishment-b .content, .section-type-tripadvisor-widget.two-badge.embelishment-b .content, .section-type-tripadvisor-widget.three-badge.embelishment-b .content, .section-type-tripadvisor-widget.four-badge.embelishment-b .content, .section-type-tripadvisor-widget.one-badge.embelishment-c .content, .section-type-tripadvisor-widget.two-badge.embelishment-c .content, .section-type-tripadvisor-widget.three-badge.embelishment-c .content, .section-type-tripadvisor-widget.four-badge.embelishment-c .content {
        float: left;
        width: 100%
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.one-badge.embelishment-a .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.two-badge.embelishment-a .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.three-badge.embelishment-a .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.four-badge.embelishment-a .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.one-badge.embelishment-b .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.two-badge.embelishment-b .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.three-badge.embelishment-b .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.four-badge.embelishment-b .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.one-badge.embelishment-c .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.two-badge.embelishment-c .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.three-badge.embelishment-c .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.four-badge.embelishment-c .content .tripadvisor-style .tripadvisor-widget-container {
        max-height: 162px;
        line-height: 162px
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.embelishment-a .content .tripadvisor-style, .section-type-tripadvisor-widget.embelishment-b .content .tripadvisor-style, .section-type-tripadvisor-widget.embelishment-c .content .tripadvisor-style, .section-type-tripadvisor-widget.embelishment-a .section-title .tripadvisor-style, .section-type-tripadvisor-widget.embelishment-b .section-title .tripadvisor-style, .section-type-tripadvisor-widget.embelishment-c .section-title .tripadvisor-style {
        line-height: 144px
    }

    .section-type-tripadvisor-widget.embelishment-a .content .tripadvisor-widget, .section-type-tripadvisor-widget.embelishment-b .content .tripadvisor-widget, .section-type-tripadvisor-widget.embelishment-c .content .tripadvisor-widget, .section-type-tripadvisor-widget.embelishment-a .section-title .tripadvisor-widget, .section-type-tripadvisor-widget.embelishment-b .section-title .tripadvisor-widget, .section-type-tripadvisor-widget.embelishment-c .section-title .tripadvisor-widget {
        display: inline-block;
        border: 2px solid #52A985;
        padding: 5px;
        background-color: white
    }

    .section-type-tripadvisor-widget.embelishment-a .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.embelishment-b .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.embelishment-c .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.embelishment-a .section-title .tripadvisor-widget-container, .section-type-tripadvisor-widget.embelishment-b .section-title .tripadvisor-widget-container, .section-type-tripadvisor-widget.embelishment-c .section-title .tripadvisor-widget-container {
        background-repeat: no-repeat;
        height: auto;
        max-height: 154px
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.embelishment-a .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.embelishment-a .section-title .tripadvisor-widget-container {
        background-position: 50% 55%;
        background-image: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/tripadvisor/embelishment_a.png')
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.embelishment-a .content .tripadvisor-widget-container .tripadvisor-style, .section-type-tripadvisor-widget.embelishment-a .section-title .tripadvisor-widget-container .tripadvisor-style {
        line-height: normal
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-type-tripadvisor-widget.embelishment-a .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.embelishment-a .section-title .tripadvisor-widget-container {
        background-size: 450px
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.embelishment-b .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.embelishment-b .section-title .tripadvisor-widget-container {
        background-position: 50% 62%;
        background-image: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/tripadvisor/embelishment_b.png')
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.embelishment-c .content .tripadvisor-widget, .section-type-tripadvisor-widget.embelishment-c .section-title .tripadvisor-widget {
        border-color: white
    }

    .section-type-tripadvisor-widget.embelishment-c .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.embelishment-c .section-title .tripadvisor-widget-container {
        background-position: 50% 52%;
        background-image: url('https://dmgupcwbwy0wl.cloudfront.net/prod/assets/tripadvisor/embelishment_c.png')
    }
}

.section-type-tripadvisor-widget.strip .section-title {
    display: none
}

.section-type-tripadvisor-widget.strip .content .TA_cdsratingsonlywide > img, .section-type-tripadvisor-widget.strip .content .TA_cdsscrollingravenarrow > img, .section-type-tripadvisor-widget.strip .content .TA_cdsratingsonlynarrow > img {
    display: none
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.strip .content {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-tripadvisor-widget.strip .content {
        float: left;
        width: 100%
    }
}

@media (max-width: 767px) {
    .section-type-tripadvisor-widget.strip .content .TA_cdsscrollingravenarrow .TA_links img {
        width: 288px
    }
}

.section-type-tripadvisor-widget.strip .content #CDSSCROLLINGRAVE {
    width: 431px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .section-type-tripadvisor-widget.strip .content #CDSSCROLLINGRAVE {
        width: 288px
    }
}

.section-type-tripadvisor-widget.strip .content .cdsROW {
    width: 431px !important;
    margin: 0 auto
}

.section-type-tripadvisor-widget.strip .content .cdsROW .cdsLocName {
    max-width: initial !important
}

@media (max-width: 767px) {
    .section-type-tripadvisor-widget.strip .content .cdsROW {
        width: 288px !important
    }
}

.section-type-tripadvisor-widget.one-badge .section-title .tripadvisor-style, .section-type-tripadvisor-widget.two-badge .section-title .tripadvisor-style, .section-type-tripadvisor-widget.three-badge .section-title .tripadvisor-style, .section-type-tripadvisor-widget.four-badge .section-title .tripadvisor-style, .section-type-tripadvisor-widget.review-snippet-with-text .section-title .tripadvisor-style, .section-type-tripadvisor-widget.strip .section-title .tripadvisor-style {
    display: none
}

.section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title, .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title {
    margin-top: 0
}

@media (min-width: 768px) and (max-width: 991px),(min-width: 992px),(max-width: 767px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title, .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title {
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title .tripadvisor-style, .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title .tripadvisor-style {
        min-height: initial;
        line-height: normal
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title .tripadvisor-style, .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title .tripadvisor-style {
        text-align: center
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title .tripadvisor-style .tripadvisor-widget-container {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 222px;
        height: 222px;
        max-height: 222px;
        display: block
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title .tripadvisor-style .tripadvisor-widget-container {
        float: left;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title .tripadvisor-style .tripadvisor-widget-container {
        height: auto;
        margin-top: 25px;
        margin-bottom: 25px;
        min-height: 105px;
        max-height: 220px;
        line-height: 90px
    }
}

@media (max-width: 767px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title .tripadvisor-style .tripadvisor-widget-container {
        margin-top: 25px;
        margin-bottom: 25px
    }
}

.section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title .tripadvisor-style .tripadvisor-widget-container .tripadvisor-widget, .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title .tripadvisor-style .tripadvisor-widget-container .tripadvisor-widget {
    display: inline-block
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title .tripadvisor-style .tripadvisor-widget-container .tripadvisor-widget, .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title .tripadvisor-style .tripadvisor-widget-container .tripadvisor-widget {
        margin-top: 20px;
        margin-bottom: 20px;
        vertical-align: middle
    }
}

@media (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title .tripadvisor-style .tripadvisor-widget-container .tripadvisor-widget, .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title .tripadvisor-style .tripadvisor-widget-container .tripadvisor-widget {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge.embelishment-a .section-title .tripadvisor-widget-container, .section-type-tripadvisor-widget.review-snippet-with-two-badge.embelishment-a .section-title .tripadvisor-widget-container {
        background-position: 50% 55%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge.embelishment-a .section-title .tripadvisor-widget-container, .section-type-tripadvisor-widget.review-snippet-with-two-badge.embelishment-a .section-title .tripadvisor-widget-container {
        background-position: 50% 55%
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge.embelishment-b .section-title .tripadvisor-widget-container, .section-type-tripadvisor-widget.review-snippet-with-two-badge.embelishment-b .section-title .tripadvisor-widget-container {
        background-position: 50% 57%
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge.embelishment-c .section-title .tripadvisor-widget-container, .section-type-tripadvisor-widget.review-snippet-with-two-badge.embelishment-c .section-title .tripadvisor-widget-container {
        background-position: 50% 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge.embelishment-c .section-title .tripadvisor-widget-container, .section-type-tripadvisor-widget.review-snippet-with-two-badge.embelishment-c .section-title .tripadvisor-widget-container {
        min-height: 95px !important
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title .title h2 {
        font-size: 64px
    }
}

@media (max-width: 767px) {
    .section-type-tripadvisor-widget.review-snippet-with-one-badge .section-title .tripadvisor-style .tripadvisor-widget-container {
        line-height: normal
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title .title {
        display: none
    }
}

.section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title .tripadvisor-style .slick-dots {
    bottom: 10px !important
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.review-snippet-with-two-badge .section-title .tripadvisor-style .tripadvisor-widget-container:first-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.one-badge.text .section-title .title h1:after, .section-type-tripadvisor-widget.one-badge.text .section-title .title .h1:after, .section-type-tripadvisor-widget.one-badge.text .section-title .title h2:after, .section-type-tripadvisor-widget.one-badge.text .section-title .title .h2:after {
        display: none !important
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.one-badge.text .section-title {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
        margin-bottom: 0;
        height: 160px;
        display: table;
        padding-left: 30px
    }

    .section-type-tripadvisor-widget.one-badge.text .section-title .title {
        padding-bottom: 0;
        display: table-cell;
        vertical-align: middle
    }
}

@media (min-width: 992px) and (min-width: 768px),(min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-tripadvisor-widget.one-badge.text .section-title {
        float: left;
        width: 75%
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.one-badge.text .section-title h2 {
        font-size: 55px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.one-badge.text .section-title {
        text-align: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.one-badge.text .section-title {
        float: right !important
    }

    .section-type-tripadvisor-widget.one-badge.text .section-title h2 {
        font-size: 36px;
        font-weight: 300
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.one-badge.text .content {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-right: 30px;
        padding-left: 0;
        border-right: 2px solid #52A985
    }
}

@media (min-width: 992px) and (min-width: 768px),(min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-tripadvisor-widget.one-badge.text .content {
        float: left;
        width: 25%
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.one-badge.text .content .tripadvisor-style {
        float: right
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.one-badge.text .content .tripadvisor-style .tripadvisor-widget-container {
        min-height: 160px;
        line-height: 154px
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.one-badge.text .content .tripadvisor-style .tripadvisor-widget {
        display: inline-block;
        vertical-align: middle
    }
}

@media (max-width: 767px) {
    .section-type-tripadvisor-widget.one-badge .tripadvisor-widget-container {
        line-height: normal !important
    }
}

.section-type-tripadvisor-widget.one-badge .tripadvisor-widget-container .tripadvisor-widget {
    display: inline-block
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.two-badge.text .section-title {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding-left: 30px;
        margin-top: 0;
        margin-bottom: 0;
        height: 160px;
        display: table
    }

    .section-type-tripadvisor-widget.two-badge.text .section-title .title {
        padding-bottom: 0;
        display: table-cell;
        vertical-align: middle
    }

    .section-type-tripadvisor-widget.two-badge.text .section-title h2 {
        font-size: 55px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-tripadvisor-widget.two-badge.text .section-title {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.two-badge.text .section-title {
        display: none
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.two-badge.text .content {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        border-right: 2px solid #52A985;
        padding-right: 30px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-tripadvisor-widget.two-badge.text .content {
        float: left;
        width: 41.66666667%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.two-badge.text .content {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-tripadvisor-widget.two-badge.text .content {
        float: left;
        width: 100%
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.two-badge.text .content .tripadvisor-style {
        display: inline-block;
        float: right
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.two-badge.text .content .tripadvisor-style .tripadvisor-widget-container {
        position: relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        width: auto !important
    }

    .section-type-tripadvisor-widget.two-badge.text .content .tripadvisor-style .tripadvisor-widget-container:first-child .tripadvisor-widget {
        margin-right: 15px
    }

    .section-type-tripadvisor-widget.two-badge.text .content .tripadvisor-style .tripadvisor-widget-container:last-child .tripadvisor-widget {
        margin-left: 15px
    }
}

@media (min-width: 992px) and (min-width: 768px),(min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-tripadvisor-widget.two-badge.text .content .tripadvisor-style .tripadvisor-widget-container {
        float: left;
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.two-badge.text .content .tripadvisor-style .tripadvisor-widget-container {
        line-height: 144px
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.two-badge.text .content .tripadvisor-style .tripadvisor-widget-container {
        min-height: 160px;
        line-height: 154px
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.two-badge.text .content .tripadvisor-style .tripadvisor-widget-container .tripadvisor-widget {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.two-badge.embelishment-a .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.two-badge.embelishment-b .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.two-badge.embelishment-c .content .tripadvisor-widget-container {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-tripadvisor-widget.two-badge.embelishment-a .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.two-badge.embelishment-b .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.two-badge.embelishment-c .content .tripadvisor-widget-container {
        float: left;
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.two-badge.embelishment-a .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.two-badge.embelishment-b .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.two-badge.embelishment-c .content .tripadvisor-widget-container {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        max-height: 162px;
        line-height: 162px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-tripadvisor-widget.two-badge.embelishment-a .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.two-badge.embelishment-b .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.two-badge.embelishment-c .content .tripadvisor-widget-container {
        float: left;
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.two-badge.embelishment-a .content .tripadvisor-style, .section-type-tripadvisor-widget.two-badge.text .content .tripadvisor-style {
        display: inline-block
    }

    .section-type-tripadvisor-widget.two-badge.embelishment-a .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.two-badge.text .content .tripadvisor-style .tripadvisor-widget-container {
        width: auto;
        background: none;
        padding-left: 25px;
        padding-right: 25px
    }

    .section-type-tripadvisor-widget.two-badge.embelishment-a .content .tripadvisor-style .tripadvisor-widget-container .tripadvisor-widget, .section-type-tripadvisor-widget.two-badge.text .content .tripadvisor-style .tripadvisor-widget-container .tripadvisor-widget {
        border: none;
        margin: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-type-tripadvisor-widget.three-badge .content .tripadvisor-style, .section-type-tripadvisor-widget.four-badge .content .tripadvisor-style {
        display: inline-block
    }

    .section-type-tripadvisor-widget.three-badge .content .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget.four-badge .content .tripadvisor-style .tripadvisor-widget-container {
        background: none
    }

    .section-type-tripadvisor-widget.three-badge .content .tripadvisor-style .tripadvisor-widget-container .tripadvisor-widget, .section-type-tripadvisor-widget.four-badge .content .tripadvisor-style .tripadvisor-widget-container .tripadvisor-widget {
        border: none
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .section-type-tripadvisor-widget.three-badge.plain .section-title {
        display: none
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.three-badge.plain .content {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px),(min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    .section-type-tripadvisor-widget.three-badge.plain .content {
        float: left;
        width: 100%
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.three-badge.plain .content .tripadvisor-widget-container {
        display: inline-block;
        vertical-align: middle;
        margin-left: 25px;
        margin-right: 25px
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.three-badge.embelishment-b .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.three-badge.embelishment-c .content .tripadvisor-widget-container {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-tripadvisor-widget.three-badge.embelishment-b .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.three-badge.embelishment-c .content .tripadvisor-widget-container {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.three-badge.embelishment-b .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.three-badge.embelishment-c .content .tripadvisor-widget-container {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        background: none
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-tripadvisor-widget.three-badge.embelishment-b .content .tripadvisor-widget-container, .section-type-tripadvisor-widget.three-badge.embelishment-c .content .tripadvisor-widget-container {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.three-badge.embelishment-b .content .tripadvisor-widget, .section-type-tripadvisor-widget.three-badge.embelishment-c .content .tripadvisor-widget {
        border: none;
        margin: 0
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .section-type-tripadvisor-widget.four-badge .section-title {
        display: none
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.four-badge .content {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-tripadvisor-widget.four-badge .content {
        float: left;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.four-badge .content {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-tripadvisor-widget.four-badge .content {
        float: left;
        width: 100%
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.four-badge .content .tripadvisor-widget-container {
        display: inline-block
    }
}

@media (min-width: 992px),(min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.four-badge .content .tripadvisor-widget {
        display: inline-block;
        vertical-align: middle
    }
}

@media (min-width: 992px) {
    .section-type-tripadvisor-widget.four-badge .content .tripadvisor-widget {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.four-badge .content .tripadvisor-widget {
        margin-left: 10px;
        margin-right: 10px
    }
}

.section-type-tripadvisor-widget.four-badge .content #fifth-badge {
    display: inline-block
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-tripadvisor-widget.four-badge .content #fifth-badge {
        display: none
    }
}

@media (max-width: 767px) {
    .section-type-tripadvisor-widget .section-title .slick-dots, .section-type-tripadvisor-widget .content .slick-dots {
        line-height: initial;
        position: absolute;
        bottom: -15px
    }

    .section-type-tripadvisor-widget .section-title .tripadvisor-style, .section-type-tripadvisor-widget .content .tripadvisor-style {
        text-align: center
    }

    .section-type-tripadvisor-widget .section-title .tripadvisor-style .tripadvisor-widget, .section-type-tripadvisor-widget .content .tripadvisor-style .tripadvisor-widget {
        display: inline-block;
        vertical-align: middle
    }

    .section-type-tripadvisor-widget .section-title .tripadvisor-style .tripadvisor-widget-container, .section-type-tripadvisor-widget .content .tripadvisor-style .tripadvisor-widget-container {
        height: auto;
        max-height: 220px;
        line-height: 150px;
        padding-bottom: 10px
    }
}

.section-type-facebook-widget .section-title .title h2 {
    color: inherit
}

.section-type-facebook-widget .section-title .title h2:after {
    border-color: inherit
}

.section-type-facebook-widget.left-iframe, .section-type-facebook-widget.right-iframe {
    box-shadow: none
}

.section-type-facebook-widget.left-iframe .text-block h2, .section-type-facebook-widget.right-iframe .text-block h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-transform: none
}

@media (min-width: 992px) {
    .section-type-facebook-widget.left-iframe .text-block h2, .section-type-facebook-widget.right-iframe .text-block h2 {
        font-size: 92px;
        font-weight: 300;
        line-height: 1
    }
}

@media (min-width: 992px) {
    .section-type-facebook-widget.left-iframe .text-block h2:after, .section-type-facebook-widget.right-iframe .text-block h2:after {
        display: none
    }
}

.section-type-facebook-widget.left-iframe .text-block .section-title-left-aligned, .section-type-facebook-widget.right-iframe .text-block .section-title-left-aligned {
    text-align: left
}

@media (min-width: 992px) {
    .section-type-facebook-widget.left-iframe .text-block .decor-line, .section-type-facebook-widget.right-iframe .text-block .decor-line {
        display: none
    }

    .section-type-facebook-widget.left-iframe .text-block .section-title-side-lines .heading-decor, .section-type-facebook-widget.right-iframe .text-block .section-title-side-lines .heading-decor {
        font-size: 92px;
        font-weight: 300;
        line-height: 1;
        padding: 0 0 29px;
        display: initial;
        text-transform: none
    }

    .section-type-facebook-widget.left-iframe .text-block .section-title-side-lines .heading-decor:before, .section-type-facebook-widget.right-iframe .text-block .section-title-side-lines .heading-decor:before, .section-type-facebook-widget.left-iframe .text-block .section-title-side-lines .heading-decor:after, .section-type-facebook-widget.right-iframe .text-block .section-title-side-lines .heading-decor:after {
        content: none
    }

    .section-type-facebook-widget.left-iframe .text-block .section-title-left-aligned, .section-type-facebook-widget.right-iframe .text-block .section-title-left-aligned {
        text-align: right
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .section-type-facebook-widget.left-iframe .text-block, .section-type-facebook-widget.right-iframe .text-block {
        width: 100%
    }

    .section-type-facebook-widget.left-iframe .text-block .section-title-embellishment-star, .section-type-facebook-widget.right-iframe .text-block .section-title-embellishment-star {
        text-align: center !important
    }
}

.section-type-facebook-widget.left-iframe .social-holder, .section-type-facebook-widget.right-iframe .social-holder {
    flex-direction: row
}

@media (min-width: 992px) {
    .section-type-facebook-widget.left-iframe .social-holder .text-block, .section-type-facebook-widget.right-iframe .social-holder .text-block {
        width: 57.5%;
        padding: 0 100px 0 78px;
        margin: -9px 0 0
    }
}

.section-type-facebook-widget.left-iframe .side-text {
    text-align: left
}

.section-type-facebook-widget.left-iframe .iframe-block {
    order: 2
}

@media (min-width: 992px) {
    .section-type-facebook-widget.left-iframe .iframe-block {
        order: 1
    }
}

.section-type-facebook-widget.left-iframe .text-block {
    order: 1
}

@media (min-width: 992px) {
    .section-type-facebook-widget.left-iframe .text-block {
        order: 2
    }
}

.section-type-facebook-widget.left-iframe .text-block h2 {
    text-align: left
}

.section-type-facebook-widget.right-iframe .side-text {
    text-align: right
}

.section-type-facebook-widget.right-iframe .iframe-block {
    order: 2
}

.section-type-facebook-widget.right-iframe .text-block {
    order: 1
}

.section-type-facebook-widget.right-iframe .text-block h2 {
    text-align: right
}

.section-type-facebook-widget .social-holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.section-type-facebook-widget .social-holder .iframe-block {
    width: 100%
}

@media (min-width: 992px) {
    .section-type-facebook-widget .social-holder .iframe-block {
        width: 42%
    }
}

.section-type-facebook-widget .social-holder .iframe-block .iframe-holder {
    position: relative;
    max-width: 468px;
    margin: 0 auto;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25)
}

.section-type-facebook-widget .social-holder .iframe-block .iframe-holder iframe {
    width: 100%;
    max-width: 100%;
    height: 324px;
    vertical-align: top
}

@media (min-width: 992px) {
    .section-type-facebook-widget .social-holder .iframe-block .iframe-holder iframe {
        height: 461px
    }
}

.section-type-promotional-offers .coupon-code-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff
}

.section-type-promotional-offers .coupon-code-badge .coupon-code {
    font-weight: bold;
    line-height: 1;
    color: black;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d6d6d6;
    text-transform: uppercase
}

@media (max-width: 360px) {
    .section-type-promotional-offers .coupon-code-badge .coupon-code {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.section-type-promotional-offers .coupon-code-badge:after {
    position: absolute;
    content: "";
    top: 0
}

.section-type-promotional-offers .coupon-code-badge-small:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -66px;
    width: 29px;
    height: 36px;
    right: -28px
}

.section-type-promotional-offers .coupon-code-badge-small .coupon-code {
    padding-right: 1px
}

.section-type-promotional-offers .coupon-code-badge-large .coupon-code {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 2;
    font-size: 28px
}

.section-type-promotional-offers .coupon-code-badge-large:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 64px;
    right: -38px
}

.section-type-promotional-offers .coupon-code-badge-medium:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -104px;
    width: 34px;
    height: 48px;
    right: -28px
}

.section-type-promotional-offers .coupon-code-badge-medium .coupon-code {
    padding-right: 5px;
    line-height: 2;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 3px
}

.section-type-promotional-offers .coupon-code-badge2 {
    background-color: rgba(21, 20, 20, 0.6)
}

.section-type-promotional-offers .coupon-code-badge2:after, .section-type-promotional-offers .coupon-code-badge2:before {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -267px;
    width: 13px;
    height: 26px
}

.section-type-promotional-offers .coupon-code-badge2:after {
    right: -13px
}

.section-type-promotional-offers .coupon-code-badge2:before {
    position: absolute;
    content: "";
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -13px
}

.section-type-promotional-offers .coupon-code-badge2 .coupon-code {
    background: transparent;
    color: #fff;
    line-height: .45;
    border-left: none;
    border-right: none;
    font-weight: 300;
    font-size: 14px
}

@media (max-width: 360px) {
    .section-type-promotional-offers .coupon-code-badge2 .coupon-code {
        line-height: .3
    }
}

.section-type-promotional-offers .slick-prev, .section-type-promotional-offers .slick-next {
    z-index: 1;
    height: 200px
}

.section-type-promotional-offers .slick-prev:before, .section-type-promotional-offers .slick-next:before {
    color: white
}

.section-type-promotional-offers .slick-prev {
    left: 6px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00ffffff', GradientType=1)
}

.section-type-promotional-offers .slick-next {
    right: 6px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80000000', GradientType=1)
}

.section-type-promotional-offers .slider {
    padding: 6px;
    border: 1px dashed #333333
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .section-type-promotional-offers .slider.coupon-slider.slider-enabled {
        margin-bottom: 25px
    }

    .section-type-promotional-offers .slider.coupon-slider.slider-enabled .slick-dots {
        position: absolute;
        bottom: -30px
    }
}

.section-type-promotional-offers .slider.coupon-slider.slider-enabled.count-2 .coupon {
    width: 575px
}

@media (max-width: 767px) {
    .section-type-promotional-offers .slider.coupon-slider.slider-enabled.count-2 .coupon {
        width: 89vw
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-promotional-offers .slider.coupon-slider.slider-enabled.count-2 .coupon {
        width: 361px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-type-promotional-offers .slider.coupon-slider.slider-enabled.count-2 .coupon {
        width: 472px
    }
}

.section-type-promotional-offers .slider.coupon-slider.slider-enabled .coupon {
    width: 381px
}

@media (max-width: 767px) {
    .section-type-promotional-offers .slider.coupon-slider.slider-enabled .coupon {
        width: 89vw
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-promotional-offers .slider.coupon-slider.slider-enabled .coupon {
        width: 361px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-type-promotional-offers .slider.coupon-slider.slider-enabled .coupon {
        width: 472px
    }
}

.section-type-promotional-offers .slider.count-1 {
    height: 214px
}

@media (min-width: 768px) and (max-width: 991px),(min-width: 992px) {
    .section-type-promotional-offers .slider.count-1 .coupon {
        width: 100%;
        border-right: none
    }

    .section-type-promotional-offers .slider.count-1 .content-wrapper {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 0;
        position: absolute;
        top: 0;
        height: 100%;
        left: 0
    }

    .section-type-promotional-offers .slider.count-1 .coupon-code-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        border-right: 2px dashed #fff;
        padding-right: 90px;
        max-width: 45%
    }

    .section-type-promotional-offers .slider.count-1 .coupon-code-container .coupon-code-badge {
        line-height: 1.1;
        color: inherit;
        margin-top: 32px;
        margin-bottom: 16px;
        font-size: 32px;
        font-family: Lato;
        font-style: inherit;
        color: #444444;
        font-weight: 700;
        top: auto;
        margin: 0;
        position: relative
    }

    .section-type-promotional-offers .slider.count-1 .coupon-code-container .coupon-code-badge small, .section-type-promotional-offers .slider.count-1 .coupon-code-container .coupon-code-badge .small {
        font-weight: normal;
        line-height: 1;
        color: #777
    }

    .section-type-promotional-offers .slider.count-1 .coupon-code-container .coupon-code-badge small, .section-type-promotional-offers .slider.count-1 .coupon-code-container .coupon-code-badge .small {
        font-size: 65%
    }

    .section-type-promotional-offers .slider.count-1 .coupon-code-container .coupon-code-badge:after {
        content: "";
        background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
        background-position: 0 0;
        width: 40px;
        height: 64px;
        right: -38px
    }

    .section-type-promotional-offers .slider.count-1 .coupon-code-container .coupon-code-badge .coupon-code {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .section-type-promotional-offers .slider.count-1 .coupon-code-container .small-text {
        font-size: 12px;
        font-weight: normal;
        padding-top: 0;
        padding-bottom: 5px;
        position: absolute;
        top: calc(50% - 55px);
        color: white
    }

    .section-type-promotional-offers .slider.count-1 .coupon-description {
        max-width: 50%;
        float: right;
        right: 0;
        left: auto;
        height: 100%;
        text-align: right;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px),(min-width: 992px) and (min-width: 768px) {
    .section-type-promotional-offers .slider.count-1 .content-wrapper {
        float: left;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px),(min-width: 992px) and (min-width: 768px) and (max-width: 991px) {
    .section-type-promotional-offers .slider.count-1 .coupon-code-container {
        padding-right: 75px
    }
}

@media (max-width: 767px) {
    .section-type-promotional-offers .slider.count-1 .coupon {
        border-right: none;
        width: 100%
    }
}

.section-type-promotional-offers .coupon-page-link, .section-type-promotional-offers .coupon-page-link:hover {
    color: white
}

.section-type-promotional-offers .init-slider .coupon {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    .section-type-promotional-offers .init-slider .coupon {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .section-type-promotional-offers .init-slider .coupon {
        float: left;
        width: 33.33333333%
    }
}

.section-type-promotional-offers .coupon {
    position: relative;
    height: 200px;
    color: #fff;
    border-right: 1px dashed #000;
    width: 400px
}

.section-type-promotional-offers .black-50-overlay {
    background-color: rgba(0, 0, 0, 0.3)
}

.section-type-promotional-offers .coupon-code-container, .section-type-promotional-offers .coupon-description {
    position: absolute;
    left: 0
}

.section-type-promotional-offers .coupon-code-container {
    top: 0
}

.section-type-promotional-offers .coupon-code-container .code-use {
    padding-left: 20px;
    padding-top: 10px;
    line-height: 1.3
}

.section-type-promotional-offers .coupon-code-container .coupon-code-badge {
    top: 30px
}

.section-type-promotional-offers .coupon-code-container .coupon-code-badge .coupon-code {
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px
}

.section-type-promotional-offers .coupon-description {
    bottom: 0;
    text-align: left;
    padding: 20px;
    line-height: 1.3
}

@media (max-width: 767px) {
    .section-type-promotional-offers .coupon-description {
        max-width: calc(100vw - 90px)
    }
}

.section-type-promotional-offers .coupon-description .discount_basis {
    color: #fff;
    margin: 0
}

.coupons-without-image-section {
    padding-bottom: 25px;
    position: relative
}

.coupons-without-image-section:before, .coupons-without-image-section:after {
    content: " ";
    display: table
}

.coupons-without-image-section:after {
    clear: both
}

.coupons-without-image-section:before, .coupons-without-image-section:after {
    content: " ";
    display: table
}

.coupons-without-image-section:after {
    clear: both
}

.coupons-without-image-section .slick-dots {
    margin: 30px -8px 0;
    position: initial
}

.coupons-without-image-section .min-size .title {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.coupons-without-image-section .coupon-cards-holder {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.coupons-without-image-section .coupon-cards-holder .coupon-item {
    width: 100%;
    padding: 0 10px;
    outline: none;
    margin: 0 auto
}

.coupons-without-image-section .coupon-cards-holder.count-2 span, .coupons-without-image-section .coupon-cards-holder.count-3 span, .coupons-without-image-section .coupon-cards-holder.count-4 span {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
    padding: 0 0 9px;
    margin: 0 0 9px;
    border-bottom: 2px solid #ee2424
}

@media (min-width: 768px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-item {
        width: 50%
    }
}

@media (max-width: 992px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-card-without-image {
        flex-wrap: nowrap
    }
}

@media (min-width: 768px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-card-without-image {
        height: 100px;
        max-width: 357px
    }
}

@media (min-width: 992px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-card-without-image {
        max-width: 545px;
        height: 107px
    }
}

@media (max-width: 991px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-card-without-image .tickets-title {
        background: #ee2424;
        color: #fff;
        width: 100%;
        min-width: 105px;
        height: 48px;
        margin: 0 0 0 -28px;
        transform: rotate(-90deg);
        border: none;
        font-size: 20px;
        line-height: 22px;
        padding: 0 8px
    }
}

@media (max-width: 991px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-card-without-image .tickets-title:before {
        top: 100%;
        left: -5px;
        margin: -8px 0
    }
}

@media (max-width: 991px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-card-without-image .tickets-title:after {
        top: 100%;
        right: -5px;
        margin: -8px 0
    }
}

@media (max-width: 991px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-card-without-image .item-holder {
        margin: 0 0 0 -22px;
        width: calc(100% - 54px)
    }
}

@media (min-width: 768px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-card-without-image .item-holder {
        flex-wrap: wrap;
        padding: 0
    }
}

@media (min-width: 992px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-card-without-image .item-holder {
        padding: 0 0 0 13px
    }
}

@media (min-width: 768px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-card-without-image .item-holder .item-center {
        width: 95%
    }
}

@media (min-width: 768px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-card-without-image .item-holder .right-block {
        width: 95%;
        padding: 0;
        text-align: center
    }
}

@media (min-width: 992px) {
    .coupons-without-image-section .coupon-cards-holder.count-2 .coupon-card-without-image .item-holder .right-block {
        width: 100%;
        padding: 0 20px
    }
}

.coupons-without-image-section .coupon-cards-holder.count-3 .coupon-item, .coupons-without-image-section .coupon-cards-holder.count-4 .coupon-item {
    width: 33.332%
}

.coupons-without-image-section .coupon-cards-holder.count-3 .coupon-card-without-image, .coupons-without-image-section .coupon-cards-holder.count-4 .coupon-card-without-image {
    height: 100px;
    max-width: 357px
}

@media (min-width: 768px) {
    .coupons-without-image-section .coupon-cards-holder.count-3 .coupon-card-without-image, .coupons-without-image-section .coupon-cards-holder.count-4 .coupon-card-without-image {
        flex-wrap: nowrap
    }
}

.coupons-without-image-section .coupon-cards-holder.count-3 .coupon-card-without-image .decor-bullet, .coupons-without-image-section .coupon-cards-holder.count-4 .coupon-card-without-image .decor-bullet {
    top: 3px
}

.coupons-without-image-section .coupon-cards-holder.count-3 .coupon-card-without-image .item-holder, .coupons-without-image-section .coupon-cards-holder.count-4 .coupon-card-without-image .item-holder {
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0 -22px;
    width: calc(100% - 54px)
}

.coupons-without-image-section .coupon-cards-holder.count-3 .coupon-card-without-image .item-holder .item-center, .coupons-without-image-section .coupon-cards-holder.count-4 .coupon-card-without-image .item-holder .item-center {
    width: 95%
}

.coupons-without-image-section .coupon-cards-holder.count-3 .coupon-card-without-image .item-holder .right-block, .coupons-without-image-section .coupon-cards-holder.count-4 .coupon-card-without-image .item-holder .right-block {
    width: 95%;
    padding: 0;
    text-align: center
}

.coupons-without-image-section .coupon-cards-holder.count-3 .coupon-card-without-image .tickets-title, .coupons-without-image-section .coupon-cards-holder.count-4 .coupon-card-without-image .tickets-title {
    background: #ee2424;
    color: #fff;
    width: 28%;
    min-width: 100px;
    height: 48px;
    margin: 0 0 0 -25px;
    transform: rotate(-90deg);
    border: none;
    font-size: 20px;
    line-height: 22px;
    padding: 0 4px
}

.coupons-without-image-section .coupon-cards-holder.count-3 .coupon-card-without-image .tickets-title:before, .coupons-without-image-section .coupon-cards-holder.count-4 .coupon-card-without-image .tickets-title:before {
    top: 100%;
    left: -5px;
    margin: -8px 0
}

.coupons-without-image-section .coupon-cards-holder.count-3 .coupon-card-without-image .tickets-title:after, .coupons-without-image-section .coupon-cards-holder.count-4 .coupon-card-without-image .tickets-title:after {
    top: 100%;
    right: -5px;
    margin: -8px 0
}

.coupons-without-image-section .coupon-cards-holder .slick-arrow {
    top: 25px
}

@media (max-width: 991px) {
    .coupons-without-image-section .coupon-cards-holder .slick-arrow {
        display: none !important
    }
}

.coupons-without-image-section .coupon-page-link, .coupons-without-image-section .coupon-page-link:hover {
    text-decoration: none
}

.coupon-card-without-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    height: 66px;
    margin: 0 auto;
    color: #ee2424;
    overflow: hidden
}

@media (max-width: 992px) {
    .coupon-card-without-image {
        height: 107px;
        padding: 0 13px 0 0
    }
}

@media (max-width: 767px) {
    .coupon-card-without-image {
        flex-wrap: nowrap
    }
}

@media (max-width: 767px) {
    .coupon-card-without-image {
        max-width: 357px
    }
}

@media (max-width: 480px) {
    .coupon-card-without-image {
        max-width: 300px
    }
}

.coupon-card-without-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #ee2424
}

.coupon-card-without-image .decor-bullet {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 8px;
    left: -6px;
    bottom: 0;
    z-index: 9
}

@media (max-width: 767px) {
    .coupon-card-without-image .decor-bullet {
        top: 5px
    }
}

.coupon-card-without-image .decor-bullet.right {
    left: auto;
    right: 6px
}

.coupon-card-without-image .decor-bullet li {
    position: relative;
    padding: 7px 0
}

.coupon-card-without-image .decor-bullet li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ee2424;
    background: #fff
}

.coupon-card-without-image .tickets-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    min-width: 210px;
    height: 100%;
    border-right: 2px dashed #ee2424;
    font-size: 42px;
    line-height: 44px;
    padding: 0 19px
}

@media (max-width: 767px) {
    .coupon-card-without-image .tickets-title {
        background: #ee2424;
        color: #fff;
        width: 100%;
        min-width: 105px;
        height: 48px;
        margin: 0 0 0 -28px;
        transform: rotate(-90deg);
        border: none;
        font-size: 20px;
        line-height: 22px;
        padding: 0 8px
    }
}

.coupon-card-without-image .tickets-title:before {
    content: '';
    position: absolute;
    right: -8px;
    top: -6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #ee2424;
    background: #fff;
    z-index: 99
}

@media (max-width: 767px) {
    .coupon-card-without-image .tickets-title:before {
        top: 100%;
        left: -5px;
        margin: -8px 0
    }
}

.coupon-card-without-image .tickets-title:after {
    content: '';
    position: absolute;
    right: -8px;
    bottom: -6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #ee2424;
    background: #fff;
    z-index: 99
}

@media (max-width: 767px) {
    .coupon-card-without-image .tickets-title:after {
        top: 100%;
        right: -5px;
        margin: -8px 0
    }
}

.coupon-card-without-image .tickets-title .title {
    text-transform: uppercase;
    white-space: nowrap
}

.coupon-card-without-image .item-holder {
    display: flex;
    align-items: center;
    width: calc(100% - 210px);
    padding: 0 0 0 30px
}

@media (max-width: 992px) {
    .coupon-card-without-image .item-holder {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 0 0 15px
    }
}

@media (max-width: 767px) {
    .coupon-card-without-image .item-holder {
        padding: 0;
        margin: 0 0 0 -22px;
        width: calc(100% - 54px)
    }
}

.coupon-card-without-image .item-center {
    width: 63.3%
}

@media (max-width: 992px) {
    .coupon-card-without-image .item-center {
        width: 95%
    }
}

.coupon-card-without-image .right-block {
    width: 36.7%;
    padding: 0 30px
}

@media (max-width: 992px) {
    .coupon-card-without-image .right-block {
        width: 95%;
        text-align: center;
        padding: 0
    }
}

.coupon-card-without-image span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 2px
}

@media (max-width: 992px) {
    .coupon-card-without-image span {
        letter-spacing: 0;
        padding: 0 0 9px;
        margin: 0 0 9px;
        border-bottom: 2px solid #ee2424
    }
}

@media (max-width: 767px) {
    .coupon-card-without-image span {
        font-size: 20px;
        line-height: 22px
    }
}

.coupon-card-without-image p {
    margin: 0
}

.section-type-activities-we-provide .section-title .title h2 {
    color: inherit
}

.section-type-activities-we-provide .section-title .title h2:after {
    border-color: inherit
}

.section-type-activities-we-provide .collection-content-fixed .collection-content {
    height: auto
}

.section-type-activities-we-provide .content .collection {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width: 768px) {
    .section-type-activities-we-provide .content .collection {
        float: left;
        width: 41.66666667%
    }
}

@media (min-width: 992px) {
    .section-type-activities-we-provide .content .collection {
        float: left;
        width: 33.33333333%
    }
}

.section-type-activities-we-provide .content.count-1 .collection {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width: 768px) and (max-width: 991px),(min-width: 992px) {
    .section-type-activities-we-provide .content.count-1 .collection .collection-content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        height: 100%
    }
}

@media (min-width: 992px) {
    .section-type-activities-we-provide .content.count-2 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-2 .collection-1 .collection-content {
        height: auto
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-activities-we-provide .content.count-2 .collection-1 {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-activities-we-provide .content.count-2 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-2 .collection-1 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-2 .collection-2 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-2 .collection-1 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-2 .collection-2 {
        float: left;
        width: 41.66666667%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-activities-we-provide .content.count-3 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-3 .collection-1 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-3 .collection-3 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-3 .collection-3 .collection-content {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-3 .collection-1 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-3 .collection-3 {
        float: left;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-activities-we-provide .content.count-4 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-4 .collection-1 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-4 .collection-4 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-4 .collection-4 .collection-content {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-4 .collection-1 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-4 .collection-4 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 992px) {
    .section-type-activities-we-provide .content.count-4 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-4 .collection-1 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-4 .collection-4 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-4 .collection-4 .collection-content {
        height: auto
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-activities-we-provide .content.count-4 .collection-1 {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-activities-we-provide .content.count-4 .collection-4 {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-activities-we-provide .content.count-5 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-5 .collection-1 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-5 .collection-4 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-5 .collection-4 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-5 .collection-5 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-5 .collection-5 .collection-content {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-5 .collection-1 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-5 .collection-4 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-5 .collection-5 {
        float: left;
        width: 100%
    }
}

@media (min-width: 992px) {
    .section-type-activities-we-provide .content.count-5 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-5 .collection-1 .collection-content {
        height: auto
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-activities-we-provide .content.count-5 .collection-1 {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-activities-we-provide .content.count-6 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-6 .collection-1 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-6 .collection-4 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-6 .collection-4 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-6 .collection-5 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-6 .collection-5 .collection-content {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-6 .collection-1 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-6 .collection-4 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-6 .collection-5 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-activities-we-provide .content.count-7 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-7 .collection-1 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-7 .collection-4 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-7 .collection-4 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-7 .collection-5 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-7 .collection-5 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-7 .collection-7 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-7 .collection-7 .collection-content {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-7 .collection-1 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-7 .collection-4 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-7 .collection-5 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-7 .collection-7 {
        float: left;
        width: 100%
    }
}

@media (min-width: 992px) {
    .section-type-activities-we-provide .content.count-7 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-7 .collection-1 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-7 .collection-7 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-7 .collection-7 .collection-content {
        height: auto
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-activities-we-provide .content.count-7 .collection-1 {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-activities-we-provide .content.count-7 .collection-7 {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-activities-we-provide .content.count-8 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-8 .collection-1 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-8 .collection-4 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-8 .collection-4 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-8 .collection-5 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-8 .collection-5 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-8 .collection-8 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-8 .collection-8 .collection-content {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-8 .collection-1 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-8 .collection-4 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-8 .collection-5 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-8 .collection-8 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 992px) {
    .section-type-activities-we-provide .content.count-8 .collection-4 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-8 .collection-4 .collection-content {
        height: auto
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-activities-we-provide .content.count-8 .collection-4 {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-activities-we-provide .content.count-9 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-9 .collection-1 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-9 .collection-4 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-9 .collection-4 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-9 .collection-5 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-9 .collection-5 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-9 .collection-8 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-9 .collection-8 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-9 .collection-9 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-9 .collection-9 .collection-content {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-9 .collection-1 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-9 .collection-4 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-9 .collection-5 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-9 .collection-8 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-9 .collection-9 {
        float: left;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-type-activities-we-provide .content.count-10 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-10 .collection-1 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-10 .collection-4 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-10 .collection-4 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-10 .collection-5 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-10 .collection-5 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-10 .collection-8 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-10 .collection-8 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-10 .collection-9 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-10 .collection-9 .collection-content {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-10 .collection-1 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-10 .collection-4 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-10 .collection-5 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-10 .collection-8 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .section-type-activities-we-provide .content.count-10 .collection-9 {
        float: left;
        width: 58.33333333%
    }
}

@media (min-width: 992px) {
    .section-type-activities-we-provide .content.count-10 .collection-1 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-10 .collection-1 .collection-content {
        height: auto
    }

    .section-type-activities-we-provide .content.count-10 .collection-10 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px
    }

    .section-type-activities-we-provide .content.count-10 .collection-10 .collection-content {
        height: auto
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-activities-we-provide .content.count-10 .collection-1 {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .section-type-activities-we-provide .content.count-10 .collection-10 {
        float: left;
        width: 66.66666667%
    }
}

.collection.collection-card-standard {
    height: 220px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
    .collection.collection-card-standard {
        height: 200px
    }
}

@media (max-width: 767px) {
    .collection.collection-card-standard {
        height: 150px
    }
}

@media (min-width: 768px) {
    .collection.collection-card-standard {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .collection.collection-card-standard {
        float: left;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .collection.collection-card-standard {
        float: left;
        width: 33.33333333%
    }
}

.collection.collection-card-standard .image-gradient-overlay {
    width: calc(100% - 10px);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 50%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 50%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=1)
}

@media (min-width: 992px) {
    .collection.collection-card-standard:hover .collection-content {
        height: 145px
    }
}

.collection.collection-card-standard:hover .content-group {
    opacity: 1
}

.collection.collection-card-standard .collection-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 25px;
    padding-bottom: 20px;
    padding-right: 25px;
    width: 100%;
    text-align: left;
    height: auto
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .collection.collection-card-standard .collection-content {
        padding-bottom: 15px
    }
}

.collection.collection-card-standard .collection-content .title {
    margin: 0;
    color: #fff
}

@media (min-width: 992px) {
    .collection.collection-card-standard .collection-content {
        height: 35px;
        overflow: hidden;
        -moz-transition: height .25s ease-in-out;
        -o-transition: height .25s ease-in-out;
        -webkit-transition: height .25s ease-in-out;
        transition: height .25s ease-in-out
    }
}

.collection.collection-card-standard .collection-desc {
    padding-top: 10px;
    line-height: 1
}

@media (min-width: 992px) {
    .collection.collection-card-standard .collection-desc {
        padding-bottom: 15px
    }
}

.collection.collection-card-standard .collection-desc .tours, .collection.collection-card-standard .collection-desc .pricing {
    display: inline-block
}

.collection.collection-card-standard .collection-desc .tours span, .collection.collection-card-standard .collection-desc .pricing span {
    display: block
}

.collection.collection-card-standard .collection-desc .tours .h3, .collection.collection-card-standard .collection-desc .pricing .h3 {
    margin: 0
}

.collection.collection-card-standard .collection-desc .tours a, .collection.collection-card-standard .collection-desc .pricing a {
    color: #fff
}

.collection.collection-card-standard .collection-desc .tours {
    padding-right: 30px
}

.collection.collection-card-standard .collection-desc .small-text {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.5
}

.collection.collection-card-standard .content-group {
    opacity: .75;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.collection.collection-card-standard .collection-href, .collection.collection-card-standard .collection-href:hover {
    color: #fff
}

.collections-section-semi-overlay .collections-holder {
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .collections-section-semi-overlay .collections-holder {
        margin: 0 -15px
    }
}

.collections-section-semi-overlay .collections-holder .collection-card-semi-overlay {
    max-width: none
}

@media (min-width: 992px) {
    .collections-section-semi-overlay .collections-holder .collection-card-semi-overlay {
        width: 33.332%
    }
}

@media (min-width: 992px) {
    .collections-section-semi-overlay .collections-holder.count-2 .collection-card-semi-overlay:last-child {
        width: 66.664%
    }
}

@media (min-width: 992px) {
    .collections-section-semi-overlay .collections-holder.count-4 .collection-card-semi-overlay {
        width: 66.664%
    }
}

@media (min-width: 992px) {
    .collections-section-semi-overlay .collections-holder.count-4 .collection-card-semi-overlay:first-child, .collections-section-semi-overlay .collections-holder.count-4 .collection-card-semi-overlay:last-child {
        width: 33.332%
    }
}

@media (min-width: 992px) {
    .collections-section-semi-overlay .collections-holder.count-5 .collection-card-semi-overlay:last-child {
        width: 66.664%
    }
}

@media (min-width: 992px) {
    .collections-section-semi-overlay .collections-holder.count-8 .collection-card-semi-overlay:nth-child(4) {
        width: 66.664%
    }
}

@media (min-width: 992px) {
    .collections-section-semi-overlay .collections-holder.count-7 .collection-card-semi-overlay:first-child, .collections-section-semi-overlay .collections-holder.count-10 .collection-card-semi-overlay:first-child, .collections-section-semi-overlay .collections-holder.count-7 .collection-card-semi-overlay:last-child, .collections-section-semi-overlay .collections-holder.count-10 .collection-card-semi-overlay:last-child {
        width: 66.664%
    }
}

.collection-card-semi-overlay {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    width: 100%;
    padding: 0 0 20px;
    text-align: left
}

@media (min-width: 768px) {
    .collection-card-semi-overlay {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .collection-card-semi-overlay {
        float: left;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .collection-card-semi-overlay {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width: 992px) {
    .collection-card-semi-overlay {
        padding: 0 15px 30px;
        max-width: 380px
    }
}

.collection-card-semi-overlay .img-block {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
}

.collection-card-semi-overlay .img-block img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%
}

.collection-card-semi-overlay .img-block:hover .box.phase1 {
    background-color: rgba(238, 36, 36, 0.9)
}

.collection-card-semi-overlay .box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 15px;
    font-size: 14px;
    line-height: 1.42857;
    color: #fff;
    min-height: 89px;
    transition: background-color linear .3s
}

.collection-card-semi-overlay .box.phase1 {
    background-color: rgba(0, 0, 0, 0.5)
}

.collection-card-semi-overlay .box h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 3px
}

@media (min-width: 1199px) {
    .collection-card-semi-overlay .box h3 {
        font-size: 20px;
        line-height: 22px
    }
}

.collection-card-semi-overlay .box p {
    margin: 0
}

.collection-card-circular {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin: 0 0 38px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 15px
}

@media (min-width: 768px) {
    .collection-card-circular {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .collection-card-circular {
        float: left;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .collection-card-circular {
        float: left;
        width: 33.33333333%
    }
}

.collection-card-circular .item {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    outline: none;
    padding-top: 100%;
    max-width: 100%
}

.collection-card-circular .item img {
    width: auto;
    color: #fff;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%
}

.collection-card-circular .item .text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 0 30px;
    text-align: center;
    z-index: 9;
    width: 100%
}

.collection-card-circular .item .text-block .title {
    display: block;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 7px
}

.collection-card-circular .item .text-block p {
    margin: 0
}

.collection-card-circular .item:hover:before {
    background-color: rgba(238, 36, 36, 0.5)
}

.collection-card-circular .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 2;
    -webkit-transition: background-color linear .3s;
    transition: background-color linear .3s
}

.collection-card-no-overlay {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    outline: none;
    margin: 0 0 38px
}

@media (min-width: 768px) {
    .collection-card-no-overlay {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .collection-card-no-overlay {
        float: left;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .collection-card-no-overlay {
        float: left;
        width: 33.33333333%
    }
}

.collection-card-no-overlay .box {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background: #fff
}

.collection-card-no-overlay .box .text-block {
    padding: 12px 15px 16px
}

.collection-card-no-overlay .box h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 4px;
    text-align: left;
    color: #333333
}

.collection-card-no-overlay .box .img-block {
    width: 100%;
    height: 226px
}

.collection-card-no-overlay .box .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.42857;
    color: #666666;
    font-weight: 400;
    margin: 0 0 14px
}

.collection-card-no-overlay .box .price-block mark {
    background: transparent;
    color: #666666;
    font-weight: bold;
    padding: 0
}

.collection-card-no-overlay .box .price-block .price {
    font-weight: 400
}

.collection-card-no-overlay .box .btn {
    font-size: 20px;
    line-height: 22px;
    padding: 12px 15px;
    min-width: 100%
}

.page-type-trip .content-area {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    position: relative
}

.page-type-trip .content-area .main-content {
    padding-top: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
    .page-type-trip .content-area .main-content {
        float: left;
        width: 66.66666667%
    }
}

.page-type-trip .content-area .sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 65px;
    padding-right: 65px;
    margin-top: 60px
}

@media (min-width: 992px) {
    .page-type-trip .content-area .sidebar {
        float: left;
        width: 33.33333333%
    }
}

@media (max-width: 767px) {
    .page-type-trip .content-area .sidebar {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .content-area .sidebar {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-type-trip .content-area .sidebar {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .content-area {
        width: 100%
    }
}

.page-type-trip .content-area #trip-details-nav {
    width: 100%;
    position: absolute;
    top: -34px
}

.page-type-trip .content-area #trip-details-nav i {
    display: none
}

@media (min-width: 992px) {
    .page-type-trip .content-area #trip-details-nav {
        width: 800px
    }

    .page-type-trip .content-area #trip-details-nav i {
        display: block;
        color: #fff;
        font-size: 24px;
        padding-top: 5px;
        cursor: pointer;
        visibility: hidden;
        float: left
    }

    .page-type-trip .content-area #trip-details-nav .fa-angle-left {
        padding-right: 5px
    }

    .page-type-trip .content-area #trip-details-nav .fa-angle-right {
        padding-left: 5px
    }

    .page-type-trip .content-area #trip-details-nav .trip-nav-container {
        width: 750px !important
    }
}

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
    .page-type-trip .content-area #trip-details-nav .trip-nav-container {
        width: 600px !important
    }
}

.page-type-trip .content-area #trip-details-nav .trip-nav-container {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    height: 38px;
    overflow: hidden
}

@media (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .page-type-trip .content-area #trip-details-nav .trip-nav-container {
        overflow-y: hidden;
        overflow-x: auto
    }
}

.page-type-trip .content-area #trip-details-nav .trip-nav-container::-webkit-scrollbar {
    display: none
}

.page-type-trip .content-area #trip-details-nav .trip-nav {
    padding: 0;
    white-space: nowrap;
    padding-top: 5px
}

.page-type-trip .content-area #trip-details-nav.sticky-container.sticky {
    position: fixed;
    top: 0
}

@media (min-width: 992px) {
    .page-type-trip .content-area #trip-details-nav.sticky-container.sticky {
        top: 46px;
        z-index: 1
    }
}

.page-type-trip .content-area #trip-details-nav ul, .page-type-trip .content-area #trip-details-nav li {
    height: 30px
}

.page-type-trip .content-area #trip-details-nav .trip-nav > li {
    display: inline-block;
    width: 150px;
    font-size: 14px;
    text-align: center;
    margin-right: -5px;
    vertical-align: middle
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .content-area #trip-details-nav .trip-nav > li {
        width: 135px
    }
}

@media (max-width: 767px) {
    .page-type-trip .content-area #trip-details-nav .trip-nav > li {
        width: 120px
    }
}

.page-type-trip .content-area #trip-details-nav .trip-nav > li a {
    padding: 0;
    color: #fff;
    font-weight: normal;
    line-height: 20px;
    height: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.page-type-trip .content-area #trip-details-nav .trip-nav > li a:hover, .page-type-trip .content-area #trip-details-nav .trip-nav > li a:focus {
    text-decoration: none;
    color: #ee2424;
    background-color: inherit
}

.page-type-trip .content-area #trip-details-nav li:hover {
    border-bottom: 4px solid #ee2424
}

.page-type-trip .content-area #trip-details-nav .active {
    color: #ee2424;
    border-bottom: 4px solid #ee2424
}

@media (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .page-type-trip .content-area #trip-details-nav {
        position: absolute;
        top: 0;
        background-color: #fff
    }

    .page-type-trip .content-area #trip-details-nav .trip-nav-container {
        height: 32px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
    }

    .page-type-trip .content-area #trip-details-nav .trip-nav {
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 0;
        height: 32px
    }

    .page-type-trip .content-area #trip-details-nav .trip-nav li a {
        color: black;
        line-height: 32px
    }

    .page-type-trip .content-area #trip-details-nav .trip-nav li:hover {
        border-bottom: 3px solid #ee2424
    }

    .page-type-trip .content-area #trip-details-nav .trip-nav .active {
        border-bottom: 3px solid #ee2424
    }

    .page-type-trip .content-area #trip-details-nav .trip-nav::-webkit-scrollbar {
        display: none
    }
}

.page-type-trip .content-area #trip-details-nav::-webkit-scrollbar {
    display: none
}

.page-type-trip .main-content .section, .page-type-trip .main-content .section > .section-title {
    text-align: left
}

.page-type-trip .main-content .section {
    padding-bottom: 0;
    padding-top: 30px;
    padding-bottom: 10px
}

.page-type-trip .main-content .section .section-title .title h1:after, .page-type-trip .main-content .section .section-title .title .h1:after, .page-type-trip .main-content .section .section-title .title h2:after, .page-type-trip .main-content .section .section-title .title .h2:after {
    display: none !important
}

.page-type-trip .main-content .section .section-title {
    margin-bottom: 0
}

.page-type-trip .main-content .section .section-title .title {
    padding-bottom: 15px;
    border: none;
    margin: 0
}

.page-type-trip .main-content .section .section-title .title, .page-type-trip .main-content .section .section-title h2, .page-type-trip .main-content .section .section-title .h2 {
    color: #ee2424
}

.page-type-trip .main-content .section .heading {
    font-weight: 700;
    line-height: 1;
    padding-bottom: 10px
}

.page-type-trip .main-content .section .heading.title {
    text-transform: none
}

.page-type-trip .main-content .section .uppercase {
    text-transform: uppercase
}

@media (min-width: 768px) and (max-width: 991px),(min-width: 992px) {
    .page-type-trip .section-type-activities-we-provide .content.count-1 .collection .collection-content {
        display: block;
        text-align: left
    }
}

.page-type-trip .section-type-banner {
    height: 480px;
    overflow: visible
}

.page-type-trip .section-type-banner .coupon-code-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff
}

.page-type-trip .section-type-banner .coupon-code-badge .coupon-code {
    font-weight: bold;
    line-height: 1;
    color: black;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d6d6d6;
    text-transform: uppercase
}

@media (max-width: 360px) {
    .page-type-trip .section-type-banner .coupon-code-badge .coupon-code {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.page-type-trip .section-type-banner .coupon-code-badge:after {
    position: absolute;
    content: "";
    top: 0
}

.page-type-trip .section-type-banner .coupon-code-badge-small:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -66px;
    width: 29px;
    height: 36px;
    right: -28px
}

.page-type-trip .section-type-banner .coupon-code-badge-small .coupon-code {
    padding-right: 1px
}

.page-type-trip .section-type-banner .coupon-code-badge-large .coupon-code {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 2;
    font-size: 28px
}

.page-type-trip .section-type-banner .coupon-code-badge-large:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 0;
    width: 40px;
    height: 64px;
    right: -38px
}

.page-type-trip .section-type-banner .coupon-code-badge-medium:after {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -104px;
    width: 34px;
    height: 48px;
    right: -28px
}

.page-type-trip .section-type-banner .coupon-code-badge-medium .coupon-code {
    padding-right: 5px;
    line-height: 2;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 3px
}

.page-type-trip .section-type-banner .coupon-code-badge2 {
    background-color: rgba(21, 20, 20, 0.6)
}

.page-type-trip .section-type-banner .coupon-code-badge2:after, .page-type-trip .section-type-banner .coupon-code-badge2:before {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -267px;
    width: 13px;
    height: 26px
}

.page-type-trip .section-type-banner .coupon-code-badge2:after {
    right: -13px
}

.page-type-trip .section-type-banner .coupon-code-badge2:before {
    position: absolute;
    content: "";
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -13px
}

.page-type-trip .section-type-banner .coupon-code-badge2 .coupon-code {
    background: transparent;
    color: #fff;
    line-height: .45;
    border-left: none;
    border-right: none;
    font-weight: 300;
    font-size: 14px
}

@media (max-width: 360px) {
    .page-type-trip .section-type-banner .coupon-code-badge2 .coupon-code {
        line-height: .3
    }
}

.page-type-trip .section-type-banner * {
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.page-type-trip .section-type-banner.header-style-reversed-default-banner-section .content .gallery-overlay .gallery-button {
    margin-top: 90px
}

.page-type-trip .section-type-banner.header-style-reversed-default-banner-section.sticky {
    margin-top: 0
}

@media (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .page-type-trip .section-type-banner.header-style-reversed-default-banner-section {
        height: calc(100vh - 268px)
    }
}

.page-type-trip .section-type-banner.bigger-slide {
    height: 588px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-type-trip .section-type-banner {
        height: 420px
    }

    .page-type-trip .section-type-banner.bigger-slide {
        height: 528px
    }
}

@media (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    .page-type-trip .section-type-banner {
        height: calc(100vh - 300px)
    }

    .page-type-trip .section-type-banner.bigger-slide {
        height: calc(100vh - 176px)
    }
}

.page-type-trip .section-type-banner .bg-cover-container {
    background-position: bottom
}

.page-type-trip .section-type-banner .content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #fff
}

.page-type-trip .section-type-banner .content h1, .page-type-trip .section-type-banner .content .tagline {
    text-shadow: none
}

.page-type-trip .section-type-banner .content .content-area {
    height: 100%
}

.page-type-trip .section-type-banner .coupon-code-badge {
    cursor: pointer;
    background-color: rgba(21, 20, 20, 0.6);
    position: absolute;
    top: -40px;
    left: 28px
}

.page-type-trip .section-type-banner .coupon-code-badge:after, .page-type-trip .section-type-banner .coupon-code-badge:before {
    background: url("https://dmgupcwbwy0wl.cloudfront.net/prod/assets/assan_sprites.png") no-repeat;
    background-position: 0 -267px;
    width: 13px;
    height: 26px
}

.page-type-trip .section-type-banner .coupon-code-badge:after {
    right: -13px
}

.page-type-trip .section-type-banner .coupon-code-badge:before {
    position: absolute;
    content: "";
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -13px
}

.page-type-trip .section-type-banner .coupon-code-badge .coupon-code {
    background: transparent;
    color: #fff;
    line-height: .45;
    border-left: none;
    border-right: none;
    font-weight: 300;
    font-size: 14px
}

@media (max-width: 360px) {
    .page-type-trip .section-type-banner .coupon-code-badge .coupon-code {
        line-height: .3
    }
}

@media (min-width: 992px) {
    .page-type-trip .section-type-banner .coupon-code-badge {
        top: -80px
    }
}

.page-type-trip .section-type-banner .gallery-overlay {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    bottom: 0;
    padding-right: 25px
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: Lato;
    font-style: inherit;
    font-weight: inherit;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    float: right !important;
    float: right;
    position: relative;
    z-index: 1;
    padding-left: 17px;
    padding-right: 25px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: normal;
    border: 1px #fff solid;
    background-color: rgba(21, 20, 20, 0.3);
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button:focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button:active:focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.active:focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button:active.focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button:hover, .page-type-trip .section-type-banner .gallery-overlay .gallery-button:focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.focus {
    color: #333;
    text-decoration: none
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button:active, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button.disabled, .page-type-trip .section-type-banner .gallery-overlay .gallery-button[disabled], fieldset[disabled] .page-type-trip .section-type-banner .gallery-overlay .gallery-button {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a.page-type-trip .section-type-banner .gallery-overlay .gallery-button.disabled, fieldset[disabled] a.page-type-trip .section-type-banner .gallery-overlay .gallery-button {
    pointer-events: none
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button [class^="icon-"].icon-large, .page-type-trip .section-type-banner .gallery-overlay .gallery-button [class*=" icon-"].icon-large {
    line-height: .9em
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button [class^="icon-"].icon-spin, .page-type-trip .section-type-banner .gallery-overlay .gallery-button [class*=" icon-"].icon-spin {
    display: inline-block
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button [class^="icon-"].pull-left.icon-2x, .page-type-trip .section-type-banner .gallery-overlay .gallery-button [class*=" icon-"].pull-left.icon-2x, .page-type-trip .section-type-banner .gallery-overlay .gallery-button [class^="icon-"].pull-right.icon-2x, .page-type-trip .section-type-banner .gallery-overlay .gallery-button [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button [class^="icon-"].icon-spin.icon-large, .page-type-trip .section-type-banner .gallery-overlay .gallery-button [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button:focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button:active, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.active, .open > .dropdown-toggle.page-type-trip .section-type-banner .gallery-overlay .gallery-button {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button:active:hover, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.active:hover, .open > .dropdown-toggle.page-type-trip .section-type-banner .gallery-overlay .gallery-button:hover, .page-type-trip .section-type-banner .gallery-overlay .gallery-button:active:focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.active:focus, .open > .dropdown-toggle.page-type-trip .section-type-banner .gallery-overlay .gallery-button:focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button:active.focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.active.focus, .open > .dropdown-toggle.page-type-trip .section-type-banner .gallery-overlay .gallery-button.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button:active, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.active, .open > .dropdown-toggle.page-type-trip .section-type-banner .gallery-overlay .gallery-button {
    background-image: none
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button.disabled:hover, .page-type-trip .section-type-banner .gallery-overlay .gallery-button[disabled]:hover, fieldset[disabled] .page-type-trip .section-type-banner .gallery-overlay .gallery-button:hover, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.disabled:focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button[disabled]:focus, fieldset[disabled] .page-type-trip .section-type-banner .gallery-overlay .gallery-button:focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button.disabled.focus, .page-type-trip .section-type-banner .gallery-overlay .gallery-button[disabled].focus, fieldset[disabled] .page-type-trip .section-type-banner .gallery-overlay .gallery-button.focus {
    background-color: #fff;
    border-color: #ccc
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button .badge {
    color: #fff;
    background-color: #333
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-trip .section-type-banner .gallery-overlay .gallery-button {
        padding: 14px;
        line-height: 1.1
    }
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button .black-50-overlay {
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7)
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button .fa {
    color: #fff;
    padding-right: 15px
}

@media (max-width: 767px) {
    .page-type-trip .section-type-banner .gallery-overlay .gallery-button .fa {
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .page-type-trip .section-type-banner .gallery-overlay .gallery-button span {
        display: none
    }
}

.page-type-trip .section-type-banner .gallery-overlay .gallery-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff
}

.page-type-trip .section-type-banner .gallery-content {
    display: none
}

.page-type-trip .section-type-banner .trip-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.page-type-trip .section-type-banner .trip-content h1, .page-type-trip .section-type-banner .trip-content .h1 {
    margin: 0;
    color: #fff;
    line-height: 1.45
}

.page-type-trip .section-type-banner .trip-content .trip-info {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
    .page-type-trip .section-type-banner .trip-content .trip-info {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width: 992px) {
    .page-type-trip .section-type-banner .trip-content .trip-info {
        top: -35px
    }
}

@media (max-width: 767px) {
    .page-type-trip .section-type-banner .trip-content .trip-info {
        padding-bottom: 15px
    }
}

.page-type-trip .section-type-banner .trip-content .trip-info h1 {
    display: inline
}

.page-type-trip .section-type-banner .trip-content .trip-info .trip-line-items {
    float: right;
    text-align: right;
    line-height: 2;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0
}

.page-type-trip .section-type-banner .trip-content .trip-info .trip-line-items .line-item {
    padding-right: 20px;
    white-space: nowrap
}

.page-type-trip .section-type-banner .trip-content .trip-info .trip-line-items .icon {
    padding-left: 5px;
    padding-right: 10px;
    color: #fff
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-type-trip .section-type-banner .trip-content .trip-info .trip-line-items {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 0
    }

    .page-type-trip .section-type-banner .trip-content .trip-info .trip-line-items .line-item {
        padding-right: 0
    }
}

.page-type-trip .section-type-banner .floating-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    bottom: -90px
}

@media (min-width: 992px) {
    .page-type-trip .section-type-banner .floating-container {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width: 992px) {
    .page-type-trip .section-type-banner .floating-container {
        padding-left: 35px;
        padding-right: 35px
    }

    .page-type-trip .section-type-banner .floating-container .book-button {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        font-size: 22px
    }

    .page-type-trip .section-type-banner .floating-container .default-book + .enquiry-button {
        background-color: #eee;
        color: #555;
        border-color: #eee
    }

    .page-type-trip .section-type-banner .floating-container .default-book + .enquiry-button:hover {
        background-color: #e1e1e1
    }
}

.page-type-trip .section-type-banner .floating-container .content-wrapper {
    padding: 10px;
    color: #333;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5)
}

.page-type-trip .section-type-banner .floating-container .content-wrapper .trip-pricing {
    line-height: 1.5;
    padding-top: 10px;
    text-align: center;
    font-weight: normal;
    font-size: 26px;
    color: #ee2424
}

.page-type-trip .section-type-banner .floating-container .content-wrapper .confidence-boosters {
    font-weight: normal
}

@media (min-width: 992px) {
    .page-type-trip .section-type-banner .floating-container .content-wrapper .confidence-boosters ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }
}

.page-type-trip .section-type-banner.sticky-container.sticky {
    position: fixed;
    height: 80px;
    z-index: 1;
    top: 0;
    width: 100%
}

@media (max-width: 767px) {
    .page-type-trip .section-type-banner.sticky-container.sticky {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .section-type-banner.sticky-container.sticky {
        display: none !important
    }
}

.page-type-trip .section-type-banner.sticky-container.sticky .image-gradient-overlay {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -180%, #0a0a0a 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) -180%, #0a0a0a 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) -180%, #0a0a0a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ff0a0a0a', GradientType=0)
}

.page-type-trip .section-type-banner.sticky-container.sticky .trip-info h1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
    padding-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 992px) {
    .page-type-trip .section-type-banner.sticky-container.sticky .trip-info h1 {
        float: left;
        width: 58.33333333%
    }
}

.page-type-trip .section-type-banner.sticky-container.sticky .trip-info .trip-line-items {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-flex;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0
}

@media (min-width: 992px) {
    .page-type-trip .section-type-banner.sticky-container.sticky .trip-info .trip-line-items {
        float: left;
        width: 41.66666667%
    }
}

.page-type-trip .section-type-banner.sticky-container.sticky .trip-info .trip-line-items .line-item {
    padding-right: 5px
}

.page-type-trip .section-type-banner.sticky-container.sticky .floating-container {
    bottom: auto;
    top: -35px
}

.page-type-trip .section-type-banner.sticky-container.sticky .gallery-overlay, .page-type-trip .section-type-banner.sticky-container.sticky .coupon-code-badge {
    display: none
}

.page-type-trip .section-type-banner.sticky-container.sticky.confidence-boosters {
    font-size: 12px
}

.page-type-trip .section-type-banner.sticky-container.sticky.trip-pricing {
    font-size: 22px
}

.page-type-trip .section-type-banner.sticky-container.sticky .advt-pricing-prefix-content {
    font-size: 10px
}

.page-type-trip .section-type-banner.sticky-container.sticky .advt-pricing-suffix-content {
    font-size: 10px
}

.page-type-trip .section-type-banner.sticky-container.sticky .advt-pricing-currency {
    font-size: 15px
}

.page-type-trip .section-type-banner.sticky-container.sticky.book-button {
    font-size: 18px
}

.page-type-trip .section-type-banner .mobile-floating-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #444444
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-trip .section-type-banner .mobile-floating-container .btn-container.enquiry-active {
        width: 100%;
        height: 80px
    }

    .page-type-trip .section-type-banner .mobile-floating-container .btn-container.enquiry-active .book-button {
        background-color: #eee;
        color: #555;
        border-color: #eee
    }

    .page-type-trip .section-type-banner .mobile-floating-container .btn-container.enquiry-active .book-button:hover {
        background-color: #e1e1e1
    }

    .page-type-trip .section-type-banner .mobile-floating-container .enquiry-active.closed {
        height: 0;
        -moz-transition: height .25s ease-in-out;
        -o-transition: height .25s ease-in-out;
        -webkit-transition: height .25s ease-in-out;
        transition: height .25s ease-in-out
    }
}

@media (max-width: 767px) {
    .page-type-trip .section-type-banner .mobile-floating-container .btn-container.enquiry-active {
        height: 60px
    }

    .page-type-trip .section-type-banner .mobile-floating-container .enquiry-active.closed {
        height: 0;
        -moz-transition: height .25s ease-in-out;
        -o-transition: height .25s ease-in-out;
        -webkit-transition: height .25s ease-in-out;
        transition: height .25s ease-in-out
    }
}

.page-type-trip .section-type-banner .mobile-floating-container .trip-pricing {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    font-weight: normal
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .section-type-banner .mobile-floating-container .trip-pricing {
        line-height: 80px
    }
}

@media (max-width: 767px) {
    .page-type-trip .section-type-banner .mobile-floating-container .trip-pricing {
        line-height: 30px
    }
}

.page-type-trip .section-type-banner .mobile-floating-container .btn-container {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.page-type-trip .section-type-banner .mobile-floating-container .btn-container .book-button {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .section-type-banner .mobile-floating-container .btn-container .book-button {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (max-width: 320px) {
    .page-type-trip .section-type-banner .mobile-floating-container .btn-container .book-button {
        font-size: 1.2em;
        min-height: 62px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .section-type-banner .mobile-floating-container .trip-pricing, .page-type-trip .section-type-banner .mobile-floating-container .book-button {
        font-size: 24px
    }
}

.page-type-trip .section-type-banner .mobile-floating-container .confidence-boosters {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 60px;
    font-weight: normal;
    height: 61px
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .section-type-banner .mobile-floating-container .confidence-boosters {
        line-height: 60px
    }
}

.page-type-trip .section-type-banner .mobile-floating-container .confidence-boosters ul, .page-type-trip .section-type-banner .mobile-floating-container .confidence-boosters .fa {
    color: #fff
}

.page-type-trip .section-type-banner .mobile-floating-container .confidence-boosters.closed {
    height: 0;
    -moz-transition: height .25s ease-in-out;
    -o-transition: height .25s ease-in-out;
    -webkit-transition: height .25s ease-in-out;
    transition: height .25s ease-in-out
}

@media (min-width: 992px) {
    .page-type-trip .section-type-banner .mobile-floating-container .confidence-booster-defaults {
        font-weight: normal
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .section-type-banner .mobile-floating-container .confidence-booster-defaults {
        line-height: 60px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px
    }

    .page-type-trip .section-type-banner .mobile-floating-container .confidence-booster-defaults span {
        padding-right: 30px
    }

    .page-type-trip .section-type-banner .mobile-floating-container .confidence-booster-defaults span:last-child {
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .page-type-trip .section-type-banner .mobile-floating-container .confidence-booster-defaults {
        height: 60px;
        padding-left: 0;
        padding-right: 0
    }

    .page-type-trip .section-type-banner .mobile-floating-container .confidence-booster-defaults span:first-child {
        position: relative;
        float: left;
        width: 33.33333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 1.5;
        padding-top: 10px;
        height: 100%
    }

    .page-type-trip .section-type-banner .mobile-floating-container .confidence-booster-defaults .support-phone, .page-type-trip .section-type-banner .mobile-floating-container .confidence-booster-defaults .support-email {
        display: block;
        line-height: 1;
        text-align: left
    }
}

.page-type-trip .section-type-banner .mobile-floating-container .confidence-booster-defaults .support-phone, .page-type-trip .section-type-banner .mobile-floating-container .confidence-booster-defaults .support-email {
    padding-top: 5px;
    color: #fff
}

.page-type-trip .section-type-banner .mobile-floating-container .confidence-boosters, .page-type-trip .section-type-banner .mobile-floating-container .confidence-booster-defaults {
    border-top: 1px solid #fff;
    font-weight: normal
}

.page-type-trip .section-type-banner .confidence-boosters {
    text-align: center;
    font-size: 14px
}

.page-type-trip .section-type-banner .confidence-boosters ul, .page-type-trip .section-type-banner .confidence-boosters .fa, .page-type-trip .section-type-banner .confidence-boosters a {
    color: #9b9b9b
}

.page-type-trip .section-type-banner .confidence-boosters ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

.page-type-trip .section-type-banner .confidence-boosters ul li {
    padding-left: 10px
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .page-type-trip .section-type-banner .confidence-boosters ul li {
        display: inline-block
    }
}

.page-type-trip .section-type-banner .confidence-boosters ul li .fa {
    padding-right: 5px
}

.page-type-trip.with-transparent-header .gallery-overlay {
    top: 133px;
    height: calc(100% - 133px)
}

.page-type-trip.with-center-aligned-header .gallery-overlay {
    top: 118px;
    height: calc(100% - 118px)
}

.page-type-trip .splitlabel {
    display: block;
    margin: 0;
    padding: 0
}

@media (max-width: 767px) {
    .page-type-trip .splitlabel {
        display: none
    }
}

.page-type-trip .pricing-wrapper {
    line-height: 9px;
    display: inline-block
}

@media (max-width: 767px) {
    .page-type-trip .pricing-wrapper {
        line-height: 15px;
        max-height: 60px;
        display: table;
        margin: 0 auto;
        width: auto
    }
}

@media (min-width: 992px) {
    .page-type-trip .pricing-wrapper {
        display: block;
        width: 100%;
        line-height: 1.5
    }
}

.page-type-trip .advt-pricing-prefix {
    display: inline-block;
    text-align: right;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (min-width: 992px) {
    .page-type-trip .advt-pricing-prefix {
        line-height: 5px
    }
}

@media (max-width: 767px) {
    .page-type-trip .advt-pricing-prefix {
        width: 70%;
        text-align: left;
        vertical-align: text-bottom;
        display: table-row
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .advt-pricing-prefix {
        line-height: 3px
    }
}

.page-type-trip .advt-pricing-prefix-content-mobile {
    font-size: 12px;
    vertical-align: text-top;
    display: none
}

@media (max-width: 767px) {
    .page-type-trip .advt-pricing-prefix-content-mobile {
        vertical-align: text-bottom;
        display: inline-block;
        line-height: 12px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .advt-pricing-prefix-content-mobile {
        display: none
    }
}

.page-type-trip .advt-pricing-prefix-content-desktop {
    font-size: 12px;
    display: inline-block
}

@media (max-width: 767px) {
    .page-type-trip .advt-pricing-prefix-content-desktop {
        vertical-align: text-bottom;
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .advt-pricing-prefix-content-desktop {
        line-height: 9px
    }
}

.page-type-trip .advt-pricing-currency-prefix {
    display: inline-block;
    font-size: 20px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (max-width: 767px) {
    .page-type-trip .advt-pricing-currency-prefix {
        font-size: 15px
    }
}

.page-type-trip .advt-pricing-currency-suffix {
    display: inline-block;
    font-size: 20px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (max-width: 767px) {
    .page-type-trip .advt-pricing-currency-suffix {
        font-size: 15px
    }
}

.page-type-trip .advt-pricing-currency-none {
    display: inline-block;
    font-size: 20px
}

@media (max-width: 767px) {
    .page-type-trip .advt-pricing-currency-none {
        font-size: 15px
    }
}

.page-type-trip .advt-pricing-amount-prefix {
    display: inline-block;
    line-height: 20px
}

@media (max-width: 767px) {
    .page-type-trip .advt-pricing-amount-prefix {
        display: table-row;
        text-align: center;
        max-height: 30px
    }
}

.page-type-trip .advt-pricing-amount-suffix {
    display: inline-block;
    line-height: 20px
}

@media (max-width: 767px) {
    .page-type-trip .advt-pricing-amount-suffix {
        line-height: 60px;
        display: inline-block;
        text-align: center;
        max-height: 30px
    }
}

.page-type-trip .advt-pricing-amount-none {
    display: inline-block
}

@media (max-width: 767px) {
    .page-type-trip .advt-pricing-amount-none {
        line-height: 60px
    }
}

@media (max-width: 320px) {
    .page-type-trip .advt-pricing-amount-none {
        font-size: .9em
    }
}

.page-type-trip .advt-pricing-suffix {
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (max-width: 767px) {
    .page-type-trip .advt-pricing-suffix {
        text-align: right;
        width: 60%;
        display: inline-block;
        max-height: 15px;
        vertical-align: bottom
    }
}

.page-type-trip .advt-pricing-suffix-content-mobile {
    font-size: 12px;
    display: inline-block;
    vertical-align: text-bottom
}

@media (min-width: 992px) {
    .page-type-trip .advt-pricing-suffix-content-mobile {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .advt-pricing-suffix-content-mobile {
        display: none
    }
}

.page-type-trip .advt-pricing-suffix-content-desktop {
    font-size: 12px;
    display: inline-block;
    vertical-align: text-bottom
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-type-trip .advt-pricing-suffix-content-desktop {
        line-height: 10px
    }
}

@media (max-width: 767px) {
    .page-type-trip .advt-pricing-suffix-content-desktop {
        display: none
    }
}

.page-type-trip .tour-description-section .trip-line-items {
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.page-type-trip .tour-description-section .trip-line-items .line-item {
    padding-right: 30px
}

@media (max-width: 767px) {
    .page-type-trip .tour-description-section .trip-line-items .line-item {
        display: block;
        font-weight: 14px;
        padding-bottom: 20px
    }

    .page-type-trip .tour-description-section .trip-line-items .line-item:last-child {
        padding-bottom: 0
    }
}

.page-type-trip .tour-description-section .trip-line-items .icon {
    padding-right: 10px
}

@media (max-width: 767px) {
    .page-type-trip .tour-description-section .trip-line-items .icon {
        padding-right: 15px
    }
}

.page-type-trip .additional-field-container {
    padding-top: 20px
}

.page-type-trip .additional-field-container .section-title {
    text-align: left
}

.page-type-trip .additional-field-container .additional-field-as-list .field-title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .page-type-trip .additional-field-container .additional-field-as-list .field-title {
        float: left;
        width: 33.33333333%
    }
}

.page-type-trip .additional-field-container .additional-field-as-list .field-value {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .page-type-trip .additional-field-container .additional-field-as-list .field-value {
        float: left;
        width: 66.66666667%
    }
}

.page-type-trip .additional-field-container .additional-field-as-list .field-title, .page-type-trip .additional-field-container .additional-field-as-list .icon {
    color: #9b9b9b
}

.page-type-trip .additional-field-container .additional-field-as-list .icon {
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle
}

.page-type-trip .inclusion-exclusion-section .section-title {
    margin: 0
}

.page-type-trip .inclusion-exclusion-section .content .inclusions, .page-type-trip .inclusion-exclusion-section .content .exclusions {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0
}

@media (min-width: 768px) {
    .page-type-trip .inclusion-exclusion-section .content .inclusions, .page-type-trip .inclusion-exclusion-section .content .exclusions {
        float: left;
        width: 50%
    }
}

.page-type-trip .inclusion-exclusion-section .content .inclusions .title, .page-type-trip .inclusion-exclusion-section .content .exclusions .title {
    font-weight: 700;
    margin-top: 0
}

.page-type-trip .inclusion-exclusion-section .content .inclusions ul, .page-type-trip .inclusion-exclusion-section .content .exclusions ul, .page-type-trip .inclusion-exclusion-section .content .inclusions ol, .page-type-trip .inclusion-exclusion-section .content .exclusions ol {
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 0
}

.page-type-trip .inclusion-exclusion-section .content .inclusions li, .page-type-trip .inclusion-exclusion-section .content .exclusions li {
    line-height: 2;
    list-style: none;
    padding-left: 30px
}

.page-type-trip .inclusion-exclusion-section .content .inclusions li:before, .page-type-trip .inclusion-exclusion-section .content .exclusions li:before {
    position: absolute;
    font-family: FontAwesome;
    padding-right: 20px;
    font-size: 22px;
    left: 0;
    opacity: .8;
    line-height: 1.5
}

.page-type-trip .inclusion-exclusion-section .content .inclusions li:before {
    content: "\f058";
    color: #5cb85c
}

.page-type-trip .inclusion-exclusion-section .content .exclusions li:before {
    content: "\f056";
    color: #d9534f
}

@media (max-width: 767px) {
    .page-type-trip .inclusion-exclusion-section .content div:first-child {
        padding-bottom: 40px
    }
}

.page-type-trip .highlights-section .content ul, .page-type-trip .highlights-section .content ol {
    margin-bottom: 0;
    padding-left: 0
}

.page-type-trip .highlights-section .content li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 2
}

.page-type-trip .highlights-section .content li:before {
    position: absolute;
    left: 0;
    line-height: 1.5;
    font-family: FontAwesome;
    padding-right: 20px;
    font-size: 22px;
    content: "\f005";
    color: #ee2424
}

.page-type-trip .route-section .content .address .icon {
    padding-right: 10px;
    font-size: 20px
}

.page-type-trip .route-section .content .address .map-trigger, .page-type-trip .route-section .content .address .map-arrow {
    display: inline-block !important
}

.page-type-trip .route-section .content .address .map-arrow {
    padding-left: 5px;
    vertical-align: middle
}

.page-type-trip .route-section .content #map-canvas {
    margin: 20px auto;
    width: 100%;
    height: 0
}

.page-type-trip .route-section .content #map-canvas.display-map {
    height: 500px;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.page-type-trip .coupon-section .coupon-tagline {
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 20px;
    font-family: Lato;
    font-style: inherit;
    font-weight: 700;
    margin: 0;
    line-height: 2
}

.page-type-trip .coupon-section .coupon-tagline small, .page-type-trip .coupon-section .coupon-tagline .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

.page-type-trip .coupon-section .coupon-tagline small, .page-type-trip .coupon-section .coupon-tagline .small {
    font-size: 65%
}

.page-type-trip .coupon-section .coupons .coupon {
    line-height: 2
}

.page-type-trip .coupon-section .coupons .coupon .coupon-title, .page-type-trip .coupon-section .coupons .coupon .coupon-code {
    display: inline-block
}

.page-type-trip .coupon-section .coupons .coupon .coupon-code {
    color: #ee2424
}

.page-type-trip .coupon-section .coupons .coupon .icon {
    padding-right: 10px
}

.page-type-trip .sidebar .section-title-left-aligned, .page-type-trip .sidebar .section-title-side-lines > .heading-decor, .page-type-trip .sidebar .section-title-embellishment-star {
    padding: 0;
    color: #52555a !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold
}

.page-type-trip .sidebar .section-title-left-aligned:after, .page-type-trip .sidebar .section-title-side-lines > .heading-decor:after, .page-type-trip .sidebar .section-title-embellishment-star:after, .page-type-trip .sidebar .section-title-left-aligned:before, .page-type-trip .sidebar .section-title-side-lines > .heading-decor:before, .page-type-trip .sidebar .section-title-embellishment-star:before {
    content: none
}

.page-type-trip .sidebar .section-title-left-aligned .decor-line, .page-type-trip .sidebar .section-title-side-lines > .heading-decor .decor-line, .page-type-trip .sidebar .section-title-embellishment-star .decor-line {
    display: none
}

.page-type-trip .sidebar .section-type-accreditations {
    margin-bottom: -25px
}

.page-type-trip .sidebar .section-type-accreditations .section-title .title h1:after, .page-type-trip .sidebar .section-type-accreditations .section-title .title .h1:after, .page-type-trip .sidebar .section-type-accreditations .section-title .title h2:after, .page-type-trip .sidebar .section-type-accreditations .section-title .title .h2:after {
    display: none !important
}

.page-type-trip .sidebar .section-type-accreditations .section-title {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center
}

.page-type-trip .sidebar .section-type-accreditations .section-title .title > p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #52555a
}

.page-type-trip .sidebar .section-type-accreditations .content {
    margin-top: 5px
}

.page-type-trip .sidebar .section-type-accreditations .content .logo-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.page-type-trip .sidebar .section-type-accreditations .content .logo-item img {
    max-width: 150px
}

.page-type-trip .sidebar .grayscalable {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .8;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.page-type-trip .sidebar .grayscalable:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.page-type-trip .sidebar .small-text {
    font-size: 14px
}

.page-type-trip .sidebar .section {
    margin-top: 40px;
    padding-bottom: 0;
    padding-top: 0
}

.page-type-trip .sidebar .section .section-title .title h1:after, .page-type-trip .sidebar .section .section-title .title .h1:after, .page-type-trip .sidebar .section .section-title .title h2:after, .page-type-trip .sidebar .section .section-title .title .h2:after {
    display: none !important
}

.page-type-trip .sidebar .section .section-title {
    margin-bottom: 10px
}

.page-type-trip .sidebar .section .section-title .title {
    padding-bottom: 0
}

.page-type-trip .sidebar .section .section-title .title h2 {
    font-size: 20px
}

.page-type-trip .sidebar .widget {
    text-align: center;
    margin-top: 40px
}

.page-type-trip .sidebar .widget h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #52555a
}

.page-type-trip .sidebar .widget .content .item {
    height: 200px;
    margin-bottom: 20px;
    position: relative
}

.page-type-trip .sidebar .widget .content .item .item-content {
    position: relative
}

.page-type-trip .sidebar .widget .content .item .widget-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    display: block;
    color: #fff;
    text-align: left;
    font-size: 14px
}

.page-type-trip .sidebar .widget .content .item .widget-overlay p {
    margin: 0;
    color: #fff
}

.page-type-trip .sidebar .widget .content .item .widget-overlay.overview {
    line-height: 1.5;
    padding: 5px 10px
}

.page-type-trip .sidebar .widget .content .item .widget-overlay.overview p {
    white-space: normal
}

.page-type-trip .sidebar .trip-adviser-widget .tripadvisor-iframe {
    margin: 0 auto
}

@media (min-width: 1200px) {
    .page-type-trip .sidebar .trip-adviser-widget .tripadvisor-iframe > div:first-child > div:first-child {
        width: 260px !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-type-trip .sidebar .trip-adviser-widget .tripadvisor-iframe > div:first-child > div:first-child {
        width: 243px !important
    }
}

@media (min-width: 1200px) {
    .page-type-trip .sidebar .trip-adviser-widget .tripadvisor-dummy img {
        max-width: 260px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-type-trip .sidebar .trip-adviser-widget .tripadvisor-dummy img {
        max-width: 243px
    }
}

.page-type-trip .sidebar .popular-tours-widget .trip-name {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.page-type-trip .sidebar .popular-tours-widget .trip-sticker-price {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    bottom: 0;
    padding-bottom: 5px;
    right: 15px;
    text-align: right
}

.page-type-trip .sidebar .popular-tours-widget .item {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .8;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.page-type-trip .sidebar .popular-tours-widget .item:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.page-type-trip .sidebar .section-type-activities-we-provide .collection {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .8;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    height: 160px
}

.page-type-trip .sidebar .section-type-activities-we-provide .collection:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-type-trip .sidebar .section-type-activities-we-provide .collection {
        height: 150px
    }
}

.page-type-trip .sidebar .section-type-activities-we-provide .collection .collection-content {
    padding: 0 10px 10px 10px
}

@media (min-width: 992px) {
    .page-type-trip .sidebar .section-type-activities-we-provide .collection .collection-content {
        height: 30px;
        overflow: hidden;
        -moz-transition: height .25s ease-in-out;
        -o-transition: height .25s ease-in-out;
        -webkit-transition: height .25s ease-in-out;
        transition: height .25s ease-in-out
    }
}

.page-type-trip .sidebar .section-type-activities-we-provide .collection .collection-content .title {
    font-size: 16px
}

.page-type-trip .sidebar .section-type-activities-we-provide .collection .collection-content .price {
    font-size: 18px
}

.page-type-trip .sidebar .section-type-activities-we-provide .collection .collection-content .outline-button {
    font-size: 14px;
    padding: 7px 10px;
    letter-spacing: 1px
}

@media (min-width: 992px) {
    .page-type-trip .sidebar .section-type-activities-we-provide .collection:hover .collection-content {
        height: 120px
    }
}

.elm-datepicker--container {
    position: relative
}

.elm-datepicker--input:focus {
    outline: 0
}

.elm-datepicker--picker {
    position: absolute;
    border: 1px solid #CCC;
    z-index: 10;
    background: #FFFFFF;
    width: 100%
}

.elm-datepicker--picker-header, .elm-datepicker--weekdays {
    background: #FFFFFF
}

.elm-datepicker--picker-header {
    display: flex;
    align-items: center;
    background: #FFFFFF
}

.elm-datepicker--prev-container, .elm-datepicker--next-container {
    flex: 0 1 auto
}

.elm-datepicker--month-container {
    margin: auto;
    padding: .5em;
    display: inline;
    flex-direction: column
}

.elm-datepicker--month, .elm-datepicker--year {
    flex: 1 1 auto;
    font-weight: bold;
    cursor: default;
    text-align: center;
    color: #ee2424
}

.elm-datepicker--year {
    margin-left: 5px
}

.elm-datepicker--prev, .elm-datepicker--next {
    border: 6px solid transparent;
    display: block;
    width: 0;
    height: 0;
    padding: 0 .2em
}

.elm-datepicker--prev {
    border-right-color: #ee2424
}

.elm-datepicker--prev:hover {
    border-right-color: #ee2424
}

.elm-datepicker--next {
    border-left-color: #ee2424
}

.elm-datepicker--next:hover {
    border-left-color: #ee2424
}

.elm-datepicker--table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

.elm-datepicker--table td {
    width: 2em;
    height: 2em;
    text-align: center
}

.elm-datepicker--dow {
    cursor: default;
    font-weight: bold
}

.elm-datepicker--day {
    cursor: pointer
}

.elm-datepicker--day:hover {
    background: #F2F2F2
}

.elm-datepicker--disabled {
    cursor: default;
    color: #DDD
}

.elm-datepicker--disabled:hover {
    background: inherit
}

.elm-datepicker--picked {
    color: white;
    background: #ee2424
}

.elm-datepicker--picked:hover {
    background: #ee2424
}

.elm-datepicker--today {
    font-weight: bold
}

.elm-datepicker--other-month {
    color: #AAA
}

.elm-datepicker--other-month.elm-datepicker--disabled {
    color: #EEE
}

.elm-datepicker--other-month.elm-datepicker--picked {
    color: white
}

@media (max-width: 767px) {
    #enquire-modal, #enquire-dialog {
        min-height: 100%;
        min-width: 100%;
        vertical-align: center;
        padding: 0 !important
    }
}

#enquire-dialog {
    background-color: #f6f6f6
}

@media (max-width: 767px) {
    #enquire-dialog .modal-content {
        height: 100%
    }
}

@media (max-width: 767px) {
    #inqform, #inqsuccess {
        height: 100%
    }
}

.modal-title {
    color: #333;
    font-weight: 600;
    padding-left: 15px
}

.trip-title {
    color: black;
    font-weight: 900;
    padding-left: 15px
}

#inqform #formphonecode {
    display: inline-block
}

#inqform .form-control-label {
    min-width: 100% !important;
    display: inline-block
}

#inqform .input-group-addon {
    font-family: "FontAwesome"
}

#inqform .input-group input {
    color: #111;
    box-shadow: none
}

#inqform .btn-group {
    margin: 5px
}

#inqform .unset {
    color: #999;
    box-shadow: none;
    padding-bottom: 9px
}

#inqform .formpax {
    padding-bottom: 9px
}

#inqform #paxpop {
    background-color: white
}

#inqform .popover-content .paxcount {
    background-color: white
}

#inqform .popover-content {
    padding-top: 0
}

#inqform #paxpop .btn {
    background-color: white
}

#inqform .paxmod img {
    color: black;
    background-color: white;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle
}

#inqform #applypax {
    text-align: right;
    margin: 0;
    padding: 0
}

#inqform textarea {
    resize: vertical;
    margin-bottom: 5px;
    min-height: 120px
}

.info-tooltip {
    padding-left: 5px;
    color: #999;
    font-size: .85em
}

#check {
    width: 100px;
    height: 100px;
    display: inline-block;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #ee2424
}

#inqsuccess {
    padding: 20px 20px 20px 20px;
    vertical-align: center
}

#inqsuccess .thanks_text {
    line-height: 30px;
    margin-bottom: 20px
}

#inqsuccess .success_caption {
    line-height: 1.4
}

#inqsuccess .esccol, #inqform .esccol {
    text-align: right
}

#inqsuccess #imgcol {
    text-align: center
}

#inqsuccess #maincol {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px
}

#inqsuccess #minorcol {
    text-align: center;
    font-size: 16px;
    color: #777
}

#enquire-dialog .modal-header {
    height: 60px
}

@media (max-width: 767px) {
    #enquire-dialog .modal-body {
        padding-top: 0;
        height: calc(100vh - 170px);
        overflow-y: auto
    }
}

#enquire-dialog .modal-footer {
    height: 100px
}

.rc-anchor-invisible, .grecaptcha-badge {
    display: none !important
}

@media (min-width: 992px),(min-width: 800px) {
    .form-modal {
        text-align: center
    }

    .form-modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px
    }
}

.form-modal .modal-dialog.modal-md, .form-modal .modal-dialog.modal-lg {
    margin: 0 auto
}

@media (min-width: 992px),(min-width: 800px) {
    .form-modal .modal-dialog.modal-md, .form-modal .modal-dialog.modal-lg {
        display: inline-block;
        text-align: left;
        vertical-align: middle
    }
}

.form-modal .modal-dialog.modal-md {
    max-width: 410px;
    width: 95%
}

.form-modal .modal-dialog.modal-md .col-md-6 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.form-modal .modal-dialog.modal-lg {
    max-width: 616px
}

@media (min-width: 992px) {
    .form-modal .modal-dialog.modal-lg .enquiry_row > [class*='col-']:nth-child(odd) {
        padding-right: 10px
    }

    .form-modal .modal-dialog.modal-lg .enquiry_row > [class*='col-']:nth-child(even) {
        padding-left: 10px
    }

    .form-modal .modal-dialog.modal-lg .enquiry_row > [class*='col-'].comment_row {
        padding-right: 15px;
        padding-left: 15px
    }

    .form-modal .modal-dialog.modal-lg .enquiry_row > [class*='col-'].comment_row + [class*='col-']:nth-child(even) {
        padding-right: 10px;
        padding-left: 15px
    }

    .form-modal .modal-dialog.modal-lg .enquiry_row > [class*='col-'].comment_row + [class*='col-']:nth-child(even) ~ [class*='col-']:nth-child(odd) {
        padding-left: 10px;
        padding-right: 15px
    }

    .form-modal .modal-dialog.modal-lg .enquiry_row > [class*='col-'].comment_row + [class*='col-']:nth-child(even) ~ [class*='col-']:nth-child(even) {
        padding-right: 10px;
        padding-left: 15px
    }
}

.form-modal.no-border .modal-content {
    border-radius: 0
}

.form-modal.extra-padding .modal-header, .form-modal.extra-padding .modal-body, .form-modal.extra-padding .modal-footer {
    padding: 25px 30px;
    border: 0
}

.form-modal.extra-padding .modal-header {
    padding-bottom: 0
}

.form-modal.extra-padding .modal-body {
    padding: 5px 30px 0
}

.form-modal.extra-padding .modal-title {
    padding-left: 0;
    line-height: normal
}

.form-modal .errmsg {
    color: #d9534f
}

.form-modal .thanks_text {
    color: #666666
}

.form-modal .success_caption {
    color: #999999;
    font-size: 20px
}

.modal-sub-title {
    font-size: 18px;
    line-height: 22px;
    margin: 0
}

.form-loader:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.87);
    z-index: 10
}

.form-loader:before {
    content: "\f110";
    display: inline-block;
    font-family: FontAwesome;
    animation: fa-spin 1s infinite steps(8);
    position: absolute;
    top: 40%;
    left: 46%;
    margin: 0 auto;
    z-index: 11;
    font-size: 3.5em;
    color: #ee2424
}

.modal-form .phonegroup {
    padding: 0
}

.modal-form .phonegroup .cccol {
    padding-right: 5px
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-form .phonegroup .cccol {
        width: 15%
    }
}

@media (max-width: 767px) {
    .modal-form .phonegroup .cccol {
        width: 22%
    }
}

.modal-form .phonegroup .nocol {
    padding-left: 5px
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-form .phonegroup .nocol {
        width: 85%
    }
}

@media (max-width: 767px) {
    .modal-form .phonegroup .nocol {
        width: 78%
    }
}

.modal-form .phonegroup .fa-phone {
    position: relative;
    top: 2px
}

.modal-form .input-group-addon {
    background-color: white;
    border-right: 0;
    color: rgba(82, 85, 90, 0.6);
    border-radius: 0;
    padding-right: 0
}

.modal-form .input-group-addon .fa, .modal-form .input-group-addon .far {
    color: rgba(82, 85, 90, 0.6)
}

.modal-form label {
    font-size: 15px;
    line-height: 18px
}

.modal-form input {
    color: #52555A;
    border-radius: 0
}

.modal-form .input-group {
    width: 100%
}

.modal-form .input-group input {
    border-left: 0;
    padding-bottom: 8px
}

.modal-form .form-control {
    box-shadow: none
}

.modal-form .required:after {
    color: red;
    content: " *"
}

.modal-form .btn.btn-primary {
    text-transform: none;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 700
}

.modal-form .formpax {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: normal;
    font-size: 16px;
    text-transform: none;
    border: 1px solid #ccc;
    border-left: 0;
    color: #52555A
}

.modal-form .has-error .formpax {
    border-color: #d9534f
}

.modal-form .plusminus {
    font-size: 18px
}

.modal-form .plusminus.disabled {
    color: #ccc
}

.modal-form .pax-pc {
    background-color: #fff
}

.modal-form .pax-pc .btn {
    letter-spacing: inherit;
    text-transform: capitalize;
    font-weight: 600;
    padding-right: 0
}

.modal-form .paxcount {
    width: 20px;
    display: inline;
    border: 0;
    text-align: center;
    padding: 0;
    font-size: 13px;
    margin: 0;
    background-color: #f6f6f6
}

.modal-form .paxtable {
    width: 100%
}

.modal-form .paxtable td {
    padding: 0;
    border-bottom: 1px solid #ccc
}

.modal-form .paxtable td:first-child {
    width: 100%
}

.modal-form .paxtable tr:last-child td {
    border-bottom: 0
}

.modal-form .paxtable .paxmod {
    padding: 0;
    width: 20px;
    background-color: #f6f6f6
}

.modal-form .paxtable .paxmod:focus {
    outline: 0
}

.modal-form .elm-datepicker--picker {
    padding: 0 5px
}

.modal-form textarea {
    font-family: Lato, FontAwesome
}

.modal-form .enquiry_row > [class*='col-']:last-child .form-group {
    margin-bottom: 0
}

html.no-scroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%
}

html.no-scroll body {
    overflow: hidden
}

html.no-scroll .search-form:before {
    display: block
}

html.nav-active {
    height: 100%;
    overflow: hidden
}

html.nav-active .nav-slide {
    right: -15px !important
}

@media (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    html {
        overflow-x: hidden
    }
}

body.fixed-position .diacritics-drop {
    display: none
}

body.fixed-position .header-style-reversed-default-banner-section {
    margin-top: 0 !important
}

body.center-aligned-header-style[data-page-type="trip"] {
    position: static !important
}

@media (max-width: 992px) {
    body.popup-search .header-transparent .logo, body.popup-search .header-center-aligned .logo {
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width: 992px) {
    body.popup-search .header-transparent .mobile-header__icons, body.popup-search .header-center-aligned .mobile-header__icons {
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width: 767px) {
    body.popup-search .header-reversed-default .menu-holder .nav-opener {
        opacity: 0;
        visibility: hidden
    }
}

body.popup-search #nav, body.popup-search .more-trigger, body.popup-search .sticky-action {
    opacity: 0;
    visibility: hidden
}

body.popup-search .header-center-aligned .main-nav.right-menu {
    opacity: 0;
    visibility: hidden
}

body.popup-search .popup-holder .popup {
    opacity: 1 !important;
    visibility: visible !important
}

@media (min-width: 768px) and (max-width: 991px),(max-width: 767px) {
    body .body-wrapper {
        overflow-x: hidden;
        position: relative
    }
}

body .body-wrapper.no-overflow {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    overflow: hidden
}

.box-shadow {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2)
}

small {
    font-size: 16px
}

.active, li.active > a {
    color: #ee2424 !important
}

.image-gradient {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #0a0a0a 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #0a0a0a 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #0a0a0a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ff0a0a0a', GradientType=0)
}

.image-gradient img {
    z-index: -1
}

.image-gradient-reverse-overlay {
    background-image: -webkit-linear-gradient(top, #000 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #000 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #000 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#00ffffff', GradientType=0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.image-gradient-overlay {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #0a0a0a 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, #0a0a0a 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #0a0a0a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ff0a0a0a', GradientType=0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.image-gradient-overlay img {
    z-index: -1
}

.black-50-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.bg-cover-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%
}

.brand-color {
    color: #ee2424
}

.brand-color .svg path, .brand-color.svg path, .brand-color .svg rect, .brand-color.svg rect {
    fill: #ee2424
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.truncatable {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#google_translate_element .goog-te-gadget-simple img {
    display: none !important
}

#google_translate_element .goog-te-menu-value {
    text-decoration: none
}

#google_translate_element .goog-te-menu-value span:nth-child(1) {
    font-size: 14px !important;
    font-family: Lato !important;
    padding-right: 8px
}

#google_translate_element .goog-te-menu-value span {
    border-left: none !important
}

.ui-datepicker {
    font-size: 14px
}

.no-padding {
    padding: 0 !important
}

.lb-nav a.lb-next:focus, .lb-nav a.lb-prev:focus {
    outline: none
}

.video-container {
    float: none;
    clear: both;
    position: relative;
    padding-bottom: 56.25% !important;
    padding-top: 15px;
    margin: auto
}

.video-container .content-overlay {
    height: 56.25% !important
}

.video-container .content-overlay .custom-slide {
    margin: auto
}

.video-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -99
}

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

@media screen and (min-width: 992px) {
    .play_image {
        width: 96px !important
    }
}

@media (max-width: 767px),(min-width: 768px) and (max-width: 991px) {
    .play_image {
        width: 75px !important
    }
}

.ekko-lightbox .modal-body {
    padding: 0 !important
}

.ekko-lightbox .ekko-lightbox-container {
    height: auto !important
}

.ekko-lightbox .modal-dialog {
    width: auto !important
}

.ekko-lightbox .modal-header {
    display: none !important
}

.lg-backdrop {
    opacity: .75 !important
}

.lg-outer .lg-toolbar .lg-icon {
    color: white !important;
    font-size: 34px;
    font-weight: bold
}

.lg-outer .lg-item {
    max-height: calc(100vh - 110px);
    top: 75px
}

.lg-outer.lg-thumb-open .lg-item {
    max-height: calc(100vh - 205px)
}

.lg-outer .lg-toolbar .lg-close::after {
    content: '' !important
}

.lg-outer .lg-actions .lg-prev {
    position: fixed !important;
    left: 0 !important;
    background: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightbox/prev.png);
    height: 50px;
    width: 45px
}

.lg-outer .lg-actions .lg-next {
    position: fixed;
    right: 0;
    background: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightbox/next.png);
    height: 50px;
    width: 45px
}

.lg-outer .lg-toolbar .lg-close {
    background: url(https://dmgupcwbwy0wl.cloudfront.net/prod/assets/lightbox/close.png) no-repeat;
    width: 30px;
    height: 30px;
    position: fixed !important;
    right: 15px !important;
    top: 15px
}

.lg-outer .lg-sub-html {
    background-color: transparent !important;
    color: white !important;
    font-weight: bold;
    top: 10px !important;
    height: 50px;
    font-size: 28px;
    width: 60%
}

.lg-outer .lg-sub-html .caption-text {
    position: absolute;
    left: 5px;
    width: 65%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.lg-outer .lg-sub-html button {
    position: absolute;
    right: 5px;
    height: 44px;
    width: 200px;
    color: #FFFFFF;
    font-family: Cabin;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 22px;
    background-color: #ee2424;
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.lg-outer .lg-toolbar {
    background-color: transparent !important
}

.lg-outer #lg-counter {
    color: white !important;
    font-weight: bold;
    position: fixed;
    bottom: 100px;
    padding-left: 6px !important
}

.lg-outer .lg-toogle-thumb::after {
    content: " \f107";
    font-family: fontawesome
}

.lg-outer .lg-toogle-thumb {
    font-size: 16px;
    width: 105px;
    color: white;
    background-color: transparent !important;
    right: 0 !important
}

@media (max-width: 767px) {
    .lg-outer .lg-sub-html {
        font-size: 18px;
        width: 100% !important;
        top: 20px !important;
        padding: 0
    }

    .lg-outer .lg-sub-html button {
        width: 160px;
        position: relative;
        text-align: center
    }

    .lg-outer .lg-sub-html .caption-text {
        width: 40%;
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .lg-outer .caption-text {
        width: 55% !important;
        font-size: 22px
    }

    .lg-outer .lg-sub-html button {
        transform: scale(.8);
        right: -15px
    }
}

.lg-outer.lg-hide-items #lg-counter {
    display: none
}

.lg-outer #lg-counter {
    display: inline-block;
    white-space: nowrap
}

.lg {
    width: 60% !important
}

.lg-icon {
    font-family: inherit !important
}

@media (max-width: 767px) {
    .lg {
        width: 100% !important
    }

    .content-area .trips-play-btn {
        width: 60px
    }
}

.lg-outer .lg-thumb-outer {
    background-color: transparent !important
}

.lg-outer .lg-thumb-outer .lg-thumb-item {
    border: none;
    position: relative
}

.lg-outer .lg-thumb-outer .lg-thumb-item img {
    position: absolute
}

.lg-outer .lg-thumb-outer .lg-thumb-item .play-yt-image {
    width: 30px;
    height: 30px;
    top: 25px;
    left: 35px
}

.gallery-overlay {
    cursor: pointer
}

.content-area .trips-play-btn {
    top: 40%;
    position: absolute;
    left: 45%
}

#floating-refresh-cache {
    z-index: 999;
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: 40px;
    left: 40px;
    background-color: #fff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.45)
}

#floating-refresh-cache .fa {
    font-size: 1.15em;
    color: black
}

ul.breadcrumb-section {
    padding: 0;
    list-style: none;
    border-radius: 4px;
    margin-top: 20px
}

ul.breadcrumb-section li {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px
}

ul.breadcrumb-section li a {
    color: #ee2424;
    text-decoration: none
}

ul.breadcrumb-section li + li:before {
    content: "\003E";
    padding: 0 5px;
    color: #000
}

@media (max-width: 767px) {
    ul.breadcrumb-section li {
        display: none
    }

    ul.breadcrumb-section li:nth-last-child(3) {
        display: inline-block !important
    }

    ul.breadcrumb-section li:nth-last-child(3) a {
        text-decoration: underline
    }

    ul.breadcrumb-section li + li:before {
        content: "\003C"
    }
}

.focus-image:not(.no-focus) {
    opacity: 0;
    transition: opacity .5s ease
}

.focus-image:not(.no-focus).loaded {
    opacity: 1
}
#success_msg{text-align: center;display: none;margin-top: 200px;background-color: #FFF;padding:50px 5px 60px 5px;border-radius:7px}
#success_msg h2{color:green;}
#success_msg p{color:green}
#response_loader{display: none}
#con_success{text-align:center;color:green;padding:40px 0 150px 0;display: none}



/**************************testimonial styles***************************/

.carousel {
    margin: 50px auto;
    padding: 0 70px;
}
.carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}
.carousel .media img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {
    padding: 0 15px 0 60px ;
    position: relative;
}
.carousel .testimonial::before {
    content: '\93';
    color: #e2e2e2;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: 15px;
    top: 0;
}
.carousel .overview b {
    text-transform: capitalize;
    color:#ff6000;
}
.carousel .carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 1px 3px;
}
.carousel-indicators li {   
    background: #a7a7a8;
    border: 4px solid #a7a7a8;
}
.carousel-indicators li.active {
    color: #fff;
    background:#FFF;    
    border: 5px double;    
}
.testimonial p{
    color:#353535;
}