@charset "utf-8";
.itemTitle{
    font-size: 35px;
    margin-bottom: 23px;
}

.newsItemSubTitle{
    height: 168px;
    overflow: hidden;
}

.newsItemSubTitle a:hover{
    text-decoration: none;
}

.newsItem{
    margin-top:30px;
}

.readMore{
    margin-top: 37px;
    text-align: left;

}
.readMore a{
    text-decoration: underline;
    font-size: 20px;
}

.pagerLinks{
    text-align: left;
    font-size: 32px;
    margin-top: 50px;
}

.pagerLinks a{
    margin-right: 8px;
}

.newsItemImage{
    padding-top: 8px;
}


/* Home Banners */



.homeBanner img{
    max-width: 100%;
}

.tourReg{
    padding-left: 10px;
}

.facebook{
    margin-top: 40px;
}

.midHomeImg img, .midImgText{
    max-width:100%;
}

.midImgText a{
    color: #fff;
    text-align: center;
    display: block;
}

.orderButton a{
    color: #000 !important;
    font-size:20px;
    background-color: #fff;
    margin: auto;
    max-width: 122px;
    margin-top: 7px;
    padding: 3px;
}

.midImgText{
    float: left;
}

.homeBanner{
    text-align: left;
}

.facebook{
    padding:0;
}

.midImgText{
    width: 338px;
    height: 77px;
    background: #B13334;
}

.orderButtonText a{
    font-size: 22px;
    padding-top: 6px;
}



/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    .pagerLinks{
        font-size: 22px;
        margin-top: 40px;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .tourReg{
        margin-top: 30px;
    }
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .newsItemText{
        padding-top: 15px;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    .pagerLinks{
        font-size: 18px;
        margin-top: 25px;
    }

    .itemTitle{
        margin-bottom: 10px;
    }

    .readMore{
        margin-top: 5px;
    }

    .homeBanner img{
        width: 300px;
        height: 223px;
    }
    .midImgText{
        width: 300px;
        height: 77px;
        background: #B13334;
        margin: auto;
    }

    .tourReg{
        text-align: center;
    }
    .orderButtonText a{
        font-size: 20px;
        padding-top: 8px;
    }
}