/* 
    Document   : tours
    Created on : Nov 16, 2013, 6:03:45 PM
    Author     : sargisbudaghyan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.ticketHotTour{
    margin-top: 20px;
    /*margin-bottom: 80px;*/
}

.middleLine{
    margin-top: 10px;
    font-family: Regular;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    line-height: 30px;
}

.ticket{
    margin-top: 20px;
}

.ticket img{
    margin-bottom: 15px;
    border-radius: 8px;
    border: 2px solid white;
}

.pageTitle{
    font-size: 24px;
    font-family: Bold;
    line-height: 30px;
}

hr{
    width: 940px;
    border: 1px solid white;
    opacity: 0.5;
}