@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

.handwritten{
    font-family: 'Great Vibes', cursive;
}

.header-bottom {
  height: 100px;
  background-color: #fafafa;
  -webkit-box-shadow: 0 2px 12px -4px #ccc;
          box-shadow: 0 2px 12px -4px #ccc;
}

.fa:hover,
.fa:active {
  background-color: ;
}

.call:hover {
  text-decoration: none;
}

.main-info .fa {
  margin-left: 30px;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #636363;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}
.uppercase {
  text-transform: uppercase;
}
.brand {
  max-width: 120px;
}
.navbar {
  margin-bottom: 0;
}
.navbar-header {
  float: none;
}
.navbar-brand {
  position: absolute;
  top: 0px;
  height: auto;
  display: block;
  max-width: 150px;
  padding: 0;
  z-index: 10;
}
.header-upper-row {
  background: #f98d40;
}
.menu-title {
  float: left;
  margin-top: 10px;
  color: #fff;
  font-family: 'Italianno', cursive;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.02em;
}
.header-bottom-row {
  position: relative;
  background: #f98d40;
}
.navbar-nav {
  float: right;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-toggle {
  border-color: rgba(255, 255, 255, 0);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu {
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.main-info-wrapper {
  position: absolute;
  z-index: 2;
  padding: 10px;
  width: 420px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
  color: #333333;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #f98d40;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.main-info-wrapper h1 {
  font-weight: 300;
  font-size: 2em;
  margin-bottom: 4px;
  border-bottom: 1px solid #8BC34A;
  text-align: center;
}
.main-info-wrapper p {
  font-style: italic;
  margin:0;
  padding:0;
}

.main-info-wrapper a{
  font-style: italic;
  margin:2px;
}

.main-info-wrapper a, .main-info-wrapper a:active, .main-info-wrapper a:visited {    
  text-decoration: none;
  color:#333333;
  font-size: 1em;  
  -webkit-transition: all .7s;
  transition: all .7s; 
  text-decoration: none;  
}

#free-services{
  width: 190px;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.hp-slider-container {
  padding: 0;
}
.content-col {
  position: relative;
  background: #fff;
  padding: 20px 10px;
}
.text-wrapper {
  max-width: 767px;
  margin: 0 auto;
  padding: 20px 20px 40px;
}
.main-title {
  position: relative;
  text-align: center;
  font-size: 55px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
  padding: 10px 0 15px;
}
.main-title:before {
  content: '';
  position: absolute;
  top: 0;
  width: 320px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #8BC34A;
}
.main-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #8BC34A;
}
.wrapper-img-01 {
  float: left;
  width: 49%; 
}

.wrapper-img-02 {
  float: left;
  width: 30%; 
  min-width: 200px; 
  height: 100%;
}
.wrapper-img-02 img{
  width: 95%;
  height: auto;
}

.about-text {
  float: right;
  width: 48%;
  font-size: 20px;
  line-height: 30px;
}

.bckg-fixed-container {
  position: relative;
  padding: 40px 0;
  background: url('../images/main_background.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.bckg-fixed-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(232, 244, 247, 0.85);
}

.our-form label {
  /* display: none */;
  display: inline-block;
  width: 30%;
  text-align: right;
}
.our-form input, .our-form select{
  background: #e5e5e5;
  padding: 6px 20px;
  height: auto;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  /*text-transform: capitalize;*/
  font-weight: 300;
  display: inline-block;
  width: 65%;
  text-align: left;
}

.our-form textarea {
  background: #e5e5e5;
  padding: 6px 20px;
  height: 100px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  /*text-transform: capitalize;*/
  font-weight: 300;
  resize: none;
  display: inline-block;
  width: 65%;
  text-align: left;
}
.our-form .main-btn-style {
  font-family: 'Lato', sans-serif;
  color: #fff;
  background: #f98d40;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 10px 20px;
  
  display: block;
  width: 7em;
  text-align: center;
  float: right;
}
.our-form .main-btn-style:hover,
.our-form .main-btn-style:focus,
.our-form .main-btn-style:active {
  background: #e56407;
}

.video-wrapper {
  margin: 20px auto;
  max-width: 560px;
}
.our-map-col {
  padding: 0;
}
#map {
  height: 400px;
}
.footer {
  background-color: #333333;
  padding: 10px 0 0;
}
.footer h4 {
  color: #f5f5f5;
  text-transform: uppercase;
}
.footer p {
  color: #f5f5f5;
}
.footer a {
  color: #f98d40;
  text-decoration: none;
}
.footer .fa {
  padding: 0;
}
.footer .footer-bottom {
  padding: 10px 0;
  background: #3a3a3a;
}
.footer .footer-bottom p {
  margin-bottom: 0;
}
.scroll-top {
  position: fixed;
  background-color: #f98d40;
  background-size: 48px;
  bottom: 70px;
  right: 30px;
  display: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.scroll-top .fa {
  padding: 15px;
  margin: 0;
}


.locale img{
  max-height: 30px;
  width: auto;
  margin: -10px;
  padding: 0;
}

.bordered{
  border: 1px solid black;
}

.my_marquee{
background: #3a3a3a;
color: orange;
margin: 0;
padding: 2px;
font-size: 36px;
}

.my_marquee p{
color: orange;
font-size: 36px;
margin: 10px;
}

.footer marquee{
  color: white;
  font-size: 2em;
}

.centered_img img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo_container{
  min-height: 3em;	
  display: inline-block;  
  padding: 10px;
  margin-bottom: 20px;  
}

.logo_container p{
  font-size: 2em;
  color: whitesmoke;
  display: inline;
  white-space: nowrap
}

.left-aligned{
  text-align: left;  
}

.right-aligned{
  text-align: right;  
}

.center-aligned{
  text-align: center;  
}

.zoomable{  
  border: 1px solid black
  -webkit-transition: all .7s;
  transition: all .7s; 
}

.zoomable:hover{
  transform: scale(1.1);
  
}

.social{	
	padding: 0;
	margin: 2px;
}

.social img{
	max-height: 18px;
	width: auto;
}

.content-section{
min-height: 77vh;
}


.gallery_img{
  padding: 4px;
  margin: 3px;  
  border: 2px solid orange;
  border-radius: 4px; 
  display: block;
  height: 170px;
  width: 170px;
  float: left;
}

.gallery_img img{
  width: 100%;
  height: auto;
}


.room_img{	
	position: relative;		
}

.room_img a:first-child{
    z-index: 10;
}

.room_img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.room_img a{
  margin: 0;  
  padding: 4px;
	border: 2px solid orange;
	border-radius: 4px; 
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;	
}

.room_img a img{
	position: relative;
	width: 100%;
	height: auto;
}

.hide_me{
    display: none;
}

.price-list {
  padding-left: 25px;
}
.price-list li {
  position: relative;
  padding-right: 80px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8BC34A;
  margin-bottom: 10px;
}
.price-list li .price-right {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
}

.price-right {
    max-width: 30%;
}
.product_name{
    max-width: 65%;
}

@media only screen and (max-width: 991px) {
  .member-desc {
    text-align: initial;
  }
  
 .gallery_img{
    height: 150px;
    width: 150px;
 }
}
@media only screen and (max-width: 800px) {
  .wrapper-img-01,
  .about-text {
    float: none;
    width: 100%;
  }
  .about-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    float: none;
    padding-top: 30px;
  }
  .bar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .hp-our-goals,
  .bckg-fixed-container {
    padding: 20px 0;
  }
  .main-title {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
    padding: 10px 0 15px;
  }
  .main-title:before {
    width: 260px;
  }
  .main-title:after {
    width: 260px;
  }
  
  .main-info-wrapper {
    padding: 0 10px;
    width: 300px;
  }
  .main-info-wrapper h1 {
    font-size: 1.5em;
  }
  
  .main-info-wrapper a{
    font-size: 0.75em;
  }
  
  #free-services{
    width: 100px;
    height: auto;
  }
  
  .our-form label{
     font-size: 0.8em;
 }

}
@media only screen and (max-width: 600px) {
  .video-wrapper {
    max-width: 320px;
  }
  .video-wrapper iframe {
    width: 320px !important;
    height: 200px !important;
  }
 
 .gallery_img{
    height: 160px;
    width: 160px;
 }
}
@media only screen and (max-width: 480px) {
  .main-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 10px 0 15px;
  }
  .main-title:before {
    width: 200px;
  }
  .main-title:after {
    width: 200px;
  }


  .room_img a{    

    float: none;
  }
  
  .main-info-wrapper {
    width: 350px;
    margin-top: 150px;
  }

  #free-services{
    width: 100px;
    height: auto;
  }
  
  .main-slider-section{
      margin-bottom: 150px;
  }
  
  .gallery_img{
    height: 140px;
    width: 140px;
 }
 
 .our-form label{
     font-size: 0.6em;
 }
}
