.main{
    padding-bottom: 80px !important;
}

.main .tc-autocomplete{
    width: 200px !important;
    padding: 6px !important;
}

h2{
    font-size: 22px !important;
}

/* Intro Start */
div.package-intro-container{
    width: 860px;
    padding-left: 20px;
}

p.page-intro-text{
    color: #666;
    font-size: 13px;
}

div.share-item{
    float: left;
    width: 100px;
    overflow: hidden;
}
/* Intro End */

/* Custom Trip Panel Start */
.custom-trip-panel{
    background: url("/images/texture.min.png") repeat scroll 0 0 #EEE;
    width: 100%;
    overflow: auto;
    padding: 50px 0px;
}

.custom-trip-line-1{
    font-size: 30px;
    color: #666;
    padding-bottom: 10px;
}

.custom-trip-line-2{
    font-size: 30px;
    color: #2074BE;
}

.tc-request-button{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #F8F8F8;
    border: 1px solid #CCC;
    color: #666;
    cursor: pointer;
    text-shadow: 0 1px #FFF;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 18px;
}
/* Custom Trip Panel End */

/* Jquery UI Slider Start */
.ui-slider{
    width: 85%;
    margin-left: 10px;
    height: 0.5em !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    border-radius: 2px !important;
}

.ui-slider-range{
    background: #AAA !important;
}

.ui-slider-handle{
    background: #EEE !important;
    cursor: pointer !important;
    height: 1em !important;
    width: 1em !important;
    -webkit-border-radius: 0.5em !important;
    -moz-border-radius: 0.5em !important;
    -ms-border-radius: 0.5em !important;
    -o-border-radius: 0.5em !important;
    border-radius: 0.5em !important;
    border: 1px solid #AAA !important;
}

.ui-slider-handle:focus{
    background: #FFF !important;
}
/* Jquery UI Slider End */

/* Filters Start */
.filter-container{
    width: 220px;
    overflow: auto;
    border-bottom: 1px solid #DDD;
    position: absolute;
    top:290px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.filter-title{
    float: left;
    padding: 10px;
    width: 200px;
    color: #666;
    font-size: 18px;
}

.filter{
    float: left;
    width: 100%;
}

.filter-header{
    float: left;
    padding: 5px 10px;
    width: 198px;
    background-color: #EEE;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #DDD;
}

.filter-body{
    float: left;
    width: 198px;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.filter .filter-body:last-child{
    padding-bottom: 20px !important;
}

.destination-filters-container{
    height: 150px;
    overflow-y: scroll;
}

.destination-filter,
.service-filter{
    padding-bottom: 3px;
}

.destination-filter label,
.service-filter label{
    cursor: pointer;
}

.active-filters{
    background-color: #F2F2F2;
    padding: 5px 10px;
    width: 680px;
    margin-bottom: 20px;
}

.active-filter{
    padding: 3px 0px;
}
/* Filters End */

/* Listings Start */
.listing-container{
    width: 740px;
}

.package-count,
.package-count span{
    font-size: 14px;
    font-weight: bold;
}

td.sort-label{
    padding-right: 5px;
    color: #444;
}

td.sort-filter{
    padding: 0px 15px;
    border-left: 1px solid #AAA;
}

td.sort-filter-first{
    border-left: 0 !important;
}

td.sort-filter a{
    text-decoration: none;
    color: #2074BE;
}

td.sort-filter a:hover{
    color: #FF7403;
}

td.sort-selected a{
    color: #444;
    font-weight: bold;
}

span.sort-up,
span.sort-down{
    color: #CCC;
    letter-spacing:-4px;
}

span.sort-selected{
    color: #444 !important;
}

.box-740{
    float: left;
    width: 700px;
    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: 20px;
    position: relative;
}

.package-item-container{
    float: left;
    width: 100%;
    padding: 20px 0px;
    border-top: 1px solid #DDD;
}

.listing-container .package-item-container:first-child{
    border-top: none !important;
    padding-top: 0 !important;
}

.package-photo{
    float: left;
    width: 100px;
    padding-right: 30px;
}

.package-photo img{
    max-width: 100px;
}

.package-name{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.package-name a{
    color: #2074BE;
    font-size: 20px;
    text-decoration: none;
}

.package-name a:hover{
    color: #FF7403;
}

.package-destinations{
    float: left;
    width: 240px;
    padding-right: 30px;
}

.package-duration{
    float: left;
    width: 240px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}

.package-destination{
    font-size: 12px;
    color: #666;
    padding-bottom: 3px;
}

.package-destination span{
    width: 55px;
    display: inline-block;
    font-size: 12px;
    color: #666;
}

.more{
    float: left;
    width: 240px;
}

.more span{
    width: 55px;
    display: inline-block;
}

.more a{
    font-size: 12px;
}

.package-services{
    float: left;
    width: 150px;
}

.package-includes{
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}

.package-service{
    font-size: 12px;
    color: #666;
    padding-bottom: 3px;
}

.package-pricing{
    float: right;
    width: 150px;
}

.package-from{
    float: left;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #666;
}

.package-price{
    float: left;
    width: 100%;
    text-align: right;
    font-size: 24px;
    color: #000;
    padding-bottom: 15px;
}

.view-package{
    float: left;
    width: 100%;
    text-align: right;
}

.view-package a{
    background-color: #FF7403;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius: 2px;
    border:none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor:pointer;
    letter-spacing:1px;
    text-decoration:none;
    display:inline-block;
    font-size: 14px;
    padding: 7px 14px;
    line-height: 14px;
    height: 14px;
}

a#show-more{
    display: inline-block;
    background-color: #f2f2f2;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    font-size: 16px;
}
/* Listings End */

/* Listing Home Page Start */
.search-tour-packages{
    background: url("/images/texture.min.png") repeat scroll 0 0 #EEE;
    border-bottom: 1px solid #DDD;
}

.search-line-1{
    font-family: helvetica;
    font-size: 45px;
    color: #2074BE;
}

.search-line-2{
    font-size: 30px;
}

table.search-packages-table{
    margin: 0 auto;
}

table.search-packages-table td{
    text-align: left;
}

.search-tour-packages .tc-input{
    height: 40px;
    width: 380px;
    font-size: 18px;
    padding: 4px 10px;
}

.search-tour-packages .tc-orange-button{
    font-size: 24px;
    margin-left: 20px;
    padding: 11px 18px;
}

.share-bar{
    background: url("/images/texture.min.png") repeat scroll 0 0 #FFF !important;
}

.pin{
    width: 210px;
    margin-bottom: 40px;
    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);
}

.pin a{
    text-decoration: none;
}

.gutter-40{
    margin-right: 40px;
}

.pin-content{
    padding: 0 10px;
    width: 190px;
}

.show-more-destination{
    width: 958px;
    float: left;
    border: 1px solid #DDD;
    background-color: #EEE;
    text-align: center;
}

.show-more-destination a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #2074BE;
    font-size: 16px;
    padding: 20px 0;
}
/* Listing Home Page End */