@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700);
/*========================================================
                    Main layout styles
=========================================================*/
html, body{height:100%; min-height: 100%; margin: 0; padding: 0;}
body {
  font: 400 13px/21px "Titillium Web", sans-serif;
  color: #222;
  background: #ffffff;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #333;
}

.grid_12 p strong {
	font-weight:600;
}
.resp_secur strong {
	font-weight:600;
	font-size: 16px;
	padding-bottom: 10px;
}
div.resp_secur {
	display: block;
	font-size: 14px;
	width: 80%;
	padding-top: 50px;
	max-width: 580px;
	margin: auto;
}
div.pdficon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('../images/icon_pdf.png');
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
}
.nouveau {
	display: inline-block;
	font-size:13px;
	color: #FFF;
	line-height: 130%;
	background:#B00B0E;
	padding: 2px 5px 2px 5px;
}
.photo_prof_services {
	position:relative;
	display:inline-block;
	width:100%;
	max-width:300px;
	padding-top:100%;
	margin-top:10px;
	overflow:hidden;
	background:top 10px left 0px no-repeat;
	border-left:solid 1px #E8E8E8;
	border-top:solid 1px #E8E8E8;
	background-size:280px;
	box-shadow:2px 2px 2px #888;
}

.photo_prof_fiche {
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	max-width:280px;
	margin-right:20px;
	vertical-align:bottom;
	overflow:hidden;
	padding-top:280px;
	background:top 0px left 0px no-repeat;
	border-left:solid 1px #E8E8E8;
	border-top:solid 1px #E8E8E8;
	background-size:280px;
	box-shadow:2px 2px 2px #888;
}
.details_prof {
	display:inline-block;
	color:#111;
	margin-top:10px;
	margin-left:0px;
	font-size:18px;
	line-height:28px;
	font-weight:700;
}
.details_prof.long {
    letter-spacing:  -0.5px;
}
.details_prof span {
	display: inline;
	font-size:16px;
	line-height:18px;
	font-weight:400;
}
.details_prof span.low {
	display: inline-block;
	line-height: 1;
}
.titre {
	vertical-align:baseline;
	font-size:16px;
}
.bt_fiche {
	width:auto;
	height:auto;
	padding:10px 20px 10px 20px;
	background:#6C6C6C url(../images/bg_bt_fiche.png) no-repeat;
	background-size:cover;
	color:#FFF;
	font-weight:600;
	text-shadow:1px 1px 2px #000;
	box-shadow:0 0 2px #888;
	font-size:17px;
	line-height:17px;
	text-align:center;
	border-radius:8px;
	margin-bottom:40px;
	margin-top:0px;
}
.bt_fiche:before {
	content:'» ';
}

#bt_yoga {
	position: absolute;
	top: 160px;
	right: 0px;
	background: #f9a946 url(../images/icon_yoga.png) top 3px left 3px no-repeat;
	background-size: 80px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	height: 66px;
	width: 220px;
	z-index: 200;
	padding: 20px 0 0 95px;
	font-size: 20px;
	color: #FFF;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.5s ease-in;
}

img {
  max-width: 100%;
}



* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 400 57px/63px "Titillium Web", sans-serif;
  color: #333333;
}



.center {
  text-align: center;
}
.box3-wrapper1 h3 a span {
	font-size:24px;
}
.box3-wrapper1 h3 a:hover {
	color:#CCC;
}
a.bonjour-sante-button {
	position: relative;
	display: block;
	font-weight: 700;
	width: 271px;
	height: 46px;
	color: #FFF;
	font-size: 19px;
	background: #FFAE00 url("../images/logo_bonjoursante.png") no-repeat left 4px top 12px;
	background-size: 62px;
	border: solid 1px #B98D2F;
	border-radius: 4px;
	line-height: 2.5;
	text-indent: 68px;
	text-shadow: 0 0 2px #000;
}

.overlay {
	position:fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	cursor:pointer;
	text-align:center;
	z-index:10500;
}
#redirection {
	position: relative;
	width:85%;
	max-width: 380px;
	height: 400px;
	background: #F2F4F3;
	margin: 10% auto;
	box-shadow: 0 0 10px #22333b;
	border-radius: 15px;
	font-size: 20px;
	font-weight: 600;
	cursor: default;
}
#redirection span.attention{
	display:block;
	width: 100%;
	margin-bottom: 20px;
	height: 35px;
	padding-top: 15px;
	line-height: 120%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color:#FFF;
	background: #22333b;
	text-align: center;
}
#redirection span.reg{
	display: block;
	margin-top: 20px;
	font-weight: 400;
}
#go_baldaquin{
	display:block;
	width: 90%;
	margin: 40px auto;
	background: #9dd1f1;
	color: #FFF;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
	text-shadow: 1px 1px 1px #031927;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 0 0 5px #DDD;
}
#redirection span#reste_sante {text-decoration: underline; cursor: pointer;}

#bt_contact {
	width:270px;
	text-align:center;
	padding:5px;
	background:#2D2D2D;
	color:#FFF;
	font-weight:700;
	font-size:16px;
	border-radius:5px;
	cursor:pointer;
	font-family:"Titillium Web","Gill Sans", sans-serif;
	margin-bottom:5px;
}
.contact_box {
	position:relative;
	margin:auto;
	color:#000;
	margin-top:-200%;
	width:90%;
	max-width:700px;
	height:auto;
	min-height:200px;
	padding:10px;
	background:#EEE;
	opacity:2;
	border:solid 1px #555;
	border-radius:8px;
	-moz-box-shadow:0px 0px 5px #777;
	-ms-box-shadow:0px 0px 5px #777;
	-o-box-shadow:0px 0px 5px #777;
	-webkit-box-shadow:0px 0px 5px #777;
	box-shadow:0px 0px 5px #777;
	transition:all  1.25s  cubic-bezier(0.87,-0.71,0.19,1.44);
	cursor:default;
	z-index:155505;
}
.contact_box .top {
	position:absolute;
	top:0;
	left:0;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	width:98%;
	height:32px;
	border-bottom:solid 1px #CCC;
	background-color:#333;
	color:#FFF;
	padding:1% 0% 2% 2%;
	text-align:left;
	text-transform:uppercase;
	font-size:16px;
	font-weight:500;
}
#bt_cls_msg {
	position:absolute;
	font-family:"Titillium Web","Gill Sans", Helvetica, Arial, sans-serif;
	display:block;
	right:10px;
	top:10px;
	width:26px;
	height:20px;
	background:#CCC;
	box-shadow:inset 0 0 10px #777;
	text-shadow:0 0 5px #777;
	border-radius:4px;
	color:#FFF;
	text-align:center;
	padding:5px;
	cursor:pointer;
	z-index:1507;
}
#bt_cls_msg div {
	color:#FFF;
	font-size:18px;
	margin-top:-1px;
	line-height: 1.25;
}
#contact_form {
	position:relative;
	margin-top:40px;
	text-align:left;
	font-size:14px;
}
#err_msg {
	width:100%;
	height:auto;
	min-height:1px;
	font-size:14px;
	color:#C00;
	font-weight:400;
}

form#contact label {
	display:block;
	font-size:14px;
	font-weight:600;
	color:#000;
}
form#contact input[type="text"] {
	display:block;
	width:80%;
	font-family:"Titillium Web","Gill Sans", Helvetica, Arial, sans-serif;
	font-size:14px;
	max-width:300px;
	height:25px;
	padding-left:3px;
	border:solid 1px #DDD;
	margin-bottom:5px;
	margin-top:0px;
}
#quest_math {
	display:inline-block;
	width:auto;
	font-size:17px;
	min-width:10px;
}
form#contact input[type="text"].valid {
	display:inline-block;
	max-width:40px;
	width:40px;
	margin-top:6px;
	font-size:17px;
	padding-left:3px;
}
form#contact textarea {
	width:80%;
	max-width:500px;
	height:100px;
	resize:none;
	border:solid 1px #DDD;
	font-family:"Titillium Web","Gill Sans", Helvetica, Arial, sans-serif;
	font-size:14px;
	padding-left:3px;
	margin-top:0px;
}

#contact_ph {
	position:absolute;
	top:80px;
	left:-1%;
	display:block;
	color:#000;
	font-size:14px;
	width:86%;
	border:none;
	padding:0 2% 0 2%;
	height:0;
	background:rgba(255,255,255,0.95);
	transition:all 0.5s ease-in-out;
}
.separ_atelier {
	width: 90%;
	height: 50px;
	border-bottom: solid 1px #CCC;
}

form .bt_send {
	position: absolute;
	display:block;
	bottom: 10px;
	right: 10px;
	max-width:130px;
	width:130px;
	border-radius:5px;
	padding:5px 0px 5px 0px;
	box-shadow:0 0 3px #666;
	background:#2D2D2D;
	color:#DDD;
	font-weight:700;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	transition:all ease-in 2.0s;
}
.bt_send:hover {
	color:#FFF;
	transition:all ease-in 2.0s;
}
.cours {
	width: 47%;
	display:inline-block;
	margin-bottom: 20px;
	margin-right: 2%;
}
@media (max-width: 440px) {
.cours {
	width: 100%;
	}
}
h2 .light {
  display: block;
  font-weight: 300;
  font-size: 47px;
  margin-top: 5px;
}
@media (max-width: 479px) {
  h2 {
    font-size: 33px;
    line-height: 40px;
  }

  h2 .light {
    font-size: 21px;
  }
}
h3 {
  font: 300 27px/33px "Titillium Web", sans-serif;
  color: #333333;
}
h3.h3__inset1 {
  color: #ffae00;
}
h3.h3__inset1 a:hover {
  color: #CCC;
}
h3.h3__inset2 {
  color: #222;
}
h3.h3__inset3 {
  color: #CCC;
}
h4 {
  font: 400 43px/38px "Titillium Web", sans-serif;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 979px) {
  h4 {
    font-size: 29px;
  }
}
h4 .light {
  font-weight: 300;
  display: block;
}
h4 a:hover {
  color: #333333;
}
#search-results h4 {
  text-align: left;
  font-size: 18px;
  line-height: 21px;
}
h5 {
  font: 400 37px/37px "Titillium Web", sans-serif;
  color: #ffffff;
  text-align: center;
}
h6 {
  font: 300 36px/48px "Titillium Web", sans-serif;
  color: #333333;
}
.h7 {
  display: block;
  font: 400 18px/21px "Titillium Web", sans-serif;
  color: #333333;
}
.heading1 {
  margin-bottom: 28px;
}
.heading2 {
  margin-bottom: 42px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
}
.btn-big {
  display: inline-block;
  font: 400 16px/33px "Titillium Web", sans-serif;
  color: #333333;
  text-align: center;
  background: #fafafa;
  padding: 15px 52px 21px;
  border: 1px solid #e4e3e3;
}
.btn-big:hover {
  background: #333;
  color: #ffffff;
  border-color: #333;
}
/* ======= Wrappers ======= */

.wrapper_pro {
	display:inline-block;
	width:20%;
	margin-right:20px;
	max-width:300px;
	height:auto;
}

.wrapper_pro h2 {
	word-wrap:normal;
	font-size:35px;
	line-height:100%;
}
.wrapper_pro h3 {
	word-wrap:normal;
	font-size:16px;
	padding-top:5px
}

@media (max-width: 979px) {
	.photo_prof_services {
		background-size:150%;
	}
	.bt_fiche {
		font-size:12px;
		line-height:12px;
		padding:5px 2px 5px 2px;
		border-radius:6px;
		margin-top:10px;
	}
	.wrapper_pro {
	margin-right:10px;
	margin-left:10px;
	}

	.wrapper_pro h2{
		font-size:20px;
	}
	.details_prof {
		font-size:12px;
		line-height:14px;
		margin-bottom:10px;
	}
	.details_prof span {
		font-size:12px;
	}
}
@media (max-width: 610px) {
	.wrapper_pro {
	display:block;
	width:95%;
	margin-right:2%;
	margin-left:2%;
	max-width:600px;
	height:auto;
	}

	.wrapper_pro h2{
		font-size:35px;
	}
	.photo_prof_services {
		display:block;
		padding-top:50%;
		height:150px;
		background-size:150%;
	}
	.details_prof {
		font-size:24px;
		line-height:25px;
		margin-bottom:10px;
	}
	.details_prof span {
		font-size:20px;
	}
	.bt_fiche {
		font-size:16px;
		line-height:16px;
		padding:5px 1% 5px 1%;
		border-radius:6px;
		margin-top:10px;
		max-width:90%;
	}

}


.wrapper1 {
  -webkit-box-shadow: 3px 4px 24px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 3px 4px 24px 0px rgba(0, 0, 0, 0.03);
  background: #ffffff;
  border-bottom-left-radius: 50% 49px;
  border-bottom-right-radius: 50% 49px;
  padding-bottom: 81px;
  position: relative;
  z-index: 1;
}
.wrapper1__inset1 {
  padding-bottom: 71px;
}
.wrapper1__inset2 {
	display:inline-block;
	max-width:75%;
  	padding-bottom: 54px;
}
.wrapper1__inset3 {
  padding-bottom: 50px;
}
.wrapper1__inset4 {
  padding-bottom: 62px;
}
.wrapper2 {
  margin-top: -49px;
  background: #f7f7f7;
  padding: 110px 0 105px;
}
.wrapper2__inset1 {
  padding-bottom: 85px;
}
.wrapper3 {
  margin-top: -49px;
  background:#333;
  color: #ffffff;
  padding: 54px 0 83px;
  position: relative;
  z-index: 2;
  border-top-left-radius: 50% 49px;
  border-top-right-radius: 50% 49px;
  border-bottom-left-radius: 50% 49px;
  border-bottom-right-radius: 50% 49px;
}
.wrapper3__inset1 {
  background: #ADADAD;
  padding-bottom: 63px;
}
.wrapper4 {
  padding: 115px 0 103px;
  margin-top: -49px;
  background: #ADADAD;
  color: #ffffff;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 50% 49px;
  border-bottom-right-radius: 50% 49px;
}
.wrapper4 h2 {
  color: #ffffff;
}
.wrapper5 {
  background: #f7f7f7;
  margin-top: -49px;
  padding: 114px 0 81px;
}
.wrapper5__inset1 {
  padding-top: 99px;
  padding-bottom: 71px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 40px 0 0;
  background:#333;
}
#header .info {
  margin-bottom: 23px;
}
#header .info .phone {
  margin-top: -16px;
  text-align: right;
}

#warning {
	position: absolute;
	left: 1%;
	top: 170px;
	width: 95%;
	background: #F83235;
	padding: 1.5%;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(34,34,34,0.82);
	color:#FFF;
	font-size: 14px;
	z-index: 9999;
	transition: all 0.75s ease-out;
}

#warning .close {
	position: absolute;
	display: block;
	right: 15px;
	top: 15px;
	width: 25px; 
	height: 25px;
	color: #EFEFEF;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	transition: all 0.25s ease;
	transform: scale(1.2,1)
}
#warning .close:hover {
	color: #FFF;
}
#warning .open {
	position: absolute;
	display: none;
	right: 0px;
	top: 15px;
	width: 25px; 
	height: 30px;
	color: #EFEFEF;
	font-size: 30px;
	text-align: center;
	background: #F83235;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	box-shadow: 3px 0 3px rgba(51,51,51,0.50);
	transition: all 0.75s ease;
	transform: scale(1.2,1);
	z-index: 9998;
}

#warning .open.show {
	display: block;
	right: -25px;
}
@media (max-width: 767px) {
  #header .info .phone {
    margin-top: 20px;
  }
}
#header .info .phone .first {
  display: block;
  font: 300 32px/33px "Titillium Web", sans-serif;
  color: #FFF;
}
.phone p {
	color:#FFF;
	font: 16px "Titillium Web", sans-serif;
}
#header .info .phone address {
  display: block;
  font: 400 33px/38px "Titillium Web", sans-serif;
  color: #ffae00;
  margin-bottom: 9px;
}
#header #stuck_container {
	background:#FFF;
  position: relative;
  z-index: 4;
  border-top: 1px solid #e4e3e3;
  -webkit-box-shadow: 3px 4px 24px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 4px 24px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  #header #stuck_container {
    border-top: none;
  }
}
#header #search {
  margin-top: 14px;
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
}
h1 a {
  display: block;
  padding-left: 0px;
  position: relative;
}
h1 a img{
	max-width:255px;
	height:auto;
}
h1 a:before {
  position: absolute;
  width: 76px;
  height: 85px;
  display: block;
  content: '';
  left: 0;
  top: 3px;
  overflow: hidden;
}
h1 a .first {
  display: block;
  color: #333;
  font: 700 55px/55px "Titillium Web", sans-serif;
  margin-bottom: -1px;
}
@media (max-width: 479px) {
  h1 a .first {
    font-size: 38px;
  }
}
h1 a .second {
  display: block;
  color: #333333;
  font: 300 32px/32px "Titillium Web", sans-serif;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li:first-child a {
  border-left: 1px solid #e4e3e3;
}
.sf-menu > li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #777777;
  bottom: 2px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: none;
  font: 400 16px/33px "Titillium Web", sans-serif;
  display: block;
  padding: 17px 30px 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #777777;
  border-right: 1px solid #e4e3e3;
}
.sf-menu > li > a:hover {
  background: #333;
  color: #ffffff;
  border-color: #333;
}
#equipe > li{
	width:320px;
}
#equipe > li span{
	font-size:95%;
	font-weight:300;
}
#equipe > li a.long{
	display: block;
	line-height: 70%;
	padding-bottom: 18px;
}
#services > li a.long {
	display: block;
	line-height: 1.25;
	padding-top: 8px;
	padding-bottom: 8px;
}
@media (max-width: 979px) {
  .sf-menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sf-menu .sfHover > a {
  background: #333;
  color: #ffffff;
  border-color: #333;
}
.sf-menu .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  background: #333;
  color: #ffffff;
  border-color: #333;
}
.sf-menu > li.current > a:after {
  color: #ffffff;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
  display: none;
  min-width: 270px;
  font: 400 16px/38px "Titillium Web", sans-serif;
  position: absolute;
  top: 74px;
  left: 0;
  background: #ffffff;
  text-align: left;
  padding: 0;
  z-index: 2;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #777777;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li + li a {
  border-top: 1px solid #d9d9d9;
}
.sf-menu ul li a {
  display: block;
  color: #333;
  text-transform: none;
  padding-left: 30px;
}
.sf-menu ul li a:hover {
  border-color: #d9d9d9;
  background: #333;
  color: #ffffff;
}
.sf-menu ul > .sfHover > a {
  border-color: #d9d9d9;
  color: #ffffff;
  background: #333;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 270px;
  margin-left: 0;
  z-index: 4;
}
@media only screen and (min-width: 767px) {
.mobile_bt {
	display:none;
}
}


@media only screen and (max-width: 767px) {
	.mobile_bt {
	position:fixed;
	top:0;
	left:0;
	padding-top:10px;
	display:block;
	width:98%;
	padding-left:2%;
	height:30px;
	font-size:20px;;
	background:#333;
	color:#FFF;
	z-index:50000;
	}
	.mobile_bt div{
		position:absolute;
		top:8px;
		right:13px;
		width:25px;
		height:30px;
		background:top 0 right 0 no-repeat;
		background-image:url(../images/icon_menu.png);
		float:right;
		background-size:contain;
		cursor:pointer;
		transition:all 0.5s ease-out;
	}

  nav {
    position:absolute;
	display:block;
	top:0px;
	margin-top:-200%;
	left:0;
    width: 100%;
    float: none;
	transition:all ease-in-out 0.75s;
  }
  .sf-menu {
	  width:100%;
	  display:block;
	  position:absolute;
	  border-bottom:solid 1px #CCC;
	  background:rgba(255,255,255,0.80);
  }
  .sf-menu li{
	  font-size:14px;
	  color:#222;
	  font-weight:600;

  }
  .sf-menu > li {
	  width:25%;
  }
  .sf-menu > li > a {
  text-transform: none;
  font: 400 16px/16px "Titillium Web", sans-serif;
  display: block;
  padding:10px 25% 15px 14%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #777777;
  border-right: 1px solid #e4e3e3;
}

.sf-menu ul {
  position:absolute;
  display:block;
  top: 40px;
  left: -600%;
  z-index: 2;
  transition:all 0.5s ease-in;
}

  .info {
  display:none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #ffae00;
    width: 100%;
    background: #ffffff;
    font: 400 16px/33px "Titillium Web", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
   #curtain {
		display:block;
		position:fixed;
		top:0px;
		left:0;
		width:100%;
		height:100%;
		margin-top:-200%;
		background:rgba(255,255,255,0.80);
		z-index:2;
		transition:all 1.0s ease;
	} 	
}

/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  background: #FFF;
}
.isStuck #search {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content.common {
	display:block;
	max-width:1180px;
	margin:auto;
  padding-top: 69px;
}
/* ======= Box 1 Care ======= */
.box1 {
  text-align: center;
  border-top-left-radius: 50% 17px;
  border-top-right-radius: 50% 17px;
  border-bottom-right-radius: 50% 17px;
  border-bottom-left-radius: 50% 17px;
  background:rgba(255,255,255,0.90);
  overflow: hidden;
  box-shadow:0 0 10px #888;
}
.box1 img{
	width:80%;
	height:auto;
	margin:30px 10px 20px 10px;
}
.box1 .content {
  color: #ffffff;
  padding: 22px 20px 35px;
}
.box1 .content h4 {
  margin-bottom: 7px;
}
.box1 .content__inset1 {
  background: #71BF44;
}
.box1 .content__inset2 {
  background: #1C93D1;
}
.box1 .content__inset3 {
  background: #413330;
}
.box1 .content__inset4 {
  background: #FCB03A;
}
.box1 .content__inset5 {
  background: #C5D0D9;
}
.box1__inset1 .content {
  padding-top: 23px;
}
.box1__inset1 time {
  display: block;
  margin-bottom: 10px;
}
.box1__inset1 p {
  font-size: 22px;
  line-height: 26px;
}
.box1__inset1 p a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 60px;
  }
  .box1 img {
    width: 80%;
  }
}
.box1-wrapper1 {
  margin-top: -89px;
  position: relative;
  z-index: 2;
}
@media (max-width: 979px) {
  .box1-wrapper1 {
    margin-top: 40px;
  }
}
/* ======= Box 2 Suport & Assistance ======= */
.box2 {
  text-align: center;
}
.box2 p{
	font-size:14px;
}
.box2 h3 {
  margin-bottom: 16px;
}
.box2__inset1 h3 {
  margin-bottom: 9px;
}
.box2__inset1 .btn-big {
  margin-top: 42px;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 60px;
  }
}
.box2-wrapper1 {
  text-align: center;
}
.box2-wrapper1 .btn-big {
  margin-top: 42px;
}
/* ======= Box 3 OUr specialists ======= */
.box3 {
  text-align: center;
}
.box3 img {
  border-radius: 600px;
  margin-bottom: 15px;
}
.box3 h3 {
  margin-bottom: 13px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .box3 {
    margin-bottom: 60px;
  }
}
/* ======= List 1 wrapper 1 ======= */
.list1-wrapper1 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .list1-wrapper1 .list1 {
    margin-top: 40px;
  }
}
/* ======= Box 2 Wrapper 2 About us ======= */
.box2-wrapper2 {
  margin-top: 32px;
}
.box4.acup strong {
	font-weight: 700;
	text-decoration: underline;
}
.box4.acup ul{
	margin-top: -16px;
}
.box4.acup ul{
	padding-left: 20px;
}
/* ======= Box 4 Our mission & vision ======= */
.box4 img {
  margin-bottom: 28px;
  border-bottom-left-radius: 50% 49px;
  border-bottom-right-radius: 50% 49px;
}
.box4 h6 {
	line-height: 120%;
  margin-bottom: 10px;
}
.box4 p {
  margin-bottom: 21px;
}
.box4-wrapper1 {
  margin-top: 39px;
}
/* ======= Box 1 Wrapper 2 Meet  ======= */
.box1-wrapper2 {
  margin-top: -7px;
}
.box1-wrapper2 > p {
  text-align: center;
  margin-bottom: 34px;
}
/* ======= Box 4 Wrapper 2 Our services ======= */
.box4-wrapper2 {
  margin-top: 29px;
}
/* ======= Box 5 Obstetrics ======= */
.box5 {
  text-align: center;
}
.box5 img {
  border-radius: 500px;
  margin-bottom: 21px;
}
.box5 h3 {
  margin-bottom: 9px;
}
.box5 p {
  margin-bottom: 21px;
}
.box5 .list1 {
  text-align: left;
  margin-top: 23px;
}
@media (max-width: 767px) {
  .box5 {
    margin-bottom: 60px;
  }
}
/* ======= Post 1 News and announcements ======= */
.post1 {
  position: relative;
  padding-left: 337px;
}
.post1 img {
  border-radius: 500px;
  position: absolute;
  left: 0;
  top: -15px;
}
@media (max-width: 767px) {
  .post1 {
    padding-left: 0;
  }
  .post1 img {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.post1 time {
  background: #ffae00;
  display: inline-block;
  padding: 5px 18px 7px;
  color: #ffffff;
  margin-bottom: 20px;
}
.post1 h3 {
  margin-bottom: 10px;
}
.post1 .info {
  margin-top: 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  border: 1px solid #dedcdc;
  font-size: 12px;
  line-height: 32px;
}
.post1 .info .views {
  float: left;
  border-right: 1px solid #dedcdc;
  padding-left: 10px;
  padding-right: 10px;
}
.post1 .info .views span {
  display: inline-block;
  position: relative;
  padding-left: 19px;
}
.post1 .info .views span:before {
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 32px;
  color: #333;
  left: 0;
  top: 0;
  content: '\f06e';
}
.post1 .info .comments {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.post1 .info .comments a {
  display: block;
  position: relative;
  padding-left: 19px;
}
.post1 .info .comments a:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  line-height: 32px;
  color: #333;
  left: 0;
  top: 0;
  content: '\f075';
  cursor: pointer;
}
.post1 .info .comments a:hover:before {
  color: #ffae00;
}
.post1-wrapper1 {
  margin-top: 53px;
  margin-bottom: 117px;
}
.post1-wrapper1 .post1 {
  margin-bottom: 52px;
}
/* ======= Google Map  ======= */
.map-wrapper1 {
  margin-top: -49px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-bottom-left-radius: 50% 49px;
  border-bottom-right-radius: 50% 49px;
}
.map-wrapper1__offset1 {
  margin-top: 38px;
  margin-bottom: 29px;
}
.google-map1 {
  height: 415px;
}
.google-map1 img {
  max-width: none !important;
}
.tac {
  text-align: center;
}
.google-map2 {
  height: 405px;
}
.google-map2 img {
  max-width: none !important;
}
/* ======= Address  ======= */
.our-address {
  font: 400 18px/21px "Titillium Web", sans-serif;
  color: #333333;
  display: block;
  margin-bottom: 23px;
  margin-top: 22px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .our-address {
    margin-left: 64px;
    text-align: left;
  }
}
@media (max-width: 479px) {
  .our-address {
    text-align: left;
  }
}
.contacts-address {
  text-align: left;
  display: block;
  font-size:16px
}
.contacts-address .wrapper {
  display: block;
}
.contacts-address .wide {
  display: inline-block;
  min-width: 155px;
}
/* ======= Box 6 Privacy Policy ======= */
.box6 {
  text-align: center;
}
.box6 .h7 {
  margin-bottom: 2px;
}
.box6-wrapper1 {
  text-align: center;
  margin-top: 34px;
}
.box6-wrapper1 .box6 {
  margin-bottom: 19px;
}
.box6-wrapper1 > .simple-link {
  margin-top: 28px;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #333;
}
.simple-link:hover {
  color: #333333;
}
/* ======= List 1 ======= */
.list1 li {
  position: relative;
  font: 300 27px/35px "Titillium Web", sans-serif;
  color: #ffffff;
}
@media (max-width: 979px) {
  .list1 li {
    font-size: 21px;
    padding-left: 54px;
  }
  .list1 li:before {
    display: block;
    font-family: FontAwesome;
    font-size: 17px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    line-height: 35px;
    color: #aa50b7;
    content: '\f00c';
    left: 13px;
    top: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.list1 li a {
  padding-left: 54px;
}
.list1 li a:before {
  display: block;
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  line-height: 35px;
  color: #aa50b7;
  content: '\f00c';
  left: 13px;
  top: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 979px) {
  .list1 li a:before {
    display: none;
  }
}
@media (max-width: 979px) {
  .list1 li a {
    padding-left: 0;
  }
}
.list1 li a:hover:before {
  color: #ffffff;
}
.list1 li + li {
  margin-top: 13px;
}
.list1 li + li:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #84418e;
  top: -3px;
  left: 0;
}
.list1__inset1 li {
  font-size: 22px;
  color: #aa50b7;
  padding-left: 54px;
}
.list1__inset1 li + li:after {
  display: none;
}
.list1__inset1 li:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #ceb3d2;
  bottom: -9px;
  left: 0;
  top: auto;
}
.list1__inset1 li a {
  padding-left: 0;
}
@media (max-width: 979px) {
  .list1__inset1 li a:before {
    display: block;
  }
}
.list1__inset1 li a:hover:before {
  color: #aa50b7;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 7px;
}
.socials1 li a i {
  width: 81px;
  height: 81px;
  line-height: 86px;
  color: #ffffff;
  background: #333;
  text-align: center;
  font-size: 28px;
  display: block;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i.fa-facebook {
  background: #6e8be8;
}
.socials1 li a i.fa-facebook:hover {
  color: #ffffff;
  background: #829ffc;
}
.socials1 li a i.fa-twitter {
  background: #0fd5f2;
}
.socials1 li a i.fa-twitter:hover {
  color: #ffffff;
  background: #23e9ff;
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  background: #ffae00;
}
.gallery_image a.big-image img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover i {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -17px;
}
.gallery_image a.big-image:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  text-align: center;
  padding: 69px 0;
  overflow: hidden;
}
#footer .socials {
  margin-bottom: 25px;
}
#footer .footer_menu {
  margin-bottom: 17px;
}
#footer .footer_menu nav li {
  display: inline-block;
}
#footer .footer_menu nav li a {
  font: 400 16px/33px "Titillium Web", sans-serif;
}
#footer .footer_menu nav li a:hover {
  color: #333;
}
#footer .footer_menu nav li.current {
  color: #333;
}
#footer .footer_menu nav li + li {
  margin-left: 24px;
}
@media (max-width: 767px) {
  #footer .footer_menu nav li + li {
    margin-left: 14px;
  }
}
@media (max-width: 479px) {
  #footer .footer_menu nav li {
    display: none;
  }
  #footer .footer_menu nav li + li {
    margin-left: 0;
  }
}
#footer .privacy-block {
  margin-top: 25px;
  font-size:12px;
  color: #333;
}
#footer .privacy-block span{
	font-family:Helvetica, Arial, sans-serif;
	color: #555;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #777777;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #ffae00;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
