@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Roboto:300,400,700');
/*Regular version*/

/* @font-face {

  font-family: "NexaBold";

  src: url('../fonts/NexaBold.otf');

} */

@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('./ProximaNovaRegular.eot');
  src: local('ProximaNovaRegular'), url('./ProximaNovaRegular.woff') format('woff'), url('./ProximaNovaRegular.ttf') format('truetype');
}
/**
Fixing bootstrap columns for safari
 */
.row:before, .row:after{
 display: inline-block !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  overflow-x: hidden;
  font-weight: 400;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  color: #615e5c;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  color: #4c4b4c;
  line-height: 1.5;
}

b {
  font-weight: 700;
}

/*** General ***/

a:focus, a:hover {
  color: #000;
  text-decoration: underline;
}

a.myBTN {
  padding: 10px 25px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3333333;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Proxima Nova Regular';
  border: 2px solid #caa91d;
  text-align: center;
  letter-spacing: 1px;
  /* max-width: 540px; */
}

a.myBTN.border-btn {
  color: #caa91d;
  display: initial;
}

a.myBTN.border-btn:hover {
  background-color: #fff;
  color: #caa91d;
  opacity: .8;
}

a.myBTN.solid-btn {
  background-color: #caa91d;
  color: #fff;
}

a.myBTN.solid-btn:hover {
  background-color: #caa91d;
  color: #fff;
}

.no-padding {
  padding: 0;
}

section:before {
  content: "";
  display: block;
  height: 80px;
  margin: -80px 0 0;
}

/** Navigation **/

nav {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(173, 173, 173, .2);
  box-shadow: 2px 2px 5px 0px rgba(173, 173, 173, .2);
}

.navbar-fixed-top {
  border-width: 0 0 1px;
  margin-bottom: 0;
}

a {
  color: #000;
}

/* header */

#customNav {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px 0;
}

.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}

.header li a:hover, .header .menu-btn:hover {
  background-color: #f4f4f4;
}

/* .header .logo {

  display: block;

  float: left;

  font-size: 30px;

  padding: 14px 20px 0 0;

  text-decoration: none;

} */

.header .logo img {
  padding-top: 10px;
  height: 103px;
}

/* Menu */

.header .menu {
  clear: both;
  max-height: 0;
  -webkit-transition: max-height .2s ease-out;
  -o-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
}

/* Menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 46px 25px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  max-height: 100%;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* Hamburger Icon*/

@media (min-width: 992px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 26px 21px;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 500;
    font-family: 'Proxima Nova Regular';
    text-transform: uppercase;
    color: #ababab;
  }
  a.buy {
    color: #fff !important;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    line-height: 60px;
  }
  .header .menu-icon {
    display: none;
  }
}

.btn-links {
  margin-top: 25px;
}

.buy {
  background-color: #caa91d;
  color: #fff;
}

.header .buy:hover {
  background-color: rgba(202, 169, 29, 0.9);
  color: #fff;
}

.buy:visited, .buy:focus {}

li.list-item.purchase a {
  /* color: #fff; */
}

/*** Showcase ***/

#showcase {
  width: 100%;
  background: #f8f8f8;
  padding: 154px 0 80px;
}

#showcase h1 {
  color: #caa91d;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 15px;
}

#showcase h1 span {
  color: #4c4b4c;
  font-size: 30px;
  display: block;
}

#showcase .showcase-sub {
  font-size: 23px;
  font-weight: 700;
}

#showcase .showcase-video {
  margin-bottom: 30px;
}

#showcase iframe {
  width: 80%;
  height: 500px;
}

#showcase em {
  color: #caa91d;
}

#showcase .text-lte {
  color: #63605e;
  font-weight: 300;
  opacity: .7;
}

#showcase img {
  margin: 0 auto;
}

#text-container {
  text-align: left;
}

/*** Testimonials ***/

#testimonials {
  padding: 60px 0;
  background-color: #f5f5f5;
}

#testimonials .test-text {
  padding: 10px 100px 0 0;
  text-align: center;
}

#testimonials em {
  font-weight: 700;
  color: #fff;
  font-size: 17px;
}

#testimonials .test-text p {
  font-size: 23px;
  color: #000;
}

#testimonials .test-text .test-title {
  font-size: 18px;
  font-weight: 700;
}

#testimonials .test-text b {
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#testimonials span {
  color: #000;
  font-size: 17px;
}

#testimonials .img-circle {
  border-radius: 50%;
}

/* carousel */

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */

#quote-carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
  margin-top: 85px;
}

/* Previous button  */

#quote-carousel .carousel-control.left {
  left: -12px;
}

/* Next button  */

#quote-carousel .carousel-control.right {
  right: 0;
}

/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
  background: #333333;
}

#quote-carousel img {
  width: 230px;
  height: 230px;
}

#quote-carousel .image-prop {
  text-align: right;
  ;
}

/* End carousel */

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote img {
  margin: 0 0 10px auto;
}

/**

  MEDIA QUERIES

*/

@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }
}

@media (max-width: 768px) {
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}

/*** About ***/

#about {
  padding: 60px 0;
  background-color: #fff;
}

#about h2 {
  font-size: 50px;
  padding-top: 45px;
  color: #caa91d;
}

/*** Event ***/

#event {
  padding: 80px 0;
  background-color: #fff;
}

#event h3 {
  font-size: 50px;
  color: #caa91d;
}

#event .stream-type {
  font-weight: 700;
  font-size: 20px;
}

#event ul.stream-list {
  margin-bottom: 35px;
}

#event .address p {
  margin-bottom: 0;
}

#event ul.address-list {
  padding: 0;
}

#event .address-list li {
  list-style: none;
}

#event .date {
  margin-bottom: 0;
}

#event .btn-links a {
  display: block;
}

/*** Footer ***/

footer {
  background-color: #000;
  padding: 30px 0;
}

footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
}

footer .copyright p {
  margin-bottom: 0;
  color: #fff;
}

footer img {
  height: 8px;
}

footer .image {
  width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}

footer b {
  font-weight: 700;
}

/*** Media Queries ***/

@media screen and (max-width: 1199px) {
  .header .menu {
    line-height: 46px;
  }
  .header li a {
    font-size: 12px;
  }
  .header .logo img {
    height: 91px;
  }
  #customNav {
    max-width: 991px;
  }
  #showcase iframe {
    width: 100%;
    height: 500px;
  }
  #showcase h1 {
    font-size: 35px;
  }
  #showcase img {
    margin-top: 90px;
  }
  #event a.myBTN {
    display: block;
  }
  #about h2 {
    padding-top: 30px;
  }
  #event .btn-links span {
    display: none;
  }
  #event .date {
    margin-bottom: 125px;
  }
}

@media (max-width: 1079px) {
  #testimonials .test-text {
    padding-right: 50px;
  }
}

@media screen and (max-width: 991px) {
  .header li a {
    font-size: 14px;
  }
  #showcase iframe {
    height: 400px;
  }
  #showcase {
    padding: 120px 0 40px;
  }
  #showcase a.myBTN {
    margin: 0 auto 10px;
  }
  #about {
    text-align: center;
  }
  #about h2 {
    padding-top: 20px;
  }
  #about img {
    height: 500px;
    margin: 0 auto;
  }
  .content-right {
    display: none;
  }
  #customNav {
    max-width: 768px;
  }
  #quote-carousel .image-prop {
    text-align: center;
  }
  #testimonials .test-text p {
    font-size: 20px;
    color: #000;
  }
  #testimonials .test-text {
    padding-right: 50px;
    padding-left: 50px;
  }
  #testimonials span {
    font-size: 16px;
  }
  #event .date {
    margin-bottom: 0;
  }
  #event .stream-type {
    margin-top: 30px;
  }
  #event ul.stream-list {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .desktop-hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header .logo img {
    padding-left: 15px;
  }
  #showcase iframe {
    height: 400px;
  }
  #showcase .text-lte {
    display: block;
    font-size: 25px;
  }
  #showcase h1 span {
    font-size: 26px;
  }
  #showcase .showcase-sub {
    font-size: 20px;
  }
  #customNav {
    padding: 0;
  }
  .header .menu-icon {
    padding-right: 30px;
  }
  #showcase a.myBTN {
    margin: 0 auto 10px;
  }
  #testimonials, #event {
    padding: 60px 0;
  }
  #showcase {
    padding: 130px 0 50px;
  }
  #showcase h1 {
    font-size: 35px;
    line-height: 1.2;
  }
  #about img {
    height: 300px;
  }
  #event h3, #about h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 730px) {}

@media screen and (max-width: 580px) {}

@media screen and (max-width: 550px) {
  #showcase {
    padding: 60px 0 40px;
  }
  #testimonials, #event, #about {
    padding: 30px 0;
  }
  #showcase button {
    width: 100%;
  }
  #showcase a.myBTN {
    display: block;
  }
  p, #event ul.stream-list {
    font-size: 15px;
  }
  #event .address-list li {
    font-size: 16px;
  }
  #event .event-text {
    margin-bottom: 0 !important;
  }
  #event h3 {
    text-align: center;
  }
  #quote-carousel .carousel-control.left, #quote-carousel .carousel-control.right {
    display: none;
  }
  #testimonials .test-text {
    padding-right: 0;
    padding-left: 0;
  }
  a.myBTN {
    display: block;
    font-size: 13px;
  }
  #event .address b, #event .date b {
    font-size: 18px;
  }
  #about::before, #event::before {
    content: "";
    display: block;
    height: 78px;
    margin: 0px 0 0;
  }
}

@media screen and (max-width: 450px) {
  #showcase .showcase-sub {
    font-size: 18px;
  }
  #showcase h1 span {
    font-size: 20px;
  }
  #showcase iframe {
    height: 215px;
  }
  #event h3, #about h2 {
    font-size: 30px;
  }
  #event h3 {
    text-align: left;
  }
  #showcase a.myBTN {
    display: block;
  }
  #about h2 {
    padding-top: 0;
  }
  #about {
    padding: 20px 0 60px;
  }
  section:before {
    content: "";
    display: block;
    height: 72px;
    margin: -40px 0 0;
  }
  #event:before {
    height: 50px;
  }
  #testimonials:before {
    height: 50px;
  }
}

@media screen and (max-width: 400px) {
  .header .logo img {
    height: 75px;
  }
  #showcase h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 345px) {
  #showcase h1 {
    font-size: 23px;
  }
}
