
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
 
.navbar-static-top, .header-upper {
    
}
 
.header-hidden {
    /*background-image:url('');
    background-repeat:repeat;*/
    background-color:#e6f3ef;
    color:#299fa1;
}


.header-hidden .btn-primary {
    
}

.leftAlone {
    max-width: 100%;
    height: auto;
}

#header-hidden-link a.show-hide, #header-hidden-link a.top-link {
    background-color:#e6f3ef;
}

#header-hidden-link a.show-hide i, #header-hidden-link a.top-link i { color:#299fa1; }

.header .navbar-brand {
        font-weight: 400;
        font-family: "Rambla", Arial, serif;
        padding: 0;
        margin: 6px 0 0 0;
        display: block;
        border: none;
        text-shadow: none;
        line-height: 1;
        color: #55a79a;
        max-width: none;
        text-align: center;
        float: none;
        height: auto;
}

.header .navbar-brand h2 {
        font-size: 40px;
        font-weight: 400;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-family: "Rambla", Arial, serif;
        margin:0px !important;
        padding:0px !important;
}

.header-upper {
    background: #571f26 !important;
}


.header-upper .small-menu {
  padding: 0;
  margin-top: 2px;
}
.header-upper .small-menu a.btn {
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 20px 0 0;
  color: #f4f4f4;
}
.header-upper .small-menu a.btn:hover {
  color: white;
}
.header-upper .small-menu a.btn:first-child {
  padding-left: 0;
}
.header-upper .small-menu .fa {
  font-size: 16px;
}
.header-upper .small-menu .btn-group {
  border-left: 1px solid #f4f4f4;
  padding-left: 5px;
  padding-right: 5px;
}
.header-upper .small-menu .btn-group:first-child {
  border-left: none;
  padding-left: 0;
}

.header-upper .small-menu .login-mobile .fa {
  vertical-align: middle;
  line-height: 1;
  display: block;
}

.header-hidden h3 {
    font-size:20px;
}


.header {
    background: white;
    background-color: #682931 !important;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: auto;
    padding: 20px 0 0 0 !important;
}

.header {
	/*background: url('../img/bgDeb.jpg');
	background-repeat:no-repeat;
	background-position:bottom right; 
    */
}


.navbar-nav > li > a, #main-menu > li > a {
    color: #d3ebe4;
}


#highlighted .inner {
	background: url('../img/bgStones.jpg');
	background-repeat:no-repeat;
	background-position:bottom left; 
	background-position:0% 100%; 
	background-color: #fafefe;
}


#content { 
	background-color:#fafefe; 
    background: url('../images/contentBg.png');
	background-repeat:no-repeat;
	background-position:0% 0%; 
}

  


h2.title-divider {
	color: #6faf91;
}
h2.title-divider span.de-em {
	color: #8dbba6;
}


#footer { 
	border-top:none; 
    background-color:#682931;
    background-image:url('../images/footerBg.jpg');
    background-repeat:no-repeat;
}




h2 {
	color: #3f9585;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	color: #6c9999;
	font-weight: normal;
    font-size:20px;
}



#pricesTreatments {
	width:300px;
	margin: 0px 0px 5px 0px;
	padding:0px;
	background-color:#efe8e6;
}

img.sideBtn {
	margin: 0px 0px 5px 0px;
	padding:0px;
}

img.miniBrochure {
	margin: 0px 10px 10px 0px;
	padding:0px;
	float:left;
	clear:left;
}

#pricesTreatments p {
	margin: 0px 0px 10px 20px;
	padding:0px;
	color:#672a31;
	font-weight:bold;
	font-family:arial,verdana,tahoma;
	font-size:11px;
	line-height:16px;
	clear:left;
}

#pricesTreatments p a {
	color:#3f9585;
	font-weight:normal;
	text-decoration:none;
}

#pricesTreatments p a:hover {
	color:#266b5e;
}


/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
}
/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */

 .my40 {
  margin-top: 40px;
  margin-bottom: 40px;
 }
 
 
 @media screen and (max-width: 992px ){
  .slide img {
    margin-bottom: 267px;
  }
 }

 .giftvouchers a {
    color: #fff;
    background-color: #682931;
    padding: 10px;
    text-align: center;
    width: 100%;
    line-height: 1.4 !important;
    display: flex;
    height: 62px;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.giftvouchers a:hover {
    color: #fff;
    background-color: #571526;
    text-decoration: none;
}

#cancellation-notice {
    padding: 20px !important;
    text-align: center;
}
#cancellation-notice h3 {
    color: #222 !important;
    width: 80%;
    display: block;
    margin: 0 auto;
}