/* Global Styles */
/* needed for container min-height */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  /* needed for footer positioning*/
  height: auto;
  /* real browsers */
  /* IE6: treaded as min-height*/
  min-height: 100%;
  /* real browsers */
  background-image: url("/images/bg-page.gif");
}
ul.functionBtn {
    float: right;
    margin: 29px 0 0;
}
ul.functionBtn img {
    background-image: url("../images/footer-btn-off.gif");
    background-repeat: no-repeat;
    height: 60px;
    vertical-align: top;
    width: 89px;
}
ul.functionBtn a:hover img {
    background-image: url("../images/footer-btn-on.gif");
}
ul.functionBtn #b2 {
    width: 100px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#footer {
    background-image: url("../images/footerBg.gif");
    clear: both;
    padding: 20px 0 0;
}
#footer div#top {
    height: 120px;
    margin: 0 auto;
    width: 920px;
}
#footer div#bottom {
    height: 60px;
    margin: 0 auto;
    width: 920px;
}
/* end needed for container min-height */

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

/* Side Menu */

#sidebar-wrapper {
  background-image:url(/images/bg_top_20130528.jpg); height:53px;
  /*background-image:url(https://s3.hicloud.net.tw/localkingweb/img/bg_sidebar-nav_big.png);*/
  position: fixed;
  width: 100%;
  z-index: 1002;
  box-shadow: 0px 0px 3px #A9A9A9;
}

.sidebar-nav {
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 5px;
  float:left;
}

.sidebar-nav li a {
  color: #4b4b4b;
  display: inline-block;
  text-decoration: none;
  line-height: 60px;
}

.sidebar-nav li a:hover {
  color: #ff7800;
  /*background: rgba(255,255,255,0.2);*/
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand,.search {
  /*height: 55px;*/
  line-height: 55px;
  font-size: 16px; margin-right:5px;
}
.member{
	margin-right:5px;
}
.sidebar-nav > .sidebar-brand a,.search {
  color: #4b4b4b;
}

.sidebar-nav > .sidebar-brand a:hover,.search {
  color: #2a6496;
  background: none;
}

#menu-wrapper {
	/*background-image:url(https://s3.hicloud.net.tw/localkingweb/img/bg_sidebar-nav_small.png);*/
    position: fixed;
    width: 100%;
	z-index: 99;
	background-color:#FFF;
	box-shadow: 0px 0px 3px #A9A9A9;
}

#menu-toggle {
  top: 5px;
  right: 0;
  position: absolute;
  z-index: 1;
}

#menu-search {
  top: 5px;
  left:0;
  position:absolute;
  z-index: 1;
}
#menu-close{
  margin-top:8px;
}
#topbanner{
  height:60px;width:100%;background:#000;display:none;
}
#topbanner #bannercontainer{
  width:320px;
  margin:0 auto;
  position:relative;
}
#topbanner label{
  position: absolute;
  top: 10px;
  left: 55px;
  color: #fff;
}

#topbanner img{
  top:10px;
  left:10px;
  position:absolute;
}
#topbanner .actbtn{
  position: absolute;
  top: 15px;
  right: 25px;
}
#topbanner .closebtn{
  position: absolute;
  top: 5px;
  right: 5px;
  color:#fff;
}
.toggle {
  margin: 5px 5px;
}

/* Full Page Image Header Area */

.header {
  /*display: table;*/
  height: 100%;
  width: 100%;
  position: relative;
  margin-top:-20px;
  background: url(https://s3.hicloud.net.tw/localkingweb/img/bg.jpg) no-repeat fixed center center;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

/*wrapper*/
#wrapper{
  height: 100%;
  padding-top: 100px;
  width: 100%;
  display: inline-block;
  padding-bottom: 230px;
}

/* Footer */

footer {
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */
@media (max-width: 992px) {
  h2, .h2 {font-size: 2rem;}
  h3, .h3, .mobile-h3 {
	font-size: 1.5rem;
  }
  #sidebar-wrapper {
	background-color:#fff;
	background-image:none;
    margin-right: -250px;
    right: 0;
    width: 250px;
    /*background: #e6e3e0;*/
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 2000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }

  #sidebar-wrapper.active {
    right: 250px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }

  .sidebar-nav {
	  padding-left:20px;
  }
  .sidebar-nav li {
    float:none;
  }
  #wrapper{ padding-top: 70px; padding-bottom:70px;}
}

.logo_big{ width:150px; margin-right:30px;}
.logo_small{ width:100%; text-align:center;position:relative;}

.intro {
  padding:0;
}

.head_city{position:relative;}
.head_city .btn-warning{width:160px;}
/*預設建議字*/
.suggest_title{color: #999;}
#init_results{position: absolute; width: 280px; display: none;}
/*loading*/
.modal-dialog {
    left: 50%;
    top: 50%;
	position: absolute;
}

.modal-body {
	padding: 0px;
}
.modal-body img {
	max-width: none;
}
.ajax-loading .modal-dialog
{
    width: 77px;
	margin: -33px 0 0 -33px;
}
.pop .modal-dialog
{
    width: 750px;
	margin: -188px 0 0 -375px;
}

/**/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.home-header{ width:100%; height:3px; background-image:url(https://s3.hicloud.net.tw/localkingweb/img/home_header.png)}
.catelist{ padding-left:5px; margin-left:0px;}
.copyright-bg1{ background-image:url(https://s3.hicloud.net.tw/localkingweb/img/copyright_02.png); background-repeat:repeat-x; height:30px;}
.copyright-bg2{ background-image:url(https://s3.hicloud.net.tw/localkingweb/img/copyright_03.jpg); background-repeat:repeat-x; background-color:#f8f8f8; clear:both; height:auto;box-shadow: 0px 0px 3px #A9A9A9;}
.copyright-bg3{ background-image:url(https://s3.hicloud.net.tw/localkingweb/img/copyright_04.jpg); background-repeat:repeat-x; height:10px;}
.copyright-bg4{ background-color:#ff7800; text-align:center; font-size:9px; color:#393a37; padding:5px; font-family: "蘋果儷中黑","微軟正黑體","Lucida Sans Unicode","Lucida Grande",sans-serif;}
.copyright-ul{ color:#ff7800; font-size:11px;}
.copyright-li{ list-style:none; padding-left:12px; color:#909090; line-height:22px;}
.copyright-li a:link,.copyright-li a:active,.copyright-li a:visited{ color:#909090;}
.copyright-li a:hover{ color:#ff7800;}

/*--searchbar--*/
#searchbar-small{
	padding-bottom:10px;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    z-index: 99;
    margin-top: -18px;
	}
/*.input-group{width:100%;}*/
.home-search{ margin:0 auto; padding:10px;}

.dropdown-menu{min-width: 200px;}
.head_city .dropdown-menu{width:300px;}
.head_city .dropdown-menu li{width: 40%;float:left; }
#cate_dp, #loc_dp{cursor: pointer;}
#cate_dp .dropdown-menu{width:710px;}
#cate_dp .dropdown-menu li, #loc_dp .dropdown-menu li{list-style: none outside none;cursor: pointer; }
#loc_dp .dropdown-menu li{width: 100% }
#loc_dp .dropdown-menu #head_cityname, #loc_dp .dropdown-menu .divider{width:100%;}
#cate_dp .dropdown-menu li ul li:hover, #loc_dp .dropdown-menu li ul li:hover, .dpclear:hover{text-decoration:underline;}

#searchbar{margin-top:20px;}
#searchbar .kwd {display: table;}
.navbar-white{ background-color:#FFF;}
.hot{vertical-align:super; font-size:8px; line-height:0px;}
.alpha50{
	background-color:#FFFFFF; filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px #a9a9a9; /* Firefox */
    -webkit-box-shadow: 0px 0px 3px #a9a9a9; /* Safari 和 Chrome */
    box-shadow: 0px 0px 3px #a9a9a9; /* Opera 10.5 + */}
.text-shadow{text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);}
.survey .modal-dialog {
	margin: -188px 0 0 -390px;
	width: 780px;
}
.travelTutor .modal-dialog {
	margin: -188px 0 0 -390px;
	width: 780px;
}
.travelTutor .map_step{padding:15px;}
.login .modal-dialog {
    margin-left: -255px;
    width: 510px;
}
.add2tripLightbox .modal-dialog {
    margin-left: -255px;
    width: 510px;
}
.add2tripfullLightbox .modal-dialog {
    margin-left: -255px;
    width: 510px;
}
.add2tripfailLightbox .modal-dialog {
    margin-left: -255px;
    width: 510px;
}
/*加入行程*/
.add2trip_body {
    background-image: url("https://s3.hicloud.net.tw/localkingweb/img/bg_poibox_05.png");
    color: #7a7a7a;
    font-size: 14px;
    line-height: 24px;
    padding-left: 13px;
    padding-right: 13px;
}

.travellist li {
    border-bottom: 1px solid #ddd;
    line-height: 24px;
    list-style: none outside none;
    margin-left: -30px;
    padding: 5px 0;
    vertical-align: top;
}
.travellist li img {
	margin-right: 5px;
}

.travellist li td {
    vertical-align: top;
}


.picmask{
    margin: 0 auto;
    overflow: hidden;
}
.pop span{line-height:4.5;}

/*顯示積分*/
.point .modal-dialog {
    font-size: 28px;
    line-height: 32px;
    height: 300px;
    margin: -250px -150px;
    text-align: center;
    width: 300px;

}

.point .modal-content {
    border-radius: 50%;
    height:100%;
    padding-top: 110px;
    margin: 20px 0;
}
@media (min-width: 992px) {
	.sidebar-nav >.login{ float:right; margin:15px 10px 0 0;}
	.sidebar-nav >.logout{ float:right; margin:15px 10px 0 0;}
	.sidebar-nav >.loglink{ float:right; margin:15px 10px 0 0;}
	.logo_small{ display:none;}
	.home-search{ width:100%;}
}

@media (max-width: 991px) {
  .navbar-nav {
    margin: 0;
    font-size: 20px;
  }
	.sidebar-nav >.login{ float:left; margin:5px 0; width:100%; font-size:1.2em; line-height:2em;}
	.sidebar-nav >.logout{ float:left; margin:5px 0; width:100%; font-size:1.2em; line-height:2em;}
	.sidebar-nav >.loglink{ float:left; margin:5px 0; width:100%; font-size:1.2em; line-height:2em;}
	.select{width: 100%;}
	#searchbar #kwd_input{float: left;width:100%;margin:auto 0;padding-left: 30px;}
	.logo_big{ display:none;}
	.home-search{ width:100%;}
	#searchbar #kwd_input {float:none;}
	.modal.pop.in .modal-dialog{ width: 100%; padding: 5px; left: 0; top:10%; margin: 0; right: 0;}
	.survey .modal-dialog { width: auto; margin:0px; position: absolute; left:0%; right:0%; top:0%;}
	}
/*@media (min-width: 768px) and (max-width: 991px) {
	.select{width: 25%;}
	#searchbar #kwd_input{float: left;width: 100%;margin:auto 0;padding-left: 30px;}
	#searchbar-small{ display:none;}
	.home-search{ width:600px;}
	.survey .modal-dialog { top:40%;}
	}
*/
/*--end searchbar--*/
