
@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);
 font-family: 'cwTeXHei', sans-serif; 黑體 

/*

Compass Template
    
http://www.templatemo.com/tm-454-compass


http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
    outline: medium none;
    color: #4FC1F0;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
/* Top */
.top {
	background-color: #e54c2a;
    padding: 15px;
	font-size: 1.2em;
	line-height:30px;
}

.top .flat-address .social-links,
.top .flat-address .custom-info {
	display: block;
}

.top .flat-address .social-links {
	float: left;
	padding-left:15px;
	color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

.top .flat-address .social-links a {
    float: left;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-weight: bold;
}

.top .flat-address .social-links a:hover {
    color: #fff;
}


/* Navigator top */
.top .top-navigator {
   float: right;
}

.top .top-navigator > ul > li {
	display: inline-block;
	position: relative;
}

.top .top-navigator > ul > li > a {
	padding: 0 15px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-weight: bold;
}

.top .top-navigator > ul > li:last-child > a {
	border-right: 0;
	padding-right: 0;
}

.top .top-navigator ul > li > a:hover {
	color: #fff;
}

.top .top-navigator > ul > li > ul {
   position: absolute;
   left: 0;
   top: 149%;
   width: 200px;
   padding: 10px 0;
   background-color: #fff;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
      opacity: 0;
   visibility: hidden;
   z-index: 9999999;
   -webkit-transform: translate(0px, 10px);
	  -moz-transform: translate(0px, -10px);
	   -ms-transform: translate(0px, -10px);
		-o-transform: translate(0px, -10px);
		   transform: translate(0px, -10px);
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.top .top-navigator > ul > li > ul.right-sub-menu {
	left: auto;
	right: 0;
}

.top .top-navigator > ul > li:hover > ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
       -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
         -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    		box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0); 
}

.top .top-navigator > ul > li > ul li:first-child {
   	border-top: none;
}

.top .top-navigator > ul > li > ul li a {
   	display: block;
   	padding: 5px 18px;
   	line-height: 29px;
   	color: #15416e;
   	position: relative;
}

.top .top-navigator > ul > li > ul li a:before {
	display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
	background-color: #18ba60;
    vertical-align: middle;
    margin: -1px 10px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top .top-navigator > ul > li > ul li a:hover {
	background-color: #0080cc;
}

.top .top-navigator > ul > li > ul li:hover a {
    background: #0080cc;
    color: #ffffff;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px Helvetica, Arial, "微軟正黑體", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #777777;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, "微軟正黑體", sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#news, #menu, #about, #contact {
  padding-top: 120px;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #dd272f;
  color: white;
  padding: 10px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #dd272f;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 40px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 0px;
}
.main-header .logo h1 {
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #777777;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #dd272f;
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -40px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #dd272f;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #dd272f;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 10px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #dd272f;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.widget-text {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #dd272f;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

/*------------------------------------------------------
	rule Styles 
--------------------------------------------------------*/
.rule {
  background: #fff;
  margin:50px;
}
.single-rule {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 20px 20px;
}
.section-title {
  margin-bottom: 10px;
}
.section-title > h2 {
  color: #fe6900;
  display: inline-block;
  font-family: Helvetica, Arial, "微軟正黑體", sans-serif;
  font-size: 36px;
  line-height:50px;
  position: relative;
  text-transform: capitalize;
  margin-top:50px;
  margin-bottom:50px;
}
.section-title > h3 {
  color: #fe6900;
  display: inline-block;
  font-family: Helvetica, Arial, "微軟正黑體", sans-serif;
  font-size: 30px;
  line-height:50px;
  position: relative;
  text-transform: capitalize;
}
.rule p {
  color: #000;
  display: inline-block;
  font-family: Helvetica, Arial, "微軟正黑體", sans-serif;
  font-size: 1.2em;
  line-height:30px;
  position: relative;
  text-transform: capitalize;
}
.rule-desc h3 {
  color: #535353;
  font-size: 20px;
  font-weight: bold;
  margin-top:15px;

  text-transform: capitalize;
}

/*--------------------------
	store css here
-----------------------------*/
.reservation {
   	margin:50px;
}
.reserv-section-inner {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
}
.reserv-section-inner .bg-img {
  background: #fff url("images/bg/reserv-form-bg.png") no-repeat scroll right bottom;
  bottom: 0;
  right: 30px;
}
.reserv-section-inner .bg-img {
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.reserve-form {
  float: left;
  padding: 50px 35px 50px 100px;
  position: relative;
  width: 50%;
  z-index: 9;
}
.reserve-img {
  bottom: 0;
  float: left;
  position: absolute;
  right: 20px;
  width: 48%;
}
h3.reserv-title {
  color: #535353;
  font-size: 30px;
  text-align: center;
  font-family: "Great Vibes",cursive
}
.reserve-form-top > input {
  border: 1px solid #ddd;
  margin-bottom: 1.2em;
  text-transform: capitalize;
  color: #000;
}
.reserve-form .date-time select {
  -moz-appearance: none;
  border: 1px solid #ddd;
  color: #000;
  width:50%;
}
.reserve-submit button {
  background: #e54c2a none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  margin-top:20px;
}
.reserve-submit button:hover {
  background: #535353 none repeat scroll 0 0;
}


/*------------------------------------------------------
	news Styles 
--------------------------------------------------------*/
#news .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#news .service-item .service-header i {
  color: #dd272f;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#news .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}


/*------------------------------------------------------
	slider Styles 
--------------------------------------------------------*/
.flexslider {
  margin-top: 114px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	news Styles 
--------------------------------------------------------*/
.news {
	margin:50px;
}
.news h2.title_1 {
  color: #e60012;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 40px;
  text-transform: capitalize;
}

/*--------------------------
	Reservation css here
-----------------------------*/
.reservation .bg-img-1{
   background: url(images/bg/reserv-bg.png)no-repeat scroll left top;
}
.reserv-section-inner {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
}
.reserv-section-inner .bg-img {
  background: #fff url("images/bg/reserv-form-bg.png") no-repeat scroll right bottom;
  bottom: 0;
  right: 30px;
}
.reserv-section-inner .bg-img {
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.reserve-form {
  float: left;
  padding: 50px 35px 50px 100px;
  position: relative;
  width: 60%;
  z-index: 9;
}
.reserve-img {
  bottom: 0;
  float: left;
  position: absolute;
  right: 20px;
  width: 48%;
}
h3.reserv-title {
  color: #535353;
  font-size: 30px;
  text-align: center;
  font-family: "Great Vibes",cursive
}
.reserve-form-top > input {
  border: 1px solid #ddd;
  margin-bottom: 1.2em;
  text-transform: capitalize;
  color: #000;
}
.reserve-form .date-time select {
  -moz-appearance: none;
  border: 1px solid #ddd;
  color: #000;
}
.reserve-submit button {
  background: #e54c2a none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  margin-top:20px;
}
.reserve-submit button:hover {
  background: #535353 none repeat scroll 0 0;
}

a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/*************************
        Input
*************************/
input {
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    width: 100%;
}
select {
    width: 100%;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
}
textarea {
    resize: vertical;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
textarea:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
    outline: none;
}
::-moz-placeholder {
    color: #444;
    font-size: 13px;
}
.input-group.divcenter.input-group .form-control { padding-left: 0px }


/*------------------------------------------------------
	icon Styles 
--------------------------------------------------------*/
.icon {
  margin:50px;
}
.icon img{
	float:left;
	padding:10px 30px 10px 30px;
}


/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.copyright {
	background-color:#e54c2a;
	height:60px;
}
.copyright p {
	margin-top:8px;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
}
.copyright p a {
    color: #fff;
    font-weight: bold;
}
.copyright p a:hover {
    text-decoration: underline;
}
.footer-main {
	background-color:#333;
	padding: 30px 0 30px;
}
.footer-main .widget_about {
	color: #fff;
	display: inline-block;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 40px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.footer-main .widget_about a span {
	color: #fff;
}
.footer-main .ftr-widget .info p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0;
    padding-left: 75px;
    position: relative;
	padding-bottom: 20px;
}
.footer-main .ftr-widget{
	margin-top: 20px;
}
.footer-main .ftr-widget .info p > a {
	color: #fff;
	display: inline-block;
	margin-top: 5px;
}
.footer-main .ftr-widget .info p i {
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 1.6em;
	height: 45px;
	width: 45px;
	line-height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.footer-main h5 {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 0.24px;
	margin-top:10px;

}
/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 60px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
  
  .main-header .logo h1 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
