/*** GLOBAL MARKETING CSS ***/
html {
  height: 100%; 
}

body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 0px;
  color: #000000; 
  font-family: 'Dancing Script', cursive;

}

h1 {
  font-size: 48px; 
}

h2 {
  font-size: 42px; 
}

h3 {
  font-size: 36px; 
}

h4 {
  font-size: 30px; 
}

h5 {
  font-size: 24px; 
}

h6 {
  font-size: 18px; 
}

p {
  font-weight: 400;
  color: #000000;
  font-size: 16px; 
}

ul, ol {
  color: #000000;
  font-size: 16px;
  font-weight: 400; 
}

li {
  color: #000000; 
}

a {
  color: #428bca;
}

a:hover {
  color: #377ebb;
  cursor: pointer; 
}

/*** Containers ***/
.marketingContainer {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px; 
}

.marketingContainerLeft {
  margin: 0 0 0 auto;
  max-width: 640px;
  padding: 0 20px; 
}

.marketingContainerRight {
  margin: 0 auto 0 0;
  max-width: 640px;
  padding: 0 20px; 
}

/*** End Containers ***/

/*** Icons ***/
.icon {

}
/*** End Icons ***/

/*** Buttons ***/
.ab-btn {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 16px;
  margin-left: 0px;
  width: 100%;
  background-color: #d5b19b;
  border-radius: 0px;
  border: none;
  max-width: 280px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; 
}

.ab-btn:hover {
  color: #fff;
  background-color: #e8c0a8;
  cursor: pointer;
}

.ab-btn:focus {
  color: #fff;
  background-color: #e8c0a8;
  outline: none; 
}

.ab-small-btn {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 15px 11px;
  margin-left: 0px;
  width: 100%;
  background-color: #d5b19b;
  border-radius: 0px;
  border: none;
  max-width: 280px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ab-small-btn:hover {
  color: #fff;
  background-color: #e8c0a8;
  cursor: pointer;
}

.ab-small-btn:focus {
  color: #fff;
  background-color: #e8c0a8;
  outline: none; 
}

.ab-small-white-btn {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 15px 11px;
  margin-left: 0px;
  width: 100%;
  background-color: #eae6e3;
  border-radius: 0px;
  border: none;
  max-width: 280px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ab-small-white-btn:hover {
  color: #000000;
  background-color: #fcf9f6;
  cursor: pointer;
}

.ab-small-white-btn:focus {
  color: #000000;
  background-color: #fcf9f6;
  outline: none; 
}

.footer-btn {
  max-width: 140px;
}
/*** End Buttons ***/

/*** Marketing Form ***/
.marketingForm {
  background-color: #fff;
  padding: 30px 0px;
  color: #2c2c2c; 
}

.marketingForm label {
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 15px; 
}

.marketingForm label.error {
  margin-top: 3px;
  color: #c40007; 
}

.marketingForm input.error {
  border: 1px solid #c40007 !important; 
}

.marketingForm input:focus.error {
  border: 1px solid #c40007 !important; 
}

.marketingForm input:active.error {
  border: 1px solid #c40007; 
}

.marketingForm input:visited.error {
  border: 1px solid #c40007; 
}

.marketingForm select.error {
  border: 1px solid #c40007 !important; 
}

.marketingForm select:focus.error {
  border: 1px solid #c40007 !important; 
}

.marketingForm textarea.error {
  border: 1px solid #c40007 !important; 
}

.marketingForm textarea:focus.error {
  border: 1px solid #c40007 !important; 
}

.marketingForm textarea:active.error {
  border: 1px solid #c40007; 
}

.marketingForm textarea:visited.error {
  border: 1px solid #c40007; 
}

.form-control {
  border: 1px solid #dadada;
  height: 30px; 
}

.form-group {
  margin-bottom: 15px; 
}

.form-control:focus {
  box-shadow: none;
  border-color: #e0ac15 !important; 
}
/*** End Marketing Form ***/

/*** Footer ***/
#footer {
  background-color: #142128;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
  z-index: 199;
}

#footer .footer-sec {
  float: left;
  width: 19.9%;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  color: #ffffff;
  margin-bottom: 10px;
}

#footer .logo {
  text-align: center;
  margin-bottom: 40px;
}

#footer .logo img {
  max-width: 300px;
  width: 100%;
}

#footer p {
  color: #fff;
  margin-bottom: 5px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #e8c0a8;
}

#footer .social-position .social {
  float: left;
}

#footer .phone {
  padding-left: 2%;
}

#footer .facebook-icon {
  display: block;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  background-image: url(../images/facebook.svg);
  opacity: 0.9;
  margin-right: 10px;
  margin-bottom: 0px;
  position: relative;
}

#footer .instagram-icon {
  display: block;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  background-image: url(../images/instagram.svg);
  opacity: 0.9;
  margin-right: 10px;
  margin-bottom: 0px;
  position: relative;
}

#footer .facebook-icon:hover {
  opacity: 1;
}

#footer .instagram-icon:hover {
  opacity: 1;
}

#footer .copywrite {
  text-align: center;
  margin-top: 20px;
}

#footer .copywrite p {
  font-size: 15px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  #footer {
    text-align: center;
    padding-bottom: 20px;
  }

  #footer .footer-sec {
    margin-bottom: 20px;
    padding-left: 10px;
    width: 33.333%;
  }

  #footer .hours {
    clear: left;  }

  #footer .location {

  }

  #footer .phone {

  }

  #footer .connect {
    float: right;
  }

  #footer .book {
    float: right;
  }

  #footer .footer-sec .social-position {
    max-width: 90px;
    margin: 0 auto;
  }

  #footer .social .facebook-icon {
    margin-left: 5px;
    margin-right: 5px;
  }

  #footer .social .instagram-icon {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 560px) {
  #footer .footer-sec {
    width: 100%;
    margin-bottom: 30px;
  }
}







