@charset "UTF-8";
body {
  margin: 0;
  overflow-x: hidden !important;
  background: #ffffff !important;
}
#qLtempOverlay{
  display: none !important;
}
  
html {
  overflow-x: hidden !important;
}

@media (max-width: 48em) {
  .p-b-s {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 48em) {
  .p-t-s {
    padding-top: 30px !important;
  }
}

@media (max-width: 48em) {
  .m-t-s {
    margin-top: 30px !important;
  }
}

@media (max-width: 48em) {
  .m-b-s {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 48em) {
  .br-b-s {
    border-bottom: 1px solid #ccc !important;
  }
}

@media (max-width: 48em) {
  .br-t-s {
    border-top: 1px solid #ccc !important;
  }
}

@media (max-width: 48em) {
  .br-l-s {
    border-left: 1px solid #ccc !important;
  }
}

@media (max-width: 48em) {
  .br-r-s {
    border-right: 1px solid #ccc !important;
  }
}

@media (max-width: 48em) {
  .hide-sm {
    display: none !important;
  }
}

@media (max-width: 48em) {
  .navbar-brand {
    width: 81% !important;
  }
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.home-overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  overflow: auto;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 10px 0;
}

.home-overlay img {
  margin: auto;
  max-width: 667px;
  width: 95%;
  cursor: pointer;
}

.home-overlay .close-popup {
  color: #333333;
}

#qLpercentage {
  font-size: 30px !important;
  color: #ccc !important;
  position: absolute !important;
  bottom: 15% !important;
  top: initial !important;
  font-family: 'Conv_Afterglow-Regular';
  font-weight: 100;
}

#qLoverlay::before {
  position: absolute;
  content: url(../images/loaderBg.jpg);
  left: 0;
  right: 0;
  top: 30%;
  width: 300px;
  height: 250px;
  margin: auto;
}

.loaderCover {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 20;
  position: fixed;
}

.thanksBg {
  padding-top: 150px;
  padding-bottom: 150px;
}

.thanksBg h2 {
  font-family: 'Conv_Afterglow-Regular';
  color: #ff5c26;
  font-size: 50px;
}

.thanksBg h2 span {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}

.fancybox-button--zoom,
.fancybox-infobar,
.fancybox-button--thumbs {
  display: none !important;
}

h1.heading {
  font-family: 'Conv_Afterglow-Regular';
  text-align: center;
  margin-bottom: 25px;
  margin-top: 60px;
  color: #030303;
  font-size: 48px;
}

@media (max-width: 48em) {
  h1.heading {
    font-size: 35px;
  }
}

h1.heading hr {
  width: 80px;
  background: #ff5c26;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background: #ff5c26 !important;
  border-radius: 30px !important;
  color: #fff;
  font-size: 14px !important;
  font-family: 'Lato', sans-serif;
  font-weight: 700 !important;
  letter-spacing: .1vh;
  padding: 1.3vh 3vh !important;
  display: block !important;
  margin: auto !important;
  cursor: pointer;
  border: 0 !important;
}

@media (max-width: 48em) {
  .btn-primary {
    font-size: 11px !important;
  }
}

.btn-primary .fa {
  font-size: 10px;
  position: relative;
  top: -2px;
}

@media (max-width: 48em) {
  .btn-primary .fa {
    font-size: 6px;
  }
}

@font-face {
  font-family: 'Conv_Afterglow-Regular';
  src: url("../fonts/Afterglow-Regular.eot");
  src: local("☺"), url("../fonts/Afterglow-Regular.woff") format("woff"), url("../fonts/Afterglow-Regular.ttf") format("truetype"), url("../fonts/Afterglow-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.skewedCard {
  position: relative;
  height: auto;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.skewedCard:hover {
  -webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
}

.navbar-dark .navbar-toggler-icon {
  background: url(../images/menu.png) !important;
}

.navbar-toggler-icon {
  width: 35px !important;
  height: 27px !important;
}

.navbar-toggler {
  padding: 0 !important;
}

.header {
  position: absolute;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 10;
  background: #fff;
}

@media (max-width: 65.625em) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 48em) {
  .header {
    position: relative;
  }
}

.header .navbar {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 48em) {
  .header .navbar {
    padding: 0;
  }
}

.header .nav-link {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #1a0001 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 42px;
  border-bottom: 3px solid rgba(255, 92, 38, 0);
  margin: 0 17px;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 1.6vh;
  padding-top: 43px;
}

@media (max-width: 90.625em) {
  .header .nav-link {
    padding-bottom: 25px;
    padding-top: 35px;
  }
}

@media (max-width: 65.625em) {
  .header .nav-link {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #aaaaaa;
  }
}

.header .nav-link:hover {
  border-bottom: 3px solid #ff5c26;
}

.header .nav-item:hover .dropdown-menu {
  display: block !important;
}

.header .dropdown-menu {
  position: absolute;
  top: 107px;
  left: 0;
  z-index: 1000;
  /* display: none; */
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border-top: 0;
}

@media (max-width: 90.625em) {
  .header .dropdown-menu {
    top: 78px;
  }
}

@media (max-width: 37.5em) {
  .header .dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
  }
}

.header .dropdown-menu .dropdown-item:focus {
  background: none;
  color: #333333;
}

.socialBox {
  position: absolute;
  right: 10px;
  z-index: 5;
  top: 17vh;
}

@media (max-width: 65.625em) {
  .socialBox {
    top: 11vh;
  }
}

@media (max-width: 48em) {
  .socialBox {
    display: none;
  }
}

.socialBox .iconBox {
  width: 38px;
  height: 37px;
  background: url(../images/social.png);
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  margin: 10px 0;
  border-radius: 50px;
}

.socialBox .fb {
  background-position: left top;
}

.socialBox .fb:hover {
  background-position: right top;
}

.socialBox .insta {
  background-position: left 128px;
}

.socialBox .insta:hover {
  background-position: right 128px;
}

.socialBox .twt {
  background-position: left 258px;
}

.socialBox .twt:hover {
  background-position: right 258px;
}

.socialBox .yTube {
  background-position: left 387px;
}

.socialBox .yTube:hover {
  background-position: right 387px;
}

.socialBoxInner {
  top: 161px !important;
}

.homeMainSld {
  background: url(../images/home/sliderBg.jpg);
  background-size: cover;
  background-position: center bottom;
  position: relative;
}

@media (max-width: 81.25em) {
  .homeMainSld {
    margin-top: 10px;
  }
}

@media (max-width: 37.5em) {
  .homeMainSld {
    margin-top: 0px;
  }
}

.homeMainSld .directionBox {
  position: absolute;
  right: 2.5vh;
  bottom: 5vh;
  z-index: 15;
}

.homeMainSld .directionBox img {
  display: inline-block;
  width: auto;
}

.homeMainSld img {
  display: block;
  margin: auto;
  position: relative;
  width: 100%;
}

.homeMainSld .slick-list {
  overflow: visible;
}

@media (max-width: 48em) {
  .homeMainSld .bigSlider {
    display: none;
  }
}

.homeMainSld .smallSlider {
  display: none;
}

@media (max-width: 48em) {
  .homeMainSld .smallSlider {
    display: block;
  }
}

.homeMainSld .copy {
  position: absolute;
  right: 45vh;
  top: 31vh;
  text-align: center;
  z-index: 5;
}

@media (max-width: 81.25em) {
  .homeMainSld .copy {
    right: 38vh;
  }
}

@media (max-width: 65.625em) {
  .homeMainSld .copy {
    right: 13vh;
    top: 22vh;
  }
}

@media (max-width: 48em) {
  .homeMainSld .copy {
    display: none;
  }
}

.homeMainSld .copy h2 {
  font-family: 'Conv_Afterglow-Regular';
  font-size: 9vh;
  font-weight: 300;
  margin: 0;
  color: #ff5c26;
  line-height: 7vh;
}

.homeMainSld .copy p {
  font-family: 'Lato', sans-serif;
  font-size: 3vh;
  font-weight: 500;
  text-transform: uppercase;
  color: #2b2b2b;
}

.homeMainSld .copy .btn {
  background: #ff5c26;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: .1vh;
  padding: 1.3vh 3vh;
  margin-top: 10px;
  cursor: pointer;
}

.homeMainSld .copy .btn:hover {
  background: rgba(255, 92, 38, 0.8);
}

.homeMainSld .copy .btn img {
  width: auto;
  display: inherit;
  position: relative;
  top: -2px;
  left: 5px;
}

.homeMainSld .slick-next,
.homeMainSld .slick-prev {
  width: 44px;
  height: 31px;
  z-index: 10;
  bottom: 5vh;
}

@media (max-width: 78.875em) {
  .homeMainSld .slick-next,
  .homeMainSld .slick-prev {
    bottom: 0vh;
  }
}

.homeMainSld .slick-next:focus,
.homeMainSld .slick-prev:focus {
  outline: 0;
}

.homeMainSld .slick-next:hover,
.homeMainSld .slick-prev:hover {
  opacity: 0.8;
}

.homeMainSld .slick-next {
  right: 40px;
  z-index: 10;
  background: url(../images/home/next.png);
}

.homeMainSld .slick-prev {
  right: 84px;
  background: url(../images/home/prev.png);
}

.homeMainSld .slick-next:before,
.homeMainSld .slick-prev:before {
  content: none;
}

.numberSlider {
  position: absolute !important;
  bottom: 5vh;
  left: 88%;
  z-index: 1;
}

@media (max-width: 78.875em) {
  .numberSlider {
    display: none !important;
  }
}

@media (max-width: 90.625em) {
  .numberSlider {
    left: 85%;
  }
}

.numberSlider p {
  font-family: 'Lato', sans-serif;
  font-size: 3vh;
  color: #ff5c26;
  margin-bottom: 0;
  font-weight: 900;
}

.numberSlider p sup {
  font-size: 1.7vh;
  color: #333333;
  font-weight: 600;
  padding-left: .5vh;
}

.upcomingRow {
  text-align: center;
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: (minmax(193px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(193px, 1fr));
  top: -6px;
  position: relative;
}

.upcomingRow .colBox:nth-child(1) {
  background-image: -webkit-gradient(linear, right top, left top, from(#eeeeee), to(#f8f8f8));
  background-image: linear-gradient(-90deg, #eeeeee, #f8f8f8);
}

.upcomingRow .middle {
  background: #ffffff !important;
  border-bottom: 3px solid #ff5700;
}

.upcomingRow .colBox:nth-child(3) {
  background: #eeeeee;
}

.upcomingRow .colBox {
  background: #f8f8f8;
  padding: 2vh 0;
  position: relative;
}

.upcomingRow .colBox p:nth-child(1) {
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-size: 4vh;
  font-weight: 700;
  color: #ffffff;
  line-height: 2.5vh;
  text-align: center;
  background: #a29a9a;
  padding: 0;
  width: 6.1vh;
  height: 7.3vh;
  /* display: flow-root; */
  left: 2.5vh;
}

@media (max-width: 90.625em) {
  .upcomingRow .colBox p:nth-child(1) {
    font-size: 31px;
    line-height: 21px;
    left: 2.5vh;
    width: 60px;
    height: 59px;
  }
}

@media (max-width: 37.5em) {
  .upcomingRow .colBox p:nth-child(1) {
    position: relative;
    margin: auto auto 10px auto;
    font-size: 31px;
    line-height: 21px;
    left: 2.5vh;
    width: 60px;
    height: 59px;
  }
}

@media (max-width: 65.625em) {
  .upcomingRow .colBox p:nth-child(1) {
    left: 0;
  }
}

.upcomingRow .colBox p:nth-child(1) span {
  font-size: 1.6vh;
}

@media (max-width: 90.625em) {
  .upcomingRow .colBox p:nth-child(1) span {
    font-size: 17px;
    height: 56px;
  }
}

@media (max-width: 37.5em) {
  .upcomingRow .colBox p:nth-child(1) span {
    font-size: 17px;
  }
}

.upcomingRow .colBox .btn {
  border-radius: 0;
  color: #ff5c26;
  font-size: 1.3vh;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 0;
  background: transparent !important;
  cursor: pointer;
}

.upcomingRow .colBox .btn:hover {
  color: #cb603d;
}

.upcomingRow .colBox .btn .fa {
  font-size: 8px;
  top: -2px;
  margin-left: 3px;
  position: relative;
}

.upcomingRow .colBox p:nth-child(2) {
  font-family: 'Conv_Afterglow-Regular';
  color: #333333;
  font-size: 3.2vh;
  margin-bottom: 0px;
  line-height: normal;
}

.upcomingRow .colBox p:nth-child(3) {
  font-family: 'Lato', sans-serif;
  color: #ff5a00;
  font-size: 1.7vh;
  font-style: italic;
  font-weight: 700;
}

.upcomingRow .colBox p:nth-child(4) {
  font-family: 'Lato', sans-serif;
  color: #999999;
  font-size: 1.5vh;
  font-weight: 700;
  margin-bottom: .8vh;
}

.upcomingRow .colBox p:nth-child(5) {
  font-family: 'Lato', sans-serif;
  color: #999999;
  font-size: 1.5vh;
  font-weight: 700;
}

.recordingRow {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(#fff, #fff);
  padding-top: 60px;
  margin-top: -6px;
}

.recordingRow .inner {
  text-align: center;
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: (minmax(193px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(193px, 1fr));
}

@media (max-width: 65.625em) {
  .recordingRow .inner {
    display: block;
  }
}

.recordingRow .inner img {
  width: 100%;
}

.recordingRow .inner .colBox {
  background: #dddddd;
  text-align: left;
}

@media (max-width: 65.625em) {
  .recordingRow .inner .colBox {
    width: 49.5%;
    display: inline-block !important;
    vertical-align: top;
  }
}

@media (max-width: 48em) {
  .recordingRow .inner .colBox {
    width: 95%;
    margin: 2px auto;
  }
}

.recordingRow .inner .colBox p:nth-child(1) {
  font-family: 'Lato', sans-serif;
  color: #ff5a00;
  font-size: 1.7vh;
  font-style: italic;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 65.625em) {
  .recordingRow .inner .colBox p:nth-child(1) {
    margin: 50px 0 0 0;
  }
}

@media (max-width: 48em) {
  .recordingRow .inner .colBox p:nth-child(1) {
    margin: 31px 0 0 0;
  }
}

.recordingRow .inner .colBox p:nth-child(2) {
  font-family: 'Lato', sans-serif;
  font-size: 3vh;
  color: #333333;
  font-weight: 900;
  margin: 0;
}

.recordingRow .inner .colBox p:nth-child(3) {
  font-family: 'Lato', sans-serif;
  font-size: 2.2vh;
  color: #333333;
  font-weight: 900;
  line-height: 2.5vh;
}

.recordingRow .inner .colBox p:nth-child(4) {
  font-family: 'Lato', sans-serif;
  font-size: 1.5vh;
  color: #333333;
  margin: 0;
  font-weight: 400;
  text-align: left;
  line-height: 2.5vh;
  margin-bottom: 2vh;
}

.recordingRow .inner .colBox .btn {
  border-radius: 0;
  color: #ff5c26;
  font-size: 1.3vh;
  margin-right: 1.5vh;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 0;
  cursor: pointer;
  background: none;
  display: inline-block;
}

@media (max-width: 65.625em) {
  .recordingRow .inner .colBox .btn {
    padding-bottom: 49%;
  }
}

@media (max-width: 48em) {
  .recordingRow .inner .colBox .btn {
    padding-bottom: 33px;
  }
}

.recordingRow .inner .colBox .btn:hover {
  color: #cb603d;
}

.recordingRow .inner .colBox .btn .fa {
  font-size: .8vh;
  top: -2px;
  color: #333333;
  margin-left: .3vh;
  position: relative;
}

.newsRow {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(#fff, #fff);
  padding-top: 60px;
  margin-top: -6px;
}

.newsRow .inner {
  text-align: center;
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: (minmax(193px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(193px, 1fr));
}

.newsRow .inner img {
  width: 100%;
}

.newsRow .inner .colBox {
  background: #dddddd;
  text-align: left;
}

.newsRow .inner .colBox .textBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1vh 3vh 0vh 3vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
}

.newsRow .inner .colBox .textBox p {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 900;
  margin: 0;
  font-size: 18px;
  line-height: 23px;
  text-shadow: 2px 1px 0px #000000;
}

@media (max-width: 81.25em) {
  .newsRow .inner .colBox .textBox p {
    font-size: 3vh;
  }
}

@media (max-width: 65.625em) {
  .newsRow .inner .colBox .textBox p {
    font-size: 2.7vh;
    line-height: 3.5vh;
  }
}

.newsRow .inner .colBox .textBox .btn {
  border-radius: 0;
  color: #ff5c26;
  font-size: 1.3vh;
  margin-right: 1.5vh;
  margin-top: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 0;
  cursor: pointer;
  background: none;
  display: inline-block;
}

.newsRow .inner .colBox .textBox .btn:hover {
  color: #cb603d;
}

.newsRow .inner .colBox .textBox .btn .fa {
  font-size: .8vh;
  top: -2px;
  color: #ffffff;
  margin-left: .3vh;
  position: relative;
}

.tmRow {
  background: url(../images/home/tmBg.jpg);
  height: auto;
  padding-top: 60px;
  padding-bottom: 82px;
  background-position: center top;
  background-size: cover;
}

@media (max-width: 48em) {
  .tmRow {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}

.tmRow .tmSld p:nth-child(1) {
  text-align: center;
  color: #030303;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 3vh;
  font-style: italic;
  line-height: 4vh;
  text-transform: uppercase;
  margin-top: 1vh;
}

@media (max-width: 48em) {
  .tmRow .tmSld p:nth-child(1) {
    font-size: 23px;
    line-height: 32px;
  }
}

.tmRow .tmSld p:nth-child(2) {
  font-family: 'Lato', sans-serif;
  color: #ff5a00;
  font-size: 17px;
  margin-top: 50px;
  font-weight: 700;
  text-align: center;
}

.tmRow .tmSld .slick-next,
.tmRow .tmSld .slick-prev {
  width: 54px;
  height: 54px;
  z-index: 10;
  top: 50%;
}

.tmRow .tmSld .slick-next:focus,
.tmRow .tmSld .slick-prev:focus {
  outline: 0;
}

.tmRow .tmSld .slick-next:hover,
.tmRow .tmSld .slick-prev:hover {
  opacity: .7;
}

.tmRow .tmSld .slick-next {
  right: 40px;
  z-index: 10;
  background: url(../images/home/next1.png);
}

@media (max-width: 48em) {
  .tmRow .tmSld .slick-next {
    right: 0;
    top: 115%;
  }
}

.tmRow .tmSld .slick-prev {
  left: 40px;
  background: url(../images/home/prev1.png);
}

@media (max-width: 48em) {
  .tmRow .tmSld .slick-prev {
    left: 0;
    top: 115%;
  }
}

.tmRow .tmSld .slick-next:before,
.tmRow .tmSld .slick-prev:before {
  content: none;
}

.tmRow .btn-primary {
  margin-top: 100px !important;
}

.tmRow .comma1 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -50px;
}

.tmRow .comma2 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 80px;
}

.galleryRow {
  margin-top: 50px;
  line-height: 0;
}

.galleryRow h1.heading {
  margin-bottom: 55px !important;
  margin-top: 79px !important;
}

.galleryRow .position-relative:hover img {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.galleryRow .icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 3.8vh;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 10;
}

.galleryRow .icon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 37.5em) {
  .galleryRow .icon {
    display: none;
  }
}

.galleryRow .iconVideo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 3.8vh;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 10;
}

.galleryRow .iconVideo:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.galleryRow img {
  width: 100%;
}

.galleryRow .slick-next,
.galleryRow .slick-prev {
  width: 56px;
  height: 57px;
  z-index: 10;
  top: 50%;
}

@media (max-width: 37.5em) {
  .galleryRow .slick-next,
  .galleryRow .slick-prev {
    width: 36px;
    height: 36px;
  }
}

.galleryRow .slick-next:focus,
.galleryRow .slick-prev:focus {
  outline: 0;
}

.galleryRow .slick-next:hover,
.galleryRow .slick-prev:hover {
  opacity: .7;
}

.galleryRow .slick-next {
  right: 40px;
  z-index: 10;
  background: url(../images/home/nextG.png);
}

@media (max-width: 48em) {
  .galleryRow .slick-next {
    right: 0;
  }
}

@media (max-width: 48em) {
  .galleryRow .slick-next {
    background-size: cover;
  }
}

.galleryRow .slick-prev {
  left: 40px;
  background: url(../images/home/prevG.png);
}

@media (max-width: 48em) {
  .galleryRow .slick-prev {
    left: 0;
  }
}

@media (max-width: 37.5em) {
  .galleryRow .slick-prev {
    background-size: cover;
  }
}

.galleryRow .slick-next:before,
.galleryRow .slick-prev:before {
  content: none;
}

.galleryRow .inner {
  clear: both;
  display: table;
}

.galleryRow .inner .icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 3.8vh;
}

.galleryRow .inner img {
  width: 100%;
}

.galleryRow .inner .box1 {
  width: 50%;
  float: left;
  position: relative;
}

@media (max-width: 48em) {
  .galleryRow .inner .box1 {
    width: 100%;
  }
}

.galleryRow .inner .box1 .textBox {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.galleryRow .inner .box1 .textBox p:nth-child(1) {
  font-family: 'Lato', sans-serif;
  color: #ff5a00;
  font-size: 1.5vh;
  font-weight: 900;
  margin: 0;
}

@media (max-width: 90.625em) {
  .galleryRow .inner .box1 .textBox p:nth-child(1) {
    font-size: 2vh;
  }
}

.galleryRow .inner .box1 .textBox p:nth-child(2) {
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-size: 2.5vh;
  font-weight: 700;
  margin: 8px 0;
}

@media (max-width: 90.625em) {
  .galleryRow .inner .box1 .textBox p:nth-child(2) {
    font-size: 3.2vh;
    font-weight: 700;
    margin: 4px 0;
  }
}

@media (max-width: 48em) {
  .galleryRow .inner .box1 .textBox p:nth-child(2) {
    font-size: 15px;
    margin: -1px 0 5px 0;
  }
}

.galleryRow .inner .box1 .textBox p:nth-child(3) {
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-size: 1.2vh;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 90.625em) {
  .galleryRow .inner .box1 .textBox p:nth-child(3) {
    font-size: 1.7vh;
    font-weight: 700;
    margin: 4px 0;
  }
}

.galleryRow .inner .box1 .textBox p:nth-child(3) span {
  padding: 0 25px;
}

.galleryRow .inner .box2 {
  width: 25%;
  float: left;
  position: relative;
}

@media (max-width: 48em) {
  .galleryRow .inner .box2 {
    width: 100%;
  }
}

.footerOne {
  background: #e0e0e0;
  height: auto;
  padding-top: 0px;
  padding-bottom: 73px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.footerOne .footerInner {
  text-align: center;
  display: -ms-grid;
  display: grid;
  grid-gap: 0px;
  -ms-grid-columns: (minmax(193px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(193px, 1fr));
}

.footerOne .footerInner .fCol img {
  width: 100%;
  text-align: center;
  height: auto;
}

.footerOne .footerInner .fCol p {
  font-size: 2.8vh;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 3.8vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.5vh;
}

@media (max-width: 65.625em) {
  .footerOne .footerInner .fCol p {
    top: 1.5vh;
    line-height: 3vh;
  }
}

@media (max-width: 48em) {
  .footerOne .footerInner .fCol p {
    top: 16px;
    line-height: 27px;
    font-size: 22px;
  }
}

.footerOne .footerInner .fCol p span {
  font-size: 4.5vh;
  font-family: 'Conv_Afterglow-Regular';
  font-weight: 300;
  color: #916c57;
}

@media (max-width: 65.625em) {
  .footerOne .footerInner .fCol p span {
    font-size: 3vh;
  }
}

@media (max-width: 48em) {
  .footerOne .footerInner .fCol p span {
    font-size: 27px;
  }
}

.footerOne .newsLetter {
  margin-top: 80px;
}

@media (max-width: 48em) {
  .footerOne .newsLetter {
    margin-top: 68px;
    text-align: center;
  }
}

.footerOne .newsLetter p:nth-child(1) {
  font-family: 'Conv_Afterglow-Regular';
  font-size: 4.5vh;
  font-weight: 300;
  color: #333333;
  margin: 0;
  line-height: 30px;
}

@media (max-width: 65.625em) {
  .footerOne .newsLetter p:nth-child(1) {
    font-size: 3.5vh;
  }
}

.footerOne .newsLetter p:nth-child(2) {
  font-family: 'Lato', sans-serif;
  font-size: 2.5vh;
  font-weight: 300;
  color: #333333;
  margin: 0;
}

.footerOne .newsLetter p:nth-child(2) span {
  font-weight: 700;
}

.footerOne .newsLetter .fieldBox {
  background-color: #aeaeae;
  border-radius: 35px;
  padding: 6px 22px;
  width: 100%;
}

@media (max-width: 48em) {
  .footerOne .newsLetter .fieldBox {
    margin-bottom: 22px;
  }
}

.footerOne .newsLetter .fieldBox .field {
  border: 0;
  padding: .6vh 2.2vh;
  width: 88%;
  color: #ffffff;
  background: none;
}

.footerOne .newsLetter .fieldBox .field:focus {
  outline: 0;
}

.footerOne .newsLetter ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

.footerOne .newsLetter :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

.footerOne .newsLetter ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

.footerOne .newsLetter ::placeholder {
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}

.footerOne .newsLetter .btn {
  background: #ff5c26;
  border-radius: 3.5vh;
  padding: 1vh 3.2vh 1vh 1vh;
  color: #fff;
  font-weight: 700;
  font-size: 1.5vh;
  cursor: pointer;
}

@media (max-width: 90.625em) {
  .footerOne .newsLetter .btn {
    font-size: 2vh;
  }
}

@media (max-width: 65.625em) {
  .footerOne .newsLetter .btn {
    font-size: 1.5vh;
  }
}

.footerOne .newsLetter .btn:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footerOne .newsLetter .btn .fa {
  background: #ffffff;
  color: #ff5c26;
  border-radius: 2vh;
  padding: 1vh;
  margin-right: 1vh;
}

.footerTwo {
  background: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 37.5em) {
  .footerTwo {
    padding-top: 0;
  }
}

.footerTwo .container {
  text-align: left;
  display: -ms-grid;
  display: grid;
  grid-gap: 0px;
  -ms-grid-columns: (minmax(193px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(193px, 1fr));
}

@media (max-width: 37.5em) {
  .footerTwo .container {
    display: table;
  }
}

@media (max-width: 37.5em) {
  .footerTwo .container .colBox {
    width: 50%;
    margin: auto;
  }
}

.footerTwo p {
  color: #525252;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 37.5em) {
  .footerTwo p {
    margin-top: 55px;
  }
}

.footerTwo p span {
  font-weight: 500;
}

.footerTwo a {
  color: #525252;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 35px;
}

.footerTwo a:hover {
  color: #000;
  text-decoration: none;
}

.footerTwo .fa {
  color: #bababa;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.footerTwo hr {
  background: #ff5c26;
  width: 30px;
  margin: 30px 0;
  height: 1px;
}

@media (max-width: 37.5em) {
  .footerTwo hr {
    margin: 10px 0;
  }
}

.footerTwo .mobHr {
  visibility: hidden;
}

@media (max-width: 37.5em) {
  .footerTwo .mobHr {
    display: none;
  }
}

.footerThree {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 37.5em) {
  .footerThree {
    font-size: 11px;
  }
}

.innerTopBanner {
  background-position: center top !important;
}

.innerTopBanner h2 {
  color: #ff5c26;
  font-size: 72px;
  font-family: 'Conv_Afterglow-Regular';
  padding: 100px 0;
  margin: 0;
}

@media (max-width: 37.5em) {
  .innerTopBanner h2 {
    font-size: 38px;
    text-align: center;
    padding: 188px 0 10px 0px;
    color: #fff;
    text-shadow: 3px 3px 5px #000000;
  }
}

.innerTopBanner .myBreadcrumb {
  text-align: right;
  position: absolute;
  bottom: 10px;
  color: #ff5c26;
  font-size: 14px;
  right: 0;
}

@media (max-width: 37.5em) {
  .innerTopBanner .myBreadcrumb {
    display: none;
  }
}

.innerTopBanner .myBreadcrumb a {
  color: #dfdfdf;
}

.innerTopBanner .myBreadcrumb a:hover {
  color: #fff;
  text-decoration: none;
}

.recordingBanner {
  background: url(../images/recording/innerBanner.jpg);
}

.bioBanner {
  background: url(../images/bio/innerBanner.jpg);
}

@media (max-width: 37.5em) {
  .bioBanner {
    background-position: -920px !important;
  }
}

.reviewsBanner {
  background: url(../images/reviews/innerBanner.jpg);
}

.booksBanner {
  background: url(../images/books/innerBanner.jpg);
}

@media (max-width: 37.5em) {
  .booksBanner {
    background-position: 940px top !important;
  }
}

.toursBanner {
  background: url(../images/tours/innerBanner.jpg);
}

@media (max-width: 37.5em) {
  .toursBanner {
    background-position: 940px top !important;
  }
}

.mediaBanner {
  background: url(../images/media/innerBanner.jpg);
}

@media (max-width: 37.5em) {
  .mediaBanner {
    background-position: 940px top !important;
  }
}

.contactBanner {
  background: url(../images/contact/innerBanner.jpg);
}

@media (max-width: 37.5em) {
  .contactBanner {
    background-position: 940px top !important;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.recordingPage .recBox1 {
  width: 90%;
  max-width: 345px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  text-align: left;
  padding-top: 34px;
  padding-bottom: 25px;
}

@media (max-width: 48em) {
  .recordingPage .recBox1 {
    margin: 15px auto;
    padding-top: 0px;
  }
}

.recordingPage .recBox2 {
  text-align: left;
  padding-top: 34px;
  padding-bottom: 25px;
  margin: 0 15px;
}

@media (max-width: 48em) {
  .recordingPage .recBox2 {
    margin: 15px auto;
    padding-top: 0px;
  }
}

.recordingPage ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}

.recordingPage ul li {
  border-right: 1px solid #ccc;
  padding: 0 7px;
  margin: 0;
  float: left;
}

.recordingPage ul li a {
  color: #ff5a00;
}

.recordingPage p:nth-child(2) {
  font-family: 'Lato', sans-serif;
  color: #ff5a00;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  margin: 0 0 8px 0;
}

@media (max-width: 65.625em) {
  .recordingPage p:nth-child(2) {
    margin: 50px 0 0 0;
  }
}

@media (max-width: 48em) {
  .recordingPage p:nth-child(2) {
    margin: 0px 0 0 0;
  }
}

.recordingPage p:nth-child(3) {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 900;
  margin: 0;
  line-height: 26px;
}

.recordingPage p:nth-child(4) {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 900;
  line-height: 25px;
}

.recordingPage p:nth-child(5) {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #333333;
  margin: 0;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 2px;
  text-align: justify;
}

.recordingPage .btn {
  border-radius: 0;
  color: #ff5c26;
  font-size: 13px;
  margin-right: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 0;
  cursor: pointer;
  background: none;
  display: inline-block;
  margin-top: 15px;
}

.recordingPage .btn:hover {
  color: #cb603d;
}

.recordingPage .btn .fa {
  font-size: 8px;
  top: -2px;
  color: #333333;
  margin-left: 3px;
  position: relative;
}

.recordingPage .border-top {
  border-top: 1px solid #ccc;
}

@media (max-width: 48em) {
  .recordingPage .border-top {
    border-top: 0px solid #ccc;
  }
}

.bioPage {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.bioPage .twtBox {
  height: 100px;
  overflow-y: scroll;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-bottom: 50px;
}

.bioPage .twtBox:hover {
  height: 300px;
}

@media (max-width: 37.5em) {
  .bioPage .twtBox {
    height: auto;
    overflow: hidden;
    width: 90%;
    margin: auto auto 50px auto;
  }
}

.bioPage .col-lg-4 {
  padding-right: 22px !important;
  padding-left: 25px !important;
}

.bioPage ::-webkit-scrollbar {
  width: 10px;
}

.bioPage ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.bioPage ::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.bioPage ::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.bioPage h2 {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  color: #333333;
  font-weight: 900;
  line-height: 32px;
}

.bioPage h2 light {
  font-weight: 400 !important;
}

.bioPage h2 span {
  color: #ff5c26;
}

.bioPage h3 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 900;
  line-height: 32px;
}

.bioPage p {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  text-align: left;
  line-height: 25px;
  text-align: justify;
}

.bioPage hr {
  border-top: 6px solid #f2f2f2;
  margin: 35px auto;
}

@media (max-width: 48em) {
  .reviewsPage {
    padding: 0 5px;
  }
}

.reviewsPage .grayBg {
  background: url(../images/reviews/grayBg.gif);
  background-repeat: repeat-x;
}

@media (max-width: 48em) {
  .reviewsPage .grayBg {
    background: none;
  }
}

.reviewsPage .nav-tabs .nav-item.show .nav-link,
.reviewsPage .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ff5c26;
  border-color: #ddd #ddd #fff;
  border: none;
  border-radius: 0;
}

.reviewsPage .nav-tabs .nav-item.show .nav-link:before, .reviewsPage .nav-tabs .nav-item.show .nav-link:after,
.reviewsPage .nav-tabs .nav-link.active:before,
.reviewsPage .nav-tabs .nav-link.active:after {
  top: 100%;
  left: 47%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #ff5c26;
  border-width: 13px;
}

.reviewsPage .card {
  background: none;
}

.reviewsPage .nav-tabs .nav-link {
  border: 0px solid transparent !important;
  color: #1c1d1c;
  font-size: 18px;
  text-align: center;
  padding: 0.4rem 1rem !important;
}

.reviewsPage .nav-tabs .nav-link:hover {
  background-color: #ff5c26;
  color: #fff;
}

.reviewsPage .nav-item {
  width: 50%;
  position: relative;
}

.reviewsPage .nav-tabs {
  border-bottom: 0px solid #ddd;
}

.reviewsPage h2 {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  color: #333333;
  font-weight: 900;
  line-height: 32px;
}

.reviewsPage h2 span {
  color: #ff5c26;
}

.reviewsPage h2 light {
  font-weight: 400 !important;
}

.reviewsPage h3 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 900;
  line-height: 32px;
}

.reviewsPage .btn {
  border-radius: 0;
  color: #ff5c26;
  font-size: 13px;
  margin-right: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 0;
  cursor: pointer;
  background: none;
  display: inline-block;
}

.reviewsPage .btn:hover {
  color: #cb603d;
}

.reviewsPage .btn .fa {
  font-size: 8px;
  top: -2px;
  color: #333333;
  margin-left: 3px;
  position: relative;
}

.reviewsPage p {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #333333;
  font-weight: 400;
  text-align: left;
  line-height: 18px;
  text-align: justify;
}

.reviewsPage hr {
  background: #a5a5a5;
}

.reviewsPage .border-right {
  border-right: 1px solid #a5a5a5;
}

.reviewsPage .card-header {
  padding: 0;
}

.reviewsPage .card-header a {
  background: #ff5c26;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 300;
}

.reviewsPage .nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .reviewsPage .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reviewsPage .card {
    border: none;
  }
  .reviewsPage .card .card-header {
    display: none;
  }
  .reviewsPage .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .reviewsPage .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.booksPage h2 {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 900;
  margin: 0;
}

.booksPage h3 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 900;
  line-height: 25px;
}

.booksPage p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-align: left;
  line-height: 25px;
}

.booksPage .btn {
  border-radius: 0;
  color: #ff5c26;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 0;
  cursor: pointer;
  background: none;
}

.booksPage .btn:hover {
  color: #cb603d;
}

.booksPage .btn .fa {
  font-size: 8px;
  top: -2px;
  color: #333333;
  margin-left: .3vh;
  position: relative;
}

.toursPage h5 {
  font-size: 39px;
  color: #ff5c26;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: -46px;
  top: -17px;
  position: relative;
  z-index: -1;
}

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

.toursPage .toursRow .border-right {
  border-right: 1px solid #dee2e6;
}

@media (max-width: 37.5em) {
  .toursPage .toursRow .border-right {
    border-right: 0px solid #dee2e6;
    border-bottom: 1px solid #dee2e6 !important;
  }
}

.toursPage .toursRow .colBox {
  padding: 30px 15px 30px 15px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 37.5em) {
  .toursPage .toursRow .colBox {
    padding: 20px 8px 20px 8px;
  }
}

.toursPage .toursRow .colBox:hover h3 {
  background: #ff5c26;
  -webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.toursPage .toursRow .colBox h3 {
  font-family: 'Lato', sans-serif;
  font-size: 37px;
  font-weight: 700;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  background: #a29a9a;
  padding: 0;
  width: 58px;
  height: 73px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.toursPage .toursRow .colBox h3 span {
  font-size: 16px;
}

.toursPage .toursRow .colBox .textBox {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 282px;
}

@media (max-width: 37.5em) {
  .toursPage .toursRow .colBox .textBox {
    text-align: center;
  }
}

.toursPage .toursRow .colBox .textBox .fa-user {
  display: inline-block;
  vertical-align: text-top;
}

.toursPage .toursRow .colBox .textBox span {
  display: inline-block;
  vertical-align: top;
  width: 85%;
}

.toursPage .toursRow .colBox .textBox h2 {
  font-family: 'Conv_Afterglow-Regular';
  color: #333333;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: normal;
}

.toursPage .toursRow .colBox .textBox p {
  font-family: 'Lato', sans-serif;
  color: #999999;
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}

.toursPage .toursRow .colBox .textBox .fa {
  margin-right: 5px;
}

@media (max-width: 37.5em) {
  .toursPage .toursRow .colBox .textBox .fa {
    display: none;
  }
}

.toursPage .toursRow .colBox .textBox .btn {
  border-radius: 0;
  color: #ff5c26;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 0;
  cursor: pointer;
  background: none;
  margin-left: 18px;
}

@media (max-width: 37.5em) {
  .toursPage .toursRow .colBox .textBox .btn {
    margin-left: auto;
  }
}

.toursPage .toursRow .colBox .textBox .btn:hover {
  color: #cb603d;
}

.toursPage .toursRow .colBox .textBox .btn .fa {
  font-size: 8px;
  top: -2px;
  color: #333333;
  margin-left: .3vh;
  position: relative;
}

.toursPage .toursRow hr {
  margin: 10px auto;
  width: 100%;
  clear: both;
}

.toursPage #prjDropDown {
  position: absolute;
  height: auto;
  width: 93%;
  padding: 15px 10px 10px 10px;
  background-color: #e4e4e4;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  top: 38px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

.toursPage #prjDropDown a {
  color: #a0a0a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5vh .5vh .5vh 1vh;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
}

.toursPage #prjDropDown a:hover {
  text-decoration: none;
  background-color: #c6c5c5;
  color: #333333;
}

.toursPage .selectProject {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 500;
  background-color: #e4e4e4;
  border-radius: 15px;
  padding: 10px 15px;
  background-image: url(../images/selectArrow.gif);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  width: 200px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 37.5em) {
  .toursPage .selectProject {
    width: 100%;
  }
}

.toursPage .selectProject .btn-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.mediaPage h5 {
  font-size: 39px;
  color: #ff5c26;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: -46px;
  top: -17px;
  position: relative;
  z-index: -1;
}

.mediaPage .mediaRow {
  text-align: center;
  display: block;
}

.mediaPage .mediaRow .icon {
  position: absolute;
  left: 23px;
  top: 10px;
  z-index: 1;
  width: auto !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 62em) {
  .mediaPage .mediaRow .icon {
    display: none;
  }
}

.mediaPage .mediaRow .icon:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.mediaPage .mediaRow .border-right {
  border-right: 1px solid #dee2e6;
}

@media (max-width: 37.5em) {
  .mediaPage .mediaRow .border-right {
    border-right: 0px solid #dee2e6;
    border-bottom: 1px solid #dee2e6 !important;
  }
}

.mediaPage .mediaRow .colBox {
  padding: 0px;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  max-width: 580px;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}

@media (max-width: 37.5em) {
  .mediaPage .mediaRow .colBox {
    padding: 20px;
  }
}

.mediaPage .mediaRow .colBox img {
  width: 100%;
}

.mediaPage .mediaRow .colBox p {
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
  text-align: justify;
}

.mediaPage .mediaRow .colBox .btn {
  border-radius: 0;
  color: #ff5c26;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 0;
  cursor: pointer;
  background: none;
  float: left;
}

.mediaPage .mediaRow .colBox .btn:hover {
  color: #cb603d;
}

.mediaPage .mediaRow .colBox .btn .fa {
  font-size: 8px;
  top: -2px;
  color: #333333;
  margin-left: .3vh;
  position: relative;
}

.mediaPage #prjDropDown {
  position: absolute;
  height: auto;
  width: 93%;
  padding: 15px 10px 10px 10px;
  background-color: #e4e4e4;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  top: 38px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

.mediaPage #prjDropDown a {
  color: #a0a0a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5vh .5vh .5vh 1vh;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
}

.mediaPage #prjDropDown a:hover {
  text-decoration: none;
  background-color: #c6c5c5;
  color: #333333;
}

.mediaPage .selectProject {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 500;
  background-color: #e4e4e4;
  border-radius: 15px;
  padding: 10px 15px;
  background-image: url(../images/selectArrow.gif);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  width: 200px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 37.5em) {
  .mediaPage .selectProject {
    width: 100%;
  }
}

.mediaPage .selectProject .btn-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.contactPage h2 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 20px;
}

.contactPage h3 {
  color: #333333;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 400;
}

.contactPage .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 1.5rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e4e4e4;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 15px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.contactPage textarea {
  height: 150px;
}

.contactPage .form-group {
  margin-bottom: 1.8rem;
}

.contactPage .btn-primary {
  background: #ff5c26 !important;
  border-radius: 15px !important;
  color: #fff;
  font-size: 14px !important;
  font-family: 'Lato', sans-serif;
  font-weight: 700 !important;
  letter-spacing: .1vh;
  padding: 1.3vh 3vh !important;
  cursor: pointer;
  border: 0 !important;
  float: left;
}

.contactPage .fa {
  border: 2px solid #000;
  border-radius: 50%;
  padding: 0;
  font-size: 18px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
}

.contactPage .fa-facebook {
  border-color: #2d5a97 !important;
  color: #2d5a97 !important;
}

.contactPage .fa-instagram {
  border-color: #d53569 !important;
  color: #d53569 !important;
}

.contactPage .fa-twitter {
  border-color: #12aeff !important;
  color: #12aeff !important;
}

.contactPage .fa-youtube-play {
  border-color: #c60000 !important;
  color: #c60000 !important;
}

.contactPage a {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contactPage a span {
  font-weight: 400;
}

.contactPage a:hover {
  text-decoration: none;
  color: #333333;
}

.contactPage a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.upArrow {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
  display: none;
}

.upArrow:hover {
  opacity: 1;
}

.pictures img {
  border: 15px solid #fff;
  -webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (max-width: 37.5em) {
  .pictures img {
    width: 100% !important;
    border: 5px solid #fff;
    padding: 0 15px !important;
  }
}

.pictures img:hover {
  -webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.6);
          box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.videosPage {
  background: #FFF;
  border: 1px solid #eeecec;
  padding: 15px;
}

.videosPage h1.heading {
  color: #fff;
}

.videosPage .btn-link {
  color: #fff !important;
  text-transform: none;
}

.videosPage .btn-link .fa {
  color: red;
  top: 3px;
}

.videosPage hr {
  background: #4d4d4d;
  margin-top: 29px !important;
}

.videosPage #galleryVideo {
  max-width: 100% !important;
}

.videosPage #galleryVideo .ug-thumb-overlay {
  width: 195px !important;
  height: 100px !important;
}

.videosPage #galleryVideo .ug-thumb-wrapper {
  width: 195px !important;
  height: 100px !important;
  cursor: pointer;
}

.videosPage #galleryVideo .ug-thumb-wrapper img {
  width: 100% !important;
}

.videosPage .ug-thumb-border-overlay {
  display: none !important;
}

@media (max-width: 37.5em) {
  .videosPage .ug-textpanel {
    display: none !important;
  }
}

.videosPage .btn-link img {
  padding-left: 10px;
}

.videosPage .ug-panel-handle-tip {
  right: 0 !important;
  left: initial !important;
}

@media screen and (max-width: 1440px) {
  .navbar-brand {
    width: 27%;
  }
  .header .nav-link {
    font-size: 1.8vh;
  }
}

@media screen and (max-width: 1366px) {
  .upcomingRow .colBox p:nth-child(2) {
    font-size: 3.8vh;
  }
  .upcomingRow .colBox p:nth-child(3) {
    font-size: 2.3vh;
    padding: 0 95px;
  }
}

@media screen and (max-width: 1366px) and (max-width: 37.5em) {
  .upcomingRow .colBox p:nth-child(3) {
    padding: 0px 55px;
  }
}

@media screen and (max-width: 1366px) {
  .upcomingRow .colBox p:nth-child(4) {
    font-size: 2vh;
  }
  .upcomingRow .colBox p:nth-child(5) {
    font-size: 2vh;
  }
  .upcomingRow .colBox .btn {
    font-size: 2vh;
  }
  .recordingRow .inner .colBox p:nth-child(1) {
    font-size: 2.3vh;
  }
  .recordingRow .inner .colBox p:nth-child(2) {
    font-size: 3vh;
  }
  .recordingRow .inner .colBox p:nth-child(3) {
    font-size: 2.3vh;
    line-height: 2.8vh;
  }
  .recordingRow .inner .colBox p:nth-child(4) {
    font-size: 2vh;
    line-height: 2.8vh;
  }
  .recordingRow .inner .colBox .btn {
    font-size: 1.8vh;
  }
  .recordingRow .inner .colBox .btn .fa {
    font-size: 1vh;
    top: -2px;
    margin-left: .4vh;
  }
  .newsRow .inner .colBox .textBox {
    padding: 3vh;
  }
  .newsRow .inner .colBox .textBox .btn {
    font-size: 1.8vh;
  }
}

@media screen and (max-width: 767px) {
  .newsRow .inner {
    display: block !important;
  }
}
/*# sourceMappingURL=style.css.map */