/* 
    Document   : readMore
    Created on : Nov 16, 2013, 9:34:16 PM
    Author     : sargisbudaghyan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.readMore{
    margin-top: 15px;
    height: 650px;
    background-color: white;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-family: Regular;
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    /*margin-bottom: 80px;*/
}

.countryName{

    background-image: url('../images/read-more-cover.png');
    height: 60px;
    position: absolute;
    top: 170px;
    width: 960px;
    color: white;
    font-size: 50px;
    line-height: 60px;
}

.countryName img{
    width: 56px;
    padding-right: 10px;
    vertical-align: middle;
    margin-top: -10px;
}

.countryInfo{
    padding-top: 120px;
}

.titleOne{
    text-transform: none;
    color: rgb(204, 5, 5);
    font-size: 18px;
    font-family: Bold;
    margin-bottom: 5px;
}

.price{
    color: white;
    background-color: #1c7f8b;
    height: 49px;
    border-radius: 8px;
    font-size: 33px;
    padding-left: 10px;
    line-height: 50px;
    margin-bottom: 5px;
}

.days{
    color: rgb(204, 5, 5);
    font-size: 15px;
    text-transform: none;
    font-family: Bold;
    margin-bottom: 15px;
}

.checklist{
    color: rgb(204, 5, 5);
    font-size: 15px;
    text-transform: none;
    font-family: Bold;
    margin-bottom: 25px;
}

.checklist img{
    width: 15px;
    padding-right: 3px;
}

.download{
    color: red;
    font-size: 13px;
    font-family: Regular;
    text-transform: none;
}

.button input[type="button"] {
    -webkit-appearance: none;
    cursor: pointer;
    height: 44px;
    width: 130px;
    border: none;
    background: #1c7f8b;
    font-family: Regular;
    color: white;
    font-size: 22px;
    line-height: 40px;
    border-radius: 8px

}

button input[type="button"]:hover{
    -webkit-appearance: none;
    cursor: pointer;
    height: 44px;
    width: 130px;
    border: none;
    background: #1c7f8b;
    font-family: Regular;
    color: white;
    font-size: 36px;
    line-height: 41px;
    border-radius: 8px

}

.left{
    margin-left: 60px;
}

.tourSlide img{
    width: 450px;
    height: 247px;
    border-radius: 8px;
    margin-left: 5px;

}

.tourSlideImg img{
    width: 152px;
    height: 101px;
    margin-top: 32px;
    border-radius: 8px;
}

.tourSlideImg{
    margin-left: 5px;
    margin-top: -16px;
}

.share{
    /*margin-right: 20px;*/
    padding-left: 16px;
    padding-top: 12px;
}

.comment{
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    width: 944px;
    padding-left: 16px;
    padding-top: 28px;
    background-color: white;
    height: auto;

}