/*
Noto Sans
*/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../css/fonts/NotoSans/NotoSansCJKjp-Regular.woff") format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("../css/fonts/NotoSans/NotoSansCJKjp-Medium.woff") format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../css/fonts/NotoSans/NotoSansCJKjp-Bold.woff") format("opentype");
  font-display: swap;
}



/* ==================================================
  共通
====================================================*/

html,
body {
  height: 100%;
}

body {
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
  background: #fff;
  font-size: 15px;
  line-height: 1.8em;
  color: #f1f1f1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f1f1f1;
  text-transform: capitalize;
  font-family: 'Poiret One', cursive;
  font-weight: bold;
}

label {
  font-weight: normal;
}

sup {
  color: #a45555;
  font-size: 23px;
  top: 0;
}

.form-control {
  color: #000;
  font-size: 17px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

input[type=checkbox],
input[type=radio] {
  margin: 8px 0 0;
}

.serif {
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
}

/* ==================================================
	elements
====================================================*/
a {
  color: #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #f1f1f1;
}

img {
  max-width: 100%;
}

hr {
  margin: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

pre {
  word-wrap: normal;
}

blockquote .small,
blockquote footer,
blockquote small {
  color: #f1f1f1;
}

.section {
  position: relative;
  min-height: 100%;
  padding: 100px 0 100px;
}

#bg_pattern {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.25);
}

.rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-radius: 0px;
}

.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-radius: 100%;
}

.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
}

.borderImg {
  border: 2px solid #f1f1f1;
  border-radius: 10px;
}

.padd-t-10 {
  padding-top: 10px;
}

.padd-b-10 {
  padding-bottom: 10px;
}

.padd-t-50 {
  padding-top: 50px;
}

.padd-b-50 {
  padding-bottom: 50px;
}

.padd-t-100 {
  padding-top: 100px;
}

.padd-b-100 {
  padding-bottom: 100px;
}

.padd-tb-10 {
  padding: 10px 0;
}

.padd-tb-20 {
  padding: 20px 0;
}

.nopadd {
  padding: 0;
}

.margin-t-100 {
  margin-top: 100px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.txt-high {
  line-height: 2;
}

.txt-big {
  font-size: 18px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.ac {
  text-align: center;
}

.ac-spal {
  text-align: center;
}

.contact_tel,
.contact_fax {
  pointer-events: none;
  color: #333;
}

@media (max-width: 991px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .ac-spal {
    text-align: left;
  }

  .contact_tel {
    pointer-events: auto;
  }

  .contact_fax {
    pointer-events: none;
  }
}

/* ==================================================
	background-color
====================================================*/
.dark-bg {
  background: rgba(0, 0, 0, 0.6);
}

.light-bg {
  background: rgba(246, 246, 246, 0.8);
}

.green-bg {
  background: #00A600;
}

.blue-bg {
  background: #2E8DEF;
}

.orange-bg {
  background: #DC572E;
}

.red-bg {
  background: #BF1E4B;
}

.purple-bg {
  background: #A700AE;
}

.aqua-bg {
  background: #27d7e7;
}

.brown-bg {
  background: #9c8061;
}

.dark-blue-bg {
  background: #2672EC;
}

.light-green-bg {
  background: #79d5b3;
}

.dark-red-bg {
  background: #a10f2b;
}

.teal-bg {
  background: #00A0B1;
}

.dark-purple-bg {
  background: #643EBF;
}

.pink-bg {
  background: #c59a9a;
}

/* ==================================================
	social
====================================================*/
.social {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social li {
  display: inline-block;
}

.social li a {
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background: #f1f1f1;
  line-height: 28px;
  margin-right: 5px;
}

.social li a i {
  color: #444;
  text-shadow: none;
}

.social li a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.social li a:hover i {
  color: #f1f1f1;
}

/* ==================================================
	buttons
====================================================*/
a.link {
  color: #f1f1f1;
  position: relative;
}

a.link:after {
  top: -3px;
  right: -20px;
  font-size: 12px;
  content: "\f18e";
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  color: #f1f1f1;
}

a.link:hover:after {
  right: -35px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.code {
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
}

.code:hover,
.code:active,
.code:focus {
  text-decoration: none;
  color: #f1f1f1;
  background: rgba(225, 225, 225, 0.3);
}

@media (max-width: 992px) {

  .code {
    display: none;
  }
}

.btn-banner {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 32px;
  border: 2px solid #f1f1f1;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.05);
}

.btn-banner i {
  color: #f1f1f1;
}

.btn-banner:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-custom {
  display: inline-block;
  font-size: 15px;
  color: #f1f1f1;
  border: 2px solid #f1f1f1;
  text-transform: uppercase;
  margin: 5px 2px 5px 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus {
  color: #f1f1f1;
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-dark {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  color: #f1f1f1;
  border: 2px solid #f1f1f1;
  text-transform: uppercase;
  margin: 5px 2px 5px 0;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  color: #f1f1f1;
  background: rgba(0, 0, 0, 0.8);
}

/* ==================================================
	section-heading
====================================================*/
.section-heading {
  text-align: center;
  padding: 40px 0;
}

.section-heading h2 {
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.8;
}

.section-heading h2 strong {
  text-transform: capitalize;
}

.section-heading h2 span {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
}

.section-heading .separator {
  width: 30px;
  height: 4px;
  background: #f1f1f1;
  text-align: center;
  display: inline-block;
}

@media (max-width: 768px) {
  .section-heading h2 {
    line-height: 1.3;
  }
}

/* ==================================================
	static-background
====================================================*/
.static-background {
  background: url(../img/bg5.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ==================================================
	navbar
====================================================*/
.navbar-brand img {
  width: 40px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
}

.navbar-inverse .navbar-brand {
  color: #fff;
  font-family: 'Poiret One', cursive;
  font-size: 30px;
  letter-spacing: 0.05em;
  padding: 0 0 10px;
  line-height: 0.5;
  text-align: center;
  height: auto;
  font-weight: bold;
}

.navbar-inverse .navbar-brand span {
  font-size: 12px;
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
  font-weight: normal;
}

.navbar-inverse {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #c59a9a;
  border-color: transparent;
}

.navbar-inverse .navbar-nav li a {
  color: #f1f1f1;
  padding: 10px;
}

.navbar-inverse .navbar-nav li a:hover {
  font-weight: bold;
  background: transparent;
  color: #884545;
}

@media (min-width: 1200px) {

  .navbar-inverse {
    border: none;
    padding: 20px 0;
    background: transparent;
  }

  .navbar-inverse .navbar-nav li a {
    color: #f1f1f1;
    padding-top: 25px;
  }

  .navbar-inverse .navbar-nav li a:hover {
    font-weight: bold;
    background: transparent;
  }


  .navbar-scroll {
    padding: 5px 0;
    background: #c59a9a;
  }
}

/* ==================================================
	navbar-collapse
====================================================*/
@media (max-width: 991px) {

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-inverse {
    padding: 7px 0;
    margin-bottom: 0;
  }

  .navbar-inverse .navbar-toggle {
    border-color: transparent;
  }

  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-inverse .navbar-brand {
    font-size: 20px;
    padding: 7px 0 7px 10px;
  }

  .navbar-inverse .navbar-brand span {
    font-size: 10px;
  }

  .navbar-brand img {
    width: 27px;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 20px -15px;
    text-align: center;
    padding: 0 20px;
  }

  .navbar-nav>li {
    float: none;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }

  .navbar-inverse .navbar-nav li a {
    padding: 20px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #c59a9a;
  }

  .collapsing {
    overflow: hidden !important;
  }

  .social-sp {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .social-sp i {
    font-size: 20px;
  }
}

/* ==================================================
	sidebar
====================================================*/
.sidebar {
  width: 200px;
  position: fixed;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.sidebar .logo {
  padding: 30px 20px;
  display: block;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu li {
  padding: 5px 20px;
}

.menu li a {
  color: #f1f1f1;
}

.menu li a:hover,
.menu li a.active {
  font-weight: bold;
  text-decoration: none;
}

.menu li a:focus {
  text-decoration: none;
}

.menu-toggle {
  display: none;
  text-align: center;
  color: #f1f1f1;
  padding: 0 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-toggle:hover {
  font-size: 20px;
  color: #f1f1f1;
}

.menu-toggle:focus {
  color: #f1f1f1;
}

@media (max-width: 768px) {

  .logo {
    text-align: center;
  }


  .sidebar {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }

  .sidebar .menu {
    text-align: center;
    display: none;
  }

  .sidebar .logo {
    padding: 20px 0 10px;
  }


  .menu-toggle {
    display: block;
  }


  .right-content {
    margin-left: 0 !important;
  }
}

.right-content {
  margin-left: 200px;
  margin-top: -60px;
}

.right-content .section {
  padding: 100px 0 200px;
}

@media (max-width: 768px) {

  .right-content {
    margin-top: 0px;
  }
}


/* ==================================================
	slider-banner
====================================================*/
#slider-banner {
  min-height: 100%;
  height: 100vh;
  width: 100%;
  text-align: center;
  padding: 300px 0;
}

#slider-banner i {
  font-size: 130px;
}

#slider-banner h2 {
  font-size: 60px;
  margin-bottom: 30px;
}

#slider-banner p {
  margin-bottom: 30px;
  padding: 0 100px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#slider-banner .owl-pagination {
  /*margin-top: 50px;*/
  display: none;
}

@media (max-width: 991px) {

  #slider-banner {
    padding: 150px 0;
  }
}

@media (max-width: 667px) {

  #slider-banner p {
    padding: 0 30px;
    font-size: 13px;
  }

  #slider-banner {
    padding: 150px 0;
  }

  #slider-banner i {
    font-size: 90px;
  }

  #slider-banner h2 {
    font-size: 43px;
  }
}

/* ==================================================
	owl settings
====================================================*/
.owl-theme .owl-controls .owl-page span {
  background: #f1f1f1;
}

.owl-pagination {
  margin-top: 50px;
}


/* ==================================================
  #about
====================================================*/
#about,
#about .section-heading h2 {
  color: #333;
}

#about .section-heading .separator {
  background: #333;
}

.services.style1 {
  padding: 40px 20px;
  text-align: center;
}

.services.style1 img {
  margin: 0 auto;
  margin-bottom: 20px;
}

.services.style1 i {
  font-size: 60px;
}

.services.style1:hover i {
  color: #f1f1f1;
}

.services.style2 {
  text-align: center;
  padding: 40px 20px;
}

.services.style2 img {
  margin: 0 auto;
  margin-bottom: 20px;
}

.services.style2 i {
  min-width: 80px;
  font-size: 36px;
  padding: 20px;
  margin-bottom: 10px;
  border: 2px solid #c59a9a;
  background: #c59a9a;
  display: inline-block;
  text-align: center;
  color: #fff;
}

/*.services.style2:hover i {
  background: rgba(0, 0, 0, 0.5);
}*/
.services.style3 {
  padding: 40px 20px;
}

.services.style3 i {
  min-width: 80px;
  margin-top: 14px;
  float: left;
  font-size: 36px;
  padding: 20px;
  margin-bottom: 10px;
  border: 2px solid #c59a9a;
  background: #c59a9a;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.services.style3 .content {
  margin-left: 100px;
}

.services.style3 .content ul {
  list-style: none;
  padding: 0 20px;
}

.services.style3 .content ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -15px;
  color: #f1f1f1;
}

.services.style3:hover i {
  background: rgba(0, 0, 0, 0.5);
}

.services.style4 {
  padding: 40px 20px;
}

.services.style4 i {
  float: left;
  font-size: 31px;
  margin-top: 10px;
}

.services.style4 .content {
  margin-left: 50px;
}

.services.style4 a {
  color: #f1f1f1;
  text-transform: capitalize;
  padding-left: 18px;
}

.services.style4 a:before {
  font-family: 'FontAwesome';
  content: '\f18e';
  margin: 0 5px 0 -15px;
  color: #f1f1f1;
}

.services.style4 a:hover {
  text-decoration: none;
}

.services i {
  color: #f1f1f1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.services h4 {
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
}

#about h4 {
  color: #333;
}

#about h4.leadRetreat {
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
  padding: 20px 0;
  line-height: 1.5
}

@media (max-width: 992px) {

  .services.style1,
  .services.style2,
  .services.style3,
  .services.style4 {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {

  .services.style1,
  .services.style2 {
    padding: 20px 40px;
  }
}


/* ==================================================
  #healing
====================================================*/
.price-box2 {
  margin: 40px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border: 2px solid #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.price-box2 .price {
  color: #f1f1f1;
  font-size: 27px;
  margin: 20px 0;
}

.price-box2 .price span {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 5px;
}
.price-box2 .price small {
  font-size: 11px;
}

.price-box2 .month {
  display: inline;
  font-size: 16px;
  margin: 20px 0 0;
}

.price-box2 .separator {
  width: 20%;
  height: 1px;
  color: #f1f1f1;
  background: #f1f1f1;
  margin: 30px auto;
}

.price-box2 h2 span {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
}

.team-box1 {
  margin-bottom: 30px;
  margin-top: 80px;
}

.team-box1 h4 {
  font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
}

.team-box1 .flex {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-end;
}

.team-box1 .flex-txt {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .price-box2 p {
    text-align: left;
  }
  .team-box1 {
    margin-top: 50px;
  }
}


/* ==================================================
  #session
====================================================*/

#session table {
  margin: 0 auto;
  max-width: 830px;
}

#session table,
td,
th {
  border: 1px solid #888;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.5);
  color: #111;
  text-align: center;
}

#session th {
  padding: 35px;
  font-size: 22px;
  font-weight: normal;
}

#session th small {
  font-size: 13px;
}

#session td {
  padding: 20px;
}

#session td.type {
  width: 500px;
  font-size: 17px;
}

#session td.price {
  font-size: 23px;
  width: 200px;
}

@media (max-width: 768px) {
  #session td {
    padding: 20px 5px;
  }
}


/* ==================================================
  #access
====================================================*/
#access,
#access .section-heading h2 {
  color: #333;
}

#access .separator {
  background: #333;
}

#access dl,
dt,
dd {
  display: inline-block;
  font-size: 17px;
}

#access dt {
  width: 100px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}

#access a.contact_mail {
  color: #333;
}

#access iframe {
  width: 100%;
  height: 450px;
  margin: 80px 0;
}

@media (max-width: 768px) {
  #access dt {
    margin-bottom: 20px;
    vertical-align: top;
  }

  #access .officeArea {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  #access .officeArea .col-md-4 {
    width: 50%;
  }
}



/* ==================================================
	#retreat
====================================================*/
#retreat .section-heading {
  padding-top: 100px;
}

.image-box {
  border: 2px solid #f1f1f1;
  background: #f1f1f1;
  margin: 15px 0;
}

.image-box img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.image-box figure {
  overflow: hidden;
}

.image-box figure:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.image-box .caption {
  text-align: center;
  padding: 10px 0;
}

.image-box .caption h4 {
  margin: 0;
  color: #222;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 15px;
}

.image-box .caption p {
  color: #555;
  margin: 0;
  text-transform: capitalize;
  font-size: 13px;
}

.image-box a {
  text-decoration: none;
}

.image-box a:hover h4 {
  color: #555;
}

.gallery {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin: 15px 0;
  border: 2px solid #f1f1f1;
}

.gallery .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.gallery h2 {
  text-transform: uppercase;
  color: #f1f1f1;
  text-align: center;
  position: absolute;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(100px);
  -ms-transform: translatey(100px);
  transform: translatey(100px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px;
  bottom: 0;
}

.gallery a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #f1f1f1;
  border: 2px solid #f1f1f1;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 7px 14px;
  position: relative;
  margin: 30% 0%;
}

.gallery a.access {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #f1f1f1;
  border: 2px solid #f1f1f1;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 7px 14px;
  position: relative;
  margin: 40% 0%;
}

.gallery a.info:hover,
.gallery a.access:hover {
  background: rgba(255, 255, 255, 0.3);
}

.gallery:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery:hover h2,
.gallery:hover a.info,
.gallery:hover a.access {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.gallery:hover a.info {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.gallery.style2 {
  border: none;
  margin: 0;
}

.gallery.style2 img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-radius: 0px;
}

@media (max-width: 768px) {
  #retreat .section-heading {
    padding-top: 50px;
  }

  #retreat .row {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }

  #retreat .col-md-3.col-sm-6 {
    width: 48%;
    padding: 0 10px;
  }

  #retreat .gallery {
    margin: 5px 0;
  }
}




/* ==================================================
	filter
====================================================*/
ul#filter {
  margin: 0;
  padding: 0;
}

ul#filter li {
  display: inline-block;
}

ul#filter li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

ul#filter a {
  text-decoration: none;
  padding: 2px 10px;
  color: #f1f1f1;
  margin: 5px 2px;
  display: block;
  font-size: 14px;
}

ul#filter li.current a,
ul#filter a:hover {
  color: #f1f1f1;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

ul#filter li.current a {
  text-decoration: none;
  color: #f1f1f1;
}

ul#portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

ul#portfolio-filter a:hover {
  text-decoration: none;
}

/*
ul#portfolio-filter img { margin:15px 0; }

ul#portfolio-filter h4 {
	margin-bottom:0px;	
}


ul#portfolio-filter .item-wrapper {
	    position: relative;
		text-align: center;
}



ul#portfolio-filter .item-wrapper .overlay{
	position: absolute;
    text-align: center;
    width: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,0.7);
	color:$body-text-color;
	@include transition-all(all .3s ease-in-out);
	bottom:0;
	  background: url(../img/trans-dot.png) repeat top left;
	 h4 {
		color:$body-text-color;
	 } 
}




ul#portfolio-filter .item-wrapper:hover .overlay {
	@include transition-all(all .3s ease-in-out);
	background: url(../img/trans-dot.png) repeat top left;
	
}


ul#portfolio-filter .info {
	text-align:center;
}


ul#portfolio-filter .no-padd img { 
	margin:0;	
}

*/


/* ==================================================
	blog section
====================================================*/
.blog-box1 {
  margin: 40px 15px;
}

.blog-box1 img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.blog-box1 figure {
  overflow: hidden;
  border: 2px solid #f1f1f1;
}

.blog-box1 figure:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-box1 h4 {
  margin: 20px 0 10px;
}

.blog-box1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-box1 ul li {
  float: left;
  padding-right: 10px;
}

.blog-box1 ul li i {
  padding-right: 5px;
}

.blog-box2 {
  margin: 40px 15px;
}

.blog-box2 img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.blog-box2 figure {
  overflow: hidden;
  position: relative;
  border: 2px solid #f1f1f1;
}

.blog-box2 h4 {
  margin: 20px 0 10px;
}

.blog-box2 ul {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  list-style: none;
  padding: 2px 10px;
  text-align: center;
}

.blog-box2 ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}

.blog-box2 ul li i {
  margin-right: 5px;
}

.blog-box2:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-box3 {
  margin: 40px 0;
}

.blog-box3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-box3 ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-box3 ul li i {
  margin-right: 5px;
}

.blog-box3 figure {
  border: 2px solid #f1f1f1;
  float: left;
}

.blog-box3 figure img {
  width: 210px;
  height: 150px;
}

.blog-box3 .content {
  margin-left: 230px;
}

/* ==================================================
	blog single
====================================================*/
#blog-single {
  margin: 60px 0;
}

#blog-single figure {
  border: 2px solid #f1f1f1;
}

#blog-single h2 {
  margin: 10px 0;
}

#blog-single ul.posted-info {
  margin: 20px 0;
  padding: 0;
}

#blog-single ul.posted-info li a {
  color: #f1f1f1;
  font-style: italic;
}

#blog-single ul.posted-info li a:hover {
  text-decoration: underline;
}

.blog-author {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  color: #f1f1f1;
  padding: 10px;
  margin: 25px 0;
}

.blog-author img {
  float: left;
  width: 82px;
  height: 82px;
}

.blog-author h4 {
  color: #f1f1f1;
  text-shadow: none;
}

.blog-author .blog-author-desc {
  margin-left: 100px;
}

.blog-author ul li a i {
  color: #f1f1f1;
}

.media {
  margin-top: 30px;
}

.media .date {
  display: block;
}

.media .media-body {
  font-size: 13px;
}

.reply {
  float: right;
}

.widget {
  margin-bottom: 40px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
}

.widget h4 {
  margin-bottom: 20px;
}

.cat {
  padding: 0;
  list-style: none;
}

.cat li a:hover {
  text-decoration: underline;
}

.recent-post {
  list-style: none;
  padding: 0;
}

.recent-post li a:hover {
  text-decoration: underline;
}

.recent-post li span {
  display: block;
  font-size: 10px;
  font-style: italic;
}

.tags {
  padding: 0;
  list-style: none;
}

.tags li {
  display: inline-block;
}

.tags li a {
  color: #f1f1f1;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
}

/* ==================================================
	contactForm
====================================================*/
.contact-info {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.contact-info i {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  background: #c59a9a;
  line-height: 50px;
  border-radius: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-info a {
  color: #f1f1f1 !important;
}

@media (max-width: 768px) {
  .contact-info {
    text-align: left;
  }

  .contact-info i {
    display: inline-block;
    margin-right: 5px;
  }
}


/* ==================================================
	footer
====================================================*/
#footer {
  text-align: center;
  padding: 20px 0;
  position: relative;
}

#footer .list-inline i {
  font-size: 25px;
  margin-bottom: 10px;
}

#footer .copyright {
  font-family: 'Poiret One', cursive;
  font-weight: bold;
  font-size: 17px;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 768px) {
  #footer .list-inline i {
    font-size: 20px;
  }

  #footer .copyright {
    font-size: 14px;
  }
}


/* ==================================================
	modal-theme
====================================================*/
.modal-theme {
  background: rgba(0, 0, 0, 0.7);
}

.modal-theme .modal-content {
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
}

.modal-theme .modal-content .modal-header {
  border-bottom: 1px solid #333;
}

.modal-theme .modal-content .modal-header .close {
  opacity: 1;
  font-size: 40px;
  text-shadow: none;
  color: #f1f1f1;
}

.modal-theme .modal-content .modal-footer {
  border-top: 1px solid #333;
}

/* ==================================================
	accordion
====================================================*/
.panel-group {
  margin: 40px 0;
}

.panel-group .panel {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #f1f1f1;
}

.panel-group .panel-heading {
  position: relative;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-radius: 0px;
  color: #f1f1f1;
  background: rgba(255, 255, 255, 0.1);
  border-color: #e6e6e6;
}

.panel-group .panel-heading a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: inherit;
  text-decoration: none;
}

.panel-group .panel-heading a:after {
  position: absolute;
  right: 10px;
  top: 15px;
  height: 20px;
  width: 20px;
  content: "\f068";
  text-align: center;
  line-height: 20px;
  font-family: FontAwesome;
  color: #f1f1f1;
  font-size: 18px;
}

.panel-group .panel-heading .collapsed:after {
  font-family: 'fontawesome';
  content: "\f067" !important;
}

/* ==================================================
	tabs
====================================================*/
.nav-tabs {
  margin: 40px 0;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 15px;
}

.nav-tabs li {
  margin-bottom: 0;
}

.nav-tabs li a {
  border: 2px solid transparent;
  border-bottom: 0;
  color: #f1f1f1;
}

.nav-tabs li a:hover {
  border-color: #e6e6e6;
  color: #f1f1f1;
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 2px solid #f1f1f1;
  border-bottom: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* ==================================================
	preloader
====================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f1f1f1;
  /* change if the mask should have another color then white */
  z-index: 1040;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/loadingHeart.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/* ==================================================
	scrollToTop
==================================================== */
.scrollToTop {
  width: 42px;
  height: 42px;
  padding: 8px 10px;
  text-align: center;
  font-weight: bold;
  color: #f1f1f1;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border-radius: 50px;
}

.scrollToTop:hover,
.scrollToTop:visited,
.scrollToTop:focus {
  text-decoration: none;
  background-color: #000;
  color: #f1f1f1;
}

.scrollToTop i {
  line-height: 24px;
}

/* ==================================================
	this is for selection pages
==================================================== */
.top-section {
  background: url(../img/bg2.jpg) no-repeat top left;
  padding: 100px;
  text-align: center;
}

.top-section h1 {
  margin: 0;
  font-size: 60px;
}

.top-section h4 {
  margin-top: 30px;
  font-weight: normal;
}

.top-section h4 span {
  font-weight: bold;
  text-decoration: underline;
}

.selection {
  padding: 40px 0;
  background: #f1f1f1;
}

.selection .item {
  text-align: center;
  margin: 15px 0;
}

.selection a {
  margin: 20px;
}

.selection p {
  color: #888;
  font-size: 12px;
}

.selection-heading {
  text-align: center;
  margin: 60px 0 40px;
}

.selection-heading h2 {
  display: inline-block;
  color: #444;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 19px;
}

.selection-heading h5 {
  color: #444;
}

/* ==================================================
	Toggle Nav Menu
==================================================== */
.toggle-nav {
  font-size: 24px;
  padding-top: 14px;
  pointer: cursor;
}

.toggle-nav:hover {
  font-size: 26px;
}

.menu-block {
  position: fixed;
  background: rgba(0, 0, 0, 0.96);
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}

.menu-block .menu {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.menu-block .menu li {
  padding: 10px 0;
}

.menu-block .menu li a {
  color: #f1f1f1;
  font-size: 18px;
  font-weight: bold;
}

.menu-block .menu li a:hover {
  font-size: 20px;
}

#toggle-close {
  position: absolute;
  top: 28px;
  right: 57px;
  font-size: 36px;
}