@import "ie9.1.css";
@media screen and (max-width:479px) {
  .dcsns-toolbar #dcsns-filter li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.dcsns-toolbar #dcsns-filter li a::before {
  font-family: 'FontAwesome';
  color: #fff;
}

.dcsns-toolbar #dcsns-filter li a img {
  display: none;
}

.dcsns-toolbar #dcsns-filter li a.link-all {
  font-size: 16px;
  text-shadow: none;
}

@media screen and (max-width:479px) {
  .dcsns-toolbar #dcsns-filter li a.link-all {
    font-size: 12px;
  }
}

.dcsns-toolbar #dcsns-filter li .iso-active,
.dcsns-toolbar #dcsns-filter li a:hover {
  background: transparent;
  border: 1px solid #DA2572;
  color: #DA2572;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.dcsns-toolbar #dcsns-filter li .iso-active::before,
.dcsns-toolbar #dcsns-filter li a:hover::before {
  color: #DA2572 !important;
}

.dcsns-toolbar #dcsns-filter li a:hover {
  opacity: .8;
}

.dcsns-toolbar #dcsns-filter li.f-facebook a {
  background-color: #3b5998;
}

.dcsns-toolbar #dcsns-filter li.f-facebook a:hover::before {
  color: #CA709C;
}

.dcsns-toolbar #dcsns-filter li.f-facebook a::before {
  content: '\f09a';
  color: #B7B7B7;
}

.dcsns-toolbar #dcsns-filter li.f-twitter a {
  background-color: #4ec2dc;
}

.dcsns-toolbar #dcsns-filter li.f-twitter a:hover::before {
  color: #CA709C;
}

.dcsns-toolbar #dcsns-filter li.f-twitter a::before {
  content: '\f099';
  color: #B7B7B7;
}

.dcsns-toolbar #dcsns-filter li.f-google a {
  background-color: #DD4B39;
}

.dcsns-toolbar #dcsns-filter li.f-google a:hover::before {
  color: #CA709C;
}

.dcsns-toolbar #dcsns-filter li.f-google a::before {
  content: '\f0d5';
  color: #B7B7B7;
}

.dcsns-toolbar #dcsns-filter li.f-pinterest a {
  background-color: #CB2528;
}

.dcsns-toolbar #dcsns-filter li.f-pinterest a:hover::before {
  color: #CA709C;
}

.dcsns-toolbar #dcsns-filter li.f-pinterest a::before {
  content: '\f0d2';
  color: #B7B7B7;
}

.dcsns-toolbar #dcsns-filter li.f-youtube a {
  background-color: #ea644b;
}

.dcsns-toolbar #dcsns-filter li.f-youtube a:hover::before {
  color: #CA709C;
}

.dcsns-toolbar #dcsns-filter li.f-youtube a::before {
  content: '\f167';
  color: #B7B7B7;
}

.dcsns-toolbar #dcsns-filter li.f-instagram a {
  background-color: #E53E5F;
}

.dcsns-toolbar #dcsns-filter li.f-instagram a:hover::before {
  color: #CA709C;
}

.dcsns-toolbar #dcsns-filter li.f-instagram a::before {
  content: '\f16d';
  color: #B7B7B7;
}

.stream.isotope {
  -webkit-transition-property: height !important;
  -o-transition-property: height !important;
  transition-property: height !important;
}

.twitter-user a {
  font-weight: bold !important;
}

.twitter-user a strong {
  display: none;
}

.btn,
.header .btn,
.iframe-btn {
  border-radius: 0;
  font-size: 9.94px;
  color: #fff;
  text-decoration: none;
  font-family: 'Josefin Sans',sans-serif;
}

.btn:focus,
.header .btn:focus,
.iframe-btn:focus,
.btn:active,
.header .btn:active,
.iframe-btn:active {
  outline: none;
}

.btn-primary,
.header .btn-primary,
.iframe-btn {
  padding: 12px 21px 14px;
  border: 2px solid #DA2572;
  text-transform: uppercase;
  background: none;
  font-weight: 900;
  color: #333;
  letter-spacing: .1em;
  border-radius: 2px;
}

.btn-primary:hover,
.header .btn-primary:hover,
.iframe-btn:hover,
.btn-primary:active,
.header .btn-primary:active,
.iframe-btn:active,
.btn-primary:focus,
.header .btn-primary:focus,
.iframe-btn:focus {
  background: #DA2572;
  border-color: #DA2572;
  color: #fff;
}

.btn-primary.white-text,
.header .btn-primary.white-text,
.iframe-btn.white-text {
  color: #fff;
}

.btn-primary.block,
.header .btn-primary.block,
.iframe-btn.block {
  display: table;
  margin: 20px auto 0;
}

.btn-primary.iframe-btn,
.header .btn-primary.iframe-btn,
.iframe-btn.iframe-btn {
  position: relative;
  top: -10px;
  display: inline-block;
  font-size: 1.2rem;
  padding: 9px 16px;
  border: 1px solid #444;
  color: #444;
  text-decoration: none;
}

.btn-primary.iframe-btn:focus,
.header .btn-primary.iframe-btn:focus,
.iframe-btn.iframe-btn:focus,
.btn-primary.iframe-btn:active,
.header .btn-primary.iframe-btn:active,
.iframe-btn.iframe-btn:active {
  background: none;
}

.btn-primary.iframe-btn:hover,
.header .btn-primary.iframe-btn:hover,
.iframe-btn.iframe-btn:hover {
  border-color: #DA2572;
  color: #fff;
  background: #DA2572;
}

.btn-primary.invert,
.header .btn-primary.invert,
.iframe-btn.invert {
  background: #DA2572;
  border-color: #DA2572;
  color: #fff;
}

.btn-primary.invert:hover,
.header .btn-primary.invert:hover,
.iframe-btn.invert:hover {
  background: #DA2572 + 20%;
  border-color: #DA2572 + 20%;
}

.btn-primary.btn-white,
.header .btn-primary.btn-white,
.iframe-btn.btn-white {
  color: #fff;
  border-color: #fff;
  font-size: 14px;
  padding: 12px 21px 12px 21px;
  letter-spacing: 1.26px;
  border-width: 1px;
}

.btn-info {
  padding: 0;
  background: #DA2572;
  border-color: #DA2572;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 13px 34px 10px 34px;
  border-radius: 2px;
  letter-spacing: .1em;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #DA2572;
  border-color: #DA2572;
}

.btn-info.btn-sm {
  font-size: 14px;
  min-width: 194px;
}

.btn-info.invert {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-info.invert:hover,
.btn-info.invert:focus,
.btn-info.invert:active {
  color: #DA2572;
  background: #fff;
}

.form-btn {
  border: none;
}

.widgets .iframe {
  display: inline-block;
  margin-bottom: 15px;
}

.timepicker-picker .btn {
  color: #434343;
}

.async-hide {
  opacity: 0 !important;
}

.fullsize-container {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.center-align {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thankyou-booking {
  text-align: center;
  margin-bottom: 100px !important;
}

.thankyou-booking h2 {
  text-align: center;
  color: #3C3C3C;
  font-size: 40px !important;
  font-weight: 300;
  letter-spacing: 1.62px !important;
  line-height: 48px;
  margin-bottom: 30px !important;
}

.thankyou-booking h3 {
  text-align: center;
  font-size: 24px !important;
  font-weight: 300;
  line-height: 46px;
  margin-bottom: 50px;
  color: #585858;
}

.short-text .full {
  display: none;
  list-style: none;
}

.short-text.open .more {
  display: none;
}

.grayscale img {
  z-index: 2;
}

.grayscale img.img_grayscale {
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.grayscale img.img_grayscale:hover {
  opacity: 1;
}

.white-bg {
  background: #fff;
}

.grey-bg {
  background: #F9F8F9;
}

.no-wrap {
  white-space: nowrap;
}

.btn-link {
  color: #DA2572;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #ae1e5b;
}

a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

button,
input,
textarea,
.btn {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

h1 {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 1.55rem;
  text-align: center;
}

.sub-nav,
.sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-nav {
  margin: 0 -4px 110px;
  text-align: center;
  font-family: 'Josefin Sans',sans-serif;
  font-size: 1.34rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}

@media (max-width:767px) {
  .sub-nav {
    margin: 0 -4px 50px;
  }
}

.sub-nav a {
  display: block;
  color: #DA2572;
}

.sub-nav a:hover,
.sub-nav a:active,
.sub-nav a:focus {
  text-decoration: none;
  color: #6B6B6B;
}

.sub-nav li {
  margin: 0;
  padding: 0;
}

.sub-nav li.active>a {
  color: #6B6B6B;
  border-color: #D4D4D4;
  border: 1px solid #D4D4D4;
  border-radius: 2px;
}

.sub-nav>li {
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  margin: 5px 4px;
}

.sub-nav>li>a {
  display: inline-block;
  padding: 8px 15px;
}

.sub-nav>li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s,0s;
  -o-transition-delay: 0s,0s;
  transition-delay: 0s,0s;
}

.sub-nav ul {
  cursor: pointer;
  visibility: hidden;
  z-index: 1;
  width: 215px;
  padding: 25px 0 0;
  position: absolute;
  top: 33px;
  left: 0;
  opacity: 0;
  text-align: left;
  -webkit-transition-property: opacity,visibility;
  -o-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  -webkit-transition-duration: .3s,0s;
  -o-transition-duration: .3s,0s;
  transition-duration: .3s,0s;
  -webkit-transition-delay: 0s,.3s;
  -o-transition-delay: 0s,.3s;
  transition-delay: 0s,.3s;
}

.sub-nav ul li {
  padding: 0 20px;
  background-color: #fff;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}

.sub-nav ul li:first-child {
  padding-top: 17px;
  border-top: 1px solid #c8c8c8;
}

.sub-nav ul li:last-child {
  padding-bottom: 17px;
  border-bottom: 1px solid #c8c8c8;
}

.sub-nav ul li a {
  padding: 4px 0;
}

@media (max-width:550px) {
  .sub-nav>li {
    position: static;
  }

  .sub-nav>li>a {
    padding: 6px 12px;
  }

  .sub-nav ul {
    width: 270px;
    padding: 25px 0 0;
    top: 95px;
    left: 50%;
    margin-left: -135px;
  }
}

.box-list .filter-item {
  margin-bottom: 30px;
}

.box-list .filter-item .image {
  display: block;
}

.box-list .filter-item .image img {
  min-width: 100%;
  height: auto;
}

.box-list .filter-item .box {
  position: relative;
  display: block;
  padding: 25px 25px 54px 32px;
  background-color: #fff;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.1);
  box-shadow: 0 0 14px rgba(0,0,0,0.1);
}

.box-list .filter-item .box .title {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #DA2572;
  letter-spacing: .15em;
  font-family: 'Josefin Sans',sans-serif;
  font-size: 1.44rem;
  line-height: 1.7;
}

.box-list .filter-item .box .title a {
  color: #DA2572;
  text-decoration: none;
}

.box-list .filter-item .box p {
  margin-top: 24px;
}

.box-list .filter-item .box p:first-of-type {
  margin-top: 22px;
}

.box-list .filter-item .box .more {
  position: absolute;
  bottom: 23px;
  right: 23px;
  width: 40px;
  height: 40px;
}

.box-list .filter-item .box .more:after {
  position: absolute;
  bottom: 5px;
  right: 5px;
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  border-top: 2px solid #b9bdc3;
  border-right: 2px solid #b9bdc3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.box-list .filter-item .box .more:hover:after {
  border-color: #DA2572;
}

.box-list .filter-item .box .date {
  margin-top: 30px;
  margin-bottom: -25px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 800;
  color: #999;
  font-size: 1.05rem;
}

.box-list .iso .filter-item .box.open .full {
  display: inline;
}

.box-list .iso-fallback {
  -webkit-column-count: 3;
  -webkit-column-gap: 30px;
  -webkit-column-fill: auto;
  -moz-column-count: 3;
  -moz-column-gap: 30px;
  -moz-column-fill: auto;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
}

@media (max-width:767px) {
  .box-list .iso-fallback {
    padding: 0 10px;
  }
}

.box-list .iso-fallback .filter-item {
  width: 100%;
  padding: 20px 0 0;
  margin: 0;
  display: inline-block;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}

@media (max-width:1200px) {
  .box-list .iso-fallback {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width:992px) {
  .box-list .iso-fallback {
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.content h1 {
  margin: 0;
  text-align: left;
  font-weight: 300;
  letter-spacing: 0;
}

@media (max-width:767px) {
  .content h1 {
    font-size: 21.98px;
    line-height: 1.5;
  }
}

.content .article-info {
  color: #959595;
}

.content .article-info .date {
  display: inline-block;
  border-right: 1px solid #DFDFDF;
  margin-right: 20px;
  margin-top: 20px;
  padding-right: 30px;
}

@media (max-width:767px) {
  .content .article-info .date {
    margin-top: 10px;
  }
}

.content .img-fulltext {
  margin: 35px 0 50px;
}

.content .text {
  padding-top: 20px;
}

@media (max-width:767px) {
  .content .text {
    padding-top: 0;
  }
}

.content .text>p {
  margin: 30px 0 0;
  font-size: 1.55rem;
  line-height: 1.7;
}

.content .text>p:first-of-type {
  font-size: 24px;
  color: #323232;
  letter-spacing: 0;
  line-height: 46px;
}

@media (max-width:767px) {
  .content .text>p:first-of-type {
    font-size: 18px;
    line-height: 32px;
  }
}

.content .text img {
  width: 100%;
  height: auto;
}

.content .text blockquote {
  position: relative;
  margin: 35px 0 0 0;
  padding: 0 0 0 37px;
  overflow: hidden;
}

.content .text blockquote:before,
.content .text blockquote:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 2px;
}

.content .text blockquote:before {
  top: -11px;
  height: 100%;
  background-color: #DA2572;
}

.content .text blockquote:after {
  top: 0;
  height: 9px;
  background-color: #fff;
}

.content .text blockquote p {
  margin: 0;
  font-size: 1.95rem;
  line-height: 2;
}

.skygarden-heading h1 {
  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 1.55rem;
}

.boxes .img-resp {
  border-bottom: 1px solid #fff;
}

@media (min-width:992px) {
  .boxes .img-resp {
    border-bottom: none;
  }
}

.boxes .box {
  position: relative;
  height: 150px;
  color: #fff;
  text-align: center;
  z-index: 5;
}

@media (min-width:480px) {
  .boxes .box {
    height: 250px;
  }
}

@media (min-width:768px) {
  .boxes .box {
    height: 350px;
  }
}

@media (min-width:1200px) {
  .boxes .box {
    height: 720px;
  }
}

.boxes .box .btn {
  margin-top: 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}

@media (min-width:768px) {
  .boxes .box .btn {
    margin-top: 47px;
  }
}

.boxes .box .box-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 13px;
}

@media (min-width:768px) {
  .boxes .box .box-title {
    font-size: 32px;
    max-width: 270px;
    margin: 0 auto 13px auto;
  }
}

.boxes .box p {
  font-size: 16px;
}

@media (min-width:768px) {
  .boxes .box p {
    min-height: 81px;
  }
}

@media (min-width:992px) {
  .boxes .box p {
    min-height: 110px;
  }
}

@media (max-width:767px) {
  .boxes .box .center-align {
    width: 100%;
  }
}

.boxes .fullsize-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

.boxes-secondary {
  background: #F5F5F5;
  padding: 44px 0 24px 0;
}

@media (min-width:768px) {
  .boxes-secondary {
    padding: 115px 0 95px 0;
  }
}

.boxes-secondary .box {
  text-align: center;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.boxes-secondary .box .fullsize-container {
  height: 230px;
}

.boxes-secondary .box .box-content {
  padding: 29px;
  background: #fff;
}

@media (min-width:768px) {
  .boxes-secondary .box .box-content {
    padding: 39px;
  }
}

.boxes-secondary .box .box-content .btn {
  margin-top: 21px;
}

@media (min-width:768px) {
  .boxes-secondary .box .box-content .btn {
    margin-top: 31px;
  }
}

.boxes-secondary .box .box-content .box-title {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 13px;
  font-size: 18px;
  color: #525252;
  letter-spacing: 5.4px;
}

.boxes-secondary .box .box-content p {
  font-size: 14px;
  color: #434343;
  letter-spacing: 0;
  line-height: 28px;
}

[class^="icon-"] {
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  font-size: 0;
  line-height: 0;
}

[class^="icon-"] svg {
  width: 100%;
  height: 100%;
}

[class^="icon-"] g,
[class^="icon-"] path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
}

.ico-next:after,
.ico-prev:after {
  content: '';
  position: absolute;
  top: 7px;
  display: block;
  width: 38px;
  height: 38px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.ico-next:after {
  right: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ico-prev:after {
  left: 7px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.team-slider .ico-prev:after {
  left: 0;
}

.team-slider .ico-next:after {
  right: auto;
}

.ico-prev-gray:after,
.ico-next-gray:after {
  border-color: #ccc;
}

.team-slider .ico-prev-gray:after,
.team-slider .ico-next-gray:after {
  border-color: #D51067;
}

.icon-tick {
  width: 30px;
  height: 30px;
}

.icon-tick path {
  fill: #DA2572;
}

.ico-camera:after {
  content: "\F137";
  font-family: 'starberryregular';
  font-style: normal;
  font-weight: 300;
}

.ico-clip:after {
  content: "\F139";
  font-family: 'starberryregular';
  font-style: normal;
  font-weight: 300;
}

.ico-team:after {
  content: "\F138";
  font-family: 'starberryregular';
  font-style: normal;
  font-weight: 300;
}

.ico-link:after,
.ico-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 10px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-download {
  width: 22px;
  height: 22px;
}

.icon-download path {
  fill: #333;
}

.icon-download:after {
  content: "\F141";
  font-family: 'starberryregular';
  font-size: 1.2rem;
}

.icon-quote:after {
  font-style: normal;
  font-weight: 300;
  content: "\F140";
  font-family: 'starberryregular';
}

.ico-arrow-right {
  background-image: url(../images/arrow-right.png);
  width: 11px;
  height: 18px;
  -webkit-background-size: contain;
  background-size: contain;
}

.icon-search {
  width: 30px;
  height: 31px;
}

@media (max-width:1199px) {
  .icon-search {
    width: 21px;
    height: 22px;
  }
}

.icon-phone {
  width: 22px;
  height: 22px;
}

.icon-facebook,
.icon-twitter,
.icon-linkedin,
.icon-instagram,
.icon-google-plus,
.icon-vimeo {
  width: 44px;
  height: 44px;
}

.icon-rhubarb-rosette {
  width: 66px;
  height: 66px;
}

.icon-submit-newsletter {
  width: 38px;
  height: 38px;
}

.icon-share-icon {
  width: 16px;
  height: 18px;
}

.icon-video {
  width: 80px;
  height: 80px;
}

.icon-baby-icon {
  width: 35px;
  height: 46px;
}

.icon-bike-icon {
  width: 64px;
  height: 41px;
}

.icon-dining-icon {
  width: 38px;
  height: 45px;
}

.icon-food-icon {
  width: 63px;
  height: 42px;
}

.icon-friends-icon {
  width: 61px;
  height: 44px;
}

.icon-piggy-bank-icon {
  width: 45px;
  height: 44px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  padding-top: 45px;
  background: rgba(255,255,255,0.95);
  -webkit-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 9px 0 rgba(0,0,0,0.1);
  z-index: 20;
}

@media (min-width:1300px) {
  .header .container {
    width: 1280px;
  }
}

.header.header-expanded,
.header.header-compact {
  height: 90px;
  padding-top: 25px;
}

.lt-ie9 .header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.expanded .header {
  margin-left: 254px;
}

.nav-trigger {
  float: left;
  padding-top: 11px;
  margin: 8px 70px 0 0;
}

@media (max-width:1199px) {
  .nav-trigger {
    margin: 8px 0 0 0;
  }
}

.nav-trigger span {
  position: relative;
  display: block;
  width: 35px;
  height: 22px;
  border-top: 2px solid #979797;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}

.nav-trigger span:before,
.nav-trigger span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #979797;
  -webkit-transition: -webkit-transform .3s linear,background .3s;
  -o-transition: -o-transform .3s linear,background .3s;
  transition: transform .3s linear,background .3s;
}

.nav-trigger span:before {
  top: -13px;
}

@media (max-width:1199px) {
  .nav-trigger span:before {
    top: -10px;
  }
}

.nav-trigger span:after {
  top: 8px;
}

@media (max-width:1199px) {
  .nav-trigger span:after {
    top: 6px;
  }
}

.nav-trigger.active span {
  border-color: transparent;
}

.nav-trigger.active span:before {
  -webkit-transform: rotate(45deg) translate(5px, 10px);
  -ms-transform: rotate(45deg) translate(5px, 10px);
  -o-transform: rotate(45deg) translate(5px, 10px);
  transform: rotate(45deg) translate(5px, 10px);
}

@media (max-width:1199px) {
  .nav-trigger.active span:before {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    -ms-transform: rotate(45deg) translate(6px, 6px);
    -o-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
  }
}

.nav-trigger.active span:after {
  -webkit-transform: rotate(-45deg) translate(5px, -9px);
  -ms-transform: rotate(-45deg) translate(5px, -9px);
  -o-transform: rotate(-45deg) translate(5px, -9px);
  transform: rotate(-45deg) translate(5px, -9px);
}

@media (max-width:1199px) {
  .nav-trigger.active span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
    -ms-transform: rotate(-45deg) translate(6px, -6px);
    -o-transform: rotate(-45deg) translate(6px, -6px);
    transform: rotate(-45deg) translate(6px, -6px);
  }
}

.header-inner {
  overflow: hidden;
}

.header-actions {
  float: right;
}

.header-actions .tel-icon {
  margin: 7px 18px 0 0;
}

.search-trigger {
  display: block;
  float: right;
  margin-top: 5px;
}

@media (max-width:1199px) {
  .search-trigger {
    margin-top: 7px;
  }
}

.logo {
  position: absolute;
  top: 19px;
  left: 50%;
  float: left;
  width: 182px;
  height: 95px;
  margin-left: -91px;
}

.nav {
  float: left;
  padding-top: 9px;
  text-align: center;
  -webkit-transition: padding .3s;
  -o-transition: padding .3s;
  transition: padding .3s;
}

.nav ul {
  list-style: none outside none;
}

.nav li {
  display: inline-block;
  padding: 0 28px;
}

@media (max-width:1299px) {
  .nav li {
    padding: 0 18px;
  }
}

.nav li.current a {
  color: #DA2572;
}

.nav a {
  text-transform: uppercase;
  font-family: 'Josefin Sans',sans-serif;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: .1em;
}

.nav a:hover {
  color: #DA2572;
}

.nav a.get-in-touch-link {
  color: #DA2572;
  border-bottom: 1px solid #DA2572;
}

.nav a.get-in-touch-link:hover {
  color: #333;
  border-bottom: 1px solid #333;
}

@media (max-width:991px) {
  .expanded .header {
    margin: 0;
    position: absolute;
  }
}

@media (max-width:767px) {
  .header {
    height: 70px;
    padding-top: 15px;
  }

  .header.header-expanded,
  .header.header-compact {
    height: 70px;
    padding-top: 15px;
  }
}

.fixed-subhead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  -webkit-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 9px 0 rgba(0,0,0,0.1);
}

.header-unfix {
  position: static;
}

.widgets {
  list-style: none outside none;
}

.main-nav .mm-title {
  font-family: 'Josefin Sans',sans-serif;
  font-weight: bold;
  font-size: 12.04px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.main-nav .mm-navbar {
  border-color: rgba(0,0,0,0.1);
}

.main-nav [class^='item'] {
  font-family: 'Josefin Sans',sans-serif;
  font-weight: bold;
  font-size: 12.04px;
}

.main-nav [class^='item'] ul {
  list-style: none outside none;
}

.main-nav [class^='item'] li {
  border-bottom: 1px solid #bbb;
}

.main-nav [class^='item'] li.has-dropdown>a {
  position: relative;
}

.main-nav [class^='item'] li.has-dropdown>a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  background: url(../images/post-actions.png) no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
  width: 10px;
  height: 16px;
  margin-top: -8px;
  -webkit-transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
}

.main-nav [class^='item'] li.active>a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-nav [class^='item'] li ul {
  display: none;
}

.main-nav [class^='item'] li ul li {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #bbb;
}

.main-nav [class^='item'] li ul a {
  padding-left: 45px;
  font-size: 11.06px;
}

.main-nav [class^='item'] a {
  display: block;
  padding: 13px 30px 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #2b2f35;
}

.main-nav [class^='item'] a:hover,
.main-nav [class^='item'] a:focus {
  text-decoration: none;
  color: #DA2572;
}

.mm-listview>li:not(.mm-divider):after {
  left: 0;
  border-color: #bbb;
}

.mm-listview .mm-next {
  height: 45px;
}

.mm-listview .mm-next:before {
  display: none;
}

.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
  width: 11px;
  height: 11px;
  border-width: 1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.mm-listview>li .mm-arrow:hover:after,
.mm-listview>li .mm-next:hover:after,
.mm-listview>li .mm-prev:hover:before {
  border-color: #DA2572;
}

.mm-prev:before {
  border-bottom: none;
}

.mm-menu .mm-navbar:hover .mm-btn:before {
  border-color: #DA2572;
}

.mm-listview>li>span {
  white-space: inherit;
}

.mm-listview .socials ul li {
  padding: 0 3px;
}

.mm-listview .socials ul li [class^="icon-"] {
  width: 32px;
  height: 32px;
}

.mm-listview .socials ul li [class^="icon-"] g {
  fill: #DA2572;
}

.widget-tweets {
  color: #2b2f35;
}

.widget-tweets:after {
  display: none !important;
}

.widget-tweets .widget-head {
  padding: 15px 35px 0 8px;
}

.widget-tweets .widget-title {
  padding-bottom: 16px;
  color: #DA2572;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.widget-tweets .widget-body {
  padding: 0 35px 0 8px;
}

.widget-socials:after {
  display: none !important;
}

.widget-socials span {
  padding: 21px 30px 0 0 !important;
}

.widget-socials .socials li:after {
  display: none !important;
}

.widget-socials .socials a {
  padding: 0 !important;
  color: #DA2572;
}

.widget-socials .socials a:hover {
  color: #DA2572;
  opacity: .75;
}

.widget-callout {
  padding-bottom: 30px;
}

.widget-downloads {
  padding-top: 0;
}

.widget-downloads ul {
  margin-top: -7px;
  list-style: none outside none;
}

.widget-downloads li {
  padding-top: 0;
  line-height: 1.6;
}

.widget-downloads a {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12.04px;
  font-family: 'Josefin Sans',sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
}

.widget-downloads a:hover {
  color: #DA2572;
}

.widget-downloads i {
  font-style: normal;
  margin: 0 11px 0 0;
  font-weight: 300;
}

.widget-downloads i:after {
  content: "\F141";
  position: relative;
  top: 1px;
  font-family: 'starberryregular';
  font-size: 2.4rem;
}

@media (max-width:767px) {
  .widget-downloads {
    padding-top: 20px;
  }

  .widget-callout .btn {
    width: 100%;
  }
}

.footer-contacts dt.no-float {
  float: none;
}

.footer {
  padding-top: 45px;
  padding-bottom: 80px;
  color: #fff;
  background: #363636;
}

.footer a {
  color: #fff;
}

.above-footer {
  background: #3F3F3F;
  padding: 27px 0 29px 0;
}

.above-footer .socials {
  text-align: center;
}

.above-footer .socials li {
  padding: 0 8px;
}

.above-footer .socials a {
  display: block;
}

.above-footer .socials a:hover svg g {
  fill: #ccc;
}

.footer-title {
  color: #fff;
  font-size: 13.02px;
  text-transform: uppercase;
  letter-spacing: .18em;
  padding-bottom: 32px;
}

.footer-contacts p {
  padding-bottom: 18px;
}

.footer-contacts dd,
.footer-contacts dl {
  overflow: hidden;
}

.footer-contacts dd,
.footer-contacts dt {
  padding-bottom: 5px;
}

.footer-contacts dt {
  float: left;
  font-weight: normal;
  padding-right: 9px;
}

.footer-nav li {
  margin-bottom: 5px;
}

.copyrights {
  padding: 35px 0 0 0;
}

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

@media (max-width:1199px) {

}

@media (max-width:991px) {
  .footer-copy-secondary {
    text-align: center;
  }
}

@media (max-width:767px) {
  .footer {
    border: 0;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .footer-copy-secondary {
    text-align: left;
  }

  .footer-actions {
    position: fixed;
    bottom: -50px;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 100;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .footer-actions.footer-actions-show {
    bottom: 0;
  }

  .footer-nav {
    padding-bottom: 20px;
  }

  .footer .btn {
    color: #fff;
  }

  .footer-title {
    padding: 15px 0;
    background: none;
    color: #C0C0C0;
    border-bottom: 1px solid #686868;
    margin-bottom: 18px;
    position: relative;
    cursor: pointer;
    font-weight: normal;
  }

  .footer-title:first-child {
    margin-top: 18px;
  }

  .footer-title:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
    font-family: 'FontAwesome';
    font-size: 27.02px;
  }

  .footer-title.active:after {
    content: '-';
  }
}

.form-page .section-secondary .section-head {
  padding-bottom: 33px;
}

.form-page .section-entry {
  margin-bottom: 43px;
}

.form-page h1 {
  margin-bottom: 30px;
}

.form-page h1 a {
  color: #aaa;
  text-decoration: none;
}

.form-page h1 a:hover {
  color: #DA2572;
}

.form-page .btn-group-form {
  margin: 0 auto 30px auto;
}

.form-page .btn-group-form .btn {
  height: 40px;
  line-height: 40px;
  color: #797979;
  padding: 0 30px;
  font-size: 17px;
  font-family: 'Merriweather',serif;
}

.form-page .btn-group-form .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.form-page .btn-group-form .btn:last-child:not(:first-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.form-page .btn-group-form .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #adadad;
  color: #fff;
}

.form-page .section-form-tab>span {
  display: inline-block;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
}

.form-page .section-secondary .lead {
  font-family: 'Merriweather',serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  margin-bottom: 45px;
}

.search-field {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: bold;
  font-size: 14.98px;
  line-height: 18px;
  color: #333;
  width: 0;
  border: 0;
  letter-spacing: .1em;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.search-field:focus {
  width: 130px;
}

.error .search-field {
  color: #999;
}

.lt-ie9 .search-field {
  background-color: #eee;
  line-height: 28px;
  height: 28px;
}

.search-btn {
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: 0;
  color: #999;
  font-size: 21.98px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#mod-finder-searchform {
  overflow: hidden;
}

#mod-finder-searchform .icon-search svg g {
  stroke: #fff;
}

.search {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 28px 15px 28px 15px;
  background: rgba(0,0,0,0.6);
  margin: 0;
  -webkit-transition: opacity .3s,visibility .3s;
  -o-transition: opacity .3s,visibility .3s;
  transition: opacity .3s,visibility .3s;
}

@media (max-width:767px) {
  .search {
    padding: 10px 0 18px 0;
    top: 70px;
  }
}

.search.visible {
  opacity: 1;
  visibility: visible;
}

.header-compact .search {
  top: 90px;
}

@media (max-width:767px) {
  .header-compact .search {
    top: 70px;
  }
}

.search-field {
  font-family: 'Merriweather',serif;
  width: 100%;
  border-bottom: 1px solid #fff;
  height: 34px;
  margin-left: 60px;
  background: none;
  color: #fff;
}

.search-field:focus {
  width: 100%;
}

.search-btn {
  position: absolute;
  top: 0;
  left: 15px;
}

.form-search {
  padding: 20px 10px;
}

.subscribe {
  position: relative;
  margin-bottom: 25px;
}

.subscribe label {
  color: #DA2572;
  text-transform: uppercase;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  font-size: 12.04px;
  line-height: 1.58;
  display: block;
  padding: 0 10px 6px 0;
  margin-top: -2px;
}

.subscribe .form-group {
  position: relative;
}

.subscribe .response {
  margin: 0;
  padding: 9px 9px 5px;
  border: 1px solid #DA2572;
  font-size: 1.1rem;
}

.subscribe .subscribe-para {
  margin-bottom: 30px;
}

.subscribe .subscribe-group {
  max-width: 228px;
}

.subscribe .note_info {
  font-size: 10px !important;
  line-height: 20px;
}

.subscribe-content {
  background: #DA2572;
  color: #fff;
  font-size: 18px;
  padding: 58px;
  margin: 50px 0 100px 0;
}

.subscribe-content p {
  margin-top: 0 !important;
  font-size: 18px !important;
}

.subscribe-content .subscribe-para {
  margin-bottom: 27px;
}

.subscribe-content .footer-content-title {
  font-family: 'Josefin Sans',sans-serif;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  color: #FF7ABB;
  font-size: 16px;
  padding-bottom: 22px;
}

.subscribe-content .form-group {
  width: 100%;
}

.subscribe-content .btn-primary {
  width: 100%;
}

.subscribe-content input {
  height: 46px;
  width: 100% !important;
}

.subscribe-content-items .subscribe-content-items-inner {
  background: #DA2572;
  color: #fff;
  font-size: 18px;
  padding: 92px 50px;
  text-align: center;
}

@media (max-width:767px) {
  .subscribe-content-items .subscribe-content-items-inner {
    padding: 72px 35px;
  }
}

.subscribe-content-items .note_info {
  font-size: 10px !important;
  line-height: 20px;
}

.subscribe-content-items p {
  margin-top: 0 !important;
  font-size: 18px !important;
  line-height: 32px;
}

.subscribe-content-items .subscribe-para {
  margin-bottom: 37px;
}

.subscribe-content-items .footer-content-title {
  font-family: 'Josefin Sans',sans-serif;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  color: #FF7ABB;
  font-size: 16px;
  padding-bottom: 22px;
}

.subscribe-content-items input,
.subscribe-content-items button {
  width: 100%;
}

.subscribe-content-items input {
  height: 46px;
  margin-bottom: 24px;
}

.subscribe-content-items input::-webkit-input-placeholder {
  font-size: 15px;
  color: #5E5E5E;
}

.subscribe-content-items input:-moz-placeholder {
  font-size: 15px;
  color: #5E5E5E;
}

.subscribe-content-items input::-moz-placeholder {
  font-size: 15px;
  color: #5E5E5E;
}

.subscribe-content-items input:-ms-input-placeholder {
  font-size: 15px;
  color: #5E5E5E;
}

.form-group.error .subscribe-field {
  border-color: #6B0505;
}

.subscribe-field {
  border: none;
  font-size: 11.06px;
  color: #646464;
  font-family: 'Merriweather',serif;
  font-size: 13px;
  height: 38px;
  width: 180px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 15px;
}

.subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  font-size: 27.02px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.subscribe-btn i {
  vertical-align: top;
}

.form-search {
  padding: 46px 0 44px;
  border-bottom: 1px solid #d1d1d1;
}

.form-search .form-inner {
  position: relative;
  width: 100%;
  max-width: 632px;
  margin: 0 auto;
}

.form-search .field {
  width: 100%;
  height: 72px;
  padding: 0 50px 0 26px;
  background: #f4f4f4;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Josefin Sans',sans-serif;
  font-size: 13.02px;
  letter-spacing: .18em;
  -webkit-appearance: none;
  border-radius: 0;
}

.form-search .form-btn {
  position: absolute;
  top: 14px;
  right: 8px;
  background: none;
  border: none;
  color: #939393;
  font-size: 21.98px;
}

.form-page .form,
.form-content {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  letter-spacing: 0;
  font-size: 18px;
}

.form-page .form.form-content,
.form-content.form-content {
  margin-top: 63px;
  max-width: 695px;
}

.form-page .form.form-content .form-group,
.form-content.form-content .form-group {
  margin-bottom: 27px;
}

.form-page .form.form-content .form-actions,
.form-content.form-content .form-actions {
  padding-top: 5px;
}

.form-page .form .form-group,
.form-content .form-group {
  position: relative;
  margin-bottom: 43px;
}

.form-page .form .form-label,
.form-content .form-label {
  display: block;
  margin-bottom: 14px;
  font-size: 1.25rem;
  font-weight: 700;
}

.form-page .form .form-label small,
.form-content .form-label small {
  color: #999;
  letter-spacing: 0;
  font-size: 1.2rem;
}

.form-page .form select,
.form-content select,
.form-page .form .form-control,
.form-content .form-control,
.form-page .form .rsform-input-box,
.form-content .rsform-input-box,
.form-page .form .rsform-text-box,
.form-content .rsform-text-box,
.form-page .form .sbHolder,
.form-content .sbHolder,
.form-page .form .rsform-select-box .dropdown-toggle,
.form-content .rsform-select-box .dropdown-toggle {
  width: 100%;
  height: 40px;
  color: #5E5E5E;
  background: #fff;
  border: 1px solid #E0E0E0;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Josefin Sans',sans-serif;
  font-size: 15px;
  letter-spacing: .18em;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form-page .form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.form-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.form-page .form select.sbSelect,
.form-content select.sbSelect {
  margin-right: -40px;
}

.form-page .form .rsform-error,
.form-content .rsform-error {
  border: 2px solid #DA2572;
}

.form-page .form label.rsform-error,
.form-content label.rsform-error {
  border: none;
}

.form-page .form select.rsform-error~.sbHolder,
.form-content select.rsform-error~.sbHolder {
  border: 2px solid #DA2572;
}

.form-page .form .dynamic-select label.rsform-error~.select .sbHolder,
.form-content .dynamic-select label.rsform-error~.select .sbHolder {
  border: 2px solid #DA2572;
}

.form-page .form .formError,
.form-content .formError {
  color: #DA2572;
}

.form-page .form .form-group.upload .rsform-upload-box.rsform-error~.file-upload-button,
.form-content .form-group.upload .rsform-upload-box.rsform-error~.file-upload-button {
  border: 2px solid #DA2572;
}

.form-page .form .form-control,
.form-content .form-control,
.form-page .form .rsform-input-box,
.form-content .rsform-input-box {
  padding: 0 26px;
}

@media (max-width:340px) {
  .form-page .form .form-control,
  .form-content .form-control,
  .form-page .form .rsform-input-box,
  .form-content .rsform-input-box {
    padding: 0 10px;
  }
}

.form-page .form .form-control-textarea,
.form-content .form-control-textarea,
.form-page .form .rsform-text-box,
.form-content .rsform-text-box {
  height: 254px;
  resize: none;
  padding: 26px;
}

.form-page .form select,
.form-content select {
  padding: 0 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-page .form select::-ms-expand,
.form-content select::-ms-expand {
  display: none;
}

.form-page .form .select,
.form-content .select {
  position: relative;
}

.form-page .form .form-hint,
.form-content .form-hint,
.form-page .form .star,
.form-content .star {
  position: absolute;
  top: -8px;
  opacity: .4;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #DA2572;
  font-size: 14px;
  line-height: 1;
  margin: 12px 0 0 2px;
}

.form-page .form .checkbox,
.form-content .checkbox {
  margin: 5px 0 0;
}

.form-page .form .checkbox label,
.form-content .checkbox label {
  font-size: 1.25rem;
  font-weight: 400;
}

.form-page .form .form-actions,
.form-content .form-actions {
  text-align: center;
  padding-top: 16px;
}

.form-page .form .form-actions .btn-info:focus,
.form-content .form-actions .btn-info:focus,
.form-page .form .form-actions .btn-info:active,
.form-content .form-actions .btn-info:active {
  outline: none;
}

.form-page .form .row,
.form-content .row {
  margin-left: -15px;
  margin-right: -15px;
}

.form-page .form .row label,
.form-content .row label {
  margin-left: 15px;
}

.form-page .form .row .formError,
.form-content .row .formError {
  margin-left: 15px;
}

.form-page .form .row .sbSelect .sbSelector,
.form-content .row .sbSelect .sbSelector {
  text-indent: 41px;
}

.form-page .form .row .sbSelect .sbToggle:after,
.form-content .row .sbSelect .sbToggle:after {
  right: 41px;
}

.form-page .form .row .sbSelect .sbOptions,
.form-content .row .sbSelect .sbOptions {
  margin-left: 15px;
}

.form-page .form .row .form-hint,
.form-content .row .form-hint {
  right: 15px;
}

.form-page .form .form-group.upload:before,
.form-content .form-group.upload:before,
.form-page .form .form-group.upload:after,
.form-content .form-group.upload:after {
  content: " ";
  display: table;
}

.form-page .form .form-group.upload:after,
.form-content .form-group.upload:after {
  clear: both;
}

.form-page .form .custom-file-upload-hidden,
.form-content .custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.form-page .form .custom-file-upload,
.form-content .custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
  margin-top: 30px;
}

.form-page .form .custom-file-upload label,
.form-content .custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.form-page .form .file-upload-wrapper,
.form-content .file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}

.form-page .form .file-upload-input,
.form-content .file-upload-input {
  width: 200px;
  color: #2b2f35;
  font-size: 1.2rem;
  padding: 16px 17px;
  border: none;
  background-color: transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  float: left;
}

.form-page .form .file-upload-input:hover,
.form-content .file-upload-input:hover,
.form-page .form .file-upload-input:focus,
.form-content .file-upload-input:focus {
  outline: none;
}

.form-page .form .file-upload-button,
.form-content .file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #2b2f35;
  font-size: 1.15rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 16px 37px;
  border: none;
  margin-left: -1px;
  background-color: #f4f4f4;
  float: left;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form-page .form .file-upload-button:hover,
.form-content .file-upload-button:hover {
  background-color: #e0e0e0;
}

.form-group.web {
  display: none !important;
}

.checkbox-field {
  margin-bottom: 19px !important;
}

.checkbox-field .newsletter {
  margin-bottom: 17px !important;
}

.checkbox {
  position: relative;
  display: inline-block;
}

.checkbox input {
  opacity: 0;
  position: absolute;
}

.checkbox label {
  padding-left: 45px;
  z-index: 2;
  position: relative;
  top: -5px;
  font-size: 13px !important;
  color: #434343;
  line-height: 17px;
  max-width: 681px;
}

.checkbox label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  background: #fff;
}

.checkbox input[type="checkbox"]:checked+label::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 9px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  width: 9px;
  height: 18px;
  border-right: 2px solid #DA2572;
  border-bottom: 2px solid #DA2572;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
  background: none !important;
}

.checkbox label[for="signup0"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -1000em;
  z-index: 1;
}

.checkbox label[for="signup0"]:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  background: #f4f4f4;
}

.checkbox label[for="signUp"] {
  padding-left: 53px;
}

.checkbox label[for="signUp"] i {
  position: absolute;
  top: -7px;
  left: 13px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  width: 11px;
  height: 24px;
  border-right: 2px solid #DA2572;
  border-bottom: 2px solid #DA2572;
  -webkit-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  transform: rotate(47deg);
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
  background: none !important;
}

.checkbox label[for="stb_form_newsletter_book"] {
  padding-left: 53px;
  z-index: 2;
  position: relative;
  top: -5px;
}

.checkbox label[for="stb_form_newsletter_book"]:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 9px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  width: 9px;
  height: 18px;
  border-right: 2px solid #DA2572;
  border-bottom: 2px solid #DA2572;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
  background: none !important;
}

.checkbox input:checked~label i,
.checkbox input:checked~label[for="stb_form_newsletter_book"]:after {
  opacity: 1;
}

#system-message-container {
  display: none;
}

.form-page .thankyou {
  position: relative;
  border: 1px solid #ccc;
  padding: 125px 30px 50px;
  max-width: 500px;
  margin: 20px auto 100px;
  text-align: center;
}

.form-page .thankyou i {
  position: absolute;
  top: 40px;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  background-color: #f4f4f4;
  border-radius: 50%;
}

.form-page .thankyou i:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 23px;
  display: block;
  width: 25px;
  height: 43px;
  border-right: 3px solid #DA2572;
  border-bottom: 3px solid #DA2572;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-page .thankyou p {
  margin-top: 25px;
}

.form-page .thankyou a {
  color: #DA2572;
  text-decoration: none;
}

@media (max-width:767px) {
  .subscribe {
    max-width: 100%;
  }

  .subscribe label {
    max-width: 145px;
  }

  .subscribe-btn {
    right: 0;
  }

  .checkbox label i {
    top: -2px;
  }
}

@media (max-width:768px) {
  .form-page .form .row,
  .form-content .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .form-page .form .row label,
  .form-content .row label {
    margin-left: 5px;
  }

  .form-page .form .row .formError,
  .form-content .row .formError {
    margin-left: 5px;
  }

  .form-page .form .row .sbSelect,
  .form-content .row .sbSelect {
    padding: 0 5px;
  }

  .form-page .form .row .sbSelect .sbSelector,
  .form-content .row .sbSelect .sbSelector {
    text-indent: 20px;
  }

  .form-page .form .row .sbSelect .sbToggle:after,
  .form-content .row .sbSelect .sbToggle:after {
    right: 20px;
  }

  .form-page .form .row .sbSelect .sbOptions,
  .form-content .row .sbSelect .sbOptions {
    margin-left: 5px;
  }

  .form-page .form .row .form-hint,
  .form-content .row .form-hint {
    right: 5px;
  }
}

.lt-ie9 .checkbox input {
  margin-left: 0;
  opacity: 1;
  position: static;
}

.lt-ie9 .checkbox label[for="signup0"]:before {
  display: none;
}

.lt-ie9 .checkbox label[for="signUp"],
.lt-ie9 .checkbox label[for="stb_form_newsletter_book"] {
  padding-left: 10px;
}

.lt-ie9 .checkbox label[for="signUp"] i,
.lt-ie9 .checkbox label[for="stb_form_newsletter_book"] i,
.lt-ie9 .checkbox label[for="signUp"]:after,
.lt-ie9 .checkbox label[for="stb_form_newsletter_book"]:after {
  display: none;
}

input[name=company],
input[name=website],
.control-group-hp,
.stb-form .optional {
  display: none;
}

#system-message-container {
  display: none;
}

#form-response #system-message {
  margin-bottom: 30px;
}

#form-response #system-message>.alert-message {
  color: #3c763d;
  background: transparent;
  border: 0;
  border-left: 5px solid #EDECEB;
}

#form-response .alert-heading {
  display: none;
  color: #DA2572;
}

.ajax-replace .alert-success {
  color: #3c763d;
  background-color: transparent;
  border: 0;
  border-left: 5px solid #EDECEB;
  padding: 10px 0 10px 40px;
  margin-bottom: 30px;
}

.form-group.error input {
  border: 1px solid #DA2572;
  background: #FEFAEF;
}

.form-group .form-feedback {
  color: #DA2572;
  font-size: 16px;
  height: 0;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
}

.form-group.error .form-feedback {
  height: inherit;
  margin-top: 5px;
  opacity: inherit;
  visibility: visible;
}

.required.invalid {
  border: 1px solid #DA2572;
  background: #FEFAEF;
}

#success-message {
  display: none;
  background: #fff;
  border: 1px solid #adadad;
  margin-bottom: 40px;
  border-radius: 5px;
  color: #D70B66;
  font-size: 15px;
  text-align: center;
}

#success-message .alert {
  margin-bottom: 0;
}

#success-message .alert.alert-warning {
  background-color: none;
  border: none;
}

#success-message .alert .alert-heading {
  display: none;
}

.upload-container {
  position: relative;
}

.upload-container .fileUpload {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 100px;
  overflow: hidden;
}

.upload-container .fileUpload .btn-browse {
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Josefin Sans',sans-serif;
  font-size: 15px;
  letter-spacing: .18em;
  color: #5e5e5e;
  cursor: pointer;
}

.upload-container input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 190px;
  height: 40px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.form-group .help-block {
  font-size: 12px;
}

.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 130px;
  width: 100%;
  background-color: #fff;
}

.socials ul {
  list-style: none outside none;
  text-align: center;
}

.socials li {
  display: inline-block;
  padding: 0 10px;
}

.socials a {
  color: #DA2572;
  font-size: 20.02px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.socials a:hover {
  color: #ccc;
}

.no-link {
  cursor: default;
}

i.rhubarb {
  text-transform: lowercase;
  font-style: italic;
}

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

.main .back a {
  margin: 40px 0 30px;
  padding-right: 0;
  display: inline-block;
  font-family: 'Josefin Sans',sans-serif;
  font-size: 1.24rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  color: #909090;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main .back a:before {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
  content: '';
  width: 14px;
  height: 14px;
  border-left: 3px solid #ccc;
  border-top: 3px solid #ccc;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main .back a:hover {
  padding-right: 10px;
}

.main .back a:hover:before {
  margin-right: 20px;
}

.main-nav {
  display: none;
}

.main-nav .item-168 a {
  margin-right: 0;
}

.main-nav .item-168 .mm-next {
  display: none;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 254px;
  display: block;
}

@media (max-width:767px) {
  .mm-menu {
    max-width: unset;
  }
}

.mm-menu>.mm-panel {
  background-color: #ddd;
}

@media all and (min-width:550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(254px, 0);
    -ms-transform: translate(254px, 0);
    -o-transform: translate(254px, 0);
    transform: translate(254px, 0);
  }
}

.hero__header {
  position: relative;
}

.hero__header .hero__image {
  height: 360px;
}

@media (min-width:1200px) {
  .hero__header .hero__image {
    height: 500px;
  }
}

.hero__header .hero__image:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}

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

@media (max-width:991px) {
  .hero__header .hero__content {
    width: 80%;
  }
}

@media (max-width:767px) {
  .hero__header .hero__content {
    width: 100%;
    padding: 0 10px;
  }

  .hero__header .hero__content .container {
    padding: 0;
  }

  .hero__header .hero__content .container .btn {
    white-space: inherit;
  }
}

.hero__header .hero__title {
  font-size: 50px;
  color: #FFFFFF;
  letter-spacing: 2.03px;
  margin-bottom: 27px;
  font-weight: 300;
}

@media (max-width:767px) {
  .hero__header .hero__title {
    font-size: 30px;
    letter-spacing: 1.22px;
    margin-bottom: 22px;
  }
}

.hero__header .btn {
  margin-bottom: 10px;
}

.slider.tweets {
  position: relative;
  z-index: 2;
  padding: 0 20px 58px;
  margin-top: 110px;
}

.slider.tweets .owl-nav {
  display: none;
}

.slider.tweets .owl-dots {
  text-align: right;
  bottom: -108px;
  right: -23px;
  left: 40%;
}

.slider.tweets .owl-dots div {
  background: #959fae;
  margin: 0 9px;
  width: 7px;
  height: 7px;
}

.slider.tweets .tweet {
  font-size: 14.98px;
  line-height: 1.6;
}

.slider.tweets .tweet span {
  color: #DA2572;
  text-transform: uppercase;
  font-size: 12.04px;
  font-weight: bold;
  letter-spacing: .18em;
  margin-bottom: 26px;
}

.slider.tweets .tweet a {
  color: #DA2572;
  text-decoration: none;
}

.tweet {
  font-size: 13.02px;
  line-height: 1.46;
}

.tweet span {
  display: block;
  font-family: 'Josefin Sans',sans-serif;
  font-size: 14px;
  margin-bottom: 13px;
}

.main {
  position: relative;
  padding: 74px 0 0;
}

.tiles {
  padding-bottom: 25px;
}

.tile {
  position: relative;
  margin-bottom: 28px;
}

.tile a {
  display: block;
  overflow: hidden;
}

.tile a:hover {
  text-decoration: none;
}

.tile a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.tile img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
}

.tile h3 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  letter-spacing: .36em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tile h3 small {
  display: block;
  font-size: 13.02px;
  color: inherit;
  padding-top: 22px;
  letter-spacing: .36em;
  font-weight: bold;
}

.tile span {
  position: absolute;
  bottom: 22px;
  right: 9px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #DA2572;
  text-align: center;
  line-height: 40px;
}

.ie9 .tile a:hover img,
.lt-ie9 .tile a:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.tile-image {
  position: relative;
}

.tile-image h3 {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 2.5;
}

.tile-image .ico {
  position: absolute;
  right: 9px;
  bottom: 22px;
  border-radius: 50%;
  background-color: #DA2572;
  width: 40px;
  height: 40px;
  text-align: center;
  font-style: normal;
}

.tile-image .ico:after {
  color: #fff;
  line-height: 42px;
}

.tile-image .ico.ico-camera {
  font-size: 2.4rem;
  line-height: 43px;
}

.tile-image .ico.ico-team {
  font-size: 2.55rem;
  line-height: 43px;
}

.tile-image .ico.ico-clip {
  font-size: 2.7rem;
  line-height: 43px;
}

.tile-image .ico.ico-link {
  font-size: 2.2rem;
}

.tile-image.no-icon a {
  cursor: default;
}

.tile-image.no-icon .ico {
  display: none;
}

.tile-content {
  padding: 44px 0 10px;
  font-size: 14.98px;
  line-height: 1.93;
}

.tile-content h3 {
  position: static;
  color: #333;
  text-align: left;
  letter-spacing: .18em;
  padding-bottom: 37px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.tile-content a {
  display: inline;
  color: #DA2572;
}

h1.no-subnav {
  margin-bottom: 50px;
}

@media (max-width:767px) {
  h1.no-subnav {
    font-size: 30px;
    letter-spacing: 1.22px;
    margin-bottom: 22px;
  }
}

.tiles-secondary {
  padding-bottom: 60px;
}

.tiles-secondary .iso-item {
  width: 50%;
}

.tiles-secondary .tile-wrapper {
  padding: 0 14px;
}

.tiles-secondary .tile h3 {
  font-size: 16.94px;
}

.tiles-secondary .tile .tile-image h3 {
  font-size: 20.02px;
}

.tiles-secondary .tile p {
  margin-bottom: 2em;
}

.tiles-secondary .tile p:last-child {
  margin-bottom: 0;
}

.tiles-secondary .single-tile .col-sm-6 {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.tile-overlay {
  position: relative;
  margin-bottom: 28px;
}

.tile-overlay a,
.tile-overlay>i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.tile-overlay>i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: rgba(0,0,0,0.3);
  opacity: 1;
}

.tile-overlay a {
  z-index: 10;
}

.tile-overlay a:hover+i {
  background-color: #DA2572;
  opacity: .8;
}

.tile-overlay a:hover~.tile-content-alt {
  margin-top: 0;
}

.tile-overlay a:hover~.tile-content-alt p,
.tile-overlay a:hover~.tile-content-alt .more {
  opacity: 1;
}

.tile-overlay a:hover~.tile-content-alt p {
  max-height: 200px;
  margin: 12% auto 0;
}

.tile-overlay a:hover~.tile-content-alt .more {
  max-height: 50px;
  margin: 12% auto 0;
}

.tile-overlay img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
  -o-transition: -o-transform .5s;
  transition: transform .5s;
}

.tile-overlay .tile-content-alt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 10px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}

.tile-overlay h3 {
  letter-spacing: .36em;
  text-transform: uppercase;
  font-size: 1.65rem;
  line-height: 1.8;
  text-shadow: 1px 2.5px 3px rgba(43,42,42,0.5);
}

.tile-overlay p,
.tile-overlay .more {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}

.tile-overlay p {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  line-height: 1.95;
  font-size: 1.45rem;
}

.tile-overlay .more {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 2px;
  padding: 0 21px;
  line-height: 3.9;
  font-family: 'Josefin Sans',sans-serif;
  text-transform: uppercase;
  font-size: .95rem;
  letter-spacing: .12em;
  font-weight: 700;
}

.get-in-touch .tile-overlay i {
  background-color: #DA2572;
  opacity: 1 !important;
}

.get-in-touch .tile-overlay .tile-content-alt {
  margin-top: 0;
  padding: 0 50px !important;
}

.get-in-touch .tile-overlay .tile-content-alt h3 {
  font-family: 'Josefin Sans',sans-serif;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  color: #FF7ABB;
  font-size: 16px;
  padding-bottom: 5px;
}

.get-in-touch .tile-overlay .tile-content-alt p,
.get-in-touch .tile-overlay .tile-content-alt .more {
  opacity: 1;
}

.get-in-touch .tile-overlay .tile-content-alt p {
  max-height: 200px;
  margin: 12% auto 0;
  font-size: 18px;
}

.get-in-touch .tile-overlay .tile-content-alt .more {
  max-height: 50px;
  margin: 12% auto 0;
  width: 100%;
  font-size: 13px;
}

.lt-ie9 .tile-overlay i,
.ie9 .tile-overlay i,
.lt-ie9 .tile-overlay p,
.ie9 .tile-overlay p,
.lt-ie9 .tile-overlay .more,
.ie9 .tile-overlay .more {
  display: none;
}

.lt-ie9 .tile-overlay a,
.ie9 .tile-overlay a {
  display: block;
  z-index: 100;
  opacity: 1;
  background-color: #fff;
  background: url('../images/transparent.png') 0 0 repeat;
}

.lt-ie9 .tile-overlay .tile-content-alt,
.ie9 .tile-overlay .tile-content-alt {
  margin-top: 0;
}

@media (max-width:650px) {
  .tiles-secondary .row>div {
    width: 100%;
  }
}

.section-head {
  text-align: center;
  padding-bottom: 60px;
}

.section-head-title {
  margin-top: 36px;
}

.section-head-title h1 {
  font-weight: 300;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #525252;
}

.section-office-address {
  margin-top: 40px;
  text-align: center;
}

.section-office-address p {
  color: #525252;
  font-size: 15px;
}

.scrolloffice {
  color: #D70B66;
  font-weight: bold;
  cursor: pointer;
  margin-top: 12px;
}

.section-alloffice-address {
  background: #fff;
  text-align: center;
  padding: 88px 0 28px 0;
  margin-top: 88px;
  overflow: hidden;
}

.section-alloffice-address h1,
.section-alloffice-address h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #D70B66;
  margin-bottom: 25px;
}

.our-office-heading {
  font-size: 20px;
  color: #525252;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.section-office-left {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 40px;
}

@media (min-width:992px) {
  .section-office-left {
    border-right: 1px solid #E4E4E4;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.section-office-left,
.section-office-right {
  margin-bottom: 40px;
}

.social-feeds .col-sm-3 {
  width: 100% / 3;
}

@media (max-width:768px) {
  .social-feeds .col-sm-3 {
    width: 100%;
  }
}

.post {
  position: relative;
  background: #ebeaea;
}

.post-image {
  position: relative;
  background: #fff;
}

.post-image img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.post-image:hover img {
  opacity: .9;
}

.post-image b.bkg-image {
  display: block;
  width: 100%;
  padding-bottom: 70%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.post-image b.bkg-image:hover {
  opacity: .9;
}

.post-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  color: #fff;
  font-size: 44px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.post-content {
  position: relative;
  padding: 22px 15px 40px;
  min-height: 207px;
}

.post-content h3 {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: normal;
  font-size: 16.94px;
  line-height: 1.47;
  padding-right: 20px;
}

.post-content h6 {
  text-transform: uppercase;
  color: #DA2572;
  letter-spacing: .18em;
  padding-bottom: 18px;
}

.post-content h6 a {
  color: #DA2572;
  text-decoration: none;
}

.post-content .link {
  color: #959fae;
}

.post-content .link:hover {
  color: #DA2572;
}

.post-meta {
  position: absolute;
  top: 14px;
  right: 12px;
  color: #959fae;
  font-size: 20.02px;
}

.post-actions {
  position: absolute;
  bottom: 14px;
  left: 15px;
  right: 15px;
}

.post-actions a,
.post-actions .date {
  text-transform: uppercase;
  color: #959fae;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: bold;
  letter-spacing: .18em;
  font-size: 11.06px;
}

.post-actions a:hover {
  color: #DA2572;
  text-decoration: none;
}

.post-actions .arrow:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 3px;
  width: 19px;
  height: 19px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.post-actions .arrow:hover:after {
  border-color: #DA2572;
}

.post-alt .post-actions a:after {
  display: none;
}

.map {
  height: 563px;
}

.section-secondary {
  margin-top: -27px;
  padding-bottom: 11px;
}

.section-secondary .section-head {
  padding-bottom: 45px;
}

.section-secondary .section-entry {
  width: 100%;
  max-width: 714px;
  text-align: center;
  margin: 0 auto;
}

.section-secondary .lead {
  font-size: 14.98px;
  line-height: 1.93;
}

.filters {
  text-align: center;
  padding: 34px 0 48px;
}

.filters ul {
  list-style: none outside none;
}

.filters li {
  display: inline-block;
  margin: 0 7px;
}

.filters a {
  display: block;
  padding: 8px 14px;
  text-transform: uppercase;
  font-size: 12.04px;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: bold;
  color: #333;
  border: 1px solid #333;
  letter-spacing: .1em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.filters .current a,
.filters a:hover {
  color: #DA2572;
  border-color: #DA2572;
  text-decoration: none;
}

.list-locations {
  list-style: none outside none;
}

.list-locations li {
  border-bottom: 1px solid #d1d1d1;
}

.list-locations a {
  display: block;
  padding: 13px 0 10px;
  font-size: 14.98px;
  position: relative;
}

.list-locations a:after {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
  font-family: 'FontAwesome';
  color: #DA2572;
  font-size: 20.02px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.list-locations a:hover {
  text-decoration: none;
}

.list-locations a:hover strong {
  text-decoration: underline;
}

.list-locations a:hover:after {
  opacity: 1;
}

.list-locations strong {
  font-family: 'Josefin Sans',sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #DA2572;
  letter-spacing: .1em;
}

.ui-autocomplete {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-widget-content {
  background: #f4f4f4;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #ddd;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: normal;
  color: #DA2572;
  border-color: transparent;
  background: none;
}

.ui-menu .ui-menu-item {
  padding: 10px 26px;
}

.destinations .section-events .video-events {
  margin-bottom: 100px;
}

.section-destinations {
  margin-top: -7px;
}

.resturants .sub-head {
  text-align: left;
}

.resturants .sub-head p {
  text-align: left;
  margin-bottom: 25px;
}

.resturants .sub-head p:first-of-type {
  text-align: left;
  margin-bottom: 25px;
}

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

.sub-head p {
  margin-bottom: 22px;
  line-height: 24px;
}

@media (min-width:768px) {
  .sub-head p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}

.sub-head p:first-of-type {
  text-align: center;
  font-size: 16px;
  color: #323232;
  line-height: 32px;
  margin-bottom: 40px;
}

@media (min-width:768px) {
  .sub-head p:first-of-type {
    font-size: 24px;
    line-height: 46px;
    margin-bottom: 40px;
  }
}

.sub-head p.career-team {
  margin-bottom: 20px;
}

.sub-head .more {
  display: block;
  margin-bottom: 22px;
}

@media (min-width:768px) {
  .sub-head .more {
    margin-bottom: 72px;
  }
}

.sub-head .full p:first-of-type {
  margin-bottom: 22px;
  line-height: 24px;
  color: #434343;
}

@media (min-width:768px) {
  .sub-head .full p:first-of-type {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 42px;
  }
}

@media (min-width:768px) {
  .section-events .sub-head .more {
    margin-bottom: 50px;
  }
}

.js-item-overlay-gallery {
  display: none !important;
}

.section-featured {
  padding-bottom: 0;
}

.section-featured .section-head {
  padding-bottom: 60px;
}

.section-featured-alt {
  padding: 99px 0;
}

@media (max-width:767px) {
  .section-featured-alt {
    padding: 75px 0;
  }
}

.section-featured-alt .section-head h4 {
  font-size: 20.02px;
  padding-bottom: 9px;
}

.featured-items {
  margin: 0 -15px;
}

.featured-items .owl-nav .owl-prev {
  left: -39px;
}

.featured-items .owl-nav .owl-next {
  right: -39px;
}

.featured-item {
  padding: 0 15px;
}

.featured-item a {
  display: block;
  background: #f4f4f4;
  text-decoration: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.featured-item a:hover {
  text-decoration: none;
  background: #ebebeb;
}

.featured-item i {
  display: block;
  padding-bottom: 65%;
  padding-top: 41px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.featured-item img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

.featured-item h5 {
  padding: 20px 0 21px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Josefin Sans',sans-serif;
  letter-spacing: .36em;
}

.section-tertiary {
  background: #F9F7F9;
}

.event-details {
  padding: 40px 0;
  color: #DA2572;
  text-align: center;
  font-family: 'Josefin Sans',sans-serif;
  font-size: 13px;
  letter-spacing: 3.4px;
}

.event-details>ul li {
  text-transform: uppercase;
  border-right: 1px solid #D3D2D3;
  padding-right: 15px;
  padding-left: 15px;
}

.event-details>ul li:last-child {
  border-right: none;
}

@media (max-width:767px) {
  .event-details>ul li {
    display: block;
    border-right: none;
    padding: 5px 0;
  }
}

.event-details>ul li a {
  vertical-align: sub;
}

.event-details.destination {
  padding: 0;
}

.event-details.destination ul li {
  padding: 40px 0;
  border: 0;
}

.event-details.destination ul li a {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #D3D2D3;
}

@media (max-width:767px) {
  .event-details.destination ul li a {
    display: block;
    border-right: none;
    padding: 7px 0;
  }
}

.event-details.destination ul li:last-child a {
  border-right: 0;
}

@media (max-width:767px) {
  .event-details.destination ul li:first-child a {
    margin-top: 30px;
  }

  .event-details.destination ul li:last-child a {
    margin-bottom: 30px;
  }
}

.event-details button {
  font-family: 'Josefin Sans',sans-serif;
  font-size: 13px;
  letter-spacing: 3.4px;
  text-transform: uppercase;
}

.main-inner {
  position: relative;
  margin-top: -23px;
  padding-bottom: 34px;
}

.main-actions a {
  position: absolute;
  top: 154px;
  z-index: 8;
  min-width: 210px;
}

.main-actions .btn-prev {
  left: -170px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-actions .btn-prev:hover {
  left: 0;
}

.main-actions .btn-next {
  right: -170px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-actions .btn-next:hover {
  right: 0;
}

.content h2 {
  margin-bottom: 1.4em;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 1.7rem;
}

.content p {
  margin-top: 30px;
  line-height: 1.93;
  font-size: 14.98px;
}

.single .content {
  margin: 0 auto;
  max-width: 800px;
}

.single .content p {
  font-size: 1.45rem;
}

.sky-garden .destination-single .content {
  margin-bottom: 50px;
}

.sky-garden .destination-single .skygarden-video {
  margin-bottom: 100px;
}

.event-single .content,
.destination-single .content,
.menu-content .content {
  margin-bottom: 76px;
}

.event-single .content>p:first-child,
.destination-single .content>p:first-child,
.menu-content .content>p:first-child,
.event-single .content .short-text>p:first-child,
.destination-single .content .short-text>p:first-child,
.menu-content .content .short-text>p:first-child {
  font-size: 24px;
  line-height: 46px;
  color: #323232;
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .event-single .content>p:first-child,
  .destination-single .content>p:first-child,
  .menu-content .content>p:first-child,
  .event-single .content .short-text>p:first-child,
  .destination-single .content .short-text>p:first-child,
  .menu-content .content .short-text>p:first-child {
    font-size: 16px;
    line-height: 32px;
  }
}

.event-single .content h1,
.destination-single .content h1,
.menu-content .content h1,
.event-single .content h2,
.destination-single .content h2,
.menu-content .content h2,
.event-single .content h3,
.destination-single .content h3,
.menu-content .content h3,
.event-single .content h4,
.destination-single .content h4,
.menu-content .content h4,
.event-single .content h5,
.destination-single .content h5,
.menu-content .content h5,
.event-single .content h6,
.destination-single .content h6,
.menu-content .content h6 {
  font-family: 'Merriweather',serif;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 58px;
  margin-bottom: 28px;
}

.event-single .content h2,
.destination-single .content h2,
.menu-content .content h2,
.event-single .content h3,
.destination-single .content h3,
.menu-content .content h3 {
  font-size: 16px;
}

.event-single .widgets,
.destination-single .widgets,
.menu-content .widgets {
  color: #434343;
  padding-top: 10px;
}

@media (max-width:767px) {
  .event-single .widgets,
  .destination-single .widgets,
  .menu-content .widgets {
    text-align: center;
  }
}

.event-single .widgets ul li,
.destination-single .widgets ul li,
.menu-content .widgets ul li {
  margin-bottom: 5px;
}

.event-single .widgets .widget,
.destination-single .widgets .widget,
.menu-content .widgets .widget {
  margin-bottom: 38px;
}

.event-single .widgets .widget-contact:after,
.destination-single .widgets .widget-contact:after,
.menu-content .widgets .widget-contact:after {
  content: '';
  display: block;
  width: 60%;
  height: 1px;
  background-color: #D0D0D0;
}

@media (max-width:767px) {
  .event-single .widgets .widget-contact:after,
  .destination-single .widgets .widget-contact:after,
  .menu-content .widgets .widget-contact:after {
    margin: 0 auto;
  }
}

.event-single .widgets .widget-contact ul,
.destination-single .widgets .widget-contact ul,
.menu-content .widgets .widget-contact ul {
  padding-bottom: 33px;
}

.event-single .widget-title,
.destination-single .widget-title,
.menu-content .widget-title {
  font-size: 18px;
  color: #525252;
  letter-spacing: 5.4px;
  margin-bottom: 10px;
}

.event-single .content p:first-child,
.destination-single .content p:first-child,
.menu-content .content p:first-child {
  margin-top: 0;
}

.event-single .content p:last-child,
.destination-single .content p:last-child,
.menu-content .content p:last-child {
  margin-bottom: 30px;
}

.event-single .content .full p:first-child,
.destination-single .content .full p:first-child,
.menu-content .content .full p:first-child {
  margin-top: 30px;
}

.main-actions a {
  top: 154px;
  width: 40px;
  border-radius: 0;
}

.main-actions a span {
  display: none;
}

.main-actions a.btn-info.btn-sm {
  min-width: 0;
  padding: 28px 0 20px 0;
}

.main-actions a:after {
  content: '';
  position: absolute;
  top: 15px;
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-actions .btn-prev {
  left: 0;
}

.main-actions .btn-prev:after {
  left: 15px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.main-actions .btn-prev:hover:after {
  left: 12px;
}

.main-actions .btn-next {
  right: 0;
}

.main-actions .btn-next:after {
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-actions .btn-next:hover:after {
  right: 12px;
}

.event-single .content h1,
.event-single .content h2,
.event-single .content h3,
.event-single .content h4,
.event-single .content h5,
.event-single .content h6 {
  margin-top: 0;
}

.event-single .widgets {
  padding-top: 0;
}

@media (max-width:1280px) {
  .main-actions a {
    top: 5px;
  }

  .main-inner {
    margin-top: 0;
  }
}

@media (max-width:1199px) {
  .tile {
    margin-bottom: 18px;
  }

  .slider.tweets .owl-dots {
    right: -20px;
    bottom: -89px;
  }

  .slider.tweets .owl-dots div {
    margin: 0 5px;
  }

  .post {
    position: relative;
  }

  .post-content-alt {
    position: static;
  }

  .post-actions a:after {
    top: 0;
  }

  .event-details {
    padding: 30px 0;
  }

  .event-details.destination {
    padding: 0;
  }

  .event-details.destination ul li {
    padding: 30px 0;
  }

  .featured-items {
    margin: 0 -10px;
  }

  .featured-item {
    padding: 0 10px;
  }

  .featured-item h5 {
    letter-spacing: .06em;
  }
}

@media (max-width:1199px) and (max-width:767px) {
  .event-details.destination ul li {
    padding: 0;
  }
}

@media (max-width:991px) {
  .expanded,
  .expanded body {
    overflow: hidden;
  }

  .tweets {
    margin-top: 80px;
    padding: 0 0 48px;
  }

  .tweets .owl-pagination {
    right: -2px;
  }

  .tweets .owl-pagination div {
    margin: 0 2px;
  }

  .tweets .owl-dots {
    bottom: -25px;
  }

  .post-actions a:after {
    top: 0;
  }

  .post-content {
    padding-bottom: 45px;
    min-height: 288px;
  }
}

@media (max-width:767px) {
  .map {
    height: 200px;
  }

  .wrapper {
    padding-top: 70px;
  }

  .slider-alt .slide-image,
  .slide-image {
    height: 325px;
  }

  .slide .slide-content {
    top: 60px;
  }

  .slide .slide-content h1 {
    font-size: 20.02px;
    line-height: 1.7;
    padding: 43px 0 35px;
  }

  .slide-content-alt {
    top: 20px;
  }

  .slide-content-alt h1 {
    padding-bottom: 15px;
  }

  .slider .owl-nav {
    display: none;
  }

  .slider .owl-dots {
    bottom: 20px;
  }

  .main {
    padding: 33px 0 0;
  }

  .main.news-single {
    padding-top: 58px;
  }

  .main-inner {
    padding-top: 40px;
  }

  .section-secondary {
    margin-top: 0;
  }

  .tiles {
    padding-bottom: 5px;
  }

  .section-head {
    padding-bottom: 35px;
  }

  .post {
    margin-bottom: 34px;
  }

  .post-content {
    min-height: 0;
  }

  .tweets {
    padding: 0 20px 88px;
    margin-top: 99px;
  }

  .tweets .owl-dots {
    bottom: -117px;
    right: -20px;
  }

  .tweets .owl-dots div {
    margin: 0 10px;
  }

  .ui-autocomplete {
    max-height: 200px;
  }

  .filters {
    padding: 20px 0;
  }

  .filters li {
    display: block;
    margin: 0 0 10px;
  }

  .list-locations a {
    font-size: 12.04px;
  }

  .accordion-body {
    display: none;
  }

  .testimonials {
    padding-bottom: 0;
  }

  .testimonials .slides {
    padding-bottom: 80px;
  }

  .testimonial i {
    margin: 20px 0;
  }

  .section-events,
  .section-destinations {
    margin-top: 0;
  }
}

@media (max-width:500px) {
  .slide-content {
    top: 40px;
  }

  .slide-content h1 {
    font-size: 20.02px * .9;
    line-height: 1.7;
    padding: 25px 0 20px;
  }
}

.destination-single .main-inner,
.event-single .main-inner {
  padding-bottom: 12px;
}

.careers-section {
  padding-top: 55px;
}

.careers-section .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}

.careers-section article {
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
}

.careers-section article:after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: #ccc;
}

.careers-section h2 {
  margin-bottom: 17px;
  margin-right: 80px;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 2.4;
  letter-spacing: .1em;
}

.careers-section h2 a {
  color: #DA2572;
  text-decoration: none;
}

.careers-section .date {
  position: absolute;
  top: 0;
  right: 10px;
  text-transform: uppercase;
  font-size: 1.04rem;
  font-family: 'Josefin Sans',sans-serif;
  letter-spacing: .21em;
  color: #999;
  font-weight: 800;
}

.careers-section p {
  margin-bottom: 25px;
  line-height: 1.8;
}

.careers-section .more {
  position: absolute;
  bottom: 15px;
  right: 11px;
  width: 40px;
  height: 40px;
}

.careers-section .more:after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 19px;
  height: 19px;
  border-top: 2px solid #b9bdc3;
  border-right: 2px solid #b9bdc3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.itemid-175 .cboxIframe,
.itemid-165 .cboxIframe {
  margin: 0 auto;
  padding: 20px;
  max-width: 670px;
  border: 1px solid #aaa;
  border-radius: 1px;
  background-color: #fff;
}

@media (max-width:550px) {
  .itemid-175 .cboxIframe,
  .itemid-165 .cboxIframe {
    padding: 15px;
    border-left: none;
    border-right: none;
  }
}

.video-frame-container .cboxIframe {
  background: none;
  width: 100%;
  height: 100%;
  max-width: initial;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

.single.info .content p {
  font-size: 1.25rem;
}

.menu-content h1 {
  color: #525252;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 6px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 34px;
  margin-top: 108px;
}

.menu-header-content p {
  color: #323232;
  font-size: 24px;
  font-weight: 300;
  line-height: 46px;
  text-align: center;
  margin: 90px 0 30px 0;
}

.socials-share {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.socials-share b {
  display: inline-block;
  padding: 10px 0;
  text-transform: uppercase;
  font-family: 'Josefin Sans',sans-serif;
  letter-spacing: .08em;
  font-weight: 800;
  font-size: 1.1rem;
  color: #959595;
}

.socials-share b .icon-share-icon {
  margin-right: 10px;
  margin-top: -2px;
}

.socials-share .share-options {
  display: none;
  position: absolute;
  top: 30px;
  margin: 0;
  padding: 11px 11px 10px;
  border: 1px solid rgba(0,0,0,0.2);
  list-style: none;
  background-color: rgba(255,255,255,0.8);
}

.socials-share .share-options li {
  padding: 0;
  margin: 5px 8px;
  display: inline-block;
  font-size: 1.5em;
}

.socials-share .share-options li:after {
  display: none !important;
}

.socials-share .share-options li a {
  color: #DA2572;
}

.socials-share .share-options li .fa-twitter {
  position: relative;
  font-size: 1.12em;
  top: 1px;
}

@media all and (max-width:768px) {
  .socials-share {
    position: relative;
    display: inline-block;
    margin-top: 10px;
  }

  .socials-share b {
    display: inline-block;
  }

  .socials-share .share-options {
    position: absolute;
    top: 55px;
  }
}

.socials-share-alt [class^="icon-"] svg g {
  fill: #B6B0B0;
}

.socials-share-alt a:hover [class^="icon-"] svg g {
  fill: #9e9595;
}

.slider .slide-content {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slider.loaded .slide-content {
  opacity: 1;
}

.slider .owl-dots {
  position: static;
  padding-top: 10px;
  text-align: center;
}

.slider .owl-dots div {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #BBBBBB;
  margin: 0 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.slider .owl-dots div.active,
.slider .owl-dots div:hover {
  background: #BBBBBB;
}

.slider .owl-nav div,
.slider .gallery-owl-nav div {
  position: absolute;
  top: 50%;
  opacity: .65;
  color: #fff;
  margin-top: -25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slider .owl-nav div:hover,
.slider .gallery-owl-nav div:hover {
  opacity: 1;
}

.slider .owl-nav .owl-prev,
.slider .gallery-owl-nav .owl-prev {
  left: 23px;
}

.slider .owl-nav .owl-next,
.slider .gallery-owl-nav .owl-next {
  right: 23px;
}

.team-slider .featured-item img {
  max-width: 203px;
}

@media (max-width:1024px) {
  .team-slider .featured-item img {
    max-width: 372px;
  }
}

.team-slider .featured-item .member-name a {
  background: none;
}

@media (min-width:1200px) {
  .team-slider .owl-dots {
    display: none;
  }
}

@media (max-width:1024px) {
  .team-slider .owl-nav {
    display: none;
  }
}

.team-slider .owl-nav div {
  margin-top: -100px;
}

.team-slider .owl-nav .owl-prev {
  left: -30px;
}

@media (max-width:1024px) {
  .team-slider .owl-nav .owl-prev {
    left: 0;
  }
}

.slider.team-slider .owl-nav .owl-next {
  right: 7px;
}

@media (max-width:1024px) {
  .slider.team-slider .owl-nav .owl-next {
    right: 38px;
  }
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.frontpage .slide-content h1,
.frontpage .slide-content h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  font-size: 16px;
  line-height: 1.8;
}

.slides {
  list-style: none outside none;
}

.slide {
  position: relative;
}

.slide-image {
  height: 532px;
}

.slide-content {
  position: absolute;
  top: 162px;
  left: 10px;
  right: 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Josefin Sans',sans-serif;
  letter-spacing: .1em;
}

.slide-content h1,
.slide-content h3 {
  padding: 53px 0 30px;
  font-size: 21px;
  letter-spacing: .26em;
}

.slide-content h1,
.slide-content h3,
.slide-content p,
.slide-content span {
  text-shadow: 0 0 14px rgba(0,0,0,0.8);
}

.slider-alt .slider-clip {
  position: relative;
}

.slider-alt .slide-image {
  height: 580px;
}

.slider-alt .slide-content-wrapper {
  height: 80%;
  width: 90%;
  position: absolute;
  left: 5%;
  top: 10%;
  padding: 0 10px;
  z-index: 2;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
  background: none !important;
}

.slider-alt .slide-content-wrapper:after {
  content: '';
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 1px;
}

.slider-alt .owl-nav div,
.slider-alt .gallery-owl-nav div,
.slider-alt .owl-dots {
  z-index: 5;
}

.slider-alt .slide-content.slide-content-alt {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0;
  margin: 0 auto;
  max-width: 590px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  font-size: 16.94px;
  font-family: 'Merriweather',serif;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
}

.slider-alt .slide-content.slide-content-alt h1 {
  text-transform: uppercase;
  font-size: 32.06px;
}

.slide-entry {
  max-width: 590px;
  margin: 0 auto;
}

.owl-gallery .item,
.owl-gallery img {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.owl-gallery .owl-loaded .item {
  opacity: 1;
}

.owl-gallery img.lazyloaded {
  opacity: 1;
}

.owl-gallery .gallery-slider {
  margin: 30px 0 85px;
}

.owl-gallery .gallery-slider .item-image {
  position: relative;
}

.owl-gallery .gallery-slide-text {
  margin: 40px auto 35px;
  padding: 0 40px;
  max-width: 780px;
}

.owl-gallery .owl-carousel .item img,
.owl-gallery .owl-carousel .owl-item img {
  display: block;
  margin: 0 auto;
}

.owl-gallery .owl-carousel .owl-item {
  width: 100%;
}

.owl-gallery .owl-nav .disabled,
.owl-gallery .gallery-owl-nav .disabled {
  display: none;
}

.owl-gallery .owl-nav div,
.owl-gallery .gallery-owl-nav div {
  position: absolute;
  top: 50%;
  opacity: 1;
  margin-top: -25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.owl-gallery .owl-nav div:hover,
.owl-gallery .gallery-owl-nav div:hover {
  opacity: 1;
}

.owl-gallery .owl-nav .owl-prev,
.owl-gallery .gallery-owl-nav .owl-prev {
  left: 23px;
}

.owl-gallery .owl-nav .owl-next,
.owl-gallery .gallery-owl-nav .owl-next {
  right: 23px;
}

@media (max-width:768px) {
  .main.gallery-page {
    padding-top: 64px;
  }

  .main.gallery-page h1 {
    padding-bottom: 0;
  }

  .slider-alt .slider-clip {
    position: relative;
  }

  .slider-alt .slide-image {
    height: 580px;
  }

  .slider-alt .slide-content-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width:480px) {
  .owl-gallery .owl-nav,
  .owl-gallery .gallery-owl-nav {
    display: none;
  }
}

.slider-video {
  margin-top: 20px;
}

.slide-video h1 {
  font-size: 20px;
  max-width: 800px;
}

@media (max-width:768px) {
  .slide-video h1 {
    font-size: 18px;
  }
}

.slide-video span {
  display: block;
  font-family: 'Merriweather',serif;
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width:992px) {
  .slide-video span {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (max-width:768px) {
  .slide-video .icon-video {
    width: 60px;
    height: 60px;
  }
}

.slide-video .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width:768px) {
  .slide-video .slide-content {
    width: 80%;
  }
}

@media (max-width:768px) {
  .slide-video .slide-content h1 {
    padding: 33px 0 16px;
  }
}

.slide-video .video-frame {
  display: block;
}

.slide-video .slide-image-video {
  height: 561px;
}

@media (max-width:768px) {
  .slide-video .slide-image-video {
    height: 423px;
  }
}

.slide-video .slide-image-video:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}

.section-gallery h1,
.section-menu h1,
.section-casestudies h1 {
  margin-bottom: 57px;
}

.section-gallery .tile-overlay:after,
.section-menu .tile-overlay:after,
.section-casestudies .tile-overlay:after {
  position: absolute;
  right: 9px;
  bottom: 22px;
  border-radius: 50%;
  background-color: #DA2572;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-family: 'starberryregular';
  font-style: normal;
  font-weight: 300;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-gallery .tile-overlay:hover:after,
.section-menu .tile-overlay:hover:after,
.section-casestudies .tile-overlay:hover:after {
  background-color: #fff;
  color: #DA2572;
}

.section-gallery .tile-content-alt h3,
.section-menu .tile-content-alt h3,
.section-casestudies .tile-content-alt h3 {
  text-shadow: 1px 2.5px 3px rgba(43,42,42,0.5);
}

.section-gallery .gallery,
.section-menu .gallery,
.section-casestudies .gallery {
  display: none;
}

.section-gallery .tile-overlay:after,
.section-casestudies .tile-overlay:after {
  content: "\F137";
  font-size: 2.4rem;
  line-height: 43px;
}

.section-gallery .gallery,
.section-casestudies .gallery {
  display: none;
}

.section-menu .tile-overlay:after {
  content: "\F139";
  font-size: 2.2rem;
  line-height: 42px;
}

@media (max-width:768px) {
  .section-gallery h1 {
    margin-bottom: 30px;
  }
}

.gallery-page h1 {
  text-align: center;
  padding-bottom: 10px;
}

.gallery-page .text {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.gallery-page .text p {
  margin-top: 20px;
}

.section-casestudies .text {
  margin: 50px auto;
  max-width: 800px;
}

.section-casestudies p {
  margin-bottom: 17px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
}

.section-casestudies .tile-overlay h3 {
  line-height: 1.8;
}

.casestudy-page h1 {
  margin-bottom: 44px;
  font-weight: 600;
  font-size: 1.7rem;
  text-align: center;
  color: #2b2f35;
}

.casestudy-page .slide-text {
  margin: 0 auto 35px;
  padding: 0 40px;
  max-width: 780px;
  text-align: center;
}

.casestudy-page .slide-text h3 {
  margin-bottom: 9px;
  font-size: 1.6rem;
  font-family: 'Merriweather',serif;
}

.casestudy-page .slide-text p {
  margin-bottom: 17px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
}

.casestudy-page .casestudy-slider {
  margin-bottom: 30px;
}

.casestudy-page .casestudy-slider .item {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
}

.casestudy-page .casestudy-slider.owl-loaded .item {
  opacity: 1;
}

.casestudy-page .owl-nav .disabled {
  display: none;
}

.casestudy-page .owl-nav div {
  position: absolute;
  top: 45px;
  opacity: .65;
  margin-top: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.casestudy-page .owl-nav div:hover {
  opacity: 1;
}

.casestudy-page .owl-nav .owl-prev {
  left: 7px;
}

.casestudy-page .owl-nav .owl-next {
  right: 7px;
}

.casestudy-page .ico-next:after,
.casestudy-page .ico-prev:after {
  top: 0;
  border-color: #aaa;
}

.casestudy-page .main-actions a {
  top: 110px;
}

@media (max-width:992px) {
  .casestudy-page .main-actions a {
    top: 10px;
  }
}

@media (max-width:768px) {
  .main.casestudy-page {
    padding-top: 64px;
  }

  .main.casestudy-page h1 {
    padding-bottom: 0;
  }

  .main.casestudy-page .slide-text {
    margin-bottom: 25px;
  }

  .main.casestudy-page .slide-text h3 {
    font-size: 1.4rem;
  }

  .main.casestudy-page .slide-text p {
    font-size: 1.3rem;
  }
}

@media (max-width:480px) {
  .casestudy-page .slide-text {
    padding: 0;
  }

  .casestudy-slider .owl-nav {
    display: none;
  }
}

.section-accredited .text {
  margin: 50px auto;
  max-width: 750px;
}

.section-accredited .sub-head p {
  text-align: left;
}

.section-accredited.module-accredited {
  padding: 105px 0 105px;
}

@media (max-width:767px) {
  .section-accredited.module-accredited {
    padding: 40px 0 25px !important;
  }
}

.section-accredited.module-accredited .section-head {
  padding-bottom: 50px;
}

.section-accredited.module-accredited .section-head .section-title {
  font-size: 20px;
}

.section-accredited.module-accredited .txt-center {
  text-align: center;
}

.section-accredited.module-accredited .accredited-list {
  max-width: 860px;
  margin: 0 auto 50px;
}

@media (max-width:991px) {
  .section-accredited.module-accredited .accredited-list {
    margin: 0 10px 50px;
  }
}

.section-accredited .tiles-secondary {
  padding-bottom: 0;
}

.view-category .module-accredited {
  padding: 85px 0 105px;
}

.accredited-list {
  margin: 0 auto 50px;
  max-width: 900px;
  list-style: none;
  padding: 0;
}

@media (max-width:991px) {
  .accredited-list {
    margin: 0 10px 50px;
  }
}

.accredited-list li {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  width: 100%;
}

.accredited-list a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #ddd;
  color: #434343;
}

.accredited-list a:hover,
.accredited-list a:active,
.accredited-list a:focus {
  text-decoration: none;
  padding-left: 10px;
}

.accredited-list li:last-child a {
  border-bottom: none;
}

.accredited-list strong {
  margin-right: 2px;
  text-transform: uppercase;
  color: #DA2572;
  font-family: 'Merriweather',serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

.accredited-list.iso {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.loaded .accredited-list.iso {
  opacity: 1;
}

#map_canvas {
  margin-top: -73px;
  margin-bottom: 30px;
}

#map_canvas.normal-map {
  margin: 0;
}

.StarTekMapOverlay {
  background-color: #fff;
  border: 1px solid #B5B7BA;
  -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,0.35);
  box-shadow: 0 0 18px 0 rgba(0,0,0,0.35);
  font-size: 14px;
  font-family: 'Merriweather',serif;
}

.StarTekMapOverlay .innerBox {
  padding: 14px;
}

.StarTekMapOverlay .innerBox .text {
  margin: 5px auto 3px;
}

.StarTekMapOverlay .innerBox .text a {
  text-align: center;
  color: #D61366;
}

.StarTekMapOverlay .innerBox .text a:hover {
  color: #D61366;
}

.StarTekMapOverlay .image {
  margin-bottom: 12px;
}

.StarTekMapOverlay p {
  line-height: 22px;
  margin-bottom: 10px;
}

.StarTekMapOverlay p.title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #E91E63;
  letter-spacing: .05em;
  font-family: 'Josefin Sans',sans-serif;
}

.StarTekMapOverlay p.address {
  font-size: 14px;
}

.StarTekMapOverlay a.property-link {
  text-transform: uppercase;
  font-weight: bold;
}

.StarTekMapOverlay:after,
.StarTekMapOverlay:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.StarTekMapOverlay:after {
  border-color: rgba(255,255,255,0);
  border-top-color: #ffffff;
  border-width: 16px;
  margin-left: -23px;
  text-shadow: 4px 4px 3px rgba(0,0,0,0.15);
}

.StarTekMapOverlay:before {
  border-color: rgba(181,183,186,0);
  border-top-color: #B5B7BA;
  border-width: 17px;
  margin-left: -24px;
  text-shadow: 4px 4px 3px rgba(0,0,0,0.15);
}

.skygarden-events {
  margin: 90px 0 100px;
  padding: 0;
}

.skygarden-events-header .logo-image {
  margin-bottom: 40px;
}

.skygarden-events .content {
  max-width: 816px;
  text-align: left;
  margin: auto;
}

.skygarden-events .content h2 {
  color: #525252;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 6px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 34px;
}

.skygarden-events .content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.skygarden-events .content p.lead {
  color: #585858;
  font-size: 24px;
  font-weight: 300;
  line-height: 46px;
  text-align: left;
  margin: 0 0 4px;
}

.skygarden-events .content p .btn {
  min-width: 260px;
  margin-top: 30px;
}

.skygarden-events .content p .btn:not(:first-of-type) {
  margin-left: 20px;
}

.events-sky-garden .modal-content {
  width: 750px;
}

.events-sky-garden .modal-content .events-sky-garden-title {
  width: auto;
  min-height: 345px;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 300;
  padding: 220px 60px 40px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-shadow: 0 0 20px #000;
}

.events-sky-garden .modal-content .close {
  position: absolute;
  width: 53px;
  background-color: #666666 !important;
  border-radius: 50%;
  height: 53px;
  top: -25px;
  right: -25px;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  font-size: 40px;
  font-weight: 300;
}

.events-sky-garden .modal-body {
  padding: 35px 60px 20px;
}

.events-sky-garden .modal-body p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #434343;
  line-height: 28px;
}

.events-sky-garden .modal-body p.first-para {
  font-size: 24px;
  color: #585858;
  font-weight: 300;
  line-height: 46px;
}

.events-sky-garden #form-sky-garden-contact {
  margin-bottom: 60px;
}

@media (max-width:1024px) {
  .events-sky-garden .modal-content {
    width: auto;
  }

  .events-sky-garden .modal-content .events-sky-garden-title {
    line-height: 1.42em;
  }

  .events-sky-garden .events-sky-garden-content {
    width: 100%;
  }

  .events-sky-garden .modal-body {
    padding: 25px 15px 10px;
  }
}

@media (max-width:480px) {
  .events-sky-garden .modal-content .events-sky-garden-title {
    line-height: 45px;
    padding: 180px 15px 40px;
  }

  .events-sky-garden .modal-body {
    padding: 25px 15px 10px;
  }
}

.sky-garden-events {
  background-image: url('/images/Gallery-skyGarden-rhubarb.jpeg');
}

.mamm-mia-3271 {
  display: none;
}

.mamma-btn-3271 {
  margin-bottom: 60px;
}

@media (max-width:1024px) {
  .skygarden-events-header .logo-image img {
    max-height: 185px;
  }

  .skygarden-events-header .hero__header .hero__title {
    font-size: 40px;
  }
}

@media (max-width:767px) {
  .skygarden-events {
    margin: 60px 0 70px;
  }

  .skygarden-events-header .hero__header .hero__title {
    font-size: 30px;
  }

  .skygarden-events .content p.lead {
    font-size: 20px;
    line-height: 36px;
  }

  .skygarden-events .content p .btn {
    margin: auto !important;
    min-width: 270px;
  }

  .skygarden-events .content p .btn:not(:first-of-type) {
    margin-top: 20px !important;
  }

  .btn-touch {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
}

.testimonials {
  padding-bottom: 27px;
}

.testimonials .slides {
  padding-bottom: 150px;
}

.testimonials .owl-nav {
  display: none;
}

.testimonials .owl-dots div {
  background: #959fae;
  margin: 0 9px;
  width: 7px;
  height: 7px;
}

.testimonial {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.9;
  font-style: italic;
  color: #676767;
  letter-spacing: .03em;
}

.testimonial p {
  font-size: 1.5rem;
  line-height: 2.15;
}

.testimonial i.icon-quote {
  display: block;
  margin: 64px 0 51px;
  text-align: center;
}

.testimonial i.icon-quote:after {
  display: inline-block;
  color: #DA2572;
  font-size: 7.6rem;
  line-height: 1;
}

.testimonial h4 {
  padding-top: 45px;
  font-size: 1.4rem;
  font-family: 'Merriweather',serif;
  font-weight: 400;
}

.testimonials-list .filter-item .box .title {
  margin-bottom: 7px;
}

.testimonials-list .filter-item .box cite {
  display: block;
  margin-bottom: 22px;
  font-style: normal;
}

.testimonials-list .filter-item .box q {
  display: block;
}

.testimonials-list .filter-item .box .full {
  display: none;
  list-style: none;
}

.testimonials-list .filter-item .box q:before,
.testimonials-list .filter-item .box q:after {
  content: "";
}

.testimonials-list .filter-item .box.open .ellipses {
  display: none;
}

.testimonials-list .filter-item .box.open .more:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width:768px) {
  .testimonials-section h1 {
    margin-bottom: 40px;
  }
}

.hero {
  display: block;
  height: 480px;
  background-color: #eee;
  background-repeat: no-repeat;
  backgroun-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.cat-1 {
  margin-bottom: 0;
  text-align: center;
}

.cat-1 h1 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: 800;
}

.cat-1 p {
  margin: 0 auto 37px;
  max-width: 710px;
  font-size: 1.5rem;
  line-height: 2.05;
}

.cat-1 p.sub-title {
  font-size: 1.4rem;
}

.cat-1 p:last-child {
  margin-bottom: 0;
}

body .team-list.row {
  margin: 50px -10px -20px;
}

.team-list article {
  margin: 0 20px 30px 19px;
  padding: 0 10px;
}

.team-list a {
  display: block;
}

.team-list i {
  display: block;
  padding-bottom: 115.7%;
  height: 0;
  background-color: #eee;
  background-repeat: no-repeat;
  backgroun-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.team-list i:hover {
  opacity: .9;
}

.team-list h2 {
  margin: 0 0 5px 0;
  font-size: 1.38rem;
  font-family: 'Merriweather',serif;
}

.team-list h2 a {
  padding-top: 30px;
  text-decoration: none;
}

.team-list h2 a:hover,
.team-list h2 a:focus {
  color: #DA2572;
}

.team-list p {
  line-height: 1.7;
}

@media (max-width:768px) {
  .hero {
    display: block;
    height: 300px;
  }
}

@media (max-width:400px) {
  .team-list {
    margin: 0 -15px -20px;
  }

  .team-list article {
    width: 100%;
    padding: 0 15px;
  }
}

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

.team-details .pagenav {
  position: absolute;
}

.team-details img {
  margin: 18px 0 0;
  display: inline-block;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
}

.team-details h1 {
  margin: 38px 0 5px;
  font-size: 1.65rem;
}

.team-details p {
  margin: 20px auto 20px;
  font-size: 1.5rem;
  line-height: 1.95;
  max-width: 585px;
}

.team-details p.sub-text {
  margin: 0 auto;
  font-size: 1.4rem;
}

.team-details p.social {
  margin-top: 14px;
}

.team-details p.social a {
  display: inline-block;
  padding: 0 11px;
  font-size: 2.35rem;
  color: #DA2572;
}

.team-details p.social a:hover {
  color: #ccc;
}

.team-details ul {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  font-family: 'Josefin Sans',sans-serif;
  font-size: 1.24rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
}

.team-details ul li {
  display: inline-block;
  margin-left: 9px;
}

.team-details ul li:before {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 9px;
  content: '';
  width: 2px;
  height: 10px;
  background-color: #7a7a7a;
}

.team-details ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.team-details ul li:first-child:before {
  display: none;
}

.team-category {
  padding-top: 51px;
  padding-bottom: 0;
}

.team-category .greybkg {
  margin-top: 64px;
  margin-bottom: 0;
  background-color: #eee;
}

.team-category .meet-alt-team {
  text-align: center;
  padding-top: 57px;
  padding-bottom: 52px;
}

.team-category .meet-alt-team h3 {
  margin-bottom: 37px;
  text-transform: uppercase;
  font-size: 1.55rem;
  letter-spacing: .2em;
  font-weight: 800;
}

.team-category .meet-alt-team .btn-info.btn-sm {
  padding: 13px 30px;
  min-width: 0;
  font-size: .95rem;
  font-weight: 800;
  background: #DA2572;
  border-color: #DA2572;
}

.team-category .meet-alt-team .btn-info.btn-sm:hover,
.team-category .meet-alt-team .btn-info.btn-sm:focus,
.team-category .meet-alt-team .btn-info.btn-sm:active {
  background: #DA2572;
  border-color: #DA2572;
}

.main.team-details .back a {
  margin-left: 30px;
}

.main.team-details .back a.careers-team:before {
  display: none;
}

.main.team-details .back a.careers-team:after {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  content: '';
  width: 14px;
  height: 14px;
  border-left: 3px solid #ccc;
  border-top: 3px solid #ccc;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width:767px) {
  .main.team-details {
    padding-top: 58px;
  }

  .main.team-category {
    padding-bottom: 25px;
  }

  .main.team-category .greybkg {
    margin-top: 34px;
  }

  .main.team-category .meet-alt-team {
    padding-top: 47px;
    padding-bottom: 42px;
  }

  .main.team-category .meet-alt-team h3 {
    margin-bottom: 30px;
    font-size: 1.45rem;
  }
}

.career-team-page .team-details p {
  text-align: left;
}

.career-team-page .team-details p.sub-text {
  text-align: center;
}

.custom-home-experience {
  text-align: center;
  padding: 36px 0 100px 0;
}

@media (max-width:767px) {
  .custom-home-experience {
    padding: 18px 0 60px 0;
  }
}

.custom-home-experience .icon-rhubarb-rosette {
  display: block;
  margin: 0 auto 56px auto;
  width: 66px;
  height: 66px;
}

.custom-home-experience .custom-home-experience-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #525252;
  letter-spacing: 6px;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .custom-home-experience .custom-home-experience-title {
    font-size: 16px;
    letter-spacing: 4.8px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}

.custom-home-experience p {
  font-size: 14px;
  color: #434343;
  letter-spacing: 0;
  line-height: 28px;
}

.custom-home-experience .lead {
  font-size: 24px;
  color: #585858;
  letter-spacing: 0;
  line-height: 46px;
}

@media (max-width:767px) {
  .custom-home-experience .lead {
    font-size: 16px;
    line-height: 32px;
  }
}

.custom-home-experience .btn {
  margin-top: 60px;
}

@media (max-width:767px) {
  .custom-home-experience .btn {
    margin-top: 30px;
  }
}

.border-top {
  border-top: 1px solid #CECECE;
}

.section-location p {
  text-align: left;
}

.section-text {
  text-align: center;
  padding: 110px 0;
  color: #585858;
}

@media (max-width:767px) {
  .section-text {
    padding: 70px 0;
  }
}

.section-text .section-text-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #525252;
  letter-spacing: 6px;
  margin-bottom: 52px;
}

.section-text p {
  font-size: 14px;
  color: #434343;
  letter-spacing: 0;
  line-height: 28px;
}

.section-text .lead {
  font-size: 24px;
  color: #585858;
  letter-spacing: 0;
  line-height: 46px;
}

@media (max-width:767px) {
  .section-text .lead {
    font-size: 16px;
    line-height: 32px;
  }
}

.section-contact-sales {
  background: #F9F7F9;
  padding: 94px 0 83px 0;
}

@media (max-width:767px) {
  .section-contact-sales {
    padding: 54px 0 43px 0;
    text-align: center;
  }
}

.section-contact-sales.white-bg {
  background: #fff;
}

.section-contact-sales .section-contact-sales-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #919191;
  letter-spacing: 4.8px;
  padding-bottom: 10px;
}

@media (max-width:991px) {
  .section-contact-sales .section-contact-sales-title {
    letter-spacing: 2.8px;
    line-height: 2;
  }
}

.section-contact-sales p {
  margin-bottom: 15px;
}

.section-contact-sales p:first-of-type {
  font-size: 20px;
  color: #404040;
  line-height: 34px;
}

.section-contact-sales ul {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.section-contact-sales ul li {
  font-size: 20px;
  color: #404040;
  line-height: 34px;
  display: inline-block;
  margin-right: 30px;
}

@media (max-width:767px) {
  .section-contact-sales ul li {
    font-size: 16px;
  }
}

.section-contact-sales ul li a {
  color: #DA2572;
}

.section-contact-sales ul li a[href^="tel:"] {
  color: #404040;
}

.section-contact-sales .media-left {
  padding-right: 60px;
}

.section-contact-sales .media-left img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 36px 0 rgba(0,0,0,0.33);
  box-shadow: 0 0 36px 0 rgba(0,0,0,0.33);
  max-width: inherit;
}

.section-bg {
  position: relative;
  height: 300px;
  color: #fff;
}

.section-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(218,37,113,0.9);
}

.section-bg h1 {
  font-size: 20px;
  letter-spacing: 6px;
  line-height: 24px;
  margin-bottom: 30px;
}

.section-fullwidth {
  min-height: 400px;
  margin: 10px 0 0;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-fullwidth .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.section-fullwidth .content h3 {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 61px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 20px #000;
}

@media (max-width:767px) {
  .section-fullwidth {
    min-height: 300px;
  }

  .section-fullwidth .content h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
  }
}

.events-sky-garden header,
.events-sky-garden footer {
  display: none;
}

.events-sky-garden .hero__header .hero__content {
  width: 100%;
}

.events-sky-garden .wrapper {
  padding-top: 0;
}

.events-sky-garden .above-footer {
  padding: 0;
}

.events-sky-garden .boxes .box .center-align {
  min-width: 260px;
}

.events-sky-garden .boxes .box .box-title {
  color: #FFFFFF;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 40px;
  text-align: center;
}

.events-sky-garden .boxes .box p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  min-height: auto;
}

.events-sky-garden .careers-list.section-accredited.module-accredited {
  margin-top: 10px;
  background-color: #65656A;
  position: relative;
}

.events-sky-garden .careers-list.section-accredited.module-accredited::before {
  content: "";
  background: url('/images/features-bg.jpg');
  opacity: .4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.events-sky-garden .careers-list.section-accredited.module-accredited .section-head {
  max-width: 816px;
  display: block;
  margin: auto;
}

.events-sky-garden .careers-list.section-accredited.module-accredited .section-head .section-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 24px;
  text-align: center;
}

.events-sky-garden .careers-list.section-accredited.module-accredited .section-head p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 46px;
  text-align: center;
}

.events-sky-garden .careers-list.section-accredited.module-accredited .careers-title {
  color: #fff;
}

.events-sky-garden .careers-list.section-accredited.module-accredited .careers-text {
  color: #fff;
}

.events-sky-garden .careers-list.section-accredited.module-accredited [class^="icon-"] {
  margin-bottom: 35px;
  width: 120px;
  background: #FFF;
  height: 120px;
  padding: 30px;
  border-radius: 50%;
}

.events-sky-garden .careers-list.section-accredited.module-accredited [class^="icon-"] svg path {
  fill: #DA2572;
}

.events-sky-garden .careers-list.section-accredited.module-accredited .icon-budget .st0,
.events-sky-garden .careers-list.section-accredited.module-accredited .icon-guests .st0 {
  fill: none;
}

@media (max-width:991px) {
  .events-sky-garden .center-align {
    max-width: unset;
  }

  .events-sky-garden .boxes .box .box-title {
    max-width: unset;
  }
}

@media (max-width:767px) {
  .events-sky-garden .center-align {
    max-width: unset;
    width: 100%;
  }

  .events-sky-garden .boxes .box {
    height: 200px;
  }

  .events-sky-garden .boxes .box .box-title {
    font-size: 24px;
    line-height: 36px;
    max-width: unset;
  }

  .events-sky-garden .careers-list .careers-inner {
    margin-bottom: 30px;
  }

  .events-sky-garden .careers-list.section-accredited.module-accredited .section-head p {
    font-size: 18px;
    line-height: 32px;
  }

  .events-sky-garden .careers-list.section-accredited.module-accredited [class^="icon-"] {
    margin-bottom: 35px;
    width: 90px;
    background: #FFF;
    height: 90px;
    padding: 20px;
    border-radius: 50%;
  }

  .events-sky-garden .careers-list.section-accredited.module-accredited [class^="icon-"] svg path {
    fill: #DA2572;
  }
}

.main-news {
  background: #F9F8F9;
}

.news-single .content {
  position: relative;
  margin: 10px auto 50px;
  max-width: 695px;
}

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

.careers-list.section-accredited.module-accredited {
  padding: 105px 0 45px;
}

.careers-list .sub-head {
  margin-top: 46px;
  margin-bottom: 0;
}

.careers-list [class^="icon-"] {
  margin-bottom: 49px;
}

.careers-list .careers-inner {
  padding: 0 40px;
  margin-bottom: 60px;
}

.careers-list .careers-title {
  margin-bottom: 19px;
}

.careers-list .careers-text p {
  line-height: 28px;
}

.team-member .sub-head {
  margin-top: 18px;
  margin-bottom: 0;
}

.team-member .section-title {
  color: #525252;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .18em;
  line-height: 24px;
  text-align: center;
}

.team-member .member-name {
  color: #525252;
  font-family: 'Merriweather',serif;
  font-size: 13.8px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: capitalize;
}

.team-member .member-position {
  color: #434343;
  font-family: Merriweather;
  font-size: 14px;
  line-height: 28px;
}

.team-member .team-btn-content {
  margin-top: 70px;
}

.team-member a.team-btn {
  padding-right: 45px;
  padding-left: 45px;
}

.section-text.grey-bg.careers-single .lead {
  color: #323232;
}

.section-text.grey-bg.careers-single [class^="col-"] img {
  margin-bottom: 30px;
}

.careers-single .slide-video h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.careers-single .ready-above {
  margin-top: 100px;
}

.careers-single .sub-head .careers-left {
  text-align: left;
  margin-bottom: 25px;
}

.content ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.content ul li {
  position: relative;
  margin: 8px 0;
  padding: 0 0 0 17px;
  font-size: 1.45rem;
  line-height: 1.7;
}

.content ul li:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2b2f35;
}

@media all and (max-width:992px) {

}

.svgwrapper {
  position: relative;
}

.svgwrapper:after {
  content: '';
  display: block;
  height: 0;
}

.svgwrapper .svg {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.svgwrapper.rhubarblogo {
  float: left;
  width: 126px;
  height: 30px;
  margin: 2px 28px 0 28px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.svgwrapper.rhubarblogo svg {
  width: 126px;
  height: 30px;
}

@media (max-width:1199px) {
  .svgwrapper.rhubarblogo {
    position: absolute;
    left: 50%;
    margin: 2px 0 0 -73px;
  }
}

.svgwrapper.rhubarblogo a {
  display: block;
  width: 126px;
  height: 30px;
}

.svgwrapper.rhubarblogo:after {
  display: none;
}

.svgwrapper.rhubarblogo img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.svgwrapper.rhubarbrosette {
  width: 66px;
  height: 66px;
}

.pagination-list {
  margin: 30px 0 64px;
  text-align: center;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 700;
  font-size: 1.24rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.pagination-list a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #393939;
}

.pagination-list a:hover,
.pagination-list a:active,
.pagination-list a:focus {
  text-decoration: none;
  color: #DA2572;
  border-color: #DA2572;
}

.pagination-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-bottom: 0;
  margin: 6px 5px;
}

.pagination-list li.active>a {
  color: #DA2572;
  border-color: #DA2572;
}

.pagination-list li.icon a {
  padding: 5px;
  border: none;
  display: inline-block;
}

.pagination-list li.icon a:after {
  position: relative;
  top: 4px;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #393939;
  border-right: 2px solid #393939;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pagination-list li.icon a:hover:after {
  border-color: #DA2572;
}

.pagination-list li.icon.icon-previous a:after {
  left: 5px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.pagination-list li.icon.icon-next a:after {
  right: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.sitemap .content {
  margin-bottom: 20px;
}

.sitemap .content:before,
.sitemap .content:after {
  content: " ";
  display: table;
}

.sitemap .content:after {
  clear: both;
}

.sitemap .content>div {
  padding-right: 5px;
}

.sitemap .content ul {
  margin: 0;
}

.sitemap .content ul li {
  margin: 8px 0 0;
}

.sitemap .content ul li:after {
  top: 9px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.sitemap .content ul li:hover:after {
  left: 4px;
}

.sitemap .content a {
  text-decoration: none;
}

.sitemap .content a:hover,
.sitemap .content a:focus {
  color: #DA2572;
}

@media all and (max-width:550px) {
  .sitemap h1 {
    margin-bottom: 20px;
  }

  .sitemap .content:before,
  .sitemap .content:after {
    content: " ";
    display: table;
  }

  .sitemap .content:after {
    clear: both;
  }

  .sitemap .content>div {
    float: none !important;
    width: 100% !important;
    padding-right: 0;
  }
}

.search-results .container {
  max-width: 800px;
}

.search-results h1 {
  margin-bottom: 50px;
}

.search-results h2 {
  font-size: 1.8rem;
  font-weight: 500;
}

.search-results .site-search-results ul {
  list-style: none;
  margin: 35px 0 20px;
  padding: 0;
}

.search-results .site-search-results ul li {
  margin-bottom: 17px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
}

.search-results .site-search-results ul h4 {
  font-size: 1.58rem;
  margin: 0 0 5px;
}

.search-results .site-search-results ul h4 a {
  color: #353535;
}

.search-results .site-search-results ul h4 a:hover,
.search-results .site-search-results ul h4 a:focus {
  text-decoration: none;
  color: #DA2572;
}

.search-results .site-search-results ul a.result-url {
  color: #DA2572;
  font-size: .95em;
}

.search-results .site-search-results ul a.result-url:hover,
.search-results .site-search-results ul a.result-url:focus {
  text-decoration: none;
}

.search-results .site-search-results ul p {
  font-size: 1em;
  margin: 5px 0 0;
}

.search-results .site-search-results p.no-results {
  margin: 35px 0 50px;
}

.ui-widget-content {
  background: #fff;
  width: -webkit-calc(100% - 80px) !important;
  width: calc(100% - 80px) !important;
  left: 70px !important;
}

@media (min-width:1199px) {
  .ui-widget-content {
    width: -webkit-calc(100% - 90px) !important;
    width: calc(100% - 90px) !important;
    left: 75px !important;
  }
}

.ui-widget-content .ui-menu-item {
  padding: 0 !important;
}

.ui-widget-content .ui-menu-item:nth-child(2n) {
  background: #EEEEEE;
}

.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
  padding: 10px 15px;
}

.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #bbb;
  border: 1px solid #fff;
}

.ui-widget.ui-widget-content {
  border: none;
}

.siteby a {
  text-decoration: none;
  text-transform: none;
  font-size: 1.3em !important;
  font-family: 'StarberryLogo';
  padding-left: 3px;
}

.error-pg {
  height: 100%;
  background: url('../../images/404-bkg.jpg') no-repeat left bottom;
}

.error-pg .container {
  margin-left: auto;
  margin-right: auto;
}

.error-pg .header {
  position: static;
  height: 128px;
  padding-top: 0;
}

.error-pg .svgwrapper.rhubarblogo {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  float: none;
  margin: 49px auto;
  position: static;
}

.error-pg .main {
  margin-top: 0;
  padding-top: 1px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.error-pg h1,
.error-pg h2,
.error-pg p,
.error-pg .error-message,
.error-pg .buttons {
  text-align: center;
}

.error-pg h1 {
  margin-top: 100px;
  font-size: 27px;
  color: #DA2572;
  font-weight: 800;
  letter-spacing: .3em;
}

.error-pg h2 {
  max-width: 470px;
  margin: 32px auto 0;
  font-size: 17px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.error-pg .error-message {
  max-width: 485px;
  text-align: center;
  margin: 47px auto 0;
  padding: 35px 22px;
  background-color: #fefefe;
  font-size: 17px;
  line-height: 1.8;
  border: 1px solid #e5e5e5;
  text-align: left;
  border-radius: 3px;
}

.error-pg .buttons {
  margin-top: 48px;
  margin-bottom: 50px;
  padding-top: 1px;
}

.error-pg .buttons .btn {
  display: inline-block;
  min-width: 0;
  margin: 1px 11px 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  padding: 17px 40px 18px;
  letter-spacing: .15em;
}

.error-pg .buttons .btn.btn-info {
  color: #fff;
  background-color: #DA2572;
}

.error-pg .buttons .btn.btn-info:hover {
  background-color: #DA2572;
}

.error-pg .buttons .btn.btn-primary {
  padding: 15px 38px 16px;
  font-weight: 800;
}

.error-pg .buttons .btn.btn-primary:hover {
  font-weight: 700;
}

@media only screen and (max-width:992px) {
  .error-pg {
    background-position: -230px bottom;
  }
}

@media only screen and (max-width:480px) {
  .error-pg {
    background-image: none;
  }

  .error-pg h1 {
    margin-top: 50px;
    font-size: 27px;
    color: #DA2572;
    font-weight: 800;
    letter-spacing: .3em;
  }
}

#gdpr-modal-conatiner {
  position: relative;
}

#gdpr-cookie-info {
  display: none;
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 10000;
  border-top: 1px solid #E2E2E2;
  background-color: #fff;
  color: #686868;
  -webkit-box-shadow: 0 3px 5px 2px rgba(155,155,155,0.5);
  box-shadow: 0 3px 5px 2px rgba(155,155,155,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
}

#gdpr-cookie-info .gdpr-container {
  width: 100%;
  display: table;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 15px;
}

#gdpr-cookie-info .text {
  display: table-cell;
  text-align: left;
  font-size: 14px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  vertical-align: middle;
}

#gdpr-cookie-info .text a {
  color: #686868;
}

#gdpr-cookie-info .accept {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding-left: 20px;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
  -webkit-transition: color .5s,border-color .5s,background-color .5s;
  -o-transition: color .5s,border-color .5s,background-color .5s;
  transition: color .5s,border-color .5s,background-color .5s;
}

#gdpr-cookie-info .accept .btn-gdpr {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 44px;
  text-align: center;
  width: 200px;
  height: 42px;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 0;
}

@media (max-width:480px) {
  #gdpr-cookie-info .accept {
    display: block;
    text-align: center;
    padding: 0;
  }

  #gdpr-cookie-info .text {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}