body {
  background: #fff;
  color: #fff;
font-family: 'Open Sans', sans-serif;
}


a {
  color: #000;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #c99d36;
  outline: none;
  text-decoration: none;
}

p {
font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #000;
  padding: 0;
  margin: 0;
  font-weight: 400;
  padding-bottom: 35px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Prata', serif;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;;
}

h2 {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 45px;
}

h3 {
  font-size: 22px;
	  font-weight: 400;
  padding-bottom: 40px;
}

h4 {
  font-size: 48px;
  font-weight: 400;
  color: #d1b47e;
}

h5 {
  font-size: 40px;
  color: #d1b47e;

}

h6 {
  font-size: 36px;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #9bacb0;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #71898e;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #9bacb0;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background-color: rgba(0, 0, 0, 0.0);
  padding: 15px 0 0 0;
  margin-bottom: -10px;
  font-size: 14px;
  color: #364ee4;

}

#topbar .contact-info a {
  line-height: 1;
  color: #364ee4;
}

#topbar .contact-info a:hover {
  color: #364ee4;
}

#topbar .contact-info i {
  color: #364ee4;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
}

#topbar .social-links a {
  color: #ffffff;
  padding: 4px 4px;
  display: inline-block;
  line-height: 1px;

}

#topbar .social-links a:hover {
  color: #364ee4;
}

#topbar .social-links {
  padding-left: 12px;
}

#topbar .contact-info .lang2 {
  padding-left: 3px;
  padding-right: 3px;
}





#banner {
  background: url('../img/header.jpg') no-repeat;
  background-size: cover;
  min-height: 900px;
  position: relative;
  background-position: center;
}

#banner-subpage {
  background: url('../img/intro-carousel/sub.png') no-repeat;
  background-size: cover;
  min-height: 380px;
  position: relative;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  padding-top: 5px;
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  width: 100%;
  top: 0px;
  z-index: 50;
  background-color: #fff;
}



#header.is-sticky {
  background-color: #fff;
  ;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  border-bottom: none;
}




#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Prata', serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #364ee4;
}

.is-sticky #header #logo img {
  padding: 0;
  margin: 0;
}

#header #logo img {
  padding: 0;
    height: 88px;
    margin-top: 0;
}

#footer #logo img {
  padding: 0;
  margin-top: 24px;
  height: 38px;
}


@media (max-width: 1199px) {
  #header {
    padding: 20px 0;
    height: 76px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    padding: 0;
    height: auto;
    width: 115px;
    margin-top: -20px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}

@media (min-width: 535px) {
  #intro .carousel-content {
    text-align: center;
    margin-right: 50px;
  }
}


#intro h2 {
  color: #fff;
  font-weight: 700;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: 'Open Sans', sans-serif;  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  /* align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; */
    margin: 0;
    float: right;
}

/* ul.nav-menu.nav-left:first-child {
  margin-left: 50px;
}

ul.nav-menu.nav-right:first-child {
  margin-right: 50px;
} */

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

#logo.pull-left {
}

@media (max-width: 1199px) {
  #nav-menu-container {
    display: none;
  }

  #logo.pull-left {
    display: block;
    margin-top: 12px;
  }

  #logo.logo-center{
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: 'Prata', serif;

  font-weight: 400;
  font-size: 16px;
  outline: none;
}

.nav-menu a:last-child {
  padding: 5px 14px 10px 14px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: 'Prata', serif;
  font-weight: 400;
font-size: 16px;
  outline: none;
}

.nav-menu a:last-child:hover {
  padding: 5px 14px 10px 14px;
  text-decoration: none;
  display: inline-block;
  color: #c99d36;
  font-family: 'Prata', serif;
  font-weight: 400;
font-size: 16px;
  outline: none;
}

.nav-menu a:last-child:active {
  padding: 5px 14px 10px 14px;
  text-decoration: none;
  display: inline-block;
  color: #c99d36;
  font-family: 'Prata', serif;
  font-weight: 400;
font-size: 16px;
  outline: none;
}

.nav-menu>li>a:before {}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .menu-active>a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #344647;
  font-weight: 700;
}*/

.nav-menu>li {
  margin-left: 10px;
  margin-right: 10px;

  margin-top: 30px;
}

.nav-menu ul {
  margin: 13px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  background: rgba(255, 255, 255, 0.3);
  z-index: 45;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #000;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: #c99d36;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 0 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #000;
}

@media (max-width: 1199px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: #f9f1ec;
    margin-top: 74px;
    top: 100%;
    width: 100%;
    overflow-y: auto;
    transition: 0.4s;
    text-align: center;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #000;
  font-family: 'Prata', serif;
  font-weight: 400;
  font-size: 18px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  margin-top: 10px;
}

#mobile-nav ul li a:hover {
  color: #c99d36
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #fff;
}

#mobile-nav ul .menu-item-active {
  color: #fff;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  position: fixed;
  background: transparent;
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}



#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #fff
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

#intro .carousel-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}

#intro .carousel-background img {
  max-width: 100%
}

#intro .carousel-content {
  text-align: center
}

@media (min-width:535px) {
  #intro .carousel-content {
    text-align: center;
    margin-right: 50px
  }
}

#intro h2 {
  color: #fff;
  font-weight: 700
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff
}

#intro .carousel-fade {
  overflow: hidden
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity
}

#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item {
  opacity: 0
}

#intro .carousel-fade .carousel-inner .active {
  opacity: 1;
  transition: .5s
}

#intro .carousel-fade .carousel-inner .active.carousel-item-left {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

#intro .carousel-indicators li {
  cursor: pointer
}



button[type="more"] {
  background: #c99d36;
  border: solid 1px #c99d36;
  border-radius: 0;
  padding: 20px 35px 20px 100px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
font-family: 'Open Sans', sans-serif;
z-index: 2;
position: relative;
}

button[type="more"]:hover {
  background: #d8ad48;
  border: solid 1px #d8ad48;
  border-radius: 0;
  padding: 20px 35px 20px 100px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
font-family: 'Open Sans', sans-serif;


}

a button::after {
  content: "";
  position: absolute;
  bottom: 32px;
  left: 50px;
  right: 0;
  width: 45px;
  height: 1px;
  border-top: 2px solid #fff;
}



button[type="more--white"] {
  background: #fff;
  border: solid 1px #fff;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #070b4a;
  transition: 0.4s;
  cursor: pointer;
font-family: 'Open Sans', sans-serif;
}


button[type="more--white"]:hover {
  background: #070b4a;
  border: solid 1px #fff;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
font-family: 'Open Sans', sans-serif;


}



/* section style */
.look{
  padding-top: 120px;
  padding-bottom: 120px;
}

.look__content{
position: relative;
z-index: 2;
}

.about{
  background-color: #f9f1ec;
  padding-top: 120px;
  padding-bottom: 120px;
}

.about__content{
  position: relative;
  z-index: 2;
  }

.gallery{
  padding-top: 120px;
  padding-bottom: 150px; 
}

.price{
  background-color: #f9f1ec;
  padding-top: 120px;
  padding-bottom: 120px;
}

.price__title{
  text-align: center;
  padding-bottom: 30px;
}

.booking{
  background: url('https://starlashstudio.com.au/wp-content/uploads/2019/12/booking.jpg') no-repeat;
  background-size: cover;
}

.booking__content{
  margin-top: 130px;
  margin-bottom: 130px;;
}

.booking h2 {
    color: #fff;
}

section.look:after {
  content: "";
  background: url(../img/maz.png) no-repeat;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  bottom: -170%;
}


section.look img {
  z-index: 2;
  position: relative;
}

section.about:after {
  content: "";
  background: url(../img/maz2.png) no-repeat right;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  bottom: -255%;
}

section.about img {
  z-index: 2;
  position: relative;
}


.bg_1 {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.head_top p {
    color: #fff;
}


.footer{
  background-color: #f9f1ec;
  z-index: 1;
  position: static;
  padding-top: 15px;
padding-bottom: 15px;
}


.nav-footer li {
  margin: 0 20px;
  font-family: 'Prata', serif;
}

.nav-footer a:hover{
  color: #c99d35;
}

ul.nav-footer {
  list-style: none;
  display: flex;
  right: 0;
  position: absolute;
  margin-top: 20px;
}

.footer__title{
  color: #fff;
  font-weight: 800;
  padding-bottom: 20px;
}

.footer__txt a{
  color: #fff;
  font-weight: 400;
  padding-bottom: 10px;
}

.footer__txt{
  color: #fff;
  font-weight: 400;
  padding-bottom: 10px;
}

.head_top__content{
  height: 100vh;
}

.form_header {
	position: absolute;
    top: 20%;
    background-color: #fff;
    padding: 40px 30px 25px 30px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border: rgb(238, 238, 238) solid 2px;
    padding-left: 10px;
    width: 100%;
    height: 120px;
}

input.wpcf7-form-control.wpcf7-submit{
  background: #191d5c;
  border: solid 1px #191d5c;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
font-family: 'Open Sans', sans-serif;
	    width: 100%;
	margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background: transparent;
  border: solid 1px #070b4a;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #070b4a;
  transition: 0.4s;
  cursor: pointer;
font-family: 'Open Sans', sans-serif;
	    width: 100%;
}

.sp-testimonial-free {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid white;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.1);
	min-height: 452px;
}

.sp-testimonial-free-section .sp-testimonial-free-item {
    text-align: center;
    padding-right: 14px;
    padding-left: 14px;
}

ul.slick-dots {
    display: none !important;
}

@media (max-width: 1099px) {
	.service1__img {
    margin-left: 0;
    margin-top: -250px;
}

.service2__img {
    margin-left: 0;
}
	
	.service3__img {
    margin-left: 0;
    margin-top: -50px;
}
	
	
}

@media (max-width: 991px) {


.row.d-flex.flex-row-reverse {
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
}
	
	.form_header {
    position: relative;
    top: 0;
    background-color: #fff;
    padding: 40px 30px 25px 30px;
box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.1);
margin-top: -3%;
}
	
	.service1 {
padding-top: 270px;
    padding-bottom: 70px;
    margin-top: -200px;}
	
	.service3 {
    margin-top: 50px;
}
	
	.service4__img {
    margin-top: 50px;
    margin-bottom: 50px;
}

.service4__content {
    margin-top: 70px;
	    margin-bottom: 70px;

}
	
}


@media (max-width: 767px) {



	
	.service1__img {
    margin-left: 0;
    margin-top: 60px;
}
	
	.service3__img {
    margin-left: 0;
    margin-top: 60px;
}
	
	.service3 {
    background-color: #070b4a;
    padding-top: 70px;
    padding-bottom: 70px;
}
  

.look__content{
  margin-top: 60px;
  }

  .about__content{
    margin-bottom: 60px;
    }

    .contact__content{
      margin-top: 60px;
      margin-bottom: 60px;
    }
  
.footer{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

ul.nav-footer {
  display: none;
}
	
}

@media (max-width: 565px) {
	
	.bg_1 {
    background-position: -850px center;
}

.footer_cont{
	margin-top: 30px;
}
	
	h1 {
  font-size: 40px;

}
}



.fa {
    margin-right: 10px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #191d5b;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #191d5b;
}

div#sp-testimonial-free-wrapper-1337 {
    margin-bottom: -100px;
}



/* settings display */
.section-details, details, summary, .details-title {
  display: block;
}

/* hide default arrows */
.section-details summary::-webkit-details-marker {
  display: none;
}

.section-details summary {
  outline: none;
}


details[open] .details-content:last-child {
    border-bottom: 0px solid #000 !important;
}

.price_box div:last-child{
  border-bottom: 2px solid #cdcdcd;
}

.price_box {
    margin-bottom: 30px;
}

.details-title {
  position: relative;
  padding: 15px;
  background: transparent;
  border: 2px solid #cdcdcd;
  color: #000;
  cursor: pointer;
  border-bottom: none;
}

.details-content {
  padding: 15px;
  border: 2px solid #cdcdcd;
  border-top: 0;
}

.section-price {
  display: flex;
  border: 2px solid #cdcdcd;
  border-bottom: none;
  padding: 15px;
}

.title-price{
  padding: 15px;
  border: 2px solid #cdcdcd;
  border-bottom: none;
  text-align: center;
}

.title-price h3{
 padding: 0;
 padding-top: 15px;
}

p.section-price__name{
  padding: 0;
  width: 70%;
}

p.section-price__price{
  padding: 0;
  width: 30%;
  text-align: right;
}

details[open] .details-title,
.section-details.open .details-title {
  background: #828282;
  color: white;
  border-color: #cdcdcd;

}

details[open] .details-content,
.section-details.open .details-content {
  border-color: #cdcdcd;
  display: flex;
	background-color: #efefef;
}

.title-price p {
    padding: 0;
}

.details-title::before, .details-title::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: inset 0 0 1em;
          box-shadow: inset 0 0 1em;
}

.details-title::before {
  width: 10px;
  height: 2px;
  top: 48%;
  right: 14px;
}

.details-title::after {
  width: 2px;
  height: 10px;
  top: 40%;
  right: 18px;
}

details[open] .details-title::before,
details[open] .details-title::after,
.section-details.open .details-title::before,
.section-details.open .details-title::after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
}

details[open].details-content:last-child {
    border-bottom: 0px solid #cdcdcd;
}

.contact__content {
    color: #000;
}

.instashow-gallery .instashow-gallery-media-cover {
    background: rgba(201, 157, 53, 0.89);
}

.instashow-gallery .instashow-gallery-control-arrow::after, .instashow-gallery .instashow-gallery-control-arrow::before {
    background: #c99d35;
}

footer img {
    max-height: 60px;
}