@charset "UTF-8";
@import url(animate.css);
/*
* @section Page Layouts
*/
/*
* @section Main Styles
*/
body {
      color: #242a31;
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.61111;
      -webkit-text-size-adjust: none;
}
@media (min-width: 1200px) {
      body {
            font-size: 18px;
      }
}

img {
      max-width: 100%;
      height: auto;
}

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
      font-family: "Montserrat Alternates", sans-serif;
      color: #242a31;
      font-weight: 400;
}

h1, .heading-1 {
      font-size: 31px;
      line-height: 1.16667;
      font-weight: 700;
}
@media (min-width: 1200px) {
      h1, .heading-1 {
            font-size: 40px;
      }
}
@media (min-width: 1800px) {
      h1, .heading-1 {
            font-size: 60px;
      }
}

h2, .heading-2 {
      font-size: 30px;
      line-height: 1.12;
}
@media (min-width: 1200px) {
      h2, .heading-2 {
            font-size: 36px;
      }
}
@media (min-width: 1800px) {
      h2, .heading-2 {
            font-size: 50px;
      }
}

h3, .heading-3 {
      font-size: 24px;
      line-height: 1.225;
}
@media (min-width: 1200px) {
      h3, .heading-3 {
            font-size: 30px;
      }
}
@media (min-width: 1800px) {
      h3, .heading-3 {
            font-size: 40px;
      }
}

h4, .heading-4 {
      font-size: 22px;
      line-height: 1.11111;
}
@media (min-width: 1200px) {
      h4, .heading-4 {
            font-size: 28px;
      }
}
@media (min-width: 1800px) {
      h4, .heading-4 {
            font-size: 36px;
      }
}

h5, .heading-5 {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 700;
}
@media (min-width: 768px) {
      h5, .heading-5 {
            font-size: 22px;
      }
}
@media (min-width: 1200px) {
      h5, .heading-5 {
            font-size: 26px;
      }
}
@media (min-width: 1800px) {
      h5, .heading-5 {
            font-size: 30px;
      }
}

h6, .heading-6 {
      font-size: 18px;
      line-height: 1.45;
      font-weight: 700;
}
@media (min-width: 1200px) {
      h6, .heading-6 {
            font-size: 20px;
      }
}

p .fa, .marked-list .fa, .list .fa {
      text-decoration: none;
}

a.text-primary:hover {
      color: #242a31;
}
a.text-primary:hover .icon {
      color: #242a31;
}

time {
      display: block;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
      color: #11c3fe;
}
h1 a:hover .icon, h2 a:hover .icon, h3 a:hover .icon, h4 a:hover .icon, h5 a:hover .icon, h6 a:hover .icon, .heading-1 a:hover .icon, .heading-2 a:hover .icon, .heading-3 a:hover .icon, .heading-4 a:hover .icon, .heading-5 a:hover .icon, .heading-6 a:hover .icon {
      color: #11c3fe;
}

a {
      font: inherit;
      color: inherit;
      text-decoration: none;
      -webkit-transition: 0.3s;
      transition: 0.3s;
}
a:focus {
      outline: none;
}
a:active {
      background-color: transparent;
}

strong {
      font-weight: 700;
}

.fa {
      line-height: inherit;
}

[class*='fa-']:before {
      font-weight: 400;
      font-family: "FontAwesome";
}

.page {
      overflow: hidden;
      min-height: 500px;
}
.lt-ie9 .page {
      min-width: 1200px;
}

/*
* @section Main Layout
*/
/*
* @subsection Offsets
*/
h2 + .row {
      margin-top: 60px;
}

h2 + .heading-1 {
      margin-top: 23px;
}

h2 + p {
      margin-top: 34px;
}

.heading-1 + p {
      margin-top: 17px;
}

h3 + p {
      margin-top: 39px;
}

p + .link {
      margin-top: 20px;
}
@media (min-width: 992px) {
      p + .link {
            margin-top: 65px;
      }
}

img + h6 {
      margin-top: 10px;
}
@media (min-width: 992px) {
      img + h6 {
            margin-top: 44px;
      }
}

h6 + p {
      margin-top: 10px;
}
@media (min-width: 992px) {
      h6 + p {
            margin-top: 27px;
      }
}

h2 + address {
      margin-top: 33px;
}

h2 + .terms-list {
      margin-top: 57px;
}

p + .row {
      margin-top: 70px;
}

address + .inline-list {
      margin-top: 30px;
}

h2 + form {
      margin-top: 40px;
}

h3 + .list {
      margin-top: 39px;
}

h2 + .resp-tabs {
      margin-top: 67px;
}

.resp-tabs-list + .resp-tabs-container {
      margin-top: 66px;
}

.resp-accordion + .row {
      margin-top: 30px;
}

p + p {
      margin-top: 20px;
}

address + p {
      margin-top: 27px;
}

* + .copyright {
      margin-top: 40px;
}
@media (min-width: 992px) {
      * + .copyright {
            margin-top: 108px;
      }
}

.container + .container-fluid {
      margin-top: 40px;
}
@media (min-width: 992px) {
      .container + .container-fluid {
            margin-top: 69px;
      }
}

.row-no-gutter + .btn {
      margin-top: 75px;
}

.offset-0 {
      margin-top: 0;
}

.offset-1 {
      margin-top: 29px;
}

.offset-2 {
      margin-top: 20px;
}
@media (min-width: 992px) {
      .offset-2 {
            margin-top: 60px;
      }
}

.offset-3 {
      margin-top: 15px;
}
@media (min-width: 992px) {
      .offset-3 {
            margin-top: 27px;
      }
}

.offset-4 {
      margin-top: 15px;
}
@media (min-width: 992px) {
      .offset-4 {
            margin-top: 34px;
      }
}

.flow-offset > * + * {
      margin-top: 40px;
}
@media (min-width: 480px) {
      html:not(.lt-ie10) .flow-offset > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-xs-12:nth-child(n) {
            margin-top: 0;
      }
}
@media (min-width: 480px) {
      html:not(.lt-ie10) .flow-offset > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset > .col-xs-12:nth-child(n + 2) {
            margin-top: 40px;
      }
}
@media (min-width: 768px) {
      html:not(.lt-ie10) .flow-offset > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-sm-12:nth-child(n) {
            margin-top: 0;
      }
}
@media (min-width: 768px) {
      html:not(.lt-ie10) .flow-offset > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset > .col-sm-12:nth-child(n + 2) {
            margin-top: 40px;
      }
}
@media (min-width: 992px) {
      html:not(.lt-ie10) .flow-offset > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-md-12:nth-child(n) {
            margin-top: 0;
      }
}
@media (min-width: 992px) {
      html:not(.lt-ie10) .flow-offset > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset > .col-md-12:nth-child(n + 2) {
            margin-top: 59px;
      }
}
@media (min-width: 1200px) {
      html:not(.lt-ie10) .flow-offset > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset > .col-lg-12:nth-child(n) {
            margin-top: 0;
      }
}
@media (min-width: 1200px) {
      html:not(.lt-ie10) .flow-offset > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset > .col-lg-12:nth-child(n + 2) {
            margin-top: 30px;
      }
}

/*
* @subsection Insets
*/
.inset-1 {
      padding-left: 15px;
      padding-right: 15px;
}
@media (min-width: 2000px) {
      .inset-1 {
            padding-left: 130px;
            padding-right: 130px;
      }
}

.inset-2 {
      padding-left: 15px;
      padding-right: 15px;
}
@media (min-width: 992px) {
      .inset-2 {
            padding-left: 30px;
            padding-right: 30px;
      }
}
@media (min-width: 2000px) {
      .inset-2 {
            padding-left: 115px;
            padding-right: 115px;
      }
}

@media (min-width: 992px) {
      .inset-3 {
            padding-left: 15px;
            padding-right: 15px;
      }
}

.inset-4 {
      padding-left: 15px;
      padding-right: 15px;
}
@media (min-width: 1500px) {
      .inset-4 {
            padding-left: 80px;
            padding-right: 80px;
      }
}

@media (min-width: 992px) {
      .inset-5 {
            padding-left: 17px;
            padding-right: 17px;
      }
}

.inset-6 {
      padding-left: 15px;
      padding-right: 15px;
}
@media (min-width: 1500px) {
      .inset-6 {
            padding-left: 125px;
            padding-right: 125px;
      }
}

.inset-7 {
      padding-left: 15px;
      padding-right: 15px;
}
@media (min-width: 1500px) {
      .inset-7 {
            padding-left: 240px;
            padding-right: 240px;
      }
}

.inset-8 {
      padding-left: 15px;
      padding-right: 15px;
}
@media (min-width: 1500px) {
      .inset-8 {
            padding-left: 187px;
            padding-right: 187px;
      }
}

/*
* @subsection Prefix
*/
@media (min-width: 768px) {
      .prefix-1 {
            padding-left: 10px;
      }
}

.prefix-2 {
      padding-left: 18px;
}

/*
* @subsection Well
*/
.well-xs {
      padding-top: 40px;
      padding-bottom: 40px;
}
.well-xs--inset-1 {
      padding-bottom: 40px;
}
@media (min-width: 992px) {
      .well-xs {
            padding-top: 125px;
            padding-bottom: 100px;
      }
      .well-xs--inset-1 {
            padding-bottom: 118px;
      }
}
.well-sm {
      padding-top: 40px;
      padding-bottom: 40px;
}
.well-sm--inset-1 {
      padding-bottom: 40px;
}
@media (min-width: 992px) {
      .well-sm {
            padding-top: 149px;
            padding-bottom: 144px;
      }
      .well-sm--inset-1 {
            padding-bottom: 100px;
      }
}
.well-md {
      padding-top: 40px;
      padding-bottom: 40px;
}
@media (min-width: 992px) {
      .well-md {
            padding-top: 158px;
            padding-bottom: 100px;
      }
}
.well-lg {
      padding-top: 40px;
      padding-bottom: 40px;
}
.well-lg--inset-1 {
      padding-bottom: 40px;
}
.well-lg--inset-2 {
      padding-bottom: 40px;
}
@media (min-width: 992px) {
      .well-lg {
            padding-top: 171px;
            padding-bottom: 102px;
      }
      .well-lg--inset-1 {
            padding-bottom: 111px;
      }
      .well-lg--inset-2 {
            padding-bottom: 124px;
      }
}
.well-xl {
      padding-top: 40px;
      padding-bottom: 40px;
}
@media (min-width: 992px) {
      .well-xl {
            padding-top: 258px;
            padding-bottom: 102px;
      }
}
.well-xl--inset-1 {
      padding-top: 40px;
      padding-bottom: 40px;
}
@media (min-width: 992px) {
      .well-xl--inset-1 {
            padding-top: 339px;
            padding-bottom: 278px;
      }
}
.well-xl--inset-2 {
      padding-bottom: 102px;
}

/*
* @section Helpers
*/
.underline {
      text-decoration: underline;
}

.round {
      border-radius: 50%;
}

.text-primary {
      color: #11c3fe;
}

.text-contrast {
      color: #fff;
}

html.lt-ie10 .row-no-gutter, .row-no-gutter {
      margin-left: 0;
      margin-right: 0;
}
html.lt-ie10 .row-no-gutter > [class*='col'], .row-no-gutter > [class*='col'] {
      padding-left: 0;
      padding-right: 0;
}

.small {
      font-size: 14px;
      line-height: 29px;
}

.uppercase {
      text-transform: uppercase;
}

.thin {
      font-weight: 100;
}

.light {
      font-weight: 300;
}

.regular {
      font-weight: 400;
}

.medium {
      font-weight: 500;
}

.sbold {
      font-weight: 600;
}

.bold {
      font-weight: 700;
}

.ubold {
      font-weight: 900;
}

strong {
      font-weight: 700;
}

@media (min-width: 1200px) {
      .pull-lg-right {
            float: right;
      }
}

@media (min-width: 992px) {
      .pull-md-right {
            float: right;
      }
}

@media (min-width: 768px) {
      .pull-sm-right {
            float: right;
      }
}

.relative {
      position: relative;
}

.bg-image {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
}

.bg-fixed {
      background-attachment: fixed;
}

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

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

.text-right {
      text-align: right;
}

@media (min-width: 480px) {
      .text-xs-left {
            text-align: left;
      }

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

      .text-xs-right {
            text-align: right;
      }
}
@media (min-width: 768px) {
      .text-sm-left {
            text-align: left;
      }

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

      .text-sm-right {
            text-align: right;
      }
}
@media (min-width: 992px) {
      .text-md-left {
            text-align: left;
      }

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

      .text-md-right {
            text-align: right;
      }
}
@media (min-width: 1200px) {
      .text-lg-left {
            text-align: left;
      }

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

      .text-lg-right {
            text-align: right;
      }
}
/*
* @section Components
*/
/*
* @subsection Terms-list
*/
.terms-list dt + dd {
      margin-top: 39px;
}
.terms-list dd + dt {
      margin-top: 59px;
}

.privacy-link {
      display: inline-block;
      margin-top: 66px;
      font-family: "Montserrat Alternates", sans-serif;
      font-size: 20px;
      line-height: 29px;
      font-weight: 700;
      color: #11c3fe;
      text-decoration: underline;
}
.privacy-link:hover {
      text-decoration: none;
}

/*
* @subsection Thumb
*/
.thumb {
      display: block;
      position: relative;
}
.thumb_overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
}
.thumb_overlay:before {
      opacity: 0;
      content: '\e8ff';
      position: absolute;
      bottom: -3px;
      left: 20px;
      font-size: 68px;
      font-family: "Material Icons";
      color: #fff;
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease;
}
.thumb:hover .thumb_overlay:before {
      opacity: 1;
}

/*
* @subsection Video
*/
.video {
      margin-top: 0px;
      position: relative;
      padding-bottom: 62.985%;
}

.video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}

/*
* @subsection Product
*/
.product {
      max-width: 682px;
      margin-left: auto;
      margin-right: auto;
      color: #fff;
      position: relative;
      overflow: hidden;
}
.product h1, .product h2, .product h3, .product h4, .product h5, .product h6, .product .heading-1, .product .heading-2, .product .heading-3, .product .heading-4, .product .heading-5, .product .heading-6 {
      color: #fff;
}
@media (min-width: 1200px) {
      .product {
            max-width: none;
      }
}
.product .link {
      color: #fff;
      position: absolute;
      bottom: 5%;
      left: 50%;
      opacity: 0;
      -ms-transform: translate(-50%, 5px);
      -webkit-transform: translate(-50%, 5px);
      transform: translate(-50%, 5px);
      -webkit-transition: 0.45s all ease;
      transition: 0.45s all ease;
}
@media (min-width: 992px) and (max-width: 1200px) {
      .product .link {
            bottom: 1%;
      }
}
@media (min-width: 2000px) {
      .product .link {
            bottom: 11.5%;
      }
}
.product .link:hover {
      color: #1974b4;
      text-decoration: none;
}
.product img {
      width: 100%;
      -ms-transform: scale(1.01);
      -webkit-transform: scale(1.01);
      transform: scale(1.01);
}
.product_cnt::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 120%;
      background: rgba(17, 195, 254, 0.9);
      content: '';
      opacity: 0;
      -ms-transform: translateY(50%);
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
}
.product h3 {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transition: 0.45s all ease;
      transition: 0.45s all ease;
      -ms-transform: translateY(-54%);
      -webkit-transform: translateY(-54%);
      transform: translateY(-54%);
}
.product_cnt::before, .product p {
      -webkit-transition: 0.45s all ease;
      transition: 0.45s all ease;
}
.product p {
      max-height: 105px;
      position: absolute;
      overflow: hidden;
      top: 50%;
      width: 100%;
      opacity: 0;
      -ms-transform: translateY(-40%);
      -webkit-transform: translateY(-40%);
      transform: translateY(-40%);
}
@media (min-width: 992px) {
      .product p {
            max-height: none;
            line-height: 1.2;
      }
}
@media (min-width: 1500px) {
      .product p {
            line-height: 1.61111;
            top: 56%;
      }
}
.product:hover h3 {
      top: 25%;
      -ms-transform: translateY(-95%);
      -webkit-transform: translateY(-95%);
      transform: translateY(-95%);
}
@media (min-width: 1500px) {
      .product:hover h3 {
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
      }
}
.product:hover p {
      opacity: 1;
}
@media (min-width: 1500px) {
      .product:hover p {
            -ms-transform: translateY(-70px);
            -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
      }
}
.product:hover .link {
      opacity: 1;
}
@media (min-width: 992px) {
      .product:hover .link {
            -ms-transform: translate(-50%, -5px);
            -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
      }
}
@media (min-width: 1500px) {
      .product:hover .link {
            -ms-transform: translate(-50%, -20px);
            -webkit-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
      }
}
.product:hover .product_cnt:before {
      opacity: 1;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
}
.product h3 + p {
      margin-top: 0;
}
.product--mod-1 p {
      top: 65%;
}
@media (min-width: 1500px) {
      .product--mod-1 p {
            top: 68%;
      }
}
.product--mod-1:hover h3 {
      top: 25%;
      -ms-transform: translateY(-48%);
      -webkit-transform: translateY(-48%);
      transform: translateY(-48%);
}
@media (min-width: 1500px) {
      .product--mod-1:hover h3 {
            -ms-transform: translateY(-25%);
            -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
      }
}

/*
* @subsection Contact-info
*/
.contact-info dl dt + dd {
      margin-top: 15px;
}
@media (min-width: 992px) {
      .contact-info dl dt + dd {
            margin-top: 28px;
      }
}
.contact-info p + p {
      margin-top: 23px;
}
.contact-info .offset {
      left: -6px;
}

/*
* @subsection Brand
*/
.rd-navbar-brand {
      margin-left: 83px;
      position: relative;
      display: inline-block;
}
.rd-navbar-brand_name {
      overflow: hidden;
      font-size: 30px;
      line-height: 1.2;
      font-weight: 700;
      color: #fff;
}
.rd-navbar-brand_name a:hover {
      color: #fff;
}
.rd-navbar-brand:before {
      position: absolute;
      content: "";
      width: 72px;
      height: 31px;
      background: url(../images/brand.png) no-repeat center center;
      left: -83px;
      top: 0;
}

/*
* @subsection Backgrounds
*/
.bg-contrast-variant-1 {
      background: #eff2f7;
}

.bg-primary {
      background: #11c3fe;
      color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6, .bg-primary .link, .bg-primary .icon-primary {
      color: #fff;
}

.bg-image-1 {
      background-image: url("../images/page-1_img01.jpg");
      color: #fff;
}
.bg-image-1 h1, .bg-image-1 h2, .bg-image-1 h3, .bg-image-1 h4, .bg-image-1 h5, .bg-image-1 h6, .bg-image-1 .heading-1, .bg-image-1 .heading-2, .bg-image-1 .heading-3, .bg-image-1 .heading-4, .bg-image-1 .heading-5, .bg-image-1 .heading-6 {
      color: #fff;
}
.bg-image-1 p + .btn {
      margin-top: 43px;
}
.bg-image-1 h1 .icon {
      left: -3px;
      top: 4px;
}
@media (min-width: 768px) {
      .bg-image-1 h1 .icon {
            left: -16px;
      }
      .resp-tab-content-active.eq-images{
            display:flex!important;
            flex-wrap: wrap;
      }
}
.bg-image-1 p .icon {
      left: -19px;
      top: -1px;
}
@media (min-width: 992px) {
      .bg-image-1 .btn {
            margin-left: -11px;
      }
}

.bg-aside {
      position: relative;
}
.bg-aside .img-wrap {
      position: static;
}
@media (min-width: 768px) {
      .bg-aside .img-wrap {
            min-height: 512px;
            position: absolute;
            top: 0;
            bottom: 0;
            overflow: hidden;
      }
}
.bg-aside .img-wrap img {
      max-width: 100%;
      height: auto;
}
@media (min-width: 768px) {
      .bg-aside .img-wrap img {
            max-width: none;
            width: auto;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%) scale(1.03);
            -webkit-transform: translate(-50%, -50%) scale(1.03);
            transform: translate(-50%, -50%) scale(1.03);
      }
}
.bg-aside-left .img-wrap {
      right: 50%;
      left: 0;
}
.bg-aside-right .img-wrap {
      left: 50%;
      right: 0;
}
@media (min-width: 768px) {
      .bg-aside [class*=col-] {
            min-height: 512px;
      }
      .bg-aside.bg-dual [class*=col-] {
            min-height: 100%;
      }
}

/*
* @subsection Icons
*/
.icon {
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease;
      display: inline-block;
      position: relative;
      line-height: 1;
}
.icon-xs {
      font-size: 34px;
}
.icon-sm {
      font-size: 35px;
}
.icon-md {
      font-size: 38px;
}
.icon-lg {
      font-size: 35px;
}
@media (min-width: 992px) {
      .icon-lg {
            font-size: 45px;
      }
}
@media (min-width: 1800px) {
      .icon-lg {
            font-size: 68px;
      }
}
.icon-default {
      color: #fff;
}
.icon-primary {
      color: #11c3fe;
}

/*
* @subsection Buttons
*/
.btn {
      font-family: "Montserrat Alternates", sans-serif;
      display: inline-block;
      border: 2px solid #11c3fe;
      line-height: 1.45;
      font-weight: 700;
      border-radius: 2px;
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease;
}
.btn-sm {
      font-size: 16px;
      padding: 10px 40px;
}
.btn-md {
      font-size: 20px;
      padding: 11px 10px 16px;
      width: 269px;
}
.btn-lg {
      font-size: 20px;
      padding: 11px 10px 16px;
      min-width: 200px;
}
@media (min-width: 992px) {
      .btn-lg {
            min-width: 373px;
      }
}
.btn-default {
      color: #fff;
}
.btn-default:hover {
      background: #11c3fe;
}
.btn-primary {
      color: #11c3fe;
}
.btn-primary:hover {
      background: #11c3fe;
      color: #fff;
}

/*
* @subsection Links
*/
.link {
      display: inline-block;
      font-family: "Montserrat Alternates", sans-serif;
      font-weight: 700;
      text-decoration: underline;
      font-size: 18px;
      line-height: 1.45;
      color: #11c3fe;
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease;
}
@media (min-width: 1200px) {
      .link {
            font-size: 20px;
      }
}
.link:hover {
      color: #000;
}

/*
* @subsection Dividers
*/
.divider-hr {
      position: relative;
}
.divider-hr:before {
      display: none;
      content: "";
      background: #11c3fe;
      width: 71px;
      height: 2px;
      position: absolute;
      left: 50%;
      margin-left: -35px;
      top: -68px;
}
@media (min-width: 992px) {
      .divider-hr:before {
            display: inline-block;
      }
}
.divider-vr {
      position: relative;
}
.divider-vr:before {
      display: none;
      content: "";
      background: #11c3fe;
      width: 2px;
      height: 71px;
      position: absolute;
      left: 50%;
      margin-left: -1px;
      top: -106px;
}
@media (min-width: 992px) {
      .divider-vr:before {
            display: inline-block;
      }
}

.bg-primary.divider, .bg-contrast-variant-1.divider {
      position: relative;
}
.bg-primary.divider:after, .bg-contrast-variant-1.divider:after {
      display: none;
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #eff2f7;
      bottom: 0;
      left: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
      .bg-primary.divider:after, .bg-contrast-variant-1.divider:after {
            display: block;
      }
}

.bg-contrast-variant-1.divider:after {
      background: #11c3fe;
}

/*
* @subsection Inline List
*/
.inline-list {
      text-transform: uppercase;
}
.inline-list li {
      display: inline-block;
}
.inline-list li + li {
      margin-left: 38px;
}
.inline-list .icon {
      top: 0;
      left: 0;
}
.inline-list a:hover {
      color: #242a31;
}

/*
* @subsection List
*/
.list li + li {
      margin-top: 29px;
}

/*
* @subsection Marked List
*/
.marked-list li {
      position: relative;
      padding-left: 18px;
}
.marked-list li:before {
      content: "\f111";
      position: absolute;
      left: 0;
      top: 6px;
      font-weight: 400;
      font-size: 6px;
      font-family: "FontAwesome";
      color: #11c3fe;
}
.marked-list li + li {
      margin-top: 8px;
}
.marked-list a:hover {
      color: #11c3fe;
}

/*
* @subsection Quote
*/
.quote p {
      display: inline-block;
}
.quote p q {
      position: relative;
      display: inline-block;
}
.quote p q:before {
      color: #11c3fe;
      content: "“";
      font-family: "Montserrat Alternates", sans-serif;
      position: absolute;
      font-size: 130px;
      top: -90px;
      left: 50%;
      -ms-transform: translateX(-55%);
      -webkit-transform: translateX(-55%);
      transform: translateX(-55%);
}
@media (min-width: 992px) {
      .quote p q:before {
            font-size: 150px;
            top: -142px;
      }
}
.quote p + p {
      margin-top: 10px;
}
@media (min-width: 992px) {
      .quote p + p {
            margin-top: 26px;
      }
}
.quote img {
      border-radius: 50%;
}
.quote img + p {
      margin-top: 45px;
}
@media (min-width: 992px) {
      .quote img + p {
            margin-top: 120px;
      }
}
.quote .small {
      font-size: 13px;
}

/*
* @subsection Box
*/
.box .box_left img, .box .box_right img {
      max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
      display: table-cell;
      vertical-align: top;
}
.box .box_left {
      padding-right: 30px;
}
.box .box_right {
      padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
      padding-bottom: 30px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
      padding-top: 30px;
}

/*
* @subsection Copyright
*/
.copyright a:hover {
      color: #11c3fe;
      text-decoration: none;
}

/*
* @subsection Menu
*/
.sf-menu {
      font-family: "Montserrat", sans-serif;
      display: inline-block;
}
.sf-menu:before, .sf-menu:after {
      display: table;
      content: "";
      line-height: 0;
}
.sf-menu:after {
      clear: both;
}
.sf-menu > li {
      position: relative;
      float: left;
}
.sf-menu > li + li {
      margin-left: 43px;
}
.sf-menu a {
      color: #fff;
      text-transform: uppercase;
      display: block;
}

.sf-menu > li {
      text-align: left;
}
.sf-menu > li > a {
      letter-spacing: 0.04em;
      font-size: 16px;
      line-height: 2.5;
      font-weight: 700;
      color: #FFF;
      position: relative;
}
.sf-menu > li > a:after {
      position: absolute;
      content: '';
      width: 0;
      height: 3px;
      background: #fff;
      left: 50%;
      bottom: 3px;
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease;
}
.sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after, .sf-menu > li.active > a:after {
      width: 100%;
      left: 0;
}

.sf-menu ul {
      display: none;
      position: absolute;
      top: 100%;
      left: -67%;
      width: 292px;
      margin-top: 23px;
      padding: 42px 43px 37px 40px;
      background: #111b29;
      z-index: 2;
      box-sizing: border-box;
}

.sf-menu ul > li {
      position: relative;
}
.sf-menu ul > li > a {
      font-size: 15px;
      line-height: 1.2;
      letter-spacing: 0.02em;
      color: #FFF;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
      color: #11c3fe;
}
.sf-menu ul > li + li {
      position: relative;
      margin-top: 30px;
}
.sf-menu ul > li + li:before {
      content: '';
      position: absolute;
      top: -15px;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.2);
}

.sf-menu ul ul {
      position: absolute;
      left: 121%;
      top: -41px;
      width: auto;
      z-index: 4;
      padding: 26px 43px 17px 40px;
}

.sf-menu ul ul li {
      padding: 0 0 20px;
}
.sf-menu ul ul li + li {
      margin-top: 20px;
}

.sf-menu ul > li > .sf-with-ul {
      position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
      position: absolute;
      left: 100%;
      top: 10px;
      margin-left: -6px;
      content: "";
      font: 400 15px/15px "FontAwesome";
}

@media (max-width: 767px) {
      .sf-menu {
            display: none;
      }
}
/*
* @subsection RD Mobile Menu
*/
.rd-mobilemenu {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 10;
      text-align: left;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease;
}
.rd-mobilemenu.active {
      right: 0;
}

.rd-mobilemenu_ul {
      position: fixed;
      top: -56px;
      left: 0;
      bottom: -56px;
      width: 240px;
      padding: 132px 0 76px;
      color: #666;
      background: #FFF;
      font-size: 14px;
      line-height: 20px;
      overflow: auto;
      box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
      -ms-transform: translateX(-240px);
      -webkit-transform: translateX(-240px);
      transform: translateX(-240px);
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
}
.rd-mobilemenu_ul a {
      display: block;
      padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
      background: #11c3fe;
      color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      border-radius: 50%;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
      content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
      background: #FFF;
      color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
      position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
      padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
      padding-left: 60px;
}
.rd-mobilemenu_ul:after {
      content: '';
      display: block;
      height: 20px;
}

.rd-mobilepanel {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 56px;
      background: #FFF;
      color: #000;
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
      z-index: 100;
}

.rd-mobilepanel_title {
      position: fixed;
      top: 4px;
      left: 56px;
      right: 56px;
      color: #000;
      font-size: 24px;
      line-height: 48px;
      text-overflow: ellipsis;
      white-space: nowrap;
}

.rd-mobilepanel_toggle {
      position: fixed;
      top: 4px;
      left: 8px;
      width: 48px;
      height: 48px;
}
.rd-mobilepanel_toggle span {
      position: relative;
      display: block;
      margin: auto;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
      top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 2px;
}
.rd-mobilepanel_toggle span {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -ms-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
      body {
            padding-top: 56px;
      }

      .rd-mobilemenu, .rd-mobilepanel {
            display: block;
      }
}
@media (max-width: 359px) {
      .rd-mobilepanel_title {
            font-size: 18px;
      }
}
/*
* @subsection Stuck menu
*/
.isStuck {
      background: #11c3fe;
      z-index: 999;
      box-shadow: 1px 0px 3px #000;
}
.isStuck .well-sm {
      padding-top: 15px;
      padding-bottom: 17px;
}

@media only screen and (max-width: 979px) {
      .isStuck {
            display: none !important;
      }
}
/*=================       Tabs     ======================*/
.resp-tabs-list li {
      max-width: 25%;
      cursor: pointer;
      font-family: "Montserrat Alternates", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 1.45;
      color: #11c3fe;
      padding: 14px 35px;
      display: inline-block;
      border: 2px solid #11c3fe;
      border-radius: 2px;
      -webkit-transition: 0.35s all ease;
      transition: 0.35s all ease;
}
@media (min-width: 1250px) {
      .resp-tabs-list li {
            padding: 14px 97px;
            font-size: 20px;
            max-width: none;
      }
}
.resp-tabs-list li:hover {
      background: #11c3fe;
      color: #fff;
}
.resp-tabs-list li + li {
      margin-left: 5px;
}
.resp-tabs-list .resp-tab-active {
      background: #11c3fe;
      color: #fff;
}

.resp-accordion {
      display: none;
}

.resp-tab-content {
      display: none;
}

.resp-tab-content-active {
      display: block;
}

@media (max-width: 767px) {
      .resp-accordion {
            display: block;
            cursor: pointer;
            font-family: "Montserrat Alternates", sans-serif;
            font-weight: 700;
            font-size: 20px;
            line-height: 1.45;
            color: #11c3fe;
            margin-top: 25px;
            padding: 10px 0;
            border-radius: 2px;
            -webkit-transition: 0.35s all ease;
            transition: 0.35s all ease;
      }
      .resp-accordion:hover {
            background: #11c3fe;
            color: #fff;
      }
      .resp-accordion + li {
            margin-top: 30px;
      }

      .resp-tabs-list {
            display: none;
      }
}
/*
* @subsection ToTop
*/
.toTop {
      width: 50px;
      height: 50px;
      font-size: 24px;
      line-height: 46px;
      color: #fff;
      background: #242a31;
      border-radius: 50%;
      box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
      position: fixed;
      right: 40px;
      bottom: 40px;
      display: none;
      overflow: hidden;
      text-align: center;
      text-decoration: none;
      z-index: 20;
}
.toTop:hover {
      color: #fff;
      background: #11c3fe;
      text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
      display: none !important;
}

/*
* @section HEADER Section
*/
header .well-sm {
      padding-top: 26px;
      padding-bottom: 24px;
}
@media (min-width: 992px) {
      header .rd-navbar-brand {
            float: left;
      }
}
header .nav {
      text-align: center;
}
@media (min-width: 768px) and (max-width: 992px) {
      header .nav {
            margin-top: 15px;
      }
      .stuck_container .container{
            width: 100%;
            min-width: 750px;
      }
      .sf-menu > li + li{
            margin-left: 12px;
      }
}
@media (min-width: 992px) {
      header .nav {
            margin-top: 0;
            float: right;
      }
}
@media (max-width: 767px) {
      header {
            text-align: center;
      }
      header .rd-navbar-brand, header .nav {
            float: none;
      }
      .container.camp-texts{
            margin-top: 30px;
      }
}

/*
* @section CONTENT Section
*/
main {
      display: block;
}

/*
* @section FOOTER Section
*/
footer .well-sm {
      padding-top: 40px;
      padding-bottom: 40px;
}
footer .pwb{
      font-size: 14px;
      margin: 20px 0px;
      line-height: 1;
      display: flex;
      justify-content: center;
      align-items: center;
}
footer .pwb img{
      width: 130px;
      margin-left: 15px
}
@media (min-width: 992px) {
      footer .well-sm {
            padding-top: 149px;
            padding-bottom: 150px;
      }
}
footer .well-md {
      padding-top: 40px;
      padding-bottom: 40px;
}
@media (min-width: 992px) {
      footer .well-md {
            padding-top: 260px;
            padding-bottom: 150px;
      }
}
footer a[href^="callto:"] {
      color: #11c3fe;
}

/*
* @section CUSTOM Section
*/
.camps .hidden-xs{
      display: none;
}
.camps .details:nth-child(even){
      background-color: #11c3fe;
      color: #fff;
}
.camps .details:nth-child(odd){
      background-color: #eff2f7;
}
.camps .details .col-sm-2{
      position: relative;
}
.camps .details.pointer{
      border: 1px solid transparent;
}
.camps .details.pointer:hover{
      cursor: pointer;
      border: 1px solid #242a31;
}

@media (min-width: 768px) {
      .col-sm-12.camps{
            padding-left: 15px;
            padding-right: 15px;
      }
      .camps .details{
            display: flex;
      }
      .camps .details .col-sm-4,
      .camps .details .col-sm-3,
      .camps .details .col-sm-2{
            display: flex;
            justify-content: center;
            align-items: center;
      }
      .camps .visible-xs{
            display: none;
      }
      .camps .hidden-xs{
            display: block;
      }
      .ccc .visible-xs{
            display: none;
      }
      .ccc .hidden-xs{
            display: block;
      }
      .camps .date-col{
            flex-wrap: wrap;
      }
      .camps .date-col > div{
            width: 100%;
            line-height: 100%;
      }
      
      .camp-table .camps .row{
            display: flex;
      }
      .camp-table .camps [class^="col-"]{
            display: flex;
            text-align: center;
            flex-grow: 1;
            flex-basis: 0;
            align-self: center;
            justify-content: center;
      }
      .camp-table .camps [class^="col-"]:nth-child(1){
            min-width: 140px;
            max-width: 140px;
            flex-direction: column;
            line-height: 100%;
            padding: 7px 0px;
      }
      .camp-table .camps [class^="col-"]:nth-child(2){
            min-width: 250px;
            max-width: 250px;
            padding: 0px 15px;
      }
}
@media (max-width: 991px) {
      .container.w-xs-100{
            width: 100%;
      }
}
@media (max-width: 767px) {
      .row .col-xs-12.camp-table{
            width: 100%;
      }
      .form-cont .form-group .voucher-btn{
            margin-top: 10px; 
      }
      .form-cont hr{
            margin-top: 20px;
            margin-bottom: 15px;
      }
      .form-cont fieldset{
            padding-left: 0px;
            padding-right: 0px;
      }
      .form-cont fieldset .col-md-4,
      .form-cont fieldset .col-md-8{
            padding-left: 12px;
            padding-right: 12px;
      }
      .form-horizontal .rule-cont{
            margin-bottom: 10px;
      }
      .ccc .visible-xs{
            /*display: block;*/
      }
      .ccc .visible-xs.bgr{
            font-weight: 400;
            font-size: 30px;
      }
      .ccc .hidden-xs{
            display: none;
      }
      .camps .price-col > div,
      .camps .date-col > div{
            display: inline-block;
            width: auto;
            line-height: inherit;
      }
      .camps .details{
            padding: 10px 0px;
      }
      .container.w-xs-100 .bg-contrast-variant-1{
            margin: 0 -15px;
      }
}
@media (max-width: 480px) {
      .form-cont .form-group .col-xs-4{
            width: 60%;
            float: left;
      }
      .form-cont .form-group .col-xs-8{
            width: 40%;
            float: left;
      }
}
.form-cont .form-group.last .btn-primary{
      margin-top: 25px;
}
.bg-aside .camps [class*=col-]{
      min-height: 0px;
}
.orp.line-through{
      text-decoration: line-through;
}
.disc{
      color: red;
}
.disc-end{
      font-size: 14px;
}
.form-horizontal .rule-cont{
      font-size: 16px;
      text-align:left;
      background-color: #11c3fe;
      color: #fff;
      max-height: 300px;
      overflow-y:scroll;
      padding:10px;
}
/*Signup form*/
.rd-mailform .mfControls{
      text-align: center;
      margin-bottom: 30px;
}
.container.camp-texts{
      padding-top: 30px;
}
.ccc p+p,
.container.camp-texts p+p{
      margin-top: 0px;
}
.well-md.smaller {
      padding-top: 120px;
}
.well-md.special{
      padding-top: 170px;
      padding-bottom: 0px
}
.well-md.smaller.no-pb{
      padding-bottom: 0px;
}
.form-cont input[type='date'],
.form-cont input[type='email'],
.form-cont input[type='text']{
      width: 100%;
      padding: 5px;
      border: 1px solid;
}
.form-cont .form-group{
      text-align: left;
      min-height: 35px;
}
.form-cont .form-group.last{
      text-align: center;
}
.form-cont .form-group select{
      border: 1px solid;
      padding: 5px;
      width: 50%;
}
.form-cont .form-group .f-error small{
      font-size: 12px;
      color: red;
}
.form-cont .form-control.ng-dirty.ng-invalid{
      border: 1px solid red;
}
.form-cont fieldset{
      display: block;
      -webkit-margin-start: 2px;
      -webkit-margin-end: 2px;
      -webkit-padding-before: 0.35em;
      -webkit-padding-start: 0.75em;
      -webkit-padding-end: 0.75em;
      -webkit-padding-after: 0.625em;
      min-width: -webkit-min-content;
      border-width: 2px;
      border-style: groove;
      border-color: threedface;
      border-image: initial;
}
.form-cont div.mb-20{
      margin-bottom: 20px;
}
.form-cont .form-group .voucher-btn{
      width: 100%;
      padding: 5px 0px 4px;
      background-color: #11c3fe;
      border: 1px solid #11c3fe;
      color: #fff;
}
/*other styles*/
.map > iframe{
      width: 100%;
}

/*GDPR popup style*/
body.noscroll{
    position: fixed;
    overflow: hidden;
    width: 100%;
}
body:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all 0.3s ease-in;
    z-index: -100;
}
body.noscroll:after{
    opacity: 0.5;
    z-index: 1000;
    transition: all 0.3s ease-in;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9999;
    max-width: 675px;
    max-height: 100%;
    
    /*TBD: set line 1664-> z-index to 1 !!!*/
}
#gdpr-cookie-message .inner{
    display: flex;
    height: 100%;
}
#gdpr-cookie-message .inner-content{
    align-self: center;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    background: #fff;
}
#gdpr-cookie-message h4 {
    color: #11c3fe;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    text-align: justify;
    color: #242a31;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    text-decoration: none;
    color: #11c3fe;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    text-decoration: underline;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: 2px solid #11c3fe;
    color: #11c3fe;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: #11c3fe;
    color: #fff;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    display: none!important;
    background: white;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
@media (max-width: 767px) {
    #gdpr-cookie-message{
        max-width: 90%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #gdpr-cookie-message p,
    #gdpr-cookie-message ul{
        font-size: 14px;
    }
}


/*******Tabaraschi 4-9 evesek*******/

.familyCampImages img {
    padding-top: 10px;
    width: 100%;
    height: 300px;
}

.familyCampDescription {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: justify;
}

.familyCampPrice span.orp.line-through {
    text-decoration: line-through;
    padding-right: 12px;
}

.familyCampPrice {
    display: grid;
}

.childPrice .disc-end.hidden-xs {
    font-size: 14px;
    padding-right: 90px;
}

.familyCampDescription .descriptionBtn {
    background: white;
    color: #0a9fd1;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Raleway, sans-serif!important;
    font-size: 13px!important;
    margin-top: 8px;
}

.familyCampDescription .descriptionBtn:focus {
    border:none;
}

img.familyCampIcon {
    width: 24px;
    height: 24px;
}

.familyCampTime {
    display: flex;
    margin-top: 13px;
    margin-bottom: 7px;
}

.familyCampTime h5 {
    margin-left: 10px;
    margin-top: 5px;
}

.familyCampSubscription a{
    color:#11c3fe;
}

.familyCampDecsBtn{
    justify-content: center;
    display: flex;
    height: 40px;
}

.orangeFamilyBlock .owl-carousel .item img{
    display: block;
    width: 100%;
    height: 100%;
}

.fullscreen img.mfp-img {
width: 110%;
max-width: 110%;
}

.grid_12.orangeFamilyBlock {
    margin-bottom: 10px;
    font-family: Raleway, sans-serif!important;
}

.orangeFamilyBlock .owl-theme .owl-dots .owl-dot span {
    background: white;
}

.orangeFamilyBlock .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #08c;;
}

.indent2.familyBlock {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.familyCampFood img.familyCampIcon {
    width: 25px;
}
.descriptionDetails  {
    font-size: 15px;
    padding-top: 3px;
    display: inline-block;
    vertical-align: middle;
}



.priceDetails{
    padding-top: 3px;
    display: inline-block;
    vertical-align: middle; 
}

.foodAndAccomodation span {
    color: #fff;
    font-size: 17px;
}

.foodAndAccomodation {
    display: block;
}

.linkDetails{
    padding-left:30px;
}

.descriptionDetails a{
    color: #fff;
}
.displayAdultsSelector {
    display: block;
}
.hideAdultsSelector {
    display: none;
}
.container_24 {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.block.blue {
    background-color: #11c3fe;;
}
.block.type2 {
    padding-bottom: 10px;
}
.block {
    position: relative;
    padding: 19px 14px;
}
.container_24 .grid_12 {
    width: 100%;
    color: white;
}
.grid_12{
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
section.well-sm.well-sm--inset-1 {
    display: none;
}
i.far.fa-calendar {
    padding-right: 10px;
}
i.fa.fa-money, i.fa.fa-child  {
    padding-top: 9px;
}
i.fa.fa-cutlery{
    padding-top: 7px;
}
i.fa.fa-home {
    font-size: 24px;
    padding-top: 3px;
}
.familyCampSubscription {
    background-color: white;
    width:220px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.SubscriptionSection {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.familyCampSubscription h5{
    color:#11c3fe;
    font-family: Raleway, sans-serif!important;
}
.block.blue.type2 h4 {
    color: white;
    font-weight: 600;
    font-family: Raleway, sans-serif!important;
}
h7.childPrice,h7.adultPrice, h7.placeLessons , h7.priceLessons, h7.freePlaces{
    padding-bottom: 10px;
}

@media (min-width: 540px) {
    .container_24 .grid_12 {
        width: 470px;
    }
    .familyCampPrice {
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
    }
    .foodAndAccomodation {
        display: flex;
        justify-content: space-between;
    }
    h7.childPrice,h7.adultPrice, h7.placeLessons, h7.priceLessons, h7.freePlaces {
        padding-bottom: 0;
    }
 
}

@media (min-width: 1200px) {

    .container_24 {
        display: flex;
        justify-content: center;
    }
    .indent2.familyBlock {
        max-width: 960px;
        justify-content: flex-start;
    }
}