.intro-image--404 {
    background:url(../../images/intro-bgs/airports-taxi-transfers-404.jpg) no-repeat;
    background-position: 50% 48%;
    background-size: cover;
}

/* Secondary Quote */
.secondary-quote {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
}
.secondary-quote .label.control-label {
    text-align:left;
    margin:4px 0 5px;
}
.secondary-quote .form-control-feedback {
    top:32px;
}
/* Tours */
.tours__front-bg,
.tours__city-bg {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF;
}
.city-tour {
    line-height:1.8;
}
.city-tour table {
    border: 1px solid #c7c7c7;
}
.city-tour th {
    text-align:center;
}
.city-tour td,
.city-tour th {
    padding:5px;
}
.city-tour button[type=submit] {
    display: block;
    margin: 10px auto;
}
.city-tour .area__block__title {
    padding:0;
    position:relative;
    color:#333;
}
.legend-default {
    font-size:17px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom:none;
    margin: 10px 0;
}

/* Used on tours and destinations */
.flex-list {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display:table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-list-item {
    -webkit-flex:0 47%;
    -ms-flex:0 47%;
    flex: 0 47%;
    margin: 0 3% 20px 0;
    cursor:pointer;
    border: none;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*-webkit-box-shadow: 0 5px 30px 0 rgba(38,50,56,0.15);*/
    /*-moz-box-shadow: 0 5px 30px 0 rgba(38,50,56,0.15);*/
    /*box-shadow: 0 5px 30px 0 rgba(38,50,56,0.15);*/
    -webkit-box-shadow: 0 0 4px 0 rgba(38,50,56,0.15);
    -moz-box-shadow: 0 0 4px 0 rgba(38,50,56,0.15);
    box-shadow: 0 0 4px 0 rgba(38,50,56,0.15);
}
.flex-list-item:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
ul.flex-list,
.flex-list ul {
    list-style:none;
}
.panel--emph {
    background: #F8F8F8;
    padding: 10px;
}
.panel--emph h1 {
    font-size:22px;
}
.list-title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.list-title .material-icons {
    margin: 0 5px 10px 0;
    color: #24b2c7;
    display: block;
    font-size: 34px;
}
.lists-set {
    padding: 15px;
    margin: 0;
    list-style: none;
    height: 305px;
    overflow-y: scroll;
    background: #FFF;
}
.lists-set li {
    padding:2px 0;
}
.lists-set a {
    position:relative;
}
.lists-set a:after{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #79b5ca;
    font-size: 18px;
    position: absolute;
    top: -6px;
    padding-left: 5px;
}

/* Faq structure title and paragraph - strong/p */
.t--paragraphs strong {
    color:#1fa2dc;
}
.t--paragraphs p {
    margin-bottom: 30px;
    line-height: 1.8;
}
.t--paragraphs_heading,
.t--paragraphs h2 {
    font-size: 20px;
    font-weight: bold;
}
.t--paragraphs h3 {
    font-size: 20px;
    color: #333;
}
.t--paragraphs h4 {
    font-size: 18px;
    font-weight: bold;
}
.t--paragraphs ul {
    list-style: none;
}


.vertical-list-headline {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 10px;
    text-align: center;
    color: #333
}

.vertical-list-headline.toggles .fa-angle-right {
    color: #8bcfe5;
    font-size: 22px;
    vertical-align: middle;
    line-height: inherit
}

.vertical-list {
    padding: 0;
    margin: 5px;
    font-size: 15px
}

.vertical-list li {
    padding: 10px 15px;
    font-weight: 600;
    display: inline-block
}

.vertical-list a:after {
    font-weight: 400;
    color: #338cca;
    font-size: 18px;
    position: absolute;
    top: -7px;
    padding-left: 5px
}

.vertical-list a:hover,
.vertical-list-headline.toggles:hover {
    color: #a8c9e0
}

.list-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px
}

.list-title .material-icons {
    margin: 0 5px 10px 0;
    color: #24b2c7;
    display: block;
    font-size: 34px
}

.lists-set,
.plain-list {
    margin: 0;
    list-style: none
}

.lists-set {
    padding: 15px;
    height: 305px;
    overflow-y: scroll;
    background: #FFF
}

.lists-set li {
    padding: 2px 0
}

.lists-set a {
    position: relative
}

.lists-set a:after {
    font-weight: 400;
    color: #79b5ca;
    font-size: 18px;
    position: absolute;
    top: -6px;
    padding-left: 5px
}

.alert-info strong,
.optgroup,
.plain-list li,
.plain-list strong {
    font-weight: 600
}

.plain-list {
    padding: 0;
    height: 380px;
    overflow: auto
}

.plain-list li {
    line-height: 2;
    font-size: 16px
}

.plain-list-cols {
    height: 500px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding-left: 0;
    overflow-y: scroll
}

.plain-list-cols li {
    display: block;
    line-height: 2
}

.plain-list-cols--sm {
    height: 150px
}

.optgroup {
    color: #333;
    font-size: 14px
}

.item~.optgroup {
    margin-top: 10px
}

.featured__banner--blocks {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
    justify-content:space-between;
    background: white;
    margin: 0 0 40px;
    padding: 20px;
    cursor:pointer;
    box-shadow: 0 0 20px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size:18px;
    line-height: 1.6;
}
.featured__banner--blocks > div {
    flex:1;
}
.featured__banner--blocks > div:last-child {
    margin-left:12%;
}
.featured__banner--blocks:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.featured__banner--blocks .fa-star {
    font-size:13px;
}