@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url(//fonts.googleapis.com/css?family=Medula+One);
/* =======================================================
					variables
======================================================== */
/*========================================================
										Main layout styles
=========================================================*/
body {
  background: #f6f8f2;
  font: 14px/20px 'Roboto Condensed', sans-serif;
}
a {
  color: #757e6a;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  color: #6e7762;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #6e7762;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #65abb4;
  background: #6e7762;
}
::selection {
  color: #65abb4;
  background: #6e7762;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  padding: 0;
}
#header .logotype {
  background: #ffffff;
}
#header .logotype {
  padding: 92px 10px 98px;
}
#header h1 {
  text-align: center;
}
#header h1 a {
  font: 100px/80px 'Medula One', cursive;
  color: #810027;
}
#header h1 span {
  display: block;
}
#header h1 .slogan {
  font: 14px/14px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-top: 7px;
}
#header .block-2 {
  background: url(../images/residence-personne-agee.jpg) right top no-repeat;
}
#header .block-2 h4 {
  margin-top: 50px;
  font: 300 20px/28px 'Roboto Condensed', sans-serif;
  color: #810027;
  text-align: center;
  letter-spacing: 5px;
}
.index #header .logotype {
  padding: 92px 10px 68px;
}
/* Main menu styles
========================================================*/
.sf-menu {
  width: 100%;
  text-align: center;
  background: #ffffff;
}
.sf-menu > li {
  display: inline-block;
  position: relative;
  margin: 0;
}
.sf-menu > li > a {
  color: #810027;
  font: 300 20px/20px 'Roboto Condensed', sans-serif;
  padding: 53px 0 66px;
  text-transform: uppercase;
  width: 188px;
  background: #ffffff;
  border-top: 12px solid #ffffff;
  letter-spacing: 2px;
  display: inline-block;
}
.sf-menu > li > a:hover {
  background: #f6f8f2;
  border-top-color: #810027;
}
.sf-menu > li.current > a {
  background: #f6f8f2;
  border-top-color: #810027;
}
.sf-menu .sfHover > a {
  background: #f6f8f2;
  border-top-color: #810027;
}
.sf-menu ul .sfHover > a {
  background: #810027;
  color: #ffffff;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 150px;
  left: 0;
  background: #f6f8f2;
  color: #810027;
  min-width: 191px;
  z-index: 999;
  display: none;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul li a {
  color: #810027;
  font: 300 18px/32px 'Roboto Condensed', sans-serif;
  padding-left: 40px;
  text-transform: uppercase;
  display: block;
}
.sf-menu ul li a:hover {
  background: #ffffff;
  color: #810027;
}
@media only screen and (max-width: 979px) {
  .sf-menu {
    background: #f6f8f2;
  }
  .sf-menu > li > a {
    width: 149px;
  }
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  min-width: 157px;
  border: none;
}
.sf-menu ul ul a {
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-color: #8100274;
    color: #666;
    font-size: 16px;
    padding: 5px;
    margin: 13px 0;
    background: #ffffff;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ffffff;
  z-index: 9;
  opacity: 0.95;
  padding: 0;
  border-bottom: 1px solid #810027;
}
.isStuck .sf-menu > li > a {
  padding: 20px 0;
}
.isStuck .sf-menu ul {
  top: 72px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
.isStuck .block-2 {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										CONTENT styles
=========================================================*/
h2,
h3,
h4 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
h2 {
  font-size: 48px;
  line-height: 60px;
  margin: 37px 0 5px;
  position: relative;
  padding-top: 14px;
  font-weight: 300;
}
h2:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  left: calc(50% - 12px);
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font: 14px/20px 'Roboto Condensed', sans-serif;
  color: #000;
  margin-bottom: 20px;
}
p {
  font: 16px/20px 'Roboto Condensed', sans-serif;
  color: #000;
}
.full-width-container {
  width: 100%;
}
.dark-bg {
  background: #f6f8f2;
}
.btn {
  border: none;
  font: 400 14px/37px 'Roboto Condensed', sans-serif;
  text-align: center;
  background: #810027;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 20px;
  display: inline-block;
  letter-spacing: 1px;
}
.btn:hover {
  background: #f6f8f2;
  color: #000;
}
.btn-2 {
  background: none;
  color: #810027;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-weight: 700;
  padding-bottom: 7px;
  letter-spacing: 1.2px;
}
.btn-2:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #810027;
  position: absolute;
  left: calc(50% - 12px);
  bottom: 0;
}
.btn-2:hover {
  color: #000;
}
.btn-2:hover:after {
  background: #000;
}
.sub_head {
  font: 54px/56px 'Roboto Condensed', sans-serif;
  text-align: center;
  margin: 0 auto;
}
.sub_head span {
  color: #810027;
}
.bd-ra {
  border-radius: 50%;
}
@media only screen and (max-width: 980px) {
  #header .logotype {
    padding-top: 64px !important;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.index .block-3 {
  background: url(../images/index-bg.jpg) 50% top no-repeat;
}
.index .block-3 header p {
  font: 20px/26px 'Roboto Condensed', sans-serif;
  color: #810027;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  letter-spacing: 1px;
  margin-bottom: 33px;
}
.index .block-3 .fa {
  font-size: 56px;
  color: #000;
  text-align: center;
  display: block;
}
.index .block-3 article {
  text-align: center;
}
.index .block-3 article h3 {
  margin: 12px 0 18px;
}
.index .block-3 article p {
  width: 84%;
  margin: 0 auto 17px;
  font-size: 15px;
}
.index .block-3 .block-sep {
  margin-top: 97px;
}
.index .block-3 .owl-carousel {
  margin-top: 30px;
}
.index .block-3 .owl-carousel .item {
  position: relative;
}
.index .block-3 .owl-carousel .item img {
  opacity: 1;
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index .block-3 .owl-carousel .item div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(117, 126, 106, 0.8);
  color: #ffffff;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
.index .block-3 .owl-carousel .item div p {
  color: #ffffff;
  padding: 70px 20px;
  text-align: center;
  line-height: 20px;
}
.index .block-3 .owl-carousel .item:hover img {
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index .block-3 .owl-carousel .item:hover div {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.index .block-3 .owl-carousel .owl-prev,
.index .block-3 .owl-carousel .owl-next {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index .block-4_element p {
  margin-top: 20px;
}
.index .block-4_element p:before {
  content: '“';
  display: block;
  float: left;
  font-size: 48px;
  margin-right: 5px;
}
.index .block-4_element p:after {
  content: "”";
  display: inline-block;
  font-size: 48px;
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  line-height: 0;
  margin-left: 5px;
}
.index .block-4_element h4 {
  font-size: 14px;
  font-weight: 700;
  color: #810027;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  letter-spacing: 1px;
}
.index .block-4_element h4 span {
  font-weight: 400;
  text-transform: none;
  display: block;
}
.index .block-4_button {
  text-align: center;
  margin: 20px 0 -17px;
}
@media only screen and (max-width: 979px) {
  .index .block-3 .block-sep {
    margin-top: 77px;
  }
}
@media only screen and (max-width: 767px) {
  .index .block-3 {
    background-size: cover;
  }
  .index .block-3 article {
    margin-bottom: 40px;
  }
  .index .block-4_element {
    margin-bottom: 40px;
  }
}
.index-1 .block-3 {
  background: #ffffff;
  padding-bottom: 40px;
}
.index-1 .block-3 h2 {
  margin-top: 45px;
}
.index-1 .block-3 img {
  float: left;
  margin-right: 20px;
}
.index-1 .block-3 h4 {
  text-align: left;
  margin-bottom: 18px;
}
.index-1 .block-3 article {
  margin-top: 25px;
  margin-bottom: 18px;
  padding-right: 14px;
}
.index-1 .block-3 article h4 {
  margin-top: -3px;
  line-height: 24px;
  font-size: 20px;
}
.index-1 .block-3 article img {
  margin-top: 5px;
}
.index-1 .block-3 article p {
  letter-spacing: 0.3px;
  padding-left: 15px;
}
.index-1 .block-3 .element {
  text-align: center;
}
.index-1 .block-3 .element p {
  letter-spacing: 0.3px;
  padding: 0 10px;
}
.index-1 .block-3 .element p:before {
  content: "“";
  display: block;
  font-size: 48px;
  margin: 48px 0 5px;
}
.index-1 .block-4 h2 {
  margin-top: 45px;
  margin-bottom: 20px;
}
.index-1 .block-4 h4 {
  font-size: 14px;
  font-weight: 700;
  color: #810027;
  text-transform: uppercase;
  text-align: left;
  margin-top: 22px;
  letter-spacing: 1px;
}
.index-1 .block-4 h4 span {
  font-weight: 400;
  text-transform: none;
  display: block;
}
.index-1 .block-4 .item img {
  width: 100%;
}
.index-1 .block-4 .block-4_button {
  text-align: center;
  margin: 30px 0 -17px;
}
@media only screen and (max-width: 767px) {
  .index-1 .block-3 article {
    padding: 0;
  }
  .index-1 .block-3 article img {
    width: 100%;
    margin-bottom: 30px;
  }
  .index-1 .block-3 article h4 {
    padding: 0 20px;
  }
  .index-1 .block-3 article p {
    padding: 10px;
  }
  .index-1 .item {
    margin-bottom: 40px;
  }
}
.index-2 .block-3 {
  background: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.index-2 .block-3 h2 {
  margin-top: 45px;
}
.index-2 .block-3 header p {
  text-align: center;
  margin: 25px auto;
  width: 93%;
  letter-spacing: 0.4px;
}
.index-2 .block-3 .item {
  text-align: center;
  margin: 7px auto;
  width: 90%;
  min-height: 245px;
}
.index-2 .block-3 .item h3 {
  margin: 14px 0 20px;
  line-height: 18px;
}
.index-2 .block-3 .item p {
  letter-spacing: 0.4px;
}
.index-2 .block-3 .item .btn-2 {
  margin: 15px 0;
  display: inline-block;
}
.index-2 .block-3 .fa {
  font-size: 54px;
  color: #757e6a;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 979px) {
  .index-2 .block-3 .item {
    min-height: 295px;
  }
}
.index-3 .block-3 {
  background: #ffffff;
  padding-bottom: 40px;
}
.index-3 .block-3 h2 {
  margin-top: 45px;
}
.index-3 .block-3 .item {
  margin: 25px 0 32px;
  padding-right: 10px;
}
.index-3 .block-3 .item h3 {
  text-align: left;
  margin-bottom: 12px;
  margin-top: -5px;
  line-height: 24px;
}
.index-3 .block-3 .item a {
  position: relative;
  float: left;
  display: block;
  margin-right: 20px;
  margin-top: 5px;
}
.index-3 .block-3 .item a:hover .filler {
  background: rgba(255, 255, 255, 0.3);
}
.index-3 .block-3 .item p {
  letter-spacing: 0.4px;
}
.index-3 .block-3 .item .filler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-3 .block-3 .item_text a {
  float: none;
}
.index-3 .block-4 {
  padding: 10px 0 40px;
}
.index-3 .block-4 h2 {
  margin-bottom: 30px;
}
.index-3 .block-4 li {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.index-3 .block-4 li:hover a {
  color: #810027;
}
.index-3 .block-4 li:hover .fa {
  margin-right: 5px;
}
.index-3 .block-4 .fa {
  line-height: 28px;
  margin-right: 10px;
  color: #757e6a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 979px) {
  .index-3 .block-4 li {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .index-3 .block-3 .item {
    padding: 0;
    margin-bottom: 30px;
  }
  .index-3 .block-3 .item a {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .index-3 .block-3 .item a img {
    width: 100%;
  }
  .index-3 .block-3 .item_text {
    padding: 10px;
  }
}
.index-4 h2 {
  margin: 45px 0 30px;
}
.index-4 #map-canvas {
  height: 485px;
}
.index-4 .block-3 {
  background: #ffffff;
  padding-bottom: 30px;
}
.index-4 .content {
  margin: 20px auto;
  width: 90%;
  text-align: center;
  letter-spacing: 0.4px;
}
.index-4 .cont_btn {
  text-align: center;
  margin: 20px 0 -17px;
}
.index-4 .block-3 p {
  text-align: center;
  letter-spacing: 0.4px;
  width: 92%;
  margin: 0 auto 5px;
  color:#810027;
}
.index-5 .block-3 {
  background: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 40px;
}
.index-5 .block-3 p {
  text-align: center;
  letter-spacing: 0.4px;
  width: 92%;
  margin: 0 auto 5px;

}
.index-5 .block-3 h2 {
  margin-top: 45px;
  margin-bottom: 26px;
}
.index-5 .block-3 h3 {
  margin-bottom: 15px;
}
.index-5 .block-3 a {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #810027;
}
.index-5 .block-3 a:hover {
  color: #000;
}
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  background: #ffffff;
  padding: 85px 0 100px;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
}
#footer h3 {
  text-align: left;
  margin-bottom: 13px;
  color: #000;
  letter-spacing: 1px;
}
#footer a {
  color: #810027;
  font-weight: 400;
}
#footer a:hover {
  text-decoration: underline;
}
#footer p {
  color: #000;
  letter-spacing: 1px;
  font-weight: 300;
  letter-spacing: 1.5px;
}
#footer .lg {
  font: 100px/80px 'Medula One', cursive;
  color: #000;
  letter-spacing: 5px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
#footer .loc {
  margin-left: 60px;
}
#footer .loc a {
  letter-spacing: 1px;
  display: block;
}
#footer .ind-top {
  margin-top: 3px;
}
.copyright {
  display: inline-block;
  margin-top: 38px;
  margin-left: 5px;
  letter-spacing: 1px;
}
.copyright a {
  color: #000 !important;
}
@media only screen and (max-width: 767px) {
  #footer h2 span {
    padding: 0 10px;
  }
  #footer h2 span span {
    display: none;
  }
  #footer .loc {
    margin-left: 0;
  }
  #footer h3 {
    margin-top: 30px;
  }
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #65abb4;
  width: 22px;
  height: 12px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  text-indent: -9999px;
  background-image: url(../images/toTop.png);
  background-position: 0 0;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  background-position: 0 12px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 767px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
