@import url("https://fonts.googleapis.com/css?family=Dosis:400,700|Lato:400,700,700i,900,900i|Zilla+Slab");
.str-home {
  color: #333333;
  font-family: "Dosis", sans-serif;
}
.str-home a {
  color: #999999;
  transition: color .2s;
}
.str-home a:hover {
  color: #1486cb;
}
.str-home .str-feedback-dialog {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.str-content-wrapper {
  width: 1250px;
}

.str-main-content-wrapper {
  display: block;
  padding: 0 38px;
  width: 1100px !important;
}
.str-main-content-wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.hero_slider {
  padding: 25px 0;
}
.hero_slider .slider_dot_wrap {
  margin: 20px 0;
  text-align: center;
}
.hero_slider .slider_dot_unit {
  color: #cccccc;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 0 5px;
  transition: color .3s ease-out;
}
.hero_slider .slider_dot_unit:hover {
  color: rgba(0, 0, 0, 0.4);
}
.hero_slider .slider_dot_unit.is_active {
  color: #1486cb;
}

.hero_unit_single {
  padding: 40px 0;
}

.hero_unit {
  min-height: 440px;
  position: relative;
}
.hero_unit .hero_unit_img {
  height: 440px;
  width: 525px;
}
.hero_unit .hero_unit_card {
  background: white;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
  font-family: "Dosis", sans-serif;
  height: 415px;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 515px;
}
.hero_unit .unit_card_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}
.hero_unit .unit_card_title a {
  color: #333333;
}
.hero_unit .unit_card_title a:hover {
  color: #1486cb;
}
.hero_unit .unit_card_subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 22px;
}
.hero_unit .unit_card_intro {
  font-family: "Zilla Slab", serif;
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.hero_unit .unit_card_author {
  align-items: center;
  color: #999999;
  display: flex;
  font-family: "Zilla Slab", serif;
  font-size: 16px;
}
.hero_unit .unit_card_author a {
  color: #999999;
}
.hero_unit .card_author_img {
  border-radius: 35px;
  display: block;
  height: 70px;
  margin-right: 12px;
  width: 70px;
}
.hero_unit .card_author_label {
  font-style: italic;
  line-height: 1.5;
}
.hero_unit .unit_card_stats {
  bottom: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-align: center;
  width: 110px;
}
.hero_unit .unit_card_stats:before {
  bottom: -10px;
  color: rgba(254, 215, 50, 0.25);
  content: "\e9f1";
  font-family: v3-icons;
  font-size: 80px;
  font-weight: normal;
  left: 8px;
  position: absolute;
}
.hero_unit .card_stats_label {
  left: 12px;
  position: relative;
  top: -9px;
}

.square_recirc {
  display: flex;
  justify-content: space-between;
}

.square_recirc_unit {
  text-align: center;
  width: 320px;
}
.square_recirc_unit a {
  color: #333333;
}
.square_recirc_unit .recirc_unit_img_wrap {
  min-height: 320px;
  overflow: hidden;
  position: relative;
}
.square_recirc_unit .recirc_unit_stats {
  bottom: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-align: center;
  width: 110px;
}
.square_recirc_unit .recirc_unit_stats:before {
  bottom: -10px;
  color: white;
  content: "\e9f1";
  font-family: v3-icons;
  font-size: 80px;
  font-weight: normal;
  left: 8px;
  position: absolute;
}
.square_recirc_unit .unit_stats_label {
  left: 12px;
  position: relative;
  top: -9px;
}
.square_recirc_unit .recirc_unit_title {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 6px;
}
.square_recirc_unit .recirc_unit_intro {
  font-family: "Zilla Slab", serif;
  font-size: 16px;
  line-height: 1.25;
}

.about_teaser {
  background: #F7F7F7;
  border: 1px solid #E0E0E0;
  display: flex;
  margin: 0 0 50px;
  padding: 19px 24px 22px;
  position: relative;
}
.about_teaser .teaser_pineapple {
  overflow: hidden;
  width: 240px;
  height: 260px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about_teaser .teaser_pineapple:before {
  bottom: -100px;
  color: rgba(0, 0, 0, 0.2);
  content: "\e900";
  font-family: v3-icons;
  font-size: 383px;
  font-weight: normal;
  position: absolute;
  right: -27px;
}
.about_teaser .teaser_main {
  width: 550px;
  overflow: hidden;
}
.about_teaser .teaser_title {
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}
.about_teaser .teaser_title a {
  color: #333333;
}
.about_teaser .teaser_title a:hover {
  color: #1486cb;
}
.about_teaser .teaser_intro {
  font-family: "Zilla Slab", serif;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 15px;
}
.about_teaser .teaser_btn {
  background: #1486cb;
  color: #fff;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: auto;
  padding: 7px 0 10px;
  text-align: center;
  text-shadow: none;
  text-transform: capitalize;
  transition: .2s;
  width: 210px;
}
.about_teaser .teaser_btn:hover {
  background: #0b496e;
  color: white;
}
.about_teaser .teaser_meter {
  width: 220px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 221px;
}
.about_teaser .teaser_source {
  position: absolute;
  right: 235px;
  bottom: 20px;
  font-size: 12px;
  color: #999999;
}

.vertical_section {
  margin: 0 0 70px;
}
.vertical_section .vertical_section_header {
  background: #1486cb;
  color: white;
  height: 42px;
  position: relative;
  z-index: 1;
  margin: 50px -38px 25px;
  padding: 0 38px;
  position: relative;
}
.vertical_section .vertical_section_header::before {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: 60px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='rgba(255, 255, 255, 0.18)' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: '';
  z-index: -2;
}
.vertical_section .section_header_icon {
  bottom: 0;
  height: 35px;
  left: 38px;
  position: absolute;
  width: 35px;
}
.vertical_section .section_header_icon:before {
  bottom: -21px;
  content: "\e900";
  font-family: v3-icons;
  font-size: 60px;
  font-weight: normal;
  position: absolute;
}
.vertical_section .section_header_logo {
  font-size: 55px;
  left: 40px;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  top: 3px;
  color: white;
}
.vertical_section .section_header_logo:hover {
  color: white;
}
.vertical_section .section_header_logo.ico-vert-ot {
  font-size: 53px;
  top: 5px;
}
.vertical_section .section_header_logo.ico-vert-pg {
  font-size: 51px;
  top: 6px;
}
.vertical_section .section_header_tagline {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
  top: 12px;
  width: 100%;
}
.vertical_section .section_header_see_all {
  background: white;
  bottom: 0;
  color: #1486cb;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 3px 8px 5px;
  position: absolute;
  right: 38px;
  text-transform: uppercase;
}
.vertical_section .section_header_see_all:before {
  border-bottom: 28px solid white;
  border-left: 12px solid transparent;
  bottom: 0;
  content: "";
  left: -12px;
  position: absolute;
}
.vertical_section .section_header_see_all:after {
  border-bottom: 28px solid white;
  border-right: 12px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  right: -12px;
}
.vertical_section .vertical_section_more {
  border-top: 1px solid #e6e6e6;
  margin: 30px 0 0;
  text-align: center;
}
.vertical_section .vertical_section_more .section_more_btn {
  background: #e6e6e6;
  color: #999999;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 28px;
  position: relative;
  text-transform: uppercase;
}
.vertical_section .vertical_section_more .section_more_btn:before {
  border-left: 12px solid transparent;
  border-top: 28px solid #e6e6e6;
  content: "";
  left: -12px;
  position: absolute;
  top: 0;
}
.vertical_section .vertical_section_more .section_more_btn:after {
  border-right: 12px solid transparent;
  border-top: 28px solid #e6e6e6;
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
}

.landscape_recirc_unit {
  margin: 0 0 12px;
  min-height: 210px;
  position: relative;
}
.landscape_recirc_unit.landscape_recirc_img_right .landscape_recirc_img {
  position: absolute;
  right: 0;
  top: 0;
}
.landscape_recirc_unit.landscape_recirc_img_right .landscape_recirc_card {
  left: 0;
}
.landscape_recirc_unit .landscape_recirc_img {
  height: 210px;
  width: 415px;
}
.landscape_recirc_unit .landscape_recirc_card {
  background: white;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
  font-family: "Dosis", sans-serif;
  height: 190px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 10px;
  width: 620px;
}
.landscape_recirc_unit .landscape_recirc_card .landscape_recirc_card-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 92%;
}
.landscape_recirc_unit .recirc_card_title {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 12px;
}
.landscape_recirc_unit .recirc_card_title a {
  color: #333333;
}
.landscape_recirc_unit .recirc_card_title a:hover {
  color: #1486cb;
}
.landscape_recirc_unit .recirc_card_intro {
  font-family: "Zilla Slab", serif;
  font-size: 18px;
  line-height: 1.4;
}

.ad_unit_728x90 {
  margin: -5px 0 70px;
  text-align: center;
}
.ad_unit_728x90 .str-728x90-wrap {
  font-size: 0;
  min-width: 750px;
  overflow: hidden;
}
.ad_unit_728x90 .str-728x90-wrap .top-banner_adtxt {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  vertical-align: top;
  text-transform: uppercase;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-left: 0;
  color: #cccccc;
  font-size: 12px;
  font-weight: 300;
  padding: 6px 2px;
}
.ad_unit_728x90 .str-728x90-wrap .str-728x90 {
  display: inline-block;
  width: 728px;
  height: 90px;
  box-shadow: inset 0px 0px 0px 1px #ddd;
  position: relative;
}
.ad_unit_728x90 .str-728x90-wrap .str-728x90 div {
  position: absolute;
  top: 0;
  left: 0;
}

.row_email_subscribe {
  align-items: center;
  background: #F6F6F6;
  border: 1px solid #ECECEC;
  display: flex;
  margin: 0 0 50px;
  padding: 25px 22px;
  position: relative;
  width: 100%;
}
.row_email_subscribe:before {
  color: #cccccc;
  content: "\e900";
  font-family: v3-icons;
  font-size: 80px;
  font-weight: normal;
  left: 14px;
  position: absolute;
  top: 6px;
}
.row_email_subscribe .email_form_intro {
  font-family: "Zilla Slab", serif;
  font-size: 20px;
  padding: 0 15px 0 60px;
  width: 50%;
  line-height: 1.2;
}
.row_email_subscribe .row_email_form_response {
  font-family: "Zilla Slab", serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.row_email_subscribe .row_email_form_fields {
  display: flex;
  position: relative;
}
.row_email_subscribe .row_email_input {
  font-family: "Zilla Slab", serif;
  font-size: 20px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 15px;
  width: 370px;
}
.row_email_subscribe .row_email_input::-webkit-input-placeholder {
  color: #cccccc;
}
.row_email_subscribe .row_email_input:-ms-input-placeholder {
  color: #cccccc;
}
.row_email_subscribe .row_email_input::-ms-input-placeholder {
  color: #cccccc;
}
.row_email_subscribe .row_email_input::placeholder {
  color: #cccccc;
}
.row_email_subscribe .row_email_captcha {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 48px;
  top: -12px;
}
.row_email_subscribe .row_email_submit {
  background: #31577a;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  text-transform: uppercase;
  width: 120px;
  transition: background 0.2s;
}
.row_email_subscribe .row_email_submit:hover {
  background: #2c6da8;
}

.about_self {
  background: #F6F6F6;
  border: 1px solid #ECECEC;
  margin: 0 0 50px;
  padding: 7px 22px 25px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about_self .about_self_title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 7px;
}
.about_self .about_self_title i {
  font-size: 40px;
  position: relative;
  top: 7px;
  left: -1px;
}
.about_self .about_self_title i.ico-vert-st {
  color: #ed1c24;
}
.about_self .about_self_title i.ico-vert-ot {
  color: #95bf06;
}
.about_self .about_self_title i.ico-vert-wn {
  color: #24d3f7;
}
.about_self .about_self_title i.ico-vert-sp {
  color: #31577a;
}
.about_self .about_self_title i.ico-vert-be {
  color: #d83b79;
}
.about_self .about_self_title i.ico-vert-pg {
  color: #59c1ea;
}
.about_self .about_self_title i.ico-vert-tt {
  color: #1486cb;
}
.about_self .about_self_title i.ico-vert-pt {
  color: #dc7224;
}
.about_self .about_self_title i.ico-vert-es {
  color: #ed1c24;
}
.about_self .about_self_title i.ico-vert-hy {
  color: #c65727;
}
.about_self .about_self_title i.ico-vert-mu {
  color: #1c2c7c;
}
.about_self .about_self_title i.ico-vert-tr {
  color: #29d0d0;
}
.about_self .about_self_body {
  font-family: "Zilla Slab", serif;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 300px 0 0;
}
.about_self .about_self_icon {
  bottom: 0;
  height: 215px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  width: 240px;
}
.about_self .about_self_icon:before {
  bottom: -123px;
  color: rgba(0, 0, 0, 0.2);
  content: "\e900";
  font-family: v3-icons;
  font-size: 364px;
  font-weight: normal;
  position: absolute;
  right: -7px;
}

.str-stars-body .header_wrap,
.str-es-body .header_wrap {
  background: #ed1c24;
}
.str-stars-body .header_wrap .header_vert_logo,
.str-es-body .header_wrap .header_vert_logo {
  top: 20px;
  left: 83px;
  font-size: 105px;
}

.str-offbeat-body .header_wrap {
  background: #95bf06;
}
.str-offbeat-body .header_wrap .header_vert_logo {
  top: 28px;
  left: 85px;
  font-size: 94px;
}

.str-wellnest-body .header_wrap {
  background: #59c1ea;
}
.str-wellnest-body .header_wrap .header_vert_logo {
  top: 27px;
  left: 85px;
  font-size: 98px;
}

.str-sp-body .header_wrap {
  background: #31577a;
}
.str-sp-body .header_wrap .header_vert_logo {
  top: 24px;
  left: 84px;
  font-size: 103px;
}

.str-be-body .header_wrap {
  background: #d83b79;
}
.str-be-body .header_wrap .header_vert_logo {
  top: 30px;
  left: 82px;
  font-size: 92px;
}

.str-pg-body .header_wrap {
  background: #59c1ea;
}
.str-pg-body .header_wrap .header_vert_logo {
  top: 36px;
  left: 82px;
  font-size: 83px;
}

.str-pt-body .header_wrap {
  background: #dc7224;
}
.str-pt-body .header_wrap .header_vert_logo {
  top: 30px;
  left: 82px;
  font-size: 92px;
}

.str-hy-body .header_wrap {
  background: #c65727;
}
.str-hy-body .header_wrap .header_vert_logo {
  top: 30px;
  left: 82px;
  font-size: 92px;
}

.str-mu-body .header_wrap {
  background: #1c2c7c;
}
.str-mu-body .header_wrap .header_vert_logo {
  top: 30px;
  left: 87px;
  font-size: 92px;
}

.str-tr-body .header_wrap {
  background: #29d0d0;
}
.str-tr-body .header_wrap .header_vert_logo {
  top: 30px;
  left: 82px;
  font-size: 92px;
}
