
/***** topheader *****/

#top-header {	
    color: #fff;
    background: #17242a;
	padding:0px;
	
}
.top-header {
	font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;    
	letter-spacing:0.5px;
	padding-top:17px;
}

/***** sub *****/

#sub {
	background-image:url(../images/bg-testimonial.png);
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height:500px;
}

.h1-sub {
	font-family: 'Cinzel Decorative', cursive;
	font-size:46px;
	color:#000;
	margin-top:250px;	
}

.p-sub {
	font-family: 'Cinzel Decorative', cursive;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
	line-height:30px;	
	
}

.about {
	margin-top:150px;
}


/***** TRETMENTS *****/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0,0,0,0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  padding: 10px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #00d2c3;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 30px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 2px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/*****  GRID CUTTAR *****/

.row.no-gutter {
  margin-left: -10;
  margin-right: -10;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

* {
    margin: 0;
    padding: 0;
}
.full-width {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}


* {
  box-sizing: border-box;
}

.zoom {
  padding: 0px;  
  transition: transform .2s;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

/***** TYPOGRAPHY *****/

.h1{
	font-family: 'Cinzel Decorative', cursive;
	font-size:38px;
	color:#000;
}

.h2{
	font-family: 'Cinzel Decorative', cursive;
	font-size:31px;
	color:#000;
	font-weight:700;
}

.h3 {
	font-family: 'Cinzel Decorative', cursive;
	color:#000;
}

.h4 {
	font-family: 'Cinzel Decorative', cursive;
	color:#000;
	padding-top:8px;
	font-weight:600;
}
	

.p {
	font-family: 'Montserrat', sans-serif;
    color: #272626;
    font-size: 14px;
    font-weight: 400;
	line-height:30px;
}

.head-treat {
	font-family: 'Cinzel Decorative', cursive;
	font-weight:600;
	padding-top:8px;
}

.p-treat {
	font-family: 'Montserrat', sans-serif;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
	line-height:27px;	
	
}
	
	
/***** WELCOME *****/



/***** READ MORE *****/

.readmore {
	font-family: 'Montserrat', sans-serif;
    color: #11a79c;
    font-size: 13px;
    font-weight: 400;
	line-height:30px;
	font-weight:bold;
}

/***** BUTTON *****/

.btn-primary {
    color: #000;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    border-color: #11a79c;
	border-radius:0px;
	padding: 10px 25px 10px 25px;
	margin-top:10px;
}


.btn-primary:hover {
    color: #fff;
    background-color:#11a79c;
    border-color: #11a79c;
	border-radius:0px;
	padding: 10px 25px 10px 25px;
}

.btn-warning {
    color: #000;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
    background-color:#11a79c;
    border-color: #11a79c;
	border-radius:0px;
	padding: 10px 25px 10px 25px;
	margin-top:10px;
}


.btn-warning:hover {
    color: #fff;
    background-color:#589627;
    border-color: #589627;
	border-radius:0px;
	padding: 10px 25px 10px 25px;
}
/***** ICON *****/

.img {
	padding-bottom:10px;
	
}

/***** GALLERY *****/




	
/***** REFLEXOLOGY *****/

#reflex {
	background-image:url(../images/bg-ref.png);
	background-repeat:repeat;
	padding-bottom:15px;
	padding-top:25px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 12px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
	font-size:13px;
	color:#000;
}


.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}



/***** TESTIMONIAL *****/


.testimonials-clean {
 background-image:url(../images/bg-testimonial.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
}

.testimonials-clean p {
  color: #7d8285;
}

.testimonials-clean h2 {
  font-weight: bold;  
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.testimonials-clean .intro {
	
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.testimonials-clean .intro p {
  margin-bottom: 0;
}

.testimonials-clean .people {
  padding: 10px 0 20px;
}

.testimonials-clean .item {
  margin-bottom: 32px;
}

@media (min-width:768px) {
  .testimonials-clean .item {
    height: 220px;
  }
}

.testimonials-clean .item .box {
  padding: 30px;
  background-color: #fff;
  position: relative;
}

.testimonials-clean .item .box:after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
}

.testimonials-clean .item .author {
  margin-top: 28px;
  padding-left: 25px;
}

.testimonials-clean .item .name {
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
}

.testimonials-clean .item .title {
  font-size: 13px;
  color: #9da9ae;
}

.testimonials-clean .item .description {
  font-size: 14px;
  margin-bottom: 0;
  color:#333;
}

.testimonials-clean .item img {
  max-width: 40px;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}



/***** footer *****/

#footer {
	background-color:#2b7a77;
	padding-top:60px;
	padding-bottom:40px;
}

.footer {
	font-family: 'Montserrat', sans-serif;
    color: #def2f1;
    font-size: 14px;
    font-weight: 400;    
	letter-spacing:0.5px;
	padding-top:17px;
	line-height:30px;
}

#copy {
	background-color:#17242a;
	padding:5px;
}

.copy {
	font-family: 'Montserrat', sans-serif;
    color: #11a79c;
    font-size: 13px;
    font-weight: 400;    
	letter-spacing:0.5px;
	padding-top:17px;
}

	

/***** SOCIAL MEDIA *****/

@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";

.social {
    margin-top:10px;
    padding: 0;
}

.social ul {
    margin: -15;
    padding: 0px;
}

.social ul li {	
    margin-top:0px;
	margin-left:0px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 36px;
    height: 36px;
    color: #def2f1;
    background-color:# ;
    font-size: 19px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
    background: #4060A5;
}

.social .fa-twitter:hover {
    background: #00ABE3;
}

.social .fa-google-plus:hover {
    background: #e64522;
}

.social .fa-linkedin:hover {
    background: #0094BC;
}
.social .fa-stack-overflow:hover {
    background: #FEA501;
}

.social .fa-skype:hover {
    background: #00C6FF;
}

.social .fa-youtube:hover {
    background: #FF1F25;
}

.social .fa-whatsapp:hover {
    background: #33CC66;
}

/***** LINKS *****/

A.bgwhit {color:#013935;}
A.bgwhit:link {text-decoration: none; color:#013935;}
A.bgwhit:visited {text-decoration: none; color:#013935;}
A.bgwhit:hover {text-decoration: none; color:#2b7a77;}
A.bgwhit:active {text-decoration: none; color:#013935;}


A.bgdark {color:#000;}
A.bggray:link  {text-decoration: none; color:#000;}
A.bggray:visited {text-decoration: none; color:#000;}
A.bggray:hover {text-decoration: none; color:#000;}
A.bggray:active {text-decoration: none; color:#000;}

A.bgsub {color:#FF6600;}
A.bggray:link  {text-decoration: none; color:#FF6600;}
A.bggray:visited {text-decoration: none; color:#FF6600;}
A.bggray:hover {text-decoration: none; color:#FF6600;}
A.bggray:active {text-decoration: none; color:#FF6600;}




/**** CONTACT PAGE ****/

.box-con {
  background-color: #fff;
  padding: 25px;
  box-shadow: 1px 2px 10px rgb(0 0 0 / 10%);
}