/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
  font-family: "helvetica neue","Roboto","微軟正黑體","Microsoft JhengHei","蘋果儷中黑","Apple LiGothic Medium","黑体","SimHei",sans-serif;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.vert-text h2 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}

/* Translate toogle */
#translate-toggle {
  top: 5px;
  right: 5px;
  position: fixed;
  z-index: 1;
  color:#FFFFFF;
  font-weight:bold;
  font-size:1em;
  padding:10px;
  text-shadow:1px 1px 3px rgba(0,0,0,0.5);
}

/* Side Menu */

#sidebar-wrapper {
  margin-left: -250px;
  left: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -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 {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  /*text-indent: 20px;*/
  text-align:right;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
		padding-right:20px;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  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 {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
#menu-toggle {
  top: 0;
  left: 5px;
  position: fixed;
  z-index: 1;
  background-color: transparent;
border-color: transparent;
  text-shadow:-1px 1px 3px rgba(0,0,0,0.5);
}
#menu-close{

  top: 0;
  left: 5px;
  position: absolute;
  background-color: transparent;
border-color: transparent;
  color:#FFF;
}
#sidebar-wrapper.active {
  left: 250px;
  width: 250px;
  -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;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url("../img/background/landscapes-city_00244356_rar.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#FFFFFF;
}
.header h1,.header h2,.header h3{
  text-shadow:1px 1px 5px rgba(0,0,0,0.5);}

/* Intro */

.intro {
  padding: 50px 0;
}

/* Services */

.services {
  background: #7fbbda;
  padding: 50px 0;
  color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}
.available-on{border-radius:6px;width:120px;margin:5px;}
.available-on:hover{opacity:0.6}
.available-on:active, .available-on:focus{opacity:1}
/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url("../img/background/bg1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
background: url('../img/background/bg-call-for-action.png') no-repeat scroll 90% center / auto 120% #000;
text-shadow:0 1px 4px rgba(0,0,0,1);
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

.call-to-action .btn.btn-default{text-shadow:none;}
/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 0 0;/*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: 768px) {
	
  .header {
	background: url("http://wallpoper.com/images/00/24/43/56/landscapes-city_00244356.jpg") no-repeat center center scroll; 
  }

  .callout {
	background: url("../img/background/bg1.jpg") no-repeat center center scroll; 
  }

  .map {
	height: 75%;
  }

}
