@charset "utf-8";
/* CSS Document */
/* Hotel photo */
#extra{
    width: 25%;
    min-height: 1px;
    float: right;
    margin-left: 1%;
    margin-top: 1%;
}
.hotel-photo{
    width: 100%;
    margin-left: 0;
    border: 1px solid #0096FA;
    margin-bottom: 5%;
}
.hotel-photo tr{
    width: 100%;
}

.hotel-photo tr td{
    vertical-align: top;
    text-align: center;
    float: left;
    width: 49%;
}
.hotel-photo tr td a{
    text-decoration: none;
}
.hotel-photo tr td a span{
    width: 80%;
    display: block;
    padding: 2% 2% 2% 2%;
    margin: 0% 10% 2% 10%;
    text-decoration: none;
    border-bottom: 2px solid #CCC;
    color: #333;
}
.hotel-photo tr td a{
    width: 100%;
    display: block;
}
.hotel-photo tr td a img{
    height: 60px;
    width: auto;
    margin: 3% 3% 0% 3%;
}
.hotel-inclusion{
    width: 100%;
    border:1px solid #333;
}
.txtPic{
    float: left;
    width: 100%;
}
/* Hotel Inclution */
.inclusionWrap{
    width: 95%;
    margin-left: 5%;
    float: left;
    margin-bottom: 4%;
}
.inclusionWrap:first-child{
    margin-top: 6%;
}
#btnA{
    display: block;
    padding: 2%;
    width: 96%;
    background: #009542;
    text-decoration: none;
    color: #FFF;
}
.inclusion-table{
    width: 100%;
    border: 0px;
    margin-top: 2px;
    border: 1px solid #009542;
}
.inclusion-table tr th{
    color: #FFF;
    background: #019543;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    border: none;
    display: block;
    width: 100%;
    padding: 1% 0;
}
.inclusion-table tr td{
    vertical-align: top;
    text-align: left;
    float: left;
    width: 96%;
    border: none;
    padding: 1% 2% 2% 2%;
}

.picwrap{
    width: 95%;
    margin-left: 5%;
    float: left;
    margin-bottom: 4%;
}
.hbtst{
    display: block;
    width: 96%;
    padding: 2%;
    color: #FFF;
    background: #0196FA;
    cursor: pointer;
    transition: background 300ms ease-out;
    text-shadow: 1px 1px 1px #848282;
    margin-bottom: 2px;
	position: relative;
}
.hbtst:after, .btst:after{
    content: '...';
    position: absolute;
    right: 5px;
    font-size: 16px;
    top: 0;
    font-family: Tahoma;
}
.hbtst:hover{
    background: #0C80CE;
}
.hotel-photo tr th a, .hotel-photo tr th{
    color: #FFF;
    background: #0096FA;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 0.5% 0;
}
.hotel-photo tr th{
    display: none;
}
#hotPic h1 a:hover{
    color: #ffffcc;
}
.btst{
    display: block;
    width: 96%;
    padding: 2%;    
    color: #FFF;
    background: #15772B;
    cursor: pointer;
    transition: background 300ms ease-out;
    position: relative;
    
}
.btst:hover{
    background: #1E4C29;
}
.inclusion-table{
    display: none;
}
.inclusion-table tr th{
    display: none;
}
.textfull{
    width: 98% !important;
    font-size: 13px;
    text-align: left !important;
    margin: 0;
    padding: 1% 1% 1.5%;
    border-bottom: 1px solid #DEDCDB;
}
.bPos3_dtls, .bPos2_dtls{
	z-index: 1000 !important;
}
@media screen and (orientation: portrait) and (min-width: 320px) and (max-width: 960px) {
    
}