@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
@font-face {
  font-family: 'secondarybold';
  src: local("Arial");
  font-weight: 700;
}

@font-face {
  font-family: 'secondarylight';
  src: local("Arial");
  font-weight: 300;
}

/* Special breaking points */
/* Colors */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote:after,
q::before,
q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  box-sizing: border-box;
  touch-action: manipulation;
}

sup {
  font-size: smaller;
  vertical-align: top;
  position: relative;
  top: -0.5em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

em {
  font-style: italic;
}

p.green {
  font-family: 'Raleway', secondarybold;
  color: #04aa71;
}

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

p.small {
  font-size: 18px;
  font-family: 'Raleway', secondarybold;
  color: #252523;
}

p strong {
  font-weight: 600;
}

h1 {
  font-size: 40px;
  color: #252523;
  font-family: 'Raleway', secondarybold;
  text-transform: uppercase;
  letter-spacing: 0.25vw;
}

@media (max-width: 440px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 26px;
  font-family: 'Raleway', secondarybold;
}

body {
  font-size: 18px;
  font-family: 'Open Sans', secondarylight;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #252523;
}

@media (max-width: 1466px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 440px) {
  body {
    font-size: 14px;
  }
}

#menu_wrapper {
  width: 44vw;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.9s cubic-bezier(1, 0.02, 0.38, 0.96);
  z-index: 100;
  background: #04aa71;
  overflow: hidden;
  padding-top: 20px;
}

#menu_wrapper.loaded {
  transform: translateX(0);
}

@media (max-width: 800px) {
  #menu_wrapper {
    width: 100%;
  }
}

#menu_wrapper .close {
  right: 16px;
  top: 12px;
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 10;
  cursor: pointer;
}

#menu_wrapper .close::before {
  height: 2px;
  width: 18px;
  background: #fff;
  content: '';
  transform: rotate(45deg);
  position: absolute;
  left: 15px;
  top: 20px;
}

#menu_wrapper .close::after {
  height: 2px;
  width: 18px;
  background: #fff;
  content: '';
  transform: rotate(-45deg);
  position: absolute;
  left: 15px;
  top: 20px;
}

#menu_wrapper ul {
  margin: 3vw 0;
  padding: 0 30px;
}

#menu_wrapper ul li {
  margin-bottom: 10px;
}

#menu_wrapper ul li a {
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Open Sans', secondarylight;
  color: #fff;
  position: relative;
}

.wrapper {
  width: 100%;
  max-width: 1113px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 1153px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 440px) {
  .wrapper {
    padding: 0 15px;
  }
}

.wrapper.wide {
  max-width: 1670px;
}

header {
  height: 96px;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10;
  transition: all 0.4s ease;
}

@media (max-width: 440px) {
  header {
    height: 60px;
  }
}

header .wrapper {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  height: 100%;
}

header #mobile_menu_trigger {
  height: 45px;
  width: 45px;
  display: none;
  cursor: pointer;
  background-size: 100%;
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: 8px;
}

header #mobile_menu_trigger span {
  background: url(../img/icon_burger.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 800px) {
  header #mobile_menu_trigger {
    display: block;
  }
}

header #logo {
  background: url(../img/logo_20210601.svg) no-repeat center center;
  width: 250px;
  height: 68px;
  background-size: 100%;
}

@media (max-width: 440px) {
  header #logo {
    background-size: 100%;
    width: 150px;
    height: 41px;
  }
}

header #logo a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  header #main_nav {
    display: none;
  }
}

header #main_nav ul {
  display: flex;
  height: 100%;
  align-items: center;
}

header #main_nav ul li {
  position: relative;
}

header #main_nav ul li a {
  font-size: 15px;
  font-family: 'Open Sans', secondarylight;
  display: block;
  margin: 0 10px;
  color: #252523;
  padding: 0;
  position: relative;
}

header #main_nav ul li a.active {
  color: #04aa71;
}

header #main_nav ul li a.active::after {
  position: absolute;
  content: '';
  height: 4px;
  background: #04aa71;
  width: 100%;
  bottom: -26px;
  transition: all 0.4s ease;
  left: 0;
}

header #main_nav ul li ul {
  position: absolute;
  background: #F2F2F2;
  display: none;
  height: auto;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  right: -10px;
  border-radius: 5px;
}

header #main_nav ul li ul li {
  list-style: none;
  display: block;
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 0;
  text-align: center;
}

header #main_nav ul li ul li:hover {
  background-color: #04aa71;
}

header #main_nav ul li ul li:hover a {
  color: #fff;
}

header #main_nav ul li ul li a {
  padding: 15px;
  text-align: center;
}

header #main_nav ul li:hover > ul {
  display: block;
}

header.scrolled {
  height: 80px;
  background: #fff;
}

@media (max-width: 440px) {
  header.scrolled {
    height: 60px;
  }
}

header.scrolled #logo {
  width: 150px;
  height: 41px;
  background-size: 100%;
}

#hero {
  margin-top: 96px;
  position: relative;
  padding: 0;
  background: url(../img/hero_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

#hero .wrapper {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}

@media (max-width: 440px) {
  #hero {
    flex-flow: column;
    padding: 30px 0;
    text-align: center;
    margin-top: 60px;
  }
}

#hero .text {
  padding-left: calc((100% - 1113px) / 2);
  position: relative;
  z-index: 2;
  flex: 0 0 50%;
}

@media (max-width: 440px) {
  #hero .text {
    padding: 0 15px;
    flex: 1 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
}

#hero .text h1 {
  margin-bottom: 7px;
  letter-spacing: 0;
}

#hero .text p {
  font-size: 25px;
  margin-bottom: 68px;
}

#hero .image {
  position: relative;
  z-index: 1;
}

@media (min-width: 1660px) {
  #hero .image {
    right: -60px;
  }
}

@media (max-width: 1660px) {
  #hero .image {
    right: -6vw;
  }
}

@media (max-width: 1024px) {
  #hero .image {
    right: -2vw;
  }
}

@media (max-width: 440px) {
  #hero .image {
    display: none;
  }
}

.dls {
  display: flex;
}

@media (max-width: 440px) {
  .dls {
    flex-flow: column;
    align-items: center;
  }
}

.dls a {
  width: 216px;
  height: 68px;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 890px) {
  .dls a {
    width: 170px;
    height: 55px;
  }
}

.dls a.apple {
  background: url(../img/dl_apple.png) no-repeat center center;
  margin-right: 30px;
  background-size: 100%;
}

@media (max-width: 890px) {
  .dls a.apple {
    margin-right: 20px;
  }
}

@media (max-width: 440px) {
  .dls a.apple {
    margin: 0 0 20px 0;
  }
}

.dls a.playstore {
  background: url(../img/dl_playstore.png) no-repeat center center;
  background-size: 100%;
}

#features {
  padding: 64px 0;
}

@media (max-width: 440px) {
  #features {
    padding-bottom: 0;
  }
}

#features h1 {
  text-align: center;
  margin-bottom: 9px;
}

#features .info {
  margin-bottom: 50px;
  padding: 0 20px;
  text-align: center;
  font-size: 22px;
}

#features .info p {
  text-align: center;
  font-size: 22px;
}

#features .feat_item_hidden {
  display: none;
}

@media (max-width: 800px) {
  #features .swiper-slide-active .feat_item_hidden {
    display: block;
  }
}

#features .swiper-slide {
  display: flex;
  justify-content: center;
}

@media (max-width: 800px) {
  #features .swiper-slide {
    flex-flow: column;
    align-items: center;
  }
}

#features .swiper-slide img {
  max-width: 80%;
}

#features .features_holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

#features .features_holder .col.text {
  position: relative;
  z-index: 3;
  flex: 0 0 317px;
  width: 317px;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  height: 100%;
}

@media (max-width: 1113px) {
  #features .features_holder .col.text {
    flex: 0 0 28%;
    width: 28%;
  }
}

#features .features_holder .col.text h2 {
  margin-bottom: 10px;
}

#features .features_holder .col.slide {
  flex: 0 0 457px;
  width: 457px;
  max-width: 457px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1113px) {
  #features .features_holder .col.slide {
    flex: 0 0 30%;
    width: 30%;
  }
}

@media (max-width: 800px) {
  #features .features_holder .col.slide {
    flex: 1 0 auto;
    width: 100%;
  }
  #features .features_holder .col.slide .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 420px;
  }
}

#features .features_holder .col.slide .swiper-slide {
  align-items: center;
}

#features .features_holder .col.slide .swiper-slide img {
  display: block;
  width: 100%;
}

#features .features_holder .feat_item {
  margin-bottom: 30px;
  cursor: pointer;
}

@media (max-width: 800px) {
  #features .features_holder .feat_item {
    display: none;
  }
}

#features .features_holder .feat_item.current {
  color: #04aa71;
}

#features .features_holder .feat_item_hidden {
  background: #fff;
  text-align: center;
}

@media (max-width: 400px) {
  #features .features_holder .feat_item_hidden {
    height: 170px;
  }
}

#features .features_holder .align_right .feat_item {
  text-align: right;
}

#key_features {
  background: url(../img/key_bg.jpg) no-repeat bottom center;
  padding: 64px 0 80px;
  margin-bottom: -166px;
}

@media (max-width: 440px) {
  #key_features {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}

#key_features h1 {
  text-align: center;
}

#key_features .key_features_holder .kf_item {
  display: flex;
  padding: 30px 0;
  align-items: center;
}

@media (max-width: 440px) {
  #key_features .key_features_holder .kf_item {
    flex-flow: column;
    padding: 20px 0;
  }
}

#key_features .key_features_holder .kf_item .image {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  justify-content: center;
}

@media (max-width: 440px) {
  #key_features .key_features_holder .kf_item .image {
    order: 1 !important;
    flex: 1 0 auto;
    width: 90%;
  }
  #key_features .key_features_holder .kf_item .image img {
    height: auto !important;
    align-self: center;
  }
}

#key_features .key_features_holder .kf_item .image img {
  border-radius: 41px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
  max-width: 351px;
}

#key_features .key_features_holder .kf_item .text {
  flex: 0 0 50%;
  width: 50%;
}

@media (max-width: 440px) {
  #key_features .key_features_holder .kf_item .text {
    flex: 1 0 auto;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    order: 2 !important;
  }
}

#key_features .key_features_holder .kf_item .text h2 {
  margin-bottom: 10px;
}

#key_features .key_features_holder .kf_item .text p {
  margin-bottom: 20px;
}

#key_features .key_features_holder .kf_item.lefty .text {
  order: 1;
}

#key_features .key_features_holder .kf_item.lefty .image {
  order: 2;
}

#testimonials {
  display: flex;
  justify-content: center;
  padding: 240px 0 320px;
  position: relative;
  background: url(../img/testimonials_bg.png) no-repeat bottom center;
  margin-bottom: 50px;
}

@media (max-width: 440px) {
  #testimonials {
    padding: 70px 0;
  }
}

#testimonials::before {
  content: '';
  background: url(../img/quote.png) no-repeat center center;
  width: 116px;
  height: 116px;
  background-size: 100%;
  position: absolute;
  left: 30%;
  top: 20%;
}

#testimonials_slider {
  margin: 0 auto;
  max-width: 815px;
  margin: 0 20px;
}

#testimonials_slider .swiper-slide {
  text-align: center;
}

#testimonials_slider .swiper-slide h2 {
  font-size: 40px;
  padding: 0 50px;
  font-family: 'Raleway', secondarybold;
  margin-bottom: 10px;
}

@media (max-width: 440px) {
  #testimonials_slider .swiper-slide h2 {
    font-size: 30px;
  }
}

#testimonials_slider .swiper-slide p {
  padding: 0 90px;
  line-height: 1.3;
  font-size: 22px;
}

@media (max-width: 440px) {
  #testimonials_slider .swiper-slide p {
    padding: 0 20px;
  }
}

.testimonials_images {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 70%;
  height: 70%;
  left: 50%;
  transform: translateX(-50%);
}

.testimonials_images .profile_image {
  position: absolute;
}

@media (max-width: 600px) {
  .testimonials_images .profile_image {
    display: none;
  }
}

.testimonials_images .profile_image::before {
  width: 175px;
  height: 59px;
  content: '';
  position: absolute;
  z-index: 2;
  background: url(../img/fivestars.png);
  top: -25px;
  left: 43px;
}

.testimonials_images .profile_image::after {
  width: 53%;
  height: 64%;
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 20px 30px 40px rgba(0, 0, 0, 0.2);
  background: transparent;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.testimonials_images .profile_image img {
  display: block;
  border-radius: 50%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.testimonials_images .profile_image:nth-child(1) {
  width: 80px;
  left: 5%;
  top: 12%;
}

.testimonials_images .profile_image:nth-child(2) {
  width: 55px;
  left: 66%;
  top: 18%;
}

.testimonials_images .profile_image:nth-child(2)::before {
  display: none;
}

.testimonials_images .profile_image:nth-child(3) {
  width: 76px;
  left: 92%;
  top: 63%;
}

.testimonials_images .profile_image:nth-child(4) {
  width: 100px;
  left: 0;
  top: 89%;
}

.testimonials_images .profile_image:nth-child(4)::before {
  background: url(../img/fourstars.png);
}

.testimonials_images .profile_image:nth-child(5) {
  width: 70px;
  left: 40%;
  top: 99%;
}

.testimonials_images .profile_image:nth-child(6) {
  width: 70px;
  left: 66%;
  top: 81%;
}

.testimonials_images .profile_image:nth-child(6)::before {
  background: url(../img/fourstars.png);
  left: 35px;
}

.testimonials_images .profile_image:nth-child(7) {
  width: 50px;
  left: 27%;
  top: 76%;
}

.testimonials_images .profile_image:nth-child(7)::before {
  display: none;
}

.testimonials_images .profile_image:nth-child(8) {
  width: 35px;
  left: 78%;
  top: 37%;
}

.testimonials_images .profile_image:nth-child(8)::before {
  display: none;
}

.testimonials_images .profile_image:nth-child(9) {
  width: 50px;
  left: 88%;
  top: 94%;
}

.testimonials_images .profile_image:nth-child(9)::before {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: none !important;
  font-size: 0 !important;
  text-transform: none !important;
  width: 45px;
  height: 45px;
}

.swiper-button-next:after {
  background: url(../img/arrow_right.png) no-repeat center center;
}

.swiper-button-prev:after {
  background: url(../img/arrow_left.png) no-repeat center center;
}

#download {
  background: url(../img/dl_bg.jpg) no-repeat center center;
}

@media (max-width: 440px) {
  #download {
    background-size: cover;
    padding: 30px 0;
  }
}

#download .wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 440px) {
  #download .wrapper {
    flex-flow: column;
  }
}

#download .image {
  order: 1;
  margin-right: 40px;
  margin-left: -40px;
}

@media (max-width: 890px) {
  #download .image {
    max-width: 40%;
  }
  #download .image img {
    width: 100%;
  }
}

@media (max-width: 440px) {
  #download .image {
    display: none;
  }
}

#download .text {
  order: 2;
}

#download .text h1 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 16px;
  text-transform: uppercase;
}

@media (max-width: 890px) {
  #download .text h1 {
    font-size: 31px;
  }
}

#download .text .leadtext {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 440px) {
  #download .text {
    text-align: center;
  }
  #download .text h1 {
    font-size: 31px;
  }
}

#contact {
  margin-top: 40px;
  text-align: center;
}

#contact h1 {
  margin-bottom: 24px;
}

#contact p {
  font-size: 22px;
}

#contact #form {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  max-width: 540px;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 41px;
  background: #fff;
  margin: 30px auto;
}

@media (max-width: 440px) {
  #contact #form {
    padding: 40px 15px 20px;
  }
}

footer {
  position: relative;
  padding: 0 0 40px;
}

footer .wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

@media (max-width: 440px) {
  footer .wrapper {
    text-align: center;
    flex-flow: column;
  }
}

footer .rights {
  display: flex;
  align-items: center;
}

@media (max-width: 440px) {
  footer .rights {
    text-align: center;
    flex-flow: column;
  }
}

footer #footer_logo {
  background: url(../img/logo_20210601.svg) no-repeat center center;
  background-size: 100%;
  width: 139px;
  height: 39px;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 440px) {
  footer #footer_logo {
    display: block;
    margin: 15px auto;
  }
}

footer .social .fb {
  background: url(../img/fb.png) no-repeat center;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 20px;
}

footer .social .insta {
  background: url(../img/insta.png) no-repeat center;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 20px;
}

footer .social .twitter {
  background: url(../img/twitter.png) no-repeat center;
  width: 28px;
  height: 28px;
  display: inline-block;
}

footer .social .yt {
  background: url(../img/yt.png) no-repeat center;
  width: 28px;
  height: 28px;
  display: inline-block;
}

footer a {
  color: #04aa71;
}

body.home footer::after {
  content: '';
  background: #f5f6f6;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: -400px;
  height: calc(100% + 400px);
}

#form #Form_ContactForm_Terms_Holder {
  display: flex;
  justify-content: flex-start;
}

#form .form_disclaimer {
  color: #04aa71;
  text-transform: uppercase;
  font-size: 14px;
}

#form .form_disclaimer a {
  color: #04aa71;
}

#form form {
  margin: 30px 0;
}

#form input.text {
  border-radius: 7px;
  width: 100%;
  font-family: 'Open Sans', secondarylight;
  font-size: 15px;
  border: 1px solid #B9B9B9;
  padding: 10px;
}

#form input {
  max-width: 100%;
  box-sizing: border-box;
}

#form textarea {
  border-radius: 7px;
  width: 100%;
  font-family: 'Open Sans', secondarylight;
  font-size: 15px;
  border: 1px solid #B9B9B9;
  padding: 10px;
  box-sizing: border-box;
}

#form button {
  background: #04aa71;
  color: #fff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  width: 200px;
  padding: 15px;
  border-radius: 7px;
  font-size: 18px;
  font-family: 'Open Sans', secondarylight;
  font-weight: 600;
}

#form .field {
  margin-bottom: 15px;
}

#form .field label {
  display: none;
}

#climbing_guides h1 {
  text-align: center;
}

#climbing_guides .climbing_guides_holder {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

#climbing_guides .climbing_guides_holder .cg_item {
  display: flex;
  padding: 30px 0;
  align-items: center;
}

@media (max-width: 440px) {
  #climbing_guides .climbing_guides_holder .cg_item {
    flex-flow: column;
    padding: 20px 0;
  }
}

#climbing_guides .climbing_guides_holder .cg_item .image {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  justify-content: center;
}

@media (max-width: 440px) {
  #climbing_guides .climbing_guides_holder .cg_item .image {
    order: 1 !important;
    flex: 1 0 auto;
    width: 90%;
  }
  #climbing_guides .climbing_guides_holder .cg_item .image img {
    height: auto !important;
    align-self: center;
  }
}

#climbing_guides .climbing_guides_holder .cg_item .image img {
  border-radius: 41px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
  max-width: 461px;
}

#climbing_guides .climbing_guides_holder .cg_item .text {
  flex: 0 0 50%;
  width: 50%;
}

@media (max-width: 440px) {
  #climbing_guides .climbing_guides_holder .cg_item .text {
    flex: 1 0 auto;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    order: 2 !important;
  }
}

#climbing_guides .climbing_guides_holder .cg_item .text h2 {
  margin-bottom: 10px;
}

#climbing_guides .climbing_guides_holder .cg_item .text p {
  margin-bottom: 20px;
}

#climbing_guides .climbing_guides_holder .cg_item.lefty .text {
  order: 1;
}

#climbing_guides .climbing_guides_holder .cg_item.lefty .image {
  order: 2;
}

.gradient_green {
  margin: 30px 0 50px;
  width: 230px;
  flex: 0 0 245px;
  text-align: center;
  background: #00a46d;
  background: linear-gradient(to right, #00a46d 0%, #14c783 100%);
  font-size: 14px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 30px;
  font-family: 'Raleway', secondarybold;
  font-weight: 800;
  letter-spacing: 1px;
}

#blog {
  background: #11c381;
  padding: 50px 0;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  #blog {
    flex-flow: column;
  }
}

#blog #blog_text {
  margin-left: calc((100% - 1113px) / 2);
  color: #fff;
  position: relative;
  flex: 0 0 410px;
  margin-right: 30px;
}

@media (max-width: 800px) {
  #blog #blog_text {
    text-align: center;
    flex: 1 0 auto;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

#blog #blog_text h1 {
  color: #fff;
  margin-bottom: 30px;
}

#blog #blog_text .btn.white {
  background: #fff;
  color: #04aa71;
  font-family: 'Raleway', secondarybold;
  margin: 30px 0;
  width: 230px;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 14px 30px;
  font-weight: 800;
  letter-spacing: 1px;
  display: block;
}

@media (max-width: 800px) {
  #blog #blog_text .btn.white {
    margin: 20px auto;
  }
}

#blog #blog_text .blog_nav {
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  #blog #blog_text .blog_nav {
    justify-content: center;
    margin-bottom: 20px;
  }
}

#blog #blog_text .blog_nav .swiper-button-prev,
#blog #blog_text .blog_nav .swiper-button-next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
}

#blog #blog_text .blog_nav #blog_pagination {
  margin: 0 10px 0 20px;
  position: relative;
}

#blog #blog_text .swiper-pagination-bullet {
  background: #fff !important;
  margin: 0 5px;
}

#blog #blog_text .swiper-button-prev::after {
  width: 36px;
  height: 36px;
  background: url(../img/arrow_left_white.png);
}

#blog #blog_text .swiper-button-next::after {
  width: 36px;
  height: 36px;
  background: url(../img/arrow_right_white.png);
}

#blog #blog_slider {
  flex: 0 0 calc((100% - 440px) - ((100% - 1113px) / 2));
}

@media (max-width: 800px) {
  #blog #blog_slider {
    flex: 1 0 auto;
    width: 90%;
    margin: 0 auto;
  }
}

#blog #blog_slider .swiper-slide {
  width: 410px;
  background: #fff;
  border-radius: 41px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 800px) {
  #blog #blog_slider .swiper-slide {
    width: 47.5%;
  }
}

@media (max-width: 440px) {
  #blog #blog_slider .swiper-slide {
    width: 100%;
  }
}

#blog #blog_slider .swiper-slide img {
  border-radius: 41px 41px 0 0;
  width: 100%;
}

#blog #blog_slider .swiper-slide .slider_content {
  padding: 30px;
  min-height: 222px;
}

#blog #blog_slider .swiper-slide .slider_content .category {
  color: #04aa71;
  text-transform: uppercase;
  font-family: 'Raleway', secondarybold;
  font-weight: 800;
  margin-bottom: 10px;
  display: block;
}

#blog #blog_slider .swiper-slide .slider_content h2 {
  margin-bottom: 10px;
}

#blog #blog_slider .swiper-slide .slider_content h2 a {
  color: #252523;
}

#footer_dls {
  background: url(../img/hero_bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
}

#footer_dls .footer_content {
  padding: 5vw 20px;
}

#footer_dls .footer_content h2 {
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  margin: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  #footer_dls .footer_content h2 {
    font-size: 34px;
  }
}

@media (max-width: 460px) {
  #footer_dls .footer_content h2 {
    font-size: 24px;
  }
}

#footer_dls .footer_content .info {
  font-size: 30px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 3vw;
  text-align: center;
  color: #333333;
}

@media (max-width: 1024px) {
  #footer_dls .footer_content .info {
    font-size: 24px;
  }
}

@media (max-width: 460px) {
  #footer_dls .footer_content .info {
    font-size: 18px;
  }
}

#footer_dls .footer_content .dls {
  display: flex;
  justify-content: center;
}

@media (max-width: 460px) {
  #footer_dls .footer_content .dls {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}

#footer_dls .footer_content .dls a {
  margin: 0 10px;
  width: 216px;
  height: 68px;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#footer_dls .footer_content .dls a.apple {
  background: url(../img/dl_apple.png) no-repeat center center;
}

#footer_dls .footer_content .dls a.playstore {
  background: url(../img/dl_playstore.png) no-repeat center center;
}

@media (max-width: 460px) {
  #footer_dls .footer_content .dls a {
    margin: 0 0 20px;
  }
}

.blog-entries {
  margin-top: 96px;
}

@media (max-width: 440px) {
  .blog-entries {
    margin-top: 60px;
  }
}

.blog-entries .blog-post-meta {
  font-family: 'Raleway', secondarybold;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
  color: #aaa;
}

.blog-entries .blog-post-meta a {
  font-weight: 800;
  color: #04aa71;
}

#blog_list {
  background: #fbfbfb;
  padding: 50px 0;
}

@media (max-width: 440px) {
  #blog_list {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}

#blog_list h1 {
  text-align: center;
}

#blog_list h2 a {
  color: #252523;
}

#blog_list .btn {
  margin: 10px 0 0;
  display: inline-block;
}

#blog_list .blog_items_holder .blog_item {
  display: flex;
  padding: 30px 0;
  align-items: center;
  margin-top: 40px;
  flex-flow: row wrap;
}

@media (max-width: 440px) {
  #blog_list .blog_items_holder .blog_item {
    flex-flow: column;
    padding: 20px 0;
  }
}

#blog_list .blog_items_holder .blog_item .image {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  justify-content: center;
}

@media (max-width: 440px) {
  #blog_list .blog_items_holder .blog_item .image {
    order: 1 !important;
    flex: 1 0 auto;
    width: 90%;
  }
  #blog_list .blog_items_holder .blog_item .image img {
    height: auto !important;
    align-self: center;
  }
}

#blog_list .blog_items_holder .blog_item .image img {
  border-radius: 41px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
  max-width: 351px;
}

#blog_list .blog_items_holder .blog_item .text {
  flex: 0 0 50%;
  width: 50%;
}

@media (max-width: 440px) {
  #blog_list .blog_items_holder .blog_item .text {
    flex: 1 0 auto;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    order: 2 !important;
  }
}

#blog_list .blog_items_holder .blog_item .text h2 {
  margin-bottom: 10px;
}

#blog_list .blog_items_holder .blog_item .text p {
  margin-bottom: 20px;
}

#blog_list .blog_items_holder .blog_item.lefty .text {
  order: 1;
}

#blog_list .blog_items_holder .blog_item.lefty .image {
  order: 2;
}

.blog-entry {
  margin-top: 116px;
}

@media (max-width: 440px) {
  .blog-entry {
    margin-top: 80px;
  }
}

.blog-entry .blog-post-meta {
  font-family: 'Raleway', secondarybold;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
  color: #aaa;
}

.blog-entry .blog-post-meta a {
  font-weight: 800;
  color: #04aa71;
}

.blog-entry h1 {
  margin-bottom: 30px;
}

.blog-entry .post-image {
  float: left;
  margin: 0 30px 30px 0;
  max-width: 50%;
}

.blog-entry .post-image img {
  border-radius: 41px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
}

@media (max-width: 440px) {
  .blog-entry .post-image {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.blog-entry .content {
  margin-bottom: 30px;
}

.blog-entry .content a {
  color: #04aa71;
  font-weight: bold;
}

.blog-entry .content .image {
  max-width: 100%;
  height: auto !important;
}

.blog-entry .content ul {
  margin-left: 20px;
}

.blog-entry .content ul li {
  list-style: disc outside;
  margin-left: 20px;
}

.blog-entry .clear {
  clear: both;
}

.blog-entry img.size-full {
  width: 100% !important;
  display: block;
  height: auto !important;
  margin: 0 0 30px 0;
}

.blog-entry h3 {
  font-size: 26px;
  font-family: 'Raleway', secondarybold;
  margin-top: 20px;
}

.CustomPage .content .image {
  margin: 30px 0;
}

.CustomPage .content .image img {
  width: 100%;
  display: block;
}

.CustomPage .content ul {
  margin: 15px 0 15px 20px;
}

.CustomPage .content ul li {
  list-style: disc outside;
}

.CustomPage .content p {
  margin: 15px 0;
}

.ClimbingGuidePage h1 {
  text-align: center;
  flex: 1 0 auto;
  width: 100%;
  order: 1;
}

.ClimbingGuidePage h2 {
  font-size: 26px;
  font-family: 'Raleway', secondarybold;
  margin-top: 20px;
}

.ClimbingGuidePage h3 {
  font-size: 22px;
  font-family: 'Raleway', secondarybold;
  margin-top: 20px;
}

.ClimbingGuidePage .wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.ClimbingGuidePage .wrapper .content {
  flex: 0 0 calc(100% - 270px);
  order: 3;
  width: calc(100% - 270px);
}

@media (max-width: 440px) {
  .ClimbingGuidePage .wrapper .content {
    flex: 1 0 auto;
    order: 1;
    width: 100%;
  }
}

.ClimbingGuidePage .wrapper .content .image {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.ClimbingGuidePage .wrapper .content .entry-content {
  columns: 2;
}

@media (max-width: 800px) {
  .ClimbingGuidePage .wrapper .content .entry-content {
    columns: 1;
  }
}

.ClimbingGuidePage .wrapper .content .entry-content img {
  height: auto !important;
}

.ClimbingGuidePage .wrapper .content .twocolumn {
  columns: 2;
}

@media (max-width: 800px) {
  .ClimbingGuidePage .wrapper .content .twocolumn {
    columns: 1;
  }
}

.ClimbingGuidePage .wrapper .content .twocolumn ul {
  margin-left: 20px;
}

.ClimbingGuidePage .wrapper .content .twocolumn ul li {
  list-style: disc outside;
}

.ClimbingGuidePage .wrapper .content .twocolumn img {
  height: auto !important;
}

.ClimbingGuidePage .wrapper .content .twocolumn .entry-content {
  columns: 1;
}

.ClimbingGuidePage .wrapper .content .twocolumn .entry-content ul li {
  list-style: disc outside;
}

.ClimbingGuidePage .wrapper .content .twocolumn .entry-content img {
  height: auto !important;
}

.ClimbingGuidePage .wrapper .sidebar {
  flex: 0 0 250px;
  order: 2;
}

@media (max-width: 440px) {
  .ClimbingGuidePage .wrapper .sidebar {
    flex: 1 0 auto;
    order: 2;
    width: 100%;
    margin-bottom: 30px;
  }
}

.ClimbingGuidePage .wrapper .sidebar li {
  margin-bottom: 2px;
}

.ClimbingGuidePage .wrapper .sidebar li a {
  background: #fff;
  padding: 10px 15px;
  display: block;
  transition: all 0.4s ease;
}

.ClimbingGuidePage .wrapper .sidebar li a.active, .ClimbingGuidePage .wrapper .sidebar li a:hover {
  color: #fff;
  background: #04aa71;
}

.ClimbingGuidePage .wrapper .fb-like {
  order: 3;
  flex: 1 0 auto;
  width: 100%;
}

.GuidesHolderPage h1 {
  margin-bottom: 30px;
}

.GuidesHolderPage img.size-full {
  width: 100% !important;
  display: block;
  height: auto !important;
  margin: 30px 0;
}

.GuidesHolderPage .content {
  margin-bottom: 30px;
}

.GuidesHolderPage .content a {
  color: #04aa71;
  font-weight: bold;
}

.GuidesHolderPage h3 {
  font-size: 26px;
  font-family: 'Raleway', secondarybold;
  margin-top: 20px;
}

.GuidesHolderPage #blog_list .wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.GuidesHolderPage #blog_list .wrapper h1 {
  flex: 1 0 auto;
  width: 100%;
}

.GuidesHolderPage #blog_list .wrapper .guide_content {
  flex: 0 0 calc(100% - 270px);
  width: calc(100% - 270px);
}

@media (max-width: 440px) {
  .GuidesHolderPage #blog_list .wrapper .guide_content {
    flex: 1 0 auto;
    order: 2;
    width: 100%;
  }
}

.GuidesHolderPage #blog_list .wrapper .sidebar {
  flex: 0 0 250px;
}

@media (max-width: 440px) {
  .GuidesHolderPage #blog_list .wrapper .sidebar {
    flex: 1 0 auto;
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}

.GuidesHolderPage #blog_list .wrapper .sidebar li {
  margin-bottom: 2px;
}

.GuidesHolderPage #blog_list .wrapper .sidebar li a {
  background: #fff;
  padding: 10px 15px;
  display: block;
  transition: all 0.4s ease;
}

.GuidesHolderPage #blog_list .wrapper .sidebar li a:hover {
  color: #fff;
  background: #04aa71;
}

.CustomPage .content .image {
  display: block;
  max-width: 100%;
}

#pricing {
  padding: 50px 0;
  background: #f5f6f6;
}

#pricing h1 {
  text-align: center;
}

#pricing .extra_info {
  text-align: center;
  flex: 1 0 auto;
  max-width: 800px;
  margin: 0 auto;
}

#pricing .extra_info p {
  font-size: 14px;
}

#pricing .card_holder {
  display: flex;
  margin: 79px 0;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: center;
}

@media (max-width: 800px) {
  #pricing .card_holder {
    margin-bottom: 0;
  }
}

#pricing .card_holder .card {
  margin: 0 25px;
  position: relative;
  flex: 0 0 21%;
}

@media (max-width: 1280px) {
  #pricing .card_holder .card {
    flex: 0 0 38%;
    margin-bottom: 91px;
  }
}

@media (max-width: 800px) {
  #pricing .card_holder .card {
    flex: 0 0 42%;
  }
}

@media (max-width: 440px) {
  #pricing .card_holder .card {
    flex: 1 0 auto;
    width: 94%;
    margin-bottom: 91px;
  }
  #pricing .card_holder .card:last-child {
    margin-bottom: 30px;
  }
}

#pricing .card_holder .card.orange .top_thingy,
#pricing .card_holder .card.orange .stripe,
#pricing .card_holder .card.orange .bottom_thingy {
  background: #db8800;
}

#pricing .card_holder .card.orange .top_thingy::before, #pricing .card_holder .card.orange .top_thingy::after,
#pricing .card_holder .card.orange .stripe::before,
#pricing .card_holder .card.orange .stripe::after,
#pricing .card_holder .card.orange .bottom_thingy::before,
#pricing .card_holder .card.orange .bottom_thingy::after {
  border-bottom: 14px solid #b16c08;
}

#pricing .card_holder .card.turquoise .top_thingy,
#pricing .card_holder .card.turquoise .stripe,
#pricing .card_holder .card.turquoise .bottom_thingy {
  background: #3aebea;
}

#pricing .card_holder .card.turquoise .top_thingy::before, #pricing .card_holder .card.turquoise .top_thingy::after,
#pricing .card_holder .card.turquoise .stripe::before,
#pricing .card_holder .card.turquoise .stripe::after,
#pricing .card_holder .card.turquoise .bottom_thingy::before,
#pricing .card_holder .card.turquoise .bottom_thingy::after {
  border-bottom: 14px solid #24c1bb;
}

#pricing .card_holder .card.red .top_thingy,
#pricing .card_holder .card.red .stripe,
#pricing .card_holder .card.red .bottom_thingy {
  background: #e0004d;
}

#pricing .card_holder .card.red .top_thingy::before, #pricing .card_holder .card.red .top_thingy::after,
#pricing .card_holder .card.red .stripe::before,
#pricing .card_holder .card.red .stripe::after,
#pricing .card_holder .card.red .bottom_thingy::before,
#pricing .card_holder .card.red .bottom_thingy::after {
  border-bottom: 14px solid #b10a4a;
}

#pricing .card_holder .card.green .top_thingy,
#pricing .card_holder .card.green .stripe,
#pricing .card_holder .card.green .bottom_thingy {
  background: #04aa71;
}

#pricing .card_holder .card.green .top_thingy::before, #pricing .card_holder .card.green .top_thingy::after,
#pricing .card_holder .card.green .stripe::before,
#pricing .card_holder .card.green .stripe::after,
#pricing .card_holder .card.green .bottom_thingy::before,
#pricing .card_holder .card.green .bottom_thingy::after {
  border-bottom: 14px solid #11925e;
}

#pricing .card_holder .top_thingy {
  border-radius: 30px;
  position: absolute;
  z-index: 0;
  height: 80px;
  width: 90%;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}

#pricing .card_holder .card_body {
  display: flex;
  flex-flow: column;
  z-index: 1;
  position: relative;
  border-radius: 30px;
  padding-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  height: 100%;
}

#pricing .card_holder .card_body h2 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Raleway', secondarybold;
  padding-top: 48px;
}

#pricing .card_holder .card_body .stripe {
  width: calc(100% + 36px);
  text-align: center;
  margin: 27px -18px;
  padding: 16px 0;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
  font-family: 'Open Sans', secondarybold;
  font-weight: 700;
}

#pricing .card_holder .card_body .stripe::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  position: absolute;
  top: -14px;
  left: 0;
}

#pricing .card_holder .card_body .stripe::after {
  content: '';
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  position: absolute;
  top: -14px;
  right: 0;
}

#pricing .card_holder .card_body ul {
  padding: 0 10px 0 20px;
}

#pricing .card_holder .card_body ul li {
  list-style: none;
  padding-left: 45px;
  background: url(../img/checkmark.png) no-repeat top left;
  margin-bottom: 10px;
  line-height: 1.7;
}

@media (max-width: 440px) {
  #pricing .card_holder .card_body ul li {
    background-size: 22px;
  }
}

#pricing .card_holder .bottom_thingy {
  border-radius: 30px;
  position: absolute;
  z-index: 0;
  height: 80px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
}

#pricing .card_holder .btn_holder {
  margin-top: auto;
  text-align: center;
}

#pricing .card_holder .btn_holder a {
  display: inline-block;
  max-width: 280px;
  margin-top: 10px;
  margin-bottom: 0;
  width: auto;
}
/*# sourceMappingURL=topo_style.css.map */