div.deck {
    font-size: 16px;
    line-height: 21px;
    color: #666;
    margin: 6px 0;
}

.city-guides {
    display: block;
    margin-bottom: 24px;
    border: 0;
}

.city-guides a.city-guide-image > img {
    width: 100%;
}

.byline {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    margin-top: 12px;
    display: inline-block;
}

.byline a {
    color: #999;
}

.byline span {
    margin-left: 1.5em;
}

.city-info {
    font-size: 13px;
    color: #999;
}

div.city-guides div.block > h3 > b > a {
    color: #252525;
}

/* list-carousel-view */
.list-carousel-view {
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.list-carousel-view .list .item {
    max-height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    overflow: hidden;
    position: relative;
    -webkit-transition: z-index 0s,opacity .5s ease;
    -moz-transition: z-index 0s,opacity .5s ease;
    -o-transition: z-index 0s,opacity .5s ease;
    -ms-transition: z-index 0s,opacity .5s ease;
    transition: z-index 0s,opacity .5s ease;
    z-index: -1;
}

.list-carousel-view .list .item.active {
    margin: 0;
    max-height: 1000px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    overflow: hidden;
    padding-bottom: 30px;
    z-index: 0;
}

.list-carousel-view .thumb {
    height: auto;
    width: 100%;
    background-color: #efefef;
    min-height: 160px;
    min-width: 240px;
    overflow: hidden;
    margin-bottom: 25px;
}

.list-carousel-view .thumb img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.list-carousel-view .details {
    padding: 0 20px;
}

.list-carousel-view .rubric a {
    color: #2093d2;
    font-family: VFSans,Futura-Medium,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: .125em;
    line-height: 1em;
    margin: 10px 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.list-carousel-view .hed {
    font-size: 40px;
    line-height: 40px;
    margin-top: 13px;
    color: #000;
    font-family: Georgia,Times New Roman,times,serif;
    text-align: center;
}

.list-carousel-view .hed a {
    color: #000;
    text-decoration: none;
    font-size: 40px;
    line-height: 40px;
}

.list-carousel-view .dek {
    display: block;
    font-family: Georgia,Times New Roman,times,serif;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: -3px;
    margin-top: 7px;
    text-align: center;
}

.list-carousel-header .list {
    padding: 18px 0;
    text-align: center;
}

.list-carousel-header .list:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.list-carousel-header a.active {
    color: #999;
}

.list-carousel-header a {
    font-family: Georgia,Times New Roman,times,serif;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    padding: 22px 0 0;
    text-decoration: none;
}

.list-carousel-header .glyphicon-hand-right {
    color: #2093d2;
}