/**
* webthemez
* custom styles
**/

html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	height:100%;	
	font-family: PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "微软雅黑体", "Microsoft YaHei", sans-serif;
	padding:0;
	margin:0;
	font-size:16px;
	line-height: 28px;
	color: #777; 
	background: #fff;
	overflow-x:hidden;
	position: relative;
} 

#all {
	width: 640px;
	overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 300px) and (max-width: 639px){
#all {
	width: 100%;
  }
}
	
h1,h2,h3,h4,h5,h6{
font-family: 'Alegreya Sans', sans-serif;
}
h1 { font-size: 3em; line-height:1.2em; margin:0 0 .8em; }
h2 { font-size: 1.8em; line-height:1.4em; margin:0 0 .8em;  }
h3 { font-size: 1.4em; line-height:1.4em; }
h4 { font-size: 1.25em; line-height:1.4em;}
h5 { font-size: 1.1em; line-height:1.4em; }
h6 { font-size: 1em; line-height:1.2em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none; 
}	 
p { 
	padding:0 0 1em;
	margin:0;
}
a {
	color: #d92634;
	outline: 0;
	font-weight: bold;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
} 
a:hover {
	text-decoration: none;
	color: #d92634;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.highlight {
	color: #F33030;
}
 
.banner {
	position: relative;
	background-color: #ccc;
	color: #fff;
    background: url(../images/bg1.jpg) center top scroll no-repeat;
    background-size: cover;
}
.is-sticky .navbar-default {
    /* 上方選單-手持裝置設定 */ !important
	background: rgba(214, 35, 32, 1);
	padding: 10px 0;
	width: 640px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 300px) and (max-width: 639px){
.is-sticky .navbar-default {
	width: 100%;
  } 
}
#menu-sticky-wrapper{
  z-index: 2;
  position: relative;
}
.overlay {
    /* background: #fef6d5; */
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}
#menu {
	z-index: 999;
	width: 100% !important;
	right: 0;
	left: 0;
}
.navbar-default {
	background: transparent;
	padding: 10px 0;
	background: #29a67e;
	border: 0px;
    box-shadow:0 0 10px rgba(0, 0, 0, .3);
}
.navbar-default .navbar-brand {
  padding-left: 0px;
}
@media screen and (min-width: 300px) and (max-width: 767px){
.navbar-default .navbar-brand {
  padding-left: 15px;
}
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
	font-size:18px;
	font-weight:300;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #FFF;
}
.btn-default {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #d92634;
	background: transparent;
	transition: all 0.4s;
	color: #d92634;
	border-radius: 100px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border: 2px solid #EE2D2D;
	background: #EE2D2D;
	color: white;
}
.btn-primary {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 26px;
	height: 50px;
	border: 2px solid #EE2D2D;
	background: #EE2D2D;
	transition: all 0.4s;
	color: rgb(217, 38, 52);
	border-radius: 100px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	border: 2px solid #EE2D2D;
	background: transparent;
	color: #EE2D2D;
}
.btn-secondary {
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 50px;
	height: 65px;
	border: none;
	background: #F33030;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	background: #EE2D2D;
	color: white;
}
.site-name img{
	width: 230px;
	height: 45px;
}
.logo {
	margin: 80px 0 100px 0;
}
.logo img{
	width: 230px;
	height: 45px;
}
.landing h1{
	font-size: 56px;
	font-weight: 300;
	color: #fff;
	margin: 130px 0 20px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.landing p {
	color: #fff;
}
.landing-text {
	margin-bottom: 20px;
}
.landing-text p { 
	padding-bottom: 20px;
}
.more {
	margin-bottom: 100px;
}
.more p {
	font-size: 17px;
}
.head-btn {
	margin-bottom: 40px;
}
.option {
	text-transform: uppercase;
	padding: 5px;
	min-width: 80px;
	margin-right: 5px;
	transition: all 0.4s;
	font-size: 14px;
	color: #fff;
}
.option .fa {
	font-size: 16px;
	margin-right: 10px;
}
.option:hover {
	color: #F33030;
}
.header-phone {
	margin: 50px 0 100px;
}
#part-1 {
	background: #f6f6f6;
}
#part-2 {
	padding: 0;
	background: #e2e2e2;
}
#part-3 {
	padding: 0;
	background: #f6f6f6;
}
#part-4 {
	padding: 0;
	background: #e2e2e2;
}
#footer {
	background: #fff;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}
.social ul {
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	padding-right: .3em;
}
.social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #d92634;
	border-radius: 5px;
	background: #fff;
	border: solid 1px #d92634;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	border-radius: 50%;
}
.social li a:hover {
	color: #fff;
	background: #d92634;
}
.scrollToTop{
	width: 55px; 
	height: 65px;
	text-align: center; 
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.scrollToTop img{
	width: 100%; 
	height: auto;
}
.control-group .controls {
	overflow-x: hidden;
}
.downloadSection{
	padding:100px 0;
    background: #d92634;
}
.subscribe {
	color: #fff;
	background: #d92634 !important;
}
.subscribe p {
	margin: 30px auto 30px;
}
.subscribe-form {
	max-width: 400px;
	margin: 50px auto 150px;
	text-align: center;
	overflow: hidden;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #FBD22C;
	color: #040F13;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .btn {
	height: 55px;
}
.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form .form-control:-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control::-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control:-ms-input-placeholder {  
	color: #333;  
}
#package {
	padding-top: 100px;
}
.title-line {
    width: 100px;
    height: 3px;
    margin: 0 auto;
    background: #FAD12C;
}
.price-box {
	background-color: #7c4396;
	border-radius: 15px;
}
.package-option {
	padding: 50px 0 100px;
}
.package-option ul {
	padding: 0;
	color: #fff;
}
.price-heading h3 {
	margin-top: 0;
	background-color: #d92634;
	color: #fff;
	padding: 15px;
	border-radius: 30px;
	margin: 25px;
	font-size: 18px;
	position: relative;
	top: -27px;
	border: #fff 5px solid;
}
.price-heading i {
	color: #d1d1d1;
	font-size: 75px;
	margin-top: 20px;
}
.price-group {
	padding: 30px 0 10px;
}
.price-group .dollar {
	font-size: 20px;
	position: relative;
	bottom: 48px;
	color: #fff;
}
.price-group .price {
	color: #ffffff;
	font-size: 60px;
	font-weight: 500;
}
.price-group .time {
	font-size: 18px;
	color: #fff;
}
.price-feature li {
	margin-left: 30px;
	margin-right: 30px;
	list-style: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.44);
	line-height: 40px;
	padding: 10px 0;
}
.btn-price {
	margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background: #FCD72C;
	transition: all 0.4s;
	color: rgb(32, 32, 32);
	border-radius: 4px;	
}
.btn-price:hover {
	background: #d92634;
	color: white;
}
.navbar-default .navbar-toggle {
    border-color: #96c100 !important;
    background: #96c100;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none !important;
}
.navbar-collapse{
	/* background: #d92634 !important; */
}
