html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    z-index: 99999;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

#search .icon button{
    background-color: #78CEF0;
    width: 8%;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    font-size: 16pt;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
}
#search .icon button:hover{
    background-color: #00A2E3;
}
.Inquire-box button{
    width: 22%;
    font-size: 13pt;
    color: #fff;
    padding: 5px;
    background-color: #fda22d;
    display: inline-block;
    text-align: center;
    margin-left: 1%;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
}
.Inquire-box button:hover{
    background-color: #FF7300;
}

.has-success input, .has-success select {
    border: 1px solid #20d214;
}

.has-error input, .has-error select {
    border: 1px solid #D20F06;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png);
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png);
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

div.required label.control-label:before{
    content: "*";
    color: #ff0000;
}
a.event_title {
    height: 46px;
    overflow: hidden;
    display: block;
}

.deadline a {
    right: 3%;
    background-color: #b5b5b5;
}

.form-heading-en {
    font-size: 18pt;
    background-image: url(../images/title-bg-en.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-bottom: 30px;
    color: #FFFFFF;
}

/*
li.item-title{
    border: 1px #FF0000 solid;
}*/
.event-banner{
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.event-banner img{
    position: relative;
    /*top: -513px;*/
}

.empty{
    text-align: center;
}

.bdshare-slide-button-box .bdshare-slide-button {
    top: 0px !important;
}

#search .date-box li span {
    width: 32%;
}
.en-search{
    background-image:url(../images/sh2.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 10% !important;
    height:25px
}

/*
footer.footer {
    width:100%;
    height:100px;
    position:absolute;
    bottom:0;
    left:0;
}*/

a.slide-more{
    display: none !important;
}

@media only screen and (max-width: 960px) {
    
	.event-banner{
		width: 100%;
		height: 285px;
		position: relative;
		overflow: hidden;
	}
}

@media only screen and (max-width: 479px) {
    div.box iframe { width:100%;}
    .but-back a {
        margin-bottom: 200px;
    }
}

#pagi li{
    display: inline-block;
}
#pagi span {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    color: #666;
    background-color: #fff;
    margin-left: 4px;
    /*cursor: pointer;*/
    border-radius: 4px;
    transition: all .2s;
    padding: 0 20px;
}

#pagi li.active a{
    font-size: 14px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #0caeef;
    color: #fff;
    background-color: #0caeef;
    margin-left: 10px;
    border-radius: 4px;
    padding: 0 20px;
}
.guest-detail-info{
    width: 90%;
}

.Inquire-box h3 {
    font-size: 16px;
    display: inline;
    padding-left: 10px;
}
.Inquire-icon a{
    font-size:14pt;
    margin-top:0px;
    margin-bottom: 0px;
    line-height:65px;
}
.Inquire-box a {
    font-size: 16px;
    height: 35px;
    display: inline;
    padding: 7px;
}
#search h3{
    font-size: 16px;
}
#search .SelectStyle select:not(:checked){
    font-size: 14px;
}
#search .icon a{
    font-size: 14px;
}
.Inquire-icon{
    height: 65px;
    width: 40%;
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
    .Inquire-icon{
        height: 65px;
        width: 40%;
    }
    .Inquire-box input {
        /*width: 55%;*/
    }
    #search .date-box input {
        font-size: 16px;
        max-width: 90%;
    }
}
.Inquire-box{
    width: 60%;
    line-height: 65px;
    padding: 0px;
    /*padding-left: 10px;*/
}

.Inquire-box input {
    width: 63%;
}

#search .date-box input{
    max-width: 90%;
}

@media only screen and (max-width: 479px){
    .Inquire-box {
        line-height: 25px;
    }
    .Inquire-box h3 {
        line-height: normal;
        display: block;
        padding-left: 0;
    }
    .Inquire-box input{
        display: inline-block;
        width: 50% !important;
    }
    .Inquire-box a{
        display: inline-block;
    }
}

#Introduction ol, #Introduction ul {
    list-style: disc;
}

.Filled a {
    right: 3%;
    background-color: #ff5052;
}

.featured .wrap-featured,.top-banner .wrap-featured{
    background: none;
}

.block06 figure {
    max-height: 90px;
}

#Introduction .line-caption:after, #Introduction .line-caption:before{
    width: 37%
}

#Introduction h1{
    font-size: 16pt;
}

.title h1 {
  line-height: 30px;
}
/* 解決施碧娜 空格問題
.guest-name{
    font-weight: 500;
}
*/

.Introduction{
    max-width: 980px;
}

.form-horizontal .form-group {
    min-height: 35px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

@media only screen and (max-width: 479px) {
    .form-horizontal .form-group {
        margin-left: 5%;
    }
    .form-group {
        margin-left: 5%;
    }

    #content{
        margin-top: 160px;
    }
}

#panel p {
  font-weight: normal;
  color: #000;
}