/* Put your custom css here */

.color3 {
    background-color: #dc492c;
}

    .color3 h2 {
        color: #fff;
    }

.oval {
    height: 40px;
    width: 200px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin: 10px 0px;
    padding: -15px 0 0 0;
    line-height: 40px;
    text-align: center;
    border: 2px solid #000;
    -moz-border-radius: 1000px / 60px;
    -webkit-border-radius: 1000px / 60px;
    border-radius: 500px / 50px;
}

.img-responsive {
    width: 100%;
}

.calendar{
    width: 300px;
    height: 180px;
}

@media screen and (max-width: 750px) {
    .calendar {
        width: 270px;
    }
}

/* Trip Advisor */
.tripAdvisor {
    height: 0;
    position: relative;
    bottom: 70px;
    right: -40px;
}

@media screen and (max-width: 750px) {
    .tripAdvisor {
        display: none;
    }
}

/* Grid Pagination */
.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}
