.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: #979593;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-left: 5px solid #ef6a40;
  font-family: 'Droid Serif', serif;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-style: none;
  border-bottom-color: transparent;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.body {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.nav-link {
  margin-top: 7px;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #f0eae3;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Oswald, sans-serif;
  color: #979593;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
}

.nav-link:hover {
  color: #151822;
}

.nav-link.w--current {
  color: #ef6a40;
}

.nav-link.w--current:focus {
  color: #ef8940;
}

.nav-link.nav-link-message {
  margin-top: 7px;
  margin-right: auto;
  margin-bottom: -4px;
  padding-right: 26px;
  padding-left: 26px;
  border-right-style: none;
  background-color: #13a713;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  letter-spacing: 1px;
}

.nav-link.nav-link-message:hover {
  background-color: #13a713;
}

.nav-link.nav-link-message.w--current:hover {
  background-color: #13a713;
}

.nav-link.nav-link-message.yellow1 {
  display: inline-block;
  margin-top: 7px;
  background-color: #e6b90a;
}

.nav-link.nav-link-message.yellow1.promotesmall {
  display: inline-block;
}

.nav-link.nav-link-message.yellow1.donatesmall {
  display: inline-block;
  background-color: #13a713;
}

.nav-link.nav-link-message.yellow1.promotebutton {
  display: none;
}

.nav-link.nav-link-message.donatebutton {
  display: none;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #f0eae3;
}

.slider {
  position: relative;
  display: block;
  height: 170vh;
  min-height: auto;
}

.slide {
  width: 100%;
  height: 2500px;
  margin-top: 0px;
  margin-bottom: 1px;
  padding: 0% 57px 1%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 35, 41, 0.4)), to(rgba(36, 35, 41, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(57, 59, 112, 0.16)), to(rgba(57, 59, 112, 0.16))), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.58)), url('../images/vidanta-home-destinations-puertopeñasco.jpg');
  background-image: linear-gradient(180deg, rgba(36, 35, 41, 0.4), rgba(36, 35, 41, 0.4)), linear-gradient(180deg, rgba(57, 59, 112, 0.16), rgba(57, 59, 112, 0.16)), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.58)), url('../images/vidanta-home-destinations-puertopeñasco.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 100% 0%;
  background-size: auto, auto, auto, cover;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 34, 0.47)), to(rgba(21, 24, 34, 0.47))), url('../images/beach1.jpg');
  background-image: linear-gradient(180deg, rgba(21, 24, 34, 0.47), rgba(21, 24, 34, 0.47)), url('../images/beach1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.slide._3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(17, 17, 17, 0.3), rgba(0, 0, 0, 0.5)), url('../images/nathan-bingle-690205-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._4 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.58)), url('../images/reuben-farrugia-472117-unsplash.jpg');
}

.wrapper-full {
  position: relative;
  left: 0px;
  top: 35%;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 25px 45px;
}

.wrapper-full.border {
  padding-bottom: 0px;
  border: 4px none #faf8f5;
}

.wrapper-full.border.new {
  width: auto;
  max-width: 1150px;
  padding-bottom: 25px;
}

.wrapper-full.border.normal {
  padding-bottom: 15px;
}

.wrapper-full.center {
  position: relative;
  top: 0%;
  text-align: center;
}

.wrapper-full.center.drfdkks {
  padding-bottom: 0px;
}

.wrapper-full.blog {
  position: relative;
  top: 0%;
}

.wrapper-full.hero {
  top: 20%;
}

.wrapper-full.padoee {
  margin-top: 0px;
  padding-bottom: 86px;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 69px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-big-text {
  margin-top: 3px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 100%, 0.89);
  font-size: 48px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.hero-big-text.heromedium {
  font-size: 44px;
}

.hero-big-text.smksjgkjg {
  color: #fff;
}

.hero-big-text.smksjgkjg.nopad6 {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}

.hero-big-text.sjsjs9 {
  margin-top: 10px;
  font-size: 42px;
}

.hero-big-text.sjsjs9.drop9js {
  margin-top: 26px;
  margin-bottom: 10px;
}

.hero-big-text.sjsjs9.drop9js._0987he {
  margin-bottom: 20px;
}

.hero-big-paragraph {
  width: 70%;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.hero-big-paragraph.color {
  margin-bottom: 0px;
  color: #ef6a40;
  font-style: italic;
}

.hero-big-paragraph.color.yellow {
  margin-top: 6px;
  margin-bottom: 21px;
  color: rgba(255, 200, 0, 0.91);
  font-weight: 700;
}

.hero-big-paragraph.color.yellow.uphome {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 35px;
  font-size: 22px;
  line-height: 32px;
}

.hero-big-paragraph.color.yellow.uphome.orgname {
  margin-bottom: 18px;
  color: #e6b90a;
  font-size: 42px;
}

.hero-big-paragraph.color.yellow.uphome.orgname.drop4 {
  margin-top: auto;
  font-size: 56px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
}

.hero-big-paragraph.color.yellow.uphome.promotepage1 {
  margin-top: -78px;
}

.hero-big-paragraph.color.yellow.bigyel {
  font-size: 36px;
  line-height: 52px;
}

.top-padding {
  display: block;
  margin-top: 30px;
}

.top-padding.bottom-padding {
  margin-bottom: 40px;
  text-align: center;
}

.top-padding.bottom-padding.center {
  border-style: solid;
  border-width: 1px;
  border-color: #0890c2;
  border-radius: 10px;
  text-align: center;
}

.top-padding.signature {
  margin-top: 40px;
}

.top-padding.whitebg {
  width: 80%;
  padding: 26px 34px;
  border-radius: 10px;
  background-color: #fff;
}

.top-padding.whitebg._80per {
  width: 100%;
  background-color: #f2f3f6;
}

.top-padding.whitebg.nochange {
  width: 100%;
  margin-top: auto;
}

.button {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #06b106;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.button:hover {
  background-color: #13a713;
}

.button.left {
  width: auto;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #06b106;
  font-family: Oswald, sans-serif;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button.left:hover {
  background-color: #13a713;
}

.button.left.outline {
  border: 1px solid #ef6a40;
  background-color: transparent;
}

.button.left.outline:hover {
  border: 1px solid #ef6a40;
  background-color: #ef6a40;
}

.button.left.hero {
  margin-top: 20px;
}

.button.left.bigbt {
  padding-top: 17px;
  padding-bottom: 17px;
}

.button.left.bigbt.formbutton {
  margin-top: 28px;
}

.button.password {
  width: 220px;
}

.button.white {
  border: 1px solid #fff;
  background-color: transparent;
}

.button.white:hover {
  background-color: #fff;
  color: #000;
}

.button.white.left {
  margin-top: 30px;
}

.button.blog {
  float: right;
  border: 1px solid #f0ede9;
  background-color: transparent;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  color: #151822;
}

.button.blog:hover {
  border-color: #ef6a40;
}

.button.button2 {
  margin-right: 20px;
  margin-left: 20px;
  background-color: #13a713;
}

.button.button2:hover {
  background-color: #18ce18;
}

.button.big1 {
  width: 350px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 5px;
  font-size: 18px;
}

.button.big1.jkj.dgsh {
  width: 400px;
}

.button.upbutton1 {
  margin-top: -11px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
}

.button.upbutton1.but1q {
  display: inline;
  overflow: visible;
  width: 100%;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.button.upbutton1.but1q.down56.moveryd {
  margin-top: 42px;
  text-align: center;
}

.button.upbutton1.but1q.menubut.orange {
  display: none;
}

.button.upbutton1.but1q.menubut.leftbut1 {
  display: none;
}

.button.upbutton1.but1q.inline1 {
  display: inline;
}

.button.upbutton1.but1q.inline1.plat1 {
  width: auto;
  margin-right: 9px;
  margin-left: 9px;
  text-align: center;
}

.button.upbutton1.but1q.gold10 {
  margin-right: auto;
  margin-left: auto;
}

.social-link-hero {
  position: static;
  left: 0px;
  bottom: 0px;
  z-index: 999;
  padding: 12px 30px;
  float: left;
  border-top: 1px solid hsla(0, 0%, 100%, 0.43);
  border-right: 1px none hsla(0, 0%, 100%, 0.43);
  border-left: 1px solid hsla(0, 0%, 100%, 0.43);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link-hero:hover {
  background-color: hsla(0, 0%, 92.2%, 0.21);
}

.social-link-hero.bottom {
  border-bottom: 1px none #3a3a3a;
  border-right-style: solid;
}

.social-media-block {
  position: absolute;
  left: 0px;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #3a3a3a;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.section {
  margin-top: 0px;
  padding: 75px 10px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}

.section.no-top-padding {
  padding: 0px 10px;
}

.section.no-top-padding.contact {
  border-bottom: 1px solid #e4ecf6;
}

.section.image-background {
  margin-top: 1px;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Vidanta-nuveo-vallarta-grand-luxxe-gallery-lg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Vidanta-nuveo-vallarta-grand-luxxe-gallery-lg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.section.image-background.pad30 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 32, 43, 0.53)), to(rgba(31, 32, 43, 0.53))), url('../images/beach1.jpg');
  background-image: linear-gradient(180deg, rgba(31, 32, 43, 0.53), rgba(31, 32, 43, 0.53)), url('../images/beach1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.image-background.up50 {
  margin-top: -44px;
  padding-top: 60px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Vidanta-nuveo-vallarta-grand-luxxe-gallery-lg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Vidanta-nuveo-vallarta-grand-luxxe-gallery-lg.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.section.gray {
  padding-top: 70px;
  border-top: 1px solid #f0eae3;
  border-bottom: 1px solid #f0eae3;
  background-color: transparent;
}

.section.gray.pattern {
  margin-top: -19px;
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('../images/symphony.png');
  background-position: 0px 0px;
  background-size: 140px;
}

.section.gray.lesspadtop {
  padding-top: 20px;
  padding-bottom: 194px;
  border-top-style: none;
}

.section.gray.lesspadtop.drop100 {
  padding-top: 104px;
}

.section.gray.lesspadtop.drop100.sectionless {
  padding-bottom: 100px;
}

.section.color {
  position: static;
  overflow: hidden;
  height: auto;
  padding-top: 220px;
  padding-bottom: 0px;
  background-color: #ef6a40;
  background-image: url('../images/kaleb-nimz-904-unsplash.jpg');
  background-position: 0px 0px;
  background-size: 1000px;
}

.section.get-in-touch {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #f0eae3;
  background-color: #faf8f5;
  background-image: url('../images/symphony.png');
  background-position: 0px 0px;
  background-size: 150px;
}

.section.map {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.nopadbottom {
  padding-bottom: 0px;
}

.section-content {
  margin-top: -40px;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.section-content.new {
  margin-bottom: 0px;
}

.section-content.no40 {
  margin-top: 0px;
}

.white-content {
  position: relative;
  top: -17px;
  display: block;
  width: 73%;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  background-color: #fff;
  text-align: center;
}

.white-content.gray {
  background-color: #faf8f5;
}

.white-content.gray.new {
  margin-top: 0px;
}

.white-content.gray.no20 {
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 30px 57px;
}

.white-content.trasparent {
  top: 0px;
  display: block;
  margin-top: -31px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: transparent;
}

.white-content.drop87yh {
  margin-top: -33px;
}

.white-content.drop87yh.drop45d {
  margin-top: 68px;
}

.white-content.up888.lkjh {
  margin-top: 2px;
}

.white-content.up20 {
  background-color: transparent;
}

.section-tittle {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1f559c;
  font-size: 38px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-tittle.white {
  color: #fff;
}

.section-tittle.white.dd77 {
  margin-top: 10px;
}

.section-tittle.thankyou {
  margin-bottom: 102px;
}

.section-tittle.thankyou.center.lessbot1 {
  margin-bottom: 67px;
  line-height: 50px;
}

.section-tittle.thankyou.center.lessbot1._43d {
  margin-bottom: 40px;
}

.section-tittle.smalltitle {
  margin-right: 31px;
  margin-left: 31px;
  padding-bottom: 8px;
  border-style: none;
  border-width: 2px;
  border-color: tomato;
  background-color: rgba(239, 224, 64, 0.18);
  font-size: 20px;
  text-align: center;
}

.section-tittle.smalltitle.lessfhdg {
  padding-top: 15px;
  border-style: solid;
  line-height: 30px;
}

.section-tittle.center1 {
  margin-top: 22px;
}

.section-tittle.smh3.win4.centro.gsgs6 {
  margin-top: 45px;
  text-align: center;
}

.section-tittle.blue {
  color: #416b9b;
}

.section-tittle.blue.form {
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 32px;
}

.section-tittle.blue.form.orange.okl {
  font-size: 34px;
}

.section-tittle.dri97d {
  margin-top: 38px;
  margin-bottom: 0px;
}

.section-tittle.smld6 {
  margin-top: 38px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.63)), to(hsla(0, 0%, 100%, 0.63)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.63), hsla(0, 0%, 100%, 0.63));
  font-size: 32px;
  text-align: center;
}

.section-tittle.smld6.smal3dsa {
  margin-top: 25px;
}

.section-tittle.dro9d {
  margin-top: 12px;
  color: #1f559c;
  font-size: 38px;
}

.section-tittle.sjd6 {
  font-size: 32px;
}

.left-content {
  width: 100%;
  margin-left: auto;
  text-align: left;
}

.left-content.event {
  width: 90%;
  margin-left: 0px;
}

.right-content {
  width: 80%;
  margin-right: 90px;
}

.divider-line {
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #f0ede9;
}

.help-content-info {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  text-align: center;
}

.white-paragraph {
  color: #fff;
  font-weight: 400;
}

.white-paragraph.transparence {
  color: hsla(0, 0%, 100%, 0.6);
}

.slide-nav {
  position: relative;
  left: 0px;
  top: 14px;
  right: 0px;
  display: block;
  font-size: 12px;
}

.event-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.event-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 25px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #151822;
}

.white-heading {
  margin-top: 10px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.white-heading:hover {
  color: #ef6a40;
}

.white-heading.tittle {
  font-size: 48px;
  line-height: 58px;
}

.white-heading.event {
  margin-top: 0px;
}

.event-card {
  position: relative;
  display: block;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.event-card:hover {
  box-shadow: 16px 16px 35px -7px rgba(32, 37, 45, 0.38);
}

.event-card.blog-card {
  height: auto;
  border: 1px solid #f0eae3;
}

.event-card.blog-card:hover {
  box-shadow: 1px 1px 28px -7px rgba(32, 37, 45, 0.38);
}

.contact-side-image {
  height: 600px;
  background-image: url('../images/annie-spratt-447072-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.form-block {
  height: 360px;
  margin-top: 40px;
  color: #677583;
}

.form-block.contact-section {
  display: block;
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
}

.form-block.contact-section.new {
  width: 80%;
}

.field-label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #151822;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px;
}

.field-label.top1 {
  margin-top: -20px;
  font-family: Oswald, sans-serif;
  color: #416b9b;
  font-weight: 500;
  letter-spacing: 2px;
}

.field-label.blue {
  width: auto;
  font-weight: 500;
  letter-spacing: 2px;
}

.form {
  text-align: left;
}

.text-field {
  height: 50px;
  border: 1px solid #f0eae3;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-family: 'Droid Serif', serif;
}

.text-field:hover {
  border-color: #ef6a40;
}

.text-field.message {
  overflow: auto;
  height: 80px;
  margin-top: 10px;
  border-color: #f0eae3;
}

.text-field.message:hover {
  border-color: #ef6a40;
}

.footer {
  position: relative;
  padding-top: 80px;
  border-top: 4px solid #ef6a40;
  background-color: #262c31;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 49, 0.97)), to(rgba(38, 44, 49, 0.97))), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
  background-image: linear-gradient(180deg, rgba(38, 44, 49, 0.97), rgba(38, 44, 49, 0.97)), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.footer-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-on-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-nav-link {
  display: block;
  margin-right: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}

.footer-nav-link:hover {
  text-decoration: underline;
}

.footer-nav-link.transparence {
  font-family: 'Droid Serif', serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 15px;
  line-height: 25px;
  text-transform: none;
}

.footer-nav-link.transparence:hover {
  color: #fff;
}

.copy-box {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.07);
  color: #677583;
}

.copy-box.center5ts {
  padding-top: 15px;
  padding-bottom: 55px;
  text-align: center;
}

.copy-text {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.copy-text.transparence {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
}

.template-link-footer {
  margin-right: 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-weight: 400;
}

.template-link-footer:hover {
  color: #efa240;
}

.template-link-footer.transparence {
  font-family: 'Droid Serif', serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.template-link-footer.transparence:hover {
  color: #ef6a40;
  text-decoration: underline;
}

.licence-link {
  margin-right: 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  text-decoration: none;
}

.licence-link:hover {
  color: #efa240;
}

.author-name-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
  text-decoration: none;
}

.author-name-link:hover {
  color: #ef6a40;
  text-decoration: underline;
}

.tab-link {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ebe7e3;
  background-color: #f0ede9;
}

.tab-link.w--current {
  margin-right: 5px;
  margin-bottom: 3px;
  border-color: #f0ede9 #f0ede9 #ef6a40;
  border-bottom-style: solid;
  background-color: #fff;
  color: #151822;
}

.tabs-menu {
  display: block;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.info-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f0ede9 #f0ede9 #ef6a40;
  background-color: #fff;
}

.tabs-content {
  float: left;
}

.hero-section {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ryan-franco-417899-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ryan-franco-417899-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-section.ministries {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bryan-minear-317365-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bryan-minear-317365-unsplash.jpg');
  background-position: 0px 0px, 50% 64%;
  background-size: auto, cover;
}

.hero-section.ministries.new {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/pisit-heng-642888-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/pisit-heng-642888-unsplash.jpg');
  background-position: 0px 0px, 57% 50%;
}

.hero-section.blog {
  height: 700px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/matt-botsford-566660-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/aaron-burden-236415-unsplash11.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/aaron-burden-236415-unsplash11.jpg');
  background-position: 0px 0px, 50% -90px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section.blog-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/reuben-farrugia-472117-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/reuben-farrugia-472117-unsplash.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.hero-section.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/mohamed-nohassi-229698-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mohamed-nohassi-229698-unsplash.jpg');
  background-position: 0px 0px, 50% 26%;
  background-size: auto, cover;
}

.hero-section.licensing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/reuben-farrugia-472117-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/reuben-farrugia-472117-unsplash.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.hero-section.events {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/ben-white-132978-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/ben-white-132978-unsplash.jpg');
  background-size: auto, cover;
}

.hero-paragraph {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.hero-paragraph.header {
  width: 40%;
}

.hero-paragraph.header.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-paragraph.header.event {
  width: 50%;
}

.sub-hero-tittle {
  float: left;
  font-family: 'Droid Serif', serif;
  color: #fff;
}

.subtitle-line {
  width: 60px;
  height: 2px;
  margin-right: 10px;
  float: left;
  background-color: #ef6a40;
  font-size: 90%;
}

.subtitle-line.white {
  background-color: rgba(250, 248, 245, 0.46);
}

.subtitle-line.fullline {
  text-align: center;
}

.line-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-side {
  display: block;
  width: 90%;
  height: 380px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/ke-atlas-484018-unsplash.jpg');
  background-position: 14% 51%;
  background-size: cover;
}

.image-side._2 {
  height: 440px;
  background-image: url('../images/ben-white-692414-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-side.ministry {
  height: 400px;
  background-image: url('../images/alex-pavloff-562215-unsplash.jpg');
}

.image-side.full {
  display: block;
  width: 100%;
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 34, 0.42)), to(rgba(21, 24, 34, 0.42))), url('../images/ke-atlas-484018-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 24, 34, 0.42), rgba(21, 24, 34, 0.42)), url('../images/ke-atlas-484018-unsplash.jpg');
  background-position: 0px 0px, 14% 51%;
  background-size: auto, cover;
}

.center-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-row.reverse {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stories-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stories-image {
  position: relative;
  right: 20%;
  overflow: visible;
  width: 55%;
  height: 450px;
  padding-top: 0px;
  border: 8px solid #fff;
  background-image: url('../images/sebastian-leon-prado-438756-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: -6px 6px 16px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

.stories-image.second-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  height: 200px;
}

.stories-image.second-image._2 {
  top: -38px;
  width: 50%;
  height: 400px;
  border: 8px solid #fff;
  background-image: url('../images/ben-white-148435-unsplash.jpg');
  box-shadow: -3px 0 16px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.stories-header {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.flex-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-row.in-tabs {
  width: 60%;
  height: auto;
  float: left;
}

.stories-info {
  margin-left: 100px;
}

.stories-info.top {
  margin-top: -200px;
}

.stories-link {
  margin-top: 0px;
  padding: 9px 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

.stories-link:hover {
  border-bottom: 1px solid #fff;
}

.stories-link.black {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Oswald, sans-serif;
  color: #ef6a40;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.stories-link.black:hover {
  color: #000;
}

.stories-link.black.w--current {
  color: #ef6a40;
  letter-spacing: 1px;
}

.stories-link.black.w--current:hover {
  color: #151822;
}

.team-card {
  width: 100%;
}

.team-image {
  position: relative;
  height: 400px;
  background-image: url('../images/ryan-holloway-351140-unsplash-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-image:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.team-image._2 {
  background-image: url('../images/milan-popovic-496766-unsplash.jpg');
  background-position: 50% 30%;
  background-size: 400px;
}

.team-image._3 {
  background-image: url('../images/5b1dd9fca24715e2d2d45939_aatik-tasneem-138230-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-image._4 {
  background-image: url('../images/albert-dera-397063-unsplash.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.team-info {
  margin-bottom: 0px;
  padding-top: 10px;
  text-align: center;
}

.position {
  font-family: Oswald, sans-serif;
  color: #b4b3b2;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}

.hover-team {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ef6a40;
}

.social-link-team {
  position: relative;
  display: block;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-team.footer {
  padding-left: 0px;
  border-top-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a2c41), to(#1a2c41));
  background-image: linear-gradient(180deg, #1a2c41, #1a2c41);
  background-position: 0px 0px;
}

.social-link-block {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #fff;
  background-image: url('../images/twitter-logo-silhouette.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.social-link-block:hover {
  opacity: 1;
}

.social-link-block._2 {
  background-image: url('../images/twitter-letter-logo.svg');
  background-size: 12px;
}

.social-link-block._3 {
  background-image: url('../images/instagram-logo.svg');
  background-size: 12px;
}

.social-link-block._4 {
  padding: 10px;
  background-image: url('../images/facebook.svg');
  background-size: 12px;
  opacity: 0.6;
}

.social-link-block._4:hover {
  opacity: 1;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  float: left;
}

.get-in-touch-button {
  width: 40%;
  height: 50px;
  float: right;
  background-color: #ef6a40;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.get-in-touch-button:hover {
  background-color: #151822;
}

.text-field-get-in {
  width: 60%;
  height: 50px;
  border-style: solid none solid solid;
  border-color: #f0ede9;
  border-right-width: 1px;
  color: #000;
  text-align: left;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.images-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.row-2 {
  margin-bottom: 48px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  padding: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f0ede9;
  background-color: #fff;
}

.ministry-text {
  margin-left: 5px;
  float: none;
  font-family: 'Droid Serif', serif;
  font-size: 14px;
}

.ministry-date {
  font-size: 18px;
  line-height: 28px;
}

.slide-nav-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0px;
  line-height: 22px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-tabs {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: 16px;
  background-image: url('../images/michael-d-beckwith-580604-unsplash.jpg');
  background-position: 50% 34%;
  background-size: cover;
}

.image-tabs.first {
  background-image: url('../images/james-newcombe-350742-unsplash.jpg');
}

.image-tabs.firthd {
  background-image: url('../images/william-farlow-319616-unsplash.jpg');
}

.event-link {
  position: relative;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-decoration: none;
}

.event-link:hover {
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.25);
}

.info-content {
  padding-right: 15px;
  padding-left: 0px;
}

.date-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 15px;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ef6a40;
  background-color: transparent;
}

.date-block.event {
  display: inline-block;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  text-align: center;
}

.number-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.text-date {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 13px;
}

.text-date.blog-date {
  color: #fff;
  text-transform: uppercase;
}

.location-block {
  display: block;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-text {
  position: static;
  display: inline-block;
  overflow: visible;
  float: none;
  color: #fff;
  font-size: 13px;
}

.features-image-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efa240;
  background-image: url('../images/5star1.jpg');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.features-image-card._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 34, 0.1)), to(rgba(21, 24, 34, 0.1))), url('../images/ben-white-692414-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 24, 34, 0.1), rgba(21, 24, 34, 0.1)), url('../images/ben-white-692414-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.features-image-card._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 34, 0.2)), to(rgba(21, 24, 34, 0.2))), url('../images/ben-white-692414-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 24, 34, 0.2), rgba(21, 24, 34, 0.2)), url('../images/ben-white-692414-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.features-image-card._4 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/haley-rivera-540388-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/haley-rivera-540388-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.features-image-card._4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/haley-rivera-540388-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/haley-rivera-540388-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.features-image-card.card1 {
  background-image: url('../images/5star1.jpg');
  background-size: auto;
}

.features-tittle {
  color: #fff;
  font-weight: 400;
}

.content-features {
  padding: 40px;
}

.content-features.second {
  padding-top: 20px;
  padding-bottom: 40px;
}

.image-column {
  position: relative;
  width: auto;
  height: 450px;
  margin-top: 38px;
  margin-right: 20px;
  padding-right: 0px;
  border: 4px solid #fff;
  background-image: url('../images/beachfamily-sm.jpg');
  background-position: 38% 50%;
  background-size: cover;
}

.image-column.vacation_image {
  background-image: url('../images/5star1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-header {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.section-header.white {
  color: #faf8f5;
}

.section-header._38size {
  margin-top: 31px;
  font-size: 36px;
  line-height: 44px;
}

.section-header._38size.drop5rhd {
  margin-top: 73px;
}

.section-header.bigsub.fd {
  font-size: 24px;
}

.section-header.bigsub.lok {
  font-size: 38px;
}

.sub-tittle {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
}

.sub-tittle.gray {
  font-family: 'Droid Serif', serif;
  color: #b4b3b2;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-8 {
  padding: 15px 2px 2px;
}

.quote-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/damir-bosnjak-366766-unsplash.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.89)), to(hsla(0, 0%, 100%, 0.89))), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
  background-image: url('../images/damir-bosnjak-366766-unsplash.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.89), hsla(0, 0%, 100%, 0.89)), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
  background-position: 73% 100%, 0px 0px, 50% 100%;
  background-size: 550px, auto, 800px;
  background-repeat: no-repeat, repeat, no-repeat;
}

.quote-section.hero {
  height: 700px;
  border-bottom: 1px solid #e4ecf6;
  background-image: url('../images/damir-bosnjak-366766-unsplash.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(239, 106, 64, 0.93)), to(rgba(239, 106, 64, 0.93))), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
  background-image: url('../images/damir-bosnjak-366766-unsplash.png'), linear-gradient(180deg, rgba(239, 106, 64, 0.93), rgba(239, 106, 64, 0.93)), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
  background-position: 73% 100%, 0px 0px, 50% 131%;
  background-size: 650px, auto, 1000px;
  background-repeat: no-repeat, repeat, no-repeat;
}

.quote-tittle {
  text-transform: uppercase;
}

.line-blog {
  width: 40px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: hsla(0, 0%, 100%, 0.39);
}

.line-blog.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.play-link-button {
  width: 60px;
  height: 60px;
  background-color: #ef6a40;
  background-image: url('../images/icons8-play-filled-100_1icons8-play-filled-100.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.play-link-button.new {
  width: 40px;
  height: 40px;
  background-size: 20px;
}

.play-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.play-block.full {
  width: 84%;
}

.play-button-text {
  margin-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.blog-content {
  padding: 30px;
  border-style: none;
  border-width: 3px 1px 1px;
  border-color: #d1d1d1;
  background-color: #fff;
}

.blog-content:hover {
  border-top-color: #ef6a40;
}

.blog-content.sidebar {
  margin-bottom: 0px;
  padding: 30px;
  border-style: solid;
  border-color: #f0eae3;
  border-top-width: 4px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}

.blog-content.sidebar:hover {
  border-top-color: #ef6a40;
}

.online-chat {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 10;
  display: block;
  max-width: 400px;
  padding: 0px;
  border: 1px none #e4ecf6;
  background-color: transparent;
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.13);
}

.chat-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151822;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/ryan-franco-417899-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/ryan-franco-417899-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.message-chat {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 84%;
  height: 50px;
  margin-bottom: 0px;
  border-style: none;
}

.chat-form-block {
  position: static;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.form-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-301 {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 100%;
  background-image: url('../images/edward-cisneros-415601-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-message {
  width: 16%;
  border: 1px solid #efa240;
  background-color: #efa240;
  background-image: url('../images/icons8-paper-plane-100_1icons8-paper-plane-100.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.close-chat {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 42px;
  height: 42px;
  margin-top: 3px;
  float: none;
  background-color: transparent;
  background-image: url('../images/icons8-multiply-32_1icons8-multiply-32.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  text-align: left;
}

.blog-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/photos-by-lanty-589154-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-image.sidebar {
  height: 380px;
}

.date-blog-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ef6a40;
  text-align: center;
}

.date-blog-block.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.date-number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.flex-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.authore-name {
  display: inline-block;
  margin-top: 10px;
  margin-left: 0px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Oswald, sans-serif;
  color: #979593;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.authore-name:hover {
  color: #151822;
  text-decoration: underline;
}

.authore-name.w--current {
  color: #979593;
  font-weight: 400;
}

.authore-name.w--current:hover {
  color: #151822;
}

.authore-name.white {
  font-family: Oswald, sans-serif;
  color: #ef6a40;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.big-header {
  margin-top: 20px;
  padding-right: 101px;
  padding-left: 101px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 28px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.quote-slide {
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.quote-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.authore-quote {
  padding-top: 0px;
}

.blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-blog {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.blog-card-wrapper {
  position: relative;
  display: block;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.blog-card-wrapper:hover {
  box-shadow: 16px 16px 35px -7px rgba(32, 37, 45, 0.38);
}

.blog-card-wrapper.blog-card {
  height: auto;
  margin-bottom: 40px;
  border: 1px none #f0eae3;
}

.blog-card-wrapper.blog-card:hover {
  box-shadow: 15px 15px 30px -21px rgba(32, 37, 45, 0.38);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-3 {
  display: block;
  width: 220px;
  font-family: 'Droid Serif', serif;
  text-align: center;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-2 {
  margin-bottom: 0px;
}

.team-member {
  margin-bottom: 0px;
}

.important-text {
  color: #ef6a40;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.important-text.second {
  padding: 2px 4px;
  background-color: rgba(0, 0, 0, 0.32);
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.column-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-footer._17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-footer._17.right-padding {
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-footer.contact-footer {
  display: block;
}

.footer-tittle {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.contact-us-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.contact-paragraph {
  color: #fff;
}

.contact-paragraph.transparence {
  color: hsla(0, 0%, 100%, 0.5);
}

.contact-parg-cont {
  margin-bottom: 10px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.address-icons {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url('../images/icons8-user-location-100_1icons8-user-location-100.png');
  background-position: 50% 50%;
  background-size: cover;
}

.address-icons._2 {
  background-image: url('../images/icons8-secured-letter-100_1icons8-secured-letter-100.png');
}

.address-icons._3 {
  background-image: url('../images/icons8-office-phone-100_1icons8-office-phone-100.png');
}

.bold-text {
  font-weight: 400;
}

.bold-text.transparence {
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.bold-text.transparence:hover {
  color: #ef6a40;
  text-decoration: underline;
}

.article-tittle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}

.article-tittle.event {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 600;
}

.article-tittle.event.padding-top {
  margin-top: 20px;
}

.tittle-blog {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.tittle-blog:hover {
  color: #ef6a40;
}

.tittle-blog.w--current {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.tittle-blog.w--current:hover {
  color: #ef6a40;
}

.success-message {
  background-color: #26d450;
  font-family: 'Droid Serif', serif;
  color: #fff;
}

.error-message {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: red;
  color: #fff;
}

.bold-text-2 {
  color: #ef6a40;
  font-weight: 400;
}

.features-block {
  padding: 60px 30px;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.features-block:hover {
  background-color: transparent;
}

.features-block.center-border {
  height: auto;
  padding: 60px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none #e4ecf6;
  border-left: 1px solid #e4ecf6;
  border-radius: 0px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.features-block.center-border:hover {
  background-color: transparent;
}

.features-block.center-border.about {
  border-right-style: solid;
}

.service-tittle {
  color: #212c42;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.features-blocks {
  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: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: none solid;
  border-width: 1px;
  border-color: #e4ecf6;
}

.shadow-chat {
  display: none;
  box-shadow: none;
}

.paragraph-chat {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Droid Serif', serif;
  line-height: 20px;
  font-weight: 400;
}

.actin-half-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 104px;
  padding-bottom: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efa240;
  background-image: linear-gradient(124deg, #ef6a40 15%, rgba(224, 142, 54, 0.51)), url('../images/kyler-nixon-430226-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.actin-half-side.dark-side {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #262c31;
  background-image: linear-gradient(135deg, #151822 30%, rgba(0, 0, 0, 0.27)), url('../images/ryan-franco-417899-unsplash.jpg');
  background-size: auto, 750px;
}

.act-content {
  width: 50%;
  text-align: center;
}

.act-tittle {
  margin-top: 0px;
  color: #fff;
  line-height: 32px;
  text-transform: uppercase;
}

.text-block {
  font-size: 14px;
  line-height: 24px;
}

.gradient-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.91)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 11%, rgba(0, 0, 0, 0.91));
}

.collection-item {
  margin-bottom: 20px;
}

.container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.scroll-up-button {
  position: absolute;
  right: 0px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: rgba(178, 178, 180, 0.23);
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.scroll-up-button:hover {
  border-color: #ef6a40;
  background-color: transparent;
  opacity: 1;
}

.signature {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-right: 20px;
  padding-bottom: 20px;
  float: right;
}

.signature.left {
  position: static;
  display: block;
  margin-top: 30px;
  float: none;
}

.tab-title {
  margin-bottom: 0px;
  font-size: 16px;
}

.map-2 {
  display: block;
  width: auto;
  height: 300px;
  max-width: 1150px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: none solid solid;
  border-width: 4px;
  border-color: #faf8f5;
}

.flower {
  margin-bottom: 10px;
}

.section-2 {
  position: relative;
  padding: 100px 20px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.container-2 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container-2.rich-text {
  position: relative;
  display: block;
  padding-right: 10%;
  padding-left: 10%;
  text-align: left;
}

.algin-center {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #212127;
  text-align: center;
}

.unordered-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph-6 {
  line-height: 25px;
}

.list-item-2 {
  font-family: 'Droid Serif', serif;
  color: #ef6a40;
  font-size: 20px;
  line-height: 30px;
}

.div-info-rich-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.ordered-list {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
}

.block-quote {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left-color: #ef6a40;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
  font-style: italic;
  font-weight: 300;
}

.image-div {
  width: 100px;
  height: 100px;
  border-right: 1px solid #e4ecf6;
  background-image: url('../images/karl-fredrickson-27507-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-div.second {
  border-right: 1px solid #e4ecf6;
  background-image: url('../images/Screen-Shot-2018-05-19-at-14.32.43.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.licence-link-2 {
  font-family: Merriweather, serif;
  color: #75757c;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #ef6a40;
  text-decoration: underline;
}

.licence-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #717177;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 66.66%;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f0eae3;
  border-radius: 0px;
  background-color: #faf8f5;
}

.licence-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-info {
  text-decoration: none;
}

.blog-post {
  margin-top: 0px;
  padding-right: 60px;
  text-align: left;
}

.post-side-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-top: 16px;
  margin-right: 60px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e4e4;
}

.post-side-card.blog {
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-color: #f0eae3 #f0eae3 #f0eae3 #ef6a40;
  background-color: #fff;
  text-align: left;
}

.post-side-card.event {
  width: 38%;
  margin-top: 0px;
  margin-right: 40px;
  padding: 0px;
  border-style: none;
  text-align: left;
}

.container-full {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-full.center-algined {
  text-align: center;
}

.name-author {
  text-align: left;
}

.post-link {
  color: #8534ff;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.post-link.info-author {
  float: left;
  color: #ef6a40;
  text-align: left;
}

.paragraph-7 {
  font-family: 'Open Sans', sans-serif;
}

.paragraph-7.author-info {
  font-family: 'Droid Serif', serif;
  text-align: left;
}

.div-author-wrapper {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  padding-top: 0px;
  background-image: url('../images/team-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: left;
}

.div-author-wrapper.big {
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
}

.section-3 {
  padding: 0px 15px 120px;
}

.section-3.gray {
  background-color: rgba(248, 248, 255, 0.65);
}

.section-3.gray.single {
  padding-top: 120px;
  background-color: #faf8f5;
}

.blog-post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -16px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rich-text-block {
  text-align: left;
}

.center-content {
  text-align: center;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 700px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.blog-tittle {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.service-contact {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('../images/icons8-user-location-100_1icons8-user-location-100.png');
  background-position: 0px 0px;
  background-size: cover;
}

.service-contact.second {
  background-image: url('../images/icons8-office-phone-100_1icons8-office-phone-100.png');
  background-size: cover;
}

.service-contact.third {
  background-image: url('../images/icons8-secured-letter-100_1icons8-secured-letter-100.png');
  background-size: cover;
}

.service-contact.fourth {
  background-image: url('../images/icons8-holy-bible-100_1icons8-holy-bible-100.png');
}

.service-contact.fifth {
  background-image: url('../images/icons8-church-128_1icons8-church-128.png');
}

.service-contact.sixth {
  background-image: url('../images/icons8-volunteering-100_1icons8-volunteering-100.png');
}

.map-event {
  width: 90%;
  height: 300px;
  margin-top: 40px;
}

.nav-link-2 {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #ff8e64;
}

.nav-link-2.w--current {
  color: #ff8e64;
  font-weight: 400;
}

.nav-link-2.down {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-right: 1px solid #f0eae3;
  font-family: Oswald, sans-serif;
  color: #979593;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown-list {
  margin-top: 0px;
}

.dropdown-list.w--open {
  margin-top: 0px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  font-family: 'Droid Serif', serif;
  color: #979593;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #ff8e64;
}

.dropdown-link.w--current {
  background-color: #ef6a40;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.scroll-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list-2.w--open {
  background-color: #1a1a1a;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: center;
}

.dropdown-link-2 {
  -webkit-transition: background-color 300ms ease, color 200ms ease;
  transition: background-color 300ms ease, color 200ms ease;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.dropdown-link-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 77, 240, 0.92)), to(rgba(0, 77, 240, 0.92)));
  background-image: linear-gradient(180deg, rgba(0, 77, 240, 0.92), rgba(0, 77, 240, 0.92));
  color: #fff;
  font-weight: 500;
}

.dropdown-link-2.w--current {
  -webkit-transition: background-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, color 200ms ease;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.dropdown-link-2.w--current:hover {
  background-color: rgba(0, 77, 240, 0.92);
  background-image: none;
  color: #fff;
}

.top-space-block {
  margin-top: 50px;
  padding-top: 0px;
  background-color: transparent;
  text-align: left;
}

.top-space-block._100 {
  margin-top: 100px;
  text-align: left;
}

.top-space-block._100.left {
  width: 100%;
  max-width: 600px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-right: 15%;
  padding-left: 15px;
}

.hero-big-text-2 {
  margin-top: 10px;
  color: #fff;
  font-size: 47px;
  line-height: 57px;
  font-weight: 500;
  text-transform: none;
}

.hero-big-text-2.dark {
  margin-top: 0px;
  color: #1a1a1a;
  line-height: 57px;
}

.hero-big-text-2.dark.smaller {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}

.half-section {
  width: 50%;
  height: 800px;
  float: right;
  background-color: #1a1a1a;
}

.half-section.image4 {
  width: 50%;
  height: autopx;
  background-color: transparent;
  background-image: url('../images/pisit-heng-642888-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section.full-color.white {
  width: 50%;
  float: left;
  color: #212127;
}

.half-section.full-color.white.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 600px;
  margin-top: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.logo-brand {
  position: absolute;
  margin-top: 5px;
}

.nav-link-3 {
  padding: 37px 10px 35px;
  font-family: Lato, sans-serif;
  color: #858585;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-link-3.dropdown {
  padding-top: 37px;
  padding-right: 35px;
  padding-left: 14px;
  color: #616b77;
  font-size: 11px;
  font-weight: 500;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-half-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.86)), to(hsla(0, 0%, 100%, 0.93))), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.86), hsla(0, 0%, 100%, 0.93)), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, 900px;
  background-repeat: repeat, no-repeat;
}

.collection-item-2 {
  margin-bottom: 80px;
}

.by {
  display: inline-block;
  margin-right: 4px;
  font-family: Oswald, sans-serif;
  color: #ef6a40;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block-2 {
  font-family: 'Droid Serif', serif;
  color: #979593;
}

.hero-big-paragraph-copy {
  width: 100%;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.hero-big-paragraph-copy.oswald {
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 50px;
  font-weight: 500;
}

.hero-big-paragraph-copy.smaller {
  margin-top: -7px;
}

.hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584 {
  margin-top: 41px;
}

.hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss {
  padding-right: 22px;
  padding-left: 22px;
}

.hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss.smaller-link {
  margin-top: 7px;
  font-size: 20px;
  line-height: 40px;
}

.hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss.padgshs {
  line-height: 50px;
}

.hero-big-paragraph-copy.smaller.dfg987 {
  font-size: 28px;
}

.hero-big-paragraph-copy.smaller.dfg987.jjk {
  width: 90%;
  margin-top: -13px;
  font-size: 24px;
  line-height: 38px;
}

.hero-big-paragraph-copy.smaller.dfg987.jjk.klhjd {
  width: 78%;
}

.hero-big-paragraph-copy.smaller.dfg987.jjk.klhjd.promote23 {
  text-align: center;
}

.gallery-image {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 323px;
  background-color: #1f2532;
  color: #1f2532;
}

.gallery-image.small {
  height: 320px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.gallery-image.small.second {
  margin-right: 0px;
  margin-left: 10px;
}

.gallery-image.first {
  height: 660px;
}

.gallery-preview {
  width: 100%;
  height: auto;
}

.gallery-preview.small {
  height: auto;
}

.gallery-preview.first {
  height: auto;
}

.image-302 {
  margin-top: 8px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-302.logo0 {
  margin-top: auto;
  margin-bottom: 13px;
  padding-top: 0px;
}

.image-302.logo0.drop09d {
  border-radius: 5px;
}

.image-302.dropimage1 {
  margin-top: 47px;
}

.divcenter {
  text-align: center;
}

.divcenter.lower {
  margin-top: 35px;
}

.nolowerpad1 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

.nolowerpad1.text2 {
  margin-top: 17px;
  margin-right: 25px;
  margin-left: 25px;
  color: #696765;
  text-align: left;
}

.nolowerpad1.lesstest {
  margin-top: 14px;
  font-size: 14px;
}

.column-2 {
  text-align: center;
}

.image-303 {
  width: 85%;
}

.image-303.movie {
  width: 78%;
  margin-top: -17px;
}

.drop20 {
  margin-top: 15px;
}

.paragraph-8 {
  margin-top: -88px;
  margin-bottom: 105px;
  color: #416b9b;
  font-size: 20px;
  line-height: 26px;
}

.image-304 {
  width: 85%;
  margin-top: -30px;
}

.image-304.drop34 {
  margin-top: 10px;
}

.bold-text-3 {
  color: #fff;
}

.paragraph-9 {
  padding-right: 0px;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-9.dr7hg {
  margin-top: 14px;
  padding-right: 72px;
  color: #7e7c79;
  font-weight: 400;
}

.paragraph-10 {
  margin-top: 47px;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
}

.paragraph-10.blue {
  color: #416b9b;
}

.paragraph-12 {
  margin-top: 36px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-12.up70 {
  margin-top: -17px;
  margin-bottom: 46px;
}

.paragraph-12.up70.orange {
  margin-top: 22px;
  margin-bottom: 47px;
  color: #416b9b;
  line-height: 36px;
}

.paragraph-12.up70.orange.up8dhd {
  margin-top: 37px;
  color: #ef6a40;
}

.paragraph-12.up70.orange.up8dhd.yes6 {
  margin-bottom: 54px;
}

.paragraph-12.up70.orange.up8dhd.upsh76 {
  margin-top: 0px;
}

.paragraph-12.up70.orange.boldfgs {
  color: #ef6a40;
  line-height: 40px;
  font-weight: 700;
}

.paragraph-12.up45f {
  margin-top: -24px;
  color: #ef6a40;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-12.up45f.down35 {
  margin-top: 60px;
  margin-bottom: 0px;
  background-color: rgba(239, 162, 64, 0.07);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-indent: 0px;
}

.paragraph-12.up45f.down35.up3ds {
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(255, 255, 0, 0.19);
}

.paragraph-12.up45f.down35.up3ds.drop501 {
  margin-top: 61px;
}

.paragraph-12.up45f.down35.blue {
  margin-top: 100px;
  background-color: rgba(239, 162, 64, 0.07);
}

.paragraph-12.up45f.down35.blue._30fd {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: transparent;
}

.paragraph-12.up45f.down35.blue._30fd.orange {
  margin-top: 20px;
  color: #f27836;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-12.up45f.down35._125 {
  margin-top: 20px;
  line-height: 38px;
}

.paragraph-12.up45f.down35.up09 {
  margin-top: -13px;
  background-color: rgba(239, 162, 64, 0.07);
  line-height: 38px;
}

.paragraph-12.up45f.black {
  color: #416b9b;
  font-weight: 700;
}

.paragraph-12.up45f.black.drp5k {
  margin-top: 38px;
  margin-bottom: 60px;
}

.paragraph-12.up45f.black.drop87r {
  margin-top: 70px;
  background-color: rgba(239, 162, 64, 0.07);
}

.paragraph-12.up45f.blue1 {
  margin-right: 73px;
  margin-left: 73px;
  color: #416b9b;
  font-weight: 700;
}

.paragraph-12.up45f.blue1.updf89 {
  margin-top: -51px;
  margin-bottom: 46px;
}

.paragraph-12.up45f.blue1.updf89.smna {
  margin-right: 188px;
  margin-left: 188px;
  line-height: 38px;
}

.paragraph-12.dark {
  color: #636261;
}

.paragraph-12.dark.orange {
  color: #ef6a40;
  font-weight: 700;
}

.paragraph-12.dark.orange.drop4rds {
  margin-bottom: 20px;
}

.paragraph-12.dark.orange.cruise4 {
  margin-bottom: 20px;
  line-height: 38px;
}

.paragraph-12.dark.blue.jdhdg {
  margin-top: 58px;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-12.dark.blue.jdhdg._34.orange1.smkhg.orange {
  line-height: 38px;
}

.paragraph-12.dark.blue.jdhdg._34.orange1.smkhg.orange.dhdhd {
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 52px;
}

.paragraph-12.blue {
  color: #416b9b;
  font-size: 20px;
  line-height: 27px;
}

.container-3 {
  margin-top: 78px;
}

.paragraph-13 {
  margin-top: 23px;
  margin-bottom: 43px;
  font-size: 16px;
}

.youtube {
  margin-bottom: 35px;
}

.image-305 {
  width: 80%;
}

.image-306 {
  width: 80%;
}

.image-307 {
  margin-top: 17px;
}

.image-309 {
  margin-bottom: 20px;
}

.div-block-9.pad56g {
  margin-bottom: 50px;
}

.div-block-10 {
  border-style: solid;
  border-width: 2px;
  border-color: tomato;
}

.div-block-10.tom {
  padding-top: 30px;
  padding-bottom: 30px;
  border-width: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-10.tom.blue {
  border-color: rgba(62, 91, 110, 0.47);
}

.tom {
  padding-top: 30px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: tomato;
}

.tom.gold {
  border-width: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.image-311 {
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 1px #fff;
}

.topsection {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 110px;
  background-color: #6f2a2a;
}

.image-312 {
  width: 85%;
  margin-top: 0px;
}

.image-313 {
  width: 85%;
  margin-top: 0px;
}

.footersection {
  margin-top: -24px;
  background-color: #1a2c41;
}

.container-4 {
  margin-top: 20px;
}

.logomaindiv {
  margin-bottom: 25px;
}

.colup45 {
  padding-right: 0px;
}

.image-314 {
  width: 85%;
  margin-top: -6px;
  margin-bottom: 30px;
}

.paragraph-15 {
  color: #fff;
}

.youtube-2 {
  margin-top: 1px;
}

.youtube-2.video1 {
  margin-top: -17px;
  margin-bottom: 40px;
}

.image-315 {
  margin-top: 39px;
}

.divmovie {
  margin-right: 84px;
  margin-left: 84px;
}

.columns {
  margin-top: -29px;
}

.columns.ssss1 {
  margin-bottom: 18px;
}

.blue {
  color: #416b9b;
}

.blue.orange {
  color: #ef6a40;
}

.blue.orange.space56 {
  line-height: 38px;
}

.div-block-12 {
  background-color: #fff;
}

.div-block-12.up50div {
  margin-top: -19px;
}

.container-6 {
  margin-top: 42px;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  padding-top: 33px;
  padding-bottom: 33px;
  font-size: 36px;
}

.text-block-3 {
  margin-top: 37px;
  padding-right: 76px;
  padding-left: 76px;
  color: #757371;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.image-317 {
  margin-top: 5px;
}

.section-4 {
  padding: 74px 10px 40px;
}

.section-4.topborder {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.section-4.topborder.pad78 {
  padding-bottom: 20px;
}

.section-4.topborder.lessbod {
  padding-top: 60px;
  padding-bottom: 20px;
}

.hotel-savings-div {
  border-top: 1px none rgba(0, 0, 0, 0.38);
}

.center {
  text-align: center;
}

.container-7 {
  margin-bottom: 70px;
  padding-top: 32px;
  padding-bottom: 50px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(65, 107, 155, 0.06);
  border-radius: 10px;
  background-color: rgba(239, 162, 64, 0.23);
}

.container-7.lkjh7.dom1 {
  margin-top: 58px;
}

.columns-2 {
  margin-top: -39px;
}

.lt {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.padinfo {
  margin-bottom: 0px;
  padding: 31px 151px 0px 74px;
  color: #595959;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.centerbutton1 {
  margin-top: -17px;
  margin-bottom: 50px;
}

.centerbutton1.dropit67 {
  margin-top: 40px;
}

.centerbutton1.pad50a {
  margin-top: -66px;
  margin-bottom: 96px;
}

.drop356 {
  margin-top: 70px;
}

.container-8 {
  margin-top: 86px;
}

.image-318 {
  width: 80%;
}

.bold-text-4 {
  line-height: 32px;
}

.bold-text-5 {
  line-height: 30px;
}

.paragraph-16 {
  font-size: 18px;
  line-height: 28px;
}

.bold1 {
  margin-bottom: 6px;
  font-weight: 700;
  text-align: center;
}

.bold1.dj46d {
  margin-bottom: 27px;
}

.bold1.dj46d.roange3 {
  color: #ef6a40;
  font-size: 16px;
  text-align: center;
}

.bold1.dj46d.roange3.easy1 {
  margin-top: 20px;
}

.bold1.dj46d.roange3.easy1.blue3 {
  color: #4e619f;
}

.text-block-4 {
  margin-top: 10px;
  margin-bottom: 19px;
}

.section-5 {
  padding-top: 59px;
  padding-bottom: 117px;
  background-color: rgba(0, 0, 0, 0.01);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/peoplebeach1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/peoplebeach1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-5.darkerst3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/vidanta-home-destinations-puertopeñasco.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/vidanta-home-destinations-puertopeñasco.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-5.darkerst3.darktets {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 16, 26, 0.75)), to(rgba(17, 16, 26, 0.75))), url('../images/vidanta-home-destinations-puertopeñasco.jpg');
  background-image: linear-gradient(180deg, rgba(17, 16, 26, 0.75), rgba(17, 16, 26, 0.75)), url('../images/vidanta-home-destinations-puertopeñasco.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-5.lesspad78 {
  padding-top: 20px;
  padding-bottom: 37px;
}

.section-5.lesspad78.kjhg6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/peoplebeach1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/peoplebeach1.jpg');
  background-position: 0px 0px, 50% 70%;
}

.html-embed {
  text-align: center;
}

.html-embed-2 {
  text-align: center;
}

.section-6 {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #285b78;
}

.container-9 {
  text-align: center;
}

.whitetext {
  color: #fff;
}

.drop200 {
  margin-top: 125px;
}

.background-video {
  height: auto;
  margin-top: 0px;
  margin-bottom: 9px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.paragraph-17 {
  margin-top: 27px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.columns-3 {
  margin-top: -22px;
}

.bold-text-7 {
  color: #7d7b79;
}

.bold-text-8 {
  color: #7d7b79;
}

.bold-text-9 {
  color: #7d7b79;
}

.centro1 {
  margin-right: 300px;
  text-align: left;
}

.div-block-14 {
  position: static;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.background-video-2 {
  margin-right: 49px;
  margin-left: 49px;
}

.columns-4 {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.whitebgdi {
  margin-bottom: 0px;
  padding: 34px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.96);
}

.whitebgdi.less1 {
  margin-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
}

.text-block-5 {
  margin-top: 24px;
  color: #6f6e6e;
  line-height: 22px;
}

.submit-button {
  margin-top: 10px;
}

.div-block-16 {
  width: 100%;
  height: 100px;
}

.column-8 {
  text-align: center;
}

.center56 {
  margin-bottom: 10px;
  text-align: center;
}

.columns-5 {
  margin-top: -27px;
}

.description1 {
  margin-top: 19px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.paragraph-18 {
  margin-bottom: 0px;
}

.div-block-17 {
  text-align: center;
}

.orange1 {
  color: #ef6a40;
}

.div-block-18 {
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 20px 46px;
  border-radius: 10px;
  background-color: #fff;
}

.column-9 {
  padding-right: 20px;
  padding-left: 20px;
}

.text-block-6 {
  padding-bottom: 40px;
  border-bottom: 1px solid #d3cfcf;
  text-align: left;
}

.orangesteps {
  color: #ef6a40;
}

.blue3 {
  color: rgba(57, 78, 147, 0.9);
  font-size: 18px;
}

@media (max-width: 991px) {
  .nav-bar {
    background-image: none;
  }
  .nav-link {
    margin-top: 5px;
    padding: 0px 10px;
    color: #416b9b;
    text-align: center;
  }
  .nav-link.nav-link-message {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link.nav-link-message.yellow1 {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-link.nav-link-message.yellow1.promotesmall {
    display: inline-block;
  }
  .nav-link.nav-link-message.yellow1.donatesmall {
    display: inline-block;
  }
  .nav-link.nav-link-message.yellow1.promotebutton {
    display: inline-block;
    margin-top: 27px;
  }
  .nav-link.nav-link-message.yellow1.promotebutton.sallers {
    display: none;
    margin-top: 20px;
    margin-left: auto;
  }
  .nav-link.nav-link-message.donatebutton {
    display: none;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: auto;
  }
  .brand {
    padding-left: 1%;
  }
  .slider {
    height: 150vh;
    padding-bottom: 0px;
  }
  .slide {
    height: 131%;
    margin-top: 7px;
    margin-bottom: 0px;
    padding-top: 14%;
    padding-bottom: 15%;
  }
  .wrapper-full {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .wrapper-full.border {
    margin-top: -34px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .wrapper-full.border.drop76f.drop89e {
    margin-top: 0px;
  }
  .wrapper-full.border.dropwrap67.drop8jsh {
    margin-top: -20px;
  }
  .wrapper-full.border.drif9 {
    margin-top: -14px;
  }
  .hero-content {
    margin-top: 0px;
    margin-bottom: 70px;
  }
  .hero-big-text {
    font-size: 38px;
    line-height: 60px;
  }
  .hero-big-text.smksjgkjg.nopad6 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .hero-big-text.sjsjs9 {
    font-size: 32px;
  }
  .hero-big-paragraph {
    width: 80%;
  }
  .hero-big-paragraph.color.yellow {
    margin-top: -14px;
  }
  .hero-big-paragraph.color.yellow.uphome {
    margin-top: -10px;
    margin-bottom: 56px;
  }
  .hero-big-paragraph.color.yellow.uphome.orgname.drop4 {
    margin-top: -26px;
  }
  .hero-big-paragraph.color.yellow.uphome.orgname.drop4.promoteorgname {
    font-size: 42px;
  }
  .hero-big-paragraph.color.yellow.uphome.promotepage1 {
    margin-top: -90px;
  }
  .top-padding {
    margin-top: 40px;
  }
  .top-padding.bottom-padding.center {
    margin-top: 0px;
  }
  .top-padding.whitebg {
    margin-top: 21px;
  }
  .top-padding.whitebg.nochange {
    padding-right: 20px;
    padding-left: 20px;
  }
  .top-padding.whitebg.nochange.lesstop23 {
    padding-top: 10px;
  }
  .button.left {
    width: 35%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 18px;
  }
  .button.upbutton1 {
    margin-top: -28px;
  }
  .button.upbutton1.but1q {
    margin-top: -18px;
  }
  .button.upbutton1.but1q.menubut {
    display: inline-block;
    margin-top: 0px;
    text-align: center;
  }
  .button.upbutton1.but1q.menubut.orange {
    display: inline-block;
    width: 130px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 0px;
    background-color: #e6b90a;
    font-size: 12px;
    line-height: 8px;
  }
  .button.upbutton1.but1q.menubut.leftbut1 {
    display: inline-block;
    width: 110px;
    margin-right: 10px;
    margin-left: 173px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 0px;
    font-size: 12px;
    line-height: 8px;
  }
  .section {
    padding: 80px 15px 0px;
  }
  .section.image-background {
    padding-top: 70px;
  }
  .section.image-background.pad30 {
    margin-top: 0px;
    padding-top: 40px;
  }
  .section.image-background.up50 {
    margin-top: -19px;
  }
  .section.gray {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section.gray.pattern {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.gray.pattern._70pad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.gray.lesspadtop {
    padding-right: 0px;
    padding-bottom: 225px;
    padding-left: 0px;
  }
  .section.gray.lessbot6 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .section.gray.morepad45 {
    padding-top: 120px;
  }
  .section.color {
    padding-bottom: 160px;
    background-size: cover;
  }
  .section.cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.nopadbottom {
    padding-top: 29px;
  }
  .section.up3hg._50k {
    padding-bottom: 50px;
  }
  .white-content {
    width: 100%;
    margin-top: -20px;
  }
  .white-content.down3.up768.jkl87.drop7hs {
    margin-top: 66px;
  }
  .white-content.drop65.drop4rd {
    margin-top: 100px;
  }
  .white-content.drop65.dropehs5 {
    margin-top: 100px;
  }
  .white-content.drop6hs {
    margin-top: 135px;
  }
  .white-content.drop87yh {
    margin-top: 50px;
  }
  .white-content.drp94h {
    margin-top: 61px;
  }
  .section-tittle {
    font-size: 32px;
    line-height: 52px;
  }
  .section-tittle.white.sm3 {
    font-size: 42px;
    line-height: 56px;
  }
  .section-tittle.smalltitle {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-tittle.center1 {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .section-tittle.blue {
    text-align: center;
  }
  .section-tittle.blue.form {
    margin-top: -8px;
    margin-bottom: 28px;
    font-size: 48px;
  }
  .section-tittle.dro9d {
    margin-top: -23px;
    font-size: 34px;
  }
  .left-content {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    padding: 23px;
    text-align: center;
  }
  .left-content.event {
    margin-top: 0px;
  }
  .event-info {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .field-label {
    font-size: 17px;
  }
  .field-label.top1 {
    font-size: 16px;
  }
  .form {
    font-size: 18px;
  }
  .copy-box {
    position: relative;
  }
  .tab-link.w--current {
    text-align: center;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .info-tab {
    margin-left: 0px;
  }
  .hero-paragraph.header {
    width: 70%;
  }
  .hero-paragraph.header.center {
    width: 60%;
  }
  .hero-paragraph.header.event {
    width: 70%;
  }
  .line-block {
    margin-top: 0px;
    text-align: center;
  }
  .image-side {
    width: 100%;
  }
  .image-side.full {
    margin-bottom: 20px;
  }
  .center-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .center-row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .stories-wrapper {
    display: block;
  }
  .stories-image {
    right: 17%;
    bottom: 80px;
    width: 40%;
    height: 400px;
  }
  .stories-image.second-image._2 {
    top: -92px;
    right: 98px;
    bottom: 95px;
    width: 35%;
    height: 350px;
  }
  .flex-row {
    width: 100%;
  }
  .stories-info {
    margin-left: 60px;
  }
  .stories-info.top {
    margin-top: 100px;
    margin-left: 0px;
  }
  .team-info {
    margin-bottom: 20px;
  }
  .get-in-touch-form {
    width: 80%;
  }
  .images-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .features-image-card._2 {
    margin-bottom: 20px;
  }
  .content-features {
    padding-right: 25px;
    padding-left: 25px;
  }
  .image-column {
    margin-top: 60px;
    margin-right: 0px;
  }
  .section-header._38size {
    margin-top: -31px;
    margin-bottom: 43px;
    line-height: 50px;
    text-align: center;
  }
  .section-header._38size.drop5rhd.lyhd {
    text-align: left;
  }
  .section-header.bigsub {
    margin-top: -30px;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
  }
  .section-header.bigsub.fd {
    font-size: 24px;
  }
  .quote-section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .quote-section.hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 106, 64, 0.93)), to(rgba(239, 106, 64, 0.93))), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
    background-image: linear-gradient(180deg, rgba(239, 106, 64, 0.93), rgba(239, 106, 64, 0.93)), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
    background-position: 0px 0px, 50% 131%;
    background-size: auto, 1000px;
    background-repeat: repeat, no-repeat;
  }
  .play-block.full {
    width: 40%;
  }
  .big-header {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 46px;
  }
  .quote-slide {
    height: auto;
  }
  .quote-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .flex-blog {
    width: 90%;
  }
  .utility-page-wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/mike-kotsch-236622-unsplash2-1.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .column {
    margin-top: -40px;
  }
  .content-wrapp {
    margin-bottom: 48px;
  }
  .content-wrapp.no-padding {
    margin-top: 48px;
    margin-bottom: 0px;
  }
  .features-block {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .features-block.center-border {
    height: auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e4ecf6;
    border-bottom-width: 1px;
    border-bottom-color: #e4ecf6;
  }
  .features-blocks {
    border-top-style: none;
    border-bottom-style: none;
  }
  .act-content {
    width: 70%;
  }
  .scroll-up-button {
    right: -17px;
  }
  .tab-title {
    text-align: center;
  }
  .section-2 {
    padding-bottom: 100px;
  }
  .container-2 {
    position: relative;
  }
  .post-side-card.blog {
    margin-right: 20px;
  }
  .nav-link-2 {
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #a5a5a5;
  }
  .nav-link-2:hover {
    color: #ff8e64;
  }
  .nav-link-2.down {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }
  .dropdown-list-2.w--open {
    background-color: #292929;
  }
  .dropdown-link-2.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .top-space-block._100.left {
    padding-right: 15px;
    padding-left: 0px;
  }
  .hero-big-text-2.dark {
    font-size: 42px;
    line-height: 52px;
  }
  .hero-big-text-2.dark.smaller {
    font-size: 32px;
    line-height: 42px;
  }
  .half-section.image4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 50%;
    background-size: cover;
  }
  .half-section.full-color.white {
    width: 100%;
  }
  .half-section.full-color.white.left {
    padding: 4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-brand {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .logo-brand.w--current {
    margin-top: 5px;
  }
  .nav-link-3.dropdown {
    padding-top: 18px;
    padding-bottom: 15px;
  }
  .nav-menu {
    height: auto;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 #f3f8ff;
  }
  .nav-menu-2 {
    margin-top: 0px;
    background-color: #f5f5f5;
  }
  .menu-button {
    margin-top: -40px;
    padding-top: 15px;
  }
  .menu-button.w--open {
    margin-top: 12px;
    padding-top: 15px;
    background-color: transparent;
    color: #ef6a40;
  }
  .hero-big-paragraph-copy {
    width: 80%;
  }
  .hero-big-paragraph-copy.oswald {
    font-size: 24px;
  }
  .hero-big-paragraph-copy.smaller {
    width: 100%;
    margin-top: -2px;
    font-size: 24px;
  }
  .hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss {
    line-height: 38px;
  }
  .hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss.padgshs {
    line-height: 40px;
  }
  .hero-big-paragraph-copy.smaller.dfg987.jjk.klhjd {
    width: 90%;
  }
  .hero-big-paragraph-copy.smaller.dfg987.jjk.klhjd.promote23 {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }
  .gallery-image {
    width: auto;
    height: 320px;
    max-width: auto;
  }
  .gallery-image.small {
    height: 240px;
  }
  .gallery-image.small.second {
    height: 240px;
  }
  .gallery-image.first {
    height: 577px;
  }
  .gallery-preview {
    width: auto;
    height: 320px;
  }
  .gallery-preview.small {
    height: 240px;
  }
  .gallery-preview.first {
    height: 580px;
  }
  .image-302 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .image-302.logo0 {
    text-align: center;
  }
  .image-302.logo0.drop09d {
    margin-bottom: 28px;
  }
  .nolowerpad1 {
    font-size: 18px;
    line-height: 30px;
  }
  .nolowerpad1.text2 {
    margin-right: 23px;
    margin-left: 23px;
    font-size: 16px;
  }
  .nolowerpad1.lesstest {
    margin-top: 26px;
    margin-bottom: 40px;
    line-height: 22px;
  }
  .image-303 {
    width: 100%;
    margin-top: -21px;
  }
  .image-303.drop4rf {
    margin-top: -27px;
  }
  .image-303.drop4rf._85954 {
    margin-top: -25px;
  }
  .image-303.movie {
    width: 90%;
  }
  .image-303.dlkd {
    margin-top: 0px;
  }
  .paragraph-8 {
    margin-top: -81px;
    margin-bottom: 102px;
    padding-right: 32px;
    padding-left: 32px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .image-304 {
    width: 90%;
  }
  .paragraph-9 {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
  }
  .paragraph-9.lthd8 {
    line-height: 26px;
    text-align: left;
  }
  .paragraph-9.dr7hg {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 32px;
  }
  .paragraph-10.blue {
    font-size: 20px;
  }
  .paragraph-11 {
    font-size: 18px;
    line-height: 30px;
  }
  .paragraph-11.lt {
    text-align: left;
  }
  .paragraph-12 {
    margin-top: 27px;
    margin-bottom: 0px;
    padding-right: 46px;
    padding-left: 46px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
  }
  .paragraph-12.up70.orange {
    font-size: 26px;
    font-weight: 700;
  }
  .paragraph-12.up70.orange.up8dhd {
    margin-top: 40px;
    margin-bottom: 66px;
  }
  .paragraph-12.up45f {
    margin-top: -22px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
  }
  .paragraph-12.up45f.down35 {
    margin-top: 44px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-12.up45f.down35.blue._30fd {
    margin-top: 0px;
    margin-bottom: 55px;
    font-size: 24px;
  }
  .paragraph-12.up45f.black {
    margin-top: 16px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 38px;
  }
  .paragraph-12.up45f.black.drp5k {
    font-size: 36px;
    line-height: 48px;
  }
  .paragraph-12.up45f.black.drop87r {
    margin-top: 50px;
  }
  .paragraph-12.up45f.blue1 {
    margin-top: -15px;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-12.up45f.blue1.updf89.smna {
    margin-top: -56px;
    margin-right: 59px;
    margin-left: 59px;
  }
  .paragraph-12.up45f.blue1.orange {
    color: #ef6a40;
  }
  .paragraph-12.dark {
    font-weight: 700;
  }
  .paragraph-12.dark.orange {
    margin-top: 13px;
  }
  .paragraph-12.dark.orange.drop4rds {
    margin-top: -28px;
    margin-bottom: 0px;
    font-size: 24px;
  }
  .paragraph-12.dark.orange.cruise4 {
    margin-top: 1px;
    margin-bottom: 0px;
    font-size: 26px;
  }
  .paragraph-12.dark.blue.jdhdg {
    margin-top: 38px;
    margin-bottom: 31px;
    font-size: 20px;
    line-height: 36px;
  }
  .paragraph-12.dark.blue.jdhdg._34 {
    font-size: 30px;
    line-height: 40px;
  }
  .paragraph-12.dark.blue.jdhdg._34.orange1 {
    color: #ef6a40;
  }
  .paragraph-12.blue {
    font-size: 18px;
    line-height: 30px;
  }
  .image-305 {
    width: 90%;
  }
  .image-306 {
    width: 90%;
  }
  .image-307 {
    width: 100%;
    margin-top: 20px;
  }
  .image-308 {
    width: 100%;
  }
  .center1 {
    margin-bottom: 13px;
    text-align: center;
  }
  .image-309 {
    width: 90%;
    margin-top: -40px;
    margin-bottom: 18px;
  }
  .mask {
    height: 500px;
  }
  .smbold1.lt1s {
    text-align: left;
  }
  .column-4 {
    margin-top: -97px;
  }
  .colup3 {
    margin-top: -68px;
  }
  .image-312 {
    width: 100%;
    margin-top: -25px;
  }
  .image-313 {
    width: 100%;
    margin-top: -25px;
  }
  .image-313.drop56 {
    margin-top: -22px;
    padding-top: 0px;
  }
  .colup45 {
    margin-top: -49px;
    padding-left: 0px;
  }
  .image-314 {
    width: 95%;
    margin-top: 8px;
    margin-bottom: 60px;
  }
  .image-315 {
    margin-top: 55px;
    margin-left: auto;
    padding-left: 0px;
  }
  .divmovie {
    margin-right: 32px;
    margin-left: 32px;
  }
  .columns {
    margin-top: 0px;
    margin-bottom: 36px;
  }
  .div-block-11 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-316 {
    margin-top: -37px;
  }
  .heading-3 {
    font-size: 34px;
  }
  .text-block-3 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .image-317 {
    width: 100%;
    margin-top: 29px;
  }
  .section-4 {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .section-4.topborder.lessbod._454k.klkjh {
    padding-top: 0px;
  }
  .container-7 {
    margin-top: 28px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .padinfo {
    padding-right: 22px;
    padding-left: 22px;
  }
  .centerbutton1 {
    margin-bottom: 45px;
  }
  .mask-2 {
    padding-bottom: 26px;
  }
  .image-318 {
    width: 100%;
    margin-top: 18px;
  }
  .bold-text-4 {
    font-size: 24px;
    line-height: 28px;
  }
  .bold1.dj46d.roange3 {
    text-align: center;
  }
  .section-5 {
    padding-bottom: 0px;
  }
  .background-video {
    height: auto;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.11);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51));
  }
  .bold-text-7 {
    color: #82807f;
    font-size: 20px;
    line-height: 38px;
  }
  .bold-text-8 {
    color: #82807f;
    font-size: 20px;
    line-height: 38px;
  }
  .bold-text-9 {
    color: #82807f;
    font-size: 20px;
    line-height: 38px;
  }
  .centro1 {
    margin-right: 0px;
  }
  .icon {
    margin-top: 0px;
  }
  .div-block-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .background-video-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-15 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    margin-top: 25px;
    text-align: center;
  }
  .whitebgdi {
    padding-right: 20px;
    padding-left: 20px;
    background-color: hsla(0, 0%, 100%, 0.95);
  }
  .whitebgdi.less1 {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-17 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .nav-bar {
    height: 70px;
    margin-top: 0px;
  }
  .body {
    background-color: #fff;
  }
  .nav-link {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .nav-link.nav-link-message.yellow1.donatesmall {
    display: inline-block;
  }
  .nav-link.nav-link-message.yellow1.promotebutton {
    margin-top: -47px;
    margin-left: 225px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-link.nav-link-message.yellow1.promotebutton.sallers {
    margin-top: -30px;
    margin-left: 0px;
  }
  .nav-link.nav-link-message.donatebutton {
    margin-top: 13px;
    margin-left: 118px;
    padding: 5px 15px;
  }
  .slider {
    height: 120vh;
  }
  .slide {
    padding: 20% 31px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 87, 141, 0.39)), to(rgba(64, 87, 141, 0.39))), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.58)), url('../images/vidanta-home-destinations-puertopeñasco.jpg');
    background-image: linear-gradient(180deg, rgba(64, 87, 141, 0.39), rgba(64, 87, 141, 0.39)), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.58)), url('../images/vidanta-home-destinations-puertopeñasco.jpg');
    background-position: 0px 0px, 0px 0px, 50% 15%;
    background-size: auto, auto, cover;
  }
  .wrapper-full.border {
    padding-right: 15px;
    padding-left: 15px;
  }
  .wrapper-full.border.ex5.df6 {
    margin-top: 0px;
  }
  .wrapper-full.border.drop76f {
    margin-top: -16px;
  }
  .wrapper-full.border.dropwrap67 {
    margin-top: -7px;
  }
  .wrapper-full.border.dropwrap67.drop8jsh {
    margin-top: -10px;
  }
  .wrapper-full.border.drop65f {
    margin-top: -9px;
  }
  .wrapper-full.padoee {
    padding-bottom: 50px;
  }
  .hero-big-text {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 52px;
  }
  .hero-big-text.smksjgkjg {
    font-size: 44px;
  }
  .hero-big-text.sjsjs9 {
    margin-top: 10px;
    font-size: 22px;
  }
  .hero-big-paragraph {
    width: 90%;
  }
  .hero-big-paragraph.color.yellow {
    width: 100%;
    margin-top: -8px;
  }
  .hero-big-paragraph.color.yellow.uphome {
    margin-top: -21px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .hero-big-paragraph.color.yellow.uphome.orgname {
    font-size: 32px;
  }
  .hero-big-paragraph.color.yellow.uphome.orgname.drop4 {
    margin-top: -7px;
    font-size: 36px;
  }
  .hero-big-paragraph.color.yellow.uphome.orgname.drop4.promoteorgname {
    font-size: 32px;
  }
  .top-padding.ministry {
    margin-bottom: 40px;
  }
  .top-padding.whitebg {
    margin-top: 23px;
  }
  .button.left {
    width: 100%;
  }
  .button.blog {
    margin-top: 0px;
  }
  .button.upbutton1 {
    margin-top: -25px;
  }
  .button.upbutton1.but1q {
    margin-top: -30px;
  }
  .button.upbutton1.but1q.menubut.leftbut1 {
    margin-left: 0px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 0px;
    text-align: center;
  }
  .section.image-background {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .section.gray {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section.gray.pattern {
    margin-top: -51px;
    padding: 0px 20px 25px;
  }
  .section.gray.pattern._70pad {
    padding-top: 60px;
  }
  .section.gray.lesspadtop {
    padding-bottom: 234px;
  }
  .section.gray.morepad45.noes {
    padding-top: 30px;
  }
  .section.color {
    padding-top: 160px;
    padding-bottom: 160px;
    background-size: cover;
  }
  .section.cta {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.white56s {
    padding-bottom: 37px;
  }
  .white-content {
    width: 100%;
    margin-top: 30px;
    padding-top: 0px;
  }
  .white-content.gray {
    width: 60%;
  }
  .white-content.gray.no20 {
    width: 90%;
    margin-top: 72px;
    padding-right: 19px;
    padding-left: 19px;
  }
  .white-content.trasparent {
    margin-top: 0px;
  }
  .white-content.drop65 {
    margin-top: 70px;
  }
  .white-content.drop65.drop4rd {
    margin-top: 75px;
  }
  .white-content.drop6hs {
    margin-top: 40px;
  }
  .white-content.drop87yh {
    margin-top: 13px;
  }
  .white-content.drop87yh.jkljh {
    margin-top: 65px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .white-content.drop87yh.jkljh.center56 {
    text-align: center;
  }
  .white-content.up888.lkjh {
    margin-top: 63px;
  }
  .white-content.up20 {
    margin-top: 12px;
  }
  .section-tittle {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 46px;
  }
  .section-tittle.white.sm3 {
    font-size: 36px;
  }
  .section-tittle.white.dd77 {
    font-size: 28px;
  }
  .section-tittle.thankyou.center.lessbot1 {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 54px;
  }
  .section-tittle.smtitle3 {
    font-size: 28px;
  }
  .section-tittle.smaller1 {
    font-size: 36px;
    line-height: 50px;
  }
  .section-tittle.smh3 {
    font-size: 28px;
    line-height: 48px;
  }
  .section-tittle.blue.form {
    font-size: 36px;
  }
  .section-tittle.blue.form.orange.okl.lkjhgg {
    line-height: 42px;
  }
  .section-tittle.hjkjhg {
    font-size: 22px;
  }
  .section-tittle.smld6.smal3dsa {
    margin-top: 13px;
    font-size: 24px;
  }
  .section-tittle.dro9d {
    margin-top: -19px;
    font-size: 24px;
    text-align: center;
  }
  .section-tittle.dro9d.kjlkj {
    text-align: center;
  }
  .left-content {
    margin-top: 40px;
  }
  .left-content.event {
    width: 100%;
    margin-top: 0px;
  }
  .white-paragraph.transparence {
    text-align: center;
  }
  .event-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .event-card {
    margin-bottom: 40px;
  }
  .field-label.top1 {
    margin-top: -1px;
  }
  .footer {
    padding-left: 30px;
    text-align: left;
  }
  .footer-on-flex {
    display: block;
  }
  .footer-nav-link.transparence {
    text-align: center;
  }
  .template-link-footer.transparence {
    font-size: 12px;
  }
  .tab-link {
    width: 100%;
  }
  .tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-tab {
    margin-top: 48px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-section.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/aaron-burden-236415-unsplash11.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/aaron-burden-236415-unsplash11.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }
  .center-row {
    display: block;
  }
  .center-row.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .stories-wrapper {
    display: block;
  }
  .stories-image {
    top: -65px;
    right: 14%;
    width: 50%;
    height: 350px;
    padding-top: 0px;
  }
  .stories-image.second-image._2 {
    top: -25px;
    right: 43px;
    width: 40%;
    height: 300px;
  }
  .flex-row {
    z-index: 999;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .stories-info.top {
    margin-top: 100px;
    margin-left: 0px;
  }
  .team-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .team-image {
    width: 80%;
    height: 500px;
    background-repeat: no-repeat;
  }
  .team-image._2 {
    background-size: cover;
  }
  .team-image._4 {
    background-size: cover;
  }
  .get-in-touch-form {
    width: 80%;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features-image-card {
    margin-bottom: 40px;
  }
  .image-column {
    margin-top: 70px;
  }
  .image-column.up4rd {
    margin-top: 71px;
  }
  .section-header.bigsub {
    font-size: 38px;
    line-height: 50px;
  }
  .quote-section {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .play-block.full {
    width: 60%;
  }
  .big-header {
    font-size: 30px;
    line-height: 40px;
  }
  .flex-blog {
    width: 1000%;
  }
  .column {
    margin-top: -51px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-footer {
    width: 100%;
    margin-bottom: 30px;
  }
  .column-footer._17 {
    display: block;
    width: 100%;
  }
  .column-footer._17.right-padding {
    width: 100%;
    padding-left: 0px;
  }
  .footer-tittle {
    text-align: center;
  }
  .features-block {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    border-top: 1px none #000;
  }
  .features-block.center-border {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-style: solid none;
    border-top-color: #e4ecf6;
    border-bottom-width: 1px;
    border-bottom-color: #e4ecf6;
  }
  .actin-half-side {
    width: 100%;
  }
  .scroll-up-button {
    bottom: 150px;
    margin-right: 4%;
  }
  .licence-item {
    width: 100%;
  }
  .blog-post {
    padding-right: 0px;
  }
  .post-side-card.blog {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .post-side-card.event {
    width: 100%;
  }
  .section-3 {
    padding-bottom: 90px;
  }
  .section-3.gray {
    padding-bottom: 90px;
  }
  .blog-post-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-event {
    width: 100%;
    margin-bottom: 60px;
  }
  .top-space-block._100 {
    margin-top: 50px;
  }
  .top-space-block._100.left {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-big-text-2.dark.smaller {
    font-size: 32px;
    line-height: 42px;
  }
  .half-section {
    width: 100%;
  }
  .half-section.image4 {
    width: 100%;
    height: auto;
    min-height: 600px;
    margin-top: 30px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .half-section.full-color.white {
    height: 600px;
  }
  .half-section.full-color.white.left {
    margin-top: 0px;
    padding-left: 4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .logo-brand {
    margin-left: 0px;
  }
  .logo-brand.w--current {
    padding-left: 0px;
  }
  .hero-half-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .menu-button {
    margin-top: -39px;
  }
  .menu-button:active {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .hero-big-paragraph-copy {
    width: 90%;
    font-size: 24px;
  }
  .hero-big-paragraph-copy.smaller {
    font-size: 20px;
  }
  .hero-big-paragraph-copy.smaller.promote3 {
    font-size: 18px;
  }
  .hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss {
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 36px;
  }
  .hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss.smaller-link {
    margin-top: 0px;
    font-size: 15px;
  }
  .hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss.smaller-link.bigdfes._16hd {
    font-size: 16px;
  }
  .hero-big-paragraph-copy.smaller.dfg987.jjk {
    margin-top: -13px;
  }
  .hero-big-paragraph-copy.smaller.dfg987.jjk.klhjd {
    width: 100%;
    font-size: 18px;
  }
  .hero-big-paragraph-copy.smaller.dfg987.jjk.klhjd.promote23 {
    padding-right: 33px;
    padding-left: 33px;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
  }
  .gallery-image {
    height: auto;
  }
  .gallery-image.small {
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
  }
  .gallery-image.small.second {
    height: auto;
    margin-left: 0px;
  }
  .gallery-image.first {
    height: auto;
    margin-bottom: 10px;
  }
  .gallery-preview {
    height: auto;
  }
  .gallery-preview.small {
    width: 100%;
    height: auto;
  }
  .gallery-preview.first {
    width: 100%;
    height: auto;
  }
  .image-302 {
    margin-top: 10px;
  }
  .nolowerpad1.text2 {
    text-align: left;
  }
  .image-303.movie {
    width: 100%;
  }
  .image-304 {
    width: 100%;
  }
  .bold-text-3 {
    font-size: 24px;
  }
  .paragraph-9 {
    text-align: left;
  }
  .paragraph-9.dr7hg {
    padding-right: 0px;
    padding-left: 0px;
    color: #7f7d7b;
  }
  .paragraph-10 {
    font-size: 18px;
  }
  .paragraph-12.up70.orange {
    font-size: 20px;
    font-weight: 700;
  }
  .paragraph-12.up70.orange.up8dhd {
    margin-top: -16px;
    margin-bottom: 61px;
    font-size: 24px;
    line-height: 40px;
  }
  .paragraph-12.up70.orange.up8dhd.yes6.drop45 {
    margin-top: 40px;
  }
  .paragraph-12.up70.orange.up8dhd.klhjlkh7.drop40 {
    margin-top: 40px;
  }
  .paragraph-12.up70.orange.boldfgs {
    line-height: 36px;
  }
  .paragraph-12.up45f.down35 {
    font-size: 18px;
  }
  .paragraph-12.up45f.down35.blue {
    font-size: 18px;
    line-height: 32px;
  }
  .paragraph-12.up45f.down35.blue._30fd {
    margin-top: 10px;
    margin-bottom: 43px;
    font-size: 18px;
    line-height: 28px;
  }
  .paragraph-12.up45f.down35.up09 {
    font-size: 18px;
  }
  .paragraph-12.up45f.black.drp5k {
    font-size: 16px;
  }
  .paragraph-12.up45f.black.drop87r {
    margin-top: 50px;
    font-size: 18px;
    line-height: 32px;
  }
  .paragraph-12.up45f.blue1 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }
  .paragraph-12.up45f.blue1.updf89.smna {
    margin-top: -39px;
    margin-right: 14px;
    margin-left: 14px;
    line-height: 28px;
  }
  .paragraph-12.dark.orange {
    margin-top: -22px;
  }
  .paragraph-12.dark.orange.drop4rds {
    font-size: 24px;
  }
  .paragraph-12.dark.orange.cruise4 {
    font-size: 18px;
  }
  .paragraph-12.dark.blue.jdhdg {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }
  .paragraph-12.dark.blue.jdhdg._34.orange1 {
    font-size: 24px;
  }
  .paragraph-12.dark.blue.jdhdg._34.orange1.smkhg.orange.dhdhd {
    font-size: 32px;
    line-height: 48px;
  }
  .paragraph-12.blue {
    line-height: 36px;
  }
  .image-305 {
    width: 100%;
  }
  .image-306 {
    width: 100%;
  }
  .image-308 {
    width: 100%;
  }
  .image-309 {
    width: 100%;
    margin-bottom: 0px;
  }
  .paragraph-14 {
    color: #efa240;
  }
  .tom.gold {
    margin-top: 50px;
  }
  .image-310 {
    margin-top: -29px;
  }
  .container-4 {
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .colup45 {
    padding-left: 0px;
  }
  .image-314 {
    width: 100%;
    margin-top: 3px;
  }
  .image-315 {
    margin-top: 40px;
    margin-left: 0px;
  }
  .divmovie {
    margin-right: -16px;
    margin-left: -16px;
  }
  .blue.orange {
    line-height: 20px;
  }
  .image-316 {
    margin-top: -36px;
  }
  .heading-3 {
    margin-top: -28px;
    font-size: 24px;
  }
  .text-block-3 {
    margin-top: 37px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .image-317 {
    margin-top: 15px;
  }
  .center {
    margin-right: 15px;
    margin-left: 15px;
  }
  .container-7 {
    margin-top: 0px;
    margin-bottom: 78px;
    padding-right: 21px;
    padding-bottom: 40px;
    padding-left: 21px;
  }
  .lt {
    margin-top: 19px;
    color: #5a5958;
    font-size: 18px;
    line-height: 30px;
  }
  .image-318 {
    margin-top: 47px;
  }
  .image-319 {
    margin-bottom: 26px;
  }
  .image-320 {
    margin-bottom: 25px;
  }
  .image-321 {
    margin-bottom: 25px;
  }
  .image-322 {
    margin-bottom: 25px;
  }
  .image-323 {
    margin-bottom: 25px;
  }
  .bold-text-4 {
    font-size: 20px;
  }
  .smkdf {
    font-size: 24px;
  }
  .paragraph-16 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
  }
  .section-5.lesspad78 {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/peoplebeach1.jpg');
    background-position: 50% 0%;
  }
  .section-5.lesspad78.kjhg6 {
    margin-bottom: -101px;
    background-image: url('../images/peoplebeach1.jpg');
    background-position: 50% 0%;
  }
  .background-video {
    height: auto;
    margin-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .background-video.bgv6 {
    padding-bottom: 24px;
  }
  .paragraph-17.leftdescrp {
    text-align: left;
  }
  .image-324 {
    width: auto;
  }
  .bold-text-9 {
    padding-right: 109px;
  }
  .background-video-2 {
    margin-top: -5px;
    margin-right: auto;
    margin-left: auto;
  }
  .whitebgdi {
    margin-bottom: 50px;
  }
  .whitebgdi.less1 {
    margin-bottom: 20px;
    line-height: 17px;
    text-align: center;
  }
  .submit-button {
    margin-top: 12px;
  }
  .center56 {
    margin-bottom: 35px;
  }
}

@media (max-width: 479px) {
  .nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }
  .nav-link.nav-link-message {
    margin-right: 0px;
  }
  .nav-link.nav-link-message.yellow1 {
    display: none;
  }
  .nav-link.nav-link-message.yellow1.promotebutton {
    display: inline-block;
    margin-top: -53px;
    margin-left: 169px;
  }
  .nav-link.nav-link-message.yellow1.promotebutton.w--current {
    margin-left: 172px;
  }
  .nav-link.nav-link-message.yellow1.promotebutton.sallers {
    margin-top: -54px;
    margin-left: 167px;
    font-size: 12px;
  }
  .nav-link.nav-link-message.donatebutton {
    display: none;
    margin-top: 55px;
    margin-right: -31px;
    margin-left: 9px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .slider {
    height: 85vh;
    min-height: auto;
  }
  .slide {
    height: auto;
    margin-bottom: 0px;
    padding-top: 76px;
    padding-bottom: 76px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 98, 175, 0.34)), to(rgba(95, 98, 175, 0.34))), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.58)), url('../images/vidanta-home-destinations-puertopeñasco.jpg');
    background-image: linear-gradient(180deg, rgba(95, 98, 175, 0.34), rgba(95, 98, 175, 0.34)), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.58)), url('../images/vidanta-home-destinations-puertopeñasco.jpg');
    background-position: 0px 0px, 0px 0px, 50% 100%;
    background-size: auto, auto, cover;
  }
  .wrapper-full {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapper-full.border {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
    border-left-style: none;
  }
  .wrapper-full.border.ex5 {
    margin-top: -56px;
  }
  .wrapper-full.border.dropwrap67.drop8jsh {
    margin-right: auto;
    margin-left: auto;
  }
  .wrapper-full.border.drif9 {
    margin-top: -29px;
  }
  .wrapper-full.border.drop65f {
    margin-top: -15px;
  }
  .wrapper-full.padding {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wrapper-full.padoee {
    padding-bottom: 23px;
  }
  .hero-content {
    margin-top: -26px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content.less87d {
    margin-top: -17px;
  }
  .hero-big-text {
    margin-top: 0px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
  }
  .hero-big-text.smksjgkjg {
    font-size: 24px;
  }
  .hero-big-text.smksjgkjg.nopad6 {
    margin-top: 28px;
    font-size: 18px;
    line-height: 38px;
  }
  .hero-big-text.sjsjs9 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }
  .hero-big-paragraph {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }
  .hero-big-paragraph.color.yellow {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .hero-big-paragraph.color.yellow.uphome {
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 26px;
  }
  .hero-big-paragraph.color.yellow.uphome.orgname.drop4 {
    margin-top: 9px;
    font-size: 24px;
    font-style: normal;
  }
  .hero-big-paragraph.color.yellow.uphome.orgname.drop4.promoteorgname {
    margin-top: 10px;
    font-size: 20px;
  }
  .hero-big-paragraph.color.yellow.uphome.promotepage1 {
    margin-top: -70px;
  }
  .top-padding.whitebg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-padding.whitebg._80per {
    padding: 12px 0px;
  }
  .top-padding.whitebg.nochange {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-padding.whitebg.nochange.lesstop23 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button {
    margin-top: -10px;
  }
  .button.blog {
    margin-top: 20px;
    float: left;
    text-align: center;
  }
  .button.button2 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .button.big1 {
    width: 90%;
    margin-top: -30px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 14px;
  }
  .button.big1.jkj {
    margin-top: -64px;
  }
  .button.big1.jkj.dgsh {
    width: 100px;
  }
  .button.upbutton1.but1q {
    width: 280px;
    margin-top: -17px;
  }
  .button.upbutton1.but1q.w--current {
    margin-top: -21px;
  }
  .button.upbutton1.but1q.down56 {
    margin-top: 34px;
  }
  .button.upbutton1.but1q.menubut.orange {
    width: 100px;
    margin-left: -68px;
    padding-left: 5px;
    font-size: 10px;
  }
  .button.upbutton1.but1q.menubut.leftbut1 {
    display: none;
  }
  .social-media-block {
    display: none;
  }
  .section {
    margin-top: 0px;
    padding: 30px 15px 0px;
  }
  .section.image-background {
    padding-top: 19px;
  }
  .section.image-background.pad30 {
    padding-top: 36px;
  }
  .section.image-background.up50 {
    text-align: center;
  }
  .section.gray {
    margin-top: -43px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.gray.pattern {
    margin-top: -31px;
    padding: 0px 15px 30px;
  }
  .section.gray.pattern._70pad {
    padding-top: 60px;
  }
  .section.gray.lesspadtop {
    padding-top: 39px;
    padding-bottom: 304px;
  }
  .section.gray.lesspadtop.drop100.sectionless {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section.gray.lesspadtop.drop100.sectionless.hjsd {
    padding-top: 50px;
  }
  .section.gray.lessbot6 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .section.gray.lesshos {
    margin-bottom: -45px;
  }
  .section.color {
    height: 600px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section.get-in-touch {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.nopadbottom {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.up3hg {
    margin-top: 25px;
  }
  .white-content {
    width: 90%;
    margin-top: -63px;
    font-size: 14px;
  }
  .white-content.gray {
    width: 95%;
  }
  .white-content.trasparent {
    margin-top: 0px;
  }
  .white-content.down3 {
    margin-top: 15px;
  }
  .white-content.down3.up768 {
    margin-top: -93px;
  }
  .white-content.down3.up768.jkl87 {
    margin-top: 0px;
  }
  .white-content.drop65 {
    margin-top: 40px;
  }
  .white-content.drop65.drop4rd {
    width: 100%;
  }
  .white-content.drop6hs {
    width: 100%;
    margin-top: 40px;
  }
  .white-content.drop87yh {
    margin-top: 50px;
  }
  .white-content.drop87yh.jkljh {
    margin-top: 53px;
    margin-bottom: 17px;
  }
  .white-content.drop87yh.jkljh.center56 {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-content.up888 {
    margin-top: 45px;
  }
  .white-content.up888.lkjh {
    width: 100%;
    text-align: center;
  }
  .white-content.drofd {
    margin-top: -17px;
  }
  .section-tittle {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
  }
  .section-tittle.white.sm3 {
    font-size: 24px;
  }
  .section-tittle.white.sm3.dg7s {
    font-size: 20px;
    line-height: 48px;
  }
  .section-tittle.white.dd77 {
    font-size: 16px;
  }
  .section-tittle.thankyou.center.lessbot1 {
    font-size: 20px;
    line-height: 40px;
  }
  .section-tittle.thankyou.center.lessbot1._43d {
    font-size: 20px;
  }
  .section-tittle.smtitle3.dont {
    font-size: 24px;
    line-height: 42px;
  }
  .section-tittle.smaller1 {
    font-size: 24px;
  }
  .section-tittle._20s {
    font-size: 20px;
  }
  .section-tittle.smh3 {
    font-size: 16px;
  }
  .section-tittle.smh3.win4 {
    font-size: 24px;
    line-height: 34px;
  }
  .section-tittle.smh3.win4.centro {
    margin-bottom: 26px;
    font-size: 20px;
    text-align: center;
  }
  .section-tittle.smh3.win4.centro.gsgs6 {
    margin-top: 39px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-tittle.blue.form {
    font-size: 30px;
  }
  .section-tittle.blue.form.orange.okl {
    font-size: 30px;
    line-height: 44px;
  }
  .section-tittle.blue.form.orange.okl.lkjhgg {
    margin-bottom: 0px;
    font-size: 32px;
  }
  .section-tittle.hjkjhg {
    font-size: 16px;
  }
  .section-tittle.dri97d {
    font-size: 18px;
    text-align: left;
  }
  .section-tittle.smld6 {
    font-size: 18px;
  }
  .section-tittle.smld6.smal3dsa {
    margin-top: 9px;
    font-size: 14px;
  }
  .section-tittle.dro9d {
    margin-top: -18px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 36px;
  }
  .section-tittle.dro9d.kjlkj {
    margin-top: -3px;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
  }
  .section-tittle.sjd6 {
    font-size: 18px;
    text-align: left;
  }
  .left-content {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .left-content.event {
    width: 100%;
    margin-top: 0px;
  }
  .right-content {
    width: 100%;
    margin-right: 0px;
  }
  .event-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .form-block {
    margin-top: 28px;
  }
  .form-block.contact-section.new {
    width: 95%;
  }
  .field-label {
    padding-left: 0px;
  }
  .field-label.top1 {
    margin-top: 0px;
  }
  .field-label.blue {
    font-size: 14px;
  }
  .footer {
    padding-right: 10px;
    padding-left: 24px;
    text-align: left;
  }
  .footer-on-flex {
    display: block;
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .footer-nav-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-nav-link.transparence {
    margin-bottom: 0px;
  }
  .copy-box {
    margin-top: -41px;
  }
  .copy-box.center5ts {
    margin-top: 0px;
    padding-bottom: 60px;
  }
  .info-tab {
    display: block;
    overflow: visible;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tabs-content {
    position: static;
    overflow: visible;
  }
  .hero-section.about {
    padding-bottom: 100px;
  }
  .left-hero-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-paragraph.header {
    width: 95%;
  }
  .hero-paragraph.header.event {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .image-side {
    width: 100%;
  }
  .center-row {
    display: block;
  }
  .stories-wrapper {
    top: 0%;
    margin-top: -150px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .stories-image {
    display: none;
  }
  .flex-row {
    position: static;
    display: block;
    height: auto;
    margin-top: 0px;
  }
  .flex-row.in-tabs {
    display: block;
    width: 100%;
    margin-top: 0px;
  }
  .flex-row.with-image {
    display: none;
  }
  .stories-info {
    margin-left: 0px;
  }
  .stories-info.top {
    height: auto;
    margin-top: 0px;
  }
  .team-card {
    margin-bottom: 30px;
  }
  .team-image {
    width: 100%;
    height: 400px;
  }
  .team-image._2 {
    height: 400px;
  }
  .team-image._4 {
    height: 400px;
  }
  .get-in-touch-form {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .get-in-touch-button {
    width: 100%;
    text-align: left;
  }
  .text-field-get-in {
    width: 100%;
  }
  .images-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .images-section.gallery {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slide-nav-vertical {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tabs {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-tabs {
    display: none;
  }
  .info-content {
    position: relative;
  }
  .features-image-card {
    margin-bottom: 20px;
  }
  .features-image-card._2 {
    margin-bottom: 20px;
  }
  .content-features {
    padding: 40px 20px;
  }
  .image-column {
    width: 100%;
    height: 300px;
    margin-top: 90px;
  }
  .image-column.up4rd {
    margin-top: 43px;
  }
  .section-header {
    font-size: 25px;
    line-height: 35px;
  }
  .section-header._38size {
    margin-top: -42px;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 38px;
  }
  .section-header.bigsub.fd {
    line-height: 36px;
  }
  .section-header.bigsub.fd.dg5 {
    font-size: 20px;
  }
  .section-header.bigsub.lok {
    margin-top: -40px;
    font-size: 36px;
    line-height: 50px;
  }
  .play-link-button {
    width: 60px;
    height: 60px;
  }
  .play-block {
    width: 100%;
  }
  .play-block.full {
    width: 100%;
    padding-right: 20px;
  }
  .play-button-text {
    margin-right: 0px;
    margin-left: 20px;
  }
  .big-header {
    font-size: 18px;
    line-height: 30px;
  }
  .quote-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex-blog {
    width: 100%;
  }
  .column.upcol8 {
    margin-top: -150px;
  }
  .column.up876 {
    margin-top: -75px;
  }
  .column-footer {
    display: block;
  }
  .column-footer._17 {
    display: block;
    width: 100%;
  }
  .column-footer._17.right-padding {
    padding-left: 0px;
  }
  .footer-tittle {
    margin-top: 3px;
  }
  .features-block {
    -webkit-flex-basis: 95%;
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    border-top-style: none;
    border-top-color: #e4ecf6;
  }
  .features-block.center-border {
    height: auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .features-blocks {
    border-top-style: solid;
  }
  .act-content {
    width: 70%;
  }
  .scroll-up-button {
    bottom: 125px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
  .image-div {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .licence-links-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .licence-item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-post {
    padding-right: 0px;
  }
  .post-side-card.blog {
    width: 210px;
    margin-right: 0px;
  }
  .section-3 {
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 0px;
    background-color: #fff;
  }
  .section-3.gray {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-post-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .blog-post-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-space-block._100.left {
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hero-big-text-2 {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-big-text-2.dark {
    font-size: 32px;
    line-height: 42px;
  }
  .half-section {
    display: block;
  }
  .half-section.image4 {
    width: 100%;
    min-height: 500px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: cover;
  }
  .half-section.full-color.white {
    width: 100%;
  }
  .half-section.full-color.white.left {
    height: auto;
    max-width: 600%;
    padding: 120px 0% 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-half-section {
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .menu-button {
    margin-top: -38px;
    margin-bottom: -15px;
    margin-left: -9px;
    padding-left: 0px;
  }
  .menu-button.w--open {
    margin-top: 6px;
    padding-top: 15px;
  }
  .hero-big-paragraph-copy {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
  .hero-big-paragraph-copy.oswald {
    font-size: 18px;
    line-height: 36px;
  }
  .hero-big-paragraph-copy.smaller {
    margin-top: -19px;
    font-size: 18px;
  }
  .hero-big-paragraph-copy.smaller.promote3.jklhlkjhj {
    margin-top: -18px;
    font-size: 12px;
  }
  .hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss.smaller-link {
    margin-top: -12px;
    font-size: 10px;
  }
  .hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss.smaller-link.bigdfes {
    font-size: 16px;
  }
  .hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss.smaller-link.bigdfes._16hd {
    padding-right: 14px;
    padding-left: 14px;
    line-height: 36px;
    text-align: left;
  }
  .hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss.padgshs {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 36px;
  }
  .hero-big-paragraph-copy.smaller.promote3.jklhlkjhj.drop6584.ddddsss.hhh765 {
    font-size: 16px;
  }
  .hero-big-paragraph-copy.smaller.dfg987 {
    font-size: 18px;
    line-height: 22px;
  }
  .hero-big-paragraph-copy.smaller.dfg987.jjk {
    margin-top: 15px;
    line-height: 26px;
  }
  .hero-big-paragraph-copy.smaller.dfg987.jjk.klhjd {
    font-size: 18px;
  }
  .hero-big-paragraph-copy.smaller.dfg987.jjk.klhjd.promote23 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
  .gallery-image {
    width: 100%;
    max-width: 100%;
  }
  .image-302 {
    margin-top: 10px;
  }
  .image-302.logo0 {
    margin-top: 0px;
  }
  .image-302.logo0.up980 {
    margin-top: 0px;
  }
  .image-302.logo0.winlogo {
    margin-top: 60px;
  }
  .nolowerpad1 {
    margin-top: 3px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
  .nolowerpad1.text2 {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 16px;
    text-align: left;
  }
  .nolowerpad1.lt6 {
    text-align: left;
  }
  .nolowerpad1.lesstest {
    margin-top: 38px;
  }
  .image-303 {
    margin-top: -31px;
  }
  .image-303.movie {
    width: 100%;
    margin-top: -46px;
  }
  .paragraph-8 {
    margin-top: -85px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align: center;
  }
  .image-304 {
    margin-top: -49px;
    margin-bottom: 0px;
  }
  .bold-text-3 {
    font-size: 18px;
  }
  .column-3 {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .column-3.registercol {
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragraph-9 {
    color: #7e7c79;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
  .paragraph-9.center5 {
    text-align: center;
  }
  .paragraph-9.dr7hg {
    padding-right: 10px;
    padding-left: 10px;
    color: #6a6968;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
  }
  .paragraph-10 {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
  }
  .paragraph-10.blue {
    font-size: 16px;
    text-align: center;
  }
  .paragraph-11.lt {
    font-size: 16px;
    font-weight: 400;
  }
  .paragraph-12 {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 30px;
    font-weight: 700;
  }
  .paragraph-12.up70.orange {
    margin-top: 1px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .paragraph-12.up70.orange.up8dhd {
    margin-top: 0px;
    font-size: 18px;
    line-height: 28px;
  }
  .paragraph-12.up70.orange.up8dhd.yes6 {
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 18px;
    line-height: 28px;
  }
  .paragraph-12.up70.orange.up8dhd.klhjlkh7 {
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 18px;
    line-height: 28px;
  }
  .paragraph-12.up70.orange.boldfgs {
    margin-top: 15px;
    font-size: 20px;
    line-height: 26px;
  }
  .paragraph-12.up45f {
    font-size: 24px;
    line-height: 34px;
  }
  .paragraph-12.up45f.down35 {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 24px;
  }
  .paragraph-12.up45f.down35.blue._30fd {
    margin-top: 6px;
    font-size: 16px;
    line-height: 26px;
  }
  .paragraph-12.up45f.down35.blue._30fd.orange {
    margin-bottom: 31px;
    font-size: 16px;
  }
  .paragraph-12.up45f.down35._125 {
    font-size: 18px;
  }
  .paragraph-12.up45f.down35.up09 {
    margin-top: 27px;
    line-height: 24px;
  }
  .paragraph-12.up45f.black.drp5k {
    line-height: 26px;
  }
  .paragraph-12.up45f.black.drop87r {
    line-height: 24px;
  }
  .paragraph-12.up45f.blue1 {
    margin-top: -34px;
    padding-right: 8px;
    padding-left: 8px;
    line-height: 28px;
  }
  .paragraph-12.up45f.blue1.updf89 {
    line-height: 32px;
  }
  .paragraph-12.up45f.blue1.updf89.smna {
    margin-top: -41px;
    font-size: 16px;
    line-height: 26px;
  }
  .paragraph-12.up45f.blue1.kjkjhg {
    margin-top: -2px;
  }
  .paragraph-12.dark.orange.drop4rds {
    font-size: 18px;
    line-height: 28px;
  }
  .paragraph-12.dark.orange.cruise4 {
    margin-top: -28px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
    line-height: 28px;
  }
  .paragraph-12.dark.blue.jdhdg {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
  }
  .paragraph-12.dark.blue.jdhdg._34.orange1.smkhg {
    font-size: 20px;
  }
  .paragraph-12.dark.blue.jdhdg._34.orange1.smkhg.orange.dhdhd._24 {
    font-size: 22px;
    line-height: 36px;
  }
  .paragraph-12.blue {
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 32px;
  }
  .paragraph-12.blue.jh76t {
    margin-bottom: 40px;
  }
  .paragraph-13 {
    color: #585857;
  }
  .paragraph-14 {
    font-size: 14px;
  }
  .mask {
    height: 470px;
    line-height: 25px;
  }
  .div-block-9 {
    margin-top: -18px;
  }
  .smbold1 {
    font-size: 16px;
    line-height: 16px;
  }
  .div-block-10.tom {
    padding-top: 15px;
  }
  .tom.gold {
    padding-top: 15px;
  }
  .image-310 {
    margin-top: 0px;
  }
  .column-4 {
    margin-bottom: 20px;
  }
  .colup3 {
    margin-top: -54px;
  }
  .paragraph-15 {
    font-size: 13px;
  }
  .image-315 {
    margin-top: 25px;
  }
  .divmovie {
    margin-right: auto;
    margin-left: auto;
  }
  .blue {
    line-height: 26px;
  }
  ._14 {
    font-size: 12px;
    text-align: left;
  }
  .container-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-316 {
    margin-top: -54px;
  }
  .heading-3 {
    margin-top: -38px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 40px;
  }
  .text-block-3 {
    margin-top: 16px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 30px;
  }
  .image-317 {
    margin-top: 8px;
  }
  .section-4 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .section-4.topborder.pad78 {
    padding-bottom: 0px;
  }
  .section-4.topborder.lessbod._454k {
    padding-top: 20px;
  }
  .container-7 {
    margin-bottom: 65px;
    padding: 22px 10px 35px;
    text-align: left;
  }
  .container-7.lkjh7 {
    margin-top: -8px;
    margin-bottom: 65px;
  }
  .lt {
    color: #5f5d5b;
    text-align: justify;
  }
  .padinfo {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .centerbutton1.louy4 {
    margin-top: 11px;
  }
  .centerbutton1.pad50a.dddss {
    margin-top: auto;
  }
  .drop356 {
    margin-top: 20px;
  }
  .drop356.klhde {
    margin-top: 70px;
  }
  .image-319 {
    margin-top: -21px;
  }
  .bold-text-4 {
    font-size: 14px;
    line-height: 26px;
  }
  .smkdf {
    font-size: 16px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bold-text-5 {
    font-size: 18px;
  }
  .bold1.dj46d {
    font-size: 12px;
  }
  .bold1.dj46d.roange3 {
    text-align: left;
  }
  .text-block-4 {
    margin-bottom: 26px;
  }
  .section-5.lesspad78 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .background-video {
    padding-right: 15px;
    padding-left: 15px;
    background-color: rgba(0, 0, 0, 0.61);
    background-image: none;
  }
  .paragraph-17 {
    margin-top: 31px;
    color: #545351;
    line-height: 32px;
    text-align: left;
  }
  .paragraph-17.leftdescrp {
    line-height: 28px;
  }
  .bold-text-6 {
    font-size: 14px;
  }
  .image-324 {
    margin-top: -16px;
  }
  .bold-text-8 {
    font-size: 18px;
  }
  .bold-text-9 {
    font-size: 18px;
  }
  .icon {
    margin-top: -3px;
  }
  .div-block-14 {
    margin-top: 0px;
  }
  .background-video-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-15 {
    margin-top: 22px;
  }
  .whitebgdi {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .bt5 {
    line-height: 15px;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-17 {
    text-align: left;
  }
  .div-block-18 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

