.more-destinations{
    float: right;
    width: auto;
    font-size: 14px;
    color: #888888;
    border:1px solid transparent;
    padding: 4px;
}

.more-destinations span{
    font-size: 10px;
}

.more-destinations:hover{
    cursor: pointer;
    /*
    border:1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FDFDFD, 0 0 1px #FFFFFF inset;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius: 3px;
    */
}

.intro-line{
    font-size: 15px;
    padding-top: 5px;
    line-height: 1.5;
}

.main-img{
    float: right;
    padding-left: 20px;
    padding-top: 5px;
}

.main-img img{
    max-width: 560px;
}

.main-text{
    
}

.pins a{
    text-decoration: none;
}

.article-pin{
    float:left;
    width:210px;
    background-color: white;
    box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
}

.gutter-40{
    margin-right: 40px;
}

.article-pin-content{
    float: left;
    padding: 10px;
    width: 190px;
}

.article-title{
    color: #444444;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 7px;
    margin-bottom: 2px;
}

.article-desc{
    color: #888888;
    font-size: 12px;
}

.destination-list{
    position: absolute;
    background: transparent;
    box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    width: 220px;
    left: 50%;
    margin-left: 274px;
    top: 135px;
    cursor: pointer;
}

.transparent-div{
    background: transparent;
    height: 35px;
}

.white-padding{
    background-color: white;
    height: 10px;
}

.destination{
    padding-left: 25px;
    background-color: white;
    padding-bottom: 10px;
}

.share-bar{
    float: left;
    padding: 10px 30px;
    width: 860px;
    background-color: #F2F2F2;
}

.share-bar td{
    vertical-align: bottom;
    padding-right: 25px;
}
