h1#title{
    font-size: 40px;
    font-weight: normal;
    color: #00a3b4;
    top: 80px;
    left: 215px;
}

#text1{
    top: 185px;
    left: 525px;
    width: 270px;
    color: white;
    font-size: 14px;
    text-align: justify;
}

#text1 h2 {
    color:#195b1c;
    font-size: 17px;
    margin-bottom: 10px;
}

a#tailor{
     top: 395px;
     right: 40px;
     background: url("../images/trip-tailor.png") no-repeat;
     height: 132px;
     width: 132px
}

a#tailor:hover{
     background: url("../images/trip-tailor_over.png") no-repeat;
}
#para_quem {
    top: 380px;
    left: 520px;
}

#para_quem div{
    color:#195b1c;
    font-size: 24px;
    margin-bottom: 10px;
}
#para_quem a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    padding-left: 15px;
    background: url("../images/trip-arrow.gif") no-repeat;
    outline: none;
    cursor: pointer;
}

#para_quem a:hover{
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
    background: url("../images/trip-arrow_over.gif") no-repeat;
}


#trip-loader {
    top: 375px;
    left: 485px;
}

#featuredTitle {
    top: 172px;
    left: 200px;
    color: #f48412;
    font-size: 18px;
}

#subtitle {
    top: 653px;
    left: 544px;
    color: #f48412;
    font-size: 18px;
    width: 333px;
    
}

#subtitle span#para_quem_count {
    color:#127EB9;
}

#subtitle span#para_quem_title {
    font-size: 36px;
}



#results {
    width: 820px;
    margin: auto;
    top: 730px;
    left:80px;
}
hr {
    display: block;
    clear: both;
    width: 100%;
    border: none;
    /*border-top: 1px solid #eaeaea;*/
    height:0px;
    
}

.trip {
    width: 45%;
    color: #195b1c;
    text-align: justify;
    padding: 15px;
}

.trip img {
    float: left;
    padding: 0 15px 15px 0;
}
.trip h2{
    font-size: 18px;
    font-weight: bold;
    margin-left: 145px;
}

a.trip{
    color: #195b1c;
    text-decoration: none;
    border: 2px solid white;
}

a.trip:hover {
    background-color: #f3f7e0;
}

.trip p {
    font-size: 13px;
    font-style: italic;
    margin-left: 145px;
}
#trip-first {
  margin-right: 15px;
    
}
 
#trip-all {
  
}

#highlights{
    top: 204px;
    left: 112px;
    width:315px;
}

.highlight {
    color: #FFFFFF;
    text-align: justify;
    letter-spacing: -0.5px;
}

.highlight img {
    float: left;
    padding: 0 15px 10px 0;
}

.highlight h2{
    font-size: 14px;
    font-weight: bold;
    margin-left: 90px;
}

a.highlight{
    color: #FFFFFF;
    text-decoration: none;
}

a.highlight:hover h2{
    text-decoration: underline;
}

.trip p {
    font-size: 13px;
    font-style: italic;
    margin-left: 145px;
}

.highlight p {
    font-size: 12px;
    font-style: italic;
    margin-left: 90px;
}


