/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@charset "UTF-8";
@import 'https://s3.amazonaws.com/sharetribe-manual-assets/webfonts/ss-pika/ss-social.css';
@import 'https://s3.amazonaws.com/sharetribe-manual-assets/webfonts/ss-pika/ss-pika.css';
@import url(//fonts.googleapis.com/css?family=Dancing+Script);
@import 'custom.css';

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.trip_pref_btn {
    margin-top: -2px;
}

label.checkbox {
    color: #656667 !important;
}

a.btn.btn-primary.btn-large.fsssi_toolbarbtn.generator_back_to_list_btn {
    background: #656667;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lwh {
    margin-bottom: 5px;
}

.cancelleddiv {
    padding: 10px;
    color: #fff;
    background-color: #df3a3a !important;
    border: 1px dashed #ffffff;
}

.purchaseddiv {
    padding: 10px;
    color: #fff;
    background-color: #fa6d0b !important;
    border: 1px dashed #ffffff;
}

.subsidddiv {
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 183, 126, 0.91) !important;
    border: 1px dashed #ffffff;
    margin-bottom: 10px;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-stacking + .noUi-origin {
    /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
    *z-index: -1;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-horizontal.noUi-extended {
    padding: 0 15px;
}

.noUi-horizontal.noUi-extended .noUi-origin {
    right: -15px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

.noUi-vertical.noUi-extended {
    padding: 15px 0;
}

.noUi-vertical.noUi-extended .noUi-origin {
    bottom: -15px;
}

/* Styling;
 */
.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF,
    inset 0 1px 7px #EBEBEB,
    0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF,
    inset 0 1px 7px #DDD,
    0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Blocked state;
 */
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
    background: #4FDACF;
}

/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);

        font-size: 100%;
        height: 100%;
    }
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
    /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    color: #000000;
    background-color: #ffcd70;
    border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    background-image: none;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    color: #000000;
    background-color: #f7ca77;
    border-color: #f1a417;
    border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    color: #000000;
    background-color: #f4bb51;
    border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    background-image: none;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #f7ca77;
    border-color: #f1a417;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    color: #ffffff;
    background-color: #858585;
    border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    background-image: none;
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
    background-color: #999999;
    border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker table tr td span:hover {
    background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-image: none;
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
}

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: solid #cccccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
    padding: 0px 5px;
}

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {
    margin: 0;
    padding: 0;
    border: 0
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 1em
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    height: 100%;
    min-height: 100%;
    font-size: 100%;
    position: relative
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

svg:not(:root) {
    overflow: hidden
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

b, strong {
    font-weight: bold
}

pre {
    white-space: pre
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

input, textarea, button, select {
    margin: 0;
    font-size: 100%;
    line-height: normal;
    vertical-align: baseline;
    font-family: inherit
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled], input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a img, img {
    -ms-interpolation-mode: bicubic;
    border: 0
}

hr {
    color: transparent;
    background: none
}

@charset "UTF-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a, input, button {
    -ms-touch-action: none !important
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1.5em
}

@media (max-width: 19.875em) {
    body {
        font-size: 0.8125em
    }
}

.page-content {
    padding-bottom: 4.5em;
    padding-top: 0.75em
}

.page-content p {
    margin-bottom: 0.75em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.page-content br {
    height: 0.75em
}

@media (min-width: 48em) {
    .page-content {
        padding-top: 1.5em
    }
}

body {
    background: #fff;
    color: #3c3c3c;
    height: auto
}

ul {
    padding-left: 1.5em
}

.section {
    padding: 0.75em;
    overflow: hidden;
    *zoom: 1
}

@media (min-width: 48em) {
    .section {
        padding: 0em 0.75em
    }
}

@media (min-width: 63em) {
    .section {
        padding: 0em 0em
    }
}

.centered-section, .centered-section-wide, .centered-section-narrow, .left-navi-section {
    margin-top: 0.375em
}

.centered-section textarea, .centered-section-wide textarea, .centered-section-narrow textarea, .left-navi-section textarea {
    height: 7.5em
}

.centered-section-narrow {
    max-width: 22.5em
}

.centered-section {
    max-width: 28.5em
}

.centered-section-wide {
    max-width: 37.5em
}

.centered-section, .centered-section-wide, .centered-section-narrow {
    padding: 0.75em;
    margin-left: auto;
    margin-right: auto
}

.centered-section form, .centered-section-wide form, .centered-section-narrow form {
    padding-bottom: 3em
}

.centered-section a.fb-connect, .centered-section-wide a.fb-connect, .centered-section-narrow a.fb-connect {
    position: relative;
    cursor: pointer;
    color: white;
    display: block;
    text-align: left;
    text-shadow: 0px 0px 1px #aaa;
    background: #25567c;
    min-height: 42px;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    padding: 0.625em 2% 0.375em 2%;
    width: 100%;
    margin-bottom: 0.75em;
    margin-top: 2.25em
}

.centered-section a.fb-connect:hover, .centered-section-wide a.fb-connect:hover, .centered-section-narrow a.fb-connect:hover {
    background: #6f99bc
}

.centered-section a.fb-connect .fb-icon, .centered-section-wide a.fb-connect .fb-icon, .centered-section-narrow a.fb-connect .fb-icon {
    position: absolute;
    font-size: 1.375em;
    line-height: 1.09091em;
    font-weight: 600;
    top: 0.625em;
    left: 0.4375em
}

.centered-section a.fb-connect .fb-text, .centered-section-wide a.fb-connect .fb-text, .centered-section-narrow a.fb-connect .fb-text {
    padding: 0em 0.625em 0.4375em 1.875em
}

@media (min-width: 48em) {
    .centered-section a.fb-connect .fb-icon, .centered-section-wide a.fb-connect .fb-icon, .centered-section-narrow a.fb-connect .fb-icon {
        font-size: 1.625em;
        line-height: 1.38462em;
        font-weight: 600;
        top: 0.3125em;
        left: 0.3125em
    }

    .centered-section a.fb-connect .fb-text, .centered-section-wide a.fb-connect .fb-text, .centered-section-narrow a.fb-connect .fb-text {
        padding: 0.0625em 0.625em 0.4375em 2.1875em
    }
}

.centered-section .jsmap, .centered-section-wide .jsmap, .centered-section-narrow .jsmap {
    display: block;
    width: 100%;
    height: 12em;
    margin-top: 0.75em
}

.centered-section select.full-width, .centered-section-wide select.full-width, .centered-section-narrow select.full-width {
    display: block;
    width: 100%;
    margin-top: 0.3125em
}

@media (min-width: 63em) {
    .centered-section, .centered-section-wide, .centered-section-narrow {
        padding: 0 0.75em
    }
}

.left-navi-section {
    padding: 0.75em 0
}

@media (min-width: 48em) {
    .left-navi-section {
        padding: 0 0.75em;
        margin-left: 15.75em
    }
}

@media (min-width: 63em) {
    .left-navi-section {
        padding: 0
    }
}

.left-navi-section small {
    display: inline
}

.left-navi-section .map {
    display: block;
    width: 100%;
    height: 12em;
    margin-top: 0.75em
}

.left-navi {
    display: none;
    margin-top: -0.375em
}

@media (min-width: 48em) {
    .left-navi {
        display: block;
        position: absolute
    }

    .left-navi a {
        position: relative;
        padding: 0.375em 0.75em;
        display: block;
        font-weight: normal;
        cursor: pointer;
        -webkit-border-radius: 0.3125em;
        -moz-border-radius: 0.3125em;
        -ms-border-radius: 0.3125em;
        -o-border-radius: 0.3125em;
        border-radius: 0.3125em;
        width: 14.25em;
        min-height: 2.375em
    }

    .left-navi a.selected {
        background: #e8e8e8
    }

    .left-navi a.selected:after {
        display: block;
        position: absolute;
        right: 0.75em;
        top: 0.4375em;
        content: "→"
    }

    .left-navi .left-navi-link-text {
        padding: 0 1.5em 0 1.5em
    }

    .left-navi .left-navi-link-icon {
        position: absolute;
        top: 0.5em
    }
}

.avatar {
    position: relative;
    width: 1.5em
}

.avatar img {
    width: 100%;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em
}

.icon {
    font-size: 1.375em;
    line-height: 1.09091em;
    font-weight: 600;
    height: 1em;
    overflow: hidden;
    text-align: center;
    display: block;
    padding-top: 0.075em
}

.icon-with-text {
    display: inline-block;
    padding-right: 0.25em;
    position: relative;
    top: 0.125em
}

.list-icon-margin {
    margin-top: 0.1875em
}

.text-with-icon {
    display: inline-block
}

.icon-with-text-container {
    position: relative;
    display: inline-block;
    margin-right: 0.625em;
    text-align: left
}

.icon-with-text-container .icon-part {
    position: absolute;
    top: 0.125em
}

.icon-with-text-container .text-part {
    padding-left: 1.4375em;
    min-height: 1.875em
}

form .checkbox-container {
    position: relative
}

form .checkbox-container input[type=checkbox] {
    position: absolute;
    top: 0.9375em
}

form .checkbox-container input[type=radio] {
    position: absolute;
    top: 0.75em
}

form .checkbox-container label {
    display: inline-block;
    width: auto;
    padding: 0 0 0 1.5em;
    margin-top: 0.5625em;
    margin-bottom: 0.1875em;
    font-weight: 600
}

form .checkbox-container label.radio {
    margin-top: 0.4375em
}

form .checkbox-container a {
    display: inline-block
}

form .select-tag-dropdown {
    margin-bottom: 0.75em
}

.unwanted_text_field {
    display: none
}

.inline-label-container {
    margin-top: 0.75em;
    margin-bottom: 0.0625em
}

.label, label {
    width: 100%;
    display: block;
    margin-top: 0.75em;
    margin-bottom: 0.1875em;
    font-weight: 600
}

label.inline {
    width: auto;
    display: inline;
    margin-right: 0.75em
}

label.radiobutton {
    display: inline;
    margin-left: 0.375em;
    font-weight: 500
}

.label-info {
    display: inline;
    color: gray;
    font-size: 0.8125em;
    line-height: 1.38462em
}

button, .button {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em
}

button .content, .button .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

button:hover, .button:hover {
    background: #000;
    color: #fff
}

button:active, .button:active {
    background: #000;
    color: #fff
}

.inline-button-container {
    display: inline-block;
    vertical-align: top
}

.cancel-button {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: gray;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    margin-left: 0.375em
}

.cancel-button .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.cancel-button:hover {
    background: #737373;
    color: #fff
}

.cancel-button:active {
    background: #666;
    color: #fff
}

.delete-button {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: red;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em
}

.delete-button .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.delete-button:hover {
    background: #e60000;
    color: #fff
}

.delete-button:active {
    background: #c00;
    color: #fff
}

.big-button, .inline-big-button {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    font-size: 22px;
    height: 60px;
    line-height: 24px;
    padding-bottom: 3px
}

.big-button .content, .inline-big-button .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.big-button:hover, .inline-big-button:hover {
    background: #000;
    color: #fff
}

.big-button:active, .inline-big-button:active {
    background: #000;
    color: #fff
}

.inline-big-button {
    margin: 0 auto
}

label.error {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    padding: 0.3125em 0.625em 0.625em 0.625em;
    background: red;
    color: #fff;
    display: block;
    width: 100%;
    margin: 0.75em 0 0.75em 0;
    position: relative
}

label.error:before {
    content: "";
    border: 0.5em solid transparent;
    border-bottom-color: red;
    position: absolute;
    left: 1.125em;
    top: -1em
}

.unread {
    background: #e8e8e8
}

.permanent-notification {
    margin-bottom: 0.75em;
    font-size: 0.8125em;
    line-height: 1.38462em;
    color: gray
}

.bottom-margin {
    display: none
}

@media (min-width: 48em) {
    .bottom-margin {
        display: block;
        position: absolute;
        top: 42.75em;
        left: 45em;
        width: 18em;
        height: 7.5em
    }
}

.share-type-link {
    font-family: 'Montserrat', sans-serif;
    color: gray;
    font-size: 0.625em;
    font-weight: normal;
    white-space: nowrap;
    background: #e8e8e8;
    color: #3c3c3c;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em
}

.share-type-link:hover {
    background: gray;
    color: #fff
}

.tribe-actions {
    background: #000
}

.tribe-actions .hidden {
    display: none
}

.tribe-actions a {
    display: block;
    float: left;
    padding: 0.5em 0.4375em 0.75em 0.5625em;
    color: #171717;
    height: 1.5em;
    overflow: hidden;
    color: #fff
}

.tribe-actions a:hover {
    background: #000
}

.tribe-actions a.selected-navi-link {
    color: #3c3c3c;
    background: #fff
}

.tribe-actions a.first-child {
    margin-left: 0em
}

.tribe-actions .about-toggle.toggled {
    background: #171717
}

@media (min-width: 48em) {
    .tribe-actions .about-toggle {
        display: none
    }

    .tribe-actions .search-toggle {
        display: none
    }

    .tribe-actions a {
        padding: 0.5em 0.9375em 0.75em 0.9375em
    }

    .tribe-actions a.first-child {
        margin-left: 15.75em
    }
}

@media (min-width: 63em) {
    .tribe-actions .hidden {
        display: inline-block
    }
}

.no-tribe-title {
    color: #fff;
    position: absolute;
    bottom: -0.25em;
    left: 0.125em;
    font-family: 'Montserrat', sans-serif;
    font-size: 4.25em;
    line-height: 1.05882em;
    font-weight: 700;
    z-index: 0
}

@media (min-width: 48em) {
    .no-tribe-title {
        right: 0;
        left: auto;
        font-size: 6.875em;
        line-height: 1.09091em;
        font-weight: 700
    }
}

@media (min-width: 48em) {
    .no-tribe-section {
        margin-top: 1.5em
    }
}

.lightbox, .expiration-notice {
    display: none;
    position: relative;
    margin: 15em auto;
    max-width: 33em;
    padding: 1.875em 1.5em
}

.lightbox-content {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 1.5em;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em
}

.lightbox-content h2 {
    margin-bottom: 0.375em
}

.lightbox-content h3, .lightbox-content h4 {
    margin-top: 0.75em;
    margin-bottom: 0.375em
}

.lightbox-content p {
    margin-bottom: 0.75em;
    font-size: 0.8125em;
    line-height: 1.38462em
}

.lightbox-content .consent {
    margin-top: 3em
}

@media (min-width: 48em) {
    .lightbox-content h2 {
        font-size: 1.375em;
        line-height: 1.09091em;
        font-weight: 600
    }

    .lightbox-content p {
        font-size: 1em;
        line-height: 1.5em
    }
}

.image-lightbox {
    max-width: 50em
}

.image-lightbox-content {
    padding: 0.75em
}

.image-lightbox-content img {
    width: 100%
}

a.lightbox-x {
    border: 0.125em solid #fff;
    width: 1.875em;
    height: 1.875em;
    padding: 0.0625em 0.25em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #171717;
    border: 0.1875em solid #fff;
    color: #fff
}

a.lightbox-x:hover {
    background: #3c3c3c
}

@media (min-width: 48em) {
    a.lightbox-x {
        width: 2.25em;
        height: 2.25em;
        font-size: 1.375em;
        line-height: 1.09091em;
        font-weight: 600;
        padding: 0.4375em
    }
}

.expiration-lightbox {
    max-width: 675px;
    width: 95%
}

.expiration-content {
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em
}

.expiration-head-panel {
    width: 90%;
    margin: 0 auto 30px auto
}

.expiration-title {
    font-size: 38px;
    line-height: 38px;
    font-weight: normal;
    text-align: center;
    margin: 0px;
    padding: 30px 0
}

.expiration-subtitle {
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    margin: 0px
}

.expiration-plans-panel {
    background-color: #f6f8f7
}

.expiration-plans-wrapper {
    margin: 0 auto;
    padding: 30px 15px
}

.expiration-plan-title {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 30px 0
}

.expiration-plan-desc {
    font-size: 16px;
    line-height: 30px;
    text-align: center
}

.expiration-plan-select {
    max-width: 400px;
    margin: 30px auto 0 auto;
    overflow: hidden;
    *zoom: 1
}

.expiration-plan-wrapper, .expiration-plan-wrapper-left, .expiration-plan-wrapper-right {
    width: 185px;
    margin: 10px auto
}

@media (min-width: 37.5em) {
    .expiration-plan-wrapper-left {
        float: left;
        margin: 0
    }
}

@media (min-width: 37.5em) {
    .expiration-plan-wrapper-right {
        float: right;
        margin: 0
    }
}

.expiration-plan-monthly, .expiration-plan-biannual {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background-color: white;
    color: black;
    padding: 30px 0;
    border: solid 1px #ccc
}

.expiration-plan-biannual {
    background-color: #f35937;
    border: solid 1px #f35937;
    color: white
}

.expiration-subscribe-title {
    text-align: center;
    font-size: 21px;
    line-height: 21px
}

.expiration-subscribe-price-per {
    display: block;
    margin: 10px auto 0 auto;
    width: 92px
}

.expiration-subscribe-price {
    text-align: center;
    font-size: 46px;
    line-height: 48px
}

.expiration-subscribe-per {
    text-align: center;
    font-size: 16px;
    line-height: 16px
}

.plan-price-disclaimer-desc {
    font-size: 13px;
    color: #999;
    margin-top: 10px
}

.expiration-footer {
    padding: 30px 10px
}

.expiration-alternative-plans {
    font-size: 14px;
    line-height: 14px;
    text-align: center
}

.noscript-padding {
    height: 6em
}

.noscript {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0.75em 0em;
    height: 6em;
    background: #c81f1f;
    color: white
}

.noscript .wrapper, .noscript .wrapper h2, .noscript .wrapper p {
    background: #c81f1f;
    color: white
}

.error-page {
    padding-top: 4.5em
}

.error-page p {
    padding: 0.75em 0
}

.error-page button {
    padding: 0.4375em 1.25em 0.4375em 1.25em
}

.app-store-badge {
    display: none
}

@media (min-width: 48em) {
    .app-store-badge {
        display: block;
        margin-top: 1.125em
    }

    .app-store-badge img {
        width: 75%
    }
}

.private-listing-notification {
    padding: 0 1.125em
}

@media (min-width: 48em) {
    .private-listing-notification {
        padding: 0
    }
}

.feed-actions {
    background: #fff
}

.feed-actions .request-link {
    display: block;
    float: left;
    padding: 0.625em 0.9375em 0.625em 0.9375em;
    color: #000
}

.feed-actions .request-link:hover {
    color: #000
}

@media (min-width: 48em) {
    .feed-actions .request-link {
        -webkit-border-radius: 0.3125em;
        -moz-border-radius: 0.3125em;
        -ms-border-radius: 0.3125em;
        -o-border-radius: 0.3125em;
        border-radius: 0.3125em;
        background: #000;
        color: #fff;
        text-align: center;
        cursor: pointer;
        margin: 0.75em 0;
        padding: 0 1.5em;
        padding-bottom: 4px;
        height: 2.625em;
        border: 0;
        display: table;
        line-height: 1.5em;
        font-size: 22px;
        height: 60px;
        line-height: 24px;
        padding-bottom: 3px;
        padding: 0.5em 0.5em 0.625em 0.5em;
        width: 100%;
        margin: 0 0 0.75em 0
    }

    .feed-actions .request-link .content {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

    .feed-actions .request-link:hover {
        background: #000;
        color: #fff
    }

    .feed-actions .request-link:active {
        background: #000;
        color: #fff
    }

    .feed-actions .request-link:hover {
        color: #fff
    }
}

.feed-filters {
    background: #171717;
    padding: 0.75em;
    position: relative
}

.feed-filters .filter-title {
    display: none
}

.feed-filters .feed-filter-dropdowns {
    margin-top: 0.375em
}

@media (min-width: 48em) {
    .feed-filters {
        background: #fff;
        padding: 0
    }

    .feed-filters .filter-title {
        margin-bottom: 0.375em;
        display: block
    }

    .feed-filters .feed-filter-dropdowns {
        margin-top: 0
    }

    .feed-filters .feed-filter-dropdowns select {
        margin-bottom: 0.375em
    }

    .feed-filters select, .feed-filters option {
        width: 17.1em
    }
}

.feed-map-link {
    position: relative
}

.feed-map-link a.map-link, .feed-map-link .hidden-text {
    display: none
}

@media (min-width: 48em) {
    .feed-map-link {
        background: transparent;
        padding: 0
    }

    .feed-map-link a.map-link {
        display: inline;
        cursor: pointer;
        position: absolute;
        top: 0em;
        right: 0;
        padding-top: 0.5625em;
        color: #3c3c3c;
        margin-right: 0.75em
    }

    .feed-map-link a.map-link:hover {
        color: #000
    }
}

@media (min-width: 63em) {
    .feed-map-link .hidden-text {
        margin-right: 0;
        display: inline-block
    }
}

.feed-navigation {
    background: #171717
}

@media (min-width: 48em) {
    .feed-navigation {
        float: left;
        width: 17.25em
    }

    .feed-navigation .toggle {
        display: none
    }

    .feed-navigation .toggle-menu {
        display: block
    }
}

.feed .map {
    display: block;
    width: 100%;
    height: 18.75em
}

@media (min-width: 48em) {
    .feed {
        margin-left: 20.25em
    }

    .feed .map {
        height: 27em
    }
}

@media (min-width: 48em) {
    .view-item .item-description {
        padding-right: 24em;
        min-height: 15em
    }
}

.view-item .item-description p, .view-item .item-description li {
    font-size: 0.8125em;
    line-height: 1.38462em
}

@media (min-width: 37.5em) {
    .view-item .item-description p, .view-item .item-description li {
        font-size: 1em;
        line-height: 1.5em
    }
}

.view-item .button {
    margin: 0 0 0.75em 0;
    width: 100%;
    display: block
}

@media (min-width: 48em) {
    .view-item .button {
        -webkit-border-radius: 0.3125em;
        -moz-border-radius: 0.3125em;
        -ms-border-radius: 0.3125em;
        -o-border-radius: 0.3125em;
        border-radius: 0.3125em;
        background: #000;
        color: #fff;
        text-align: center;
        cursor: pointer;
        margin: 0.75em 0;
        padding: 0 1.5em;
        padding-bottom: 4px;
        height: 2.625em;
        border: 0;
        display: table;
        line-height: 1.5em;
        font-size: 22px;
        height: 60px;
        line-height: 24px;
        padding-bottom: 3px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 16.375em
    }

    .view-item .button .content {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

    .view-item .button:hover {
        background: #000;
        color: #fff
    }

    .view-item .button:active {
        background: #000;
        color: #fff
    }
}

.view-item .listing-icons {
    padding-top: 0.75em
}

.view-item .listing-icons a {
    color: #3c3c3c
}

.view-item .listing-icons a:hover {
    color: #000
}

.view-item .listing-departure-time {
    padding: 0.375em 0 0.75em 0
}

.view-item .item-image {
    position: relative;
    float: right;
    width: 6.75em;
    margin: 0 0 0.75em 0.75em
}

.view-item .item-image img {
    display: block;
    max-width: 100%;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em
}

@media (min-width: 48em) {
    .view-item .item-image {
        float: none;
        margin: 0;
        position: absolute;
        right: 0em;
        top: 6em;
        width: 22.5em;
        height: 16.875em
    }

    .view-item .item-image img {
        width: 22.5em;
        height: 16.875em;
        max-width: 22.5em
    }
}

.view-item .jsmap {
    display: block;
    width: 100%;
    height: 12em;
    top: 0
}

@media (min-width: 48em) {
    .view-item .jsmap {
        position: absolute;
        right: 0em;
        top: 25.5em;
        width: 22.5em;
        height: 15em
    }
}

@media (min-width: 48em) {
    .view-item .upper-map {
        top: 6em
    }
}

.view-item .listing-author {
    position: relative;
    padding-top: 1.5em;
    min-height: 7.5em
}

.view-item .listing-author h3 {
    margin: 0;
    padding: 0;
    display: inline
}

.view-item .listing-author .listing-author-image {
    padding: 0.3125em 0.3125em 0.125em 0.3125em;
    background: #fff;
    position: absolute;
    top: 1.5em;
    left: 0.1875em;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.1875em 0.125em;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.1875em 0.125em;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0.1875em 0.125em;
    width: 3em
}

.view-item .listing-author .listing-author-image img {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    width: 100%
}

.view-item .listing-author .listing-author-description {
    padding-left: 4.875em
}

.view-item .listing-author .listing-author-description .icon-with-text {
    margin-top: 0;
    font-size: 0.8125em;
    line-height: 1.38462em
}

.view-item .listing-author .listing-author-description .text-with-icon {
    margin-top: 0.25em;
    font-size: 0.8125em;
    line-height: 1.38462em
}

@media (min-width: 48em) {
    .view-item .listing-author {
        padding-top: 1.875em
    }

    .view-item .listing-author .listing-author-image {
        width: 6.75em;
        padding: 0.3125em 0.3125em 0.125em 0.3125em
    }

    .view-item .listing-author .listing-author-description {
        padding-left: 9em
    }

    .view-item .listing-author .listing-author-description .icon-with-text {
        margin-top: 0.125em;
        font-size: 1em;
        line-height: 1.5em
    }

    .view-item .listing-author .listing-author-description .text-with-icon {
        margin-top: 0;
        font-size: 1em;
        line-height: 1.5em
    }
}

.view-item .social {
    position: relative;
    padding-top: 0.75em
}

.view-item .social .fb-like-container {
    position: absolute
}

.view-item .social .tweet-button-container {
    padding-left: 12.75em
}

.view-item .discussion h2 {
    margin-top: 0;
    margin-bottom: 0.375em;
    display: inline-block
}

.view-item .discussion .follow-links {
    display: inline-block;
    margin-left: 0.75em
}

.view-item .discussion .comment {
    position: relative;
    border-top: 1px dotted #c3c3c3;
    padding: 0.375em 1.5em 0.375em 2.25em
}

.view-item .discussion .comment .avatar {
    position: absolute;
    left: 0;
    top: 0.75em
}

.view-item .discussion .comment .avatar img {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em
}

.view-item .discussion .comment h3, .view-item .discussion .comment small {
    display: inline
}

.view-item .discussion .comment small {
    color: gray
}

.view-item .discussion .comment .comment-content, .view-item .discussion .comment .comment-icon {
    font-size: 0.8125em;
    line-height: 1.38462em
}

@media (min-width: 37.5em) {
    .view-item .discussion .comment .comment-content, .view-item .discussion .comment .comment-icon {
        font-size: 1em;
        line-height: 1.5em
    }
}

.view-item .discussion .comment .comment-icons {
    padding-top: 0.375em;
    padding-bottom: 0.375em
}

.view-item .discussion .comment .comment-icon {
    display: inline-block;
    margin-right: 0.75em
}

.view-item .discussion .comment-form {
    border-top: 1px dotted #c3c3c3;
    padding-top: 0.75em;
    position: relative
}

.view-item .discussion .comment-form textarea {
    width: 95%;
    height: 6em
}

@media (min-width: 48em) {
    .view-item .discussion {
        padding-top: 2.25em
    }

    .view-item .discussion h2 {
        font-size: 1.375em;
        line-height: 1.09091em;
        font-weight: 600
    }

    .view-item .discussion .comment {
        padding: 0.75em 1.5em 0.375em 3.75em
    }

    .view-item .discussion .comment .avatar {
        width: 3em
    }

    .view-item .discussion .comment h3 {
        margin: 0
    }

    .view-item .discussion .comment-form textarea {
        width: 100%;
        height: 9em
    }
}

.overflow-allowed {
    overflow: visible
}

.view-profile .profile-description .profile-details {
    min-height: 7.5em
}

.view-profile .profile-description p, .view-profile .profile-description li {
    font-size: 0.8125em;
    line-height: 1.38462em
}

@media (min-width: 37.5em) {
    .view-profile .profile-description p, .view-profile .profile-description li {
        font-size: 1em;
        line-height: 1.5em
    }
}

@media (min-width: 48em) {
    .view-profile .profile-description {
        padding-right: 21em
    }

    .view-profile .profile-description .profile-details {
        min-height: 0
    }
}

.view-profile .button {
    margin: 0 0 0.75em 0;
    width: 100%;
    display: block
}

@media (min-width: 48em) {
    .view-profile .button {
        -webkit-border-radius: 0.3125em;
        -moz-border-radius: 0.3125em;
        -ms-border-radius: 0.3125em;
        -o-border-radius: 0.3125em;
        border-radius: 0.3125em;
        background: #000;
        color: #fff;
        text-align: center;
        cursor: pointer;
        margin: 0.75em 0;
        padding: 0 1.5em;
        padding-bottom: 4px;
        height: 2.625em;
        border: 0;
        display: table;
        line-height: 1.5em;
        font-size: 22px;
        height: 60px;
        line-height: 24px;
        padding-bottom: 3px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 13.0625em
    }

    .view-profile .button .content {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

    .view-profile .button:hover {
        background: #000;
        color: #fff
    }

    .view-profile .button:active {
        background: #000;
        color: #fff
    }
}

.view-profile .profile-image {
    position: relative;
    float: right;
    width: 6.75em;
    height: 6.75em;
    margin: 0 0 0.75em 0.75em
}

.view-profile .profile-image img {
    display: block;
    width: 6.75em;
    height: 6.75em;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em
}

@media (min-width: 48em) {
    .view-profile .profile-image {
        float: none;
        margin: 0;
        position: absolute;
        right: 0em;
        top: 6em;
        width: 18em;
        height: 18em
    }

    .view-profile .profile-image img {
        width: 18em;
        max-width: 18em;
        height: 18em
    }
}

.view-profile .profile-icons {
    padding-top: 0.75em
}

.view-profile .jsmap {
    display: block;
    width: 100%;
    height: 12em;
    margin-top: 0.75em
}

@media (min-width: 48em) {
    .view-profile .jsmap {
        margin-top: 0;
        margin-bottom: 3em;
        position: absolute;
        right: 0em;
        top: 26.25em;
        width: 18em;
        height: 15em
    }
}

.view-profile .trustcloud {
    display: block;
    width: 100%;
    height: 12em;
    margin-top: 0.75em
}

.view-profile .trustcloud small {
    display: inline;
    margin-left: 0.75em
}

@media (min-width: 48em) {
    .view-profile .trustcloud {
        margin-top: 0;
        margin-bottom: 3em;
        position: absolute;
        right: 0em;
        top: 29.25em;
        width: 18em;
        height: 15em
    }
}

@media (min-width: 48em) {
    .view-profile .trustcard-upper {
        right: 0em;
        top: 26.25em
    }
}

@media (min-width: 48em) {
    .view-profile .trustcard-lower {
        right: 0em;
        top: 42.75em
    }
}

.view-profile .action-link {
    display: block;
    width: 100%;
    margin-right: 0.75em;
    cursor: pointer
}

@media (min-width: 48em) {
    .view-profile .action-link {
        position: absolute;
        right: 0;
        top: 26.25em;
        width: 15.75em;
        text-align: left;
        padding-bottom: 0.375em
    }
}

.view-profile .add-profile-picture-link {
    display: none
}

@media (min-width: 48em) {
    .view-profile .add-profile-picture-link {
        cursor: pointer;
        position: absolute;
        right: 0;
        margin: 0;
        width: 15em;
        padding: 0.75em 1.5em;
        display: block;
        top: 22.5em;
        color: #fff;
        background: #000;
        -moz-border-radius-bottomleft: 0.3125em;
        -webkit-border-bottom-left-radius: 0.3125em;
        border-bottom-left-radius: 0.3125em;
        -moz-border-radius-bottomright: 0.3125em;
        -webkit-border-bottom-right-radius: 0.3125em;
        border-bottom-right-radius: 0.3125em
    }

    .view-profile .add-profile-picture-link:hover {
        color: #fff;
        background: #000
    }
}

.login-form .facebook-account-info {
    color: #3c3c3c;
    position: relative;
    display: block;
    width: 100%;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    border: 1px solid #c3c3c3;
    margin-bottom: 0.375em
}

.login-form .facebook-account-info .link-icon {
    position: absolute;
    top: 0.5em;
    left: 0.75em
}

.login-form .facebook-account-info .link-text {
    margin-left: 2.5em;
    margin-right: 2.25em;
    padding: 0.375em 0 0.625em 0
}

#password_forgotten {
    display: none
}

.title-label {
    font-weight: 600
}

.new-feedback-form {
    padding-top: 1.5em
}

@media (min-width: 48em) {
    .new-feedback-form {
        padding-top: 0
    }
}

.new-listing-form h2, .edit-listing-form h2 {
    margin-top: 0.75em
}

.new-listing-form a.select, .edit-listing-form a.select {
    position: relative;
    display: block;
    width: 100%;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    border: 2px solid #c3c3c3;
    min-height: 42px;
    margin-bottom: 0.375em
}

.new-listing-form a.select:hover, .edit-listing-form a.select:hover {
    background: #e8e8e8
}

.new-listing-form a.select .link-text, .edit-listing-form a.select .link-text {
    margin-left: 0.9375em;
    padding: 0.375em 0 0.5em 0
}

.new-listing-form a.selected, .edit-listing-form a.selected {
    background: #e8e8e8;
    position: relative
}

.new-listing-form select.listing_datetime_select, .edit-listing-form select.listing_datetime_select {
    margin-left: 0.375em
}

.new-listing-form .selected-group .hidden, .new-listing-form .option-group .hidden, .edit-listing-form .selected-group .hidden, .edit-listing-form .option-group .hidden {
    display: none
}

.price-title-field {
    max-width: 12em
}

.price-field {
    max-width: 7.5em
}

.currency-selector {
    margin-left: 0.375em;
    display: inline;
    font-size: 1.375em;
    line-height: 1.09091em;
    font-weight: 600
}

.quantity-field {
    max-width: 10.5em
}

.quantity-description {
    margin: 0 0.375em;
    display: inline
}

.delivery-options-container {
    margin-top: 0.75em
}

.delivery-title {
    font-weight: 600
}

.shipping-options-label {
    font-weight: normal;
    display: inline;
    margin-right: 0.75em
}

.delivery-row-low {
    position: relative;
    padding-top: 0.5625em;
    padding-bottom: 0.5625em
}

.delivery-row-tall {
    position: relative
}

.delivery-checkbox {
    position: absolute;
    top: 0.5625em
}

.delivery-left-field {
    padding-left: 1.5em
}

.shipping-price-container {
    display: table;
    width: 100%;
    margin-bottom: 0.75em
}

.delivery-row {
    display: table-row
}

.delivery-label-cont {
    display: table-cell;
    vertical-align: middle
}

.delivery-input-cont {
    display: table-cell;
    width: 9.6875em
}

input[type=text].delivery-price-field {
    float: right;
    width: 6.25em
}

.delivery-currency {
    float: right;
    line-height: 42px
}

.conversation-status .status-links {
    display: inline-block
}

.conversation-status .inbox-horizontally-aligned-status {
    display: inline-block;
    vertical-align: top;
    padding-top: 25px
}

.conversation-status .inbox-horizontally-aligned-link {
    display: inline-block
}

.conversation-status .status-link {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    margin-right: 0.75em
}

.conversation-status .status-link .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.conversation-status .status-link:hover {
    background: #000;
    color: #fff
}

.conversation-status .status-link:active {
    background: #000;
    color: #fff
}

.conversation-status .accept, .conversation-status .confirm, .conversation-status .accept_preauthorized {
    color: #5a7d13;
    background: #c2e972;
    border-color: #5a7d13
}

.conversation-status .accept:hover, .conversation-status .confirm:hover, .conversation-status .accept_preauthorized:hover {
    color: #79a91a;
    background: #d5f09f;
    border-color: #79a91a
}

.conversation-status .reject, .conversation-status .cancel, .conversation-status .reject_preauthorized {
    color: #a91a1a;
    background: #f09f9f;
    border-color: #a91a1a
}

.conversation-status .reject:hover, .conversation-status .cancel:hover, .conversation-status .reject_preauthorized:hover {
    color: #d52121;
    background: #f7cbcb;
    border-color: #d52121
}

.conversation-status-form .conversation-action-description {
    padding: 0.375em 0
}

.conversation-status-form .conversation-totals {
    background-color: #e8e8e8;
    padding: 0.75em;
    margin-bottom: 0.75em
}

.conversation-status-form .conversation-per-unit-wrapper, .conversation-status-form .conversation-booking-wrapper, .conversation-status-form .conversation-quantity-wrapper, .conversation-status-form .conversation-sum-wrapper, .conversation-status-form .conversation-service-fee-wrapper, .conversation-status-form .conversation-total-wrapper, .conversation-status-form .conversation-shipping-price-wrapper {
    overflow: hidden;
    *zoom: 1
}

.conversation-status-form .conversation-per-unit-label, .conversation-status-form .conversation-booking-label, .conversation-status-form .conversation-quantity-label, .conversation-status-form .conversation-sum-label, .conversation-status-form .conversation-service-fee-label, .conversation-status-form .conversation-total-label, .conversation-status-form .conversation-shipping-price-label {
    float: left
}

.conversation-status-form .conversation-per-unit-value, .conversation-status-form .conversation-booking-value, .conversation-status-form .conversation-quantity-value, .conversation-status-form .conversation-sum-value, .conversation-status-form .conversation-service-fee-value, .conversation-status-form .conversation-total-value, .conversation-status-form .conversation-shipping-price-value {
    float: right;
    margin-right: 0.375em
}

.conversation-status-form .conversation-total-paypal-value {
    float: right
}

.conversation-status-form .conversation-total-wrapper {
    font-weight: bold
}

.initiate-transaction-totals {
    background-color: #e8e8e8;
    padding: 0.75em;
    margin-bottom: 0.75em
}

.initiate-transaction-per-unit-wrapper, .initiate-transaction-booking-wrapper, .initiate-transaction-quantity-wrapper, .initiate-transaction-sum-wrapper, .initiate-transaction-shipping-price-wrapper, .initiate-transaction-total-wrapper {
    overflow: hidden;
    *zoom: 1
}

.initiate-transaction-per-unit-label, .initiate-transaction-booking-label, .initiate-transaction-quantity-label, .initiate-transaction-sum-label, .initiate-transaction-shipping-price-label, .initiate-transaction-total-label {
    float: left
}

.initiate-transaction-per-unit-value, .initiate-transaction-booking-value, .initiate-transaction-quantity-value, .initiate-transaction-sum-value, .initiate-transaction-shipping-price-value, .initiate-transaction-total-value {
    float: right;
    margin-right: 0.375em
}

.initiate-transaction-total-wrapper {
    font-weight: bold
}

.shipping-address-container {
    background-color: #e8e8e8;
    padding: 0.75em;
    margin-bottom: 0.75em;
    margin-top: 0.75em
}

.shipping-address-name {
    font-weight: bold
}

.about-section h3 {
    padding-top: 0.375em;
    padding-bottom: 0.375em
}

.testimonial-form a.grade, .testimonial-form a.conversation-action, .conversation-status-form a.grade, .conversation-status-form a.conversation-action, .payment-form a.grade, .payment-form a.conversation-action {
    color: #3c3c3c;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    border: 2px solid #c3c3c3;
    margin-bottom: 0.375em
}

.testimonial-form a.grade:hover, .testimonial-form a.conversation-action:hover, .conversation-status-form a.grade:hover, .conversation-status-form a.conversation-action:hover, .payment-form a.grade:hover, .payment-form a.conversation-action:hover {
    background: #e8e8e8
}

.testimonial-form a.grade .link-icon, .testimonial-form a.conversation-action .link-icon, .conversation-status-form a.grade .link-icon, .conversation-status-form a.conversation-action .link-icon, .payment-form a.grade .link-icon, .payment-form a.conversation-action .link-icon {
    position: absolute;
    top: 0.5em;
    left: 0.75em
}

.testimonial-form a.grade .link-text, .testimonial-form a.conversation-action .link-text, .conversation-status-form a.grade .link-text, .conversation-status-form a.conversation-action .link-text, .payment-form a.grade .link-text, .payment-form a.conversation-action .link-text {
    margin-left: 2.5em;
    margin-right: 2.25em;
    padding: 0.375em 0 0.625em 0
}

.testimonial-form a.hidden, .testimonial-form div.hidden, .conversation-status-form a.hidden, .conversation-status-form div.hidden, .payment-form a.hidden, .payment-form div.hidden {
    display: none
}

.testimonial-form a.positive, .testimonial-form a.accept, .testimonial-form a.confirm, .conversation-status-form a.positive, .conversation-status-form a.accept, .conversation-status-form a.confirm, .payment-form a.positive, .payment-form a.accept, .payment-form a.confirm {
    color: #5a7d13;
    background: #c2e972
}

.testimonial-form a.positive:hover, .testimonial-form a.accept:hover, .testimonial-form a.confirm:hover, .conversation-status-form a.positive:hover, .conversation-status-form a.accept:hover, .conversation-status-form a.confirm:hover, .payment-form a.positive:hover, .payment-form a.accept:hover, .payment-form a.confirm:hover {
    background: #c2e972
}

.testimonial-form a.negative, .testimonial-form a.reject, .testimonial-form a.cancel, .conversation-status-form a.negative, .conversation-status-form a.reject, .conversation-status-form a.cancel, .payment-form a.negative, .payment-form a.reject, .payment-form a.cancel {
    color: #a91a1a;
    background: #f09f9f
}

.testimonial-form a.negative:hover, .testimonial-form a.reject:hover, .testimonial-form a.cancel:hover, .conversation-status-form a.negative:hover, .conversation-status-form a.reject:hover, .conversation-status-form a.cancel:hover, .payment-form a.negative:hover, .payment-form a.reject:hover, .payment-form a.cancel:hover {
    background: #f09f9f
}

.testimonial-form span.currency-symbol, .conversation-status-form span.currency-symbol, .payment-form span.currency-symbol {
    display: none
}

.testimonial-form .payment-row-headings, .conversation-status-form .payment-row-headings, .payment-form .payment-row-headings {
    display: none
}

.testimonial-form .payment-row, .conversation-status-form .payment-row, .payment-form .payment-row {
    padding: 0.1875em 0.75em 0.75em 0.75em
}

.testimonial-form .grey, .conversation-status-form .grey, .payment-form .grey {
    background: #e8e8e8;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em
}

.testimonial-form .conversation-price, .conversation-status-form .conversation-price, .payment-form .conversation-price {
    margin-top: 1.125em;
    margin-bottom: 0.375em
}

@media (min-width: 48em) {
    .testimonial-form .payment-row-headings, .conversation-status-form .payment-row-headings, .payment-form .payment-row-headings {
        display: block;
        margin-bottom: 0.5625em;
        padding-bottom: 0.375em
    }

    .testimonial-form .bottom-border, .conversation-status-form .bottom-border, .payment-form .bottom-border {
        border-bottom: 1px solid #3c3c3c
    }

    .testimonial-form .payment-row, .conversation-status-form .payment-row, .payment-form .payment-row {
        margin-bottom: 0.75em;
        padding: 0.75em 0.75em 0.75em 0.75em
    }

    .testimonial-form .payment-row-heading, .conversation-status-form .payment-row-heading, .payment-form .payment-row-heading {
        display: inline-block;
        font-weight: bold
    }

    .testimonial-form .payment-row-title-heading, .conversation-status-form .payment-row-title-heading, .payment-form .payment-row-title-heading {
        width: 15em;
        margin-left: 0.75em
    }

    .testimonial-form .payment-row-sum-heading, .conversation-status-form .payment-row-sum-heading, .payment-form .payment-row-sum-heading {
        width: 6em;
        margin-left: 0.75em
    }

    .testimonial-form .payment-row-vat-heading, .conversation-status-form .payment-row-vat-heading, .payment-form .payment-row-vat-heading {
        width: 3em;
        margin-left: 1.5em
    }

    .testimonial-form .payment-row-total-heading, .conversation-status-form .payment-row-total-heading, .payment-form .payment-row-total-heading {
        text-align: center;
        width: 6.75em;
        margin-left: 1.6875em
    }

    .testimonial-form .payment-row-label, .conversation-status-form .payment-row-label, .payment-form .payment-row-label {
        display: none
    }

    .testimonial-form .payment-row-field, .conversation-status-form .payment-row-field, .payment-form .payment-row-field {
        display: inline-block
    }

    .testimonial-form .payment-row-title-field, .conversation-status-form .payment-row-title-field, .payment-form .payment-row-title-field {
        width: 15em
    }

    .testimonial-form .payment-row-sum-field, .conversation-status-form .payment-row-sum-field, .payment-form .payment-row-sum-field {
        width: 6em;
        margin-left: 0.75em
    }

    .testimonial-form span.currency-symbol, .conversation-status-form span.currency-symbol, .payment-form span.currency-symbol {
        display: inline
    }

    .testimonial-form .payment-row-vat-field, .conversation-status-form .payment-row-vat-field, .payment-form .payment-row-vat-field {
        width: 3em;
        margin-left: 0.75em
    }

    .testimonial-form .total-label, .conversation-status-form .total-label, .payment-form .total-label {
        display: inline-block;
        text-align: center;
        width: 6em;
        margin-left: 0.75em
    }

    .testimonial-form .payment-row-title-text, .conversation-status-form .payment-row-title-text, .payment-form .payment-row-title-text {
        width: 15em;
        margin-left: 0.75em
    }

    .testimonial-form .payment-row-sum-text, .conversation-status-form .payment-row-sum-text, .payment-form .payment-row-sum-text {
        width: 6em;
        margin-left: 0.75em
    }

    .testimonial-form .payment-row-vat-text, .conversation-status-form .payment-row-vat-text, .payment-form .payment-row-vat-text {
        width: 3em;
        margin-left: 1.5em
    }

    .testimonial-form .payment-row-total-text, .conversation-status-form .payment-row-total-text, .payment-form .payment-row-total-text {
        text-align: center;
        width: 6em;
        margin-left: 0.75em
    }

    .testimonial-form .payment-text-row, .conversation-status-form .payment-text-row, .payment-form .payment-text-row {
        padding: 0em 0.75em 0.75em 0.75em
    }

    .testimonial-form .payment-row-text, .conversation-status-form .payment-row-text, .payment-form .payment-row-text {
        display: inline-block
    }

    .testimonial-form .payment-sum-row, .conversation-status-form .payment-sum-row, .payment-form .payment-sum-row {
        font-weight: bold
    }
}

.new-member-email-form .permanent-notification {
    margin-bottom: 0
}

.payment-form small {
    margin-top: 0.75em
}

.payment-form .payment-form-label {
    font-weight: bold;
    display: inline-block;
    width: 9em
}

.payment-form .send-button {
    padding-top: 0.375em
}

.paypal-loading {
    width: 360px;
    height: 150px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin: -50px -170px;
    text-align: center
}

.paypal-loading-title {
    font-size: 150%;
    margin-bottom: 0;
    width: 100%;
    text-align: center
}

.paypal-loading-desc {
    width: 100%;
    text-align: center
}

.paypal-loading-spinner {
    display: inline-block;
    margin-top: 12px
}

.coverimage {
    position: relative;
}

figure.fluidratio {
    position: relative;
    display: block;
    height: 6.45em;
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-position: center center
}

.lander-content {
    position: absolute;
    left: 0.75em;
    right: 0.75em;
    text-align: center
}

@media (min-width: 48em) {
    .lander-content {
        left: 0;
        right: 0
    }
}

.mobile {
    display: block
}

@media (min-width: 48em) {
    .mobile {
        display: none
    }
}

.desktop {
    display: none
}

@media (min-width: 48em) {
    .desktop {
        display: block
    }
}

.lander-content-container, .network-header-content-container {
    position: relative
}

.marketplace-lander {
    position: relative
}

.marketplace-lander figure.marketplace-cover {
    background-image: url("https://www.emptytrips.com/preview/main/public/images/search_bg.jpg");
    height: 22.8125em
}

@media (min-width: 48em) {
    .marketplace-lander figure.marketplace-cover {
        padding-top: 0%;
        height: 28.3125em;
        background-size: cover;
        -moz-background-size: cover;
        background-position: center
    }
}

.marketplace-lander figure.marketplace-cover-small {
    background-image: url("https://sharetribe.s3.amazonaws.com/images/communities/small_cover_photos/7258/hd_header/Back_Small_3.jpg?1429078620");
    height: 4.125em
}

@media (min-width: 48em) {
    .marketplace-lander figure.marketplace-cover-small {
        padding-top: 0%;
        height: 6em;
        background-size: cover;
        -moz-background-size: cover;
        background-position: center
    }
}

.marketplace-lander .coverimage-fade {
    position: absolute;
    top: 0em;
    max-width: 120em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(232, 232, 232, 0.9)
}

.marketplace-lander .coverimage-fade.without-text {
    background: rgba(232, 232, 232, 0.625)
}

.marketplace-lander figure.marketplace-cover-small-fade {
    height: 4.125em
}

@media (min-width: 48em) {
    .marketplace-lander figure.marketplace-cover-small-fade {
        padding-top: 0%;
        height: 6em;
        background-size: cover;
        -moz-background-size: cover;
        background-position: center
    }
}

.marketplace-lander .marketplace-lander-content {
    top: -21em
}

.marketplace-lander .marketplace-lander-content-title {
    margin-bottom: 0;
    margin-top: -5px;
    position: relative;
    padding: 0;
    color: #fff;
    font-size: 2.125em;
    line-height: 1.05882em;
    font-weight: 600;
    line-height: 1.125em;
    font-family: Dancing Script;
    color: rgb(76, 128, 251);
}

@media (min-width: 48em) {
    .marketplace-lander .marketplace-lander-content-title {
        padding: 0 1.5em;
        font-size: 2.625em;
        line-height: 1.14286em;
        font-weight: 700;
        line-height: 0.9375em
    }
}

.marketplace-lander .title-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.marketplace-lander .title-header-wrapper {
    background: #fff;
    margin: 0 auto;
    max-width: 63em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    max-width: 63em;
    background: transparent;
    width: 100%;
    height: 100%
}

@media (min-width: 48em) {
    .marketplace-lander .title-header-wrapper {
        padding-left: 0.75em;
        padding-right: 0.75em
    }
}

.marketplace-lander .marketplace-title-header {
    width: 100%;
    height: 100%;
    padding: 0;
    display: table
}

.marketplace-lander .marketplace-title-header h1 {
    color: #474747;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

@media (min-width: 30em) {
    .marketplace-lander .marketplace-title-header h1 {
        font-size: 1.375em;
        line-height: 1.09091em;
        font-weight: 600
    }
}

@media (max-width: 991px) {
    .marketplace-lander .search-form {
        margin-top: 0.75em !important;
        margin-left: 90px !important;
    }

    .cantfindempty {
        padding: 100px !important;
    }
}

@media (max-width: 767px) {
    .marketplace-lander .search-form {
        margin-top: 1.5em !important;
        margin-left: 0px !important;
    }

    .cantfindempty {
        padding: 0px !important;
        margin-top: 50px !important;
        margin-left: -160px;
        top: 100px !important;
        position: absolute;
    }
}

@media (min-width: 48em) {
    .marketplace-lander .marketplace-title-header h1 {
        text-align: left;
        font-size: 1.625em;
        line-height: 1.38462em;
        font-weight: 600
    }
}

.marketplace-lander p {
    margin-top: 0.75em;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 500;
    text-shadow: 2px, 2px, 3px, rgba(0, 0, 0, 0.5)
}

@media (min-width: 48em) {
    .marketplace-lander p {
        margin-top: 1.5em
    }
}

.marketplace-lander input[type=text] {
    font-size: 1em;
    line-height: 1.5em;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: top;
    padding: 0.6875em 0.6875em 0.6875em 0.6875em;
    width: 100%
}

.marketplace-lander button.action-button {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
    background: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    vertical-align: top;
    padding: 0.5em 0.8125em 0.6875em 0.8125em;
    border: 0
}

.marketplace-lander button.action-button:hover {
    background: #000;
    color: #fff
}

@media (min-width: 48em) {
    .marketplace-lander button.action-button {
        font-size: 1.375em;
        line-height: 1.09091em;
        font-weight: 600;
        height: 58px;
        display: inline;
        padding: 0.6875em 1em 0.875em 1em;
        width: auto
    }
}

@media (min-width: 48em) {
    .marketplace-lander button.action-button {
        margin: 0 0 0 0.75em
    }
}

.marketplace-lander .search-form {
    margin-top: 1.5em
}

@media (min-width: 48em) {
    .cantfindempty {
        padding: 50px;
    }

    .marketplace-lander .search-form {
        margin-top: 0.75em;
        margin-left: 56px;
    }
}

.marketplace-lander .search-form-input {
    vertical-align: top;
    display: inline
}

.marketplace-lander .browse-view-search-form {
    width: 100%;
    padding-top: 0.75em
}

.marketplace-lander .browse-view-search-form input[type=text] {
    font-size: 1em;
    line-height: 1.5em;
    vertical-align: top;
    margin-right: -0.25em;
    padding: 0 0.9375em;
    width: 73%;
    display: inline;
    line-height: 40px;
    height: 42px
}

.marketplace-lander .browse-view-search-form button.action-button {
    display: inline;
    vertical-align: top;
    padding: 0.5em;
    margin: 0 0 0 3%;
    width: 24%;
    margin-right: -0.25em;
    border-width: 0;
    padding: 3px 0 0 0;
    line-height: 38px;
    height: 42px
}

@media (min-width: 48em) {
    .marketplace-lander .browse-view-search-form {
        padding: 1.5em 0
    }
}

@media (min-width: 48em) {
    .marketplace-lander .marketplace-lander-content {
        top: -25.875em
    }

    .marketplace-lander .marketplace-lander-content-title {
        margin-bottom: 0;
        margin-top: -5px;
        font-size: 2.625em;
        line-height: 1.14286em;
        font-weight: 700;
        line-height: 0.8125em
    }

    .marketplace-lander p {
        font-size: 1.625em;
        line-height: 1.38462em;
        font-weight: 600;
        margin: 0.75em auto;
        max-width: 22.5em
    }

    .marketplace-lander input[type=text] {
        font-size: 1.375em;
        line-height: 1.09091em;
        font-weight: 600;
        padding: 0.6875em 0.875em 0.6875em 0.875em; /*width:22.5em*/
    }

    .marketplace-lander button.action-button {
        height: 2.6em;
        width: 6em;
        padding: 0.875em 1em 0.6875em 1em;
        font-size: 1.375em;
        line-height: 1.09091em;
        font-weight: 600
    }

    .marketplace-lander .search-form-text-field {
        width: 15em
    }

    .marketplace-lander .browse-view-search-form input[type=text] {
        font-size: 1em;
        line-height: 1.5em;
        width: 77%;
        line-height: 48px;
        height: 48px
    }

    .marketplace-lander .browse-view-search-form button.action-button {
        margin-left: 1%;
        width: 22%;
        line-height: 46px;
        height: 48px
    }
}

@media (min-width: 63em) {
    .marketplace-lander .marketplace-lander-content-title {
        margin-bottom: 0;
        margin-top: -5px;
        font-size: 4.25em;
        line-height: 1.05882em;
        font-weight: 700;
        line-height: 0.9375em
    }
}

.welcome-email-editor-background {
    background-color: #e8e8e8;
    padding: 20px
}

.admin-sort-button {
    outline: none
}

.admin-left-navi-link-group-title {
    color: gray;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px
}

.admin-left-navi-link-group {
    padding-bottom: 10px
}

.admin-left-navi-link-group-last {
    margin-bottom: 50px
}

.ajax-update-notification {
    position: fixed;
    top: 3em;
    z-index: 99999;
    left: 1.5em;
    right: 1.5em;
    text-align: center
}

.ajax-update-notification-content {
    max-width: 60em;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.ajax-update-notice, .ajax-update-success, .ajax-update-error {
    position: relative;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0.75em 1.125em
}

.ajax-update-text {
    padding-left: 0.375em
}

.button-hoverable .content.hover-content {
    display: none
}

.button-hoverable:hover:not(.button-disable-hover) .content.default-content {
    display: none
}

.button-hoverable:hover:not(.button-disable-hover) .content.hover-content {
    display: table-cell
}

.follow-button {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #e8e8e8;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    color: #474747;
    width: 100%
}

.follow-button .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.follow-button:hover {
    background: #dbdbdb;
    color: #fff
}

.follow-button:active {
    background: #cfcfcf;
    color: #fff
}

.follow-button:hover {
    color: #474747
}

.follow-button:active {
    color: #474747
}

.follow-button.unfollow:hover:not(.button-disable-hover) {
    background: #a91a1a;
    color: white
}

.disabled-button, .disabled-button:hover {
    background-color: #c3c3c3
}

.datepicker-start-wrapper {
    width: 45%;
    float: left
}

.datepicker-end-wrapper {
    width: 45%;
    float: right
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-color: #000
}

.input-daterange {
    margin-bottom: 1.125em
}

.input-daterange input:last-child {
    border-radius: 0.3125em
}

.input-daterange input {
    text-align: left
}

.datepicker tbody tr:nth-child(odd) {
    background-color: transparent
}

.ajax-notification, .flash-notification {
    margin-bottom: 0.75em;
    position: relative;
    padding: 0.5em 1.25em 0.75em 1.25em;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em
}

@media (min-width: 48em) {
    .ajax-notification, .flash-notification {
        margin-bottom: 1.5em
    }
}

.ajax-notification .ajax-icon, .ajax-notification .flash-icon, .flash-notification .ajax-icon, .flash-notification .flash-icon {
    position: absolute;
    top: 0.625em;
    left: 0.75em
}

.ajax-notification .ajax-text, .ajax-notification .flash-text, .flash-notification .ajax-text, .flash-notification .flash-text {
    margin-left: 1.125em;
    min-height: 0.75em
}

.ajax-notice, .ajax-warning, .flash-notice, .flash-warning, .ajax-update-notice {
    background: #e8e8e8
}

.ajax-success, .flass-success, .ajax-update-success {
    background: #b2d9ab
}

.ajax-error, .flash-error, .ajax-update-error {
    color: #fff;
    background: #c81f1f
}

.flash-error-link {
    color: #ccc
}

.flash-error-link:hover {
    color: #b3b3b3
}

@media (min-width: 48em) {
    .narrow-notification {
        margin-right: 24em
    }
}

.fluid-thumbnail-grid-image-image-container {
    position: relative;
    color: #fff;
    width: 100%;
    padding-bottom: 66.66667%
}

.fluid-thumbnail-grid-image-image-container:hover {
    color: #e8e8e8
}

.fluid-thumbnail-grid-image-title {
    position: absolute;
    bottom: 0;
    padding: 0.75em;
    line-height: 1.2em
}

.fluid-thumbnail-grid-image-overlay {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#99000000');
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.fluid-thumbnail-grid-image-image {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.fluid-thumbnail-grid-image-price-container {
    color: #3c3c3c;
    font-weight: 600;
    min-width: 3.125em;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.3em 0.75em;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.95);
    -moz-border-radius-bottomleft: 0.375em;
    -webkit-border-bottom-left-radius: 0.375em;
    border-bottom-left-radius: 0.375em;
    font-size: 12px;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fluid-thumbnail-grid-image-price {
    font-size: 18px
}

.fluid-thumbnail-grid-image-type {
    font-size: 16px
}

.row, .row-with-divider {
    *zoom: 1;
    margin-bottom: 0.75em
}

.row:after, .row-with-divider:after {
    content: "";
    display: table;
    clear: both
}

.row.without-margin, .without-margin.row-with-divider {
    margin-bottom: 0
}

.row-with-divider {
    border-bottom: 1px solid #c3c3c3
}

.col-1 {
    width: 100%;
    margin-bottom: 0.75em;
    min-height: 1px
}

.col-1:last-child {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .col-1 {
        width: 8.33333%;
        float: left;
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0
    }
}

.col-2 {
    width: 100%;
    margin-bottom: 0.75em;
    min-height: 1px
}

.col-2:last-child {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .col-2 {
        width: 16.66667%;
        float: left;
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0
    }
}

.col-3 {
    width: 100%;
    margin-bottom: 0.75em;
    min-height: 1px
}

.col-3:last-child {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .col-3 {
        width: 25.0%;
        float: left;
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0
    }
}

.col-4 {
    width: 100%;
    margin-bottom: 0.75em;
    min-height: 1px
}

.col-4:last-child {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .col-4 {
        width: 33.33333%;
        float: left;
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0
    }
}

.col-5 {
    width: 100%;
    margin-bottom: 0.75em;
    min-height: 1px
}

.col-5:last-child {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .col-5 {
        width: 41.66667%;
        float: left;
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0
    }
}

.col-6 {
    width: 100%;
    margin-bottom: 0.75em;
    min-height: 1px
}

.col-6:last-child {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .col-6 {
        width: 50.0%;
        float: left;
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0
    }
}

.col-7 {
    width: 100%;
    margin-bottom: 0.75em;
    min-height: 1px
}

.col-7:last-child {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .col-7 {
        width: 58.33333%;
        float: left;
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0
    }
}

.col-8 {
    width: 100%;
    margin-bottom: 0.75em;
    min-height: 1px
}

.col-8:last-child {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .col-8 {
        width: 66.66667%;
        float: left;
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0
    }
}

.col-9 {
    width: 100%;
    margin-bottom: 0.75em;
    min-height: 1px
}

.col-9:last-child {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .col-9 {
        width: 75.0%;
        float: left;
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0
    }
}

.col-10 {
    width: 100%;
    margin-bottom: 0.75em;
    min-height: 1px
}

.col-10:last-child {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .col-10 {
        width: 83.33333%;
        float: left;
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0
    }
}

.col-11 {
    width: 100%;
    margin-bottom: 0.75em;
    min-height: 1px
}

.col-11:last-child {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .col-11 {
        width: 91.66667%;
        float: left;
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0
    }
}

.col-12 {
    width: 100%;
    margin-bottom: 0.75em;
    min-height: 1px
}

.col-12:last-child {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .col-12 {
        width: 100.0%;
        float: left;
        padding-left: 0.75em;
        padding-right: 0.75em;
        margin-bottom: 0
    }
}
/*
    TODO: rule too general / breaks framework
    find instances affected by this change,
    and apply only on elements targeted.
*/
/*
@media (min-width: 48em) {
    [class^=col]:first-child {
        padding-left: 0
    }

    [class^=col]:last-child {
        padding-right: 0
    }
}
*/

input[type=text], input[type=password], input[type=number], textarea {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    border: 2px solid #c3c3c3;
    min-height: 42px;
    width: 100%;
    padding: 0.25em 0.5em
}

@media (min-width: 48em) {
    input[type=text], input[type=password], input[type=number], textarea {
        margin: 0;
        padding: 0.5em 0.6875em
    }
}

input.auto_width {
    width: auto
}

.inline-select {
    margin-left: 0.375em;
    margin-right: 0.375em
}

.placeholder {
    color: #aaa
}

.checkbox-container > .light {
    font-weight: 500
}

.send-button-wrapper .send-button-loading {
    float: left;
    background-color: #c3c3c3
}

.send-button-wrapper .send-button-loading-img {
    float: left;
    width: 2.625em;
    height: 2.625em;
    margin: 0.75em 0;
    padding: 0.6em;
    border-radius: 6px
}

.info-text-container {
    position: relative;
    color: gray;
    font-size: 0.8125em;
    line-height: 1.38462em;
    margin-top: 0.375em
}

.info-text-icon {
    position: absolute;
    width: 0.75em;
    margin-top: 1px
}

.info-text-content {
    padding-left: 1.5em
}

.range-slider {
    margin-left: 11px;
    margin-right: 11px
}

.noUi-background, .noUi-connect, .noUi-target, .noUi-target.noUi-connect, .noUi-handle, .noUi-active {
    box-shadow: none
}

.noUi-connect {
    background: #000
}

.noUi-horizontal {
    height: 12px
}

.noUi-horizontal .noUi-handle {
    width: 22px;
    height: 22px;
    left: -11px;
    top: -6px
}

.noUi-handle:before, .noUi-handle:after {
    display: none
}

.noUi-background {
    background: #e8e8e8
}

.noUi-handle {
    border: 0px;
    background: #d0d0d0
}

.noUi-target {
    border-color: #e8e8e8
}

.noUi-active {
    background: #dcdcdc
}

.no-bullets {
    list-style-type: none;
    padding-left: 0
}

.bubble-item {
    position: relative;
    height: 13.63636em;
    z-index: 1;
    float: left;
    overflow: hidden
}

.bubble-image-container {
    width: 18.18182em;
    height: 10em;
    overflow: hidden
}

.bubble-image-container img {
    width: 18.18182em;
    min-width: 18.18182em;
    min-height: 10em;
    -moz-border-radius-topleft: 0.27273em;
    -webkit-border-top-left-radius: 0.27273em;
    border-top-left-radius: 0.27273em;
    -moz-border-radius-topright: 0.27273em;
    -webkit-border-top-right-radius: 0.27273em;
    border-top-right-radius: 0.27273em
}

.bubble-multi-content .bubble-image-container img {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.bubble-multi-content {
    position: absolute;
    left: 0px;
    top: 2.72727em;
    clear: both;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.bubble-navi {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.72727em;
    z-index: 2;
    background-color: gray;
    color: #fff;
    width: 200px
}

.bubble-navi-header {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 4px;
    height: 20px;
    overflow: hidden;
    clear: both;
    text-align: center
}

.bubble-navi-container {
    overflow: hidden;
    position: relative;
    height: 16.36364em;
    width: 18.18182em
}

.bubble-navi-button, .bubble-navi-left, .bubble-navi-right {
    font-size: 14px;
    line-height: 27px;
    margin-top: 3px;
    width: 20px;
    display: block;
    position: absolute;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.bubble-navi-button.disabled, .disabled.bubble-navi-left, .disabled.bubble-navi-right {
    color: #999
}

.bubble-navi-left {
    left: 5px
}

.bubble-navi-right {
    right: 5px
}

.bubble-loader-gif {
    position: absolute;
    top: 4.90909em;
    left: 7.18182em
}

.bubble-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.63636em;
    background-color: #fff;
    color: #fff;
    clear: both
}

.bubble-avatar {
    position: absolute;
    left: 0.45455em;
    top: 0.45455em
}

.bubble-avatar > a {
    display: block
}

.bubble-avatar > a, .bubble-avatar > a > img {
    height: 2.72727em
}

.bubble-details {
    color: #3c3c3c;
    position: absolute;
    left: 3.63636em;
    bottom: 0.45455em;
    right: 0.45455em;
    top: 0.45455em
}

.bubble-details-text-overflow, .bubble-details .bubble-price, .bubble-author > a {
    display: block;
    height: 2.72727em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.bubble-details .bubble-price {
    width: 50%;
    float: right;
    text-align: right;
    padding-left: 0.22727em;
    line-height: 2.14286em;
    font-size: 14px;
    padding-right: 0.625em
}

.bubble-price-quantity {
    font-size: 11px
}

.bubble-author {
    width: 50%;
    float: left;
    text-align: left;
    padding-right: 0.22727em
}

.bubble-author > a {
    line-height: 2.72727em
}

.bubble-overlay {
    position: absolute;
    bottom: 3.63636em;
    left: 0;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#99000000')
}

span.bubble-title-link {
    position: absolute;
    bottom: 0.35714em;
    left: 0.71429em;
    right: 0.71429em;
    color: #fff;
    font-size: 14px;
    vertical-align: bottom;
    line-height: 1.35em
}

.bubble-no-image span.bubble-title-link {
    top: 0.35714em;
    color: gray
}

.map div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.pagination {
    margin-top: 0.75em;
    cursor: default
}

.pagination a, .pagination span, .pagination em {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px
}

.pagination .disabled {
    margin-top: 0.375em;
    color: #c3c3c3
}

.pagination .current {
    margin-top: 0.375em;
    font-style: normal;
    font-weight: bold;
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-right: 0.375em;
    padding: 0.3125em 0.9375em;
    color: white
}

.pagination a {
    margin-top: 0.375em;
    padding: 0.3125em 0.9375em;
    background: #e8e8e8;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-right: 0.375em;
    text-decoration: none;
    color: #000
}

.pagination a:hover, .pagination a:focus {
    background: #c3c3c3;
    color: #3c3c3c
}

span.gap {
    display: inline-block;
    margin-top: 0.375em;
    height: 34px
}

.pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .pagination {
    height: 1%
}

*:first-child + html .pagination {
    overflow: hidden
}

.paypal-button-wrapper .checkout-with-paypal-button {
    float: left;
    outline: 0
}

.paypal-button-wrapper .paypal-button-loading-img {
    float: left;
    width: 1.875em;
    height: 1.875em;
    margin-top: 1.125em;
    margin-left: 1.125em
}

.visible-tablet, .visible-tablet-inline, .visible-desktop-inline {
    display: none !important
}

@media (min-width: 48em) {
    .visible-tablet, .visible-tablet-inline, .visible-desktop-inline {
        display: block !important
    }
}

@media (min-width: 48em) {
    .visible-tablet-inline {
        display: inline !important
    }
}

@media (min-width: 48em) {
    .hidden-tablet {
        display: none !important
    }
}

.visible-desktop {
    display: none
}

@media (min-width: 63em) {
    .visible-desktop {
        display: block
    }
}

@media (min-width: 48em) {
    .visible-desktop-inline {
        display: inline
    }
}

@media (min-width: 63em) {
    .hidden-desktop {
        display: none !important
    }
}

table {
    width: 100%
}

th {
    text-align: left;
    padding: 0.375em 0.75em
}

td {
    padding: 0.375em 0.75em
}

td:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px
}

td:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px
}

tbody tr:nth-child(odd) {
    background-color: #ffffff
}

a {
    text-decoration: none;
    color: #000
}

a:hover {
    color: #000
}

a:active {
    color: #000
}

.truncated-link {
    display: inline-block;
    max-width: 21.875em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom
}

small {
    font-size: 0.8125em;
    line-height: 1.38462em;
    display: block
}

h1, h3 {
    -webkit-font-smoothing: antialiased
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #171717
}

h1 {
    margin: 0em 0 0.75em;
    font-weight: 700
}

@media (min-width: 37.5em) {
    h1 {
        font-size: 1.625em;
        line-height: 1.38462em;
        font-weight: 600;
        margin-top: 0.23077em;
        margin-bottom: 0.46154em
    }
}

h2 {
    margin: 0em 0 0.75em;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 500
}

@media (min-width: 37.5em) {
    h2 {
        font-size: 1.375em;
        line-height: 1.09091em;
        font-weight: 600;
        font-weight: 500;
        text-transform: none
    }
}

.toggle-menu {
    background: #474747;
    border-color: #474747 !important;
    position: relative;
    z-index: 99999;
    text-align: left;
    margin-bottom: 0.75em
}

.toggle-menu a, .toggle-menu a .feedback, .toggle-menu .toggle-menu-item, .toggle-menu .toggle-menu-title, .toggle-menu .toggle-menu-item .feedback, .toggle-menu .toggle-menu-title .feedback {
    display: block;
    position: relative;
    color: #fff;
    padding: 0.75em;
    padding-right: 0.75em
}

.toggle-menu a.login-form, .toggle-menu .toggle-menu-item.login-form, .toggle-menu .login-form.toggle-menu-title {
    padding: 0
}

.toggle-menu a.login-form:hover, .toggle-menu .toggle-menu-item.login-form:hover, .toggle-menu .login-form.toggle-menu-title:hover {
    color: #333;
    background: none
}

.toggle-menu a.login-form:after, .toggle-menu .toggle-menu-item.login-form:after, .toggle-menu .login-form.toggle-menu-title:after {
    content: ""
}

.toggle-menu a:hover, .toggle-menu .toggle-menu-link:hover {
    background: #000;
    color: #fff
}

.toggle-menu a:hover:after, .toggle-menu .toggle-menu-link:hover:after {
    color: #fff
}

.toggle-menu .toggle-menu-title {
    background-color: #545454
}

.toggle-menu p.login-form {
    color: #fff;
    margin: 0.375em 0 0.75em 0
}

.toggle-menu .feedback textarea {
    font-size: 0.8125em;
    line-height: 1.38462em;
    display: block;
    width: 100%;
    height: 5.53846em;
    padding: 0.46154em
}

.toggle-menu.hidden {
    display: none
}

.toggle-menu .badge {
    position: absolute;
    right: 0.69231em;
    top: 1.07692em;
    bottom: auto;
    z-index: 900
}

.toggle-menu .badge.huge-badge {
    top: 0.76923em;
    right: 0.69231em;
    bottom: auto
}

@media (min-width: 48em) {
    .toggle-menu {
        position: absolute
    }
}

.toggle {
    display: block;
    cursor: pointer
}

@media (min-width: 48em) {
    .toggle {
        display: inline-block;
        width: auto
    }
}

.toggle.toggled {
    background: #474747;
    color: #fff !important;
    border-color: #474747
}

@media (min-width: 48em) {
    .toggle.toggled {
        width: auto;
        border-bottom-color: #474747 !important
    }
}

.toggle.with-borders {
    border: 0 solid #c3c3c3;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #e8e8e8
}

.toggle.with-borders.toggled {
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #474747
}

@media (min-width: 48em) {
    .toggle.with-borders.toggled {
        padding: 0
    }
}

.toggle-header {
    display: inline-block
}

.toggle-header-container {
    padding: 0 0.75em;
    height: 42px;
    line-height: 40px
}

.icon-dropdown {
    position: relative;
    top: 3px;
    float: right
}

@media (min-width: 48em) {
    .icon-dropdown {
        float: none
    }
}

.toggle-menu-subitem, a.toggle-menu-subitem {
    padding-left: 1.5em
}

.relative {
    position: relative
}

.icon-fix {
    position: relative;
    top: 2px
}

.icon-fix-rel {
    position: relative;
    top: 0.125em
}

.icon-fix-more {
    position: relative;
    top: 3px
}

.hidden {
    display: none
}

.clearfix {
    overflow: hidden;
    *zoom: 1
}

.disabled, .disabled:hover {
    color: #c3c3c3;
    cursor: default
}

.left {
    float: left
}

.right {
    float: right
}

.account-settings {
    padding-top: 0.375em
}

.account-settings #account_email_form, .account-settings #account_password_form {
    display: none
}

.account-settings .account-settings-row {
    position: relative;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    border: 2px solid #c3c3c3;
    margin-bottom: 1.5em;
    min-height: 42px
}

.account-settings .account-settings-row .account-settings-text {
    margin-left: 2.25em;
    padding: 0.3125em 0 0.625em 0
}

.account-settings .account-settings-row .account-settings-icon {
    position: absolute;
    top: 0.4375em;
    left: 0.625em
}

.account-settings .account-settings-row .account-settings-email-form {
    padding: 0 0.75em 0.75em 0.75em
}

.account-settings .account-settings-row .account-settings-email-row {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    padding: 0.75em 0
}

@media (min-width: 63em) {
    .account-settings .account-settings-row .account-settings-email-row {
        padding: 0;
        line-height: 2.125em
    }
}

.account-settings .account-settings-row .account-settings-email-form-row {
    padding-top: 0.75em;
    height: auto;
    line-height: auto;
    width: 100%
}

.account-settings .account-settings-row .account-settings-email-row-highlight {
    background: #e8e8e8
}

.account-settings .account-settings-row .account-settings-email-row-address {
    padding-left: 0.75em
}

@media (min-width: 63em) {
    .account-settings .account-settings-row .account-settings-email-row-address {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 9em;
        float: left
    }
}

@media (min-width: 63em) {
    .account-settings .account-settings-row .account-settings-email-row-address {
        width: 18em
    }
}

.account-settings .account-settings-row .account-settings-email-form-row-address {
    padding-left: 0
}

.account-settings .account-settings-row .account-settings-email-row-send-notification {
    padding-left: 0.75em
}

@media (min-width: 63em) {
    .account-settings .account-settings-row .account-settings-email-row-send-notification {
        float: right;
        width: 10.5em;
        text-align: center
    }
}

.account-settings .account-settings-row .account-settings-email-row-confirmed {
    padding-left: 0.75em
}

.account-settings .account-settings-row .account-settings-email-row-confirmed small {
    margin-left: 0.375em
}

@media (min-width: 63em) {
    .account-settings .account-settings-row .account-settings-email-row-confirmed {
        float: right;
        width: 10.5em;
        text-align: center
    }
}

.account-settings .account-settings-row .account-settings-email-row-delete {
    padding-left: 0.75em
}

@media (min-width: 63em) {
    .account-settings .account-settings-row .account-settings-email-row-delete {
        float: right;
        min-width: 3em;
        text-align: center
    }
}

.account-settings .account-settings-row .account-settings-email-row-delete-cross.disabled {
    color: #c3c3c3
}

.account-settings .account-settings-row .account-settings-hidden-email-form {
    display: none
}

.account-settings .account-settings-row .settings-email-mobile-label-container {
    width: 100%;
    overflow: hidden
}

.account-settings .account-settings-row .settings-email-mobile-label {
    float: left
}

@media (min-width: 63em) {
    .account-settings .account-settings-row .settings-email-mobile-label {
        float: none
    }
}

.account-settings .account-settings-row .settings-email-mobile-label-right {
    padding-left: 0.375em
}

@media (min-width: 63em) {
    .account-settings .account-settings-row .settings-email-mobile-label-right {
        padding: 0
    }
}

.account-settings .email-form {
    margin-top: 0.75em;
    padding: 0 0.75em
}

.account-settings .password-form {
    padding: 0 0.75em
}

.account-settings .password-form input[type=password] {
    margin-top: 0.75em
}

.account-settings p {
    padding: 0 0.75em 0.375em 0.75em
}

.account-settings p.global-settings {
    padding: 0 0 0.375em 0
}

@media (min-width: 48em) {
    .account-settings a.change-link {
        margin-left: 0.75em
    }
}

.account-settings #delete_account_button {
    margin-left: 0.75em
}

.notification-settings h2 {
    margin-bottom: 0
}

.notification-settings h2.lower {
    margin-top: 1.5em
}

.notification-settings .checkbox-container label {
    font-weight: 500
}

.paypal-account-connected, .paypal-preferences-valid, .paypal-billing-agreement-made {
    color: #5a7d13
}

.paypal-connected-email {
    font-style: italic
}

.paypal-ready-to-accept-payments {
    font-style: italic
}

.braintree-account-details {
    overflow: hidden;
    *zoom: 1
}

.braintree-account-key {
    float: left;
    max-width: 15.625em;
    width: 50%;
    clear: left;
    font-weight: bold
}

.braintree-account-value {
    float: left;
    width: 50%
}

.conversation-details-container {
    position: relative
}

.conversation-row {
    padding: 0.75em;
    position: relative
}

.conversation-details {
    padding-left: 3.75em
}

.conversation-avatar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.conversation-title-link {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.conversation-title-link-text:before, .conversation-title-link-text:after {
    content: "\""
}

.conversation-context {
    font-size: 0.8125em;
    line-height: 1.38462em;
    line-height: 1.84615em
}

.conversation-list-status-container {
    position: relative;
    display: table
}

.conversation-list-status-icon {
    height: 48px;
    width: 1.53846em;
    font-size: 1.625em;
    line-height: 1.38462em;
    font-weight: 600;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 0
}

.conversation-list-status-icon > .waiting-you {
    color: #d1c905
}

.conversation-list-status-icon > .waiting-other {
    color: gray
}

.conversation-list-status-icon > .confirmed {
    color: #5a7d13
}

.conversation-list-status-icon > .canceled {
    color: #a91a1a
}

.conversation-list-status-icon > .rejected {
    color: #a91a1a
}

.conversation-list-status {
    padding-left: 2.5em;
    height: 48px;
    display: table-cell;
    vertical-align: middle
}

.header {
    height: 3.75em;
    width: 100%
}

.header-wrapper {
    background: #fff;
    margin: 0 auto;
    max-width: 63em;
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 48em) {
    .header-wrapper {
        padding-left: 0.75em;
        padding-right: 0.75em
    }
}

.header-left {
    float: left
}

.header-right {
    float: right
}

.header-padding {
    margin-left: 0.75em
}

.header-hover:hover {
    background-color: #e8e8e8
}

.header-hover.toggled {
    background-color: #474747
}

.header-logo {
    display: block;
    display: block;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    height: 2.5em
}

.header-text-link {
    height: 3.75em;
    line-height: 3.5625em;
    padding-right: 0.75em;
    padding-left: 0.75em;
    display: block;
    color: #3c3c3c
}

.header-text-link:hover {
    color: #3c3c3c
}

.toggled .header-text-link {
    color: #fff
}

.new-listing-link {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #fa6d0b;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    display: block;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    height: 2.5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    line-height: 2.3125em
}

.new-listing-link .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.new-listing-link:hover {
    background: #c3bcbe;
    color: #fff
}

.new-listing-link:active {
    background: #1c5bff;
    color: #fff
}

.header-menu-container {
    display: block;
    padding: 0.625em 0.75em;
    height: 3.75em
}

.header-menu-toggle-container {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #e8e8e8;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    padding: 0 0.75em;
    height: 2.5em;
    line-height: 2.3125em;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    color: #3c3c3c
}

.header-menu-toggle-container .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.header-menu-toggle-container:hover {
    background: #dbdbdb;
    color: #fff
}

.header-menu-toggle-container:active {
    background: #cfcfcf;
    color: #fff
}

.toggled .header-menu-toggle-container {
    color: #fff;
    background-color: #474747
}

.header-menu-icon {
    position: relative;
    top: 3px
}

@media (min-width: 48em) {
    .header-menu-icon {
        padding-right: 0.25em
    }
}

.header-user-avatar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    height: 2.5em
}

.header-user-toggle {
    padding-left: 0.75em;
    display: block;
    overflow: hidden;
    *zoom: 1
}

.header-toggle-menu-language {
    min-width: 12.5em;
    position: absolute
}

.header-toggle-menu-user {
    min-width: 12.5em;
    position: absolute
}

.header-toggle-menu-menu {
    min-width: 12.5em;
    position: absolute
}

.header-inbox-link {
    color: #3c3c3c;
    position: relative
}

.header-inbox {
    font-size: 1.375em;
    line-height: 1.09091em;
    font-weight: 600;
    position: relative;
    top: 0.25em
}

.badge {
    position: absolute;
    top: 1.875em;
    left: 1.4375em;
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 19px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    text-align: center
}

.badge.big-badge {
    width: 26px;
    height: 26px;
    line-height: 25px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    text-align: center;
    top: 1.75em;
    left: 1.125em
}

.badge.huge-badge {
    width: 32px;
    height: 32px;
    line-height: 31px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    top: 1.6875em;
    left: 0.8125em
}

.mobile-badge {
    display: inline-block;
    color: #474747;
    background-color: #fff;
    width: 20px;
    height: 20px;
    line-height: 19px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    margin-left: 0.75em
}

.header-wide-logo {
    background-image: url("https://sharetribe.s3.amazonaws.com/images/communities/wide_logos/7258/header/Truck_Logo.jpg?1429031106");
    width: 10.5em;
    height: 2.5em;
    background-repeat: no-repeat;
    -webkit-background-size: 10.5em auto;
    -moz-background-size: 10.5em auto;
    -o-background-size: 10.5em auto;
    background-size: 10.5em auto;
    display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .header-wide-logo {
        background-image: url("https://sharetribe.s3.amazonaws.com/images/communities/wide_logos/7258/header_highres/Truck_Logo.jpg?1429031106")
    }
}

.header-square-logo {
    background-image: url("//sharetribe.s3.amazonaws.com/assets/logos/mobile/default.png");
    width: 2.5em;
    height: 2.5em;
    background-repeat: no-repeat;
    -webkit-background-size: 2.5em auto;
    -moz-background-size: 2.5em auto;
    -o-background-size: 2.5em auto;
    background-size: 2.5em auto;
    display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .header-square-logo {
        background-image: url("//sharetribe.s3.amazonaws.com/assets/logos/mobile/default-highres.png")
    }
}

.home-fluid-thumbnail-grid-narrow .home-fluid-thumbnail-grid {
    overflow: hidden;
    *zoom: 1;
    margin-right: -0.75em
}

@media (min-width: 48em) {
    .home-fluid-thumbnail-grid-narrow .home-fluid-thumbnail-grid {
        margin-right: -1.5em
    }
}

.home-fluid-thumbnail-grid-narrow .home-fluid-thumbnail-grid-item {
    float: left;
    padding-right: 0.75em;
    margin-bottom: 0.75em
}

@media (max-width: 19.875em) {
    .home-fluid-thumbnail-grid-narrow .home-fluid-thumbnail-grid-item {
        width: 100%
    }
}

@media (min-width: 20em) {
    .home-fluid-thumbnail-grid-narrow .home-fluid-thumbnail-grid-item {
        width: 100%
    }
}

@media (min-width: 30em) {
    .home-fluid-thumbnail-grid-narrow .home-fluid-thumbnail-grid-item {
        width: 50%
    }
}

@media (min-width: 37.5em) {
    .home-fluid-thumbnail-grid-narrow .home-fluid-thumbnail-grid-item {
        width: 33.33333%
    }
}

@media (min-width: 48em) {
    .home-fluid-thumbnail-grid-narrow .home-fluid-thumbnail-grid-item {
        width: 33.33333%
    }
}

@media (min-width: 53.75em) {
    .home-fluid-thumbnail-grid-narrow .home-fluid-thumbnail-grid-item {
        width: 33.33333%
    }
}

@media (min-width: 60em) {
    .home-fluid-thumbnail-grid-narrow .home-fluid-thumbnail-grid-item {
        width: 33.33333%
    }
}

@media (min-width: 63em) {
    .home-fluid-thumbnail-grid-narrow .home-fluid-thumbnail-grid-item {
        width: 33.33333%
    }
}

@media (min-width: 48em) {
    .home-fluid-thumbnail-grid-narrow .home-fluid-thumbnail-grid-item {
        padding-right: 1.5em;
        margin-bottom: 1.5em
    }
}

.home-fluid-thumbnail-grid-wide .home-fluid-thumbnail-grid {
    overflow: hidden;
    *zoom: 1;
    margin-right: -0.75em
}

@media (min-width: 48em) {
    .home-fluid-thumbnail-grid-wide .home-fluid-thumbnail-grid {
        margin-right: -1.5em
    }
}

.home-fluid-thumbnail-grid-wide .home-fluid-thumbnail-grid-item {
    float: left;
    padding-right: 0.75em;
    margin-bottom: 0.75em
}

@media (max-width: 19.875em) {
    .home-fluid-thumbnail-grid-wide .home-fluid-thumbnail-grid-item {
        width: 100%
    }
}

@media (min-width: 20em) {
    .home-fluid-thumbnail-grid-wide .home-fluid-thumbnail-grid-item {
        width: 100%
    }
}

@media (min-width: 30em) {
    .home-fluid-thumbnail-grid-wide .home-fluid-thumbnail-grid-item {
        width: 50%
    }
}

@media (min-width: 37.5em) {
    .home-fluid-thumbnail-grid-wide .home-fluid-thumbnail-grid-item {
        width: 33.33333%
    }
}

@media (min-width: 48em) {
    .home-fluid-thumbnail-grid-wide .home-fluid-thumbnail-grid-item {
        width: 25%
    }
}

@media (min-width: 53.75em) {
    .home-fluid-thumbnail-grid-wide .home-fluid-thumbnail-grid-item {
        width: 25%
    }
}

@media (min-width: 60em) {
    .home-fluid-thumbnail-grid-wide .home-fluid-thumbnail-grid-item {
        width: 25%
    }
}

@media (min-width: 63em) {
    .home-fluid-thumbnail-grid-wide .home-fluid-thumbnail-grid-item {
        width: 25%
    }
}

@media (min-width: 48em) {
    .home-fluid-thumbnail-grid-wide .home-fluid-thumbnail-grid-item {
        padding-right: 1.5em;
        margin-bottom: 1.5em
    }
}

.home-fluid-thumbnail-grid-author {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #e8e8e8;
    height: 48px;
    position: relative
}

.home-fluid-thumbnail-grid-author-avatar {
    padding: 6px
}

.home-fluid-thumbnail-grid-author-avatar-image {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 36px
}

.home-fluid-thumbnail-grid-author-name {
    font-size: 0.8125em;
    line-height: 1.38462em;
    position: absolute;
    top: 6px;
    left: 51px;
    right: 6px;
    bottom: 6px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-toolbar {
    *zoom: 1;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #c3c3c3
}

.home-toolbar:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 48em) {
    .home-toolbar {
        margin-bottom: 1.5em
    }
}

.home-grid {
    position: relative
}

.home-toolbar-button-group {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 0.75em;
    width: 100%
}

.home-toolbar-button-group.filters-enabled {
    width: 50%;
    padding-left: 0.375em
}

@media (min-width: 48em) {
    .home-toolbar-button-group, .home-toolbar-button-group.filters-enabled {
        float: right;
        width: auto
    }
}

.home-toolbar-button-group-button {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    display: block;
    float: left;
    margin: 0;
    line-height: 40px;
    padding: 0 0.75em;
    color: #3c3c3c;
    background: #e8e8e8;
    border-color: #c3c3c3;
    border-right-width: 0em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 33.3%
}

.home-toolbar-button-group-button .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.home-toolbar-button-group-button:hover {
    background: #000;
    color: #fff
}

.home-toolbar-button-group-button:active {
    background: #000;
    color: #fff
}

.home-toolbar-button-group-button:hover {
    color: #fff;
    background: gray;
    border-color: #666
}

.home-toolbar-button-group-button.selected {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.home-toolbar-button-group-button.selected {
    border-width: 0
}

.home-toolbar-button-group-button.selected + * {
    border-left: 0
}

.home-toolbar-button-group-button:hover + * {
    border-left-width: 0em
}

.home-toolbar-button-group-button:hover + .selected {
    border-left: 0em
}

.home-toolbar-button-group-button:first-child {
    -moz-border-radius-topleft: 0.375em;
    -webkit-border-top-left-radius: 0.375em;
    border-top-left-radius: 0.375em;
    -moz-border-radius-bottomleft: 0.375em;
    -webkit-border-bottom-left-radius: 0.375em;
    border-bottom-left-radius: 0.375em
}

.home-toolbar-button-group-button:last-child {
    -moz-border-radius-topright: 0.375em;
    -webkit-border-top-right-radius: 0.375em;
    border-top-right-radius: 0.375em;
    -moz-border-radius-bottomright: 0.375em;
    -webkit-border-bottom-right-radius: 0.375em;
    border-bottom-right-radius: 0.375em
}

@media (min-width: 48em) {
    .home-toolbar-button-group-button {
        width: auto;
        min-width: 7.5em
    }
}

.home-toolbar-button-text {
    display: none
}

@media (min-width: 48em) {
    .home-toolbar-button-text {
        margin-left: 0.375em;
        display: inline-block
    }
}

.home-toolbar-filters-mobile-hidden {
    display: none
}

@media (min-width: 48em) {
    .home-toolbar-filters-mobile-hidden {
        display: block
    }
}

.home-toolbar-show-filters-button-container {
    width: 50%;
    float: left;
    padding-right: 0.375em
}

.home-toolbar-show-filters-button {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    padding: 0 0.75em;
    color: #3c3c3c;
    background: #e8e8e8;
    border-color: #c3c3c3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0;
    line-height: 40px
}

.home-toolbar-show-filters-button .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.home-toolbar-show-filters-button:hover {
    background: #000;
    color: #fff
}

.home-toolbar-show-filters-button:active {
    background: #000;
    color: #fff
}

.home-toolbar-show-filters-button:hover {
    color: #fff;
    background: gray;
    border-color: #666
}

.home-toolbar-show-filters-button.selected {
    background-color: #000;
    color: #fff;
    border-color: #000
}

@media (min-width: 48em) {
    .home-toolbar-show-filters-button {
        display: none
    }
}

.home-map > .map {
    height: 15.75em
}

@media (min-width: 48em) {
    .home-map > .map {
        height: 30em
    }
}

.home-list-item {
    position: relative;
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #c3c3c3;
    height: 5.25em
}

@media (min-width: 48em) {
    .home-list-item {
        padding-bottom: 1.5em;
        margin-bottom: 1.5em;
        height: 9em
    }
}

.home-list-image-container, .home-list-image-container-desktop, .home-list-image-container-mobile {
    position: absolute;
    top: 0;
    left: 0
}

.home-list-image-container-desktop {
    height: 7.5em;
    width: 11.25em;
    display: none
}

@media (min-width: 48em) {
    .home-list-image-container-desktop {
        display: block
    }
}

.home-list-image-container-mobile {
    width: 4.5em;
    height: 4.5em;
    display: block
}

@media (min-width: 48em) {
    .home-list-image-container-mobile {
        display: none
    }
}

.home-list-image {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.home-no-image {
    text-align: center;
    padding-top: 3em;
    background: #e8e8e8;
    height: 100%;
    width: 100%
}

.home-list-details-with-image {
    margin-left: 5.25em
}

@media (min-width: 48em) {
    .home-list-details-with-image {
        margin-left: 12.75em
    }
}

.home-list-title {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.5em;
    line-height: 0.975em;
    padding-bottom: 0.375em
}

@media (min-width: 48em) {
    .home-list-title {
        font-size: 1.375em;
        line-height: 1.09091em;
        font-weight: 600
    }
}

@media (min-width: 63em) {
    .home-list-title {
        padding-bottom: 2.17614em
    }
}

.home-share-type-link {
    font-family: 'Montserrat', sans-serif;
    color: gray;
    font-size: 0.625em;
    font-weight: normal;
    white-space: nowrap;
    background: #e8e8e8;
    color: #3c3c3c;
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    padding: 0.25em 0.5em;
    position: relative;
    top: -0.25em
}

.home-share-type-link:hover {
    background: gray;
    color: #fff
}

.home-list-details-right {
    width: 142px;
    float: right;
    display: none;
    margin-left: 1.5em
}

@media (min-width: 63em) {
    .home-list-details-right {
        display: block
    }
}

.home-list-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5em;
    display: none
}

.home-list-avatar img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: 100%
}

@media (min-width: 30em) {
    .home-list-avatar {
        display: block
    }
}

.home-list-author {
    vertical-align: top;
    position: absolute;
    bottom: 0.75em
}

@media (min-width: 48em) {
    .home-list-author {
        bottom: 1.5em
    }
}

.home-list-author-with-listing-image {
    left: 0
}

@media (min-width: 30em) {
    .home-list-author-with-listing-image {
        left: 5.25em
    }
}

@media (min-width: 48em) {
    .home-list-author-with-listing-image {
        left: 12.75em
    }
}

.home-list-author-without-listing-image {
    left: 0
}

.home-list-author-details {
    float: left;
    margin-left: 3.25em;
    height: 40px;
    line-height: 22px;
    max-width: 15em;
    display: none
}

@media (min-width: 30em) {
    .home-list-author-details {
        display: block
    }
}

.home-list-author-reviews {
    font-size: 0.8125em;
    line-height: 1.38462em
}

.home-list-price-mobile {
    position: absolute;
    font-size: 24px;
    bottom: 0.25em
}

.home-list-price-mobile > .smaller {
    font-size: 18px
}

@media (min-width: 30em) {
    .home-list-price-mobile {
        font-size: 36px;
        right: 0;
        padding-top: 10px;
        bottom: 0.33333em
    }

    .home-list-price-mobile > .smaller {
        font-size: 24px
    }
}

@media (min-width: 48em) {
    .home-list-price-mobile {
        bottom: 0.66667em
    }
}

@media (min-width: 63em) {
    .home-list-price-mobile {
        display: none
    }
}

.home-list-price-mobile-with-listing-image {
    left: 3.5em
}

@media (min-width: 30em) {
    .home-list-price-mobile-with-listing-image {
        left: auto
    }
}

@media (min-width: 30em) {
    .home-list-price-mobile-without-listing-image {
        left: auto
    }
}

.home-list-price {
    text-align: right
}

.home-list-price-value {
    font-size: 2.75em;
    line-height: 1;
    font-weight: 400
}

.home-list-listing-shape-value {
    font-size: 2em;
    line-height: 1;
    font-weight: 400
}

.home-list-price-quantity {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-no-listings {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0.75em 1.5em;
    background: #e8e8e8
}

.home-categories-link, .home-categories-main, .home-categories-sub {
    display: block;
    color: #3c3c3c;
    text-transform: uppercase
}

.home-categories-link.selected, .selected.home-categories-main, .selected.home-categories-sub {
    font-weight: bold
}

.home-categories-main.selected.has-subcategories {
    border-bottom: 1px solid #c3c3c3
}

.home-categories-sub {
    font-size: 14px;
    margin-left: 0.75em
}

.home-toolbar-toggle-container {
    margin-bottom: 0.75em
}

#pageless-loader {
    padding-top: 0.75em;
    clear: both
}

.custom-filter {
    margin-bottom: 1.5em
}

.custom-filter-title {
    font-weight: 700;
    border-bottom: 1px solid #e8e8e8
}

.custom-filter-options.scrollable {
    max-height: 180px;
    overflow-y: scroll
}

.custom-filter-checkbox-label {
    margin: 0
}

.custom-filter-checkbox-label-text {
    font-weight: 400;
    margin-left: 0.1875em
}

.left-navi-dropdown {
    color: #3c3c3c;
    padding: 0.625em 0.75em;
    border-bottom: 1px dotted #c3c3c3
}

.left-navi-dropdown:hover {
    background: #e8e8e8
}

.wrapper {
    background: #fff;
    margin: 0 auto;
    max-width: 63em;
    padding-left: 0.75em;
    padding-right: 0.75em
}

@media (min-width: 48em) {
    .wrapper {
        padding-left: 0.75em;
        padding-right: 0.75em
    }
}

.undo-mobile-wrapper-margin {
    margin-left: -0.75em;
    margin-right: -0.75em
}

@media (min-width: 48em) {
    .undo-mobile-wrapper-margin {
        margin-left: 0;
        margin-right: 0
    }
}

.listing-image-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 66.66667%
}

.listing-image-carousel:hover > .listing-image-navi {
    display: block
}

.listing-image-carousel > .listing-image-navi {
    display: none
}

.listing-image-navi-arrow-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.no-androidprejellybean .listing-image-navi-arrow-container {
    font-size: 16px
}

.navigate-icon-fix {
    position: relative;
    top: 4px
}

.listing-image-arrow-icon-container {
    position: relative;
    padding: 1.125em 0.75em;
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: inline-block
}

.listing-image-arrow-icon-container.left {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.listing-image-arrow-icon-container.right {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.listing-image-navi-arrow {
    font-size: 1.375em;
    line-height: 1.09091em;
    font-weight: 600
}

.listing-image-navi-clickarea, .listing-image-navi-right, .listing-image-navi-left {
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
}

.no-androidprejellybean .listing-image-navi-clickarea, .no-androidprejellybean .listing-image-navi-right, .no-androidprejellybean .listing-image-navi-left {
    font-size: 0
}

.listing-image-navi-clickarea:before, .listing-image-navi-right:before, .listing-image-navi-left:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.androidprejellybean .listing-image-navi-clickarea:before, .androidprejellybean .listing-image-navi-right:before, .androidprejellybean .listing-image-navi-left:before {
    margin-right: -0.25em
}

.listing-image-navi-clickarea:hover .listing-image-arrow-icon-container, .listing-image-navi-right:hover .listing-image-arrow-icon-container, .listing-image-navi-left:hover .listing-image-arrow-icon-container {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff
}

.listing-image-navi-right {
    right: 0;
    text-align: right;
    width: 75%
}

.listing-image-navi-left {
    left: 0;
    text-align: left;
    width: 25%
}

.listing-no-image {
    font-size: 1.625em;
    line-height: 1.38462em;
    font-weight: 600;
    color: #c3c3c3;
    text-align: center
}

.listing-image-text-container {
    position: relative;
    width: 100%;
    padding-bottom: 66.66667%
}

.listing-image-frame {
    width: 100%;
    padding-bottom: 66.66667%;
    background-color: #3c3c3c;
    position: absolute;
    top: 0px;
    left: 0px
}

.listing-image-frame-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: -1px;
    overflow: hidden
}

.no-androidprejellybean .listing-image-frame-content {
    font-size: 0
}

.listing-image-frame-content:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.androidprejellybean .listing-image-frame-content:before {
    margin-right: -0.25em
}

.listing-image-vertical-centering {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.no-androidprejellybean .listing-image-vertical-centering {
    font-size: 16px
}

.listing-image-vertical-centering.too-narrow {
    height: 100%;
    vertical-align: inherit
}

.listing-image-vertical-centering.correct-ratio {
    vertical-align: top
}

.listing-image, .listing-image.too-wide {
    display: block;
    margin: auto;
    width: 100%;
    height: auto
}

.listing-image.too-narrow {
    display: block;
    margin: auto;
    height: 100%;
    width: auto
}

.listing-images {
    margin-top: 0.75em;
    margin-bottom: 1.5em;
    overflow: hidden;
    *zoom: 1;
    margin-right: -0.75em
}

.fileupload-remove-hover:hover > .fileupload-preview-remove-image, .touch .fileupload-remove-hover .fileupload-preview-remove-image {
    display: block
}

.fileupload-preview-image {
    width: 8.5em;
    height: 8.5em;
    border-radius: 10px;
    border: #e1e1e1 dashed 0em
}

.fileupload-preview-remove-image {
    position: absolute;
    width: 2.25em;
    height: 2.25em;
    right: 0;
    top: 0;
    display: none;
    line-height: 2.25em;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #424242;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ccc
}

.fileupload-preview-remove-image:hover {
    cursor: pointer;
    color: #fff
}

.fileupload-removing {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 8.5em;
    height: 8.5em;
    border-radius: 10px;
    border: #e1e1e1 dashed 0em;
    background-color: rgba(255, 255, 255, 0.8)
}

.fileupload-text-container {
    width: 8.5em;
    height: 8.5em;
    border-radius: 10px;
    border: #e1e1e1 dashed 0.1875em;
    outline: 1px solid red;
    text-align: center;
    color: #9a9a9a;
    display: table
}

.upload-image-placeholder {
    width: 8.5em;
    height: 8.5em;
    border-radius: 10px;
    border: #e1e1e1 dashed 0em;
    float: left;
    background-color: #FAFAFA;
    margin-right: 0.75em;
    margin-bottom: 0.75em
}

.upload-image-placeholder:hover .fileupload-text-container, .upload-image-placeholder.hover .fileupload-text-container {
    border-color: #bbb
}

.fileupload-centered-text {
    display: table-cell;
    vertical-align: middle
}

.fileupload-small-text {
    font-size: 0.8125em;
    line-height: 1.38462em
}

.listing-social {
    overflow: hidden;
    *zoom: 1
}

.listing-fb-like-button, .listing-tweet-button {
    float: left;
    margin-right: 1.5em
}

.listing-tweet-button {
    padding-top: 4px
}

.listing-price {
    clear: both
}

.listing-price-amount {
    font-size: 2.625em;
    line-height: 1.14286em;
    font-weight: 700;
    color: #474747;
    display: block;
    float: left;
    margin-right: 0.375em
}

.listing-price-quantity {
    vertical-align: top;
    position: relative;
    top: 0.3125em;
    color: gray
}

.quantity-wrapper {
    width: 100%;
    margin-bottom: 1.125em
}

.quantity-label {
    float: left;
    display: inline;
    width: auto;
    font-weight: bold;
    line-height: 2.55em;
    margin: auto 0.6em auto 0
}

.quantity-input {
    display: block;
    overflow-y: hidden
}

.quantity-input input {
    width: 100%
}

.quantity-input input:focus {
    outline-width: 0
}

.listing-author {
    position: relative
}

.listing-author-avatar {
    width: 6.75em;
    height: 6.75em;
    position: absolute;
    top: 0;
    left: 0
}

.listing-author-avatar > a {
    display: block;
    width: 100%;
    height: 100%
}

.listing-author-avatar-image {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 100%
}

.listing-author-details {
    width: 100%;
    padding-left: 6.75em;
    min-height: 6.75em;
    padding-left: 7.875em;
    margin-top: 0.375em;
    margin-bottom: 1.125em
}

.listing-author-name {
    font-size: 1.375em;
    line-height: 1.09091em;
    font-weight: 600;
    height: 2.45455em;
    line-height: 3em
}

.listing-author-name-link {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.listing-author-contact-button {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #e8e8e8;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    color: #474747;
    width: 100%
}

.listing-author-contact-button .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.listing-author-contact-button:hover {
    background: #dbdbdb;
    color: #fff
}

.listing-author-contact-button:active {
    background: #cfcfcf;
    color: #fff
}

.listing-author-contact-button:hover {
    color: #474747
}

.listing-author-contact-button:active {
    color: #474747
}

.listing-author-activity {
    overflow: hidden;
    *zoom: 1
}

.listing-author-activity-icon {
    font-size: 32px;
    line-height: 1.5em;
    display: block;
    float: left;
    width: 1em
}

.listing-author-activity-item {
    float: left;
    width: 15.25em;
    margin-left: 0.75em
}

.listing-author-activity-description {
    font-size: 0.8125em;
    line-height: 1.38462em;
    color: #c3c3c3
}

.listing-map {
    width: 100%;
    height: 12em
}

.listing-view-admin-links {
    margin: 0.75em 0
}

.delivery-title {
    margin-bottom: 0
}

.delivery-label {
    display: inline;
    width: auto;
    margin-left: 0.3em
}

.book-button {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    font-size: 22px;
    height: 60px;
    line-height: 24px;
    padding-bottom: 3px;
    margin-top: 0;
    width: 100%;
    text-align: center
}

.book-button .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.book-button:hover {
    background: #000;
    color: #fff
}

.book-button:active {
    background: #000;
    color: #fff
}

.book-button .content {
    width: 100%;
    display: block
}

.checkbox-option.not-selected {
    color: #c3c3c3
}

.checkbox-option-checkmark {
    display: inline-block;
    width: 20px;
    color: #000
}

@media (min-width: 30em) {
    .message-avatar-padding {
        margin-left: 3.75em;
        margin-right: 3.75em
    }
}

.page-content .message-price-break-down {
    margin-bottom: 0
}

.message-sum, .message-price {
    font-size: 1.375em;
    line-height: 1.09091em;
    font-weight: 600;
    padding-top: 0.75em
}

.message-reply-form form {
    padding-bottom: 1.5em
}

.message-avatar, .message-avatar-left, .message-avatar-right {
    width: 3em;
    height: 3em
}

.message-container {
    position: relative
}

.message-avatar-image {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.message-avatar, .message-avatar-left, .message-avatar-right {
    position: absolute;
    top: 1.875em
}

.message-avatar-left {
    left: 0
}

.message-avatar-right {
    right: 0
}

.message-content-container-left {
    padding-left: 3.75em
}

@media (min-width: 30em) {
    .message-content-container-left {
        padding-right: 3.75em
    }
}

.message-content-container-right {
    padding-right: 3.75em
}

@media (min-width: 30em) {
    .message-content-container-right {
        padding-left: 3.75em
    }
}

.message-bubble, .message-bubble-arrow-to-left, .message-bubble-arrow-to-right {
    position: relative;
    min-height: 3em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0.75em 0.75em 0em 0.75em;
    background: #e8e8e8
}

.message-bubble p, .message-bubble-arrow-to-left p, .message-bubble-arrow-to-right p {
    margin-bottom: 0;
    padding-bottom: 0.75em
}

.message-bubble:after, .message-bubble-arrow-to-left:after, .message-bubble-arrow-to-right:after {
    top: 1.5em;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 0.375em
}

.message-time-ago, .message-time-ago-left, .message-time-ago-right {
    margin-bottom: 0.375em;
    height: 1.5em
}

.message-time-ago-left {
    text-align: left
}

.message-time-ago-right {
    text-align: right
}

.message-type-transition {
    font-weight: bold
}

.message-bubble-arrow-to-left:after {
    right: 100%;
    border-right-color: #e8e8e8;
    margin-top: -0.375em
}

.message-bubble-arrow-to-left.message-mood-positive {
    color: #5a7d13;
    background: #c2e972
}

.message-bubble-arrow-to-left.message-mood-positive:after {
    border-right-color: #c2e972
}

.message-bubble-arrow-to-left.message-mood-negative {
    color: #a91a1a;
    background: #f09f9f
}

.message-bubble-arrow-to-left.message-mood-negative:after {
    border-right-color: #f09f9f
}

.message-bubble-arrow-to-right:after {
    left: 100%;
    border-left-color: #e8e8e8;
    margin-top: -0.375em
}

.message-bubble-arrow-to-right.message-mood-positive {
    color: #5a7d13;
    background: #c2e972
}

.message-bubble-arrow-to-right.message-mood-positive:after {
    border-left-color: #c2e972
}

.message-bubble-arrow-to-right.message-mood-negative {
    color: #a91a1a;
    background: #f09f9f
}

.message-bubble-arrow-to-right.message-mood-negative:after {
    border-left-color: #f09f9f
}

.message-mood-positive {
    color: #5a7d13;
    background: #c2e972
}

.message-mood-negative {
    color: #a91a1a;
    background: #f09f9f
}

.message-book-button {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em
}

.message-book-button .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.message-book-button:hover {
    background: #000;
    color: #fff
}

.message-book-button:active {
    background: #000;
    color: #fff
}

.message-price-vat {
    font-size: 0.8125em;
    line-height: 1.38462em
}

.invoice-title {
    margin-bottom: 0.75em
}

.invoice-row {
    overflow: hidden;
    min-height: 3em
}

.invoice-row-left {
    font-weight: 600;
    float: left;
    width: 100px;
    padding-right: 16px
}

@media (min-width: 48em) {
    .invoice-row-left {
        width: 175px
    }
}

.invoice-row-symbol {
    float: left;
    padding-right: 8px;
    padding-top: 8px;
    max-width: 30px
}

.invoice-row-right {
    float: left;
    width: 145px
}

@media (min-width: 48em) {
    .invoice-row-right {
        width: 230px
    }
}

.invoice-row-text-field {
    float: right;
    width: 115px
}

@media (min-width: 48em) {
    .invoice-row-text-field {
        width: 200px
    }
}

.invoice-row-text-column {
    padding-top: 8px
}

.invoice-row input[type=text] {
    width: 100%
}

.people-image {
    display: none
}

.people-image > img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100%
}

@media (min-width: 48em) {
    .people-image {
        display: block
    }
}

.people-header {
    padding-bottom: 0.375em;
    border-bottom: 1px solid #c3c3c3
}

.people-load-more-listings-container {
    clear: both;
    margin-bottom: 1.5em
}

.people-show-closed-link {
    font-size: 13px;
    margin-left: 0.75em
}

.profile-action-buttons-desktop {
    display: none
}

@media (min-width: 48em) {
    .profile-action-buttons-desktop {
        display: block
    }
}

.profile-action-buttons-mobile {
    padding-left: 5.25em;
    padding-bottom: 1.125em;
    margin-top: 0.975em;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #c3c3c3
}

@media (min-width: 48em) {
    .profile-action-buttons-mobile {
        display: none
    }
}

.profile-edit-link, .profile-contact-link {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #e8e8e8;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    color: #474747;
    width: 100%
}

.profile-edit-link .content, .profile-contact-link .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.profile-edit-link:hover, .profile-contact-link:hover {
    background: #dbdbdb;
    color: #fff
}

.profile-edit-link:active, .profile-contact-link:active {
    background: #cfcfcf;
    color: #fff
}

.profile-edit-link:hover, .profile-contact-link:hover {
    color: #474747
}

.profile-edit-link:active, .profile-contact-link:active {
    color: #474747
}

.people-image-mobile {
    width: 4.5em;
    position: absolute;
    top: 0;
    left: 0
}

.people-image-mobile > img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100%
}

@media (min-width: 48em) {
    .people-image-mobile {
        display: none
    }
}

.people-fluid-thumbnail-grid-container .people-fluid-thumbnail-grid {
    overflow: hidden;
    *zoom: 1;
    margin-right: -0.75em
}

@media (min-width: 48em) {
    .people-fluid-thumbnail-grid-container .people-fluid-thumbnail-grid {
        margin-right: -1.5em
    }
}

.people-fluid-thumbnail-grid-container .people-fluid-thumbnail-grid-item {
    float: left;
    padding-right: 0.75em;
    margin-bottom: 0.75em
}

@media (max-width: 19.875em) {
    .people-fluid-thumbnail-grid-container .people-fluid-thumbnail-grid-item {
        width: 100%
    }
}

@media (min-width: 20em) {
    .people-fluid-thumbnail-grid-container .people-fluid-thumbnail-grid-item {
        width: 100%
    }
}

@media (min-width: 30em) {
    .people-fluid-thumbnail-grid-container .people-fluid-thumbnail-grid-item {
        width: 50%
    }
}

@media (min-width: 37.5em) {
    .people-fluid-thumbnail-grid-container .people-fluid-thumbnail-grid-item {
        width: 33.33333%
    }
}

@media (min-width: 48em) {
    .people-fluid-thumbnail-grid-container .people-fluid-thumbnail-grid-item {
        width: 50%
    }
}

@media (min-width: 53.75em) {
    .people-fluid-thumbnail-grid-container .people-fluid-thumbnail-grid-item {
        width: 50%
    }
}

@media (min-width: 60em) {
    .people-fluid-thumbnail-grid-container .people-fluid-thumbnail-grid-item {
        width: 33.33333%
    }
}

@media (min-width: 63em) {
    .people-fluid-thumbnail-grid-container .people-fluid-thumbnail-grid-item {
        width: 33.33333%
    }
}

@media (min-width: 48em) {
    .people-fluid-thumbnail-grid-container .people-fluid-thumbnail-grid-item {
        padding-right: 1.5em;
        margin-bottom: 1.5em
    }
}

.people-listings.fluid-thumbnail-grid-image-overlay, .people-listings.fluid-thumbnail-grid-image-image {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

#profile-followed-people-list .fluid-thumbnail-grid-image-image-container {
    padding-bottom: 100%
}

.preauthorize-section {
    margin-bottom: 2.25em
}

.preauthorize-exp {
    display: inline;
    margin-right: 0.75em
}

.preauthorize-details-title {
    margin-bottom: 0.375em
}

.signup-horizontal-line {
    margin: 1.875em 0;
    text-align: center;
    position: relative;
    z-index: 2;
    font-variant: italic
}

.signup-horizontal-line:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: solid 1px #c3c3c3;
    z-index: -1
}

.signup-horizontal-line-text {
    padding-left: 0.375em;
    padding-right: 0.375em;
    display: inline;
    text-align: center;
    background-color: white;
    font-size: 2.125em;
    line-height: 1.05882em;
    font-weight: 600;
    color: #474747
}

.testimonial {
    position: relative;
    overflow: hidden;
    *zoom: 1;
    min-height: 3em;
    border-bottom: 1px solid #fff
}

.testimonial:last-child {
    border-bottom: 1px solid #fff
}

.testimonial-avatar {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 3em;
    height: 3em
}

.testimonial-avatar > a, .testimonial-avatar > a > img {
    display: block;
    width: 100%;
    height: 100%
}

.testimonial-details {
    padding-left: 3.75em;
    padding-right: 3.25em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 0.75em
}

.testimonial-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.53846em;
    font-size: 1.625em;
    line-height: 1.38462em;
    font-weight: 600
}

.testimonial-icon.positive {
    color: #5a7d13
}

.testimonial-icon.negative {
    color: #a91a1a
}

.load-more-testimonials {
    margin-top: 1.5em
}

.listing-image-thumbnail-stripe {
    width: 100%;
    overflow: hidden;
    height: 64px;
    margin-top: 2px;
    position: relative
}

.listing-image-thumbnail-container {
    position: relative;
    float: left
}

.listing-image-thumbnail-container:hover > .fade, .listing-image-thumbnail-container.selected > .fade {
    display: none
}

.listing-image-thumbnail-container > .fade {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.6)
}

.listing-image-thumbnail {
    width: 64px;
    height: 64px;
    padding: 2px;
    border-radius: 5px;
    cursor: pointer
}

.subcategory-label {
    margin-left: 1.5em
}

.top-level-category-divider-wrapper {
    padding-top: 0.375em;
    padding-bottom: 0.375em
}

.top-level-category-divider {
    background-color: #e8e8e8;
    height: 1px
}

.listed-category-col {
    margin-bottom: 0
}

.category-remove-warning-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #f2dede;
    padding: 1.125em 1.2em;
    color: #963b3b;
    margin-bottom: 0.75em
}

.category-remove-warning-box-icon {
    width: 1.5em;
    display: inline-block
}

.edit-community-details-edit-link {
    margin-bottom: 0.75em
}

.edit-community-details-field {
    margin-bottom: 1.5em
}

.edit-community-details-field-title {
    font-weight: bold
}

.checkbox-container .settings-checkbox-label {
    font-weight: 500
}

.sort-text-wrapper {
    margin-right: 1.5em
}

.sort-text {
    float: left
}

.sort-arrow, .sort-arrow-asc, .sort-arrow-desc {
    float: left;
    font-size: 0.75em;
    display: inline-block;
    padding-left: 0.4em
}

textarea.text_area_code {
    font-size: 15px;
    font-family: "Lucida Console", Monaco, monospace;
    height: 10.5em
}

.checkbox-row-checkbox {
    display: inline-block;
    width: auto
}

.checkbox-row-label {
    display: inline-block;
    width: auto;
    font-weight: normal;
    margin: 0 0 0 0.375em
}

.transaction-agreement-modal.disabled:not(.label) {
    background-color: #e8e8e8
}

.custom-fields-list-title, .custom-fields-mobile-list-title {
    font-weight: bold
}

.custom-fields-details {
    font-size: 0.8125em;
    line-height: 1.38462em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.new-field-name-locale-label, .new-category-name-locale-label {
    font-weight: 500;
    margin: 0;
    line-height: 2.25em
}

.custom-field-categories-checkbox-container, .category-listing-shapes-checkbox-container {
    float: left;
    min-width: 14.25em
}

.custom-field-category-checkbox, .category-listing-shape-checkbox {
    display: inline-block;
    width: auto
}

.custom-field-category-checkbox-label, .category-listing-shape-checkbox-label {
    display: inline-block;
    width: auto;
    font-weight: normal;
    margin: 0 0 0 0.375em
}

.add-custom-field-buttons, .add-category-buttons {
    width: 100%
}

.custom-field-actions {
    text-align: right;
    line-height: 2.25em
}

.custom-field-option-locales {
    padding: 0.75em 0.75em 0 0.75em
}

.custom-field-option-locale-column {
    margin-bottom: 0.1875em
}

.custom-field-column-without-bottom-margin {
    margin-bottom: 0
}

.custom-field-option-with-multiple-locales-label {
    margin: 5px 0 0 0
}

@media (min-width: 48em) {
    .custom-field-option-locale-row input[type=text] {
        margin: 0;
        padding: 0 0.375em;
        min-height: 2.25em
    }
}

.category-ajax-status-message, .listing-shape-ajax-status-message, .custom-field-ajax-status-message {
    display: none
}

.custom-field-option-container:nth-of-type(odd) {
    background: #e8e8e8
}

.new-custom-field-type-form {
    margin-top: 1.5em
}

.new-listing-shape-template-form-column, .new-custom-field-type-form-column {
    margin-right: 0.75em;
    display: inline-block
}

.listing-shape-label-disabled {
    color: #c3c3c3
}

.menu-link-container-padding, .menu-link-container {
    padding: 0.75em;
    padding-bottom: 0
}

.menu-link-container:nth-of-type(odd) {
    background: #e8e8e8
}

.menu-links-actions {
    text-align: right
}

.paypal-horizontal-input-label, .paypal-horizontal-input-label-unit {
    font-weight: normal;
    display: inline
}

@media (min-width: 48em) {
    .paypal-horizontal-input-label, .paypal-horizontal-input-label-unit {
        margin-top: 0;
        margin-bottom: 0;
        height: 42px;
        line-height: 42px
    }
}

.paypal-horizontal-input-label-unit {
    margin-left: 1em
}

.paypal-preferences-input {
    max-width: 5em
}

/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGClYwVOhDRq2vbpGRTZ7bbs.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFKFh1TDTPrUZWzVp6FtpG8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGCOFnW3Jk0f09zW_Yln67Ac.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGDovqjS_dXPZszO_XltPdNg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFxe-GPfKKFmiXaJ_Q0GFr8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@charset "UTF-8";

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social.css" rel="stylesheet" />
*/

@font-face {
    font-family: "SSSocial";
    src: url('ss-social-circle.eot');
    src: url('ss-social-circle.eot?#iefix') format('embedded-opentype'),
    url('ss-social-circle.woff') format('woff'),
    url('ss-social-circle.ttf') format('truetype'),
    url('ss-social-circle.svg#SSSocialCircle') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "SSSocial";
    src: url('ss-social-regular.eot');
    src: url('ss-social-regular.eot?#iefix') format('embedded-opentype'),
    url('ss-social-regular.woff') format('woff'),
    url('ss-social-regular.ttf') format('truetype'),
    url('ss-social-regular.svg#SSSocialRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
    -ms-zoom: 1;
}

.ss-icon, .ss-icon.ss-social, .ss-icon.ss-social-circle,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after {
    font-family: "SSSocial";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after {
    font-weight: bold;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
    display: none;
    content: '';
}

.ss-facebook:before, .ss-facebook.right:after {
    content: ''
}

.ss-twitter:before, .ss-twitter.right:after {
    content: ''
}

.ss-linkedin:before, .ss-linkedin.right:after {
    content: ''
}

.ss-googleplus:before, .ss-googleplus.right:after {
    content: ''
}

.ss-tumblr:before, .ss-tumblr.right:after {
    content: ''
}

.ss-wordpress:before, .ss-wordpress.right:after {
    content: ''
}

.ss-blogger:before, .ss-blogger.right:after {
    content: ''
}

.ss-posterous:before, .ss-posterous.right:after {
    content: ''
}

.ss-youtube:before, .ss-youtube.right:after {
    content: ''
}

.ss-vimeo:before, .ss-vimeo.right:after {
    content: ''
}

.ss-flickr:before, .ss-flickr.right:after {
    content: ''
}

.ss-instagram:before, .ss-instagram.right:after {
    content: ''
}

.ss-pinterest:before, .ss-pinterest.right:after {
    content: ''
}

.ss-svpply:before, .ss-svpply.right:after {
    content: ''
}

.ss-readmill:before, .ss-readmill.right:after {
    content: ''
}

.ss-dropbox:before, .ss-dropbox.right:after {
    content: ''
}

.ss-dribbble:before, .ss-dribbble.right:after {
    content: ''
}

.ss-behance:before, .ss-behance.right:after {
    content: ''
}

.ss-github:before, .ss-github.right:after {
    content: ''
}

.ss-octocat:before, .ss-octocat.right:after {
    content: ''
}

.ss-stackoverflow:before, .ss-stackoverflow.right:after {
    content: ''
}

.ss-paypal:before, .ss-paypal.right:after {
    content: ''
}

.ss-kickstarter:before, .ss-kickstarter.right:after {
    content: ''
}

.ss-foursquare:before, .ss-foursquare.right:after {
    content: ''
}

.ss-skype:before, .ss-skype.right:after {
    content: ''
}

.ss-rdio:before, .ss-rdio.right:after {
    content: ''
}

.ss-spotify:before, .ss-spotify.right:after {
    content: ''
}

.ss-lastfm:before, .ss-lastfm.right:after {
    content: ''
}

.ss-mail:before, .ss-mail.right:after {
    content: '✉'
}

.ss-like:before, .ss-like.right:after {
    content: '👍'
}

.ss-rss:before, .ss-rss.right:after {
    content: ''
}

@charset "UTF-8";

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-pika.css" rel="stylesheet" />
*/

@font-face {
    font-family: "SSPika";
    src: url('ss-pika.eot');
    src: url('ss-pika.eot?#iefix') format('embedded-opentype'),
    url('ss-pika.woff') format('woff'),
    url('ss-pika.ttf') format('truetype'),
    url('ss-pika.svg#SSPika') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
    -ms-zoom: 1;
}

.ss-icon, .ss-icon.ss-pika,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-pika:before, [class*=" ss-"].ss-pika:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-pika.right:after, [class*=" ss-"].ss-pika.right:after {
    font-family: "SSPika";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
    display: none;
    content: '';
}

.ss-cursor:before, .ss-cursor.right:after {
    content: ''
}

.ss-crosshair:before, .ss-crosshair.right:after {
    content: '⌖'
}

.ss-search:before, .ss-search.right:after {
    content: '🔎'
}

.ss-zoomin:before, .ss-zoomin.right:after {
    content: ''
}

.ss-zoomout:before, .ss-zoomout.right:after {
    content: ''
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

.ss-screenshot:before, .ss-screenshot.right:after {
    content: ''
}

.ss-binoculars:before, .ss-binoculars.right:after {
    content: ''
}

.ss-view:before, .ss-view.right:after {
    content: '👀'
}

.ss-attach:before, .ss-attach.right:after {
    content: '📎'
}

.ss-link:before, .ss-link.right:after {
    content: '🔗'
}

.ss-move:before, .ss-move.right:after {
    content: ''
}

.ss-write:before, .ss-write.right:after {
    content: '✎'
}

.ss-writingdisabled:before, .ss-writingdisabled.right:after {
    content: ''
}

.ss-erase:before, .ss-erase.right:after {
    content: '✐'
}

.ss-compose:before, .ss-compose.right:after {
    content: '📝'
}

.ss-draw:before, .ss-draw.right:after {
    content: '✏'
}

.ss-lock:before, .ss-lock.right:after {
    content: '🔒'
}

.ss-unlock:before, .ss-unlock.right:after {
    content: '🔓'
}

.ss-key:before, .ss-key.right:after {
    content: '🔑'
}

.ss-backspace:before, .ss-backspace.right:after {
    content: '⌫'
}

.ss-ban:before, .ss-ban.right:after {
    content: '🚫'
}

.ss-nosmoking:before, .ss-nosmoking.right:after {
    content: '🚭'
}

.ss-trash:before, .ss-trash.right:after {
    content: ''
}

.ss-target:before, .ss-target.right:after {
    content: '◎'
}

.ss-new:before, .ss-new.right:after {
    content: '🆕'
}

.ss-tag:before, .ss-tag.right:after {
    content: ''
}

.ss-pricetag:before, .ss-pricetag.right:after {
    content: ''
}

.ss-flowertag:before, .ss-flowertag.right:after {
    content: ''
}

.ss-bookmark:before, .ss-bookmark.right:after {
    content: '🔖'
}

.ss-flag:before, .ss-flag.right:after {
    content: '⚑'
}

.ss-like:before, .ss-like.right:after {
    content: '👍'
}

.ss-dislike:before, .ss-dislike.right:after {
    content: '👎'
}

.ss-heart:before, .ss-heart.right:after {
    content: '♥'
}

.ss-halfheart:before, .ss-halfheart.right:after {
    content: ''
}

.ss-emptyheart:before, .ss-emptyheart.right:after {
    content: '♡'
}

.ss-star:before, .ss-star.right:after {
    content: '⋆'
}

.ss-halfstar:before, .ss-halfstar.right:after {
    content: ''
}

.ss-medal:before, .ss-medal.right:after {
    content: ''
}

.ss-ribbon:before, .ss-ribbon.right:after {
    content: '🎀'
}

.ss-bullseye:before, .ss-bullseye.right:after {
    content: '🎯'
}

.ss-sample:before, .ss-sample.right:after {
    content: ''
}

.ss-crop:before, .ss-crop.right:after {
    content: ''
}

.ss-layers:before, .ss-layers.right:after {
    content: ''
}

.ss-gridlines:before, .ss-gridlines.right:after {
    content: ''
}

.ss-pen:before, .ss-pen.right:after {
    content: '✒'
}

.ss-feather:before, .ss-feather.right:after {
    content: ''
}

.ss-rubbereraser:before, .ss-rubbereraser.right:after {
    content: ''
}

.ss-paintroller:before, .ss-paintroller.right:after {
    content: ''
}

.ss-rubberstamp:before, .ss-rubberstamp.right:after {
    content: ''
}

.ss-checkclipboard:before, .ss-checkclipboard.right:after {
    content: ''
}

.ss-linechartclipboard:before, .ss-linechartclipboard.right:after {
    content: ''
}

.ss-clockwise:before, .ss-clockwise.right:after {
    content: '⥁'
}

.ss-phone:before, .ss-phone.right:after {
    content: '📞'
}

.ss-phonedisabled:before, .ss-phonedisabled.right:after {
    content: ''
}

.ss-headset:before, .ss-headset.right:after {
    content: ''
}

.ss-megaphone:before, .ss-megaphone.right:after {
    content: '📢'
}

.ss-rss:before, .ss-rss.right:after {
    content: ''
}

.ss-facetime:before, .ss-facetime.right:after {
    content: ''
}

.ss-reply:before, .ss-reply.right:after {
    content: '↩'
}

.ss-send:before, .ss-send.right:after {
    content: ''
}

.ss-mail:before, .ss-mail.right:after {
    content: '✉'
}

.ss-inbox:before, .ss-inbox.right:after {
    content: '📥'
}

.ss-outbox:before, .ss-outbox.right:after {
    content: '📤'
}

.ss-wifimail:before, .ss-wifimail.right:after {
    content: ''
}

.ss-chat:before, .ss-chat.right:after {
    content: '💬'
}

.ss-user:before, .ss-user.right:after {
    content: '👤'
}

.ss-femaleuser:before, .ss-femaleuser.right:after {
    content: '👧'
}

.ss-users:before, .ss-users.right:after {
    content: '👥'
}

.ss-usergroup:before, .ss-usergroup.right:after {
    content: ''
}

.ss-adduser:before, .ss-adduser.right:after {
    content: ''
}

.ss-removeuser:before, .ss-removeuser.right:after {
    content: ''
}

.ss-deleteuser:before, .ss-deleteuser.right:after {
    content: ''
}

.ss-userprofile:before, .ss-userprofile.right:after {
    content: ''
}

.ss-businessuser:before, .ss-businessuser.right:after {
    content: ''
}

.ss-cart:before, .ss-cart.right:after {
    content: ''
}

.ss-addcart:before, .ss-addcart.right:after {
    content: ''
}

.ss-removecart:before, .ss-removecart.right:after {
    content: ''
}

.ss-deletecart:before, .ss-deletecart.right:after {
    content: ''
}

.ss-downloadcart:before, .ss-downloadcart.right:after {
    content: ''
}

.ss-emptycart:before, .ss-emptycart.right:after {
    content: ''
}

.ss-basket:before, .ss-basket.right:after {
    content: ''
}

.ss-gift:before, .ss-gift.right:after {
    content: '🎁'
}

.ss-apple:before, .ss-apple.right:after {
    content: '🍏'
}

.ss-cashregister:before, .ss-cashregister.right:after {
    content: ''
}

.ss-store:before, .ss-store.right:after {
    content: '🏬'
}

.ss-searchbarcode:before, .ss-searchbarcode.right:after {
    content: ''
}

.ss-notepad:before, .ss-notepad.right:after {
    content: ''
}

.ss-creditcard:before, .ss-creditcard.right:after {
    content: '💳'
}

.ss-safe:before, .ss-safe.right:after {
    content: ''
}

.ss-digitalsafe:before, .ss-digitalsafe.right:after {
    content: ''
}

.ss-atm:before, .ss-atm.right:after {
    content: '🏧'
}

.ss-dispensecash:before, .ss-dispensecash.right:after {
    content: ''
}

.ss-banknote:before, .ss-banknote.right:after {
    content: '💵'
}

.ss-coins:before, .ss-coins.right:after {
    content: ''
}

.ss-bankcheck:before, .ss-bankcheck.right:after {
    content: ''
}

.ss-piggybank:before, .ss-piggybank.right:after {
    content: ''
}

.ss-moneybag:before, .ss-moneybag.right:after {
    content: '💰'
}

.ss-tip:before, .ss-tip.right:after {
    content: ''
}

.ss-calculator:before, .ss-calculator.right:after {
    content: ''
}

.ss-percent:before, .ss-percent.right:after {
    content: '%'
}

.ss-bank:before, .ss-bank.right:after {
    content: '🏦'
}

.ss-scales:before, .ss-scales.right:after {
    content: '⚖'
}

.ss-piechart:before, .ss-piechart.right:after {
    content: ''
}

.ss-piechartthirds:before, .ss-piechartthirds.right:after {
    content: ''
}

.ss-barchart:before, .ss-barchart.right:after {
    content: '📊'
}

.ss-upwardsbarchart:before, .ss-upwardsbarchart.right:after {
    content: ''
}

.ss-downwardsbarchart:before, .ss-downwardsbarchart.right:after {
    content: ''
}

.ss-horizontalbarchart:before, .ss-horizontalbarchart.right:after {
    content: ''
}

.ss-analytics:before, .ss-analytics.right:after {
    content: ''
}

.ss-upwardslinechart:before, .ss-upwardslinechart.right:after {
    content: '📈'
}

.ss-downwardslinechart:before, .ss-downwardslinechart.right:after {
    content: '📉'
}

.ss-linecharts:before, .ss-linecharts.right:after {
    content: ''
}

.ss-scatterchart:before, .ss-scatterchart.right:after {
    content: ''
}

.ss-stock:before, .ss-stock.right:after {
    content: ''
}

.ss-form:before, .ss-form.right:after {
    content: ''
}

.ss-box:before, .ss-box.right:after {
    content: '📦'
}

.ss-crate:before, .ss-crate.right:after {
    content: ''
}

.ss-deliveryvan:before, .ss-deliveryvan.right:after {
    content: ''
}

.ss-deliverytruck:before, .ss-deliverytruck.right:after {
    content: ''
}

.ss-forklift:before, .ss-forklift.right:after {
    content: ''
}

.ss-cargoship:before, .ss-cargoship.right:after {
    content: ''
}

.ss-hook:before, .ss-hook.right:after {
    content: ''
}

.ss-weight:before, .ss-weight.right:after {
    content: ''
}

.ss-containers:before, .ss-containers.right:after {
    content: ''
}

.ss-fragile:before, .ss-fragile.right:after {
    content: ''
}

.ss-thissideup:before, .ss-thissideup.right:after {
    content: ''
}

.ss-home:before, .ss-home.right:after {
    content: '⌂'
}

.ss-building:before, .ss-building.right:after {
    content: '🏢'
}

.ss-lodging:before, .ss-lodging.right:after {
    content: '🏨'
}

.ss-earth:before, .ss-earth.right:after {
    content: '🌎'
}

.ss-globe:before, .ss-globe.right:after {
    content: '🌐'
}

.ss-garage:before, .ss-garage.right:after {
    content: ''
}

.ss-warehouse:before, .ss-warehouse.right:after {
    content: ''
}

.ss-floorplan:before, .ss-floorplan.right:after {
    content: ''
}

.ss-address:before, .ss-address.right:after {
    content: ''
}

.ss-searchhouse:before, .ss-searchhouse.right:after {
    content: ''
}

.ss-housesale:before, .ss-housesale.right:after {
    content: ''
}

.ss-navigate:before, .ss-navigate.right:after {
    content: ''
}

.ss-compass:before, .ss-compass.right:after {
    content: ''
}

.ss-signpost:before, .ss-signpost.right:after {
    content: ''
}

.ss-map:before, .ss-map.right:after {
    content: ''
}

.ss-gps:before, .ss-gps.right:after {
    content: ''
}

.ss-compassnavigate:before, .ss-compassnavigate.right:after {
    content: ''
}

.ss-compassarrow:before, .ss-compassarrow.right:after {
    content: ''
}

.ss-location:before, .ss-location.right:after {
    content: ''
}

.ss-pin:before, .ss-pin.right:after {
    content: '📍'
}

.ss-pushpin:before, .ss-pushpin.right:after {
    content: '📌'
}

.ss-maplocation:before, .ss-maplocation.right:after {
    content: ''
}

.ss-globelocation:before, .ss-globelocation.right:after {
    content: ''
}

.ss-puzzle:before, .ss-puzzle.right:after {
    content: ''
}

.ss-floppydisk:before, .ss-floppydisk.right:after {
    content: '💾'
}

.ss-firewall:before, .ss-firewall.right:after {
    content: ''
}

.ss-database:before, .ss-database.right:after {
    content: ''
}

.ss-hdd:before, .ss-hdd.right:after {
    content: ''
}

.ss-music:before, .ss-music.right:after {
    content: '♫'
}

.ss-eighthnote:before, .ss-eighthnote.right:after {
    content: '♪'
}

.ss-mic:before, .ss-mic.right:after {
    content: '🎤'
}

.ss-volume:before, .ss-volume.right:after {
    content: '🔈'
}

.ss-lowvolume:before, .ss-lowvolume.right:after {
    content: '🔉'
}

.ss-highvolume:before, .ss-highvolume.right:after {
    content: '🔊'
}

.ss-radio:before, .ss-radio.right:after {
    content: '📻'
}

.ss-stereo:before, .ss-stereo.right:after {
    content: ''
}

.ss-airplay:before, .ss-airplay.right:after {
    content: ''
}

.ss-vinylrecord:before, .ss-vinylrecord.right:after {
    content: ''
}

.ss-disc:before, .ss-disc.right:after {
    content: '💿'
}

.ss-camera:before, .ss-camera.right:after {
    content: '📷'
}

.ss-picture:before, .ss-picture.right:after {
    content: '🌄'
}

.ss-video:before, .ss-video.right:after {
    content: '📹'
}

.ss-playvideo:before, .ss-playvideo.right:after {
    content: ''
}

.ss-play:before, .ss-play.right:after {
    content: '▶'
}

.ss-pause:before, .ss-pause.right:after {
    content: ''
}

.ss-stop:before, .ss-stop.right:after {
    content: '■'
}

.ss-record:before, .ss-record.right:after {
    content: '●'
}

.ss-rewind:before, .ss-rewind.right:after {
    content: '⏪'
}

.ss-fastforward:before, .ss-fastforward.right:after {
    content: '⏩'
}

.ss-skipback:before, .ss-skipback.right:after {
    content: '⏮'
}

.ss-skipforward:before, .ss-skipforward.right:after {
    content: '⏭'
}

.ss-eject:before, .ss-eject.right:after {
    content: '⏏'
}

.ss-repeat:before, .ss-repeat.right:after {
    content: '🔁'
}

.ss-replay:before, .ss-replay.right:after {
    content: '↺'
}

.ss-shuffle:before, .ss-shuffle.right:after {
    content: '🔀'
}

.ss-index:before, .ss-index.right:after {
    content: ''
}

.ss-page:before, .ss-page.right:after {
    content: ''
}

.ss-book:before, .ss-book.right:after {
    content: '📕'
}

.ss-books:before, .ss-books.right:after {
    content: '📚'
}

.ss-openbook:before, .ss-openbook.right:after {
    content: '📖'
}

.ss-heartbook:before, .ss-heartbook.right:after {
    content: ''
}

.ss-downloadbook:before, .ss-downloadbook.right:after {
    content: ''
}

.ss-musicopenbook:before, .ss-musicopenbook.right:after {
    content: ''
}

.ss-searchbook:before, .ss-searchbook.right:after {
    content: ''
}

.ss-notebook:before, .ss-notebook.right:after {
    content: '📓'
}

.ss-newspaper:before, .ss-newspaper.right:after {
    content: '📰'
}

.ss-notice:before, .ss-notice.right:after {
    content: ''
}

.ss-rows:before, .ss-rows.right:after {
    content: ''
}

.ss-columns:before, .ss-columns.right:after {
    content: ''
}

.ss-thumbnails:before, .ss-thumbnails.right:after {
    content: ''
}

.ss-pagecurl:before, .ss-pagecurl.right:after {
    content: ''
}

.ss-desktop:before, .ss-desktop.right:after {
    content: '💻'
}

.ss-laptop:before, .ss-laptop.right:after {
    content: ''
}

.ss-tablet:before, .ss-tablet.right:after {
    content: ''
}

.ss-smartphone:before, .ss-smartphone.right:after {
    content: ''
}

.ss-cell:before, .ss-cell.right:after {
    content: '📱'
}

.ss-walkytalky:before, .ss-walkytalky.right:after {
    content: ''
}

.ss-ereader:before, .ss-ereader.right:after {
    content: ''
}

.ss-ebook:before, .ss-ebook.right:after {
    content: ''
}

.ss-wifibook:before, .ss-wifibook.right:after {
    content: ''
}

.ss-wifiopenbook:before, .ss-wifiopenbook.right:after {
    content: ''
}

.ss-battery:before, .ss-battery.right:after {
    content: '🔋'
}

.ss-highbattery:before, .ss-highbattery.right:after {
    content: ''
}

.ss-mediumbattery:before, .ss-mediumbattery.right:after {
    content: ''
}

.ss-lowbattery:before, .ss-lowbattery.right:after {
    content: ''
}

.ss-emptybattery:before, .ss-emptybattery.right:after {
    content: ''
}

.ss-chargingbattery:before, .ss-chargingbattery.right:after {
    content: ''
}

.ss-heartmobile:before, .ss-heartmobile.right:after {
    content: ''
}

.ss-phonemobile:before, .ss-phonemobile.right:after {
    content: ''
}

.ss-lockmobile:before, .ss-lockmobile.right:after {
    content: ''
}

.ss-textmobile:before, .ss-textmobile.right:after {
    content: ''
}

.ss-dollarmobile:before, .ss-dollarmobile.right:after {
    content: ''
}

.ss-euromobile:before, .ss-euromobile.right:after {
    content: ''
}

.ss-rssmobile:before, .ss-rssmobile.right:after {
    content: ''
}

.ss-navigationmobile:before, .ss-navigationmobile.right:after {
    content: ''
}

.ss-batterymobile:before, .ss-batterymobile.right:after {
    content: ''
}

.ss-powermobile:before, .ss-powermobile.right:after {
    content: ''
}

.ss-browseonline:before, .ss-browseonline.right:after {
    content: ''
}

.ss-shoponline:before, .ss-shoponline.right:after {
    content: ''
}

.ss-bankonline:before, .ss-bankonline.right:after {
    content: ''
}

.ss-realtyonline:before, .ss-realtyonline.right:after {
    content: ''
}

.ss-readonline:before, .ss-readonline.right:after {
    content: ''
}

.ss-weatheronline:before, .ss-weatheronline.right:after {
    content: ''
}

.ss-lightbulb:before, .ss-lightbulb.right:after {
    content: '💡'
}

.ss-lightbulbon:before, .ss-lightbulbon.right:after {
    content: ''
}

.ss-cfl:before, .ss-cfl.right:after {
    content: ''
}

.ss-hairdryer:before, .ss-hairdryer.right:after {
    content: ''
}

.ss-picnictable:before, .ss-picnictable.right:after {
    content: ''
}

.ss-flame:before, .ss-flame.right:after {
    content: ''
}

.ss-campfire:before, .ss-campfire.right:after {
    content: '🔥'
}

.ss-bonfire:before, .ss-bonfire.right:after {
    content: ''
}

.ss-balloon:before, .ss-balloon.right:after {
    content: '🎈'
}

.ss-christmastree:before, .ss-christmastree.right:after {
    content: '🎄'
}

.ss-sweep:before, .ss-sweep.right:after {
    content: ''
}

.ss-chess:before, .ss-chess.right:after {
    content: '♞'
}

.ss-onedie:before, .ss-onedie.right:after {
    content: '⚀'
}

.ss-twodie:before, .ss-twodie.right:after {
    content: '⚁'
}

.ss-threedie:before, .ss-threedie.right:after {
    content: '⚂'
}

.ss-fourdie:before, .ss-fourdie.right:after {
    content: '⚃'
}

.ss-fivedie:before, .ss-fivedie.right:after {
    content: '⚄'
}

.ss-sixdie:before, .ss-sixdie.right:after {
    content: '⚅'
}

.ss-downloadcloud:before, .ss-downloadcloud.right:after {
    content: ''
}

.ss-download:before, .ss-download.right:after {
    content: ''
}

.ss-downloadbox:before, .ss-downloadbox.right:after {
    content: ''
}

.ss-downloadcrate:before, .ss-downloadcrate.right:after {
    content: ''
}

.ss-uploadcloud:before, .ss-uploadcloud.right:after {
    content: ''
}

.ss-upload:before, .ss-upload.right:after {
    content: ''
}

.ss-uploadbox:before, .ss-uploadbox.right:after {
    content: ''
}

.ss-uploadcrate:before, .ss-uploadcrate.right:after {
    content: ''
}

.ss-fork:before, .ss-fork.right:after {
    content: ''
}

.ss-merge:before, .ss-merge.right:after {
    content: ''
}

.ss-refresh:before, .ss-refresh.right:after {
    content: '↻'
}

.ss-sync:before, .ss-sync.right:after {
    content: ''
}

.ss-loading:before, .ss-loading.right:after {
    content: ''
}

.ss-wifi:before, .ss-wifi.right:after {
    content: ''
}

.ss-connection:before, .ss-connection.right:after {
    content: ''
}

.ss-reload:before, .ss-reload.right:after {
    content: ''
}

.ss-file:before, .ss-file.right:after {
    content: '📄'
}

.ss-addfile:before, .ss-addfile.right:after {
    content: ''
}

.ss-removefile:before, .ss-removefile.right:after {
    content: ''
}

.ss-deletefile:before, .ss-deletefile.right:after {
    content: ''
}

.ss-downloadfile:before, .ss-downloadfile.right:after {
    content: ''
}

.ss-uploadfile:before, .ss-uploadfile.right:after {
    content: ''
}

.ss-importfile:before, .ss-importfile.right:after {
    content: ''
}

.ss-exportfile:before, .ss-exportfile.right:after {
    content: ''
}

.ss-settingsfile:before, .ss-settingsfile.right:after {
    content: ''
}

.ss-lockfile:before, .ss-lockfile.right:after {
    content: ''
}

.ss-userfile:before, .ss-userfile.right:after {
    content: ''
}

.ss-picturefile:before, .ss-picturefile.right:after {
    content: ''
}

.ss-textfile:before, .ss-textfile.right:after {
    content: ''
}

.ss-exe:before, .ss-exe.right:after {
    content: ''
}

.ss-zip:before, .ss-zip.right:after {
    content: ''
}

.ss-doc:before, .ss-doc.right:after {
    content: ''
}

.ss-ppt:before, .ss-ppt.right:after {
    content: ''
}

.ss-pdf:before, .ss-pdf.right:after {
    content: ''
}

.ss-jpg:before, .ss-jpg.right:after {
    content: ''
}

.ss-png:before, .ss-png.right:after {
    content: ''
}

.ss-folder:before, .ss-folder.right:after {
    content: '📁'
}

.ss-openfolder:before, .ss-openfolder.right:after {
    content: '📂'
}

.ss-downloadfolder:before, .ss-downloadfolder.right:after {
    content: ''
}

.ss-uploadfolder:before, .ss-uploadfolder.right:after {
    content: ''
}

.ss-cloudfolder:before, .ss-cloudfolder.right:after {
    content: ''
}

.ss-lockfolder:before, .ss-lockfolder.right:after {
    content: ''
}

.ss-securefolder:before, .ss-securefolder.right:after {
    content: ''
}

.ss-picturefolder:before, .ss-picturefolder.right:after {
    content: ''
}

.ss-moviefolder:before, .ss-moviefolder.right:after {
    content: ''
}

.ss-quote:before, .ss-quote.right:after {
    content: '“'
}

.ss-text:before, .ss-text.right:after {
    content: ''
}

.ss-font:before, .ss-font.right:after {
    content: ''
}

.ss-highlight:before, .ss-highlight.right:after {
    content: ''
}

.ss-print:before, .ss-print.right:after {
    content: '⎙'
}

.ss-fax:before, .ss-fax.right:after {
    content: '📠'
}

.ss-list:before, .ss-list.right:after {
    content: ''
}

.ss-layout:before, .ss-layout.right:after {
    content: ''
}

.ss-action:before, .ss-action.right:after {
    content: ''
}

.ss-redirect:before, .ss-redirect.right:after {
    content: '↪'
}

.ss-expand:before, .ss-expand.right:after {
    content: '⤢'
}

.ss-contract:before, .ss-contract.right:after {
    content: ''
}

.ss-help:before, .ss-help.right:after {
    content: '❓'
}

.ss-info:before, .ss-info.right:after {
    content: 'ℹ'
}

.ss-alert:before, .ss-alert.right:after {
    content: '⚠'
}

.ss-caution:before, .ss-caution.right:after {
    content: '⛔'
}

.ss-logout:before, .ss-logout.right:after {
    content: ''
}

.ss-login:before, .ss-login.right:after {
    content: ''
}

.ss-scaleup:before, .ss-scaleup.right:after {
    content: ''
}

.ss-scaledown:before, .ss-scaledown.right:after {
    content: ''
}

.ss-plus:before, .ss-plus.right:after {
    content: '+'
}

.ss-hyphen:before, .ss-hyphen.right:after {
    content: '-'
}

.ss-check:before, .ss-check.right:after {
    content: '✓'
}

.ss-delete:before, .ss-delete.right:after {
    content: '␡'
}

.ss-bearface:before, .ss-bearface.right:after {
    content: '🐻'
}

.ss-bird:before, .ss-bird.right:after {
    content: '🐦'
}

.ss-fishes:before, .ss-fishes.right:after {
    content: ''
}

.ss-tropicalfish:before, .ss-tropicalfish.right:after {
    content: ''
}

.ss-tree:before, .ss-tree.right:after {
    content: '🌳'
}

.ss-evergreen:before, .ss-evergreen.right:after {
    content: '🌲'
}

.ss-palmtree:before, .ss-palmtree.right:after {
    content: '🌴'
}

.ss-leaf:before, .ss-leaf.right:after {
    content: '🍂'
}

.ss-seedling:before, .ss-seedling.right:after {
    content: '🌱'
}

.ss-grass:before, .ss-grass.right:after {
    content: ''
}

.ss-settings:before, .ss-settings.right:after {
    content: '⚙'
}

.ss-dashboard:before, .ss-dashboard.right:after {
    content: ''
}

.ss-dial:before, .ss-dial.right:after {
    content: ''
}

.ss-notifications:before, .ss-notifications.right:after {
    content: '🔔'
}

.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
    content: '🔕'
}

.ss-flash:before, .ss-flash.right:after {
    content: '⌁'
}

.ss-wrench:before, .ss-wrench.right:after {
    content: '🔧'
}

.ss-tapemeasure:before, .ss-tapemeasure.right:after {
    content: ''
}

.ss-clock:before, .ss-clock.right:after {
    content: '⏲'
}

.ss-watch:before, .ss-watch.right:after {
    content: '⌚'
}

.ss-stopwatch:before, .ss-stopwatch.right:after {
    content: '⏱'
}

.ss-alarmclock:before, .ss-alarmclock.right:after {
    content: '⏰'
}

.ss-calendar:before, .ss-calendar.right:after {
    content: '📅'
}

.ss-addcalendar:before, .ss-addcalendar.right:after {
    content: ''
}

.ss-removecalendar:before, .ss-removecalendar.right:after {
    content: ''
}

.ss-checkcalendar:before, .ss-checkcalendar.right:after {
    content: ''
}

.ss-deletecalendar:before, .ss-deletecalendar.right:after {
    content: ''
}

.ss-sausage:before, .ss-sausage.right:after {
    content: ''
}

.ss-burger:before, .ss-burger.right:after {
    content: '🍔'
}

.ss-pizza:before, .ss-pizza.right:after {
    content: '🍕'
}

.ss-fish:before, .ss-fish.right:after {
    content: '🐟'
}

.ss-shrimp:before, .ss-shrimp.right:after {
    content: '🍤'
}

.ss-turkey:before, .ss-turkey.right:after {
    content: ''
}

.ss-steak:before, .ss-steak.right:after {
    content: ''
}

.ss-sidedish:before, .ss-sidedish.right:after {
    content: '🍚'
}

.ss-noodles:before, .ss-noodles.right:after {
    content: '🍜'
}

.ss-spaghetti:before, .ss-spaghetti.right:after {
    content: '🍝'
}

.ss-corn:before, .ss-corn.right:after {
    content: ''
}

.ss-carrot:before, .ss-carrot.right:after {
    content: ''
}

.ss-icecream:before, .ss-icecream.right:after {
    content: '🍨'
}

.ss-mug:before, .ss-mug.right:after {
    content: '☕'
}

.ss-beer:before, .ss-beer.right:after {
    content: '🍺'
}

.ss-bottle:before, .ss-bottle.right:after {
    content: ''
}

.ss-wineglass:before, .ss-wineglass.right:after {
    content: '🍷'
}

.ss-cocktail:before, .ss-cocktail.right:after {
    content: '🍸'
}

.ss-tea:before, .ss-tea.right:after {
    content: '🍵'
}

.ss-teapot:before, .ss-teapot.right:after {
    content: ''
}

.ss-waterbottle:before, .ss-waterbottle.right:after {
    content: ''
}

.ss-wineglasssparkle:before, .ss-wineglasssparkle.right:after {
    content: ''
}

.ss-salt:before, .ss-salt.right:after {
    content: ''
}

.ss-pepper:before, .ss-pepper.right:after {
    content: ''
}

.ss-oliveoil:before, .ss-oliveoil.right:after {
    content: ''
}

.ss-hotsauce:before, .ss-hotsauce.right:after {
    content: ''
}

.ss-coal:before, .ss-coal.right:after {
    content: ''
}

.ss-oven:before, .ss-oven.right:after {
    content: ''
}

.ss-stove:before, .ss-stove.right:after {
    content: ''
}

.ss-cook:before, .ss-cook.right:after {
    content: '🍳'
}

.ss-bbq:before, .ss-bbq.right:after {
    content: ''
}

.ss-utensils:before, .ss-utensils.right:after {
    content: '🍴'
}

.ss-spoonfork:before, .ss-spoonfork.right:after {
    content: ''
}

.ss-knife:before, .ss-knife.right:after {
    content: '🔪'
}

.ss-cookingutensils:before, .ss-cookingutensils.right:after {
    content: ''
}

.ss-measuringcup:before, .ss-measuringcup.right:after {
    content: ''
}

.ss-colander:before, .ss-colander.right:after {
    content: ''
}

.ss-scale:before, .ss-scale.right:after {
    content: ''
}

.ss-eggtimer:before, .ss-eggtimer.right:after {
    content: ''
}

.ss-platter:before, .ss-platter.right:after {
    content: ''
}

.ss-apron:before, .ss-apron.right:after {
    content: ''
}

.ss-bbqapron:before, .ss-bbqapron.right:after {
    content: ''
}

.ss-chef:before, .ss-chef.right:after {
    content: ''
}

.ss-handbag:before, .ss-handbag.right:after {
    content: '👜'
}

.ss-briefcase:before, .ss-briefcase.right:after {
    content: '💼'
}

.ss-hanger:before, .ss-hanger.right:after {
    content: ''
}

.ss-weathervane:before, .ss-weathervane.right:after {
    content: ''
}

.ss-thermometer:before, .ss-thermometer.right:after {
    content: ''
}

.ss-weather:before, .ss-weather.right:after {
    content: ''
}

.ss-cloud:before, .ss-cloud.right:after {
    content: '☁'
}

.ss-droplet:before, .ss-droplet.right:after {
    content: '💧'
}

.ss-sun:before, .ss-sun.right:after {
    content: '☀'
}

.ss-partlycloudy:before, .ss-partlycloudy.right:after {
    content: '⛅'
}

.ss-rain:before, .ss-rain.right:after {
    content: '☔'
}

.ss-thunderstorm:before, .ss-thunderstorm.right:after {
    content: '⛈'
}

.ss-umbrella:before, .ss-umbrella.right:after {
    content: '☂'
}

.ss-rainbow:before, .ss-rainbow.right:after {
    content: '🌈'
}

.ss-fog:before, .ss-fog.right:after {
    content: ''
}

.ss-wind:before, .ss-wind.right:after {
    content: ''
}

.ss-tornado:before, .ss-tornado.right:after {
    content: ''
}

.ss-snowflake:before, .ss-snowflake.right:after {
    content: '❄'
}

.ss-fan:before, .ss-fan.right:after {
    content: ''
}

.ss-solarpanel:before, .ss-solarpanel.right:after {
    content: ''
}

.ss-plug:before, .ss-plug.right:after {
    content: '🔌'
}

.ss-outlet:before, .ss-outlet.right:after {
    content: ''
}

.ss-car:before, .ss-car.right:after {
    content: '🚘'
}

.ss-taxi:before, .ss-taxi.right:after {
    content: '🚖'
}

.ss-locomotive:before, .ss-locomotive.right:after {
    content: '🚂'
}

.ss-train:before, .ss-train.right:after {
    content: '🚆'
}

.ss-traintunnel:before, .ss-traintunnel.right:after {
    content: '🚇'
}

.ss-bus:before, .ss-bus.right:after {
    content: '🚍'
}

.ss-truck:before, .ss-truck.right:after {
    content: '🚚'
}

.ss-caravan:before, .ss-caravan.right:after {
    content: '🚐'
}

.ss-tractor:before, .ss-tractor.right:after {
    content: '🚜'
}

.ss-tunnel:before, .ss-tunnel.right:after {
    content: ''
}

.ss-plane:before, .ss-plane.right:after {
    content: '✈'
}

.ss-arrival:before, .ss-arrival.right:after {
    content: ''
}

.ss-departure:before, .ss-departure.right:after {
    content: ''
}

.ss-helicopter:before, .ss-helicopter.right:after {
    content: '🚁'
}

.ss-bike:before, .ss-bike.right:after {
    content: '🚲'
}

.ss-motorcycle:before, .ss-motorcycle.right:after {
    content: ''
}

.ss-boat:before, .ss-boat.right:after {
    content: '🚢'
}

.ss-sailboat:before, .ss-sailboat.right:after {
    content: '⛵'
}

.ss-schooner:before, .ss-schooner.right:after {
    content: ''
}

.ss-skylift:before, .ss-skylift.right:after {
    content: '🚡'
}

.ss-rocket:before, .ss-rocket.right:after {
    content: '🚀'
}

.ss-steeringwheel:before, .ss-steeringwheel.right:after {
    content: ''
}

.ss-trafficcamera:before, .ss-trafficcamera.right:after {
    content: ''
}

.ss-fuel:before, .ss-fuel.right:after {
    content: '⛽'
}

.ss-jerrycan:before, .ss-jerrycan.right:after {
    content: ''
}

.ss-passport:before, .ss-passport.right:after {
    content: ''
}

.ss-trafficlight:before, .ss-trafficlight.right:after {
    content: '🚦'
}

.ss-highway:before, .ss-highway.right:after {
    content: ''
}

.ss-road:before, .ss-road.right:after {
    content: ''
}

.ss-intersection:before, .ss-intersection.right:after {
    content: ''
}

.ss-wheelchair:before, .ss-wheelchair.right:after {
    content: '♿'
}

.ss-elevator:before, .ss-elevator.right:after {
    content: ''
}

.ss-golf:before, .ss-golf.right:after {
    content: ''
}

.ss-hockey:before, .ss-hockey.right:after {
    content: ''
}

.ss-iceskate:before, .ss-iceskate.right:after {
    content: '⛸'
}

.ss-billiards:before, .ss-billiards.right:after {
    content: '🎱'
}

.ss-baseballglove:before, .ss-baseballglove.right:after {
    content: ''
}

.ss-tennis:before, .ss-tennis.right:after {
    content: '🎾'
}

.ss-tabletennis:before, .ss-tabletennis.right:after {
    content: ''
}

.ss-badminton:before, .ss-badminton.right:after {
    content: ''
}

.ss-boxing:before, .ss-boxing.right:after {
    content: ''
}

.ss-bowling:before, .ss-bowling.right:after {
    content: ''
}

.ss-football:before, .ss-football.right:after {
    content: '🏈'
}

.ss-soccer:before, .ss-soccer.right:after {
    content: '⚽'
}

.ss-hiker:before, .ss-hiker.right:after {
    content: ''
}

.ss-pool:before, .ss-pool.right:after {
    content: ''
}

.ss-shower:before, .ss-shower.right:after {
    content: '🚿'
}

.ss-exercise:before, .ss-exercise.right:after {
    content: ''
}

.ss-exercisebike:before, .ss-exercisebike.right:after {
    content: ''
}

.ss-dumbbell:before, .ss-dumbbell.right:after {
    content: ''
}

.ss-jumprope:before, .ss-jumprope.right:after {
    content: ''
}

.ss-yoga:before, .ss-yoga.right:after {
    content: ''
}

.ss-suitcase:before, .ss-suitcase.right:after {
    content: ''
}

.ss-luggage:before, .ss-luggage.right:after {
    content: ''
}

.ss-donotdisturb:before, .ss-donotdisturb.right:after {
    content: ''
}

.ss-sunscreen:before, .ss-sunscreen.right:after {
    content: ''
}

.ss-callbell:before, .ss-callbell.right:after {
    content: ''
}

.ss-hospital:before, .ss-hospital.right:after {
    content: '⛨'
}

.ss-medicalcross:before, .ss-medicalcross.right:after {
    content: ''
}

.ss-ambulance:before, .ss-ambulance.right:after {
    content: '🚑'
}

.ss-bandage:before, .ss-bandage.right:after {
    content: ''
}

.ss-medicalthermometer:before, .ss-medicalthermometer.right:after {
    content: ''
}

.ss-stethoscope:before, .ss-stethoscope.right:after {
    content: ''
}

.ss-syringe:before, .ss-syringe.right:after {
    content: '💉'
}

.ss-pill:before, .ss-pill.right:after {
    content: '💊'
}

.ss-pillbottle:before, .ss-pillbottle.right:after {
    content: ''
}

.ss-supplements:before, .ss-supplements.right:after {
    content: ''
}

.ss-bathroomscale:before, .ss-bathroomscale.right:after {
    content: ''
}

.ss-dna:before, .ss-dna.right:after {
    content: ''
}

.ss-anatomicalheart:before, .ss-anatomicalheart.right:after {
    content: ''
}

.ss-checkheart:before, .ss-checkheart.right:after {
    content: ''
}

.ss-eyesurgery:before, .ss-eyesurgery.right:after {
    content: ''
}

.ss-brokenbone:before, .ss-brokenbone.right:after {
    content: ''
}

.ss-up:before, .ss-up.right:after {
    content: '⬆'
}

.ss-upright:before, .ss-upright.right:after {
    content: '⬈'
}

.ss-right:before, .ss-right.right:after {
    content: '➡'
}

.ss-downright:before, .ss-downright.right:after {
    content: '⬊'
}

.ss-down:before, .ss-down.right:after {
    content: '⬇'
}

.ss-downleft:before, .ss-downleft.right:after {
    content: '⬋'
}

.ss-left:before, .ss-left.right:after {
    content: '⬅'
}

.ss-upleft:before, .ss-upleft.right:after {
    content: '⬉'
}

.ss-navigateup:before, .ss-navigateup.right:after {
    content: ''
}

.ss-navigateright:before, .ss-navigateright.right:after {
    content: '▻'
}

.ss-navigatedown:before, .ss-navigatedown.right:after {
    content: ''
}

.ss-navigateleft:before, .ss-navigateleft.right:after {
    content: '◅'
}

.ss-directup:before, .ss-directup.right:after {
    content: '▴'
}

.ss-directright:before, .ss-directright.right:after {
    content: '▹'
}

.ss-dropdown:before, .ss-dropdown.right:after {
    content: '▾'
}

.ss-directleft:before, .ss-directleft.right:after {
    content: '◃'
}

.ss-leftright:before, .ss-leftright.right:after {
    content: '⬌'
}

.ss-rightward:before, .ss-rightward.right:after {
    content: ''
}

.ss-leftward:before, .ss-leftward.right:after {
    content: ''
}

.ss-previouspage:before, .ss-previouspage.right:after {
    content: '⎗'
}

.ss-nextpage:before, .ss-nextpage.right:after {
    content: '⎘'
}

.ss-retweet:before, .ss-retweet.right:after {
    content: ''
}

.ss-share:before, .ss-share.right:after {
    content: ''
}

html {
    font-family: 'Montserrat', 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: 0.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: 0.35em 0.625em 0.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;
    }

    select {
        background: #fff !important;
    }

    @font-face {
        font-family: 'Montserrat';
        src: url('Milford.woff2') format('woff2'),
        url('Milford.woff') format('woff'),
        url('Milford.svg#Milford') format('svg');
        font-weight: normal;
        font-style: normal;
    }


    .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('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 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: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.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";
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #5d5b5b;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #656667;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    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: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    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: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

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: 10px;
    margin-bottom: 10px;
}

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: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

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: #777777;
}

.text-primary {
    color: #fa6d0b;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #fa6d0b;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #fa6d0b;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

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: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .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 #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

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: 1.42857143;
    color: #777777;
}

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 #eeeeee;
    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: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: 'Montserrat', sans-serif;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    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: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    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: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.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: 20px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.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 #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.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 #dddddd;
}

.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 #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(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: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

    .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: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    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: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    color: #656667 !important;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    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: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    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: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    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;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm,
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
    height: auto;
}

.input-lg,
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg,
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    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: 25px;
}

.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: 27px;
}

.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: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    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: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}

.btn-primary {
    color: #ffffff;
    background-color: #656667;
    border-color: #656667;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #a5a5a5;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #fa6d0b;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #fa6d0b;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #656667;
    border-color: #656667;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #a5a5a5;
    border-color: #a5a5a5;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #656667 !important;
    border-color: #656667 !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #db0b05;
    border-color: #db0b05;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-link {
    color: #fa6d0b;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #656667;
    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: #777777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    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;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.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: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    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: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    padding: 10px;
}

.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: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #656667;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.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: 12px;
    line-height: 1.42857143;
    color: #777777;
    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 solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .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-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-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 {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    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-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    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: 46px;
    line-height: 46px;
}

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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    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: 30px;
    line-height: 30px;
}

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: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    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 {
    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: #eeeeee;
}

.nav > li.disabled > a {
    color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #fa6d0b;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    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 #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        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: #ffffff;
    }
}

.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: #ffffff;
    background-color: #fa6d0b;
}

.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 #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        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: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .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: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !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: 768px) {
    .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: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .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: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

@media (min-width: 300px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 15px !important;
        margin-top: 6px;
    }
}

.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: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    a.btn.btn-right.tsf-wizard-btn.btn-wider.whiteclr.bluebtnlink.whitebordr {
        font-size: 12px;
    }

    .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: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@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: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        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 {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -5px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-brand {
    color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777777;
}

.navbar-default .navbar-nav > li > a {
    color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}

.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: #555555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        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: #555555;
        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: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-default .btn-link {
    color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333333;
}

.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: #cccccc;
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.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: #ffffff;
}

@media (max-width: 767px) {
    .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: #ffffff;
        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: #ffffff;
        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: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #ffffff;
}

.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: #444444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #656667;
    border-radius: 4px;
    color: #fff;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li > a {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb > .active {
    color: #fff;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #656667;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    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 {
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #656667;
    border-color: #656667;
    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: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.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: 12px;
}

.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: 20px 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: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.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: #777777;
    background-color: #ffffff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #fa6d0b;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}

.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: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #fa6d0b;
    background-color: #ffffff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    transition: border 0.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: #fa6d0b;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    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: #FFFFFF;
    border-color: #776b7e;
    color: #5d5b5b;
}

.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: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #fa6d0b;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    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;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    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: 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: 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: 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-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: #ffffff;
    border: 1px solid #dddddd;
}

.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 {
    color: #555555;
}

a.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    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: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #fa6d0b;
    border-color: #fa6d0b;
}

.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: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.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 {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.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 {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.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 {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.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: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body-terms {
    padding: 25px;
}

.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: 16px;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    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-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 #dddddd;
}

.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: 20px;
}

.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 #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #656667;
    border-color: #656667;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #fa6d0b;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #fa6d0b;
    border-color: #fa6d0b;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fa6d0b;
}

.panel-primary > .panel-heading .badge {
    color: #fa6d0b;
    background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fa6d0b;
}

.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.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.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;
    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: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.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: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-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: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #5d5b5b;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.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 {
        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;
    visibility: visible;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.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: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #5d5b5b;
    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: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.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: 14px;
    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: #999999;
    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: #ffffff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    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: #ffffff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    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: #ffffff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.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 {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .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: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    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: 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: #ffffff;
    text-decoration: none;
    opacity: 0.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%;
    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;
    margin-top: -10px;
    font-family: 'Montserrat', sans-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 #ffffff;
    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: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    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: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .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-footer:before,
.modal-footer: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-footer: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;
    visibility: hidden !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;
    }

    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;
    }

    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;
    }

    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;
    }

    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;
    }

    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;
    }
}

body,
label,
.checkbox label {
    font-weight: 100;
    font-size:14px;
}

.header-padding {
    margin-left: 0.75em;
}

.header-right {
    float: right;
}

@media (min-width: 48em) {
    .visible-tablet, .visible-tablet-inline, .visible-desktop-inline {
        display: block !important;
    }
}

.visible-tablet, .visible-tablet-inline, .visible-desktop-inline {
    display: none !important;
}

.new-listing-link {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #fa6d0b;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    display: block;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    height: 2.5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    line-height: 2.3125em;
    padding-top: 8px !important;
}

.delete-listing-link {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #fa6d0b;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    display: block;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    height: 2.5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    line-height: 2.3125em;
    padding-top: 8px !important;
}

.main_buttons {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #fa6d0b;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 0;
    display: table;
    line-height: 1.5em;
    display: block;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    height: 2.5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    line-height: 2.3125em;
    padding-top: 8px !important;
    text-decoration: none;
    height: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold !important;
}

.main_buttons:hover {
    background: #c3bcbe !important;
    text-decoration: none !important;
}

.new-listing-link:hover {
    background: #c3bcbe !important;
}

.generalbox {
    margin-top: 30px;
}

.button_type_one {
    -webkit-appearance: none;
    -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    -webkit-writing-mode: horizontal-tb;
    align-items: flex-start;
    background-color: rgb(245, 245, 245) !important;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));
    background-repeat: repeat-x;
    border-bottom-color: rgba(0, 0, 0, 0.247059);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0.14902);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.14902);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.14902);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 17.5px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 44px;
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 11px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 11px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: rgba(255, 255, 255, 0.74902) 0px 1px 1px;
    text-transform: none;
    vertical-align: middle;
    width: 88.640625px;
    word-spacing: 0px;
    writing-mode: lr-tb;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    /* color: #FFFFFF; */
}

.locationmap {
    width: 100%;
    height: 300px;
    margin-top: 10px;
}

.locationmaplisting {
    width: 100%;
    margin-top: 0px;
}

.checktable {
    margin-bottom: 10px;
}

.checktable td {
    padding: 5px;
    text-align: left;
}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid #000000;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

table th {
    background-color: black !important;
    color: white !important;
    text-align: center !important;
    border-color: #e5e5e5 !important;
    border: 1px solid #DDDDDD !important;
}

table td {
    border: 1px solid #DDDDDD !important;
}

.pagination ul {
    list-style-type: none !important;
}

.pagination ul li {
    list-style-type: none !important;
    display: inline;
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left !important;
    padding: 4px 12px !important;
    line-height: 20px !important;
    text-decoration: none !important;
    background-color: #ffffff !important;
    border: 1px solid #dddddd !important;
    border-left-width: 0 !important;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999999 !important;
    cursor: default !important;
    background-color: transparent !important;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    -webkit-border-top-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    -moz-border-radius-topleft: 4px !important;
}

.pagination ul > .active > a, .pagination ul > .active > span {
    color: #999999 !important;
    cursor: default !important;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f5f5f5 !important;
}

.pagination a {
    margin-top: 0.375em;
    padding: 0.3125em 0.9375em;
    background: #e8e8e8;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-right: 0em !important;
    text-decoration: none;
    color: #000;
}

.pagination ul {
    display: inline-block !important;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination-centered {
    text-align: center !important;
    width: 100% !important;
}

.footable {
    color: rgb(80, 80, 80) !important;
}

#map-canvas {
    height: 250px;
}

#map-canvas2 {
    height: 250px;
}

.ui-dialog-titlebar-close {
    display: none !important;
}

.ui-dialog-buttonset button {
    background: #fa6d0b !important;
    color: #fff !important;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #F5F5F5 url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x !important;
    color: #222222;
    font-weight: bold;
}

@media (max-width: 767px) {
    #search-button {
        margin-top: 10px;
    }
}

.tripgrid {
    padding-right: 5px;
    padding-left: 0px;

}

@media (max-width: 991px) {
    .tripgrid {
        padding-right: 9px !important;
    }

    [class^=col]:last-child {
        padding-right: 15px;
    }

    [class^=col]:first-child {
        padding-left: 15px;
    }
}

@media (max-width: 1199px) {
    .tripgrid div.panel {
        min-height: 200px !important;
    }
}

@media (min-width: 992px) {
    .tripgrid div.panel {
        min-height: 280px !important;
    }
}

@media (max-width: 991px) {
    #contactusbtn {
        margin-left: 0px !important;
    }

    .contactlabel {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    #mainlist {
        margin-left: -10px !important;
        margin-top: 10px !important;
    }
}

@media (min-width: 768px) {
    #mainlist {
        margin-left: -10px !important;
        margin-top: 10px !important;
    }
}

table th {
    background-color: black !important;
    background-color: #f5f5f5 !important;
    color: rgb(79, 74, 74) !important;
    text-align: center !important;
    border-color: #e5e5e5 !important;
    border: 1px solid #DDDDDD !important;
}

.homesearchlink {
    background-color: #fa6d0b;
    line-height: 1.3625em !important;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0 !important;
    background: #fa6d0b !important;
    color: #fff !important;
    text-align: center !important;
    display: block !important;
    margin-bottom: 0px !important;
    height: 51px;
    padding-top: 13px !important;
    margin-top: 10px !important;
    font-size: 20px;
}

@media (min-width: 992em) {
    .homesearchlabel {
        width: 190px;
        vertical-align: top !important;
        font-size: 18px;
        margin-bottom: 0px !important;
        margin-top: 1px !important;
    }
}

@media (min-width: 48em) {
    .marketplace-lander input[type=text] {
        font-size: 1.0em !important;
        line-height: 1.09091em !important;
        font-weight: 600 !important;
        padding: 0.6875em 0.875em 0.6875em 0.875em !important;
        width: 194px !important;
        border: 1px solid #c4c4c4 !important;
        border-right: 0px solid #000000 !important;
        border-radius: 0px !important;
    }
}

.label, label {
    /*//do not override elements framework-wide*/
    /*//display: block !important;*/
    margin-top: 0.75em !important;
    margin-bottom: 0.1875em !important;
    font-weight: 600 !important;
    /*float: left !important;*/
    /*width: 190px !important;*/
}

.homesearchlabel {
    vertical-align: top !important;
    font-size: 18px;
    margin-bottom: 0px !important;
    margin-top: 1px !important;
}

.homesearchlink {
    background-color: #fa6d0b;
    line-height: 1.0em !important;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0 !important;
    background: #fa6d0b !important;
    color: #fff !important;
    text-align: center !important;
    display: block !important;
    margin-bottom: 0px !important;
    height: 42px !important;
    padding-top: 13px !important;
    margin-top: 9px !important;
    font-size: 17px !important;
    font-weight: normal !important;
}

.homesearchlink:hover {
    text-decoration: none !important;
    background-color: #c3bcbe !important;
}

.dialogButtonClass {
    width: 200px !important;
}

.dialogButtonClassf {
    width: 300px !important;
}

.dialogButtonClassShipmentVal {
    width: 500px !important;
}

.dialogButtonClassShipmentValMore {
    width: 300px !important;
}

.dialogButtonClassShipmentValRequest {
    width: 100% !important;
    margin-left: 5px !important;
}

@media (min-width: 200px) and (max-width: 900px) {
    .dialogButtonClass {
        width: 200px !important;
    }
}

@media (min-width: 768px) {
    #mainlist {
        margin-left: 5px !important;
    }
}

@media (max-width: 767px) {
    .hiddentext {
        display: none !important;
    }

    .add_info {
        margin-top: 10px;
        display: none !important;
    }

    #insurance_amount_text {
        display: none !important;
    }

    #additional_insurance_info {
        display: none !important;
    }
}

.hiddentext {
    display: none;
}

.add_info {
    margin-top: 10px;
    display: none;
}

.backbutton {
    -webkit-border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -ms-border-radius: 0.3125em;
    -o-border-radius: 0.3125em;
    border-radius: 0.3125em;
    background: #FFFFFF;
    color: #0E0E0E !important;
    text-align: center;
    cursor: pointer;
    margin: 0.75em 0;
    padding: 0 1.5em;
    padding-bottom: 4px;
    height: 2.625em;
    border: 1px;
    border-color: #000000;
    display: table;
    line-height: 1.5em;
    display: block;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    height: 2.5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    line-height: 2.3125em;
    padding-top: 8px !important;
    border: 1px solid #000000;
    width: 150px;
}

@font-face {
    font-family: 'si';
    src: url('https://www.emptytrips.com/social/socicon.eot');
    src: url('https://www.emptytrips.com/social/socicon.eot?#iefix') format('embedded-opentype'),
    url('https://www.emptytrips.com/social/socicon.woff') format('woff'),
    url('https://www.emptytrips.com/social/socicon.ttf') format('truetype'),
    url('https://www.emptytrips.com/social/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: si;
        src: url(https://www.emptytrips.com/social/socicon.svg) format(svg);
    }
}

.soc {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.soc li {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1;
}

.soc li a {
    font-family: si !important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    -webkit-border-radius: 61px;
    -moz-border-radius: 61px;
    border-radius: 61px;
    margin-right: 10px;
    color: #ffffff;
    background-color: #343434;
    border: 1px solid #FFFFFF;
}

.soc-icon-last {
    margin: 0 !important;
}

.soc-facebook:before {
    content: 'b' !important;
}

.soc-twitter:before {
    content: 'a' !important;
}

.soc-linkedin:before {
    content: 'j' !important;
}

.dialogButtonClassOfferPage {
    width: 230px !important;
}

.lead {
    margin-bottom: 10px;
}

.custom-bullet li {
    display: block;
}

.custom-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #333333;
}

#mainbullets li:before {
    content: "\2713 ";
    color: white;
}

.control-label {
    margin-top: 0px !important;
}

ul.nav li a.active {
    color: #fa6d0b !important;
}

.bottom-history a, .bottom-history a:visited {
    text-decoration: none !important;
    color: #fa6d0b !important;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .helpyoubullets {
        padding: 20px;
    }
}

.descriptbullets a.list-group-item {
    color: #292e31 !important;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

.descriptbullets a.list-group-item:hover {
    color: #292e31 !important;
    text-decoration: none !important;
}

.supclass {
    font-size: 12px;
    top: -20px;
}

ul.falist,
li.falist {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.falist {
    margin: 2em 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

li.falist {
    margin: 1em;
    margin-left: 3em;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #292e31 !important;
}

li.falist:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #292e31;
}

ul.falistlink,
li.falistlink {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.falistlink {
    margin: 2em 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

li.falistlink {
    margin: 1em;
    margin-left: 3em;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #292e31 !important;
}

li.falistlink:before {
    content: "\f08e";
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #292e31;
}

.multiselect-container li.active a {
    color: #fa6d0b;
}

.multiselect-container li.active a:hover {
    color: rgba(51, 122, 183, 0.73);
}

ul.falistcheckblock,
li.falistcheckblock {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.falistcheckblock {
    margin: 2em 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

li.falistcheckblock {
    margin: 1em;
    margin-left: 3em;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #292e31 !important;
}

li.falistcheckblock:before {
    content: "\f14a";
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #292e31;
}

.faqtable {
    margin-bottom: 0px;
}

.faqtable tbody tr:nth-child(odd) {
    background-color: #fa6d0b;
}

.faqtable tr td:first-child {
    border-right: 0px !important;
    padding-right: 0px;
    max-width: 20px !important;
    width: 55px;
}

.faqtable tr td:nth-child(2) {
    border-left: 0px !important;
    text-align: left;
}

.faqsubtable td {
    font-size: 14px;
    color: #393f42;
    font-weight: 300 !important;
}

.whysignuptable tr td:first-child, .howdoesitworktable tr td:first-child {
    border-right: 0px !important;
    padding-right: 0px;
    max-width: 20px !important;
}

.whysignuptable tr td:nth-child(2), .howdoesitworktable tr td:nth-child(2) {
    border-left: 0px !important;
    text-align: left;
}

.howdoesitworktable > tbody > tr:hover {
    background-color: #fa6d0b;
    color: #fff;
}

@media screen and (min-width: 200px) and (max-width: 320px) {
    .howdoesitworkvideo {
        height: 210px !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .howdoesitworkvideo {
        height: 240px !important;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    .howdoesitworkvideo {
        height: 260px !important;
    }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    .howdoesitworkvideo {
        height: 460px !important;
    }
}

#accordion a {
    color: #fff !important;
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
    text-decoration: none !important;
}

#accordion a {
    color: #fff !important;
}

#accordion .panel-default > .panel-heading {
    color: #ffffff;
    background-color: #656667;
    border-color: #656667;
}

.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #656667;
    border-color: #656667;
}

/*@media (min-width: 1008px) and (max-width: 991px) {
  #mainlogo {

  }
}*/

.tsf-wizard-btn {
    background-color: #fa6d0b !important;
}

.tsf-wizard-btn.whiteclr {
    color: #fff !important;
    font-weight: bold !important;
}

.tsf-wizard-btn.btn-wider {
    width: 100%;
    margin: 2px 0;
}

.tsf-wizard-btn.op80 {
    opacity: 0.8;
}

.tsf-wizard-btn.op60 {
    opacity: 0.6;
}

.tsf-wizard-btn.btn-min80 {
    min-width: 80px;
}

.dropdown-menu > li > a {
    color: #5d5b5b !important;
}

.subtitle {
    text-transform: capitalize;
}

.contact .subtitle {
    font-family: "Montserrat", sans-serif !important;
}

body {
    background: #FFFFFF;
    color: #5d5b5b;
}

.panel,
.panel-body {
    background: #FFFFFF;
}

.form-control,
input[type=text],
textarea {
    border: 1px solid #cccccc !important;
    border-radius: 8px !important;
    background: #fff !important;
}

legend, label {
    color: #5d5b5b !important
}

label{
    font-family: "Montserrat",sans-serif;
}

.ui-widget, .ui-widget-content{
    font-family: "Montserrat",sans-serif;
    color: #5d5b5b !important;
}

.admin_box_list_page {
    border: 1px dashed #fd8204;
    margin: 10px 0px 10px 0px;
}



h3.signup-main-label {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc !important;
}

#footer {
    background: #a5a5a5;
}

.logged{
    color: white;
}

.auctionbutton {
    color: #ffffff !important;
    margin-right: 5px !important;
    background-color: #FF0000 !important;
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    padding: 3px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display:inline-block !important;
}

.auctionbutton:hover {
    color: #ffffff;
    margin-right: 5px;
    background-color: #FF0000 !important;
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    display:inline-block;
}

.offers-checkout-btn {
    margin-bottom: 20px !important;
}

ul.notifications_dropdown {
    min-width: 250px;
}

.admin_box_list_page_div {
    margin-bottom: 0px !important;
}

.blog-image a img {
    width: 90%;
    display: block;
}

.blog-breadcrumbs {
    background-color: #fff;
    border: 1px solid #e1e3e5;
    border-radius: 0px;
}

.blog-breadcrumbs li a {
    color: #656667;
}

.blog-breadcrumbs li.active {
    color: #656667;
}