
html,
body {
  height: 100%;
}

.img-centered {
  margin: 0 auto;
}

.content-row {
  margin-top: 30px;
}

section {
  padding: 100px 0;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-dark {
  color: white;
  background-color: #222222;
}

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

.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}

input.form-control {
  border-radius: 0 !important;
}

input.form-control:focus {
  border-color: #330080;
  box-shadow: none;
}

.btn,
.input-group-btn {
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-primary {
  color: #ffffff;
  background-color: #F95B70;
  border-color: #F95B70;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #097fbd;
  border-color: #0878b3;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #330080;
  border-color: #330080;
}

.btn-primary .badge {
  color: #330080;
  background-color: #ffffff;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

a {
  color: #8668b3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

p.lead {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 481px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 50px;
  }
}

hr {
  max-width: 100px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 2px;
  margin: 15px auto;
}

hr.left {
  margin: 15px auto 15px 0;
}

hr.right {
  margin: 15px 0 15px auto;
}

hr.colored {
  border-color: #330080;
}

@media (min-width: 768px) {
  hr {
    max-width: 200px;
    margin: 20px auto;
  }

  hr.left {
    margin: 20px auto 20px 0;
  }

  hr.right {
    margin: 20px 0 20px auto;
  }
}

.text-primary {
  color: #330080;
}

.containerNav {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar-fixed-top {
  margin-bottom: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #8668b3;
  border-radius: 0;
}

.navbar-default {
  background-color: #330080;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.5);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse {
  background-color: rgba(0, 0, 0, .9);
}

.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  padding: 0;
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-default .navbar-brand img,
.navbar-inverse .navbar-brand img {
  width: 340px;
  margin-top: -13px;
}

.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}

.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  color: #330080;
  border-bottom: 3px solid transparent;
  transition: 0.5s ease;
  font-weight: bold;
}

.navbar-default .navbar-nav li a:after,
.navbar-inverse .navbar-nav li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 3px solid #00aeef;
  transition: 0.4s;
}

.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
  color: #49CA9D;

}

.navbar-default .navbar-nav li a:hover:after,
.navbar-inverse .navbar-nav li a:hover:after {
  width: 100%;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 0;
  }

  .navbar-fixed-top.navbar-expanded {
    padding: 30px 0;
  }

  .navbar-fixed-top {
    padding: 15px 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
  }

  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }

  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background: rgba(0, 0, 0, .9);
    border: none;
  }
}

.navbar a:focus {
  outline: none;
}

.navbar .navbar-nav li a:focus {
  outline: none;
}

.navbar.navbar-expanded > .containerNav > .navbar-collapse > .navbar-nav > li > a.page-scroll,
.navbar.navbar-expanded > .containerNav > .navbar-collapse > .navbar-nav > li > a {
  color: #330080;
  font-weight: bold;
}

header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #222222;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
}

header .intro-content {
  color: white;
  text-align: center;
  position: relative;
}

header .brand-name {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 15px;
}

header .brand-name-subtext {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

header img {
  max-width: 150px;
  max-height: 150px;
}

header .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}

header .scroll-down .btn {
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100% !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

@media (min-width: 768px) {
  header {
    height: 100%;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
  }

  header .intro-content {
    color: white;
    text-align: center;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  header .brand-name {
    font-size: 80px;
    line-height: 80px;
  }

  header .brand-name-subtext {
    font-size: 30px;
    line-height: 30px;
  }

  header img {
    max-width: 300px;
    max-height: 300px;
  }
}

@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}

header.video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 998;
  opacity: 0;
}

header.video .intro-content {
  z-index: 999;
}

header.video .scroll-down {
  z-index: 999;
}

@media (min-width: 768px) {
  header.video .overlay {
    opacity: 0.5;
  }
}

aside.cta-quote {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 40px 0;
  text-align: center;
}

aside.cta-quote h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 40px;
  letter-spacing: -1px;
  color: #ebebeb;
}

aside.cta-quote p {
  font-family: 'Merriweather';
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 39px;
  letter-spacing: 0.5px;
  color: #fff;
}

.speakersRow {

  margin-bottom: 10px;
}

.mfp-close-btn-in .mfp-close {
  color: white;
  opacity: 1;
}

.bioBlock {
  background: #000;
  padding: 20px;
  /*min-height: 140px;*/
}

.bioBlock h5 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 16px;
  letter-spacing: 0px;
  color: #F95B70;
  text-align: center;
}

.bioBlock .titles {
  font-family: Cabin;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  margin: 0;
}

@media (max-height: 767px) {
  .bioBlock {
    /*min-height: 160px;*/
  }

  .bioBlock h5 {
    line-height: 100%;
    font-size: 12px;
  }

  .bioBlock .titles {
    line-height: 130%;
    font-size: 12px;
  }
}

.speakersBtn {
  margin: 4em 0 2em;
}

.speakersBtn a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  background: #7ab49e; /* Old browsers */
  background: -moz-linear-gradient(45deg, #7ab49e 0%, #7a819e 17%, #c6006c 70%, #720158 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #7ab49e 0%, #7a819e 17%, #c6006c 70%, #720158 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #7ab49e 0%, #7a819e 17%, #c6006c 70%, #720158 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 25px 40px;
  border-radius: 2px;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.speakersBtn a:hover, .speakersBtn a:focus {
  background-color: #000;
  color: #fff;
}

@media (min-width: 768px) {
  aside.cta-quote {
    background-attachment: scroll;
    padding: 150px 0;
  }

  aside.cta-quote span.quote {
    font-size: 36px;
    line-height: 38px;
  }
}

@media (min-width: 992px) {
  aside.cta-quote {
    padding: 40px 0;
  }

  aside.cta-quote span.quote {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (min-width: 1025px) {
  aside.cta-quote {
    background-attachment: fixed;
  }
}

.testimonials {
  text-align: center;
}

.testimonials .testimonials-carousel .item {
  padding: 0;
}

.testimonials .testimonials-carousel .item p.quote {
  margin-bottom: 30px;
}

.testimonials .testimonials-carousel .item .testimonial-info {
  margin-bottom: 30px;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-img {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author {
  display: inline-block;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author hr.colored {
  margin: 3px auto;
  max-width: 50px;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author p {
  margin: 0;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .stars {
  color: #f1c40f;
}

.testimonials .testimonials-carousel .owl-controls {
  margin-top: 0;
}

.testimonials .testimonials-carousel .owl-controls .owl-prev,
.testimonials .testimonials-carousel .owl-controls .owl-next {
  display: none;
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #00a9fb !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.testimonials .testimonials-carousel .owl-controls .owl-prev:hover,
.testimonials .testimonials-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}

.testimonials .testimonials-carousel .owl-controls .owl-prev {
  left: 15px;
}

.testimonials .testimonials-carousel .owl-controls .owl-next {
  right: 15px;
}

@media (min-width: 768px) {
  .testimonials .testimonials-carousel .item {
    padding: 0 100px;
  }

  .testimonials .testimonials-carousel .owl-controls .owl-prev,
  .testimonials .testimonials-carousel .owl-controls .owl-next {
    display: block;
  }
}

.cta-form h3 {
  margin-top: 0;
}

.contactPopForm {
  background-image: url(../img/speaker-background.jpg);
  background-size: cover;
  width: 80%;
  margin: 0 auto;
}

.contactName {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-size: 21px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}

.contactPosition {
  font-family: Cabin;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #fff;
  margin: 0;
}

.contactInfo a {
  font-family: Cabin;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-size: 19px;
  letter-spacing: 0px;
  color: #eee;
}

.contactInfo a:hover {
  color: #d12a5c;
}

.contact-dark {
  background-color: #31404d;
  padding: 30px;
}

#contactForm label {
  font-family: Cabin;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-size: 17px;
  letter-spacing: 0px;
  color: #d0d2d4;
  width: 100%;
}

#contactForm label sup {
  color: #d12a5c;
}

#contactForm input {
  width: 100%;
}

#contactForm textarea {
  width: 100%;
}

.contactBtn {
  margin: 2em 0 1.5em;
}

.contactBtn a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  background-color: #F95B70;
  padding: 15px 30px;
  border-radius: 2px;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.contactBtn a:hover, .contactBtn a:focus {
  background-color: #000;
  color: #fff;
}



.aboutRow {
  padding: 0 10%;
}

.aboutRow img {
  float: right;
}

.aboutHeadline {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-transform: none;
  letter-spacing: -2px;
  color: #1f1f1f;
}

.aboutTag {
  font-family: 'Merriweather';
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 39px;
  letter-spacing: 0.5px;
  color: #fff;
}

.aboutHeader {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: 26px;
  text-align: left;
  letter-spacing: -2px;
  color: #fff;
}

.aboutContent {
  font-family: 'Quattrocento Sans';
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #fff;
}

.about-content {
  padding: 30px;
  border: 2px solid rgb(240, 240, 240);
}

.about-content img {
  margin: 0;
  text-align: left;
  display: block;

}

.about-content h3 {
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -2px;
  color: #fff;
}

.about-content p {
  font-family: 'Quattrocento Sans', sans-serif;
  text-align: left;
  font-size: 16.5px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #fff;
}

.about-content a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  font-size: 15px;
  letter-spacing: -1px;
  text-align: left;
  color: #fff;
}

.about-content i {
  color: #fff;
  font-size: 30px;
  margin-left: 10px;
  margin-top: -4px;
  vertical-align: middle;
}

.home-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  background-size: cover;
}

.about-carousel .item {
  padding: 15px;
}

.about-carousel .item img {
  margin: 0 auto;

}

.separator {
  background: #7ab49e; /* Old browsers */
  background: -moz-linear-gradient(45deg, #7ab49e 0%, #7a819e 17%, #c6006c 70%, #720158 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #7ab49e 0%, #7a819e 17%, #c6006c 70%, #720158 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #7ab49e 0%, #7a819e 17%, #c6006c 70%, #720158 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 15px !important;
  width: 100%;
}

.hotelTitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  font-size: 32px;
  letter-spacing: -1px;
  color: #ffffff;
}

.hotelTitle2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  font-size: 40px;
  letter-spacing: -1px;
  color: #ffffff;
}

.hotelTitle2 img {
  width: 99px;
}

.hotelHeader {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: -2px;
  color: #ffffff;
}

.hotelSectionHead {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-transform: none;
  letter-spacing: -2px;
  color: #ffffff;
}

.hotelSlideHead {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -2px;
  color: #ffffff;
  text-align: center;
}

.hotelSlideHead a {
  color: #ffffff;
}

.hotelSlideHead a:hover {
  color: #d12a5c;
}

.hotelSlideHead span {
  color: #009bbd;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.hotelContent {
  font-family: 'Quattrocento Sans';
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;

}

.hotel-carousel .item {
  padding: 15px;
}

.hotel-carousel .item img {
  margin: 0 auto;

}

.ahotel-carousel .owl-controls {
  margin-top: 0;
}

.hotel-carousel .owl-controls .owl-prev,
.hotel-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #F95B70 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hotel-carousel .owl-controls .owl-prev:hover,
.hotel-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}

.hotel-carousel .owl-controls .owl-prev {
  left: 0;
}

.hotel-carousel .owl-controls .owl-next {
  right: 0;
}

.about-carousel .item .caption {
  padding: 15px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-carousel .item .caption h3 {
  margin: 0;
}

.about-carousel .item .caption hr {
  margin: 5px auto;
  max-width: 50px;
}

.about-carousel .item .caption p {
  margin: 0;
}

.about-carousel .item .caption ul.social {
  margin-top: 5px;
}

.about-carousel .item .caption ul.social li a {
  color: rgba(255, 255, 255, 0.7);
}

.about-carousel .item .caption ul.social li a:hover,
.about-carousel .item .caption ul.social li a:focus {
  color: white;
}

.about-carousel .owl-controls {
  margin-top: 0;
}

.about-carousel .owl-controls .owl-prev,
.about-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #F95B70 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about-carousel .owl-controls .owl-prev:hover,
.about-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}

.about-carousel .owl-controls .owl-prev {
  left: 0;
}

.about-carousel .owl-controls .owl-next {
  right: 0;
}

.containerGallery {
  width: 100%;
  padding: 0 3%;
}

.galleryTitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  font-size: 40px;
  letter-spacing: -1px;
  color: #F95B70;
}

.galleryTitle img {
  width: 99px;
}

#schedule h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  font-size: 40px;
  letter-spacing: -1px;
  color: #F95B70;
}

#schedule p {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #000;
}

.dayTitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  font-size: 26px;
  text-transform: none;
  letter-spacing: -2px;
  color: #009bbd;
  padding: 0 0 10px;
}

.dayTitle i {
  margin-left: 10px;
}

.dayItem {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-size: 19px;
  letter-spacing: -1px;
  color: #1f1f1f;
  padding-top: 12px;
}

.dayBlock {
  border: 2px solid #f0f0f0;
  padding: 20px 50px;
}

.dayBlock h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -2px;
  margin: 0 0 10px 0;
  text-transform: none;
  color: #1f1f1f;
}

.dayBlock h4 span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  font-size: 26px;
  text-transform: none;
  letter-spacing: -2px;
  color: #009bbd;
}

.dayDesc {
  font-family: Cabin;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000;
}

.dayDesc img {
  width: 200px;
  float: left;
}

.featuredTitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 40px;
  letter-spacing: -1px;
  color: #ebebeb;
}

.featuredLink {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  font-size: 32px;
  letter-spacing: -1px;
  color: #ebebeb;
}

.featuredLink a {
  color: #fff;
}

.featuredLink a:hover {
  color: #00a9fb;
}

.featuredPink {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #d12a5c;
}

.featuredContent {
  font-family: Cabin;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0px;
  color: #1f1f1f;
}

.bestValue {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0px;
  color: #fff;
}

.bestValue span {
  font-family: 'Cabin';
  font-size: 24px;
  color: #fff;
}

.ticketBest {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 28px;
  letter-spacing: -1px;
  color: #fff;
}

.ticketContent {
  font-family: Cabin;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 17px;
  padding: 10px 0;
  text-align: left;
  letter-spacing: 0px;
  color: white;
}

.ticketContent span {
  font-size: 12px;
}

.ticketItem {
  border-bottom: 2px solid #eee;
  margin: 0 5px;
}

.ticketNoPad {
  padding: 0;
}

.green i {
  color: #47a920;
  padding: 5px 0 10px;
  vertical-align: bottom;
  font-size: 24px;
}

.red i {
  color: #e11313;
  padding: 5px 0 10px;
  vertical-align: bottom;
  font-size: 24px;
}

.ticketPrice {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  font-size: 50px;
  padding: 40px 0 0 0;
  letter-spacing: -1px;
  color: #F95B70;
}

.ticketPrice span {
  font-size: 24px;
}

.ticketBtn {
  margin: 3em 0 1.5em;
}

.hotelSlideBottom {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 1em;
  text-transform: none;
  text-align: center;
  letter-spacing: 0px;
  color: deeppink;
  margin: 0;
  padding: 0;
}

.ticketBtn a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  padding: 20px 30px;
  border-radius: 2px;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  background: rgb(51, 0, 128); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(51, 0, 128, 1) 1%, rgba(87, 0, 218, 1) 33%, rgba(87, 0, 218, 1) 66%, rgba(134, 53, 255, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(51, 0, 128, 1) 1%, rgba(87, 0, 218, 1) 33%, rgba(87, 0, 218, 1) 66%, rgba(134, 53, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(51, 0, 128, 1) 1%, rgba(87, 0, 218, 1) 33%, rgba(87, 0, 218, 1) 66%, rgba(134, 53, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.contactBtn {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      font-size: 1.1em;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0px;
      color: #fff;
      background-color: #F95B70;
      padding: 20px 30px;
      border-radius: 2px;
      transition: background-color 0.3s ease;
      -webkit-transition: background-color 0.3s ease;
}

.contactBtn :hover, .contactBtn :focus {
      background-color: #000;
      color: #fff;
}

.ticketBtn a:hover, .ticketBtn a:focus {
  background-color: #000;
  color: #fff;
}

.broughtTitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  font-size: 40px;
  letter-spacing: -1px;
  color: #F95B70;
}

.broughtTag {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-size: 21px;
  letter-spacing: 0px;
  color: #F95B70;
}

.speakerBioTitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 50px;
  letter-spacing: -1px;
  color: white;
}

.bioHeadLink {
  font-family: 'Merriweather';
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 140%;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #eee;
}

.bioHeadLink span {
  font-family: 'Kristi';
  font-size: 50px;
  letter-spacing: 1px;
  color: #fff;
}

.speakerBioTag {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  font-size: 26px;
  text-transform: none;
  letter-spacing: -1px;
  color: #F95B70;
  text-shadow: 0px 1px 2px black;
}

.bioLong img {
  width: 100%;
  box-shadow: 0 0 10px 0px black;
}

.bioContentBox img {
  float: right;
  margin-left: 10px;
  border: 8px solid #7ab49e;
}

.speakerBioContent {
  font-family: 'Quattrocento Sans';
  font-size: 18px;
  line-height: 140%;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  background-color: rgba(0, 0, 0, .6);
  padding: 15px;
  border-radius: 3px;
}

.noPad {
  padding: 0;
}

.thank-you {
  height: 100vh;
}

.thankyouBlock {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thankyouTitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-size: 50px;
  letter-spacing: -1px;
  color: #fff;
}

.thankyouSig {
  font-family: 'Kristi';
}

.footerContact {
  padding-bottom: 50px;
}

.footerContact .footerContent {
  text-align: left;
  font-family: Cabin;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-size: 16px;
  letter-spacing: 0px;
  color: #fff;
}

.footerContact .footerContent i {
  color: #009bbd;
}

.footerTitle {
  font-family: 'Merriweather';
  font-weight: 300;
  font-style: normal;
  color: #009bbd;
  font-size: 28px;
}

.footerCopyright {
  background: #fff;
  color: #1f1f1f;
  text-align: center;
  padding: 10px 0;
}

.services .media {
  margin-bottom: 30px;
}

.services .media i.fa {
  height: 75px;
  width: 75px;
  line-height: 70px;
  text-align: center;
  border: 3px solid #222222;
  border-radius: 100%;
  font-size: 30px;
}

.services .media .media-body {
  padding-left: 15px;
}

.services .media .media-body h3 {
  margin-bottom: 15px;
}

.services .media .media-body ul {
  list-style: inside;
  padding: 0;
}

.services .media .media-body ul li {
  margin-bottom: 10px;
}

@media (min-width: 390px) {
  .services .media .media-body {
    min-width: 260px;
  }
}

@media (min-width: 992px) {
  .services .media .media-body {
    min-width: 193px;
  }
}

@media (min-width: 1199px) {
  .services .media .media-body {
    min-width: 260px;
  }
}

@media (min-width: 992px) {
  .services .media {
    margin-bottom: 0;
  }
}

.portfolio-carousel {
  padding: 0;
  color: white;
  background-color: #222222;
}

.portfolio-carousel .item {
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 55px;
  text-align: center;
}

.portfolio-carousel .item .portfolio-image {
  margin-top: 50px;
}

.portfolio-carousel .item .project-details {
  padding: 0;
}

.portfolio-carousel .item .project-details img.client-logo {
  margin: 0 auto 25px;
}

.portfolio-carousel .item .project-details .project-name {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.portfolio-carousel .item .project-details .project-description {
  display: block;
  font-size: 18px;
  line-height: 18px;
}

.portfolio-carousel .owl-controls {
  margin-top: 0;
}

.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 75px;
  width: 50px;
  border-radius: 0 !important;
  line-height: 70px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #F95B70 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-carousel .owl-controls .owl-prev:hover,
.portfolio-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}

.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}

.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}

@media (min-width: 992px) {
  .portfolio-carousel .item {
    padding: 155px 55px 155px;
    text-align: left;
    min-height: 100%;
  }

  .portfolio-carousel .item .portfolio-image {
    margin-top: 0;
  }

  .portfolio-carousel .item .project-details {
    padding: 15% 0 0;
  }

  .portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px 0;
  }

  .portfolio-carousel .item .project-details .project-name {
    display: block;
    font-size: 50px;
    line-height: 50px;
  }

  .portfolio-carousel .item .project-details .project-description {
    font-size: 20px;
    line-height: 20px;
  }

  .portfolio-carousel .item hr.colored {
    margin: 20px auto 20px 0;
  }
}

.portfolio-gallery .item {
  padding: 15px;
  margin: 0 auto;
}

.portfolio-modal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.portfolio-modal .modal-backdrop {
  display: none;
}

.portfolio-modal .modal-content {
  color: white;
  background: transparent;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 46px;
}

.portfolio-modal .modal-content img {
  margin: 30px auto;
}

.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}

.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: white;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: white;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}

.portfolio-filter {
  display: inline-block;
}

.portfolio-filter #filters {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.portfolio-filter #filters li {
  display: inline-block;
}

.portfolio-filter #filters li .filter {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  margin: 2px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 12px;
  color: #222222;
  background: transparent;
  border: 1px solid #222222;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-filter #filters li .filter.active {
  background-color: #F95B70;
  color: white;
  border-color: #F95B70;
}

#portfoliolist .portfolio {
  width: 31%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}

#portfoliolist .portfolio .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #222222;
  cursor: pointer;
}

#portfoliolist .portfolio .portfolio-wrapper img {
  max-width: 100%;
  position: relative;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#portfoliolist .portfolio .portfolio-wrapper img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#portfoliolist .portfolio .portfolio-wrapper .caption {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: -75px;
}

#portfoliolist .portfolio .portfolio-wrapper .caption .caption-bg {
  background: #F95B70;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text {
  color: white;
  position: relative;
  z-index: 500;
  padding: 15px 8px;
}

#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text a.text-title {
  color: white;
}

#portfoliolist .portfolio .portfolio-wrapper .caption .caption-text .text-category {
  display: block;
  font-size: 12px;
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
}

.pricing {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.pricing .pricing-item {
  text-align: center;
  background: #1b2b3a;
  color: #222222;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  -moz-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  z-index: 1;
  margin-bottom: 30px;
}

.pricing .pricing-item h3 {
  margin: 0;
}

.pricing .pricing-item hr {
  max-width: 100px;
}

.pricing .pricing-item p {
  color: #F95B70;
  font-size: 2rem;
}

.pricing .pricing-item p span {
  color: white;
}

.pricing .pricing-item p span.line-through {
  text-decoration: line-through;
  color: #F95B70;
}

.savings {
  color: #47a920 !important;
}

.pricing .pricing-item .price {
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-top: 10px;
  font-size: 24px;
  letter-spacing: -1px;
  color: #F95B70;
}

.pricing .pricing-item .price .number {
  font-weight: 900;
  font-size: 50px;
}

.pricing .pricing-item .price .number sup {
  font-size: 30px;
  color: #F95B70;
}

.pricing .pricing-item .list-group-item {
  border-radius: 0;
}

@media (min-width: 992px) {
  .pricing {
    background-attachment: scroll;
  }

  .pricing .pricing-item {
    margin-bottom: 0;
  }

  .pricing .pricing-item.featured-first {
    margin-right: -15px;
    margin-top: 15px;
  }

  .pricing .pricing-item.featured {
    width: 100%;
    left: 0;
    margin: 0;
    padding: 45px 30px;
  }

  .pricing .pricing-item.featured-last {
    margin-left: -15px;
    margin-top: 15px;
  }
}

@media (min-width: 1025px) {
  .pricing {
    background-attachment: fixed;
  }
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}

.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease;
  -moz-transition: top 0.5s ease, opacity 0.5s ease;
  -ms-transition: top 0.5s ease, opacity 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease;
}

.floating-label-form-group :not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e1e1e1;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #F95B70;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e1e1e1;
}

footer.footer {
  color: rgba(255, 255, 255, 0.7);
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 0 0;
}

footer.footer a {
  color: #F95B70;
}

footer.footer a:hover {
  color: white;
}

footer.footer p {
  font-size: 22px;
}

footer.footer .contact-details {
  margin: 75px 0;
}

footer.footer .social {
  margin-bottom: 75px;
}

footer.footer .copyright p.small {
  font-size: 12px;
  margin-bottom: 0;
  font-family: 'Merriweather';
}

footer.footer .copyright p.small a {
  color: #3f033d;
}

footer.footer .copyright p.small a:hover {
  color: #d12a5c;;
  text-decoration: none;
}

@media (min-width: 1025px) {
  footer.footer {
    background-attachment: fixed;
  }
}

.btn-outline-light {
  color: white;
  border: 1px solid white;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #F95B70;
  background: white;
  outline: none;
}

.btn-outline-dark {
  color: #222222;
  border: 1px solid #222222;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: white;
  background: #F95B70;
  border-color: #F95B70;
  outline: none;
}

.btn {
  border-radius: 0;
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}

.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}

.btn-full-width {
  border: 0;
  border-radius: 0;
  background-color: #222222;
  color: white;
  padding: 50px 0;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: normal;
  text-transform: none;
}

.btn-full-width:hover {
  background-color: #F95B70;
  color: white;
}

.btn-full-width:focus {
  color: white;
}

body.modern {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

body.modern h1,
body.modern h2,
body.modern h3,
body.modern h4,
body.modern h5,
body.modern h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.modern p.lead {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.modern header .brand-name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.modern .about-carousel .owl-controls .owl-prev,
body.modern .about-carousel .owl-controls .owl-next {
  line-height: 55px;
}

body.modern .portfolio-carousel .item .project-details .project-name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.modern .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.modern .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.modern .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}

body.vintage {
  font-family: "Cardo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

body.vintage h1,
body.vintage h2,
body.vintage h3,
body.vintage h4,
body.vintage h5,
body.vintage h6 {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

body.vintage p.lead {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

body.vintage header .brand-name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

body.vintage .about-carousel .owl-controls .owl-prev,
body.vintage .about-carousel .owl-controls .owl-next {
  line-height: 55px;
}

body.vintage .portfolio-carousel .item .project-details .project-name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

body.vintage .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

body.vintage .testimonials .testimonials-carousel .owl-controls .owl-prev,
body.vintage .testimonials .testimonials-carousel .owl-controls .owl-next {
  line-height: 55px;
}

.plumbFooter {
  font-family: 'Raleway';
  font-weight: 900;
}

/***/

.tickets-box {
  margin-top: 80px;
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .tickets-box {
    width: 90%;
    max-width: 100%;
  }

}

.title-tickets {
  text-align: center;
  margin: 100px 0 40px;
}

.ticket-button {
  margin: 40px 0;
}

.ticket-button a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0px;
  color: #fff;
  background-color: #F95B70;
  padding: 20px 150px;
  border-radius: 2px;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.ticket-button a:hover, .ticket-button a:focus {
  background-color: #000;
  color: #fff;
}

.ticket-box-image {
  margin: 8px 10px;
}

.ticket-image {
  width: 600px;
}

@media (max-width: 1200px) {

  .ticket-button a {
    padding: 20px 30px;
  }

  .ticket-image {
    width: 400px;
  }

}

.speaker-secondary {
  max-width: 250px;
  margin: 10px;
}

@media (max-width: 480px) {
  .speaker-secondary {
    margin: 25px auto !important;
    width: 100%;
    display: block !important;
    float: none !important;
  }
}

.uppercase {
  text-transform: uppercase;
}

.box-background {
  background-color: white;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
  padding: 15px;
  margin-top: 5%;
}

#update-form label.control-label {
  display: block;
}

.django-ckeditor-widget {
  width: 100%;
}

.red-purple-gradient {
  background: #7ab49e; /* Old browsers */
  background: -moz-linear-gradient(45deg, #7ab49e 0%, #7a819e 17%, #c6006c 70%, #720158 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #7ab49e 0%, #7a819e 17%, #c6006c 70%, #720158 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #7ab49e 0%, #7a819e 17%, #c6006c 70%, #720158 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.iframe-wrapper {
  width: 100%;
}

.iframe-container {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}

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

.modal-dialog {

}

/***RESPONSIVENESS***/

.row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 992px) {
  .footerCopyright {
    height: 130px;
  }

  .bioContentBox img {
    margin-bottom: 20px;
  }

}

@media (max-width: 768px) {
  .about-content {
    min-height: 100% !important;
  }

  .dayTitle {
    text-align: center !important;
  }

  .dayItem {
    text-align: center !important;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }

  .contactPopForm {
    width: 100%;
  }

  /*.container-contactbox {
    padding-left: 0 !important;
  }*/

}

@media (max-width: 480px) {
  .contact-dark {
    padding: 30px 0;
  }

}

/***MULTI PACK***/

.pack-title {
  color: #fff !important;
}

.buttons-tickets-titles {
  color: #fff !important;
  text-align: center;
  font-size: 2em;
}

@media (min-width: 992px) {
  .pricing-item2 {
    min-height: 452px;
  }

  .pricing-item3 {
    min-height: 480px;
  }
}

/***/

.savings-text {
  font-size: 2em;
  margin-top: 50px;
  text-align: center;
  color: white;
  font-weight: bolder;
}

@media (max-width: 480px) {
  .savings-text {
    font-size: 1em;
    margin-top: 0 !important;
  }
}

/***TICKETS RES***/

.tickets-res {
  display: none !important;
}

@media (max-width: 992px) {
  .tickets-desk {
    display: none !important;
  }

  .tickets-res {
    display: block !important;
  }

  .button-vide-tickets {
    display: block !important;
    margin: 10px auto;
    max-width: 200px;
  }

}

/***RESPONSIVENESS TWO***/

.show-res {
  display: none !important;
}

.remove-outlines {
  outline: none !important;
}

.remove-shadow {
  box-shadow: none !important;
}

.row-fix {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-fix-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.anmp2020-title {
  color: #009bbd;
  font-family: 'Montserrat';
  padding-top: 5%;
  font-size: 5em;
}

.anmp2020-title-two {
  color: #F95B70;
  font-size: 4em;
  font-style: italic;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .navbar.navbar-expanded > .containerNav > .navbar-collapse > .navbar-nav > li > a.page-scroll, .navbar.navbar-expanded > .containerNav > .navbar-collapse > .navbar-nav > li > a {
    color: #32cd32;
    font-weight: bold;
    font-size: 12px;
  }

  .navbar-default .navbar-brand img, .navbar-inverse .navbar-brand img {
    width: 100%;
    margin-top: -9px;
    max-width: 220px;
  }

}

@media (max-height: 700px) and (max-width: 1640px) and (min-width: 992px) {
  .cd-full-width {
    padding-top: 30px !important;
    margin-left: auto !important;
  }

}

@media (max-width: 1200px) {
  .primary-title {
    font-size: 1.6em;
  }

  .secondary-title {
    font-size: 1.4em;
  }

  .anmp2020-title {
    font-size: 3em !important;
  }

  .col-res-two {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
  }

}

@media (max-width: 992px) {
  .primary-title {
    font-size: 1.6em;
  }

  .secondary-title {
    font-size: 1.4em;
  }

  .primary-title {
    font-size: 1em !important;
  }

  .col-res {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
  }

  .hide-res {
    display: none !important;
  }

  .show-res {
    display: block !important;
  }

  .no-offset-res {
    margin-left: 0 !important;
  }

  .remove-outlines-res {
    outline: none !important;
  }

  .remove-shadow-res {
    box-shadow: none !important;
  }

  .no-float-res {
    float: none !important;
  }

  .footerCopyright {
    height: auto;
  }

  .icons-home {
    max-width: 100px !important;
    width: 100% !important;
    /*display: block !important;*/
    margin: 20px auto !important;
  }

  .title-banner-one {
    font-size: 24px !important;
  }

  .title-banner-two {
    font-size: 34px !important;
    line-height: 40px !important;
  }

  .cd-full-width {
    margin: 0 auto !important;
  }

  .cd-hero-slider h2, .cd-hero-slider p {
    max-width: 100% !important;
    width: 80% !important;
    padding: 10px !important;
    text-align: center !important;
  }

  .cd-hero-slider p {
    padding-bottom: 0 !important;
  }

  .cd-hero-slider .move-left .cd-full-width h2, .cd-hero-slider .move-left .cd-full-width p, .cd-hero-slider .move-left .cd-full-width .cd-btn {
    transform: none !important;
  }

  .banner4 .ticketBtn {
    margin-left: auto !important;
  }

}

@media (max-width: 768px) {
  .anmp2020-title {
    font-size: 2em !important;
  }

  .anmp2020-title-two {
    font-size: 2em !important;
  }

}

@media (max-width: 480px) {
  .primary-title {
    font-size: 1.4em !important;
  }

  .secondary-title {
    font-size: 1.2em !important;
  }

  .primary-text {
    font-size: 16px !important;
  }

  .text-left-res {
    text-align: left !important;
  }

  .text-center-res {
    text-align: center !important;
  }

  .btn-res {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px auto !important;
  }

  .anmp2020-title {
    font-size: 1.4em !important;
  }

  .anmp2020-title-two {
    font-size: 1.4em !important;
  }

  .text-left-res {
    text-align: left !important;
  }

  .footerContact {
    padding-bottom: 25px;
  }

  footer.footer {
    padding: 30px 0 0;
  }

  .pl-0-res {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pricing-section-res {
    padding: 20px 0;
  }

  .icons-home {
    max-width: 70px !important;
    width: 100% !important;
  }

  .aboutRow {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }

  .cd-hero-slider .cd-full-width {
    top: 42% !important;
    padding-top: 0 !important;
  }

  .title-banner-one {
    font-size: 18px !important;
  }

  .title-banner-two {
    font-size: 24px !important;
    line-height: 30px !important;
  }

}

/***/

.navFoot {
  text-transform: uppercase;
  font-size: 1em;
  padding: 0 10px;
}

.res-break {
  display: none !important;
}

.icon-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #f7f7f7;
  text-align: center;
}

.icon-holder.large {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 80px;
}

.icon-holder.facebook {
  background-color: #2b2b2b;
  border: none;
}

.icon-holder.facebook:hover {
  background-color: #2d4373;
}

.icon-holder.twitter {
  background-color: #2b2b2b;
}

.icon-holder.twitter:hover {
  background-color: #0087ba;
}

.icon-holder.google-plus {
  background-color: #2b2b2b;
  border: none;
}

.icon-holder.google-plus:hover {
  background-color: #73231a;
}

.bg-light-dark .icon-holder {
  background-color: #2b2b2b;
}

.bg-light-dark {
  background-color: #000000 !important;
  color: #009bbd !important;
}

.icon-holder:hover {
  background-color: #00a9fb;
}

.icon-holder.facebook:hover i, .icon-holder.twitter i:hover, .icon-holder.google-plus:hover i, .icon-holder:hover i {
  color: #fff !important;
}

.plumbFooter {
  font-family: 'Raleway';
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.createdby {
  font-size: 16px !important;
}

.copyright {
  font-size: 14px;
  line-height: 22px;
}

.footer-sub a {
  color: #009bbd !important;
}

@media (max-width: 992px) {
  .res-break {
    display: block !important;
  }

  .createdby {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .col-social {
    padding-bottom: 10px;
  }

  .copyright {
    text-align: center !important;
    margin-bottom: 10px;
  }

  .social-footer-list {
    text-align: center;
    float: none !important;
    margin: 0 auto;
  }

}

/***/

.social-text-footer {
  display: block !important;
  font-size: 14px;
  margin-top: 4px;
}

.social-icons-footer {
  margin: 0 auto !important;
  display: block !important;
}

.facebook-group {
  background: #2c908c !important;
}

.facebook-group-two {
  background: #3e73c3 !important;
}

.email-social {
  background: #8635ff !important;
}

.facebook-group:hover, .facebook-group-two:hover, .email-social:hover {
  background: #fff !important;
}

.fa-facebook-group, .fa-facebook-group-two, .fa-email-social {
  color: #fff;
}

.facebook-group:hover .fa-facebook-group, .facebook-group-two:hover .fa-facebook-group-two, .email-social:hover .fa-email-social {
  color: #222 !important;
}

.facebook-group-two:hover .fa-facebook-group #facebookFooter {
  color: #222 !important;
}

.purpose-pad {
  padding: 20px 0 35px;
}

.anmp-group-footer {
  margin-top: 6px;
  font-family: Cabin;
  color: #fff;
  font-size: 14px;
  display: block;
}

/***/

#contactForm {
  margin: 0 auto;
}

#contactForm input, #contactForm textarea {
  width: 100%;
  padding: 4px 10px;
}

#contactForm .checkbox input {
  width: auto !important;
  max-width: 25px !important;
}

#contactForm .checkbox label {
  margin-left: 6px;
  width: auto;
  margin-bottom: 2px;
}

.col-message-contact {
  margin-top: 15px;
}

.contact-dark {
  margin-bottom: 30px;
}

.btn-contact-message {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.box.three:hover > .hid-box {
  top: 28%;
}

.first-banner {
  max-width: 900px !important;
  width: 100% !important;
  border-radius: 30px !important;
  padding: 10px;
}

/***/

.row-super-vip {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .super-vip-title {
    margin-top: 50px;
  }

}

@media (max-width: 992px) {
  .super-vip-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .row-super-vip {
    margin-top: 0 !important;
  }

}
