.tabBooking .tab-panel-heading li a.tph_newyear{
	background-color:#3d87d0;
}

.tabBooking .tab-panel-heading li.active a.tph_newyear{
	border: solid #3d87d0 1px !important;
	border-bottom: 0 !important;
	background-color:#fff;
}
.tpp_newyear .buy-button, .tpp_newyear .buy-button:visited, .tpp_newyear .buy-button:active{
	background-color:#3d87d0;
	border: solid #3d87d0 1px;
}
.tpp_newyear .buy-button:hover{
	background-color:#fff;
	border: solid #3d87d0 1px;
}
.tpp_newyear .tour-price-block{
	background-color:#3d87d0;
}
.tpp_newyear .tour-count-block span{
	background-color:#3d87d0;
}

.tpp_newyear .button-inv {
    cursor:pointer;
    font-size:12px;
    line-height:24px;
    color:#fff;
    text-align:center;
    font-weight:700;
    text-transform:uppercase;
    border:solid 4px #3d87d0;
    height:40px;
    padding:4px 25px;
    display:inline-block;
    margin:0 auto;
    background:#fff;
    position:relative!important;
    overflow:hidden
}

.tpp_newyear .button-inv:before {
    content:" ";
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
    background-color:#3d87d0;
    display:block;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    z-index:0
}
.tpp_newyear .button-inv:after {
    content:attr(data-cap);
    width:100%;
    height:100%;
    left:0;
    top:0;
    color:#fff;
    line-height:32px;
    position:absolute;
    opacity:1;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s
}
.tpp_newyear .button-inv:hover:after,.tpp_newyear .button-inv.active:after {
    opacity:0
}
.tpp_newyear .button-inv:hover:before,.tpp_newyear .button-inv.active:before {
    top:-100%;
}
.tpp_newyear .button-inv:active:after {
    color:#000
}
.tpp_newyear .button-inv:hover {
    text-decoration:none;
    color:#000!important
}

.tpp_newyear .button-inv:active {
    background:none
}

.tpp_newyear .border-btn a,.tpp_newyear .border-btn a:active,.tpp_newyear .border-btn a:visited{
	border: solid #3d87d0 4px;
}
.tpp_newyear .border-btn a:hover, .tpp_newyear a.button-null-mid.active{
	background-color:#3d87d0;
}

.tpp_newyear .tour-link{
	background-color:#3d87d0;
}
.tpp_newyear .hotel-price-block{
	background-color:#3d87d0;
}
.tpp_newyear .map-link{
	background-color:#3d87d0;
}
.tpp_newyear a.href::after {
    content: " ";
    display: block;
    position: absolute;
    height: 4px;
    width: 68px;
    background-color: #3d87d0;
    bottom: 0;
    left: 0;
}
.tpp_newyear .tour-highliter-sale {
    background: url('../images/icon/skid2.png') no-repeat bottom left;
}

