/*
-----------------------------------------------------------------------

  Nexudus Template Bootstrap Theme

-----------------------------------------------------------------------

  Table of Contents

    1. Components
      1.01 Fonts
      1.02 Helpers
      1.03 Typography
      1.04 Alerts
      1.05 Breadcrumbs
      1.06 Buttons
      1.07 Carousel
      1.08 Columns
      1.09 Dropdowns
      1.10 Filters
      1.11 Forms
      1.12 Icons
      1.13 Jumbo
      1.14 Labels
      1.15 Links
      1.16 Modals
      1.17 Navbar
      1.18 Nav lateral
      1.19 Page header
      1.20 Pagination
      1.21 Paginator
      1.22 Scaffolding
      1.23 Tables
      1.24 Tabs
      1.25 Tags
      1.26 Tooltips
      1.27 User badge
      1.28 Zero case

    2. Regions
      2.01 Header
      2.02 Footer

    3. Sections
      3.01 About
      3.02 Additional products
      3.03 Article content
      3.04 Article tools
      3.05 Attendees
      3.06 Blog
      3.07 Board
      3.08 Bookings
      3.09 Claims
      3.10 Comments
      3.11 Contact
      3.12 Conversations
      3.13 Credentials
      3.14 Events
      3.15 Features
      3.16 Help
      3.17 Home
      3.18 Locations
      3.19 News
      3.20 Partnerships
      3.21 Purchase
      3.22 Receipt
      3.23 Resources
      3.24 Services
      3.25 Settings
      3.26 Sidebar
      3.27 Social links
      3.28 Steps
      3.29 Suscriptions
      3.30 Testimonials
      3.31 User profile
      3.32 Users
      3.33 Your input
      3.34 Terms
      3.35 Threads
      3.38 My Account
    4. Plugins

-----------------------------------------------------------------------

*/
.i, .i-nexudus-logo {
  font: 0/0 a;
  color: transparent;
}

/*

-----------------------------------------------------------------------
  1. Components
-----------------------------------------------------------------------

*/

/*
  Loading spinner
*/

.sk-fading-circle {
  margin: 30px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/*
  Campfire modal
*/

.campfire-modal-wrapper {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.599977);
}

.campfire-modal {
  max-width: 850px;
  position: relative;
  height: initial!important;
  background-color: #FFF;
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Montserrat;
  margin-top: 100px;
  border-radius: 4px;
}

.campfire-modal .close {
  position: absolute;
  right: -32px;
  top: -6px;
  margin: 0;
  font-size: 0;
  outline: none;
}

.campfire-modal .content-container {
  max-width: 368px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.campfire-modal h2 {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 23px;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.277778px;
  color: #1A1A1A;
  margin: 0 0 20px 0;
}

.campfire-modal h3 {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 23px;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.194444px;
  color: #1A1A1A;
  margin: 0;
}

@media (max-width: 991px) {
  .campfire-modal {
    padding: 42px 30px 36px;
  }

  .campfire-modal .close {
    top: 10px;
    right: 10px;
  }
}

/*
  Notifications
*/

.alert.new-alert {
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.alert.new-alert b {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 23px;
  font-size: 14px;
  letter-spacing: -0.194444px;
  color: #FFFFFF;
  max-width: 650px;
}

.alert.new-alert > i {
  display: block;
  position: static;
  font-size: 20px;
  margin-right: 16px;
  line-height: 0;
}

.alert.new-alert .close {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 6px;
  margin: 0!important;
}

.alert.new-alert .close i {
  margin-right: 0;
}

.alert.new-alert .close:hover {
  filter: brightness(85%);
}

.alert.new-alert .alert--success {
  background-color: #2CAB70;
}

@media (max-width: 449px) {
  .alert.new-alert {
    padding: 18px 16px;
  }
}

/*

-----------------------------------------
  1.01 Fonts
-----------------------------------------

*/
@font-face {
  font-family: "Sailec";
  src: url('/content/themes/public/dos/fonts/Sailec-3044DE_A_0.eot?1460061043') format('embedded-opentype');
  src: url('/content/themes/public/dos/fonts/Sailec-3044DE_A_0.eot?1460061043#iefix') format('embedded-opentype'), url('/content/themes/public/dos/fonts/Sailec-3044DE_A_0.woff2?1460061043') format('woff2'), url('/content/themes/public/dos/fonts/Sailec-3044DE_A_0.woff?1460061043') format('woff'), url('/content/themes/public/dos/fonts/Sailec-3044DE_A_0.ttf?1460061043') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sailec";
  src: url('/content/themes/public/dos/fonts/Sailec-3044DE_8_0.eot?1460061043') format('embedded-opentype');
  src: url('/content/themes/public/dos/fonts/Sailec-3044DE_8_0.eot?1460061043#iefix') format('embedded-opentype'), url('/content/themes/public/dos/fonts/Sailec-3044DE_8_0.woff2?1460061043') format('woff2'), url('/content/themes/public/dos/fonts/Sailec-3044DE_8_0.woff?1460061043') format('woff'), url('/content/themes/public/dos/fonts/Sailec-3044DE_8_0.ttf?1460061043') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sailec";
  src: url('/content/themes/public/dos/fonts/Sailec-3044DE_0_0.eot?1460061043') format('embedded-opentype');
  src: url('/content/themes/public/dos/fonts/Sailec-3044DE_0_0.eot?1460061043#iefix') format('embedded-opentype'), url('/content/themes/public/dos/fonts/Sailec-3044DE_0_0.woff2?1460061043') format('woff2'), url('/content/themes/public/dos/fonts/Sailec-3044DE_0_0.woff?1460061043') format('woff'), url('/content/themes/public/dos/fonts/Sailec-3044DE_0_0.ttf?1460061043') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Bebas";
  src: url('/content/themes/public/dos/fonts/Bebas-30CF9D_0_0.eot?1459933581') format('embedded-opentype');
  src: url('/content/themes/public/dos/fonts/Bebas-30CF9D_0_0.eot?1459933581#iefix') format('embedded-opentype'), url('/content/themes/public/dos/fonts/Bebas-30CF9D_0_0.woff2?1459933581') format('woff2'), url('/content/themes/public/dos/fonts/Bebas-30CF9D_0_0.woff?1459933581') format('woff'), url('/content/themes/public/dos/fonts/Bebas-30CF9D_0_0.ttf?1459933581') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Nexudus Icons";
  src: url('/content/themes/public/dos/fonts/nexudus-icons.eot?1460393538') format('embedded-opentype');
  src: url('/content/themes/public/dos/fonts/nexudus-icons.eot?1460393538#iefix') format('embedded-opentype'), url('/content/themes/public/dos/fonts/nexudus-icons.woff2?1460393538') format('woff2'), url('/content/themes/public/dos/fonts/nexudus-icons.woff?1460393538') format('woff'), url('/content/themes/public/dos/fonts/nexudus-icons.ttf?1460393538') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*

-----------------------------------------
  1.02 Helpers
-----------------------------------------

*/
@media only screen and (max-width: 479px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xxs-1 {
    width: 8.33333333%;
  }

  .col-xxs-2 {
    width: 16.66666667%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-4 {
    width: 33.33333333%;
  }

  .col-xxs-5 {
    width: 41.66666667%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-7 {
    width: 58.33333333%;
  }

  .col-xxs-8 {
    width: 66.66666667%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-10 {
    width: 83.33333333%;
  }

  .col-xxs-11 {
    width: 91.66666667%;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-pull-0 {
    right: auto;
  }

  .col-xxs-pull-1 {
    right: 8.33333333%;
  }

  .col-xxs-pull-2 {
    right: 16.66666667%;
  }

  .col-xxs-pull-3 {
    right: 25%;
  }

  .col-xxs-pull-4 {
    right: 33.33333333%;
  }

  .col-xxs-pull-5 {
    right: 41.66666667%;
  }

  .col-xxs-pull-6 {
    right: 50%;
  }

  .col-xxs-pull-7 {
    right: 58.33333333%;
  }

  .col-xxs-pull-8 {
    right: 66.66666667%;
  }

  .col-xxs-pull-9 {
    right: 75%;
  }

  .col-xxs-pull-10 {
    right: 83.33333333%;
  }

  .col-xxs-pull-11 {
    right: 91.66666667%;
  }

  .col-xxs-pull-12 {
    right: 100%;
  }

  .col-xxs-push-0 {
    left: auto;
  }

  .col-xxs-push-1 {
    left: 8.33333333%;
  }

  .col-xxs-push-2 {
    left: 16.66666667%;
  }

  .col-xxs-push-3 {
    left: 25%;
  }

  .col-xxs-push-4 {
    left: 33.33333333%;
  }

  .col-xxs-push-5 {
    left: 41.66666667%;
  }

  .col-xxs-push-6 {
    left: 50%;
  }

  .col-xxs-push-7 {
    left: 58.33333333%;
  }

  .col-xxs-push-8 {
    left: 66.66666667%;
  }

  .col-xxs-push-9 {
    left: 75%;
  }

  .col-xxs-push-10 {
    left: 83.33333333%;
  }

  .col-xxs-push-11 {
    left: 91.66666667%;
  }

  .col-xxs-push-12 {
    left: 100%;
  }

  .col-xxs-offset-0 {
    margin-left: 0%;
  }

  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xxs-offset-3 {
    margin-left: 25%;
  }

  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xxs-offset-6 {
    margin-left: 50%;
  }

  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xxs-offset-9 {
    margin-left: 75%;
  }

  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xxs-offset-12 {
    margin-left: 100%;
  }
}

.pull-right-not-xs, .pull-right-not-sm, .pull-right-not-md, .pull-right-not-lg{
    float: right;
}

.pull-left-not-xs, .pull-left-not-sm, .pull-left-not-md, .pull-left-not-lg{
    float: left;
}

.is-flex-1 {
  flex: 1;
}

.is-flex-2 {
  flex: 2;
}

.with-5px-padding {
  padding-left: 5px;
  padding-right: 5px;
}

.noHorizontalScroll {
  overflow-x: hidden!important;
}

@media only screen and (max-width: 479px) {
  .table-wrapper {
    overflow: scroll;
    width: 100%;
  }
}

@media (min-width: 991px) {
  .desktop-only {
    display: block;
  }
  
  .mobile-only {
    display: none;
  }
}

@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }
  
  .mobile-only {
    display: block;
  }
}

@media (max-width: 767px) {
    .pull-right-not-xs, .pull-left-not-xs{
        float: none;
    }
    .pull-right-xs {
        float: right;
    }
    .pull-left-xs {
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pull-right-not-sm, .pull-left-not-sm{
        float: none;
    }
    .pull-right-sm {
        float: right;
    }
    .pull-left-sm {
        float: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pull-right-not-md, .pull-left-not-md{
        float: none;
    }
    .pull-right-md {
        float: right;
    }
    .pull-left-md {
        float: left;
    }
}
@media (min-width: 1200px) {
    .pull-right-not-lg, .pull-left-not-lg{
        float: none;
    }
    .pull-right-lg {
        float: right;
    }
    .pull-left-lg {
        float: left;
    }
}
/*

-----------------------------------------
  1.03 Typography
-----------------------------------------

*/
h1, .h1,
h2, .h2, .resources-details-list__value,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 700;
  line-height: 1.25;
}

.text-mega {
  font-size: 40px;
}

h1, .h1 {
  font-size: 31px;
}

h2, .h2, .resources-details-list__value {
  font-size: 24px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

.section-title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'Montserrat';
  line-height: normal;
  font-weight: 200;
  font-size: 34px;
  letter-spacing: -0.555556px;
  color: #4A4A4A;
  margin-bottom: 10px;
}

.section-subtitle {
  font-family: 'Montserrat';
  font-weight: 300;
  line-height: normal;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #4A4A4A;
  margin: 10px 0 30px 0;
}

@media only screen and (min-width: 480px) {
  .text-mega {
    font-size: 46px;
  }

  h1, .h1 {
    font-size: 33px;
  }

  h2, .h2, .resources-details-list__value {
    font-size: 26px;
  }

  h3, .h3 {
    font-size: 23px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .text-mega {
    font-size: 56px;
  }

  h1, .h1 {
    font-size: 36px;
  }

  h2, .h2, .resources-details-list__value {
    font-size: 28px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 16px;
  }

  .section-title {
    font-size: 40px;
  }
}
/*

-----------------------------------------
  1.04 Alerts
-----------------------------------------

*/
.alert {
  padding: 25px 20px 21px;
  font-size: 14px;
  border: 0;
  border-radius: 2px;
}
.alert a:not(.btn) {
  text-decoration: underline;
}
.alert .close {
  margin: -15px -10px 0 0 !important;
  font-size: 24px !important;
  color: #fff !important;
}
.alert--success {
  color: #fff;
  background-color: #10AD6C;
}
.alert--success a:not(.btn) {
  color: #fff !important;
}
.alert--info {
  color: #FFF;
  background-color: #2677E5;
}
.alert--info a:not(.btn) {
  color: #FFF !important;
}
.alert--info--v2 {
  color: #333;
  background-color: #F4F4F4;
}
.alert--info--v2 a:not(.btn) {
  color: #333 !important;
}
.alert--info--v2 .close {
  color: #333 !important;
}
.alert--warning {
  color: #fff;
  background-color: #F7A700;
}
.alert--warning a:not(.btn) {
  color: #fff !important;
}
.alert--danger {
  color: #fff;
  background-color: #EB2C21;
}
.alert--danger a:not(.btn) {
  color: #fff !important;
}
.alert--credentials {
  padding: 20px;
  background-color: #F4F4F4;
}
.alert--credentials h3 {
  margin: 0;
  font-weight: 500;
}
.alert--credentials p {
  margin: 0;
  color: #949494;
}
.alert--credentials .btn-toolbar {
  margin-top: 15px;
}
.alert--top-bar {
  min-height: 50px;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #333;
  border-radius: 0;
}
.alert--top-bar .close {
  margin-top: 3px !important;
}
.alert--top-bar__message {
  margin: 0;
}
.alert--top-bar__message .btn {
  margin: 0 10px;
}
.alert--icon {
  position: relative;
  padding-left: 60px;
}
.alert--icon i {
  top: 21px;
  left: 20px;
  position: absolute;
  font-size: 24px;
}

.text-hint {
  color: #949494;
}

.text-success {
  color: #10AD6C;
}

.text-info {
  color: #2677E5;
}

.text-warning {
  color: #F7A700;
}

.text-danger {
  color: #EB2C21;
}
.validation-error {
  color: #EB2C21 !important;
}
.validationElement {
  border-color: #EB2C21 !important;
}
/*

-----------------------------------------
  1.05 Breadcrumb
-----------------------------------------

*/
.breadcrumb {
  margin-bottom: 25px;
  padding: 15px 0;
  font-size: 12px;
  color: #949494;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  color: #949494;
}
.breadcrumb a {
  color: #949494;
}
.breadcrumb > .active {
  color: #333;
}

/*

-----------------------------------------
  1.06 Buttons
-----------------------------------------

*/

.large-button {
  display: block;
  outline: none;
  border: none;
  width: 100%;
  padding: 22px 0;
  background: #B72626;
  border-radius: 4px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.large-button:hover, .large-button:focus {
  text-decoration: none;
  color: #FFFFFF;
  filter: brightness(85%);
}

.large-button.cancel {
  background-color: #FFFFFF;
  color: #1A1A1A;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}

.large-button.cancel:hover, .booking-modal-body.cancel:focus {
  filter: brightness(97%);
}

.load-more-button-container {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 30px;
}

.load-more-button-container .events-button__loadMore {
  max-width: 380px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.btn, .fc button {
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 500;
  white-space: normal;
  border-radius: 2px;
  border-width: 2px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn--default, .fc button.fc-state-active {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn--default:hover, .fc button.fc-state-active:hover, .btn--default:focus, .fc button.fc-state-active:focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  outline: none;
}
.btn--default--inverse, .fc button.fc-state-default {
  color: #333;
  background-color: transparent;
  border-color: #333;
}
.btn--default--inverse:hover, .fc button.fc-state-default:hover, .btn--default--inverse:focus, .fc button.fc-state-default:focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn--primary {
  color: #fff;
  background-color: #CA2127;
  border-color: #CA2127;
}
.btn--primary:hover, .btn--primary:focus {
  color: #fff;
  filter: brightness(85%);
}
.btn--primary--inverse {
  color: #CA2127;
  background-color: transparent;
  border-color: #CA2127;
}
.btn--primary--inverse:hover, .btn--primary--inverse:focus {
  color: #fff;
  filter: brightness(85%);
}
.btn--secondary {
  color: #fff;
  background-color: #949494;
  border-color: #949494;
}
.btn--secondary:hover, .btn--secondary:focus {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}
.btn--secondary--inverse {
  color: #949494;
  background-color: transparent;
  border-color: #949494;
}
.btn--secondary--inverse:hover, .btn--secondary--inverse:focus {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}
.btn--google {
  color: #fff;
  background-color: #E8473B;
  border-color: #E8473B;
}
.btn--google:hover, .btn--google:focus {
  color: #fff;
  background-color: #d72619;
  border-color: #d72619;
}
.btn--google--inverse {
  color: #E8473B;
  background-color: transparent;
  border-color: #E8473B;
}
.btn--google--inverse:hover, .btn--google--inverse:focus {
  color: #fff;
  background-color: #d72619;
  border-color: #d72619;
}
.btn--facebook {
  color: #fff;
  background-color: #3B5998;
  border-color: #3B5998;
}
.btn--facebook:hover, .btn--facebook:focus {
  color: #fff;
  background-color: #2d4373;
  border-color: #2d4373;
}
.btn--facebook--inverse {
  color: #3B5998;
  background-color: transparent;
  border-color: #3B5998;
}
.btn--facebook--inverse:hover, .btn--facebook--inverse:focus {
  color: #fff;
  background-color: #2d4373;
  border-color: #2d4373;
}
.btn--nexudus {
  color: #fff;
  background-color: #FAAC00;
  border-color: #FAAC00;
}
.btn--nexudus:hover, .btn--nexudus:focus {
  color: #fff;
  background-color: #c78900;
  border-color: #c78900;
}
.btn--nexudus--inverse {
  color: #FAAC00;
  background-color: transparent;
  border-color: #FAAC00;
}
.btn--nexudus--inverse:hover, .btn--nexudus--inverse:focus {
  color: #fff;
  background-color: #c78900;
  border-color: #c78900;
}
.btn--success {
  color: #fff;
  background-color: #10AD6C;
  border-color: #10AD6C;
}
.btn--success:hover, .btn--success:focus {
  color: #fff;
  background-color: #0c7e4f;
  border-color: #0c7e4f;
}
.btn--success--inverse {
  color: #10AD6C;
  background-color: transparent;
  border-color: #10AD6C;
}
.btn--success--inverse:hover, .btn--success--inverse:focus {
  color: #fff;
  background-color: #0c7e4f;
  border-color: #0c7e4f;
}
.btn--info {
  color: #fff;
  background-color: #2677E5;
  border-color: #2677E5;
}
.btn--info:hover, .btn--info:focus {
  color: #fff;
  background-color: #175fc1;
  border-color: #175fc1;
}
.btn--info--inverse {
  color: #2677E5;
  background-color: transparent;
  border-color: #2677E5;
}
.btn--info--inverse:hover, .btn--info--inverse:focus {
  color: #fff;
  background-color: #175fc1;
  border-color: #175fc1;
}
.btn--warning {
  color: #fff;
  background-color: #F7A700;
  border-color: #F7A700;
}
.btn--warning:hover, .btn--warning:focus {
  color: #fff;
  background-color: #c48500;
  border-color: #c48500;
}
.btn--warning--inverse {
  color: #F7A700;
  background-color: transparent;
  border-color: #F7A700;
}
.btn--warning--inverse:hover, .btn--warning--inverse:focus {
  color: #fff;
  background-color: #c48500;
  border-color: #c48500;
}
.btn--danger {
  color: #fff;
  background-color: #EB2C21;
  border-color: #EB2C21;
}
.btn--danger:hover, .btn--danger:focus {
  color: #fff;
  background-color: #c71c12;
  border-color: #c71c12;
}
.btn--danger--inverse {
  color: #EB2C21;
  background-color: transparent;
  border-color: #EB2C21;
}
.btn--danger--inverse:hover, .btn--danger--inverse:focus {
  color: #fff;
  background-color: #c71c12;
  border-color: #c71c12;
}
.btn--link {
  font-weight: 400;
}
.btn--link:hover, .btn--link:focus {
  text-decoration: underline;
}
.btn--xs {
  font-size: 12px;
  padding: 4px 10px;
}
.btn--sm, .fc button {
  font-size: 14px;
  padding: 5px 15px;
}
.btn--lg {
  font-size: 18px;
  padding: 9px 25px;
}

.fc .fc-button-group > * {
  margin-left: -2px;
}
.fc button {
  height: auto !important;
  text-shadow: none;
  box-shadow: none;
  border: 1px  solid #dcdcdc !important;
  padding: 15px 40px !important;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #4A4A4A !important;
}
.fc button.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc button.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc button.fc-state-default {
  background: transparent !important;
}
.fc button.fc-state-default:hover, .fc button.fc-state-default:focus {
  background-color: #F1F1F1 !important;
}
.fc button.fc-state-active {
  color: #fff !important;
  background: #B72626 !important;
  border: none;
}
.fc button.fc-state-active:hover, .fc button.fc-state-active:focus {
  background: #B72626 !important;
}
.fc button.fc-prev-button, .fc button.fc-next-button {
  padding: 15px 20px !important;
}
.fc-icon {
  width: auto !important;
  height: auto !important;
}
.fc-icon.fc-icon-calendar-left-icon::before {
  content: url(/files/tail-left-grey.svg);
}
.fc-icon.fc-icon-calendar-right-icon::before {
  content: url(/files/tail-right-grey.svg);
}
.fc {
  position: relative;
}
.fc .calendar-loading-bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: black;
  z-index: 10000;
  padding: 20%;
  text-align: center;
  margin-top: 56px;

}
.progress-bar {
  background-color: #CA2127;
}

.btn-block + .btn-block {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .btn-block--in-xs-down {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .btn-block--in-xxs {
    display: block;
    width: 100%;
  }
}

.btn-toolbar .btn, .btn-toolbar .fc button, .fc .btn-toolbar button {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
}
.btn-toolbar--block {
  margin-left: 0;
}
.btn-toolbar--block .btn, .btn-toolbar--block .fc button, .fc .btn-toolbar--block button {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .btn-toolbar--block--in-xs-down {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .btn-toolbar--block--in-xxs {
    margin-left: 0;
  }
}

/*

-----------------------------------------
  1.07 Carousel
-----------------------------------------

*/
.carousel-control {
  opacity: 1;
  text-shadow: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.carousel-control__inner {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  line-height: 36px;
  background-color: #F4F4F4;
}
.carousel-control i {
  color: #333;
  opacity: 0.75;
}
.carousel-control.left, .carousel-control.right {
  background: none;
}
.carousel-control.left .carousel-control__inner {
  left: 0;
  padding-right: 5px;
  border-radius: 0 2px 2px 0;
}
.carousel-control.right .carousel-control__inner {
  right: 0;
  padding-left: 5px;
  border-radius: 2px 0 0 2px;
}
.carousel-control:hover .carousel-control__inner, .carousel-control:focus .carousel-control__inner {
  background-color: #E4E4E4;
}
.carousel-control:hover i, .carousel-control:focus i {
  opacity: 1;
}
.carousel--about .item {
  min-height: 200px;
  height: calc(50vh);
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .carousel--about .item {
    min-height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .carousel--about .item {
    min-height: 600px;
    height: calc(100vh - 232px);
  }
}

/*

-----------------------------------------
  1.08 Columns
-----------------------------------------

*/
.columns-3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.columns-3 li {
  list-style-type: none;

}

.columns-2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.columns-2 li {
  padding-top: 10px;
}
.columns-3 li {
  list-style-type: none;

}

/*

-----------------------------------------
  1.09 Dropdowns
-----------------------------------------

*/
.dropdown-menu {
  padding: 8px 6px;
  border-color: #E4E4E4;
  border-radius: 0;
  box-shadow: none;
}
.dropdown-menu > li > a {
  padding: 6px 12px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #F9F9F9;
  filter: none;
  border-radius: 16.5px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  font-weight: 700;
  color: #333;
  background: none;
}
.dropdown-menu--images > li > a {
  display: block;
  position: relative;
  min-height: 32px;
  padding-left: 62px;
}
.dropdown-menu--images__cover {
  top: 5px;
  left: 20px;
  position: absolute;
}
.dropdown-menu--images__subtitle {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #949494;
}

/*

-----------------------------------------
  1.10 Filters
-----------------------------------------

*/
.filters {
  position: relative;
  margin-bottom: 40px;
  font-size: 14px;
  border-bottom: 1px solid #E4E4E4;
}
.filters__nav {
  margin: 0 -10px;
}
.filters__nav > li {
  display: inline-block;
  margin: 0 10px -1px;
  padding: 0;
}
.filters__nav > li > a {
  padding: 0;
  color: #333;
  border-bottom: 3px solid transparent;
}
.filters__nav > li > a:hover, .filters__nav > li > a:focus {
  background: none;
  border-bottom-color: #333;
}
.filters__nav > li.active {
  font-weight: 700;
}
.filters__nav > li.active > a {
  border-bottom-color: #333;
}
.filters__nav > li.open > a,
.filters__nav > li.open > a:hover,
.filters__nav > li.open > a:focus {
  background: none;
  border-bottom-color: #333;
}
.filters .dropdown-menu {
  margin-top: -1px;
}
.filters__new-item {
  top: -20px;
  right: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .filters {
    border-bottom: 0;
  }
  .filters__nav > li {
    display: block;
    margin-bottom: 0;
  }
  .filters__nav > li > a {
    padding: 10px;
    border-bottom-color: #E4E4E4;
  }
  .filters__nav > li.pull-right {
    float: none !important;
  }
  .filters .dropdown-menu {
    width: 100%;
    margin-top: 0;
  }
  .filters__new-item {
    margin-bottom: 20px;
    position: static;
  }
}
.filters .dropdown-toggle {

}

/* TODO

-----------------------------------------
1.10.1 Filters Events
-----------------------------------------

*/


.filters__events {
  position: relative;
  font-family: Montserrat;
  font-size: 14px;
  color: #1A1A1A;
}
.filters__nav__events {
  margin: 0 -10px;
}
.filters__nav__events > li {
  display: inline-block;
  margin: 0 10px -1px;
  padding: 0;
}
.filters__nav__events > li > a {
  padding: 0;
  color: #1A1A1A;
  border-bottom: 3px solid transparent;
}
.filters__nav__events > li > a:hover, .filters__nav__events > li > a:focus {
  background: none;
}
.filters__nav__events > li.active {
  font-weight: 700;
}
.filters__nav__events > li.open > a,
.filters__nav__events > li.open > a:hover,
.filters__nav__events > li.open > a:focus {
  background: none;
  border-color: #d8d8d8;
}
.filters__events .dropdown-menu {
  margin-top: 1px;
}
.filters__new-item {
  top: -20px;
  right: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .filters__events {
    border-bottom: 0;
  }
  .filters__nav__events > li {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .filters__nav__events > li > a {
    padding: 10px;
  }
  .filters__nav__events > li.pull-right {
    float: none !important;
  }
  .filters__events .dropdown-menu {
    width: 100%;
    margin-top: 0;
  }
  .filters__new-item {
    margin-bottom: 20px;
    position: static;
  }
}

.filters__events .filter-label {
  text-transform: uppercase;
  margin-right: 15px;
}

.filters__events .dropdown-toggle {
  display: inline-block;
  border: 1px solid #d8d8d8;
  padding: 10px 20px;
  border-radius: 25px;
}

.filters__events .dropdown-toggle .caret{
  color: #B72626;
  margin-left: 14px;
  border-width: 6px
}

.filters__events .location-filter .dropdown-toggle {
  padding-left: 40px;
}
.filters__events .location-filter .dropdown-toggle i {
  position: absolute;
  top: 12px;
  left: 15px;
}


/*

-----------------------------------------
  1.11 Forms
-----------------------------------------

*/
.form .user-badge {
  margin-top: 10px;
  margin-bottom: 20px;
}
.form .user-cover {
  margin-bottom: 20px;
}
.form .user-cover img {
  width: 100%;
}
.form--search {
  position: relative;
  padding-right: 33px;
}
.form--search .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form--search .btn {
  top: 0;
  right: 0;
  position: absolute;
  width: 40px;
  padding-right: 0;
  padding-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form--search .btn--sm {
  width: 34px;
}
@media only screen and (min-width: 768px) {
  .form--newsletter .form-control {
    min-width: 264px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .form--newsletter .btn {
    margin-left: -5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form--newsletter .btn {
    margin-top: 20px;
  }
}
.form--help {
  margin: 15px 0 35px;
}
.form--book__add-note,
.form--book__add-visitor,
.form--book__add-discount {
  margin: 0px 0 25px;
  font-size: 14px;
}

.form--book__select-products .checkbox label span {
  font-weight: bold;
  margin-left: 10px;
}

form fieldset {
  margin-bottom: 35px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E4E4E4;
}
form fieldset:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
form fieldset h2 {
  margin: 0 0 20px;
}

form fieldset legend {
  margin-bottom: 30px;
  border-bottom: 0;
  background: transparent;
}
form fieldset legend.h3 {
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
  width: 100%;
}

.form-group--date-wrapper .form-control {
  display: inline-block;
  max-width: 100px;
}
.form-group--date-wrapper .form-control:first-child {
  margin-bottom: 5px;
}
.form-group--related-top {
  margin-top: -10px;
}

.form-group .date, .form-group .time {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 20px;
  width: 100%;
}

.form-group div.date {
  background-image: url('/files/calendar-icon.svg');
}

.form-group div.time {
  background-image: url('/files/time-icon.svg');
}

.form-group .date input, .form-group .time input  {
  background-color: transparent;
  border: none;
  height: 64px;
  width: 100%;
  padding-left: 60px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #1A1A1A;
}

.form-group .date .input-group-addon {
  border: none;
}

.form-group .date .picker {
  max-width: 350px;
}

.form-group .picker__list {
  padding: 0;
  margin: 0;
}

.form-group .picker--time {
  min-width: 130px;
}

.form-group .picker--time .picker__holder {
  min-width: 130px;
}


label {
  font-size: 14px;
  color: #333;
}
label em {
  font-weight: 400;
  font-style: normal;
}
label + .checkbox {
  margin-top: 0;
}

.form-control{
  height: 40px;
  padding: 6px 10px 4px;
  font-size: 13px;
  color: #333;
  border-color: #949494;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-tagsinput {
    border-color: #949494 !important;
    border-radius: 2px !important;
    box-shadow: 0 !important;
    display: inline-block !important;

    color: #333 !important;
    vertical-align: middle !important;
    max-width: 100% !important;
    line-height: 22px !important;
    cursor: text !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100% !important;
}

.form-control::-moz-placeholder {
  color: #C4C4C4;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #C4C4C4;
}
.form-control::-webkit-input-placeholder {
  color: #C4C4C4;
}
.form-control:focus {
  border-color: #333;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control--auto {
  width: auto;
}

.input--sm {
  height: 34px;
}
.input--lg {
  height: 50px;
  font-size: 20px;
}

input[type="file"] {
  font-size: 14px;
}

#profile-form .form-group.required .control-label:after
 {
    color: #d00;
    content: "(Required)" !important;
    margin-left: 4px;
    top:0px;
}
#profile-form .form-group.required label:after{
    color: #d00;
    content: "(Required)" !important;
    margin-left: 4px;
}

.form-group.required .control-label:after
 {
    color: #d00;
    content: "*";
    margin-left: 4px;
    top:0px;
}
.form-group.required label:after{
    color: #d00;
    content: "*";
    margin-left: 4px;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 32px;
  text-overflow: '';
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAABGdBTUEAALGPC/xhBQAAALFJREFUGBljDg0NZebi4logJSX179mzZzcZcAATE5McaWnpIKbXr1+zAtVo/f//fw1Q0B+bemNj4zyg/OR///6pMR04cOAHDw+PKyMj40Wg4Gp0TSDFQEMmAuU3AelwRpiJDg4OAl++fNkN1KQPlAw5c+bMJmTFQPGQs2fP/oZrAGlE07QIqCgZZDJMMUgNigY0TSboikHyzCACGTx48OCHmpra6j9//nwHmpwHcgayPAD3pGikM0gt+wAAAABJRU5ErkJggg==");
}

.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices {
  border-radius: 1px !important;
  background-image: none !important;
  padding-top: 8px !important;
  height: 40px !important;
}

.chosen-container-multi .chosen-choices {
  background-image: none !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background-image: none !important;
  background-color: black  !important;
  border: 1px solid black !important;
  border-radius: 1px !important;
  box-shadow: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  color: white !important;
}

.chosen-container-single .chosen-single div {
  top: 8px !important;
}

.chosen-container .chosen-results li.highlighted {
  background-image: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
  margin: -2px 5px 3px 0 !important;
  padding: 6px 21px 6px 5px !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 7px !important;
}

select.form-control option {
  font-size: 15px;
  padding: 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  select.form-control {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAABGdBTUEAALGPC/xhBQAAARVJREFUOBGllLEOgjAURa1hMjExLoy6OpkIBhImZhyd/RUTv8DdwZ9wdyPwBc6OLI6GAYL3NpAoUij6klLaPs6BR1MxKMNxHDPP84NhGMcoim7V/C+9bdtbIcQyCIK9IMDzvHGapjFuF1hIIPF/lQC+K4riDNYQ7cTLABNTdLPy3syy7Oq67oLjPlGD89GVFIRheMdgg/bkLIS9JQ3wGyoRyBIRyrAsy0d3QRtxrFsuBdyP4zj5EBDaV9IGly/JSz10JV1wcr++oJJ1SXTgrQIuqiTYZeu3rchU/lBZcw7eQ/kFVVKD5AH4BOtyB6JXwsnoFDCpLuFcGa1w5mgJmNgg6YT3EtQkd1XNmfdX4AiZ8+zShbwA2BehrlW8emkAAAAASUVORK5CYII=");
    background-size: 12px 7px;
  }
}
select.form-control::-ms-expand {
  display: none;
}

input[type="radio"],
input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #949494;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
}
.disabled input[type="radio"], .disabled
input[type="checkbox"] {
  border-color: #949494;
}

input[type="radio"] {
  border-radius: 100%;
}
input[type="radio"]:checked:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px 0 0 3px;
  background-color: #333;
  border-radius: 100%;
}

input[type="checkbox"] {
  border-radius: 2px;
  width: 16px;
  height: 16px;
}
input[type="checkbox"]:checked:before {
  content: "\f00c";
  top: 0;
  left: 0;
  position: absolute;
  font-family: FontAwesome;
  font-size: 14px;
  color: #333;
}

.radio label,
.checkbox label {
  padding-left: 24px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin: 0 0 0 -24px;
}

.input-group-addon {
  background-color: #fff;
  border-color: #949494;
  border-radius: 2px;
}

.help-block {
  margin-top: 10px;
  font-size: 12px;
  color: #949494;
}
.checkbox .help-block {
  margin-top: 0;
}

.form-actions {
  margin-top: 10px;
}
.form-actions button {
  margin-bottom: 10px;
}
.form-group .form-actions {
  margin-top: 30px;
}

.form-inline + .form-inline {
  margin-top: 15px;
}
.form-inline label {
  margin-right: 10px;
}
.form-inline .form-control + label {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .form-inline .form-control {
    display: inline-block;
  }
}

.editor-toolbar.fullscreen {
  top: 90px !important;
}
.CodeMirror-fullscreen {
  top: 148px !important;
}
.editor-preview-side {
  top: 148px !important;
}


/*

-----------------------------------------
  1.12 Icons
-----------------------------------------

*/
.i, .i-nexudus-logo {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  background-image: url('/content/themes/public/dos/img/nexudus-sprite.svg?1459612966');
}

.i-space--right {
  margin-right: 5px;
}
.i-space--right--small {
  margin-right: 3px;
}
.i-space--right--large {
  margin-right: 10px;
}
.i-space--left {
  margin-left: 5px;
}
.i-space--left--small {
  margin-left: 3px;
}
.i-space--left--large {
  margin-left: 10px;
}

.i-nexudus-logo {
  width: 18px;
  height: 18px;
  background-position: 0 -50px;
}

[data-icon]:before,
[class^="i-nexudus-"]:before,
[class*=" i-nexudus-"]:before {
  font-family: "Nexudus Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
}

[data-icon]:before {
  content: attr(data-icon);
}

.i-nexudus-ac:before {
  content: "\61";
}

.i-nexudus-catering:before {
  content: "\62";
}

.i-nexudus-cctv:before {
  content: "\63";
}

.i-nexudus-childcare:before {
  content: "\64";
}

.i-nexudus-conference:before {
  content: "\65";
}

.i-nexudus-heating:before {
  content: "\66";
}

.i-nexudus-hotdrinks:before {
  content: "\67";
}

.i-nexudus-joinus:before {
  content: "\68";
}

.i-nexudus-lockdoor:before {
  content: "\69";
}

.i-nexudus-meeting:before {
  content: "\6a";
}

.i-nexudus-phone:before {
  content: "\6b";
}

.i-nexudus-members:before {
  content: "\6c";
}

.i-nexudus-projector:before {
  content: "\6d";
}

.i-nexudus-benefits:before {
  content: "\6e";
}

.i-nexudus-workspace:before {
  content: "\6f";
}

.i-nexudus-window:before {
  content: "\70";
}

.i-nexudus-wifi-alt:before {
  content: "\71";
}

.i-nexudus-wifi:before {
  content: "\72";
}

.i-nexudus-whiteboard:before {
  content: "\73";
}

.i-nexudus-whatson-alt:before {
  content: "\74";
}

.i-nexudus-whatson:before {
  content: "\75";
}

.i-nexudus-tvset:before {
  content: "\76";
}

.i-nexudus-thespace:before {
  content: "\77";
}

.i-nexudus-thespace-alt:before {
  content: "\78";
}

.i-nexudus-softdrinks:before {
  content: "\79";
}

.i-nexudus-recorder:before {
  content: "\7a";
}

.i-nexudus-network:before {
  content: "\41";
}

.i-nexudus-computer:before {
  content: "\42";
}

.i-nexudus-weeklyevents:before {
  content: "\43";
}

.i-nexudus-location::before {
  content: url(/files/location-icon.svg);
}

.i-nexudus-location-filled::before {
  content: url(/files/location-filled-icon.svg);
}

.i-nexudus-table::before {
  content: url(/files/table-icon.svg);
}

.i-nexudus-calendar::before {
  content: url(/files/calendar-icon.svg);
}

.i-nexudus-calendar-filled::before {
  content: url(/files/calendar-filled-icon.svg);
}

.i-nexudus-calendar-outline::before {
  content: url(/files/calendar-outline-icon.svg);
}

.i-nexudus-time::before {
  content: url(/files/time-icon.svg);
}

.i-nexudus-people::before {
  content: url(/files/people-icon.svg);
}

.i-nexudus-gray-people::before {
  content: "";
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  background-image: url(/files/gray-people-icon.svg);
}

.i-nexudus-heart::before {
  content: url(/files/heart-icon.svg);
}

.i-nexudus-tail-left::before {
  content: url(/files/tail-left.svg);
}
.i-nexudus-tail-left-black::before {
  content: url(/files/tail-left-black.svg);
}
.i-nexudus-notification::before {
  content: url(/files/notification-icon.svg);
}

.i-nexudus-email::before {
  content: url(/files/email-icon.svg);
}

.i-nexudus-email-red::before {
  content: url(/files/email-red-icon.svg);
}

.i-nexudus-logout::before {
  content: url(/files/logout-icon.svg);
}

.i-nexudus-zoom::before {
  content: url(/files/zoom-icon.svg);
}

.i-nexudus-close::before {
  content: url(/files/close-icon.svg);
}

.i-nexudus-close-black::before {
  content: url(/files/close-black-icon.svg);
}

.i-nexudus-check-circle::before {
  content: url(/files/check-circle.svg);
}

.i-nexudus-employees::before {
  content: url(/files/employees-icon.svg);
}

.i-nexudus-facebook::before {
  content: url(/files/facebook-icon.svg);
}

.i-nexudus-facebook-red::before {
  background-image: url(/files/facebook-red-icon.svg);
}

.i-nexudus-twitter::before {
  content: url(/files/twitter-icon.svg);
}

.i-nexudus-twitter-red::before {
  background-image: url(/files/twitter-red-icon.svg);
}

.i-nexudus-social-icon::before {
  content: "";
  display: inline-block;
  background-size: 29px 29px;
  width: 29px;
  height: 29px;
}

.i-nexudus-flickr::before {
  background-image: url(/files/flickr-icon.svg);
}

.i-nexudus-flickr-red::before {
  background-image: url(/files/flickr-red-icon.svg);
}

.i-nexudus-google-plus::before {
  background-image: url(/files/google-plus-icon.svg);
}

.i-nexudus-google-plus-red::before {
  background-image: url(/files/google-plus-red-icon.svg);
}

.i-nexudus-linkedin::before {
  background-image: url(/files/linkedin-icon.svg);
}

.i-nexudus-linkedin-red::before {
  background-image: url(/files/linkedin-red-icon.svg);
}

.i-nexudus-instagram::before {
  background-image: url(/files/instagram-icon.svg);
}

.i-nexudus-instagram-red::before {
  background-image: url(/files/instagram-red-icon.svg);
}

.i-nexudus-pinterest::before {
  background-image: url(/files/pinterest-icon.svg);
}

.i-nexudus-pinterest-red::before {
  background-image: url(/files/pinterest-red-icon.svg);
}

.i-nexudus-skype::before {
  background-image: url(/files/skype-icon.svg);
}

.i-nexudus-skype-red::before {
  background-image: url(/files/skype-red-icon.svg);
}

.i-nexudus-tumblr::before {
  background-image: url(/files/tumblr-icon.svg);
}

.i-nexudus-tumblr-red::before {
  background-image: url(/files/tumblr-red-icon.svg);
}

.i-nexudus-vimeo::before {
  background-image: url(/files/vimeo-icon.svg);
}

.i-nexudus-vimeo-red::before {
  background-image: url(/files/vimeo-red-icon.svg);
}

.i-nexudus-blogger::before {
  background-image: url(/files/blogger-icon.svg);
}

.i-nexudus-blogger-red::before {
  background-image: url(/files/blogger-red-icon.svg);
}

.i-nexudus-github::before {
  background-image: url(/files/github-icon.svg);
}

.i-nexudus-github-red::before {
  background-image: url(/files/github-red-icon.svg);
}

.i-nexudus-chat-container::before {
  content: "";
  display: inline-block;
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
}

.i-nexudus-chat::before {
  background-image: url(/files/chat-icon.svg);
}

.i-nexudus-chat-red::before {
  background-image: url(/files/chat-red-icon.svg);
}
.i-nexudus-leaf::before {
  content: url(/files/leaf.svg);
}
.i-nexudus-user-add::before {
  content: url(/files/a-add.svg);
}
.i-nexudus-energy::before {
  content: url(/files/energy.svg);
}
.i-nexudus-handout::before {
  content: url(/files/handout.svg);
}
.i-nexudus-box::before {
  content: url(/files/box.svg);
}
.i-nexudus-bike::before {
  content: url(/files/bike.svg);
}
.i-nexudus-desktop::before {
  content: url(/files/desktop.svg);
}
.i-nexudus-phone-call::before {
  content: url(/files/phone-call.svg);
}
.i-nexudus-credit-card::before {
  content: url(/files/credit-card.svg);
}
.i-nexudus-round-dollar::before {
  content: url(/files/round-dollar.svg);
}
.i-nexudus-microwave::before {
  content: url(/files/microwave.svg);
}
.i-nexudus-coffee::before {
  content: url(/files/coffee.svg);
}
.i-nexudus-conference-room::before {
  content: url(/files/table.svg);
}
.i-nexudus-printer::before {
  content: url(/files/printer.svg);
}
.i-nexudus-building::before {
  content: url(/files/building.svg);
}
.i-nexudus-lock::before {
  content: url(/files/i-lock.svg);
}
.i-nexudus-drawer::before {
  content: url(/files/drawer.svg);
}
.i-nexudus-notebook::before {
  content: url(/files/notebook.svg);
}
.i-nexudus-minus::before {
  content: url(/files/minus.svg);
}
.i-nexudus-plus::before {
  content: url(/files/plus.svg);
}
.i-nexudus-add-user::before {
  content: url(/files/a-add.svg);
}
.i-nexudus-chat-small::before {
  content: url(/files/chat-small.svg);
}
.i-nexudus-chair::before {
  content: url(/files/chair-icon.svg);
}
.i-nexudus-calendar-large::before {
  content: url(/files/calendar-large.svg);
}
.i-nexudus-parking::before {
  content: url(/files/parking.svg);
}
.i-nexudus-feedback-suggestions::before {
  content: url(/files/feedback-suggestions.svg);
}
.i-nexudus-member-events::before {
  content: url(/files/member-events.svg);
}
.i-nexudus-circle-remove::before {
  content: url(/files/circle-remove-icon.svg);
}

/*

-----------------------------------------
  1.13 Jumbo
-----------------------------------------

*/
.jumbo {
  position: relative;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center center;
}
.jumbo:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.jumbo__texts {
  z-index: 30;
  position: relative;
  padding: 0 5%;
}
.jumbo__title {
  font-family: "Bebas";
}
.jumbo__subtitle {
  font-weight: 400;
  margin: 15px 0 35px;
}
@media only screen and (min-width: 992px) {
  .jumbo {
    min-height: 400px;
    height: calc(100vh - 160px);
  }
  .jumbo__texts {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -50%;
  }
  .jumbo__subtitle {
    margin-bottom: 65px;
  }
}

/*

-----------------------------------------
  1.14 Labels
-----------------------------------------

*/
.label {
  padding: 2px 5px 1px;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 2px;
  display: inline-table;
}
.label--default {
  background-color: #333;
}
.label--default--inverted {
  color: #333;
  background: transparent;
  box-shadow: inset 0 0 0 1px #333;
}
.label--primary {
  background-color: #CA2127;
}
.label--success {
  background-color: #10AD6C;
}
.label--danger {
  background-color: #EB2C21;
}

/*

-----------------------------------------
  1.15 Links
-----------------------------------------

*/
a {
  color: #CA2127;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover, a:focus {
  color: #CA2127;
  filter: brightness(85%);
  text-decoration: underline;
}
a:active, a:focus {
  outline: 0;
}

.link--default {
  color: #333;
  text-decoration: underline;
}
.link--default:hover, .link--default:focus {
  color: #0d0d0d;
}
.link--primary {
  color: #CA2127;
  text-decoration: underline;
}
.link--primary:hover, .link--primary:focus {
  color: #df1b10;
}
.link--secondary, .btn--link {
  color: #949494;
  text-decoration: underline;
}
.link--secondary:hover, .btn--link:hover, .link--secondary:focus, .btn--link:focus {
  color: #6e6e6e;
}
.link--tertiary {
  color: #C4C4C4;
  text-decoration: underline;
}
.link--tertiary:hover, .link--tertiary:focus {
  color: #9e9e9e;
}
.link--quaternary {
  color: #fff;
  text-decoration: underline;
}
.link--quaternary:hover, .link--quaternary:focus {
  color: #d9d9d9;
}
.link--google {
  color: #E8473B;
  text-decoration: none;
}
.link--google:hover, .link--google:focus {
  color: #c02217;
}
.link--success {
  color: #10AD6C;
  text-decoration: underline;
}
.link--success:hover, .link--success:focus {
  color: #0a6740;
}
.link--info {
  color: #2677E5;
  text-decoration: underline;
}
.link--info:hover, .link--info:focus {
  color: #1454aa;
}
.link--warning {
  color: #F7A700;
  text-decoration: underline;
}
.link--warning:hover, .link--warning:focus {
  color: #ab7300;
}
.link--danger {
  color: #EB2C21;
  text-decoration: underline;
}
.link--danger:hover, .link--danger:focus {
  color: #b01910;
}
.link--back {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  text-decoration: none;
}
.link--back i {
  top: 3px;
  left: 0;
  position: absolute;
}

/*

-----------------------------------------
  1.16 Modals
-----------------------------------------

*/
.modal-backdrop.in {
  opacity: 0.75;
}
.modal-content {
  border-radius: 4px;
  box-shadow: none;
}
.modal-header {
  padding: 15px 20px 0;
  border-bottom: 0;
}
.modal-body {
  padding: 15px 20px 20px;
}
.modal .close {
  margin: -10px -12px 0 0;
  font-size: 24px;
  color: #333;
}
.modal--listing {
  font-size: 14px;
}
.modal--carrousel .modal-body {
  padding: 25px 0 0 0;
}

.modal.ekko-lightbox {

}

@media only screen and (min-width: 768px) {
  .modal .modal-dialog {
    width: 728px;
  }
  .modal-header {
    padding: 25px 35px 0;
  }
  .modal-body {
    padding: 25px 35px 35px;
  }
  .modal .close {
    margin: -20px -28px 0 0;
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .modal .modal-dialog {
    width: 928px;
  }
}

@media only screen and (max-device-width:768px){

  body.modal-open {
    overflow: hidden;
    position: fixed;
  }
}


/*
  Booking modal
*/

.booking-modal .close {
  position: absolute;
  right: -32px;
  top: -6px;
  margin: 0;
  font-size: 0;
  outline: none;
}

.booking-modal-header, .booking-modal-body {
  padding: 45px;
}

.booking-modal-body {
  padding-left: 0;
  padding-right: 0;
}

.booking-modal-body .modal-section {
  padding-left: 45px;
  padding-right: 45px;
}

.booking-modal-body .divider {
  border-top: 1px solid #F1F1F1;
  margin: 40px 0;
}

.booking-modal-header {
  background: #1A1A1A;
}

.booking-modal-header .alert--info {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #267DB7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.booking-modal-header .alert--danger {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #B72626;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.booking-modal-header .alert--info .info-container,
.booking-modal-header .alert--danger .info-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.booking-modal-header .alert--info, .booking-modal-header .alert--danger {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;

  align-items: center;
  -webkit-align-items: center;
  min-height: 50px;
  padding: 10px 16px;
  border-radius: 4px;
}

.booking-modal-header .alert--info b, .booking-modal-header .alert--danger b  {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #FFFFFF;
}

.booking-modal-header .alert--info i, .booking-modal-header .alert--danger i  {
  display: block;
  position: static;
  font-size: 20px;
  margin-right: 12px;
}

.booking-modal-header .alert--info .i-nexudus-circle-remove,
.booking-modal-header .alert--danger .i-nexudus-circle-remove {
  margin: -6px -8px 0 20px;
  align-self: flex-start;
}

.booking-modal-header .alert--info .i-nexudus-circle-remove:hover,
.booking-modal-header .alert--danger .i-nexudus-circle-remove:hover {
  filter: brightness(85%);
  cursor: pointer;
}

.booking-modal-header .modal-title {
  margin-bottom: 16px;
  font-family: Montserrat;
  font-weight: 200;
  line-height: normal;
  font-size: 30px;
  letter-spacing: -0.416667px;
  color: #FFFFFF;
}

.booking-modal-header .modal-description {
  margin-bottom: 10px;
  font-family: Montserrat;
  font-weight: 200;
  line-height: 23px;
  font-size: 20px;
  letter-spacing: -0.277778px;
  color: #FFFFFF;
}

.booking-modal-header .discount-code-link {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 23px;
  font-size: 14px;
  letter-spacing: -0.194444px;
  text-decoration-line: underline;
  color: #BDBDBD;
}

.booking-modal-header .form--book__add-discount {
  margin-bottom: 16px;
}

.booking-modal-header .form--book__add-discount label {
  font-family: Montserrat;
  font-weight: 200;
  line-height: 32px;
  font-size: 14px;
  letter-spacing: -0.222222px;
  color: #FFFFFF;
}

.booking-modal-header .room-facilities-container ul.room-facilities {
  max-height: 92px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  list-style-type: none;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 23px;
  font-size: 14px;
  letter-spacing: -0.277778px;
  color: #FFFFFF;
  padding: 0;
}

.booking-modal-header .resource-image-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 16px;
  height: 260px;
  width: 100%;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.booking-modal-header .resource-dropdown {
  width: 100%;
  bottom: 0px;
}

.booking-modal-header .resource-dropdown button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 14px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  background-color: #FFFFFF;
  outline: none;
}

.booking-modal-header .resource-dropdown button:hover{
  filter: brightness(85%);
  outline: none;
}

.booking-modal-header .resource-dropdown .caret{
  color: #B72626;
  font-size: 20px;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.booking-modal-body .btn-invite, .booking-modal-body .btn-add-note {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  padding: 24px 0;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
}

.booking-modal-body .btn-invite:hover, .btn-invite:focus, .btn-add-note:hover, .btn-add-note:focus {
  text-decoration: none;
}

.booking-modal-body .form-group {
  margin-bottom: 0;
}

.booking-modal-body .form-group.js-add-booking-note {
  margin-bottom: 12px;
}

.booking-modal-body .btn-cancel-booking {
  background-color: #FFFFFF;
  color: #1A1A1A;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}

.booking-modal-body .btn-cancel-booking:hover, .booking-modal-body .btn-cancel-booking:focus {
  filter: brightness(97%);
}

.booking-modal label {
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: initial;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
}

.booking-modal .form-control {
  font-family: Montserrat;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) {
  .booking-modal-header .booking-details {
    min-height: 260px;
    display: flex;
    display: -webkit-flex;

    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-right: 8%;
  }

  .booking-modal-header .alert--info, .booking-modal-header .alert--danger {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 992px) {
  .booking-modal .close {
    right: 12px;
    top: 12px;
  }
}

@media only screen and (max-width: 479px) {
  .booking-modal-header {
    padding: 30px;
  }

  .booking-modal-header .modal-description {
    font-size: 18px;
  }

  .booking-modal-header .alert--info, .booking-modal-header .alert--danger {
    padding: 8px 14px;
    margin-bottom: 24px;
  }

  .booking-modal-header .alert--info b, .booking-modal-header .alert--danger b  {
    font-size: 14px;
    line-height: 20px;
  }

  .booking-modal-body {
    padding: 30px 0;
  }

  .booking-modal-body .modal-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .booking-modal-body .btn-save-booking {
    margin-top: 10px;
  }

  .booking-modal-body .btn-cancel-booking {
    margin-top: 10px;
  }
}


/*

-----------------------------------------
  1.17 Navbar
-----------------------------------------

*/
.navbar-brand {
  margin-top: 0px;
  margin-left: 15px;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.navbar-brand img {
  height: 40px;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.navbar-brand .business-name, .business-name-separator {
  font-family: 'Montserrat';
  font-weight: 300;
  margin: 0 0 0 8px;
  font-size: 12px;
  letter-spacing: -0.25px;
  color: #1A1A1A;
}
@media only screen and (min-width: 992px) {
  .navbar-brand {
    top: 15px;
    left: 30px;
  }
  .navbar-brand img {
    height: 40px;
  }
}

.navbar {
  position: relative;
  height: 80px;
  margin: 0;
  font-weight: 400;
  border-width: 0;
}
@media only screen and (min-width: 992px) {
  .navbar {
    height: 80px!important;
  }
}

.navbar-toggle {
  position: absolute;
  width: 24px;
  height: 18px;
  top: 24px;
  right: 0;
  padding: 0;
  border: 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navbar-toggle .icon-bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: black;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin: 0;
}
.navbar-toggle .icon-bar:nth-child(1) {
  top: -2px;
  left: 3px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.navbar-toggle .icon-bar:nth-child(2) {
  left: -100%;
  width: 0;
  opacity: 0;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.navbar-toggle .icon-bar:nth-child(3) {
  top: 15px;
  left: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.navbar-toggle.collapsed .icon-bar {
  left: 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar-toggle.collapsed .icon-bar:nth-child(1) {
  top: 0;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  top: 7px;
  width: 100%;
  opacity: 1;
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  top: 14px;
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    background-color: #fff;
    margin-top: 26px;
    border-bottom: 2px solid #E4E4E4;
  }
}

.navbar-nav {
  list-style-type: none;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.navbar-nav > li {
  margin: 0 15px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.875px;
  color: #4A4A4A;
}


.navbar-nav > li > a {
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}
.navbar-nav > li > a:not(.btn) {
  padding: 8px 0 4px;
  color: #4A4A4A;
}
.navbar-nav > li > a:not(.btn):hover, .navbar-nav > li > a:not(.btn):focus {
  color: #CA2127;
}
.navbar-nav > li > a.btn {
  padding: 5px 15px;
}
.navbar-nav > li.open > a {
  color: #CA2127;
}
.navbar-nav--user {
  top: 30px;
}
.navbar-nav--user > li > a:not(.btn) {
  font-size: 14px;
  font-family: Montserrat;
}
.navbar-nav--user__user {
  position: relative;
  padding-left: 30px !important;
}
.navbar-nav--user__avatar {
  top: 4px;
  left: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  max-width: 100%;
  height: auto;
}
.navbar-nav--user__avatar_circle {
  line-height: 0;		/* remove line-height */
	display: inline-block;	/* circle wraps image */
	margin-right: 8px;
  border: 1px solid rgba(255,255,255,0.4);
	border-radius: 50%;	/* relative value */
	transition: linear 0.25s;
  height: 50px;
  width: 50px;
}
.navbar-nav--user__avatar_circle img {
  border-radius: 50%;
}
.navbar-nav--main > li {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  top: 2px;
}
.navbar-nav--main > li > a {
  text-transform: uppercase;
}
.navbar-nav--main > li > .dropdown-menu {
  border-top: 0;
  text-align: right;
}
.navbar-nav--main .divider {
  background-color: #F1F1F1;
}
.navbar-nav--main .glyphicon-menu-down {
  color: #DCDCDC;
}

.site-header .logo-and-location {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  padding-right: 40px;
  height: 50px;
}
.site-header .logo-and-location .filters__events .dropdown-menu {
  width: initial!important;
}
.site-header .logo-and-location .location-filter .dropdown-toggle {
  border: none;
  padding-left: 0px;
}
.site-header .logo-and-location .location-filter .dropdown-toggle > span {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-header .logo-and-location .dropdown-toggle .i-nexudus-location {
  position: static;
  display: inline-block;
  margin-right: 10px;
  margin-top: 4px;
}
.site-header .logo-and-location .dropdown-toggle .caret {
  margin-left: 8px;
}
.site-header .navbar-static-top .navbar-brand {
  margin-left: 0;
  display: flex;
}
.site-header .navbar-static-top .navbar-brand .logo-wrapper {
  padding-right: 10px;
  margin-right: 20px;
  border-right: 1px solid #1A1A1A;
}
.site-header .navbar-static-top .navbar-brand h3 {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #1A1A1A;
}
@media only screen and (min-width: 992px) {
  .navbar-nav {
    position: absolute;
    right: 0;
    display: flex;
    display: -webkit-flex;

    align-items: center;
    -webkit-align-items: center;
  }
  .navbar-nav--main {
    display: block;
    height: 80px;
  }
  .site-header .navbar-static-top > .container {
    position: relative!important;
  }
  .navbar-nav--main-mobile {
    display: none;
  }
  .navbar-nav--main > li > a {
    padding: 0!important;
  }
  .navbar-nav--main > li.active {
    border-bottom: 2px solid #B72626;
  }
  .navbar-nav--main > li.active > a {
    color: #B72626;
  }
  .navbar-nav--main > li > a:hover, a:focus {
    filter: none;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-nav--main {
    display: none;
  }
  .navbar-nav--main-mobile {
    height: 100%;
    min-height: 480px;
    padding: 10px 0 10px;
    display: flex;
    display: -webkit-flex;

    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .site-header .collapsing {
    -webkit-transition: none;
    transition: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: none;
  }
  .site-header .navbar-collapse {
    width: 100vw;
    height: 100%;
    margin-top: 0;
    border-bottom: none;
  }
  .site-header .navbar-static-top > .container {
    display: flex;
    display: -webkit-flex;

    flex-direction: column;
    -webkit-flex-direction: column;
    background-color: #FFFFFF;
  }
  .navbar-nav--main-mobile .navbar-nav {
    padding: 10px 0 0 0;
    display: flex;
    display: -webkit-flex;

    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0;
    flex: 1;
  }
  .navbar-nav--main-mobile  .navbar-nav > li {
    margin: 0;
    text-align: start;
    font-family: Montserrat;
    font-weight: normal;
    line-height: 58px;
    font-size: 40px;
    letter-spacing: -0.555556px;
    color: #4A4A4A;
  }
  .navbar-nav--main-mobile .navbar-nav > li > a {
    text-transform: none;
    font-weight: 300;
  }
  .navbar-nav--main-mobile .divider {
    width: 100%;
    border-top: 1px solid #DCDCDC;
  }
  .navbar-nav--main-mobile  .account-items-container a {
    font-family: Montserrat;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 6px;
    font-size: 16px;
    letter-spacing: -0.222222px;
    color: #4A4A4A;
    text-decoration: none;
    display: flex;
    display: -webkit-flex;

    align-items: center;
    -webkit-align-items: center;
  }
  .navbar-nav--main-mobile .i-nexudus-email, .i-nexudus-logout {
    margin-right: 18px;
    line-height: 0;
  }
}

@media only screen and (max-height: 600px) {
  .navbar-nav--main-mobile .navbar-nav > li {
    line-height: 46px;
    font-size: 32px;
  }

  .navbar-nav--main-mobile .divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-height: 600px) and (max-width: 350px) {
  .navbar-nav--main-mobile .navbar-nav > li {
    line-height: 42px;
    font-size: 28px;
  }
}

@media only screen and (max-width: 400px) {
  .site-header .logo-and-location .navbar-brand .logo-wrapper {
    margin-right: 16px;
    padding-right: 4px;
  }

  .site-header .logo-and-location .filters__events .dropdown-menu {
    margin-left: -40px;
  }
}

/*

-----------------------------------------
  1.18 Nav lateral
-----------------------------------------

*/
.nav-lateral {
  font-size: 14px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav-lateral ul {
  margin-top: -15px;
  padding: 0 0 0 10px;
  list-style-type: none;
}
.nav-lateral ul > li {
  margin: 15px 0;
}
.nav-lateral ul > li > a {
  position: relative;
  color: #333;
}
.nav-lateral ul > li > a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -10px;
  width: 3px;
  height: 20px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav-lateral ul > li.active > a {
  font-weight: 700;
}
.nav-lateral ul > li.active > a:before {
  background-color: #CA2127;
}
.nav-lateral ul > li > ul > li.active > a:before {
  top: 4px !important;
}
.nav-lateral ul > li.active > a:hover, .nav-lateral ul > li.active > a:focus {
  text-decoration: none;
}
.nav-lateral ul > li > ul {
  margin-top: 0;
  padding: 5px 0 5px 20px;
}
.nav-lateral ul > li > ul > li {
  margin: 10px 0;
}
.nav-lateral ul > li > ul > li > a:before {
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.nav-lateral ul > li > ul > li.active > a {
  font-weight: 500;
}
.nav-lateral.affix {
  position: static;
}
.nav-lateral--mobile {
  margin-bottom: 30px;
}
.nav-lateral--mobile h1 {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .nav-lateral.affix {
    position: fixed;
    top: 150px;
  }
  body.header-stuck .nav-lateral.affix {
    top: 110px;
  }
}

/*

-----------------------------------------
  1.19 Page header
-----------------------------------------

*/
.page-header {
  margin: 0 0 35px;
  padding: 0;
  border: 0;
}
.page-header h1 {
  margin: 0;
}
.page-header__user {
  position: absolute !important;
  top: 0;
  left: 0;
}
.page-header__metadata {
  font-size: 14px;
  color: #949494;
}
.page-header__metadata,
.page-header .tags-list {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.page-header--flex {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  flex-wrap: wrap;
}
.page-header--flex__item {
  margin-bottom: 15px;
}
.page-header--flex__item:first-child {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .page-header--flex .btn-toolbar,
  .page-header--flex .form {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.page-header--help {
  margin-bottom: 0;
  padding: 50px 0;
  background-color: white;
  color: #1A1A1A;
  font-family: Montserrat;
}
.page-header--help h1 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #4A4A4A;
  font-weight: 400;
}
.page-header--help p {
  font-weight: 300;
  line-height: 27px;
  font-size: 16px;
}
.page-header--help .btn-toolbar {
  margin-top: 25px;
}
.page-header--help .btn {
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 80px;
  background: #B72626;
  border-radius: 4px;
  border: none;
}
.page-header--blog {
  margin-bottom: 20px;
}
.page-header--blog h1 {
  margin-bottom: 20px;
}
.page-header--events {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;

  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 50px;
}
.page-header--events h2 {
  margin: 0;
  font-family: Montserrat;
  font-weight: 100;
  color: #4A4A4A;

}
.page-header--facets h1 {
  margin-right: 20px;
  display: inline-block;
}
.page-header__facets-list {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  list-style-type: none;
}
.page-header__facets-list > li {
  position: relative;
  padding-left: 14px;
}
.page-header__facets-list > li:before {
  content: "/ ";
  left: 0;
  position: absolute;
}
.page-header__facets-list > li:first-child {
  padding-left: 0;
}
.page-header__facets-list > li:first-child:before {
  display: none;
}
.page-header--user {
  position: relative;
  padding: 5px 0 0 80px;
}
.page-header--with-label h1 {
  display: inline-block;
  margin-right: 10px;
}
.page-header--with-label .label {
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 767px) {
  .page-header--events {
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 20px;
  }
  .page-header--events h2 {
    margin-bottom: 5px;

  }
}

/*

-----------------------------------------
  1.20 Pagination
-----------------------------------------

*/
.pagination {
  margin-top: 0;
}
.pagination > li > a {
  margin: 0 5px;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #333;
  border-color: #C4C4C4;
  border-radius: 2px !important;
}
.pagination > li > a:hover, .pagination > li > a:focus {
  color: #df1b10;
  background-color: #fff;
  border-color: #CA2127;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #CA2127;
  font-weight: 500;
  line-height: 32px;
  background-color: #fff;
  border-color: #CA2127;
  border-width: 2px;
}
.pagination i {
  font-size: 18px;
  line-height: 32px;
}

/*

-----------------------------------------
  1.21 Paginator
-----------------------------------------

*/
.paginator {
  margin-top: 20px;
  padding: 0;
  list-style-type: none;
}
.paginator i {
  position: absolute;
  top: 14px;
  font-size: 20px;
}
.paginator ul {
  margin-bottom: 0;
}
.paginator > li {
  position: relative;
  margin-bottom: 10px;
}
.paginator > li:first-child {
  float: left;
  padding-left: 25px;
}
.paginator > li:first-child i {
  left: 0;
}
.paginator > li:last-child {
  float: right;
  padding-right: 25px;
}
.paginator > li:last-child i {
  right: 0;
}

/*

-----------------------------------------
  1.22 Scaffolding
-----------------------------------------

*/
body {
  font-family: "Sailec", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4375;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1199px) {
  .container {
    width: auto;
  }
}

.content {
  padding-bottom: 50px;
  background-color: #f9f9f9;
}
.content--signup {
  padding: 0 0 15px;
}
.content--home {
  padding-bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .content {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .content--signup {
    padding: 0 0 30px;
  }
  .content--home {
    padding-bottom: 0;
  }
  .with-top-bar .content {
    padding-top: 182px;
  }
}

.section {
  margin: 25px 0;
  padding-top: 20px;
  border-top: 1px solid #E4E4E4;
}
.section__title {
  margin-bottom: 20px;
}
.section--settings {
  overflow: hidden;
  margin: 0 0 35px;
  padding: 0 0 50px;
  border-top: 0;
  border-bottom: 1px solid #E4E4E4;
}
.section--settings:first-child {
  margin: 0;
  padding: 0 0 50px;
  border-top: 0;
  border-bottom: 1px solid #E4E4E4;
}
.section--settings:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.section--settings .section__title {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .section {
    margin: 40px 0;
    padding-top: 35px;
  }
}

.sign-or-log {
  margin-bottom: 75px;
}
.sign-or-log .btn-toolbar {
  margin-top: 25px;
}

.icon-link {
  text-decoration: none !important;
}

.avatar {
  border-radius: 2px;
}

.close {
  opacity: .75;
  text-shadow: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.close:hover, .close:focus {
  opacity: 1;
}

.new-content {
  min-height: calc(100vh - 631px);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/*

-----------------------------------------
  1.23 Tables
-----------------------------------------

*/
.table {
  font-size: 14px;
}
.table > thead > tr > th {
  border-bottom-width: 1px;
}
.table--receipt {
  margin: 0;
  border: 0;
}
.table--receipt th {
  font-weight: 400;
  border-bottom: 0;
}
.table--receipt th,
.table--receipt td {
  padding: 15px 0 !important;
}
.table--receipt > tbody > tr > th,
.table--receipt > tbody > tr > td {
  font-weight: 500;
}
.table--receipt > tbody > tr > th {
  font-size: 16px;
}
.table--receipt > tfoot > tr > td > b {
  display: block;
  font-size: 16px;
  padding: 15px 0;
  text-transform: uppercase;
}
.table--settings > thead > tr > th {
  border-bottom-color: #C4C4C4;
}
.table--settings > tbody > tr > th,
.table--settings > tbody > tr > td {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  border-bottom: 5px solid #fff;
}
.table--settings > tbody > tr.tr-parent > th,
.table--settings > tbody > tr.tr-parent > td {
  background-color: #F4F4F4;
}
.table--settings > tbody > tr.tr-child > td {
  display: none;
  padding-bottom: 10px;
}
.table--settings > tbody > tr.tr-child.open > td {
  display: table-cell;
}
.table--settings__handler .caret {
  top: 6px;
  left: 0;
  position: absolute;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.table--settings__handler.open .caret {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.table--settings__title {
  display: block;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}
.table--settings__expiration {
  display: block;
  margin-left: 20px;
  font-size: 12px;
  color: #949494;
}
.table--settings__details-list {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
}
.table--settings__details-list > li {
  margin: 5px 0;
}

/*

-----------------------------------------
  1.24 Tabs
-----------------------------------------

*/
.nav-tabs {
  border-bottom-color: #C4C4C4;
}
.nav-tabs > li > a {
  margin-right: 30px;
  padding: 22px 30px 18px;
  font-weight: 500;
  color: #949494;
  border-color: #E4E4E4;
  border-bottom-color: transparent;
  border-radius: 2px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #fff;
  border-color: #C4C4C4;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #333;
  border-color: #C4C4C4;
  border-bottom-color: #fff;
}
.nav-tabs--small > li > a {
  margin-right: 10px;
  padding: 12px 15px 8px;
}

.nav-selector {
  margin-bottom: 21px;
}

.tab-content {
  margin-top: -1px;
  padding: 30px 30px 5px;
  border: 1px solid #C4C4C4;
}
.tab-content__description {
  color: #949494;
}
@media only screen and (min-width: 768px) {
  .tab-content__description {
    margin-top: 20px;
  }
}

/*

-----------------------------------------
  1.25 Tags
-----------------------------------------

*/
.tags-list {
  font-size: 14px;
  color: #949494;
}
.tags-list ul {
  display: inline-block;
  padding: 0;
  list-style-type: none;
}
.tags-list li {
  display: inline;
}
.tags-list li:after {
  content: ", ";
}
.tags-list li:last-child:after {
  display: none;
}
.tags-list i {
  vertical-align: top;
}

/*

-----------------------------------------
  1.26 Tooltips
-----------------------------------------

*/
.tooltip-inner {
  font-weight: 500;
  background: #333;
  opacity: 1;
  border-radius: 2px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #333;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #333;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #333;
}

/*

-----------------------------------------
  1.27 User badge
-----------------------------------------

*/
.user-badge {
  position: relative;
  min-height: 48px;
  padding: 5px 0 0 58px;
}
.user-badge__avatar {
  top: 0;
  left: 0;
  position: absolute;
  max-width: 100px;
}
.user-badge__avatar img {
  display: block;
  border-radius: 50%;
  height: auto;
}
.user-badge__name {
  font-family: Montserrat;
  font-weight: 500;
  line-height: normal;
  font-size: 20px;
  letter-spacing: -0.277778px;
  color: #1A1A1A;
  margin: 0 0 4px 0;
}
.user-badge__position {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #3A3A3A;
  margin: 0 0 4px 0;
}

.new-member {
  display: inline-block;
  padding: 2px 8px;
  background: #D3D3D3;
  border: none;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: normal;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.user-badge__metadata {
  font-size: 12px;
  color: #949494;
}
.user-badge__social {
  margin-top: 5px;
}
.user-badge__people {
  margin: 5px 0;
}
.user-badge__people__count {
  font-size: 16px;
}
.user-badge__excerpt .btn-toolbar {
  margin-top: 20px;
}
.user-badge__presence {
  top: -7px;
  left: 40px;
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #99D04A;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.user-badge--md {
  min-height: 64px;
  padding: 5px 0 0 74px;
}
.user-badge--md .user-badge__avatar {
  max-width: 64px;
}
.user-badge--md .user-badge__presence {
  top: -7px;
  left: 56px;
  position: absolute;
}
.user-badge--lg {
  min-height: 128px;
  padding: 5px 0 0 148px;
}
.user-badge--lg .user-badge__avatar {
  max-width: 128px;
}
.user-badge--lg .user-badge__position {
  margin: 3px 0;
}
.user-badge--lg .user-badge__presence {
  top: -9px;
  left: 118px;
  position: absolute;
  width: 19px;
  height: 19px;
}
.user-badge--xl, .user-badge--xxl {
  min-height: 166px;
  padding: 15px 0 0 186px;
}
.user-badge--xl .user-badge__avatar, .user-badge--xxl .user-badge__avatar {
  max-width: 166px;
}
.user-badge--xl .user-badge__position, .user-badge--xxl .user-badge__position {
  margin: 3px 0;
}
.user-badge--xl .user-badge__presence, .user-badge--xxl .user-badge__presence {
  top: -9px;
  left: 156px;
  position: absolute;
  width: 19px;
  height: 19px;
}
.user-badge--team .user-badge__avatar {
  border: 1px solid #E4E4E4;
}
.user-badge--inverse {
  padding-right: 58px;
  padding-left: 0;
  text-align: right;
}
.user-badge--inverse .user-badge__avatar {
  left: auto;
  top: 0;
  right: 0;
  position: absolute;
}
@media only screen and (max-width: 479px) {
  .user-badge {
    min-height: 48px;
    padding: 5px 0 0 58px;
  }
  .user-badge .user-badge__avatar {
    max-width: 48px;
  }
  .user-badge__avatar img {
    width: 100%;
  }
  .user-badge .user-badge__presence {
    top: -7px;
    left: 40px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .user-badge--inverse {
    padding-right: 58px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 480px) {
  .user-badge__social {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .user-badge--xxl {
    min-height: 263px;
    padding: 15px 0 0 283px;
  }
  .user-badge--xxl .user-badge__avatar {
    max-width: 263px;
  }
  .user-badge--xxl .user-badge__position {
    margin: 3px 0;
  }
  .user-badge--xxl .user-badge__presence {
    top: -9px;
    left: 253px;
    position: absolute;
    width: 19px;
    height: 19px;
  }
}

/*

-----------------------------------------
  1.28 User badge
-----------------------------------------

*/
.zero-case {
  padding: 50px 0;
  text-align: center;
}
.zero-case i {
  margin-bottom: 15px;
  font-size: 100px;
  color: #CA2127;
}
.zero-case h3 {
  margin: 0;
}
.zero-case .btn-toolbar {
  float: none;
  margin-top: 20px;
}

/*

-----------------------------------------------------------------------
  2. Regions
-----------------------------------------------------------------------

*/
/*

-----------------------------------------
  2.01 Header
-----------------------------------------

*/
.site-header {
  position: fixed;
  top: 0;
  z-index: 1010;
  width: 100%;
  height: auto;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #fff;
  border-bottom: 2px solid #E9E9E9;
}
.site-header--stuck {

}
.site-header--stuck .navbar {
  height: 80px;
}
.site-header--stuck .navbar-brand img {
  height: 40px;
}
.site-header--stuck .navbar-nav--user {
  top: 10px;
}
.site-header--stuck .navbar-nav--main {

}
.site-header--stuck .navbar-nav--main > li > .dropdown-menu {

}
@media only screen and (max-width: 991px) {
  .site-header {
    position: static;
  }
}
.site-header .container {
  position: relative;
}

/*

-----------------------------------------
  2.02 Footer
-----------------------------------------

*/
.site-footer {
  font-family: Montserrat;
  position: relative;
  z-index: 10;
  padding: 70px 10px 40px;
  color: #FFFFFF;
  background-color: #262626;
}
.site-footer .logo-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-footer .logo-section img {
  width: 180px;
  height: auto;
}
.site-footer .logo-section .logo-wrapper {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #FFFFFF;
}
.site-footer .logo-section h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 12px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.site-footer p {
  margin: 0;
}
.site-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer a {
  color: #FFFFFF;
}
.site-footer__section > ul > li {
  margin: 0 0 16px 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
}
.site-footer__legal {
  margin-top: 70px;
  font-family: Montserrat;
  font-weight: 300;
  line-height: normal;
  font-size: 12px;
  letter-spacing: 2.3px;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .site-footer {
    padding-top: 50px;
  }

  .site-footer .logo-section {
    margin-bottom: 40px;
  }

  .site-footer ul {
    margin-bottom: 40px;
  }

  .site-footer__legal {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 340px) {
  .site-footer .logo-section {
    padding-right: 20px;
    margin-right: 20px;
  }

  .site-footer .logo-section img {
    width: 160px;
  }
}

/*

-----------------------------------------------------------------------
  3. Sections
-----------------------------------------------------------------------

*/
/*

-----------------------------------------
  3.01 About
-----------------------------------------

*/
.about-detail {
  margin: 35px 0;
}
.about-detail img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .about-detail {
    margin: 75px 0;
  }
}

.about-description,
.about-partnerships {
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .about-description {
    margin-bottom: 30px;
  }
}

/*

-----------------------------------------
  3.02 Additional products
-----------------------------------------

*/
.additional-products {
  margin: 20px 0 50px;
}

.additional-products-list {
  padding: 0;
  list-style-type: none;
}
.additional-products-list__item {
  margin: 15px 0;
}
.additional-products-list__item:nth-child(odd) {
  clear: left;
}
.additional-products-list__price {
  text-transform: uppercase;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .additional-products-list__item + .additional-products-list__item {
    margin-top: 40px;
  }
}

/*

-----------------------------------------
  3.03 Article content
-----------------------------------------

*/
.article-content {
  margin-bottom: 30px;
  line-height: 1.5;
}
.article-content p,
.article-content ul,
.article-content ol {
  margin-bottom: 25px;
}
.article-content img {
  margin-bottom: 35px;
  display: block;
  max-width: 100%;
  height: auto;
}

/*

-----------------------------------------
  3.04 Article tools
-----------------------------------------

*/
.article-tools__list {
  font-size: 14px;
}
.article-tools__list > li {
  line-height: 36px;
}
.article-tools__list--left {
  float: left;
}
.article-tools__list--right {
  float: right;
}

/*

-----------------------------------------
  3.05 Attendees
-----------------------------------------

*/
.attendees__instructions {
  margin-bottom: 20px;
  font-size: 14px;
}

.attendees-list {
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}

/*

-----------------------------------------
  3.06 Blog
-----------------------------------------

*/
.blog-list {
  padding: 0;
  list-style-type: none;
}
.blog-list__item-wrapper {
  padding: 10px;
}
.blog-list__item {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  min-height: 228px;
  position: relative;
  top: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog-list__item:hover,
.blog-list__item:focus {
  filter: none;
  text-decoration: none;
}
.blog-list__item img {
  width: 100px;
}
.blog-list__item .blog-list__details {
  margin-left: 24px;
}
.blog-list__item h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 20px;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  letter-spacing: -0.277778px;
  color: #1A1A1A;
  margin: 0;
  margin-bottom: 8px;
}
.blog-list__item h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  max-height: 88px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #3A3A3A;
  margin: 0
}
.blog-list__item:nth-child(3n+1) {
  clear: left;
}
.blog-list__cover {
  display: block;
  margin-bottom: 20px;
}
.blog-list__cover img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-list__cover:hover, .blog-list__cover:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.blog-list__metadata {
  margin-bottom: 5px;
  font-size: 14px;
  color: #949494;
}
.blog-list__comments-count {
  margin-left: 10px;
}
.blog-list__title {
  margin: 0;
  color: #CA2127;
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 47px;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 991px) {
  .blog-list__item:nth-child(odd) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .blog-list__item:nth-child(3n+1) {
    clear: left;
  }

  .blog-list__item:hover,
  .blog-list__item:focus {
    top: -14px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.0337126);
  }
}

.blog-list-horizontal {
  padding: 0;
  list-style-type: none;
}
.blog-list-horizontal__item {
  margin: 15px 0;
}
.blog-list-horizontal__title {
  margin: 0;
}
.blog-list-horizontal__metadata {
  font-size: 14px;
  color: #949494;
}
.blog-list-horizontal__comments-count {
  margin-left: 10px;
}

.blog-detail__metadata {
  font-size: 14px;
  color: #949494;
}
.blog-detail__comments-count {
  margin-right: 10px;
}

/*

-----------------------------------------
  3.07 Board
-----------------------------------------

*/
.board-list {
  margin-bottom: 50px;
  padding-left: 0;
  list-style-type: none;
}
.board-list__item {
  min-height: 88px;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
}
.board-list__item--muted {
  position: relative;
}
.board-list__item--muted .row {
  opacity: .5;
}
.board-list__item--muted:after {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.board-list__left {
  position: relative;
  min-height: 48px;
  padding: 5px 0 0 58px;
}
.board-list__user {
  top: 0;
  left: 0;
  position: absolute;
}
.board-list__user img {
  display: block;
  max-width: 100%;
  height: auto;
}
.board-list__title {
  margin: 0;
  font-weight: 500;
  color: #CA2127;
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  -webkit-line-clamp: 1;
}
.board-list__metadata, .board-list__reputation,
.board-list .tags-list {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
.board-list__metadata {
  color: #949494;
}
.board-list__comments-count {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 26px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #949494;
	border-radius: 3px;
	vertical-align: top;
	display: block;
	margin-bottom: 13px;
}
.board-list__comments-count:before {
  z-index: 10;
  content: "";
  bottom: -12px;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: #949494;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.board-list__comments-count:hover, .board-list__comments-count:focus {
  text-decoration: none;
  color: #fff;
  background-color: #6e6e6e;
}
.board-list__comments-count:hover:before, .board-list__comments-count:focus:before {
  border-top-color: #6e6e6e;
}
.board-list__comments-count--hot {
  background-color: #F7A700;
}
.board-list__comments-count--hot:before {
  border-top-color: #F7A700;
}
.board-list__comments-count--hot:hover, .board-list__comments-count--hot:focus {
  background-color: #ab7300;
}
.board-list__comments-count--hot:hover:before, .board-list__comments-count--hot:focus:before {
  border-top-color: #ab7300;
}
.board-list__commenters {
  display: inline-block;
  margin-left: -2px;
}
.board-list__commenters > li {
  padding: 0 2px 8px;
}
.board-list__updated {
  margin-top: 4px;
  font-size: 12px;
  color: #949494;
}
.board-list__no-comments {
  margin-top: 15px;
  color: #949494;
  font-size: 12px;
}

.board-list--guests {
  margin-top: 10px;
}

#reply-box {
  min-height: 100px !important;
}

.board-list__message, .board-list__message-reply {
  margin-left: 58px;
  font-size: 0.9em;
  margin-top: 10px;
}
.board-list__message-reply {
  margin-left: 58px;
  background-color: #eee;
  padding: 9px;
}
.board-list__message-reply i {
  display: inline;
}
.board-list__message-reply-text {
  margin-top: 5px;
}
.board-list__message-reply-name img {
  width: 24px;
  height: 24px;
}
a.board-list__more-replies {
  font-size: 0.7em;
}

.board-list_media {
  margin-left: 58px;
  border: 1px solid #CCC;
  padding: 7px;
  margin-top: 10px;
}

.board-detail .board-list_media {
  margin-left: 0 !important;
}

.board-list_media_files {
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.board-list_media_files > div {
  height: 80px;
  width: 80px;
  float: left;
  margin: 2px;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.board-list_media_files {
  margin-bottom: 10px;
  height: 100%;
}

.board-list_media_files > div img {
  padding: 0;
}
.board-list_media_files > div i {
  position: absolute;
  display: none;
  left: 35px;
  top: 35px;
  color: white;
}
.board-list_media_files > div:hover {

}
.board-list_media_files > div div.overlay {
  position: absolute;
  top: 0px;
  left: 0;

  background-color: black;
  opacity: 0.5;
  display: none;
  height: 80px;
  width: 80px;
}
.board-list_media_files > div:hover i,
.board-list_media_files > div:hover div.overlay {
  display: initial;
}
.board-list_media_file p {
  text-align: center;
  font-size: 0.6em;
  padding: 10px;
}
.board-list_media_file div.overlay,
.board-list_media_file i {
  display: initial !important;
}

.board-list_media_file i {
  left: 28px !important;
  top: 36px !important;
  font-size: 2em;
}

@media only screen and (max-width: 991px) {
  .board-list__no-comments {
    margin: 5px 0 0 58px;
  }
}


/*

-----------------------------------------
  3.08 Bookings
-----------------------------------------

*/
.page-header--bookings {
  margin: 0;
  align-items: center;
  -webkit-align-items: center;
  padding: 50px 0;
}

.page-header--bookings h1 {
  font-family: Montserrat;
  font-weight: 200;
  font-size: 40px;
  color: #4A4A4A;
}

.page-header--bookings .page-header--flex__item {
  margin-bottom: 0;
}

.page-header--bookings .btn {
  margin: 0;
  padding: 20px 60px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Montserrat;
  color: white;
  border-radius: 4px;
  background: #B72626;
  border: none;
}

.bookings {
  margin-top: 20px;
}

.bookings--remaining-credits {
  background-color: #F1F1F1;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 14px;
  letter-spacing: -0.222222px;
  color: #4A4A4A;
}

.bookings--remaining-credits a {
  text-decoration: underline;
  color: #B72626;
}
@media screen and (min-width: 768px) {
  .pricelist-modal .modal-dialog {
    width: 600px;
  }
}
.pricelist-modal .close {
  position: absolute;
  right: 5px;
  top: 15px;
  color: white;
}
.pricelist-modal .modal-content {
  font-family: Montserrat;
  border-radius: 0;
  border: 1px solid #d4d4d4;
}
.pricelist-modal h4 {
  font-size: 14px;
  text-align: center;
  padding: 0 50px;
}
.pricelist-modal h4 .red {
  color: #B72626;
}
.pricelist-modal table {
  width: 100%;
}
.pricelist-modal table td, .pricelist-modal table th {
  padding: 10px 20px;
}
.pricelist-modal table td:not(:last-child), .pricelist-modal table th:not(:last-child) {
  border-right: 1px solid white;
}
.pricelist-modal table thead tr {
  background: #252525;
  color: white;
}
.pricelist-modal table tbody td {
  color: #333333;
}
.pricelist-modal table tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
.pricelist-modal table tbody tr:nth-child(even) {
  background: white;
}
@media screen and (max-width: 768px) {
  .pricelist-modal .close {
    right: 20px;
    color: #1A1A1A;
    z-index: 100;
  }
  .pricelist-modal h4 {
    padding: 0 20px;
  }
}
/* Calendar */

.fc {
  font-family: Montserrat !important;
}


.fc-toolbar {
  background-color: white;
  margin: 0 !important;
  padding: 20px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.fc-toolbar .fc-left h2 {
  white-space: pre-line;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
  color: #4A4A4A;
}

.fc-time-grid .fc-slats td {
  height: 2em !important;
}

.fc-ltr .fc-axis {
  text-align: center !important;
  border: 0;
  font-family: Montserrat;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 20px !important;
  letter-spacing: -0.222222px;
}

.fc-unthemed .fc-today {
  background: 0 0 !important;
}

.fc-unthemed td {
  border-color: #dcdcdc !important;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: left !important;
}

.fc-basic-view td.fc-day-number {
  padding-top: 10px !important;
  padding-left: 10px;
}

.fc-basic-view td.fc-day-number.fc-other-month {
  visibility: hidden;
}

.fc .fc-toolbar .fc-left h2 .fc-date-day {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.222222px;
}

.fc-slats td.fc-widget-content:hover {
  background: #f1f1f1 !important;
  border-color: #dcdcdc !important;
}

.fc-agendaDay-view .fc-slats tr:hover {
  background: #f1f1f1;
}

.fc-day-header {
  font-size: 14px;
  letter-spacing: 0.875px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4A4A4A;
}

.fc-month-view .fc-day-header.fc-sun, .fc-month-view .fc-day-header.fc-sat {
  background-color: #f9f9f9;
}


.bookings__btn-toolbar {
  margin-top: 30px;
}

#bookings-booking-form .form-group > label {
  width: 100%;
}

.fc-cell-content .fc-icon {
  display: none;
}

.fc-view-container {
    background: #fff;
}
.fc-basic-view .fc-body .fc-row {
	min-height: 128px !important;
}

.fc-header-title h2 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 10px;
}

.fc-event {
    border: 1px solid #a1a1a1;
    background-color: #a1a1a1;
    color: #fff!important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.fc-event:hover, .fc-slats td.fc-widget-content:hover {
    background: #666;
    border-color: #666;
}

.fc-day, .fc-event, .fc-rows {
    cursor: pointer !important;
}

.fc-day-grid-event .fc-content {
	overflow: visible;
	white-space: normal;
}

.fc-agendaDay-view .your-booking-edit {
  float: right;
  border: 1px solid #B72626;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #871313;
  padding: 10px 15px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}


.fc-agendaDay-view .your-booking-edit.your-booking-small {
  padding: 2px 15px;
  top: -12px;
} 

.fc-agendaWeek-view .your-booking-edit::before {
  content: "";
  display: block;
}

.fc-agendaWeek-view .your-booking-edit {
  font-weight: 300;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: -0.166667px;
  text-decoration-line: underline;
  color: #B72626;
  margin-top: 2px;
}

.fc-scroller table {
	min-width: 600px;
}

.fc-scroller {
	overflow-x: scroll !important;
}
.fc-state-active {
  box-shadow: initial !important;
}

.unavailable-message {
  font-size: 10px;
  color: 'lightgrey';
  cursor: pointer;
}


/*

-----------------------------------------
  3.09 Claims
-----------------------------------------

*/
.claim {
  position: relative;
  margin: 0 !important;
  font-size: 20px;
  text-align: center;
}
.claim__title {
  font-family: "Bebas";
}
.claim--v1 {
  color: #fff;
  background: #333 url("/content/themes/public/dos/img/pattern-white-5.svg") center center;
}
.claim--v2 {
  background: #F4F4F4;
}
@media only screen and (min-width: 768px) {
  .claim {
    font-size: 24px;
  }
}

/*

-----------------------------------------
  3.10 Comments
-----------------------------------------

*/
.comments-list {
  padding: 0;
  list-style-type: none;
}
.comments-list__item {
  position: relative;
  margin: 25px 0;
  padding: 20px;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
}
.comments-list__body {
  margin-top: 20px;
  font-size: 14px;
}
.comments-list__body p:last-child, .comments-list__body ul:last-child, .comments-list__body li:last-child {
  margin-bottom: 0;
}
.comments-list__tools {
  margin-top: 20px;
  font-size: 12px;
}
.comments-list__link {
  top: 20px;
  right: 20px;
  position: absolute;
}

/*

-----------------------------------------
  3.11 Contact
-----------------------------------------

*/
.contact-details {
  margin: 10px 0 50px;
  padding: 0;
  list-style-type: none;
}
.contact-details__item {
  margin-bottom: 10px;
}
.contact-details p {
  margin: 0;
  color: #949494;
}
.contact-details p:first-child {
  font-weight: 500;
  color: #333;
}
.contact-details__url {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (min-width: 768px) {
  .contact-details__item {
    border-right: 1px solid #E4E4E4;
  }
  .contact-details__item:last-child {
    border-right: 0;
  }
}

/*

-----------------------------------------
  3.12 Conversations
-----------------------------------------

*/
.conversations-list {
  margin-bottom: 50px;
  padding: 0;
  list-style-type: none;
}
.conversations-list__item {
  margin: 15px 0;
}
.conversations-list__title {
  margin: 0;
  font-weight: 500;
}
.conversations-list__metadata, .conversations-list__reputation {
  display: inline-block;
  font-size: 12px;
}
.conversations-list__metadata {
  margin-right: 10px;
  color: #949494;
}

/*

-----------------------------------------
  3.13 Signup
-----------------------------------------

*/
.credentials--header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-bottom: 1px solid #e9e9e9;
}
.credentials__box {
  border: 1px solid #C4C4C4;
  border-radius: 2px;
}
.credentials {
  font-family: Montserrat;
  padding: 45px 0;
}
.credentials__content-header {
  font-weight: 300;
  text-align: center;
}
.credentials__content-header h1 {
  color: #4A4A4A;
  font-size: 36px;
  letter-spacing: -0.555556px;
  margin: 0;
}
.credentials__content-header p {
  color: #1A1A1A;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
  margin-top: 8px;
}
.credentials__form-content {
  padding: 40px;
}
.credentials form input, .credentials form select {
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  padding: 15px 25px;
  font-weight: 300;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
  height: 67px;
}
.credentials form input::placeholder {
  color: #bdbdbd;
}
.credentials form label {
  font-weight: 300;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
}
.credentials form .help-block {
  margin-top: 0;
}
.credentials .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.credentials .upload-btn-wrapper .btn {
  border: none;
  color: white;
  background: #BDBDBD;
  border-radius: 4px;
  padding: 9px 30px 12px;
  font-size: 14px;
  text-transform: uppercase;
}
.credentials .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.credentials .form-actions .btn {
  width: 100%;
  padding: 22px 0;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 4px;
}
.credentials .form-actions .btn.btn--primary {
  background: #B72626;
  color: white;
  border: none;
}
.credentials .form-actions .btn.btn--secondary {
  background: transparent;
  color: #BDBDBD;
  border: 1px solid #DCDCDC;
}
.credentials__input-space {
  margin-top: 20px;
}
.credentials__social-access {
  padding: 30px 15px;
}
.credentials__social-access .btn + .btn {
  margin-top: 15px;
}
.credentials__social-access .i-nexudus-logo {
  position: relative;
  top: -2px;
}
.credentials__register-access {
  padding: 20px 15px;
  background-color: #F4F4F4;
}
.credentials__register-access__intro {
  margin-bottom: 15px;
  font-size: 14px;
}
.credentials__register-access .form-actions {
  margin-top: 20px;
}
.credentials__register-access__disclaimer {
  margin: 30px 0 0;
  font-size: 12px;
  color: #949494;
}
.credentials__forgot-password {
  padding: 20px 15px;
}
.credentials__forgot-password .form-actions {
  margin: 20px 0 30px;
}
.credentials__subfooter {
  padding: 15px 15px 12px;
  font-size: 14px;
  text-align: center;
}
.credentials__footer {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
  color: #949494;
}
.credentials__confirm {
  margin-top: 60px;
  text-align: center;
}
.credentials__confirm > i {
  font-size: 64px;
  color: #CA2127;
}
.credentials__confirm__sent {
  margin: 30px 0;
}
.credentials__confirm__email {
  font-weight: 700;
  color: #CA2127;
}
.credentials__confirm__help {
  margin-bottom: 60px;
  font-size: 14px;
  color: #949494;
}
.credentials--step .navbar-brand {
  margin-top: 0;
}
.credentials--step .credentials__box {
  padding: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .credentials__header, .credentials__social-access, .credentials__register-access, .credentials__forgot-password, .credentials__subfooter {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/*

-----------------------------------------
  3.14 Events
-----------------------------------------

*/

.event-details-main {
  padding-bottom: 0;
}

.events-list {
  padding: 0;
  list-style-type: none;
}
.events-list__item {
  margin-bottom: 20px;
}
.events-list__cover {
  display: block;
  position: relative;
  top: 0;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.events-list__cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.events-list__cover:hover, .events-list__cover:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}
.events-list__card {
  position: relative;
  min-height: 380px;
}
.events-list__box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  height: 70%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 97.06%);
  border-radius: 4px;
}
.events-list__price {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #F2F2F2;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.events-list__name {
  margin-bottom: 8px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 26px;
  font-size: 24px;
  letter-spacing: -0.333333px;
  color: #F2F2F2;
  mix-blend-mode: normal;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.478176);
}
.events-list__title {
  margin: 0 0 12px 0;
  color: white;
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: -0.166667px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  -webkit-line-clamp: 2;
}
.events-list__time {
  display: inline-block;
}
.events-list__metadata {
  font-family: Montserrat;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
}
.events-list__price {
  margin-right: 10px;
}
.events-button__loadMore {
  font-family: Montserrat;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #4A4A4A;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  padding: 22px 140px;
  margin: 0 auto;
}
.zero-case__events {
  padding: 0 0 50px;
}
.zero-case__events i {
  margin: 0;
  font-size: 60px;
}
.zero-case__events h3 {
  font-weight: 300;
  line-height: 30px;
  font-size: 24px;
  color: #4A4A4A;
}
.events-list__line {
  overflow: hidden;
}
.events-list__today .events-list__item {
  width: auto;
}
.events-list__today .events-list__item:first-child {
  padding-left: 0;
}
.events-list__today .events-list__item:last-child {
  padding-right: 0;
}
.events-list__today .events-list__card {
  width: 380px;
}
.section-events--first {
  background-color: #f9f9f9;
  padding: 50px 0 40px;
}
.section-events--second {
  background-color: #f2f2f2;
  padding: 50px 0 80px;
  margin-bottom: -50px;
}
.events-list__line.ps>.ps__rail-x {
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .section-events--second {
      margin-bottom: -100px;
  }

  .events-list__cover:hover {
    top: -14px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.253765);
  }
}
@media only screen and (max-width: 767px) {
  .zero-case__events {
    padding: 0 0 30px;
  }
  .section-events--first {
    padding: 20px 0 10px;
  }
  .section-events--second {
    padding: 20px 0 50px;
  }
}
@media only screen and (max-width: 409px) {
  .events-button__loadMore {
    padding: 22px 0;
    width: 100%;
  }
  .events-list__today .events-list__card {
    width: 300px;
  }
}

/*
  Header
*/

.event-details-header > .row {
  margin-right: 0;
}

.event-details-header-image-container {
  position: relative;
  height: 60vh;
  min-height: 450px;
  overflow: hidden;
  padding-right: 0;
}

.event-details-header-image-container .back {
  position: absolute;
  top: 5%;
  left: 14%;
  display: inline-block;
  background: #1A1A1A;
  padding: 8px 12px;
  border-radius: 15px;
  font-family: 'Montserrat';
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}

.event-details-header-image-container .back:hover, .back:focus {
  text-decoration: none;
}

.event-details-header-image-container .back i {
  margin-right: 8px;
}

.event-details-header-title-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background: #1A1A1A;
  color: #FFF;
  height: 60vh;
  min-height: 450px;
  padding: 60px;
}

.event-details-header-title-container > div {
  max-width: 510px;
}

.event-details-header-title-container h1 {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 42px;
  letter-spacing: -0.777778px;
  color: #FFFFFF;
  margin-top: 0;

  line-height: 50px;
  max-height: 250px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
}

.event-details-header-title-container h3 {
  font-family: 'Montserrat';
  font-weight: 300;
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #FFFFFF;
}

.event-details-header-title-container .price {
  font-family: 'Montserrat';
  text-transform: uppercase;
  margin-top: 16px;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.event-details-header-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

@media screen and (min-height: 1080px) {
  .event-details-header-image-container, .event-details-header-title-container {
    max-height: 620px;
  }
}

@media only screen and (max-width: 991px) {
  .event-details-header-image-container {
    height: 480px;
    min-height: initial;
  }

  .event-details-header-image-container .back {
    left: 5%;
    font-size: 12px;
  }

  .event-details-header-title-container {
    height: auto;
    min-height: initial;
    padding: 24px 32px;
  }

  .event-details-header-title-container > div {
    max-width: 100%;
  }

  .event-details-header-title-container h1 {
    font-size: 34px;
  }

  .event-details-header-title-container h3 {
    font-size: 16px;
    margin-top: 18px;
  }

  .event-details-header-title-container .price {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .event-details-header-image-container {
    height: 300px;
  }
}

/*
  Sub Header
*/

.event-details-sub-header {
  height: 134px;
  background-color: #FFFFFF;
}

.event-details-sub-header .row, .container {
  height: 100%;
}

.event-details-sub-header .calendar-container, .location-container, .register-container {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.event-details-sub-header .calendar-container i {
  margin-right: 30px;
}

.event-details-sub-header .calendar-container .date {
  display: block;
  margin-bottom: 2px;
  font-family: 'Montserrat';
  font-weight: normal;
  line-height: 26px;
  font-size: 20px;
  letter-spacing: -0.277778px;
  color: #1A1A1A;
}

.event-details-sub-header .calendar-container .time {
  margin-right: 6px;
  text-transform: lowercase;
  font-family: 'Montserrat';
  font-weight: 300;
  line-height: 26px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
}

.event-details-sub-header .calendar-container .add-to-calendar {
  display: inline-block;
}

.event-details-sub-header .calendar-container .addthisevent-drop {
  font-family: 'Montserrat';
  font-weight: 300;
  line-height: 26px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  text-decoration-line: underline;
  color: #B72626;
}
.event-details-sub-header .calendar-container .addthisevent-drop:hover, .addthisevent-drop:focus {
  filter: none;
}

.event-details-sub-header .location-container i {
  margin-right: 33px;
  margin-left: 3px;
}

.event-details-sub-header .location-container  {
  font-family: 'Montserrat';
  font-weight: normal;
  line-height: 26px;
  font-size: 20px;
  letter-spacing: -0.277778px;
  color: #1A1A1A;
}

.event-details-sub-header .location-container  {
  margin-bottom: 2px;
}

.event-details-sub-header .location-container .address {
  font-family: 'Montserrat';
  font-weight: 300;
  line-height: 26px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
}

.event-details-sub-header .location-container .address a {
  margin-left: 6px;
  font-family: 'Montserrat';
  font-weight: 300;
  line-height: 26px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  text-decoration-line: underline;
  color: #B72626;
}

.event-details-sub-header .register-button {
  display: inline-block;
  width: 100%;
  padding: 25px 0;
  background-color: #B72626;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
  .event-details-sub-header {
    height: auto;
    padding: 24px 0;
  }

  .event-details-sub-header .register-container {
    margin-top: 24px;
  }

  .event-details-sub-header .register-container {
    float: right;
  }

  .event-details-sub-header .calendar-container i {
    margin-right: 20px;
  }

  .event-details-sub-header .location-container i {
    margin-right: 23px;
  }
}

@media only screen and (max-width: 479px) {
  .event-details-sub-header .calendar-container .date {
    font-size: 18px;
  }

  .event-details-sub-header .location-container  {
    margin-top: 18px;
    font-size: 18px;
  }

  .event-details-sub-header .location-container i {
    position: relative;
    top: 3px;
  }
}


/*
  Body
*/

.event-details-body-container {
  padding-top: 80px;
  padding-bottom: 50px;
}

.event-details-body-container .description-text {
  margin-bottom: 25px;
  font-family: 'Montserrat';
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
}

.event-details-body-container .article-content {
  margin-bottom: 50px;
  width: 80%;
  font-family: 'Montserrat';
  font-weight: 300;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #1A1A1A;
}

@media only screen and (max-width: 991px) {
  .event-details-body-container {
    padding-top: 60px;
  }

  .event-details-body-container .article-content {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .event-details-body-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event-details-body-container .article-content img {
    width: 100%;
  }
}

/*
  Attending
*/

.event-details-attending-container {
  margin-top: 75px;
}

.event-details-attending-container .attending-text {
  margin-bottom: 18px;
  font-family: Montserrat;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
}

.event-details-attending-container .users-avatar-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;

  flex-flow: wrap;
}

.event-details-attending-container .user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .event-details-attending-container {
    margin-top: 40px;
  }
}

/*
  Other events
*/

.event-details-other-events {
  background-color:  #F2F2F2;
  padding: 80px 0 100px 0;
}

.event-details-other-events-text {
  margin-bottom: 50px;
  margin-top: 0;
  font-family: 'Montserrat';
  font-weight: 300;
  line-height: normal;
  font-size: 40px;
  letter-spacing: -0.555556px;
  color: #4A4A4A;
}

.event-details-other-events .events-list {
  margin: 0 -15px;
}

@media only screen and (max-width: 991px) {
  .event-details-other-events {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .event-details-other-events-text {
    font-size: 34px;
  }
}

/*

-----------------------------------------
  3.15 Features
-----------------------------------------

*/
.features-list {
  padding: 0;
  list-style: none;
}
.features-list__item-container {
  padding: 10px;
}
.features-list__item-link:hover, .features-list__item-link:focus {
  text-decoration: none;
  filter: none;
}
.features-list__item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  height: 210px;
  padding: 32px 36px 24px 32px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  position: relative;
  top: 0;
  -webkit-transition: top 300ms;
  transition: top 300ms;
}
.features-list i {
  font-size: 22px;
}
.features-list h2 {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.333333px;
  color: #1A1A1A;
}
.features-list h3 {
  margin-top: 8px;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #4A4A4A;
}
@media only screen and (max-width: 767px) {
  .features-list__item:nth-child(odd) {
    clear: left;
  }
}
@media only screen and (min-width: 991px) {
  .features-list__item:hover {
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.0337126);
    top: -14px;
  }
}


/*

-----------------------------------------
  3.16 Help
-----------------------------------------

*/
.help-jumbo {
  min-height: 280px;
  height: 280px;
  text-align: left;
  padding: 90px 0 60px;
}
.help-jumbo h1 {
  font-family: Montserrat;
  font-weight: 400;
  line-height: 62px;
  font-size: 56px;
  color: #F2F2F2;
  letter-spacing: -0.777778px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.478176);
  position: relative;
  z-index: 30;
}
.help-flex {
  display: flex;
  justify-content: space-between;
}
.help-list-header {
  background: #F1F1F1;
  padding: 30px 0;
  font-family: Montserrat;
}
.help-list-header .help-list-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.help-list-header h2 {
  font-weight: 300;
  font-size: 16px;
  color: #4A4A4A;
  margin: 0;
}
.help-list-header .help-unread-replies {
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #B72626;
}
.help-list-header .fa-angle-down {
  font-size: 20px;
  margin-left: 20px;
}
.help-list-header .fa-circle {
  font-size: 12px;
  margin-right: 10px;
}
.help-list-container {
  background: #EBEBEB;
  padding: 40px 0;
  font-family: Montserrat;
}
.help-list-header a, .help-list-container a {
  text-decoration: none;
}
.help-list {
  padding-left: 0;
  list-style-type: none;
}
.help-list__item {
  position: relative;
  background: white;
  padding: 30px;
  border: 1px solid #DCDCDC;
}
.help-list__title {
  margin: 0;
  font-weight: 300;
  line-height: 29px;
  font-size: 20px;
  color: #1A1A1A;
}
.help-list__description {
  margin-top: 15px;
  font-weight: 300;
  line-height: 26px;
  font-size: 16px;
  color: #4A4A4A;
  height: 78px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}
.help-list__metadata {
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  color: #BDBDBD;
}
.help-list__comments {
  float: right;
}
.help-list__comments i {
  position: relative;
  top: 4px;
  margin-left: 4px;
}
.help-content {
  padding: 60px 0 100px;
  font-family: Montserrat;
}
.help-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.416667px;
  color: #4A4A4A;
}
.help-content .help-right-box .help-info-card {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  padding: 40px;
}
.help-content .help-right-box {
  margin-bottom: 55px;
}
.help-content .help-right-box h3 {
  margin: 0 0 15px;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
}
.help-content .help-right-box .help-info-card h3:not(:first-child){
  margin-top: 20px;
}
.help-content .help-right-box p {
  font-weight: 300;
  line-height: 27px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
}
.help-content .panel {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}
.help-content .panel-heading {
  background: #FFFFFF;
  color: #1A1A1A;
  padding: 0;
}
.help-content .panel-title {
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
}
.help-content .panel-title a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.help-content .panel-title a i {
  margin-right: 20px;
}
.help-content .panel-title a i.i-nexudus-energy {
  margin-right: 26px;
}
.help-content .panel-body {
  padding: 25px 40px 50px;
  font-weight: 300;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: -0.277778px;
  color: #1A1A1A;
  border-top-color: #DCDCDC;
}
.new-support-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-support-message__card {
  font-family: Montserrat;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  padding: 70px 120px 50px;
  margin-top: 50px;
}
.new-support-message__card h1 {
  line-height: 57px;
  font-size: 40px;
  text-align: center;
  letter-spacing: -1px;
  color: #1A1A1A;
  font-weight: 300;
  margin: 0;
}
.new-support-message__card form {
  margin-top: 50px;
}
.new-support-message_input {
  width: 100%;
  text-align: left;
  height: 65px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.new-support-message_input::-webkit-input-placeholder {
  font-weight: 300;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #ACACAC;
}
.new-support-message_input:-ms-input-placeholder {
  font-weight: 300;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #ACACAC;
}
.new-support-message_input::placeholder {
  font-weight: 300;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #ACACAC;
}
.new-support-message_input .caret {
  float: right;
  margin-top: 4px;
}
.new-support-message__input-label {
  font-weight: 300;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
}
.new-support-message__message {
  resize: none;
}
.new-support-message__card .btn-toolbar {
  text-align: center;
}
.new-support-message__departments-list {
  right: 0;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.new-support-message__departments-list span {
  line-height: 16px;
}
.new-support-message__submit {
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 80px;
  background: #B72626;
  border-radius: 4px;
  border: none;
}
.new-support-message__cancel {
  display: inline-block;
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1A1A1A;
  border: 1px solid #DCDCDC;
  border-radius: 26px;
}
.new-support-message__cancel .i-nexudus-tail-left-black {
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .help-list > div:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .help-jumbo {
    padding: 60px 0 60px;
  }
  .help-jumbo h1 {
    line-height: 56px;
    font-size: 45px;
  }
  .page-header--help > .container > .help-flex {
    flex-direction: column;
  }
  .page-header--help .btn-toolbar {
    text-align: center;
  }
  .help-list__item {
    margin-bottom: 10px;
  }
  .new-support-message__card {
    border: none;
    margin-top: 0;
    padding: 20px;
  }
}


/*

-----------------------------------------
  3.17 Home
-----------------------------------------

*/
.home__section {
  margin-top: 20px;
  margin-bottom: 25px;
}
.home__section__title {
  margin-bottom: 30px;
  text-align: center;
}
.home__section--bordered {
  border-bottom: 1px solid #E4E4E4;
}
.home__section--padded {
  margin: 0;
  padding: 20px 0 40px;
}
.home__section--features {
  margin: 30px 0;
}
.home__section--services {
  background-color: #F4F4F4;
}
.home__section--testimonials {
  background: #F4F4F4 url("/content/themes/public/dos/img/pattern-gray.svg") center center;
}
.home__section--twitter {
  background: rgba(85, 172, 238, 0.1) url("/content/themes/public/dos/img/pattern-twitter.svg") center center;
}
.home__section--locations {
  margin-bottom: 30px;
}
.home__section--newsletter {
  text-align: center;
  color: #fff;
  background: #CA2127 url("/content/themes/public/dos/img/pattern-white-15.svg") center center;
}
.home__section--newsletter .form {
  margin-top: 25px;
}
.home__section--newsletter .form-control {
  border-color: transparent;
}
@media only screen and (min-width: 768px) {
  .home__section__title {
    margin-bottom: 50px;
  }
  .home__section--padded {
    padding: 40px 0 75px;
  }
  .home__section--features {
    margin: 50px 0;
  }
}
.home__section--welcome-fluid-container {
  padding: 0;
  background-color: #F1F1F1;
  height: 76px;
}
.home__section--welcome-container .welcome {
  height: 76px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.277778px;
  color: #1A1A1A;
}
.home__section--welcome-container .location {
  height: 76px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.25px;
  color: #1A1A1A;
}
.home__section--welcome-container .location > i {
  display: inline-block;
  margin-right: 14px;
  margin-top: 6px;
}

@media (max-width: 479px) {
  .home__section--welcome-container .location {
    display: none;
  }
}

/*
  Welcome Modal
*/

.welcome-modal-wrapper {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.599977);
}

.welcome-modal {
  height: initial;
  background-color: #FFF;
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Montserrat;
  margin-top: 100px;
}

.welcome-modal h2 {
  font-weight: 300;
  font-size: 40px;
  letter-spacing: -0.555556px;
  color: #4A4A4A;
  margin: 0 0 40px;
}

.welcome-modal p {
  font-weight: 300;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #1A1A1A;
  margin-bottom: 30px;
}

.welcome-modal .form-action {
  width: 100%;
  max-width: 380px;
}

@media screen and (max-width: 767px) {
  .welcome-modal-wrapper {
    overflow: scroll;
  }
  .welcome-modal {
    margin-top: 0;
    padding: 20px;
  }
}
@media screen and (max-height: 750px) {
  .welcome-modal {
    overflow: auto;
    margin-top: 2vh;
    height: 95%;
  }
}
/*
  Announcements
*/

.home__section--announcements-fluid-container {
  padding: 30px 0 50px;
  background-color: #f9f9f9;
}

.home__section--announcements-container .i-nexudus-notification {
  margin-right: 20px;
}

@media only screen and (max-width: 479px) {
  .home__section--announcements-fluid-container {
    padding: 20px 0;
  }
}
.announcements-list {
  list-style-type: none;
  padding-left: 15px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.announcements-list li:first-child {
  padding-left: 0;
}
.announcements-list li:last-child {
  padding-right: 0;
}
.announcement-list__card {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 42px;
  /*min-height: 320px;*/
  background-color: white;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  font-family: Montserrat;
}
.announcement-list__card a:hover, .announcement-list__card a:focus {
  text-decoration: none;
}
.home__section--announcements-container .announcement-list__card {
  /*height: 330px;*/
}
.page-body--messages .announcements-list .announcement-details {
  text-decoration: none!important;
  filter: none!important;
}
.announcement-subject {
  margin: 0 0 15px 0;
  font-family: Montserrat;
  font-weight: normal;
  line-height: 29px;
  font-size: 24px;
  color: #1A1A1A;
}
.announcement-message-home {
  margin-bottom: 24px;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
  max-height: 116px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.announcement-message {
  margin-bottom: 24px;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
  /*
  show all message - 19/6/2018

  max-height: 116px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  */
}
.announcement-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.announcement-image-container {
  width: 40px;
  height: 40px;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
}
.announcement-image-container img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.announcement-info-box {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  color: #BDBDBD;
  padding-left: 10px;
}
.announcement-info-box p {
  margin: 0;
}
.announcements-button-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-left: 35px;
}
.announcements-button-container .btn {
  padding: 22px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .announcements-list li {
    margin-bottom: 10px;
  }
  .announcements-list li:last-child {
    padding-left: 0;
    padding-right: 15px;
  }
  .announcements-button-container {
    padding-left: 0;
  }
  .home__section--announcements-container .announcement-list__card {
    height: auto;
  }
}


@media only screen and (max-width: 479px) {
  .announcements-list {
    margin-bottom: 10px;
  }

  .announcement-list__card {
    padding: 30px;
  }
}

/*
  Upcoming events
*/

.home__section--events-fluid-container {
  background-color: #F2F2F2;
  padding: 50px 0;
}

.home__section--events .i-nexudus-calendar-outline {
  margin-right: 20px;
}

.home__section--events .events-list__card {
  height: 400px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.home__section--events .events-list__box {
  border-radius: 4px;
}

.home__section--events .events-list__item-image {
  height: 100%;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 479px) {
  .home__section--events-fluid-container {
    padding: 20px 0;
  }
}

/*
  Member benefits section
*/

.home__section--member-benefits-fluid-container {
  color: #FFFFFF;
  background-color: #E8E8E8;
  height: 300px;
  padding: 42px 0;
}

.home__section--member-benefits-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
}

.home__section--member-benefits-container .text-container {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  color: #4A4A4A;
}

.home__section--member-benefits-container .row {
  height: 100%;
}

.home__section--member-benefits-container .button-container {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.home__section--member-benefits-container .button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 65px;
  background: #B72626;
  border-radius: 4px;
  font-family: Montserrat;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.home__section--member-benefits-container .button:focus, .button:hover {
  text-decoration: none;
}

.home__section--member-benefits-container h2 {
  font-family: Montserrat;
  font-weight: 300;
  line-height: normal;
  font-size: 38px;
  letter-spacing: -0.555556px;
  margin-top: 0;
  margin-bottom: 14px;
}

.home__section--member-benefits-container p {
  max-width: 500px;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: -0.25px;
}

@media only screen and (max-width: 991px) {
  .home__section--member-benefits-fluid-container {
    height: auto;
  }

  .home__section--member-benefits-container .text-container {
    height: auto;
  }

  .home__section--member-benefits-container p {
    max-width: 90%;
  }

  .home__section--member-benefits-container .button-container {
    height: auto;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .home__section--member-benefits-container h2 {
    font-size: 34px;
  }
}
.offer-item-modal .close {
  position: absolute;
  right: 5px;
  top: 15px;
  color: white;
}
.offer-item-modal .modal-content {
  display: flex;
  font-family: Montserrat;
  padding: 30px 40px;
}
.offer-item-modal .offer-img {
  max-width: 320px;
}
.offer-item-modal .offer-img-container {
  padding-right: 50px;
}
.offer-item-modal .offer-title {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .offer-item-modal .close {
    right: 20px;
    color: #1A1A1A;
    z-index: 100;
  }
  .offer-item-modal .modal-content {
    flex-direction: column;
  }
  .offer-item-modal .offer-img-container {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
/*
  New campers
*/

.home__section--new-campers-container {
  padding-top: 30px;
  padding-bottom: 50px;
}

.home__section--new-campers-container .new-campers-list {
  margin: 0 -6px;
}

@media only screen and (max-width: 479px) {
  .home__section--new-campers-container {
    padding-top: 20px;
  }
}

/*

-----------------------------------------
  3.18 Locations
-----------------------------------------

*/
.locations-list {
  padding: 0;
  list-style-type: none;
}
.locations-list__item {
  margin-bottom: 30px;
}
.locations-list__cover {
  display: block;
  margin-bottom: 25px;
}
.locations-list__cover img {
  display: block;
  max-width: 100%;
  height: auto;
}
.locations-list a.locations-list__cover:hover, .locations-list a.locations-list__cover:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.locations-list__title {
  margin: 0 0 5px;
}
.locations-list__metadata {
  font-size: 14px;
  color: #949494;
}
.locations-list__address {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .locations-list__item:nth-child(odd) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) {
  .locations-list__item:nth-child(4n+1) {
    clear: left;
  }
}

/*

-----------------------------------------
  3.19 News
-----------------------------------------

*/
.news-list {
  margin: 10px 0 50px;
  padding: 0;
  list-style-type: none;
}
.news-list__item {
  margin: 20px 0;
}
.news-list__medium {
  display: inline-block;
  font-weight: 500;
  margin-right: 5px;
}
.news-list__date {
  font-size: 14px;
  color: #949494;
}
.news-list__title {
  margin-top: 5px;
}

/*

-----------------------------------------
  3.20 Partnerships
-----------------------------------------

*/
.partnerships-list {
  padding-left: 0;
  list-style-type: none;
}
.partnerships-list__item {
  margin: 25px 0;
}
.partnerships-list__cover {
  display: block;
}
.partnerships-list__cover img {
  display: block;
  max-width: 100%;
  height: auto;
}
.partnerships-list__cover:hover, .partnerships-list__cover:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.partnerships-list__title {
  margin: 0 0 5px;
}
.partnerships-list__metadata {
  margin: 0 0 10px;
  font-size: 14px;
  color: #949494;
}
@media only screen and (max-width: 991px) {
  .partnerships-list__cover {
    margin-bottom: 25px;
  }
}

/*

-----------------------------------------
  3.21 Purchase
-----------------------------------------

*/
.purchase--disabled {
  opacity: 0.25;
  pointer-events: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.purchase-detail {
  position: relative;
  margin-bottom: 30px;
  min-height: 100px;
  padding-left: 100px;
}

.purchase-detail__title {
  min-height: 90px;
  margin-top: 0;
}
.purchase-detail__metadata {
  font-size: 14px;
  margin-left: -100px;
}
.purchase-detail__when, .purchase-detail__where {
  margin-top: 15px;
  position: relative;
  padding-left: 20px;
}
.purchase-detail__when i, .purchase-detail__where i {
  top: 0;
  left: 0;
  position: absolute;
}
.purchase-detail__when b, .purchase-detail__where b {
  display: block;
  margin-bottom: 3px;
}
.purchase-detail__time, .purchase-detail__address {
  color: #949494;
}
.purchase-detail__cover {
  top: 0;
  left: 0;
  position: absolute;
  width: 80px;
}
.purchase-detail__cover img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 480px) {
  .purchase-detail {
    min-height: 180px;
    padding: 10px 0 0 200px;
  }
  .purchase-detail__noimage {
    min-height: 0;
    padding: 10px 0 0 0px;
  }
  .purchase-detail__title {
    min-height: 0;
  }
  .purchase-detail__metadata {
    margin-left: 0;
  }
  .purchase-detail__cover {
    width: 180px;
  }
}
.store__header {
  padding: 35px 0;
  background: white;
  border-bottom: 1px solid #DCDCDC;
  font-family: Montserrat;
}
.store__header h1 {
  font-weight: 300;
  font-size: 40px;
  letter-spacing: -0.555556px;
  color: #4A4A4A;
  margin: 0;
}

.purchase-list {
  padding: 0;
  list-style-type: none;
  font-family: Montserrat;
}
.purchase-list__item {
  margin-top: 20px;
  background: white;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 20px;
}
.purchase-list__info-container {
  display: flex;
  align-items: center;
}
.purchase-list__info-container .purchase-list__icon-container {
  margin-right: 20px;
}
.purchase-list__title {
  display: inline-block;
  margin-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
  width: 100%;
}
.purchase-list__description {
  font-size: 14px;
  letter-spacing: 0.875px;
  color: #1A1A1A;
}
.purchase-list__payment-type-title {
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
  margin: 10px 0 0;
}
.purchase-list__payment-type {
  font-size: 14px;
  letter-spacing: 0.875px;
  color: #1A1A1A;
  margin: 6px 0 0;
}
.purchase-list .form-group label {
  font-size: 16px;
}
.purchase-list__price-title {
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
  margin: 10px 0 0;
}
.purchase-list__price {
  display: block;
  font-size: 14px;
  letter-spacing: 0.875px;
  color: #1A1A1A;
  font-weight: 600;
  margin: 6px 0 0;
}
.purchase-list__qty-container {
  border: 1px solid #DCDCDC;
  border-radius: 32.5px;
  width: 120px;
  height: 39px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.purchase-list__qty {
  font-size: 18px;
  text-align: center;
  color: #1A1A1A;
}
.purchase-list__qty-button {
  border: none;
  background: none;
  outline: none;
}
.purchase-list__qty-container .i-nexudus-minus {
  position: relative;
  top: -4px;
}
@media only screen and (max-width: 991px) {
  .purchase-list__item + .purchase-list__item {
    padding-top: 15px;
    border-top: 1px solid #E4E4E4;
  }
  .purchase-list .form-control,
  .purchase-list label {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .purchase-list .form-group {
    float: right;
  }
}

.purchase-total {
  margin: 30px 0;
  padding: 20px 20px 15px;
  font-size: 18px;
  text-transform: uppercase;
  border: 0;
  border-radius: 2px;
  background-color: #F4F4F4;
}
.purchase-buttons {
  font-family: Montserrat;
}
.purchase-buttons__cancel {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.875px;
  color: #1A1A1A;
}
.purchase-buttons__submit {
  background: #B72626;
  border-radius: 4px;
  border: 1px solid #B72626;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 22px 95px;
}
.purchase-total-box {
  margin: 40px 0;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  padding: 30px 25px 30px 60px;
  font-family: Montserrat;
}
.purchase-total-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 14px;
  letter-spacing: 0.875px;
  color: #1A1A1A;
  margin-bottom: 20px;
}
.purchase-line-description {
  max-width: 270px;
}
.purchase-total-amounts-due {
  align-self: flex-start;
}
.purchase-total-amounts-due b {
  text-transform: uppercase;
  font-weight: 500;
}
.purchase-line-total-type {
  text-transform: uppercase;
  margin-right: 15px;
}
.purchase-line-total-count {
  font-size: 20px;
  letter-spacing: 1.25px;
  font-weight: 600;
}
.purchase-discount-input {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  font-weight: 300;
  line-height: 26px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  padding: 7px 13px;
  color: #1A1A1A;
}
.purchase-discount-input::placeholder {
  color: #DCDCDC;
}
@media only screen and (max-width: 767px) {
  .purchase-total-line {
    flex-direction: column;
    align-items: flex-start;
  }
  .purchase-line-description {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .purchase-total {
    padding: 30px 20px 25px;
    font-size: 20px;
    text-align: right;
  }
}
.event-tickets .purchase-total {
  margin: 0;
  background: none;
}
.event-tickets .purchase-discount-input::placeholder {
  color: #999;
}

/*

-----------------------------------------
  3.22 Receipt
-----------------------------------------

*/
.receipt {
  margin-bottom: 30px;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #F4F4F4;
}

/*

-----------------------------------------
  3.23 Resources
-----------------------------------------

*/

/*
  Bookings search
*/

.page-header--bookings-search {
  padding: 50px 0 40px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;

  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.page-header--bookings-search h1 {
  margin: 20px 0;
  font-family: Montserrat;
  font-weight: 200;
  line-height: normal;
  font-size: 40px;
  letter-spacing: -0.555556px;
  color: #4A4A4A;
}

.bookings-search-filters {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.bookings-search-filters .form-group {
  padding-right: 16px;
}

.bookings-search-filters .dropdown .dropdown-toggle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  outline: none;
}

.bookings-search-filters .dropdown .dropdown-toggle:hover,
.bookings-search-filters .dropdown .dropdown-toggle:focus {
  background-color: #FFFFFF!important;
  filter: brightness(97%)!important;
}

.bookings-search-filters .dropdown .dropdown-toggle .selected-text-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bookings-search-filters .dropdown .dropdown-toggle .selected-text-container i {
  margin-right: 16px;
}

.bookings-search-filters .dropdown .dropdown-toggle .selected-text-container span {
  font-family: Montserrat;
  font-weight: 500;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #1A1A1A;
}

.bookings-search-filters .dropdown .dropdown-toggle .caret {
  margin: 0;
}

.bookings-search-filters .start-time {
  padding-right: 10px;
}
.bookings-search-filters .end-time {
  padding-left: 10px;
}

.bookings-search-filters .search-btn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #B72626;
  border-radius: 4px;
  height: 63px;
  width: 64px;
  margin-bottom: 22px;
  outline: none;
  border: none;
}

.bookings-search-filters .search-btn span {
  font-family: Montserrat;
  color: white;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 20px;
}

.bookings-search-filters .search-btn:hover {
  filter: brightness(85%);
}

.bookings-search-filters .search-btn i {
  display: flex;
  display: -webkit-flex;
}

.bookings-search-filters label {
  font-family: Montserrat;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
}

.resources-list {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
}
.resources-list__item {
  margin-bottom: 25px;
  padding: 0 10px;
  overflow: hidden;
}

.resources-list__item:hover {
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .resources-list__item:hover .details-container .animated-details {
    transform: translateY(-70px);
  }

  .resources-list__item:hover .details-container .btn--make-booking {
    transform: translateY(-30px);
  }
}

.resources-list__item .image-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  height: 56vh;
  max-height: 620px;
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.resources-list__item .details-container {
  height: 70%;
  padding: 30px 26px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 97.06%);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.resources-list__item .details-container .animated-details {
  transition: all 0.2s ease-out;
  position: relative;
  bottom: -70px;
}

.resources-list__item .resources-list__title {
  margin-bottom: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  font-size: 36px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.478176);
}

.resources-list__item .services_list {
  margin-bottom: 10px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: -0.166667px;
  color: #FFFFFF;
}

.resources-list__item .description {
  margin-bottom: 10px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.resources-list__item .description p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-height: 20px;
  max-height: 100px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.resources-list__item .btn--make-booking {
  width: 50%;
  transition: all 0.1s ease-out;
  position: relative;
  bottom: -30px;
  margin-top: 20px;
}

.resources-list__item .btn--make-booking:hover, .btn--make-booking:focus {
  text-decoration: none
}

.resources-list__item .is-available-container {
  padding: 30px 26px;
}

.resources-list__item .is-available {
  padding: 5px 10px;
  background: #34D67A;
  border-radius: 14.5px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  font-size: 13px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
  .page-header--bookings-search {
    padding: 20px 0;
  }

  .bookings-search-filters {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin: 0 -10px;
  }

  .bookings-search-filters .form-group {
    width: 50%;
    padding: 0 10px;
  }

  .bookings-search-filters .form-group.is-flex-1, .form-group.is-flex-2 {
    flex: none;
  }

  .bookings-search-filters .search-btn {
    width: calc(50% - 20px);
    margin-right: 10px;
  }

  .resources-list__item .btn--make-booking {
    width: 100%;
  }

  .bookings-search-filters .dropdown.shift-filter {
    padding-right: 10px;
    margin-left: -10px;
  }

  .bookings-search-filters .start-time {
    margin-left: -10px;
  }
  .bookings-search-filters .end-time {
    padding-right: 10px;
  }

  .resources-list__item .details-container .animated-details {
    bottom: 0;
  }

  .resources-list__item .btn--make-booking {
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bookings-search-filters .form-group {
    width: 100%;
  }

  .bookings-search-filters .search-btn {
    width: calc(100% - 20px);
  }

  .bookings-search-filters .dropdown.shift-filter {
    padding-right: 0;
    margin-left: 0;
  }

  .bookings-search-filters .start-time {
    margin-left: 0;
  }
  .bookings-search-filters .end-time {
    padding-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .page-header--bookings-search h1 {
    font-size: 34px;
  }

  .resources-list__item .is-available-container, .resources-list__item .details-container  {
    padding: 18px 16px;
  }

  .resources-list__item .resources-list__title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .resources-list__item .is-available {
    font-size: 12px;
  }

  .resources-list__item .description {
    font-size: 12px;
  }
}

.resources-list .label {
  position: relative;
  top: -3px;
}
.resources-list__cover {
  display: block;
  margin-bottom: 30px;
}
.resources-list__cover img {
  display: block;
  max-width: 100%;
  height: auto;
}
.resources-list__cover:hover, .resources-list__cover:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

.resources-detail {
  margin-bottom: 30px;
}
.resources-detail img {
  display: block;
  max-width: 100%;
  height: auto;
}

.resources-description {
  margin: 30px 0;
  line-height: 1.7;
}

.resources-services-list {
  margin: 30px 0 10px;
}
.resources-services-list span {
  display: block;
}
.resources-services-list i {
  font-size: 48px;
  color: #CA2127;
}

.resources-details-list {
  margin-bottom: 20px;
  padding: 0;
  font-weight: 500;
  list-style-type: none;
}
.resources-details-list__item {
  float: left;
  padding: 0 15px;
  border-left: 1px solid #E4E4E4;
}
.resources-details-list__item:first-child {
  border-left: 0;
  padding-left: 0;
}
.resources-details-list__title {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.resources-details-list__value {
  font-weight: 500;
}

/*
  Guest Booking
*/

.guest-modal h3 a {
  color: #B72626;
  text-decoration: underline;
}

.guest-modal .large-button {
  max-width: 350px;
  padding: 16px 0;
  margin: 22px 0;
}

.booking-confirmation-modal .large-button {
  max-width: 280px;
  margin-top: 30px;
}

.modal--book-register .close {
  position: absolute;
  right: -32px;
  top: -6px;
  margin: 0;
  font-size: 0;
  outline: none;
}

.modal--book-register .modal-title {
  font-family: Montserrat;
  font-weight: 300;
  line-height: normal;
  font-size: 30px;
  letter-spacing: -0.416667px;
  color: #1A1A1A;
}

.modal--book-register .modal-subtitle {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 23px;
  font-size: 14px;
  letter-spacing: -0.277778px;
  color: #1A1A1A;
  margin: 0;
}
.modal--book-register .modal-header {
  padding-top: 40px;
}

.modal--book-register .modal-body {
  padding-top: 0;
}

.modal--book-register label {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
}

.modal--book-register input[type="text"], .modal--book-register input[type="email"] {
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
}

.modal--book-register .alert--danger {
  background: #B72626;
  border-radius: 4px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  min-height: 50px;
  padding: 10px 16px;
  margin-top: 10px;
  border-radius: 4px;
}

.modal--book-register .alert--danger b  {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 23px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #FFFFFF;
}

.modal--book-register .alert--danger i  {
  display: block;
  position: static;
  font-size: 20px;
  margin-right: 12px;
}

@media (max-width: 991px) {
  .modal--book-register .close {
    right: 12px;
    top: 12px;
  }
}

/*

-----------------------------------------
  3.24 Services
-----------------------------------------

*/
.services-list {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.services-list > li {
  margin-bottom: 25px;
}
.services-list__item {
  padding: 20px;
  background-color: #fff;
}
.services-list i {
  font-size: 100px;
  color: #CA2127;
}
.services-list__title {
  margin-top: -20px;
}
.services-list__description {
  margin: 0;
  font-size: 14px;
}
.services-list--v2 .services-list__item {
  background-color: #F4F4F4;
}
@media only screen and (max-width: 767px) {
  .services-list > li:nth-child(odd) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) {
  .services-list > li {
    margin-bottom: 50px;
  }
  .services-list > li:nth-child(3n+1) {
    clear: left;
  }
  .services-list__item {
    padding: 30px;
  }
}

/*

-----------------------------------------
  3.25 Settings
-----------------------------------------

*/
.settings .table + .btn-toolbar {
  margin-top: 30px;
}
.settings__plan__notify {
  margin-bottom: 30px;
  color: #949494;
}
.settings__plan__suscription {
  margin-bottom: 40px;
}
.settings__plan__suscription:last-child {
  margin-bottom: 0px;
}

.settings__plan__suscription__title {
  margin-bottom: 15px;
}
.settings__plan__suscription__title span {
  font-weight: 400;
}
.settings__plan__suscription__list li {
  margin: 5px 0;
}
.settings__plan .btn-toolbar {
  margin-top: 30px;
}
.settings__notifications {
  margin-bottom: 25px;
}

/*

-----------------------------------------
  3.26 Sidebar
-----------------------------------------

*/
.sidebar-aside {
  margin-bottom: 40px;
}
.sidebar-aside__heading {
  margin-bottom: 20px;
}
.sidebar-aside .sidebar-aside__more {
  font-size: 14px;
  color: #949494;
}
.sidebar-aside .sidebar-aside__more a {
  position: relative;
  padding-right: 22px;
}
.sidebar-aside .sidebar-aside__more a i {
  top: -4px;
  right: 0;
  position: absolute;
}

/*

-----------------------------------------
  3.27 Social links
-----------------------------------------

*/
.social-links {
  margin: 0;
  font-size: 14px;
  padding: 0;
  display: flex;
}
.social-links li {
  display: block;
  margin-bottom: 14px;
}
.social-links-share-text {
  margin-bottom: 26px;
  font-family: 'Montserrat';
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
}
.link--facebook {
  font-family: 'Montserrat';
  font-weight: normal;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
  text-decoration: none;
  color: #322874;
  display: flex;
  align-items: center;
}
.link--facebook:hover, .link--facebook:focus {
  color: #263961;
  text-decoration: none;
}
.link--twitter {
  font-family: 'Montserrat';
  font-weight: normal;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
  text-decoration: none;
  color: #618DE2;
  display: flex;
  align-items: center;
}
.link--twitter i, .link--facebook i {
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.social-links .i-nexudus-facebook-red::before,
.social-links .i-nexudus-twitter-red::before {
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}
.link--twitter:hover, .link--twitter:focus {
  color: #1689e0;
  text-decoration: none;
}

/*

-----------------------------------------
  3.28 Steps
-----------------------------------------

*/
.steps {
  margin: 30px 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 14px;
  text-align: center;
}
.steps > li {
  position: relative;
}
.steps > li b {
  position: relative;
  display: block;
  z-index: 3;
  padding: 5px 0;
  font-weight: normal;
  color: #949494;
  background-color: #fff;
}
.steps > li span {
  position: relative;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 5px;
  line-height: 32px;
  background-color: #fff;
  border: 1px solid #C4C4C4;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.steps > li:before {
  content: '';
  position: absolute;
  top: 16px;
  width: 100%;
  height: 1px;
  background-color: #C4C4C4;
}
.steps > li:last-child:before {
  display: none;
}
.steps > li.active b,
.steps > li.active span {
  font-weight: 500;
  color: #CA2127;
}
.steps > li.active span {
  border-color: #CA2127;
  box-shadow: 0 0 0 1px #CA2127;
}

@media only screen and (max-width: 991px) {
  .steps li b {
    display: none;
  }
}
/*

-----------------------------------------
  3.29 Suscriptions
-----------------------------------------

*/

.home__section--priceplans {
  padding-top: 24px;
  padding-bottom: 50px;
}

.subscriptions {
  margin: 0;
}

.subscriptions-list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.subscriptions-list__item-container{
  margin: 0;
  padding: 0 10px 20px 10px;
}
.subscriptions-list__item-container:nth-child(4n+1) {
  clear: left;
}
.subscriptions-list__item {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0;
  position: relative;
  top: 0;
  transition: top 300ms;
}
.subscriptions-list__title {
  margin: 0;
  padding: 20px 36px;
  background: #E8E8E8;
  box-sizing: border-box;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 29px;
  font-size: 24px;
  letter-spacing: -0.333333px;
  color: #4A4A4A;
}

.subscriptions-list__details {
  padding: 20px 36px;
}

.subscriptions-list__description {
  margin-bottom: 6px;
  font-family: Montserrat;
  font-weight: 300;
  line-height: normal;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #4A4A4A;
  min-height: 170px;
  display: flex;
  align-items: center;
}

.subscriptions-list__start__date {
  padding: 10px 0 20px 0;
}
.subscriptions-list__start__date input {
  width: 100%;
  background-color: white !important;
  border-color: #dcdcdc !important;
}


.subscriptions-signup-card {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  overflow: hidden;
}

.subscriptions-signup-card__title {
  margin: 0;
  background: #DE5252;
  color: white;
  padding: 35px 15px;
  line-height: 25px;
  font-size: 22px;
  border-bottom: 1px solid #dcdcdc;
}
.subscriptions-signup-card__description {
  background: white;
  padding: 40px 60px;
  font-weight: 300;
  line-height: normal;
  font-size: 18px;
  letter-spacing: -0.25px;
  color: #4A4A4A;
}
.subscriptions-signup-card__price {
  font-weight: 400;
  font-size: 20px;
}

.subscriptions-list__price, .subscriptions-list__frequency {
  font-family: Montserrat;
  font-weight: 500;
  line-height: normal;
  font-size: 24px;
  letter-spacing: -0.25px;
  color: #4A4A4A;
}

.subscriptions-list__join {
  padding: 0 20px 20px 20px;
}
.subscriptions-list__join a {
  width: 100%;
  padding: 16px;
  margin: 0 0 0 2px!important;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #4A4A4A;
  border: 1px solid #DCDCDC;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
}

.subscriptions-list__join a:hover,
.subscriptions-list__join a:focus {
  filter: brightness(100%);
  background: #B72626;
  color: #FFFFFF;
}

@media only screen and (min-width: 992px) {
  .subscriptions-list__item:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.0337126);
    top: -14px;
  }
}

@media only screen and (max-width: 991px) {
  .subscriptions-list__item {
    min-height: 320px;
  }

  .subscriptions-list__description {
    min-height: initial; 
    display: block;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 449px) {
  .subscriptions-list__item {
    min-height: 290px;
  }

  .home__section--priceplans {
    padding-top: 12px;
    padding-bottom: 30px;
  }

  .home__section--priceplans .load-more-button-container {
    margin-top: 12px;
  }
}

/*

-----------------------------------------
  3.30 Testimonials
-----------------------------------------

*/
.testimonials-list {
  padding: 0;
  list-style-type: none;
}
.testimonials-list__item {
  margin-bottom: 50px;
}
.testimonials-list__quote {
  margin: 0;
  padding: 0;
  border: 0;
}
.testimonials-list__body {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  background-color: #fff;
}
.testimonials-list__body p {
  margin: 0;
}
.testimonials-list__body:before, .testimonials-list__body:after {
  z-index: 10;
  content: "";
  bottom: -20px;
  left: 14px;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #E4E4E4;
}
.testimonials-list__body:after {
  bottom: -19px;
  border-top-color: #fff;
}
.testimonials-list__metadata {
  font-size: 12px;
  color: #949494;
}
@media only screen and (max-width: 991px) {
  .testimonials-list__item:nth-child(odd) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .testimonials-list__item:nth-child(3n+1) {
    clear: left;
  }
}

/*

-----------------------------------------
  3.31 User profile
-----------------------------------------

*/
.user-profile {
  font-family: 'Montserrat';
}

.user-profile .back {
  margin-top: 30px;
  display: inline-block;
  background: #1A1A1A;
  padding: 8px 12px;
  border-radius: 15px;
  font-family: 'Montserrat';
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}

.user-profile .back .i-nexudus-tail-left {
  margin-right: 10px;
}

.user-profile__cover {
  height: 160px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.user-profile__header {
  position: relative;
  margin-bottom: 50px;
  padding: 20px 0;
  color: #1A1A1A;
  background: white;
  min-height: 180px;
}
.user-profile__header a {
  color: #1A1A1A;
}
.user-profile__header .container {
  position: relative;
  z-index: 30;
}

.user-profile__header .tooltip-inner {
  font-weight: 500;
  color: #333;
  background: #fff;
}
.user-profile__header .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
.user-profile__header .tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}
.user-profile__header .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}
.user-profile__header .tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}
.user-profile__flex {
  display: flex;
  justify-content: space-between;
}
.user-profile__image-container {
  position: relative;
  min-width: 220px;
}
.user-profile__header .avatar {
  position: absolute;
  top: -55px;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22693);
}
.user-profile__header .avatar img {
  width: 180px;
  height: 180px;
}
.user-profile__header .user-profile__name {
  font-size: 32px;
}
.user-profile__header .user-profile__description {
  font-weight: 300;
  line-height: 32px;
  font-size: 16px;
}
.user-profile__header .user-badge__social > li {
  padding-left: 3px;
  padding-right: 3px;
}
.user-profile__profile-website {
  text-decoration: none;
}

.user-profile__profile-website span {
  display: inline-block;
  padding: 1px 8px 3px;
  border: 1px solid #DCDCDC;
  border-radius: 25px;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  top: -5px;
}
.user-profile__about h2, .user-profile__team-members h2 {
  margin: 0;
}
.user-profile__about > h2, .user-profile__team-members > h2 {
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
}
.user-profile__about__bio {
  margin: 20px 0;
  font-weight: 300;
  line-height: 36px;
  font-size: 20px;
  letter-spacing: -0.277778px;
  color: #1A1A1A;
}
.user-profile__members {
  margin-bottom: -4px;
  padding-top: 20px;
}
.user-profile__members > li {
  margin-bottom: 14px;
}
.user-profile__photos {
  margin-bottom: -20px;
  padding: 0;
  list-style-type: none;
}
.user-profile__photos img {
  display: block;
  max-width: 100%;
  height: auto;
}
.user-profile__photos > li {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .user-profile__about__bio {
    padding-right: 60px;
  }
  .user-profile__flex.user-profile__header-info-container {
   justify-content: flex-start;
  }
  .user-profile__header-info-container {
    flex: 3;
  }
  .user-profile__header-social-container {
    flex: 1;
  }
}

@media only screen and (max-width: 767px) {
  .user-profile.business-profile .user-profile__flex {
    flex-direction: column;
  }
  .user-profile__meta {
    margin-top: 120px;
  }
  .user-profile__header-social-container, .user-profile__name-container {
    text-align: center;
  }
  .user-profile.business-profile .user-profile__image-container {
    min-width: 180px;
    margin: 0 auto;
    position: initial;
  }
}


/*
  Member profile specific styles
*/

.user-profile.member .user-profile__header {
  min-height: initial;
}

.user-profile.member .user-profile__header .user-badge {
  display: flex;
  flex-direction: row;
  padding: 0;
}

.user-profile.member .user-profile__header .user-badge__avatar {
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  max-width: 100%;
  width: 180px;
  height: 130px;
}

.user-profile.member .user-profile__header .user-badge__avatar img {
  position: absolute;
  top: -50px;
}

.user-profile.member .user-profile__header .user-badge__details {
  margin-left: 30px;
}

.user-profile.member .user-profile__header .user-badge__name {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-family: Montserrat;
  font-weight: bold;
  line-height: normal;
  font-size: 32px;
  letter-spacing: -0.444445px;
  color: #1A1A1A;
}

.user-profile.member .user-badge__position {
  margin-top: 8px;
}

.user-profile.member .user-profile__header .new-member {
   font-size: 14px;
   margin-left: 24px;
   margin-top: 4px;
}

.user-profile.member .user-badge__social-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.user-profile.member .user-profile__profile-website span {
  top: 0;
}

.user-profile.member .tags-list {
  margin-top: 40px;
}

.user-profile.member .tags-list > h2 {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
}

.user-profile.member .tags-list li:after {
  content: none;
}

.user-profile.member .tags-list .tag {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 10px;
  text-transform: capitalize;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 4px;
}

.user-profile.member .tags-list .tag:hover, .tag:focus {
  text-decoration: none;
  filter: brightness(97%);
}

.user-profile.member .sidebar-aside__heading {
  margin-top: 0;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
}

.user-profile.member .conversations {
  margin-top: 50px;
}

.user-profile.member .conversations > h2 {
  font-family: Montserrat;
  font-weight: 200;
  line-height: normal;
  font-size: 34px;
  letter-spacing: -0.222222px;
  color: #000000;
}

.user-profile.member .conversations > h3 {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
}

.user-profile.member .your-input {
  padding: 0;
  background-color: transparent;
}

.user-profile.member .your-input input[type="text"], .user-profile.member .your-input textarea {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  padding: 20px;
  resize: vertical;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
}

.user-profile.member .your-input input[type="text"] {
  height: 60px;
  padding-left: 20px;
}

.user-profile.member .your-input label {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
}

@media only screen and (max-width: 767px) {
  .user-profile.member .user-profile__header .user-badge {
    flex-direction: column;
    align-items: center;
  }

  .user-profile.member .user-profile__header .user-badge__details {
    margin-left: 0;
  }

  .user-profile.member .user-profile__header .user-badge__name {
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .user-profile.member .user-profile__header .new-member {
    margin-left: 0;
    margin-top: 6px;
  }

  .user-profile.member .user-profile__header .user-badge__position {
    margin-top: 14px;
    margin-bottom: 16px;
    text-align: center;
  }

  .user-profile.member .user-badge__social-wrapper {
    flex-direction: column;
  }

  .user-profile.member .user-badge__social-wrapper .user-badge__social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .user-profile.member .user-badge__social-wrapper .website-container{
    margin-top: 8px;
  }

  .user-profile.member .sidebar-aside__heading {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .user-profile.member .user-profile__about__bio {
    padding-right: 80px;
  }

  .user-profile.member .your-input {
    padding-right: 80px;
  }

  .user-profile.member .user-badge__social-wrapper .website-container{
    margin-left: 10px;
  }
}

/*

-----------------------------------------
  3.32 Users
-----------------------------------------

*/
.users-list {
  padding: 0;
  list-style-type: none;
}
.users-list__item-container {
  padding: 10px;
}
.users-list__item {
  height: 160px;
  padding: 24px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;

  align-items: center;
  -webkit-align-items: center;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  top: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.users-list__item:hover, .users-list__item:focus {
  text-decoration: none;
  filter: none;
}
.users-list__item img {
  width: 100px;
  border-radius: 50%;
}
.user-badge-container {
  margin-left: 24px;
}
.users-list__quote {
  margin: 0;
  padding: 0;
  border: 0;
}
.users-list__body {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
}
.users-list__body p {
  margin: 0;
}
.users-list__body:before, .users-list__body:after {
  z-index: 10;
  content: "";
  bottom: -20px;
  left: 14px;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #E4E4E4;
}
.users-list__body:after {
  bottom: -19px;
  border-top-color: #fff;
}
.users-list__metadata {
  font-size: 12px;
  color: #949494;
}
.users-list--horizontal {
  margin-bottom: 50px;
}
.users-list--horizontal .users-list__item {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #E4E4E4;
}
.users-list--horizontal .users-list__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar-aside .users-list .users-list__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
}
.sidebar-aside .users-list .users-list__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .users-list__item-container:nth-child(odd) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .users-list__item-container:nth-child(3n+1) {
    clear: left;
  }

  .users-list__item:hover {
    top: -14px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.0337126);
  }
}

.user-featured {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E4E4E4;
}
.user-featured h2 {
  margin-bottom: 25px;
}

/*
  Directory (Members, Teams)
*/

.page-header--directory {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DCDCDC;
}

.page-header--directory h1 {
  margin: 0;
  font-family: Montserrat;
  font-weight: 200;
  line-height: normal;
  font-size: 40px;
  letter-spacing: -0.555556px;
  color: #4A4A4A;
}

.page-header--directory .action-buttons {
  display: flex;
  flex-direction: row;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 4px;
}

.page-header--directory .action-buttons .action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px 0;
  font-family: Montserrat;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #4A4A4A;
}

.page-header--directory .action-buttons .action-button:hover,
.page-header--directory .action-buttons .action-button:focus {
  text-decoration: none;
}

.page-header--directory .action-buttons .action-button.active {
  background-color: #B72626;
  color: #FFFFFF;
}

.page-header--directory .action-buttons .members {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-header--directory .action-buttons .teams {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-body--directory {
  margin-top: 20px;
}
.page-body--directory .filters-row {
  margin-bottom: 20px;
}
.page-body--directory .form--search {
  padding-right: 50px;
}
.page-body--directory .form--search input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #1A1A1A;
}
.page-body--directory .form--search button {
  background: #B72626;
  border: none;
  height: 40px;
  right: 17px;
}

@media only screen and (max-width: 767px) {
  .page-header--directory {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-header--directory h1 {
    margin-bottom: 20px;
  }

  .page-body--directory {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .page-body--directory .filters__nav__events {
    float: right;
  }
}

/*
  Teams list
*/

.teams-list {
  padding: 0;
  list-style-type: none;
}
.teams-list__item-container {
  padding: 10px;
}
.teams-list__item {
  height: 170px;
  padding: 24px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;

  align-items: center;
  -webkit-align-items: center;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  top: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.teams-list__item:hover, .teams-list__item:focus {
  text-decoration: none;
  filter: none;
}
.teams-list__item img {
  width: 100px;
  padding: 0;
}
.teams-list__item .details-container {
  margin-left: 22px;
}
.teams-list__item h3 {
  font-family: Montserrat;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
  font-size: 20px;
  letter-spacing: -0.277778px;
  color: #1A1A1A;
  max-height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.teams-list__item p {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #3A3A3A;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.teams-list__item .employees {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.teams-list__item .employees .i-nexudus-gray-people {
  line-height: 0;
  margin-bottom: 2px;
}
.teams-list__item .employees-count-text {
  font-family: Montserrat;
  font-weight: 300;
  line-height: normal;
  font-size: 14px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
  margin-left: 12px;
}

@media only screen and (max-width: 991px) {
  .teams-list__item-container:nth-child(odd) {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .teams-list__item-container:nth-child(3n+1) {
    clear: left;
  }

  .teams-list__item:hover {
    top: -14px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.0337126);
  }
}

@media only screen and (max-width: 340px) {
  .teams-list__item img {
    width: 75px;
  }
}

/*

-----------------------------------------
  3.33 Your input
-----------------------------------------

*/
.your-input {
  margin: 25px 0;
  padding: 20px 20px 30px;
  background-color: #F4F4F4;
  border-radius: 2px;
}
.your-input h3 {
  margin-top: 0;
  font-weight: 500;
}
h3 + .your-input__form, .user-badge + .your-input__form {
  margin-top: 20px;
}
.your-input .form-control {
  border-color: transparent;
}
.your-input .form-actions {
  margin-top: 0;
}

/*

-----------------------------------------
  3.34 Terms
-----------------------------------------

*/

#terms-wrapper {
  margin-bottom: 30px
}

/*

-----------------------------------------
  3.35 Threads
-----------------------------------------

*/

/*
  Threads index
*/

.page-header--threads-index {
  padding-top: 36px;
  padding-bottom: 52px;
}

.page-header--threads-index h1 {
  font-family: Montserrat;
  font-weight: 200;
  line-height: normal;
  font-size: 40px;
  letter-spacing: -0.555556px;
  color: #4A4A4A;
  margin: 0;
}

.page-header--threads-index h1 i {
  margin-right: 20px;
}

.page-body--messages .message-list {
  padding: 0;
}

.page-body--messages .message-list > li {
  list-style-type: none;
  margin-bottom: 18px;
}

.community-threads-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 36px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 4px;
}

.community-threads-item:hover, .community-threads-item:focus {
  text-decoration: none;
  filter: none;
}

.community-threads-item .thread-info-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.community-threads-item .thread-details {
  padding: 0 24px;
}

.community-threads-item .avatar-container img {
  border-radius: 50%;
}

.community-threads-item .user-name {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
  letter-spacing: -0.277778px;
  color: #1A1A1A;
}

.community-threads-item .thread-title {
  margin: 4px 0;
  font-family: Montserrat;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
}

.community-threads-item .thread-summary {
  font-family: Montserrat;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #3A3A3A;
  max-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.community-threads-item .thread-replies {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 22px;
  font-size: 20px;
  text-align: right;
  letter-spacing: -0.277778px;
  color: #BDBDBD;
}

.community-threads-item .thread-replies span {
  margin-right: 20px;
}

.community-threads-item .thread-replies .chat-icons {
  position: relative;
  width: 34px;
  height: 34px;
}

.community-threads-item .thread-replies .i-nexudus-chat {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}

.community-threads-item .thread-replies .i-nexudus-chat-red {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}


.community-threads-item:hover,
.community-threads-item:focus {
  border: 2px solid #B72626;
}

.community-threads-item:hover .thread-replies,
.community-threads-item:focus .thread-replies {
  color: #B72626;
}

.community-threads-item .thread-replies .i-nexudus-chat {
  visibility: visible;
}

.community-threads-item .thread-replies .i-nexudus-chat-red {
  visibility: hidden;
}

.community-threads-item:hover .thread-replies .i-nexudus-chat,
.community-threads-item:focus .thread-replies .i-nexudus-chat {
  visibility: hidden;
}

.community-threads-item:hover .thread-replies .i-nexudus-chat-red,
.community-threads-item:focus .thread-replies .i-nexudus-chat-red {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .community-threads-item {
    flex-direction: column;
    align-items: flex-end;
    padding: 18px 12px 12px 12px;
  }

  .community-threads-item .thread-details {
    padding: 0 12px;
  }

  .community-threads-item .avatar-container img {
    width: 48px;
    height: 48px;
  }

  .community-threads-item .user-name {
    font-size: 18px;
    margin: 0;
  }

  .community-threads-item .thread-title {
    font-size: 15px;
    line-height: normal;
    margin: 0;
  }

  .community-threads-item .thread-summary {
    font-size: 14px;
    line-height: normal;
  }

  .community-threads-item .thread-replies .chat-icons,
  .community-threads-item .thread-replies .i-nexudus-chat-container::before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }

  .community-threads-item .thread-replies {
    margin-top: 4px;
  }

  .community-threads-item .thread-replies span {
    font-size: 16px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .page-header--threads-index h1 {
    font-size: 34px;
  }
}

/*
  Announcements index page
*/

.page-body--messages .announcements-list {
  padding: 0;
  margin: 0;
}

.page-body--messages .announcements-list > li {
  margin-bottom: 20px;
  padding: 0!important;
}

.page-body--messages .announcements-list .announcement-list__card {
  min-height: initial;
}

.page-body--messages .announcements-list .announcement-details {
  text-decoration: none!important;
  filter: none!important;
}

.page-body--messages .announcements-list .announcement-message {
  font-size: 20px;
  /*
  show all message - 19/6/2018

  max-height: 87px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;*/
}

/*
show all message - 19/6/2018

@media only screen and (max-width: 769px) {
  .page-body--messages .announcements-list .announcement-message {
    font-size: 18px;
  }
}
*/

/*
  Message thread
*/

.page-header--community-thread {
  padding-top: 40px;
  padding-bottom: 42px;
}

.page-header--community-thread .back {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 14.5px;
  font-family: Montserrat;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
}


.page-header--community-thread .back:hover,
.page-header--community-thread .back:focus {
  text-decoration: none;
  color: #6e6e6e;
}

.page-header--community-thread .i-nexudus-tail-left-black {
  margin-right: 8px;
}

.message-thread {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 4px;
}

.message-thread .board-header {
  padding: 30px;
  border-bottom: 1px solid #BDBDBD;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.message-thread .board-header .left-side {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.message-thread .board-header .avatar img {
  border-radius: 50%;
  overflow: hidden;
}

.message-thread .board-header .metadata {
  margin-left: 20px;
}

.message-thread .board-header .user-name {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  letter-spacing: -0.277778px;
  color: #1A1A1A;
}

.message-thread .board-header .subject {
  margin: 0;
  font-family: Montserrat;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  letter-spacing: -0.222222px;
  color: #1A1A1A;
}

.message-thread .board-header .thread-replies {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.message-thread .board-header .deleteThread {
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-size: 16px;
}

.message-thread .board-header .thread-replies span {
  margin-top: -12px;
  margin-right: 18px;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 22px;
  font-size: 20px;
  text-align: right;
  letter-spacing: -0.277778px;
  color: #BDBDBD;
}

.message-thread .board-body {
  padding: 30px 48px;
  border-bottom: 1px solid #BDBDBD;
}

.message-thread .board-body .article-content,
.message-thread .reply-list .reply-message {
  margin-bottom: 18px;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 36px;
  font-size: 20px;
  letter-spacing: -0.277778px;
  color: #1A1A1A;
}

.message-thread .board-body .metadata,
.message-thread .reply-list .metadata {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.message-thread .board-body .metadata .avatar,
.message-thread .reply-list .metadata .avatar {
  margin-right: 20px;
}

.message-thread .board-body .metadata .avatar img,
.message-thread .reply-list .metadata .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.message-thread .reply-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.message-thread .reply-list .reply-item {
  padding: 36px 48px 40px 48px;
  border-bottom: 1px solid #BDBDBD;
}

.message-thread .pagination {
  padding: 20px 0 0 45px;
  margin-bottom: 0;
}

.message-thread .your-input-container {
  padding: 30px 45px;
}

.message-thread .board-body .metadata .sent-text,
.message-thread .reply-list .metadata .sent-text {
  font-family: Montserrat;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #BDBDBD;
}

.message-thread .board-body .metadata .sent-text a,
.message-thread .reply-list .metadata .sent-text a {
  color: #1A1A1A;
}

.message-thread .your-input-container h2 {
  font-family: Montserrat;
  font-weight: 200;
  line-height: normal;
  font-size: 30px;
  letter-spacing: -0.416667px;
  color: #4A4A4A;
}

.message-thread .your-input {
  padding: 0;
  max-width: 680px;
  background-color: transparent;
}

.message-thread .your-input textarea {
  height: initial!important;
  overflow: initial!important;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Montserrat;
  font-weight: 300;
  line-height: 32px;
  font-size: 18px;
  letter-spacing: -0.25px;
  resize: none;
}

@media only screen and (max-width: 479px) {
  .message-thread .board-header {
    padding: 20px;
  }

  .message-thread .board-body,
  .message-thread .reply-list .reply-item,
  .message-thread .your-input-container {
    padding: 26px 24px;
  }

  .message-thread .pagination {
    padding: 20px 0 0 24px;
  }

  .message-thread .board-body .article-content,
  .message-thread .reply-list .reply-message {
    line-height: 29px;
    font-size: 18px;
  }

  .message-thread .your-input {
    margin-bottom: 0;
  }

  .thread-replies .i-nexudus-chat-container::before {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }

  .message-thread .board-header .thread-replies span {
    margin-top: -8px;
    margin-right: 10px;
  }

  .message-thread .board-header .deleteThread {
    right: 20px;
  }
}

@media only screen and (max-width: 340px) {
  .page-header--community-thread .back {
    font-size: 12px;
  }
}

/*
  Support message page specific styles
*/

.message-thread.support .board-body {
  padding-top: 48px;
}

.message-thread.support .board-body h1 {
  margin: 0 0 24px 0;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 29px;
  font-size: 24px;
  color: #1A1A1A;
}

/*
  Announcement thread
*/

.page-body--announcement-thread .announcement-list__card {
  min-height: initial;
}

.page-body--announcement-thread .announcement-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.page-body--announcement-thread .announcement-subject {
  margin: 0;
}

.page-body--announcement-thread .announcement-image-container img {
  width: 40px;
  height: 40px;
}

.page-body--announcement-thread .announcement-info-box {
  padding-left: 0;
}

.page-body--announcement-thread .announcement-message {
  font-size: 20px;
  -webkit-line-clamp: initial;
  max-height: initial;
}

@media only screen and (max-width: 769px) {
  .page-body--announcement-thread .announcement-message {
    font-size: 18px;
  }
}

/*
  3.36 member benefits
*/

.page-header--benefits {
  padding-top: 36px;
  padding-bottom: 36px;
  margin-bottom: 20px;
}

.page-header--benefits .flex-wrapper  {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.page-header--benefits .title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.page-header--benefits .title-container h1 {
  margin: 0;
  font-family: Montserrat;
  font-weight: 200;
  line-height: normal;
  font-size: 40px;
  letter-spacing: -0.555556px;
  color: #4A4A4A;
}

.page-header--benefits .title-container .powered-by h2 {
  display: inline-block;
  margin: 0 20px 0 0;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  color: #4A4A4A;
  text-transform: uppercase;
}

.page-header--benefits .title-container .powered-by img {
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .page-header--benefits {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-header--benefits .title-container {
    margin-bottom: 8px;
  }

  .page-header--benefits .title-container h1 {
    font-size: 36px;
  }

  .page-header--benefits .title-container .powered-by h2 {
    font-size: 12px;
    margin: 0 12px 0 0;
  }

  .page-header--benefits .title-container .powered-by img {
    width: 120px;
  }

  .page-header--benefits .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 479px) {
  .page-header--benefits .title-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-header--benefits .title-container h1 {
    margin-bottom: 8px;
  }
}

/*
  3.37 Onboarding Payment confirmation
*/

.payment-confirmation-step .credentials__content-header {
  margin-bottom: 36px;
}

.payment-confirmation-step .credentials__title {
  margin-bottom: 20px;
}

.payment-confirmation-step .credentials__subtitle {
  line-height: normal;
}

.payment-confirmation-step .payment-summary {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 20px 0;
  padding: 36px 36px 28px 36px;
}

.payment-confirmation-step .payment-summary-title {
  margin: 0;
  margin-bottom: 24px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  letter-spacing: 1.125px;
  text-transform: uppercase;
  color: #1A1A1A;
}

.payment-confirmation-step .payment-summary table {
  margin: 20px 0 10px 0;
  width: 100%;
}

.payment-confirmation-step .payment-summary th {
  padding: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1A1A1A;
  border: none;
}

.payment-confirmation-step .payment-summary td {
  padding: 20px;
  border: 0;
  font-family: Montserrat;
  font-style: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
}

.payment-confirmation-step .payment-summary tbody tr:nth-child(odd) td {
  background: #EFEFEF;
}

.payment-confirmation-step .payment-summary .total-due {
  margin-right: 36px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #1A1A1A;
}

.payment-confirmation-step .payment-summary .prices-description {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.25px;
  color: #1A1A1A;
  max-width: 520px;
  margin: 20px auto 0 auto;
}

.payment-confirmation-step .form-actions {
  max-width: 380px;
  margin: 0 auto;
  margin-top: 45px;
}

@media only screen and (max-width: 479px) {
  .payment-confirmation-step .payment-summary {
    padding: 20px;
  }

  .payment-confirmation-step .payment-summary .table-wrapper {
    overflow: scroll;
    width: 100%;
  }

  .payment-confirmation-step .payment-summary th,
  .payment-confirmation-step .payment-summary td {
    padding: 10px;
  }

  .payment-confirmation-step .payment-summary th {
    font-size: 16px;
  }

  .payment-confirmation-step .payment-summary .total-due {
    margin-right: 24px;
    font-size: 13px;
  }

  .payment-confirmation-step .form-actions {
    margin-top: 24px;
  }
}

/*
-----------------------------------------
  3.38 My Account
-----------------------------------------
*/

/* Visitors */
.visitors-list-item {
  font-family: Montserrat;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.visitors-list-item p {
  margin: 0;
}
.visitors-list-item p a.link--secondary {
  margin-top: 2px;
}


/*
-----------------------------------------
  4 Plugins
-----------------------------------------
*/
/* Add This Event */
.addthisevent-drop                      {display:inline-block;position:relative;font-family:arial;text-decoration:none;font-size:14px;text-decoration:none;}
.addthisevent-drop:hover                {font-size:14px;text-decoration:none;}
.addthisevent-selected                  {}
.addthisevent_dropdown                  {width:177px;position:absolute;z-index:99999;padding:6px 0px 0px 0px;background:#fff;text-align:left;display:none;margin-top:4px;margin-left:-1px;border-top:1px solid #c8c8c8;border-right:1px solid #bebebe;border-bottom:1px solid #a8a8a8;border-left:1px solid #bebebe;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:1px 3px 6px rgba(0,0,0,0.15);-moz-box-shadow:1px 3px 6px rgba(0,0,0,0.15);box-shadow:1px 3px 6px rgba(0,0,0,0.15);}
.addthisevent_dropdown span             {width:175px;display:block;line-height:110%;background:#fff;text-decoration:none;font-size:12px;color:black;padding:8px 10px 9px 15px;}
.addthisevent_dropdown span:hover       {background:#f4f4f4;color:black;text-decoration:none;font-size:12px;}
.addthisevent span                      {display:none!important;}
.addthisevent-drop ._url,.addthisevent-drop ._start,.addthisevent-drop ._end,.addthisevent-drop ._summary,.addthisevent-drop ._description,.addthisevent-drop ._location,.addthisevent-drop ._organizer,.addthisevent-drop ._organizer_email,.addthisevent-drop ._facebook_event,.addthisevent-drop ._all_day_event {display:none!important;}
.addthisevent_dropdown .copyx           {width:175px;height:21px;display:block;position:relative;cursor:default;}
.addthisevent_dropdown .brx             {width:155px;height:1px;overflow:hidden;background:#e0e0e0;position:absolute;z-index:100;left:10px;top:9px;}
.addthisevent_dropdown .frs             {position:absolute;top:5px;cursor:pointer;right:10px;padding-left:10px;font-style:normal;font-weight:normal;text-align:right;z-index:101;line-height:110%;background:#fff;text-decoration:none;font-size:9px;color:#cacaca;}
.addthisevent_dropdown .frs:hover       {color:#6d84b4;}
.addthisevent                           {visibility:hidden;}#

/* Date Picker */
.picker__input {
  cursor: pointer !important;
}
.picker__select--year, .picker__select--month {
  font-size: 10px;
  height: 3em !important;
}

/* Mentions */
.mentions {
  font-size: 13px;
}

/*
  Force fixes
*/

.section.section--settings {
  overflow: initial!important;
}