@charset "utf-8";

#TopImage{
  width: 100%;
}



#buttonTop{
    width: 100%;
    margin-top: 10px;
}


@media screen and (min-width: 750px) {
#buttonTop{
    width: 22%;
    margin-top: -18%;
    margin-bottom: 2%;
    padding-left: 10px;
    padding-right: 10px;
}
}



@media screen and (min-width: 990px) {
#buttonTop{
    width: 22%;
    margin-top: -14%;
    margin-bottom: 2%;
    padding-left: 10px;
    padding-right: 10px;
}
}



.sample{
	width: 100%;
}


.social_icon_twitter{
    
   
	background: url("../images/social_icon_sprite.png") 0px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 86px;
    width: 28px;
    height: 29px;
}

.social_icon_facebook{
	background: url("../images/social_icon_sprite.png") -29px 0;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 86px;
    width: 28px;
    height: 29px;
}

.social_icon_linkedin{
	background: url("../images/social_icon_sprite.png") -58px 0;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 86px;
    width: 28px;
    height: 29px;
}

.date{
    /*background-color: #0099ff;*/
    color: black;
}

table td
{
    height: 35px;
    border: solid;
    border-color: #FFFFFF;
    border-width: thin;
}


.hotelName{
    font-size: 16px;
    color: white;
    background-color: black;
    height: 50px;
}

body{
     min-width: 320px;
}

.typeInfo{
    background-color: #A9A6A6;
    width: 165px;
}


#logo{
    width: 100px;
    margin: 0 auto;
    top: 20px;
}


#language ul{
    margin-top: 0px;
    margin-left: 0px;
    width: 215;
    line-height: 1em;
    padding-left: 0px;
}
#language li {
    float:left;
    list-style: none;
    position: relative;
    /*text-align: center;*/
    margin: 0
}

.icon_language{
    width: 40px;
    height: 28px;
    padding: 2px;
}

#language{
    position: relative;
    float: right;
    /*width: 100px;*/
    top: -15px;
    /*padding-right: 40px;*/
    /*left:1020px;*/
    /*margin-left: 1020px;*/
    display:inline;
    border: 0px solid red;
    text-indent: 0px;
}

.col-xs-12 .col-md-3 img{
    margin-bottom:  20px;
}

.row{
    margin-top: 15px;
}

table{
    margin: 0 auto;
}

.may28{
    background: #3c7dbf;
    border-color: transparent;
    color:white;
}

.may29{
    background: #4f4f4f;    
    border-color: transparent;
    color:white;
}

a:link{
    text-decoration: none;
}

p{
    color:black;
}
p.fontSetting{
    font-family: "Times New Roman",Helvetica,Arial;
}

.notShow{
    display: none;
}

tr.booking{
    height: 50px;
    background-color: black;
    color:white;
    font-size: 20px;
}

.booking a{
    color: white;
}

@media screen and (min-width: 750px) {

#logo{
    width: 250px;
    position: absolute;
    top: 0%;
    left: 4%;
}

.paddingTable1{
    display: none;
}

.paddingTable3{
    display: none;
}

.paddingTable2{
    display: block;
}
}


@media screen and (min-width: 1200px) {



.paddingTable1{
    display: none;
}

.paddingTable2{
    display: none;
}

.paddingTable3{
    display: block;
}

}

@media screen and (max-width: 750px) {
.col-xs-6{
    width: 100%
    margin-top:10px;
}
body {
  padding-top: 20px;
}

.paddingTable1{
    display: block;
}

.paddingTable2{
    display: block;
}

.paddingTable3{
    display: block;
}

#language{
    position: relative;
    float: right;
    /*width: 100px;*/
    top: -15px;
    /*padding-right: 40px;*/
    /*left:1020px;*/
    /*margin-left: 1020px;*/
    display:inline;
    border: 0px solid red;
    text-indent: 0px;}
}

.resizeCaption{
    font-size: 150%;
}

@media screen and (min-width: 600px) {
.resizeCaption{
    font-size: 250%;
}
}


