/* Left Side Start */
.left-header-note{
    color: #888888;
    font-size: 12px;
    padding-left: 5px;
}

.left-slim{
    float: left;
    clear: both;
    width: 180px;
    padding: 0px 30px;
}

.more-destinations-panel{
    float: left;
    width: 230px;
    padding-left: 10px;
}

.more-destinations{
    font-size: 16px;
    color: #444444;
}

.destination{
    font-size: 14px;
}
/* Left Side End */

/* Center Side Start */
.article-desc{
    font-size: 15px;
}

.attribution{
    float: right;
    width: auto;
    color: #888888;
    font-style: italic;
    text-align: right;
    padding-top: 2px;
    font-size: 11px;
}

.share-bar{
    float: left;
    padding: 10px 30px;
    width: 580px;
    background-color: #F2F2F2;
}

.share-bar td{
    vertical-align: bottom;
    padding-right: 25px;
    max-width: 100px;
    overflow: hidden;
}

.box-680 li{
    list-style-position: inside;
    padding-bottom: 5px;
}

.infographic img{
    max-width: 640px;
    border: none;
}

.share-infographic{
    float: left;
    width: 610px;
    padding: 15px;
}

#embed-code-link{
    color: #FFF;
    background-color: #2074BE;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
}

.copy-code{
    font-size: 12px;
    color: #888;
}

.share-infographic-textarea{
    width: 600px;
    border: none;
    height: 80px;
    font-size: 12px;
    font-family: arial;
    padding: 15px;
    background-color: #DDD;
}

.close-infographic{
    background: rgba(0,0,0,0.7);
    text-align: right;
    padding: 10px 5px;
}

.close-infographic a{
    border: none;
    text-decoration: none;
}

.close-infographic a img{
    border: none;
}

.read-full-article{
    font-size: 18px;
}

.article-title-h2{
    color: #2074BE !important;
}
/* Center Side End */

/* Right Side Start */
.right h3 a{
    color: #444;
    font-size: 18px;
}

.right-intro{
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
}

.right-more{
    float: left;
    width: 100%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.right-more .tc-link,
.toggle-articles{
    font-size: 12px;
}

.right-articles{
    width: 130px;
    padding-left: 10px;
}

.article-list-header{
    font-size: 16px;
}

/* Right Side End */


/* Package Pins Start */
#package-container{
    border-top: 1px solid #DDD;
}

.package-pin{
    float: left;
    width: 150px;
    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);
    padding: 10px;
    position: relative;
}

.package-pin-hover{
    box-shadow: 0 1px 7px rgba(34, 25, 25, 0.8) !important;
    -webkit-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.8) !important;
    -moz-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.8) !important;
}

.pin-gutter{
    margin-right: 27px;
}

.pin-link{
    text-decoration: none;
    border: none;
    display: inline-block;
}

.pin-title{
    color: #2074BE;
    height: 35px;
    font-size: 12px;
}

.pin-img{
    height: 100px;
    text-align: center;
}

.pin-img img{
    max-width: 150px;
    max-height: 100px;
    border: 0;
}

.pin-nights{
    font-size: 12px;
}

.pin-destinations{
    height: 50px;
    font-size: 12px;
}

.pin-destinations span{
    color: #2074BE;
    font-size: 12px;
}

.pin-pice{
    padding-top: 10px;
    text-align: right;
    border-top: 1px solid #DDD;
    color: #FF7403;
    font-size: 16px;
}

.pin-pice span{
    font-size: 12px;
    color: #888;
}

div.view-package{
    position: absolute;
    top: 125px;
    padding: 7px 14px;
    font-size: 14px;
    background-color: #FF7403;
    color: #FFF;
    margin: 0px 16px;
}

a.view-all-packages{
    display: inline-block;
    width: 100%;
    background-color: #F5F5F5;
    padding: 15px 0px;
    text-align: center;
    text-decoration: none;
    color: #2074BE;
    font-size: 18px;
}

a.view-all-packages:hover{
    color: #FF7403;
    background-color: #EEE;
}
/* Package Pins End */
