@font-face {
    font-family: system;
    font-style: normal;
    font-weight: 100;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}
body {
    font-family: system;
    font-style: normal;
	font-variant: normal;
}
.error {
    color: red;
}
#error {
    display: none;
    color: red;
    border: 1px dashed red;
    margin-top: 10px;
}
.custome {
    border: none;
    border-radius:2px;
}
#promotion {
    padding: 35px;
} 
#promotion a {
    color: #58595b;
    text-decoration: none;
} 
#promotion .others {
    width: 250px; 
    float:right;
}
.pro-original {
    float:left;
    margin-bottom:0; 
    font-size:22px; 
    font-weight:600;
}

@media screen and (max-width: 1200px) {
.pro-original {
    float:none;
}
#promotion .others {
    margin-top: 15px;
    float:none;
}
}
.site-header-content{
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
}

#testimonials {
    padding-top: 78px !important;
    padding-bottom: 75px !important;
    background: linear-gradient(rgba(141,198,63, 0.30), rgba(141,198,63, 0.30)), url(../images/testimonials/bckg-map.png);
    background-repeat:no-repeat;
    background-position:center;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}
#bookNow {
    background-image: url(../images/cover_pic.jpg);
    padding-top: 78px !important;
    padding-bottom: 75px !important;
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#bookNow .booking-box {
    border-radius: 5px;
    background: rgba(0,0,0,0.7);
    padding: 25px;
}

.box-head{
    display: inline-block;
    vertical-align: middle;
}

.box-head h3, .box-head p {
    color: #fff;
    text-align: center;
}
.box-head p {
    font-size: 20px;
    font-weight: 500;
}

.btn-search {
    width: 300px !important;
    margin-top:10px;
    color: #fff;
    background-color: #8dc63f;
    border-color: #4d6c23;
    font-weight: 600 !important;
}

.btn-search:hover,
.btn-search:focus,
.btn-search.focus,
.btn-search:active,
.btn-search.active,
.open > .dropdown-toggle.btn-search {
  color: #fff;
  background-color: #8dc63f;
  border-color: #4d6c23;
}

.btn-search.disabled,
.btn-search[disabled],
fieldset[disabled] .btn-search,
.btn-search.disabled:hover,
.btn-search[disabled]:hover,
fieldset[disabled] .btn-search:hover,
.btn-search.disabled:focus,
.btn-search[disabled]:focus,
fieldset[disabled] .btn-search:focus,
.btn-search.disabled.focus,
.btn-search[disabled].focus,
fieldset[disabled] .btn-search.focus,
.btn-search.disabled:active,
.btn-search[disabled]:active,
fieldset[disabled] .btn-search:active,
.btn-search.disabled.active,
.btn-search[disabled].active,
fieldset[disabled] .btn-search.active {
    cursor: not-allowed !important;
}

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
  background: #ffffff;
  box-shadow: none;
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #e5e6e7;
  border-radius: 2px;
  cursor: inherit;
  height: 36px;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 6px 12px;
  position: relative;
  width: 100%;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #ededed;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

.single-service {
    padding: 35px 25px;
    transition: .3s;
    height: 275px;
    text-align: center;
}
.mb-30 {
    margin-bottom: 30px;
}
.service-icon {
    color: #8dc63f;
    font-size: 30px;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
}
.service-text span {
    font-size: 14px;
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 4px;
    font-weight: 600;
}
.service-text span:hover {
    background-color: #8dc63f;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .single-service-xs {
        cursor: pointer;
        height: 50px;
        transition: .3s;
        background-color: #f2f2f2;
        border: 1px solid #d3d3d3;
        padding: 10px 20px;
    }
    .mb-30 {
        margin-bottom: 10px;
    }
    .service-icon {
        color: #8dc63f;
        font-size: 18px;
        margin-bottom: 15px;
        transition: all 0.3s ease 0s;
    }
    .service-icon .span1 {
        text-align: left;
        display: inline-block;
        position: absolute;
    }
    .service-icon .span2 {
        float: right;
    }
    .service-icon i {
        display: inline-block;
    }
    .service-icon h4 {
        margin-left: 10px;
        display: inline-block;
    }
    .single-service-xs:hover {
        background: #8dc63f;
        border-color: #8dc63f;
    }
    .single-service-xs:hover .service-icon, .single-service-xs:hover .service-icon h4,  .single-service-xs:hover{
        color: #fff;
    }
}

footer {
    bottom:0;
    position:fixed;
    left:0px;
    background-color:#58595b !important;
    color: #fff;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #8dc63f;
}
footer a:focus{
    color: #8dc63f;
}
.find {
    margin: 10px !important;
}
.find2 {
    margin: 10px !important;    
}
footer .find p {
    color: #fff;
    font-weight:600;
}

footer .find2 p {
    font-weight:600;
    margin-top: 24px;
    color: #fff;
}

.find .fa {
    margin: 0 5px;
}

.find button {
    background-color: #fff;
    border: none;
    padding: 10px;
}
.find button:hover {
    background-color: #8dc63f;
    color: #fff;
}
.find button a {
    color: #58595b;
    text-decoration: none;
}
.find button a:hover {
    color: #fff;
}
.find .right {
    float: right;
}
.find2 .right {
    float: right;
}
@media screen and (max-width: 768px) {
    .find .right {
        float: none;
    }
}
@media screen and (max-width: 768px) {
    .find2 .right {
        float: none;
        margin-top: -5px;
    }
}
.btn-search {
    color: #fff;
    background-color: #8dc63f;
    border-color: #4d6c23;
    font-weight: 600 !important;
}
.search-form {
    margin: 10px;
    border: 1px solid #d3d3d3;
    padding: 25px;
    border-radius:5px;
}
.note {
    color: #ddd !important;
    margin: 10px;
    font-weight: 600;
}

.booking-box img{
    width: 150px;
    display: inline-block;
    position: relative;
}
#autumn {
    position: relative;
    background-color: #fafafa;
}
#autumn .autum-img {
    position: absolute;
    top: 0px;
    width: 700px;
    opacity: 0.8;
    z-index: 1;
    right: 0px;
}
#autumn h2 {
    color: #8dc63f;
    border: 1px dashed #8dc63f;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    font-weight: 900;
}
.autumn-header {
    overflow: auto;
    z-index: 100;
    max-width: 800px;
    margin: auto !important;
    display: block;
}
#autumn ul {
    line-height: 1;
}
#autumn li {
    font-weight: 400;
    padding-bottom: 5px;
    list-style-type: square;
}

@media (max-width: 992px) {
    #autumn .autum-img  {
        opacity: 0.5;
    }
}
@media (max-width: 500px) {
    #autumn .autum-img  {
        opacity: 0.4;
    }
}

.autumn-house p {
    margin-bottom: 5px;
}

.house {
    min-height: 435px;
    padding: 10px;
    background-color: #fff;
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}
.house:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
}
.house img {
    max-height: 225px;
}

.house h4 {
    color: #8dc63f;
    margin-bottom: 7px;
}

.house p {
    font-size: 14px;
    font-weight:100;
    margin-bottom: 2px;
}
.house h5 {
    margin: 10px 0 1px 0;
    color: #8dc63f;
    font-size: 18px;
}

.house span {
    font-size: 13px;
    color: #7e7e7e;
    text-decoration: line-through;
}

section#note {
    box-shadow: 0 1px 1px rgba(0,0,0,.1)!important;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#note p {
    margin-bottom: 0;
}

section.site-header{
    padding: 0 0 0 0;
}

@media (max-width: 678px) {
    section.site-header{
        padding: 0 0 0 0;
    }
}

.night30 {
    color: #A3A390 !important;
    border: 1px dashed;
}
