@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
h1,  h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;}

h1, h2 {  font-weight:600; }
img{max-width:100%;width:auto}
h3, .h3 {font-size: 25px;line-height:30px;margin: 20px 0 10px;font-weight: 600;}
h4, .h4 {font-size: 20px; line-height: 25px;}
h5, .h5 {font-size:18px;font-weight: 400;line-height:25px; margin-bottom: 15px;}
h6, .h6{font-size:14px;font-weight: 600;line-height:20px;}
p {font-size:16px;line-height:22px;color: #666;}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {color: #9A9A9A;  }
.mt15{margin-top:15px;}
.form-control::-moz-placeholder { color: rgba(0, 0, 0, 0.2);}
.form-control:-moz-placeholder { color: rgba(0, 0, 0, 0.2);}
.form-control::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.2);}
.form-control:-ms-input-placeholder {color: rgba(0, 0, 0, 0.2);}
.form-control {
  background-color: #F3F2EE;
  border: 1px solid #e8e7e3;
  border-radius: 4px;
  color: #66615b;
  font-size: 1em;
  padding: 7px 18px;
  height: 3em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border: 1px solid #e8e7e3;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}
.has-success .form-control, .has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.error {
  background-color: #FFC0A4;
  color: #EB5E28;
  border-color: #EB5E28;
}
.has-success .form-control, .form-control.valid {
  color: #66615b;
  border-color: #e8e7e3;
}
.form-control.error:focus {
  background-color: #FFFFFF;
  border-color: #EB5E28;
}
.has-success .form-control:focus, .form-control.valid:focus {
  background-color: #FFFFFF;
  border-color: #7AC29A;
}
.form-control + .form-control-feedback {
  border-radius: 6px;
  font-size: 14px;
  margin-top: -7px;
  position: absolute;
  right: 10px;
  top: 50%;
  vertical-align: middle;
}
.open .form-control {
  border-bottom-color: transparent;
}
.form-control.input-no-border {
  border: 0 none;
}
.input-group .form-control:not(:first-child):not(:last-child) {
  border-left: 0;
  border-right: 0;
}

 .paymentIcon{text-align:center;margin-top:50px;}
 .paymentIcon img{height:50px;margin:auto 7px;}



label.error:not(.form-control) {
  color: #EB5E28;
 
  font-size: 13px;
}

 
.has-success .form-control-feedback, .has-success .control-label {
  color: #7AC29A;
}

.input-group-addon {
  background-color: #F3F2EE;
  border: 1px solid #e8e7e3;
  border-radius: 4px;
}
.has-success .input-group-addon{
  background-color: #FFFFFF;
}
.has-error .form-control:focus + .input-group-addon {
  color: #EB5E28;
}
.has-success .form-control:focus + .input-group-addon{
  color: #7AC29A;
}
.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon {
  background-color: #FFFFFF;
}
 
.input-group-addon + .form-control {
  padding-left: 0;
}


.input-group {
  margin-bottom: 15px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 320px;
}

.input-group[disabled] .input-group-addon {
  background-color: #E3E3E3;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-left: 0 none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #E3E3E3;
  cursor: not-allowed;
  color: #9A9A9A;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control[disabled]::-moz-placeholder {
  color: #9A9A9A;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control[disabled]:-moz-placeholder {
  color: #cfcfca;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control[disabled]::-webkit-input-placeholder {
  color: #cfcfca;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control[disabled]:-ms-input-placeholder {
  color: #cfcfca;
  opacity: 1;
  filter: alpha(opacity=100);
}

.input-group-btn .btn {
  border-width: 1px;
  padding: 9px 18px;
}

.input-group-btn .btn-default:not(.btn-fill) {
  border-color: #cfcfca;color: #333333;
}
.btn-previous{color: #999;}
.btn-previous:hover{background-color:#999;color: #fff;}

.input-group-btn:last-child > .btn {
  margin-left: 0;
}

textarea.form-control {
  max-width: 100%;
  padding: 10px 18px;
  resize: none;
}

.input-group-focus .input-group-addon {
  background-color: #fff;
}

/*     General overwrite     */
body {
	color: #666;
	font-size: 16px;
	font-family: "Noto Sans TC", sans-serif;
	background-color: #F8F5F0;
}

a {color: #333;}
	
 a:hover, a:focus {text-decoration: none;}
 .button:hover, .button:focus {
color: #fff; 
 
}
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="button"]:focus {
  outline: 0 !important;
}
.btn-primary{
	background-color: #333333;
	color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 14px;
	font-weight: 600;
}
 
.btn-primary:focus,
.btn-primary:hover,
 
.btn-primary:active { background-color: #333333!important;}
 .btn{border-radius:999px}
.btn:focus,
.btn:hover,
.btn:active { 
  outline: 0!important;
}

/*           Animations              */
.form-control, .input-group-addon {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}




.image-container {
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
}

.airport-container {margin-bottom:50px;display:block; margin-top: 20px;

}
.col-sm-8 .col-sm-4 {
  padding-right: 6px;
  padding-left: 6px;
}
.label {
  padding: 3px 8px;
  border-radius: 12px;
  color: #FFFFFF;
  font-weight: 500;
  font-size:12px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 24px;
}
/*            Navigation menu                */
.nav-pills {
  background-color: #F3F2EE;
  position: absolute;
  width: 100%;
  height: 4px;
  top: 40px;
  text-align: center;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li > a {
  padding: 0;
  max-width: 78px;
  margin: 0 auto;
  color: #999999;
  border-radius: 50%;
  position: relative;
  top: -32px;
  z-index: 100;
}
.nav-pills > li > a:after {
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -1px;
  top: -4px;
  transform: scale(0);
  transition: .2s all linear;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: transparent;
 
  outline: 0 !important;
  cursor: pointer;
}
.nav-pills > li.active > a:after {
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: -2px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transition: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: transparent;
	-webkit-transition: font-size 0.2s linear;
	-moz-transition: font-size 0.2s linear;
	-o-transition: font-size 0.2s linear;
	-ms-transition: font-size 0.2s linear;
	transition: font-size 0.2s linear;
	
}
.nav-pills > li.active > a [class*="ti-"],
.nav-pills > li.active > a:hover [class*="ti-"],
.nav-pills > li.active > a:focus [class*="ti-"] {
  color: #fff;
  font-size: 24px;
  top: 21px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.card2 {
  border-radius:20px; 
   box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5); 
   background-color: #fff; 
  color: #252422;
  padding: 25px;
  margin-bottom: 40px;
 margin-top: 20px;display:block;
 
}
 

.card {
  border-radius:20px;
   box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5); 
   background-color: #fff; 
  color: #252422;
  padding: 10px 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.card .card-checkboxes {
	background-color: #333333;
	box-shadow: none;
	color: #FFF;
}
.card .card-hover-effect {
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}
.card .card-hover-effect:hover {
  box-shadow: 0px 12px 17px -7px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transition: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}


.wizard-card {

  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1); 
}
.wizard-card .picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.wizard-card .icon-circle {
  font-size: 20px;
  border: 3px solid #F3F2EE;
  text-align: center;
  border-radius: 50%;
  color: #999999;
  font-weight: 600;
  width: 70px;
  height: 70px;
  background-color: #FFFFFF;
  margin: 0 auto 10px auto;
  position: relative;
  top: -2px;
}
.wizard-card .icon-circle [class*="ti-"] {
  position: absolute;
  z-index: 1;
  left: 1px;
  right: 0px;
  top: 23px;
}
.wizard-card .picture {
  width: 106px;
  height: 106px;
  background-color: #d8d1c9;
  border: 4px solid transparent;
  color: #fff;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-card .picture:hover {
  border-color: #2ca8ff;
}
.wizard-card .picture-src {
  width: 100%;
}
.wizard-card[data-color="azure"] .picture:hover {
  border-color: #333333;
}
.wizard-card[data-color="azure"] .nav-pills > li.active > a:after {
  background-color: #333333;
}
.wizard-card[data-color="azure"] .nav-pills > li.active > a {
  color: #333333;
}
.wizard-card[data-color="azure"] .nav-pills .icon-circle.checked {
  border-color: #eee;
}
.wizard-card[data-color="azure"] .choice.active .card-checkboxes {
  color: #fff;
}
.wizard-card[data-color="azure"] .wizard-navigation .progress-bar {
  background-color: #333333;
}
.wizard-card[data-color="green"] .picture:hover {
  border-color: #7AC29A;
}
.wizard-card[data-color="green"] .nav-pills > li.active > a:after {
  background-color: #7AC29A;
}
.wizard-card[data-color="green"] .nav-pills > li.active > a {
  color: #7AC29A;
}
.wizard-card[data-color="green"] .nav-pills .icon-circle.checked {
  border-color: #7AC29A;
}
.wizard-card[data-color="green"] .choice.active .card-checkboxes {
  color: #7AC29A;
}
.wizard-card[data-color="green"] .wizard-navigation .progress-bar {
  background-color: #7AC29A;
}
.wizard-card[data-color="blue"] .picture:hover {
  border-color: #68B3C8;
}
.wizard-card[data-color="blue"] .nav-pills > li.active > a:after {
  background-color: #68B3C8;
}
.wizard-card[data-color="blue"] .nav-pills > li.active > a {
  color: #68B3C8;
}
.wizard-card[data-color="blue"] .nav-pills .icon-circle.checked {
  border-color: #68B3C8;
}
.wizard-card[data-color="blue"] .choice.active .card-checkboxes {
  color: #68B3C8;
}
.wizard-card[data-color="blue"] .wizard-navigation .progress-bar {
  background-color: #68B3C8;
}
.wizard-card[data-color="orange"] .picture:hover {
  border-color: #F3BB45;
}
.wizard-card[data-color="orange"] .nav-pills > li.active > a:after {
  background-color: #F3BB45;
}
.wizard-card[data-color="orange"] .nav-pills > li.active > a {
  color: #F3BB45;
}
.wizard-card[data-color="orange"] .nav-pills .icon-circle.checked {
  border-color: #F3BB45;
}
.wizard-card[data-color="orange"] .choice.active .card-checkboxes {
  color: #F3BB45;
}
.wizard-card[data-color="orange"] .wizard-navigation .progress-bar {
  background-color: #F3BB45;
}
.wizard-card[data-color="red"] .picture:hover {
  border-color: #EB5E28;
}
.wizard-card[data-color="red"] .nav-pills > li.active > a:after {
  background-color: #EB5E28;
}
.wizard-card[data-color="red"] .nav-pills > li.active > a {
  color: #EB5E28;
}
.wizard-card[data-color="red"] .nav-pills .icon-circle.checked {
  border-color: #EB5E28;
}
.wizard-card[data-color="red"] .choice.active .card-checkboxes {
  color: #EB5E28;
}
.wizard-card[data-color="red"] .wizard-navigation .progress-bar {
  background-color: #EB5E28;
}
.wizard-card .picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.wizard-card .tab-content {
  min-height: 435px;
  padding: 105px 20px 10px;
}

.wizard-card .tab-content label{
  margin:10px auto 
}

 
.wizard-card .wizard-footer {
 margin-top:50px;
  padding: 0 15px 5px;
}
.wizard-card .disabled {
  display: none;
}


.wizard-header {background-color: #D6D3D1;margin:20px;
 
	border-radius:999px;height:50px;
	display:block;
	z-index: 3;
	text-align: center;
	color: #666;
}
.wizard-header a li:hover{color: #666;font-weight: 600;}
.wizard-header li {border-radius:999px;width:50%;float:left;font-size:18px;color: #999;	text-align: center;	list-style-type: none;line-height: 50px;}
.wizard-header .act{background-color: #333333;  color: #fff!important;}
.wizard-card .wizard-title {font-weight:600; 
  color: #666;
}
.wizard-card p {
  font-size: 20px;
  
}


.wizard-card .category {
  font-size: 14px;
  font-weight: 400;
  color: #9A9A9A;
  margin-bottom: 0px;
  text-align: center;
}
.wizard-card .wizard-navigation {
  position: relative;
}
.wizard-card .wizard-navigation .progress-with-circle {
  position: relative;
  top: 40px;
  z-index: 50;
  height: 4px;
}
.wizard-card .wizard-navigation .progress-with-circle .progress-bar {
  box-shadow: none;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}
.wizard-card .info-text {
  text-align: center;
  padding-bottom: 18px;
  padding-top: 12px;
}
.choice p{color:#FFF}
	
.wizard-card .choice {
  text-align: center;
  cursor: pointer;
  margin-top: 38px;
}
.wizard-card .choice .icon {
  text-align: center;
  vertical-align: middle;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  background-color: #999999;
  color: #FFFFFF;
  margin: 0 auto 20px;
  border: 4px solid #CCCCCC;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-card .choice i {
  font-size: 32px;
  line-height: 55px;
}
.wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
  border-color: #2ca8ff;
}
.wizard-card .choice input[type="radio"],
.wizard-card .choice input[type="checkbox"] {
  position: absolute;
  left: -10000px;
  z-index: -1;
}
.wizard-card .description {
  color: #999999;
  font-size: 14px;
}
.TimeClear{display:none}

@media (max-width: 768px) {
 .footer{ 
padding-bottom: 80px !important;}
 
 
.news .xs{font-size:13px;line-height:20px;}
 

.marginH6{margin-top:0px;}
.pageMenuBg{background-color:#fff!important;height:60px!important;border-bottom-color: #fff!important;}
.TopBanner{ 
	margin-top:65px!important;
	background-size: auto 200px!important;
	height:200px!important;
}
.TimeClear{display:block;clear:both}
.PayPrice{ display:inherit; }
.BoxLineL{
border-left-color: #fff!important;
margin-top:30px;
padding-top:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
  .main .container {
    margin-bottom: 50px;
  }
  .wizard-card .icon-circle {
  font-size: 12px;top:0px;
  width: 30px;
  height: 30px;}
.wizard-card .icon-circle [class*="ti-"] {
  top: 7px;
  
}
.nav-pills > li > a:after {
  width: 30px;
  height: 30px;
}
.nav-pills > li.active > a:after {

  width: 30px;
  height: 30px;
  right: 24px;
  top: 0px;
}
.nav-pills > li,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  font-size: 12px;
}
.nav-pills > li.active > a [class*="ti-"],
.nav-pills > li.active > a:hover [class*="ti-"],
.nav-pills > li.active > a:focus [class*="ti-"] {
  font-size: 12px;
  top: 6px;
}
.wizard-card .wizard-navigation .progress-with-circle {
  top:20px;
}
.nav-pills > li > a {top: -15px;}
.nav-pills {top: 20px;}
}
 .btn-wd {font-size:18px;font-weight:600;}
@media (min-width: 768px) {
  .navbar-form {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .btn-wd {
    min-width: 140px;
  }
}

.priceGroup{margin:30px auto;color:#FFF;text-align:center;background-color:#e9e9e9;border-radius:999px;}
.priceGroup a:hover {background-color:#666;}
.priceGroup a{background-color:#e9e9e9;display:block;color:#FFF;border-radius:999px;}
.priceGroup .status{color: #333;
	padding:10px;
	font-size:18px;
	font-weight:600;
}
.priceGroup .status p span{float:left;}
.priceGroup .price{
	font-weight:400;
	font-size: 30px;
	margin-right:15px;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
}
.PayPrice{font-size: 20px;font-family: Verdana, Geneva, sans-serif;font-weight: 400;color:#fff;}
.form-group .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {margin-bottom:20px}
.inputH50{height:50px;}
.clear{clear:both;}
.AddOptionsBt{border-radius:999px;width:100%;background-color:#f0ad4e;display:block;color:#fff;padding:10px;}
.AddOptionsBt:onclick{color:#fff;display:block;}
.AddOptionsBt:hover{background-color:#ec971f;cursor: pointer;}
@media (max-width: 375px) {
.carType{display:none}
}
.area-line{
	color: #666;
	display: block;
	margin-top:0px;
	padding:  0px 0 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.area-line a{color:#333333;display:block;}
.modal-body img{width:100%}
.FtClBd{
	color:#333333;
	font-weight: 600;
}
.BoxLineL{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.CategoryBt {border-radius:999px;
	width:100%;
	background-color:#333333;
	text-align:center;
	display:block;
 
}

.CategoryBt p{line-height: 40px;color:#fff; }
.CategoryBt a{width:100%;background-color:#eee;display:block;border-radius:999px;}
.CategoryBt a:hover{background-color:#f1dcc0!Important;color:#000;}
 

.TextCenter{text-align:center}
 
.inputEdit{width:100%;marign:0px!important;}

 
.promo H6{color:#B08968;}
 
 .mb20{margin-bottom:20px;}
.mt20{margin-top:20px;}
.tab-pane p{font-size:16px;   line-height:25px; }
@media (max-width: 375px) {
	.priceGroup .status,
	.priceGroup .order {padding:10px 15px 10px 15px;}
	.priceGroup span{font-size: 0.7em;}
	.priceGroup .price{font-size: 1em;height:36px;}
.CategoryBt p{font-size:14px;}	
.wizard-title{ }	
.info-text h5{font-size:12px;}
.tab-pane p{font-size:14px;}


.wizard-card .info-text {padding-bottom:10px;padding-top: 0px;}
label{font-size:12px;}
.TextCenter h5{font-size:14px;}
.nav-pills > li.active > a:after {right: 18px;}

	}

@media (max-width: 320px) {
	.nav-pills > li > a {font-size: 11px!important;}
	.CategoryBt p{font-size:12px;}
	.nav-pills > li.active > a:after {right:14px;}
	}
	
.pageMenuBg{
	height:100px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #D6D3D1;
	background: #333333;
}

.TopBanner{
	height:400px;margin-bottom:10px;
	background-repeat: no-repeat;
	background-position: center top!important;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
  
.news H6{ color:#B08968; }
 
 

@media(max-width:768px) {
.mobile-nav{display:block!important;
box-shadow: 0 -3px 3px -0px rgba(0,0,0,0.15);
	width:100%;
	height:70px;
	position: fixed;
	bottom: 0px;
	background-color: #FFF;z-index:999}
 
.back-to-top {display:none!important;}
 

.mobile-nav ul{margin:0px;padding:0px}
.mobile-nav ul li{display:block;padding:15px;width:20%;text-align:center;float:left}
.mobile-nav i {padding-top:2px;
	font-size:20px!important;
	display:block;
  background: linear-gradient(180deg, #B08968, #333333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobile-nav label{
	font-size:12px;
	color: #666;
	margin-top:3px;
	font-weight: normal;
}
}
 
.panel-default{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.panel-heading{
	background-color: #FFF!important
}
.mobile-nav{display:none}
/*=====================================
service-area 
=====================================*/
.service-area {
	position: relative;
	text-align: center;
	display:block;
	color: white;
background: #333333;
background: linear-gradient(180deg,rgba(51, 51, 51, 1) 0%, rgba(176, 137, 104, 1) 100%);
	background-position: 60;
}
.service-area p{color:#fff;margin-top:50px;}
.services-icon-wrapper {
	position: relative;
	z-index: 1;
	width: 100px;
	height: 100px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin:0px auto 20px auto;
	font-size: 20px;
	line-height:28px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	border:2px solid #FFF;
	}
.services-icon-wrapper a{color:#fff}
.services-icon-wrapper a:hover {color:#f1dcbf}
.services-icon-wrapper:hover{border:2px solid #fff;background-color: rgba(0, 0, 0, .2); -webkit-transform: scale(0.9); transform: scale(0.9);}
.services-icon-wrapper span {
	position: absolute;
	 top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dots {
    width:15px;
    height: 15px;
    background: #f1dcbf;
    border-radius: 50%;
    left: 15px;
    top: 0;
    position: relative;
}
.services-icon-wrapper:hover .dots{background: #f1dcbf;}
.service-section .services-icon-wrapper .service-dot {width: 100%;height: 100%; left: 56%;    top: 8%;}
.service-section .services-icon-wrapper .service-dot:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: service-dot_1 2s infinite linear;
  -moz-animation: service-dot_1 2s infinite linear;
  -o-animation: service-dot_1 2s infinite linear;
  animation: service-dot_1 2s infinite linear;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.service-section .services-wrapper:hover .service-dot:nth-child(1) {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running; }
@-webkit-keyframes service-dot_1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes service-dot_1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes service-dot_1 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes service-dot_1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Animation */
.waves {
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: -7px; /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
/*=====================================
easystep
=====================================*/
.easystep{padding-top:80px;margin-bottom:80px;}
.easystep img{margin-bottom:40px;}

@charset "utf-8";
.main-bg {background: #333333;}
.main-color { color: #333333;}
.white-color { color: #fff;}
.button {padding: 20px 60px; border-radius: 999px; font-size: 16px; font-weight: bold; display: inline-block; color: #fff;  text-shadow: none;  outline: none;  border: 0;}


.button:hover {  cursor: pointer;color: #fff;}
.line { width: 80px;  height: 2px;  margin-top: 15px;}
.button.light {border: 2px solid #eeee;padding: 19px 59px;}
.hidden { display: none !important;  visibility: hidden;}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}

/* ========================================================================
 Hover 
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 150, 167, 0.9);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active { -webkit-transform: scale(1.1); transform: scale(1.1);}
 

/* ========================================================================
  Header
 
 ========================================================================== */


.MainPic { position: relative;}
.MainPic .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/slider-overlay.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.MainPic .carousel,.MainPic .item,.MainPic .active { height: 100%;}

.carousel-inner {  height: 100%; }
.fill { width: 100%; height: 100%; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover;}
.carousel-indicators li { width: 40px; height: 4px; border: none; border-radius: 0; background: #fff;}
.carousel-indicators .active { width: 40px; height: 5px; background: #333333;}
.carousel-caption { top: 25%;}
.carousel-caption h2{ font-size:55px; text-transform: uppercase; font-weight: normal;margin:10px 0px;}
.carousel-control.left,.carousel-control.right { background: none;}
.icon-prev,.icon-next {  font-size: 60px !important;}
.carousel-caption p{color: #fff;margin:30px 0px;}

@media(max-width:768px) {



.footer li {display:inline-block;margin:auto 10px;}
.TextCenter768{text-align:center}
 
 
.carousel-caption h2{ font-size: 35px; }
.back-to-top {width:40px!important;height:40px!important;line-height: 40px!important;padding-top: 11px!important;}	
}
 

 


.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { background: #333333;}


/* ========================================================================
  Footer
 ========================================================================== */
footer{display:block;clear:both}
.footer{ 
background: #333333;
background: linear-gradient(180deg,rgba(51, 51, 51, 1) 0%, rgba(176, 137, 104, 1) 100%);color: #D6D3D1;padding:40px 0px;} 
 .footer h4{
	 margin-top:20px;
}
.footer i{
	font-weight: normal;
}
.footer li {line-height: 25px;list-style-type: none;}
.footer li a:hover {color: #f1dcc0;}
.footer li a { color: #fff;}
.footer .Copyright { color: #fff;margin-top:20px;font-size:14px;letter-spacing: 1px;text-align:center}
 
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: #333333;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100px;
  color: #fff;display:block
  -webkit-animation: pulse 1s linear 0s infinite alternate;
  -moz-animation: pulse 1s linear 0s infinite alternate;
  -o-animation: pulse 1s linear 0s infinite alternate;
  animation: pulse 1s linear 0s infinite alternate;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
}
@-moz-keyframes pulse {
  from {
    -moz-transform: scale3d(1, 1, 1);
  }
  to {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

 

.card-checkboxes{
  border-radius: 999px;}
.card-checkboxes.gray {
	background-color:#eee!Important;
	color: #333333;
}


