.MenuOffers {
    border-bottom: 2px solid #0991ff;
    color: #0991ff !important;
}
.SliderAndOptions{
    width: 1200px;
    margin: 0 auto;
}
.OfferTitleCon {
    padding: 20px 0 15px 0;
}
.OfferTitle {
    margin: 0;
    padding: 0 0 15px 0;
}
.OfferTitleDesc {
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 20px;
    background-image: url(../img/icons/local.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.LeftColumn{
    float: left;
    width: calc(100% - 306px);
}
.RightColumn {
    position: relative;
    float: right;
    width: 300px;
}
.PriceBox {
    background: #539bc3;
    height: 130px;
}
.EventDate {
    padding: 6px 15px 10px 15px;
    font-size: 13px;
    text-align: center;
    display: block;
    color: #fff;
}
.OldPrice {
    display: block;
    position: relative;
    height: 23px;
    padding: 0 20px 6px 20px;
    color: #fff;
    float: left;
}
.OldPrice:before {
    position: absolute;
    content: "";
    left: 20px;
    right: 20px;
    top: 7px;
    border-top: 2px solid #ff0000a3;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.NewPrice {
    font-size: 230%;
    color: #fefaf2;
    padding: 0 0 0 30px;
    border-bottom: 1px solid #fff;
}
.PriceDesc {
    padding: 10px 15px;
    display: block;
    float: right;
    color: #fff;
}
.OfferOptionsCon {
    height: calc(100% - 203px);
    width: 100%;
    padding: 10px 0;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    overflow-y: auto;
}
.OfferOption {
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0 15px;
    padding: 0 0 0 28px;
    border-bottom: 1px dashed #e4e4e4;
}
.OfferOption.Days {
    background-image: url(../img/icons/duration.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.OfferOption.Flight {
    background-image: url(../img/icons/flight.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.OfferOption.Eat {
    background-image: url(../img/icons/meal.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.OfferOption.Transport {
    background-image: url(../img/icons/transportation.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.OfferOption.Hotel {
    background-image: url(../img/icons/hotel.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.CallUsCon {
    position: absolute;
    bottom: 0;
    height: 73px;
    width: 300px;
    text-align: center;
    padding: 10px 15px 20px 15px;
    border: 1px solid #e4e4e4;
    border-top: none;
}
.CallUs {
    display: block;
}
.Call {
    height: 77px;
    margin: 0 auto;
}
.CallUsCon .Phone {
    font-size: 21px;
    padding: 0 0 0 25px;
    background-image: url(../img/icons/phone.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 1px center;
}
.SliderCon {
    width: 100%;
}
.ProgReserCon {
    width: 100%;
    padding: 40px 0 0 0;
}
.ProgReserMin {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.TabsCon {
    width: calc(50% - 20px);
    float: left;
}
.ReservationCon {
    float: right;
    width: calc(50% - 20px);
}
.TabsTitles {
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #07619a;
}
.TabTitle {
    display: block;
    float: left;
    height: 30px;
    line-height: 25px;
    color: #07619a;
    font-weight: bold;
    cursor: pointer;
    margin: 0 15px 0 0;
}
.ActiveTitle, .TabTitle:hover {
    border-bottom: 2px solid #07619a;
}
.ArTabTitle {
    float: right;
    margin: 0 0 0 15px;
}
.TabsContent{
    width: 100%;
}
.TabContent {
    display: none;
    padding: 10px 15px;
    width: 100%;
    min-height: 250px;
}
.ActiveTab {
    display: block;
}
.ReservationTitle {
    margin: 0;
    text-align: center;
    padding: 0 8px 15px 8px;
    font-size: 34px;
    font-weight: initial;
    color: #267cb5;
}
#FName, #LName, #Phone, #Email, #City, #PaymentMode {
    width: 100%;
    padding: 8px 12px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0 10px 0;
    background: #fff;
}
.PaymentModeDesc {
    width: 100%;
    word-break: break-word;
    display: none;
}
#BookButt {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 15px;
    letter-spacing: 2px;
    font-size: 19px;
    border-radius: 3px;
    color: #fff;
    background-color: #09821e;
    cursor: pointer;
}
#BookButt:hover {
    background-color: #0a9623;
    font-weight: bold;
}
/*****************Device Resolution******************/
@media screen and (max-width:1200px){
    .SliderAndOptions {
        width: 100%;
        padding: 0 10px;
    }
    .ProgReserMin {
        width: 100%;
        padding: 0 10px 30px 10px;
    }
}
@media screen and (max-width:1015px){
    .OfferOptionsCon {
        height: calc(100% - 184px);
    }
    .OfferOption.Days, .OfferOption.Eat, .OfferOption.Flight, .OfferOption.Hotel, .OfferOption.Transport {
        background-size: 22px;
    }
    .OfferOption {
        height: 28px;
        line-height: 28px;
    }
    .CallUsCon {
        height: 54px;
        padding: 5px 15px 6px 15px;
    }
}
@media screen and (max-width:945px){
    .LeftColumn {
        float: unset;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .RightColumn {
        float: unset;
        width: 100%;
    }
    .PriceBox {
        height: 100%;
        text-align: center;
    }
    .OldPrice {
        display: initial;
        float: unset;
    }
    .NewPrice {
        padding: 0 10px 0 10px;
    }
    .PriceDesc {
        padding: 10px 15px;
        display: block;
        float: unset;
    }
    .OfferOption {
        float: left;
        border-bottom: none;
    }
    .CallUsCon {
        position: initial;
        height: unset;
        width: 100%;
        padding: 5px 5px 6px 5px;
    }
    .TabsCon {
        width: 100%;
        float: unset;
    }
    .ReservationCon {
        float: unset;
        width: 100%;
    }
}