body {
  height: auto;
}

a{
	color:inherit
}
h1 {
  display: block;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 70px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
h4 {
  display: block;
  margin-bottom: 10px;
  margin-left: 0px;
  float: none;
  font-family: Lato, sans-serif;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
h5 {
  display: block;
  margin-top: 15px;
  margin-bottom: 3px;
  float: none;
  font-family: Lato, sans-serif;
  color: black;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: black;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: none;
}



.michellin img {
  max-width: 65px;
  margin-right: 10px;
  margin-top: 50px;
  transition: 0.3s;
}
.michellin-sm{
  margin-top: 0;
  transition: 0.3s;
}
.michellin-sm img{
  max-width: 65px;
  margin-right: 10px;
  margin-top: 30px;
  transition: 0.3s;
}



.button {
  display: inline-block;
  margin-top: 59px;
  padding: 15px 35px;
  border-radius: 7px;
  background-color: #00c2a2;
  box-shadow: #02967e 0px 2px 0px 0px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #828282;
  box-shadow: dimgray 0px 2px 0px 0px;
}
.button.hero-button {
  display: inline-block;
  margin-top: 0px;
  float: none;
  border: 2px solid #666;
  border-radius: 7px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 500ms ease, color 500ms ease;
  transition: all 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  font-weight: 500;
  text-transform: none;
  color:#666;
}
.button.hero-button:hover {
  border-color: #CCC;
  background-color: #FFF;
  box-shadow: none;
  color: #CCC;
}
.button.hero-button.right {
  margin-top: 0px;
  background-color: #828282;
  box-shadow: none;
}
.button.right {
  background-color: #dba94b;
  box-shadow: none;
}
.button.right:hover {
  box-shadow: none;
}
.hero-section {
  position: static;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.hero-section.ppage {
  background-image: -webkit-linear-gradient(bottom, rgba(71, 46, 0, 0.43) 26%, rgba(43, 30, 6, 0.72)), url('../images/wall.jpg');
  background-image: linear-gradient(to top, rgba(71, 46, 0, 0.43) 26%, rgba(43, 30, 6, 0.72)), url('../images/wall.jpg');
  background-position: 0% 0%, 0px 50%;
}
.navbar {
  position: relative;
  z-index: 9999;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background-color: black;
}
.upper {
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: rgba(242, 242, 242, 0.65);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}
.upper.title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family:'Great Vibes', cursive;
  color: #dba94b;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}
.section {
  padding-top: 110px;
  padding-bottom: 110px;
}
.section.oliver {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.section.oliver.paddingbottom {
  padding-bottom: 76px;
}
.section {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f2f2f2;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.hero-small-line {
  position: relative;
  display: block;
  width: 20%;
  height: 3px;
  margin: 15px auto;
  background-color: #00c2a2;
  text-align: center;
}
.hero-small-line.header {
  width: 100px;
  margin-top: 40px;
  margin-bottom: 0px;
}
.white-tittle {
  margin-bottom: 30px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.menu-button {
  display: block;
}
.div-block {
  margin: auto 420px 60px;
}
.browser {
  width: 100px;
  height: 100px;
  float: none;
  border: 1px solid #adafb3;
  border-radius: 22px;
  -webkit-transition: border-color 1000ms ease, box-shadow 1000ms ease;
  transition: border-color 1000ms ease, box-shadow 1000ms ease;
}
.browser:hover {
  border-color: #00c2a2;
  box-shadow: rgba(173, 175, 179, 0.47) 0px 0px 2px 1px;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}
.browser.compatibility {
  width: 35px;
  height: 35px;
  margin: 20px 5px;
  border: 0px none #dba94b;
  border-radius: 0px;
  background-color: #dedede;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.browser.compatibility:hover {
  background-color: rgba(26, 29, 46, 0.97);
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}
.browser.compatibility.icon {
  width: 120px;
  height: 120px;
  margin-top: 25px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border-color: transparent;
  border-radius: 23px;
  background-image: -webkit-linear-gradient(#f7f7f7, #f5f2f2);
  background-image: linear-gradient(#f7f7f7, #f5f2f2);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: initial;
  transition-delay: initial;
}
.browser.compatibility.icon:hover {
  border-style: none;
  background-color: transparent;
  background-image: -webkit-linear-gradient(#f0f0f0, #e3e3e3);
  background-image: linear-gradient(#f0f0f0, #e3e3e3);
  box-shadow: none;
}
.browser.testimonials-image-block {
  width: 90px;
  height: 90px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 70px;
  float: left;
  border-radius: 0px;
  text-align: center;
}
.icon-image {
  display: block;
  float: none;
}
.socil-icon {
  width: 40px;
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}
.socil-icon:hover {
  opacity: 0.6;
}
.testimonials-tittle {
  margin-top: auto;
  margin-bottom: auto;
  float: left;
  font-family: Merriweather, serif;
  color: #00c2a2;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
.testimonials-text {
  margin: 30px 40px 20px;
  float: none;
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 35px;
  line-height: 35px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
.footer {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}
.copyright {
  margin-top: 13px;
  margin-bottom: 0px;
  padding-top: 10px;
  float: none;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}
.nav-link {
  padding: 12px 12px 10px;
  border-radius: 9px;
  opacity: 1;
  -webkit-transition: all 550ms ease-in;
  -webkit-transition-property: background-color, color;
  transition: all 550ms ease-in;
  transition-property: background-color, color;
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #adafb3;
  letter-spacing: 1px;
  text-decoration: none;
}
.nav-link.w--current {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #adafb3;
  font-weight: 500;
}
.nav-link.w--current:hover {
  border-radius: 0px;
  color: #adafb3;
  text-decoration: none;
}
.icon-menu {
  color: white;
}
.icon-menu:hover {
  color: #dba94b;
}
.navbar-scroll {
  position: fixed;
  display: none;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.78);
  box-shadow: none;
}
.testimonilas-clients {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: whitesmoke;
}
.nav-menu {
  margin-top: 19px;
}
.nav-menu._2 {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  float: right;
  text-align: right;
}
.nav-menu._3 {
  margin-top: 5px;
}
.text-hero {
  margin-top: 0px;
  padding-bottom: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.about-text {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}
.about-text._2 {
  margin-right: 150px;
  margin-bottom: 0px;
  margin-left: 150px;
  color: white;
  font-weight: 400;
  text-align: center;
}
.about-text.tittle {
  margin-bottom: 0px;
  margin-top:30px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
  font-family: Lato, sans-serif;
  color: black;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.about-text.tittle.center {
  text-align: center;
}
.about-text.tittle.others {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.about-text._3 {
  margin-top: 30px;
  font-family: Lato, sans-serif;
  color: #828282;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}
.about-text._3.center {
  margin-right: 50px;
  margin-left: 50px;
  font-family: Lato, sans-serif;
  color: #828282;
  font-size: 15px;
  text-align: center;
}
.about-text._3.lessmargin {
  margin-top: 0px;
}
.about-text.sev {
  font-family: Lato, sans-serif;
  color: #4a4a4a;
  font-size: 15px;
  text-decoration: none;
}
.dark-tittle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: black;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}
.dark-tittle.white {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 20px;
  border-radius: 15px;
  color: white;
  font-size: 50px;
  font-weight: 800;
}
.dark-tittle.white.header {
  padding: 3px 12px;
  border-width: 2px;
  border-radius: 10px;
  font-size: 23px;
}
.dark-tittle.white.left {
  display: block;
  margin-top: 5px;
  padding: 0px;
  font-size: 25px;
  font-weight: 400;
}
.dark-tittle.light {
  margin-top: 20px;
  padding-left: 30px;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.dark-tittle.light.nomarginleft {
  padding-left: 0px;
}
.dark-tittle.center {
  display: block;
  margin-right: 200px;
  margin-bottom: 30px;
  margin-left: 200px;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.49);
  border-radius: 0px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.dark-tittle.center.smaller {
  font-size: 33px;
}
.dark-tittle.titlereserva {
  margin-top: 26px;
  margin-bottom: 32px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.dark-tittle.margintopchef {
  margin-top: 27px;
}
.section-info.contact {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-map-fprm {
  position: relative;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.left-arrow {
  display: none;
  margin-right: auto;
  opacity: 0.4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.left-arrow:hover {
  opacity: 1;
}
.right-arrow {
  display: none;
  margin-left: auto;
  opacity: 0.4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.right-arrow:hover {
  opacity: 1;
}
.hero-container {
  position: static;
  top: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.browser-div {
  display: block;
  margin-top: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px none rgba(255, 255, 255, 0.49);
  border-bottom: 1px none rgba(255, 255, 255, 0.49);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.browser-div.in-footer {
  margin-top: 8px;
  text-align: left;
}
.submit-button {
  width: auto;
  margin-bottom: 17px;
  padding: 20px 35px;
  border-radius: 5px;
  background-color: black;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: none;
}
.submit-button:hover {
  background-color: rgba(26, 29, 46, 0.97);
  opacity: 1;
}
.text-field {
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #c2c2c2 #f6f6f6 white;
  border-right-style: solid;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 5px;
  background-color: rgba(212, 216, 217, 0.63);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.text-field:hover {
  color: #828282;
}
.text-area {
  min-height: 175px;
  margin-bottom: 20px;
  border-color: #c2c2c2 #f6f6f6 white;
  border-right-style: solid;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 5px;
  background-color: rgba(212, 216, 217, 0.63);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.success-message {
  border: 3px dashed #dba94b;
  border-radius: 5px;
  background-color: transparent;
}
.service {
  padding-top: 0px;
  padding-bottom: 100px;
}
.brand {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 60px;
}
.brand.w--current {
  margin-top: 5px;
  margin-bottom: 0px;
  float: left;
}
.footer-container {
  text-align: center;
}
.brand-scroll.w--current {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  text-align: center;
}
.brand-scroll.second {
  display: block;
  margin-top: 8px;
  float: none;
}
.brand-scroll.second.w--current {
  margin-top: 10px;
}
.logo {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 34px;
  font-weight: 300;
}
.logo.white {
  display: block;
  padding-top: 0px;
  color: white;
  font-weight: 800;
  text-align: center;
}
.hero-text {
  display: block;
  margin-top: 140px;
  margin-bottom: 140px;
  float: none;
}
.slider {
  width: 49%;
  height: 100%;
  margin-right: 10px;
  border-radius: 10px;
  background-color: white;
  text-align: center;
}
.slider.hero {
  width: auto;
  height: 100%;
  margin-right: auto;
  background-color: transparent;
}
.slide-1 {
  position: relative;
  display: inline-block;
  float: none;
}
.slide-nav {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 11px;
}
.section-container {
  text-align: center;
}
.section-container.margintop {
  margin-top: 117px;
}
.section-container.margintop.lessmargintop {
  margin-top: 79px;
}
._2 {
  width: 49%;
  margin-top: 0px;
  float: none;
  color: #4a4a4a;
  font-size: 16px;
  text-align: center;
}
.form-row {
  margin-top: 0px;
}
.info-text {
  margin-bottom: 20px;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}
.social-icons {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
}
.social-icons:hover {
  padding: 5px;
  background-color: #4a4a4a;
}
.social-text {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 12px;
  line-height: 7px;
  text-align: center;
  text-transform: uppercase;
}
.social-text:hover {
  background-color: transparent;
  opacity: 1;
}
.number {
  display: inline-block;
  padding: 15px 20px 20px;
  border: 1px solid black;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-weight: 600;
  text-align: left;
}
.div-text {
  text-align: left;
}
.div-text.center {
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  text-align: center;
}
.div-text.center.white {
  margin-bottom: 0px;
}
.tittle {
  margin-bottom: 100px;
  padding-top: 35px;
  padding-bottom: 35px;
  color: rgba(150, 151, 153, 0.52);
}
.tittle.features {
  margin-bottom: 120px;
}
.tittle.lessmargin {
  margin-bottom: 11px;
}
.tittle.lessmargintitle {
  margin-bottom: 30px;
}
.div-row {
  padding-right: 70px;
  padding-left: 150px;
  text-align: center;
}
.div-row.fixmarginleft {
  padding-left: 70px;
}
.portfolio-post {
  width: 100%;
  height: auto;
  margin-top: 20px;

}
.portfolio-post.second {
  background-image: url('../images/ementa2.jpg');
}
.portfolio-post.third {
  background-image: url('../images/ementa3.jpg');
}
.portfolio-post.fourth {
  background-image: url('../images/ementa4.jpg');
}
.portfolio-post.fifth {
  background-image: url('../images/ementa5.jpg');
}
.portfolio-post.sixth {
  background-image: url('../images/ementa6.jpg');
}
.portfolio-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.color-box {
  width: 100%;
  height: 202px;
  padding: 140px 20px 20px;
  background-color: rgba(130, 130, 130, 0.8);
}
.color-box.forth {
  background-color: rgba(91, 177, 212, 0.90);
}
.color-box.sixth {
  padding-top: 140px;
  background-color: rgba(0, 0, 0, 0.67);
}
.color-box.fivfth {
  background-color: rgba(91, 143, 212, 0.90);
}
.portfolio-tittle {
  position: static;
  display: block;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sub-tittle {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  color: #dba94b;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sub-tittle.portfolio {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: white;
}
.sub-tittle.portfolio.pdf {
  font-family: Lato, sans-serif;
  font-weight: 700;
}
.facts {
  padding-bottom: 100px;
  background-color: #f7f7f7;
}
.portfolio-section {
  margin-bottom: 20px;
  padding-bottom: 40px;
  background-color: #fff;
}
.portfolio-section.related {
  margin-top: 70px;
}
.portfolio-section.padding-bottom {
  padding-bottom: 76px;
}
.list-iteam {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(194, 194, 194, 0.8);
}
.div-team {
  display: inline-block;
  width: 220px;
  height: 300px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/shutterstock_130103273.min_.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.textbar {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-style: none;
  background-color: white;

  background-position: 50% -43px;
  background-repeat: no-repeat;
}
.textbar.over-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.color {
  color: #15b4c9;
}
.copyright-div {
  margin-top: 20px;
}
.logo-footer {
  display: block;
  text-align: center;
}
.black-box {
  margin-right: 5px;
  padding-left: 5px;
  background-color: rgba(74, 74, 74, 0.47);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.black-box:hover {
  background-color: #4a4a4a;
}
.skills-column {
  height: 328px;
  padding-top: 20px;
  padding-right: 66px;
  padding-left: 66px;
  background-image: url('../images/img2.png');
  background-size: cover;
}
.skills-line {
  width: 70%;
  height: 100%;
  background-color: #4a4a4a;
}
.photo-div {
  display: inline-block;
  width: 90px;
  height: 90px;
  padding-top: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(150, 151, 153, 0.2);
  border-radius: 100px;
  background-image: url('../images/okay22-min.jpg');
  background-position: 50% 50%;
  background-size: 125px;
  text-align: center;
}
.success-text {
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
}
.error-message {
  margin-top: 30px;
  border: 3px dashed #c2c2c2;
  border-radius: 5px;
  background-color: transparent;
}
.error-text {
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
}
.textbar-text {
  margin-bottom: 10px;
  padding: 22px 20px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
}
.tittle-post {
  margin-bottom: 50px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
}
.simple-menu {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background-color: transparent;
}
.imgtotop {
  position: absolute;
  top: 0px;
}
.maskstyle {
  max-height: 700px;
}
.margin-toptitles {
  display: block;
  margin-top: 19px;
}
.linknews {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
.linknews:hover {
  opacity: 0.52;
}
.contactcolumn {
  padding-top: 0px;
}
.logoheader {
  margin-top: 17px;
  margin-bottom: 17px;
  text-align: center;
}
.menuwraapercenter {
  text-align: center;
}
.logolink {
  height: auto;
  margin-bottom: 12px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.logolink img {
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
  display: inline-block;
  width: auto;
}
.logolink:hover {
  opacity: 0.29;
}
.linklogohotel {
  position: static;
  top: 0px;
  right: 0px;
  max-width: 90px;
  float: none;
}
.flaglogowrapper {
  display: inline-block;
  max-width: 95px;
  float: right;
}
.flags {
  margin-right: 12px;
  margin-top:9px;
  float: right;
  font-family: Lato, sans-serif;
  font-size:11px;
  color:#666;
  text-decoration:none;

}

.flags.active {

  color:#000;
  text-decoration:none;
  font-weight:bold;

}

.flags:hover {

  color:#ccc;
  text-decoration:none;

}
.imglogohotel {
  margin-top: 6px;
}
.reservationsection {
  background-color: #ededed;
  background-image: -webkit-repeating-radial-gradient(25% 40%, circle, white, rgba(222, 222, 222, 0.38));
  background-image: repeating-radial-gradient(circle at 25% 40%, white, rgba(222, 222, 222, 0.38));
}
.radio {
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 16px;
}
.labelform {
  font-family: Lato, sans-serif;
  font-weight: 300;
}
.reservationnotes {
  margin-top: 12px;
  margin-bottom: 23px;
  text-align: left;
}
.linktext {
  color: #828282;
}
.linktext:hover {
  text-decoration: none;
}
.linkfooter {
  color: #ededed;
  text-decoration: none;
}
.columnequipa {
  margin-top: 28px;
}
.header {
  border-bottom: 1px solid #adafb3;
  background-color: #fff;
}
.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.header-filler {
}
.textdetail {
  margin-top: 13px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: left;
}
.detailimg {
  padding-right: 12px;
  padding-bottom: 12px;
  float: left;
}
html.w-mod-js *[data-ix="display-none"] {
  display: none;
}
html.w-mod-js *[data-ix="upper"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.95);
  -ms-transform: translate(0px, 20px) scale(0.95);
  transform: translate(0px, 20px) scale(0.95);
}
html.w-mod-js *[data-ix="hero-headline"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
html.w-mod-js *[data-ix="hero-headline-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
html.w-mod-js *[data-ix="hero-line"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.95);
  -ms-transform: translate(0px, 20px) scale(0.95);
  transform: translate(0px, 20px) scale(0.95);
}
html.w-mod-js *[data-ix="button-hero-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.95);
  -ms-transform: translate(0px, 20px) scale(0.95);
  transform: translate(0px, 20px) scale(0.95);
}
html.w-mod-js *[data-ix="hero-arrow-link-block-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.95);
  -ms-transform: translate(0px, 20px) scale(0.95);
  transform: translate(0px, 20px) scale(0.95);
}
html.w-mod-js *[data-ix="hero-arrow-link-block-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.95);
  -ms-transform: translate(0px, 20px) scale(0.95);
  transform: translate(0px, 20px) scale(0.95);
}
html.w-mod-js *[data-ix="service-show"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
html.w-mod-js *[data-ix="service-show-2"] {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
html.w-mod-js *[data-ix="service-show-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
html.w-mod-js *[data-ix="navbar"] {
  opacity: 0;
  -webkit-transform: translate(0px, 22px) scale(0.95);
  -ms-transform: translate(0px, 22px) scale(0.95);
  transform: translate(0px, 22px) scale(0.95);
}
html.w-mod-js *[data-ix="testimonilas-show"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.7);
  -ms-transform: translate(0px, 20px) scale(0.7);
  transform: translate(0px, 20px) scale(0.7);
}
html.w-mod-js *[data-ix="fact-show"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="fact-show-2"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="fact-show-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="fact-show-4"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="fact-show-5"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="fact-show-6"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="phone"] {
  opacity: 0;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}
html.w-mod-js *[data-ix="phone-2"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}
html.w-mod-js *[data-ix="phone-3"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}
html.w-mod-js *[data-ix="service-show-4"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
html.w-mod-js *[data-ix="testimonilas-show-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px) scale(0.7);
  -ms-transform: translate(0px, 20px) scale(0.7);
  transform: translate(0px, 20px) scale(0.7);
}
html.w-mod-js *[data-ix="hero-headline-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
html.w-mod-js *[data-ix="show-portfolio-hover"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="move-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="move-down-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="show-team-hover"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="display-none-one-load"] {
  height: 0px;
}
html.w-mod-js *[data-ix="grow-skills-level"] {
  width: 0px;
}
html.w-mod-js *[data-ix="grow-skills-level-2"] {
  width: 0px;
}
html.w-mod-js *[data-ix="grow-skills-level-3"] {
  width: 0px;
}
html.w-mod-js *[data-ix="grow-skills-level-4"] {
  width: 0px;
}
@media (max-width: 991px) {
  body {
    height: auto;
  }
  h1 {
    font-size: 60px;
    line-height: 74px;
    letter-spacing: 0px;
  }
  h3 {
    text-align: left;
  }
  h4 {
    text-align: left;
  }
  p {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .button {
    margin-bottom: 20px;
  }
  .button.hero-button {
    margin-bottom: 0px;
    box-shadow: none;
  }
  .button.hero-button.right {
    box-shadow: none;
    text-align: center;
  }
  .hero-section {
    padding-bottom: 0px;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #2eb6d1;
  }
  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .section.oliver {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .hero-small-line {
    margin-left: auto;
    text-align: center;
  }
  .hero-small-line.header {
    position: relative;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .white-tittle {
    margin-bottom: 0px;
    font-size: 30px;
  }
  .menu-button {
    margin-right: 0px;
    padding: 14px;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .menu-button:hover {
    background-color: transparent;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }
  .menu-button.w--open {
    left: 0px;
    top: 0px;
    height: auto;
    padding-left: 18px;
    float: right;
    background-color: rgba(255, 255, 255, 0.09);
    text-align: left;
  }
  .div-block {
    margin-right: auto;
    margin-left: auto;
  }
  .socil-icon {
    margin-top: 37px;
  }
  .testimonials-text {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 30px;
  }
  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    text-align: center;
  }
  .nav-link:hover,
  .nav-link.w--current {
    background-color: rgba(152, 149, 143, 0.2);
  }
  .nav-link.w--current {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link.w--current:hover {
    display: inline-block;
    background-color: transparent;
  }
  .icon-menu {
    display: block;
    opacity: 1;
    color: white;
    font-size: 30px;
    text-align: center;
  }
  .icon-menu.lines {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #2eb6d1;
  }
  .icon-menu.lines:hover {
    color: #28a4bd;
  }
  .navbar-scroll {
    display: block;
    box-shadow: none;
  }
  .nav-menu {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .nav-menu._2 {
    display: block;
    float: none;
    background-color: rgba(23, 23, 23, 0.8);
    text-align: center;
  }
  .text-hero {
    margin-right: 100px;
    margin-left: 100px;
  }
  .text-hero.second {
    margin-right: 0px;
    margin-left: 0px;
  }
  .about-text {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
  }
  .about-text.tittle {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: left;
  }
  .about-text.tittle.center {
    text-align: center;
  }
  .about-text._3 {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: left;
  }
  .dark-tittle {
    margin-right: 0px;
    font-size: 35px;
    line-height: 39px;
  }
  .dark-tittle.white {
    border-color: #969799;
  }
  .dark-tittle.white.header {
    margin-left: 10px;
    padding: 5px 13px;
  }
  .dark-tittle.white.left {
    margin-bottom: 20px;
    text-align: center;
  }
  .dark-tittle.light {
    padding-left: 50px;
  }
  .dark-tittle.center {
    margin-right: 170px;
    margin-left: 170px;
    border-color: white;
    font-size: 35px;
    text-align: center;
  }
  .contact-map-fprm {
    padding-right: 0px;
    padding-left: 0px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .hero-container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .browser-div {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .browser-div.in-footer {
    text-align: center;
  }
  .text-area {
    min-height: 232px;
    color: #4a4a4a;
  }
  .success-message {
    border-radius: 5px;
    background-color: #dba94b;
  }
  .service {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 25px;
  }
  .brand.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .brand-scroll.w--current {
    float: none;
  }
  .logo {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #28a4bd;
  }
  .logo.white {
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    color: white;
    font-weight: 800;
    text-align: center;
  }
  .hero-text {
    display: inline-block;
    margin-top: 50px;
    padding-left: 10px;
    text-align: center;
  }
  .slider.hero {
    height: 100%;
  }
  .info-text {
    color: #4a4a4a;
  }
  .tittle-info {
    text-align: left;
  }
  .social-text {
    padding-top: 0px;
  }
  .div-text.center {
    margin-right: 0px;
    margin-left: 0px;
  }
  .tittle {
    margin-bottom: 70px;
    padding-top: 35px;
  }
  .div-row {
    padding-left: 70px;
  }
  .portfolio-post {
    background-repeat: repeat;
  }
  .facts {
    padding-top: 0px;
  }
  .list-iteam {
    margin-top: 25px;
    margin-bottom: 9px;
  }
  .div-team {
    width: 230px;
    height: 300px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .column-textbar {
    text-align: center;
  }
  .menu-button-1 {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .menu-button-1:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .menu-button-1.w--open {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .icon {
    color: #dba94b;
  }
  .success-text {
    color: white;
  }
  .simple-m {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .logolink {
    margin-left: 85px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 24px;
  }
  h4 {
    text-align: center;
  }
  p {
    margin-bottom: auto;
  }
  .michellin  {
    display: inline-block;
  }
  .michellin img {
    max-width: 65px;
    margin-right: 10px;
    margin-top: 3px;
  }
  
  .button.hero-button {
    float: none;
    box-shadow: none;
  }
  .button.hero-button.right {
    box-shadow: none;
    text-align: center;
  }
  .navbar {
    padding-bottom: 20px;
  }
  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .hero-small-line {
    margin-right: 250px;
    margin-left: 250px;
  }
  .hero-small-line.header {
    margin-right: auto;
    margin-left: auto;
  }
  .white-tittle {
    margin-bottom: 0px;
  }
  .menu-button {
    margin-right: 10px;
  }
  .browser.compatibility.icon {
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .socil-icon {
    margin-top: 30px;
  }
  .testimonials-text {
    margin-right: 50px;
    margin-left: 50px;
    font-size: 30px;
    line-height: 35px;
  }
  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    text-align: center;
  }
  .nav-link {
    display: block;
    border-radius: 5px;
  }
  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.09);
  }
  .nav-link.w--current {
    display: block;
    padding-right: 12px;
    padding-left: 12px;
  }
  .nav-link.w--current:hover {
    display: block;
    padding-left: 12px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.09);
  }
  .nav-menu {
    top: 101px;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .nav-menu._2 {
    top: 14px;
    display: block;
    margin-top: auto;
    margin-bottom: 0px;
    padding-top: 20px;
    float: none;
    text-align: center;
  }
  .testimonilas {
    margin-top: 30px;
  }
  .text-hero {
    margin-right: 70px;
    margin-left: 70px;
  }
  .about-text {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
    text-align: center;
  }
  .about-text._2 {
    text-align: center;
  }
  .about-text.tittle {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .about-text.tittle.center {
    text-align: center;
  }
  .about-text._3 {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .dark-tittle {
    margin: 0px 100px 20px;
    font-size: 30px;
    text-align: center;
  }
  .dark-tittle.white.left {
    text-align: center;
  }
  .dark-tittle.light {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .dark-tittle.center {
    display: block;
    margin-right: 100px;
    margin-left: 100px;
    font-size: 30px;
    text-align: center;
  }
  .section-info.contact {
    padding-bottom: 110px;
  }
  .contact-map-fprm {
    padding-right: 0px;
    padding-left: 0px;
  }
  .browser-div {
    margin-top: 250px;
  }
  .submit-button {
    margin-left: 14px;
  }
  .text-area {
    color: #828282;
  }
  .brand.w--current {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .brand-scroll.w--current {
    display: inline-block;
    margin-left: 0px;
  }
  .logo.white {
    padding-left: 0px;
  }
  .hero-text {
    margin-top: 30px;
    margin-bottom: 70px;
    float: none;
    text-align: center;
  }
  .form-row {
    margin-top: 30px;
  }
  .social-icons {
    width: 300px;
  }
  .social-text {
    font-size: 13px;
  }
  .div-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-text.center {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tittle {
    margin-bottom: 30px;
  }
  .tittle.features {
    margin-bottom: 110px;
  }
  .div-row.fixmarginleft {
    padding-right: 19px;
    padding-left: 10px;
  }
  .portfolio-post {
    display: block;
    width: 299px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .facts {
    padding-top: 0px;
  }
  .list-iteam {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .menu-button-1 {
    margin-right: 20px;
  }
  .logolink {
    margin-left: 0px;
  }
  .linklogohotel {
    max-width: 72px;
  }
  .flaglogowrapper {
    display: block;
    max-width: 150px;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    float: none;
    text-align: center;
}
  .flags {
    float: none;
  }
  .reservationsection {
    padding-right: 6px;
    padding-left: 6px;
  }
  .reservationnotes {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 48px;
  }
  h2 {
    margin-bottom: 50px;
  }
  h4 {
    text-align: center;
  }
  .button.hero-button.right {
    box-shadow: none;
  }
  .upper {
    margin-bottom: auto;
    font-size: 16px;
  }
  .upper.title {
    margin-top: 0px;
    font-size: 27px;
  }
  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .hero-small-line {
    margin-right: auto;
    margin-left: auto;
  }
  .hero-small-line.header {
    margin-top: 20px;
  }
  .white-tittle {
    margin-bottom: 0px;
    font-size: 22px;
  }
  .menu-button {
    padding: 14px;
  }
  .browser.compatibility.icon {
    width: 65px;
    height: 65px;
    margin: 20px 5px 0px;
    border-radius: 15px;
  }
  .socil-icon {
    width: 26px;
    margin-top: 20px;
  }
  .testimonials-text {
    margin-right: 0px;
    margin-left: 0px;
  }
  .copyright {
    margin-right: 20px;
    margin-left: 20px;
  }
  .nav-menu {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .nav-menu._2 {
    display: block;
  }
  .text-hero {
    margin-right: 20px;
    margin-left: 20px;
  }
  .about-text {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .about-text._2 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .about-text.tittle {
    margin-bottom: auto;
  }
  .about-text._3.center {
    margin-bottom: 50px;
  }
  .dark-tittle {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 26px;
    line-height: 33px;
  }
  .dark-tittle.light.nomarginleft {
    display: block;
    margin-left: auto;
  }
  .dark-tittle.center {
    margin-right: 10px;
    margin-left: 10px;
    float: none;
    border-right-style: none;
    border-left-style: none;
    font-size: 26px;
  }
  .contact-map-fprm {
    padding-right: 0px;
    padding-left: 0px;
  }
  .browser-div {
    margin-top: 100px;
  }
  .text-area {
    color: #828282;
  }
  .brand.w--current {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: left;
  }
  .social-icons {
    width: 202px;
  }
  .tittle-info {
    margin-top: 20px;
  }
  .social-text {
    font-size: 12px;
  }
  .div-text.center {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .tittle {
    margin-bottom: 20px;
  }
  .tittle.features {
    margin-bottom: 80px;
  }
  .div-row {
    padding-right: 15px;
    padding-left: 15px;
  }
  .color-box.sixth {
    background-color: rgba(0, 0, 0, 0.67);
  }
  .color-box.fivfth {
    background-color: rgba(91, 143, 212, 0.90);
  }
  .facts {
    padding-top: 0px;
  }
  .list-iteam {
    margin-bottom: 10px;
  }
  .textbar-text {
    font-size: 30px;
  }
}

/*  Accordion */
.js-accordion-toggle {
}
.accordion-content {
  display: none;
}

.ibglogofooter{
	text-align:center;
}

.aligncenter{
	text-align:center;
}


.mapgoogle{
	margin-top:70px;

}

input.form-error,
select.form-error {
  border-color: rgb(235, 58, 58);
}
span.form-error {
  position: relative;
  top: -10px;
  color: rgb(235, 58, 58);
  font-size: 14px;
}

.js-form-message {
  margin-bottom: 20px;
}

.form-message {
  padding: 6px 15px;
  color: #fff;
  border: 1 solid #fff;
}
.form-message-placeholder {
  background: transparent;
  border-color: transparent;
}
.form-message-success {
  color: #35ad4e;
  background-color: transparent;
  border-color: #35ad4e;
}
.form-message-info {
  color: #2695ea;
  background-color: transparent;
  border-color: #2695ea;
}
.form-message-error {
  color: #fff;
  background-color: #d92626;
  border-color: transparent;
}


/* Menu */
.logoheader {
  position: relative;
}
.toggle-menu {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  /*top: 50%;*/
  /*margin-top: -9px;*/
  margin-top: 14px;
}
.toggle-menu img {
  display: block;
}
@media (max-width: 767px) {
  .logolink {
    height: 40px !important;
  }
  .logolink {
    margin-bottom: 0
  }
  .menuwraapercenter {
    padding-top: 12px;
  }
  .toggle-menu {
    display: block;
  }
  .menuwraapercenter {
    display: none;
  }
  .menuwraapercenter.open {
    display: block;
  }
}

.pika-single {
  position: absolute;
}

.imgwide{
	width:100%
}
