/*---------------------------------------
Template
-----------------------------------------*/

body {
	font-family: 'Roboto', 'Roboto Condensed',Helvetica,Arial,sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	background-color: #ffffff;
}
#ok {display:block; width: 100%; height:auto; font-size: 1.75vmin; font-weight: 500; color:#fff; line-height: 4.25vmin; text-align:center; align-items:center; background-color: rgba(85,85,85,0.8); padding:20px 30px; position:fixed; bottom:0; z-index:9000}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6,
.navbar-default, .btn {
	font-family: 'Roboto', 'Roboto Condensed','Helvetica','Arial',sans-serif;
	font-weight: 400;
}


h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
	color: #FFB718;
	font-size: 42px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	margin-top: 0px;
}

h2 {
	color: #167475;
	font-size: 28px;
}

h3 {
	color: #167475;
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 4px;
}

h4 {
	font-size: 18px;
}

p {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
}

hr {
	border-bottom-color: #ffffff;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
}

.section-btn {
	background-color: #167475;
	border: 2px solid transparent;
	border-radius: 100px;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 14px 30px;
	margin-top: 20px;
	transition: all 0.4s ease-in-out;
}

.section-btn:hover {
  background: transparent;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  color: #31849b;
}
.section-btn2 {
	background-color: #167475;
	border: 2px solid transparent;
	border-radius: 100px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.4s ease-in-out;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin-left: 10px;
	margin-top: 0;
}

.section-btn2:hover {
  background: transparent;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  color: #31849b;
}


/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #167475;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #167475;
  outline: none;
}

* {
	/* [disabled]-webkit-box-sizing: border-box; */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ffffff;
}

.section-title {
	position: relative;
	text-align: left;
	padding-bottom: 20px;
}

#introduction,
#features,
#screenshot,
#application,
#ordering
 {
	padding-top: 60px;
	padding-bottom: 30px;
}

#introduction, #application
 {
  text-align: center;
}


/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
	width: 60px;
	height: 60px;
	background-color: #167475;
	border-radius: 100%;
	-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
	animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

/*---------------------------------------
    Navigation section              
-----------------------------------------*/

.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: none;
    margin: 0 !important;
	-moz-box-shadow:
		0px 0px 10px rgba(000,000,000,0.9),
		inset 0px -1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 0px 10px rgba(000,000,000,0.9),
		inset 0px -1px 0px rgba(255,255,255,0.5);
		box-shadow:
		0px 0px 10px rgba(000,000,000,0.9),
		inset 0px -1px 0px rgba(255,255,255,0.5);
}

.navbar-default .navbar-brand {
  color: #167475;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 0;
}
.navbar-default img {
  weight:100%; 
	height:auto;
	top: 0;
	margin-top: 10px;
	margin-left: 10px;
}
.navbar-default .navbar-brand span {
  color: #167475;
}
.navbar-right {
    margin-right: 0px;
}
.navbar-default .navbar-nav li a {
	color: #666666;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding-right: 6px;
	padding-left: 6px;
}

.navbar-default .navbar-nav > li a:hover {
	color: #167475;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #666666;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #167475;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}


/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: center top;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 70vh;
	}

#home h1 {text-shadow: 	0px 0px 7px rgba(000,000,000,1),
		0px 0px 0px rgba(255,255,255,0.8);}
		
#home .overlay {
	position: absolute;
	height: 65vh;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}

#home img {
	width: 100%;
	height: auto;
}
#home .home-thumb {
	
	padding-top: 0;
	padding-left: 0;
}

#home p,
#newsletter p {
  color: #167475;
  letter-spacing: 1px;
}

#home .section-btn {
  background: #167475;
}

#home .section-btn:hover {
  background: transparent !important;
}


/*---------------------------------------
   introduction section              
-----------------------------------------*/

#introduction {
	background-color: #FFFFFF;
	text-align: left;
}

#introduction p {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	}

#introduction img {
	width: 100%;
	height: auto;
	margin-top: 4%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0%;
}
#introduction ul {
	font-size: 16px;
	padding-left: 20px;
	line-height: 30px;
	color: #666666;
}
#introduction .introduction-thumb {
	position: relative;
	text-align: left;
}
#introduction-thumb2 {
	position: relative;
	clear: both;
	margin-top: auto;
	margin-bottom: auto;
}
/*---------------------------------------
   features section              
-----------------------------------------*/
#features{
	background-color: #f5f5f5;
	background-attachment: scroll;
	background-image: url(../images/features_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#features h1{
 color: #167475;
}
#features img {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

#features .features-thumb {
	position: relative;
	text-align: center;
}
.features-thumb2 {
	position: relative;
	clear: both;
	margin-top: auto;
	margin-bottom: auto;
}

#features .features-overlay h3 {
  padding-bottom: 0px;
}

#features .features-overlay {
  background-color: rgba(250,250,250,0.9);
  border-radius: 2px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  transition: height 450ms;
}

#features .features-thumb:hover .features-overlay {
  height: 100%;
  background-color: #ffffff;
  color: #222;
  padding-top: 30%;
  opacity: 0.9;
}

#features .features-thumb:hover h4 {
  color: #167475;
}


/*---------------------------------------
    Screenshot section              
-----------------------------------------*/

#screenshot .col-md-3 {
  display: block;
  width: 100%;
  padding-bottom: 1rem;
}

#screenshot img {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  cursor: pointer;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  top: 0px;
  transition: all 0.4s ease-in-out;
}

#screenshot img:hover {
  box-shadow: 0px 16px 22px 0px rgba(0, 0, 0, 0.3);
  top: -6px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


/*---------------------------------------
   application section         
-----------------------------------------*/

#application {
	background-color: #167475;
	background-attachment: scroll;
	background-image: url(../images/app-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#application P {
	color: #ffffff;
}
#application .container .row .wow.fadeInUp.col-md-4.col-sm-4 P {
	font-size: 14px;
	line-height: 16px;
	padding-top: 4%;
}
#application img {
	width: 100%;
	height: auto;
	border: 2px solid #ffffff;
}

/*---------------------------------------
   ordering section         
-----------------------------------------*/

#ordering {
	background-color: #f5f5f5;
	background-attachment: scroll;
	background-image: url(../images/ELIT-1900_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#ordering h1 {
	color: #167475;
}
#ordering img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 0px;
}
#ordering .ordering-plan {
	background-color: rgba(255,255,255,0.7);
	border-radius: 2px;
	margin-bottom: 32px;
	padding: 15px;
	height: auto;
}

#ordering .ordering-month {
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#ordering h2 {
  font-size: 28px;
  color: #167475;
}

#ordering h5 {
	color: #F7AC2E;
	font-size: 12px;
	font-style: normal;
}
#ordering p {
	line-height: 20px;
}
.icon_as {
	margin-bottom: 30px;
}
#ordering ul {
	padding-left: 14px;
	font-size: 16px;
}
#ordering .container .row div .wow.fadeInUp.col-md-6.col-sm-6 .img-responsive {
	padding-top: 80px;
}


/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
	background-color: #167475;
	padding-top: 40px;
	padding-bottom: 30px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
.contact-title {
	text-align: center;
}
#contact .section-title {
	text-align: left;
}
#contact .section-title h5 {
	font-size: 14px;
	color: #ffffff;
}
#contact .section-title p {
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}
#contact .section-title a {
	color: #ffffff;
}
#contact .section-title a:hover, a:active, a:focus {
	color: #399FA3;
	outline: none;
}
/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

footer span {
  padding-right: 10px;
  padding-left: 10px;
}

footer p {
	padding-top: 16px;
	font-size: 12px;
	color: #999;
}

/*---------------------------------------
   Modal Contact           
-----------------------------------------*/

.modal-dialog .modal-content {
	background-color: #167475;
	border: none;
	border-radius: 2px;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}

.btn:focus {
  outline: none;
}

.modal-header {
  border-bottom: 0px;
}

.modal-dialog .close {
  color: #ffffff;
  font-size: 45px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.modal-dialog .close:focus {
  outline: none;
}

.modal-dialog .modal-title {
  color: #ffffff;
}

.modal-dialog form {
  padding: 20px;
}

.modal-dialog form input {
	height: 30px;
	text-align: left;
}

.modal-dialog .form-control {
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 0px;
	box-shadow: none;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
}

.modal-dialog .form-control:focus {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #ffffff;
}

.modal-dialog form input[type="submit"] {
  background: #31849b;
  border: 3px solid transparent;
  border-radius: 100px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
}

.modal-dialog form input[type="submit"]:hover {
  background: transparent;
  border-color: #167475;
  color: #ffffff;
}

.modal-dialog .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-dialog .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.modal-dialog .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.modal.fade .modal-dialog{
  -webkit-perspective: 1300px;
     -moz-perspective: 1300px;
          perspective: 1300px;
}

.modal.fade .modal-content{
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
     -moz-transform: translateZ(-3000px) rotateY(90deg);
      -ms-transform: translateZ(-3000px) rotateY(90deg);
          transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.modal.fade.in .modal-content{
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% { -webkit-transform: translateZ(-250px) rotateY(60deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
  100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
  50% { -moz-transform: translateZ(-250px) rotateY(60deg); opacity: .5; -moz-animation-timing-function: ease-out;}
  100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
  50% { transform: translateZ(-250px) rotateY(60deg); opacity: 1; animation-timing-function: ease-in;}
  100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: right;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666666;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 0px;
    margin: 10px 4px 0px 4px;
}

.social-icon li a:hover {
    background: #167475;
    color: #ffffff;
    top: -5px;
}


/*---------------------------------------
   Back top         
-----------------------------------------*/

.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  border-radius: 100px;
  transition : all 1s ease;
  bottom: 2em;
  right: 2em;
  color: #333;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
}

.go-top:hover {
    background: #167475;
    color: #ffffff;
}


/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/
@media (max-width: 1920px) {
   h1 {
    font-size: 40px;
	line-height: 58px;
  }
#home .home-thumb {
	padding-top: 27%;
}
#home, #home .overlay {
    height: 60vh;
}
#home img {
	margin-top: 0;
}
.col-md-15 {
	 width: 20%; 
	 float: left;
	 position: relative; 
	 min-height: 1px; 
	 padding-right: 15px; 
	 padding-left: 15px;
}
	.col-md-9 {
		width:100%
	}
.container {
	width: 1280px;
  }
  .icon_as {
	margin-bottom: 10px;
}
 }

@media (max-width: 1440px) {
#home img { /* 新增或修改此區塊 */
        display: block; /* 確保圖片是區塊級元素 */
        margin-left: auto; /* 自動左右外邊距 */
        margin-right: auto; /* 自動左右外邊距 */
        width: 100%; /* 保持原有的寬度設定，或根據需求調整 */
        height: auto; /* 保持原有的高度設定 */
        margin-top: 0; /* 保持原有的 margin-top 設定 */
    }
	h1 {
    font-size: 38px;
	line-height: 48px;
  }
#home .home-thumb {
	padding-top: 35%;
}
#home, #home .overlay {
    height: 70vh;
}
.container {
	width: 1010px;
  }
#ordering .ordering-plan {
	height: 340px;
}
.icon_as {
	margin-bottom: 30px;
}
 }
 
@media (max-width: 1280px) {
h1 {
    font-size: 38px;
	line-height: 48px;
  }
  #home .home-thumb {
	padding-top: 35%;
}
   #home, #home .overlay {
    height: 55vh;
}
.container {
	width: 1010px;
  } 

}
@media (max-width: 980px) {

  h1 {
    font-size: 32px;
	line-height: 42px;
  }
    .container {
	width: 92%;
  }  
  .section-btn {
    padding: 10px 34px 12px;
  }
 #home .home-thumb {
	padding-top: 46%;
}
  #home, #home .overlay {
    height: 30vh;
  }
   #home img {
	margin-top: 0;
  }
 #features {
    text-align: left;
  }
  
 #introduction .col-sm-offset-1 {
margin-left: 0;
}
 #ordering .ordering-plan {
	height: 460px;
}

}

@media (max-width: 800px) {
  #home img {
        margin-top: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
  #home, #home .overlay {
    height: 30vh;
  }
   #home .home-thumb {
	padding-top: 50%;
}
   h1 {
    font-size: 26px;
	line-height: 38px;
  }
  h2 {
    font-size: 22px;
	line-height: 32px;
  }
   h3 {
    font-size: 18px;	   
	line-height: 26px;
  }
  h4 {
    font-size: 16px;	   
	line-height: 22px;
  } 	
  .container {
	width: 100%;
  } 
#application .container .row .wow.fadeInUp.col-md-4.col-sm-4 P {
	font-size: 12px;
}
 #ordering .ordering-plan {
	height: 420px;
}

  }
@media (max-width: 768px) {
  #home, #home .overlay {
	  height: 34vh;}
	h1 {
    font-size: 24px;
	line-height: 36px;
  }
  h2 {
    font-size: 20px;
	line-height: 32px;
  }

  h3 {
    font-size: 18px;	   
	line-height: 28px;
  }
 h4 {
    font-size: 16px;	   
	line-height: 22px;
  }
  p {
    font-size: 14px;
	line-height: 24px;
  }
  #home, #home .overlay {
    height: 34vh;
  }
 #features {
    text-align: left;
  }
 #features .features-thumb {
    margin-top: 32px;
  }
.container {
	width: 100%;
  }
#ordering .ordering-plan {
	height: 400px;
} 
#ordering ul {
	font-size: 14px;
}
#introduction p {
	font-size: 14px;
	line-height: 26px;
}
#introduction ul {
	font-size: 14px;
	line-height: 26px;	
}
}

@media (max-width: 767px) {

   body {
    padding-top: 0px;
    text-align: center;
  }

  .navbar-default {
    text-align: center;
    padding-top: 0px;
  }

  .navbar-default .navbar-brand {
    line-height: 20px;
  }

  .navbar-default .navbar-nav li a {
    line-height: 25px;
  }

 .section-title {
    padding-bottom: 0;
  }

  #introduction, #features, #ordering,
  #screenshot, #application {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #home, #home .overlay {
    height: 80vh;
  }
  #home img {
	margin-top: 0;
  }

  #home .home-thumb {
        padding-top: 30%;
  }
  #ordering ul {
    text-align: left;
	margin-left: -10px;
  }

 #ordering .container .row div .wow.fadeInUp.col-md-6.col-sm-6 .img-responsive {
	padding-top: 10px;
}
  }

@media (max-width: 650px) {
 #home {
        background-size: center;
        background-position: center top; /* 將背景圖片也置中 */
    }
    #home img {
        width: 90%;
        margin-top: 14%;
        /* 新增或修改以下兩行，讓圖片置中 */
        display: block; /* 確保圖片是區塊級元素 */
        margin-left: auto; /* 自動左右外邊距 */
        margin-right: auto; /* 自動左右外邊距 */
    }
    #home .home-thumb {
        padding-top: 24%;
    }
  h1 {
    font-size: 24px;
		line-height: 30px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;	   
  }
  p {
    font-size: 14px;
  }
 #ordering ul {
	 font-size: 14px;
	 padding-left: 24px;
}
#home {
	background-size: center;
background-position: -870px top;
}
#home, #home .overlay {
    height: 75vh;
  }
#home img {
	text-align: center;
	width: 90%; 
	margin-top: 14%;
  }
  #home .home-thumb {
        padding-top: 24%;
  }
.social-icon {
		text-align: center;
}
.col-md-15 {
	 width: 50%; 
	 float: left;
	 position: relative; 
	 min-height: 1px; 
	 padding-right: 15px; 
	 padding-left: 15px;
}
.container {
	width: 100%;
  } 
  #ordering .ordering-plan {
	height: auto;
}
label {
	color: #ffffff;
}
}
@media (max-width: 360px) {
	#home {
	background-size: center;
background-position: -760px top;
}
#home img {
	text-align: center;
	width: 90%; 
	margin-top: 38%;
  }
  #home .home-thumb {
        padding-top: 42%;
  }
}
@media (max-width: 320px) {
#home {
	background-size: center;
background-position: -740px top;
}
#home, #home .overlay {
    height: 86vh;
  }
  #home img {
	text-align: center;
	width: 90%; 
	margin-top: 40%;
  }
  #home .home-thumb {
        padding-top: 40%;
  }
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  #ordering .ordering-plan{
    background-color:#ffffff;
    filter:Alpha(opacity=70);
    position:static; /* IE6、7、8只能設置position:static(默認屬性) ，否則會導致子元素繼承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout屬性，讓它讀懂Alpha */
  }
  #ordering .ordering-plan .ordering-month{
    position: relative;/* 設置子元素为相對定位，可讓子元素不繼承Alpha值 */
  }  
}
.form-control2 {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 1.42857;
	color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	padding-left: 12px;
	text-align: left;
}
