@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-Black_web.eot');
  /* IE9 Compat Modes */
  src: url('fonts/ProximaNova-Black_web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/ProximaNova-Black_web.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/ProximaNova-Black.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/ProximaNova-Black_web.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: 900;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-Bold_web.eot');
  /* IE9 Compat Modes */
  src: url('fonts/ProximaNova-Bold_web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/ProximaNova-Bold_web.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/ProximaNova-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/ProximaNova-Bold_web.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: bold;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova-Regular_web.eot');
  /* IE9 Compat Modes */
  src: url('fonts/ProximaNova-Regular_web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/ProximaNova-Regular_web.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/ProximaNova-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/ProximaNova-Regular_web.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: normal;
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v15-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'), url('fonts/roboto-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v15-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v15-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('fonts/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v15-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v15-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/roboto-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v15-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
#sectionPricing .row {
  width: 100%;
  border-collapse: separate;
}
#sectionPricing .priceTag {
  padding: 0;
  vertical-align: top;
  border: 2px solid #0000ff;
}
.priceTagCol {
  height: 660px;
  padding-right: 30px;
  padding-left: 30px;
}
.priceTagSeparator {
  height: 30px;
  display: block;
}
.priceTag {
  text-align: center;
  height: 680px;
  position: relative;
}
.priceTag .priceTagTitle {
  font-size: 28px;
  color: #0000ff;
  border-bottom: 1px solid #0000ff;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
}
.priceTag .priceTagPrice {
  font-size: 29px;
  font-weight: bold;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background: #fbb03b;
  margin: auto;
}
.priceTag .priceTagContent {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 10px;
  padding-top: 10px;
  text-align: left;
  font-size: 15px;
  color: #0000ff;
}
.priceTag ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.priceTag .priceTagBtn,
.priceTag .watchDemoTag {
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.priceTag .priceTagBtn a,
.priceTag .watchDemoTag a {
  width: 90%;
  display: inline-block;
  font-size: 21px;
  color: #0000ff;
  border-color: #0000ff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.priceTag .priceTagBtn a:hover,
.priceTag .watchDemoTag a:hover {
  color: #fff;
  background-color: #0000ff;
}
.priceTag .dropdown-menu {
  border: 1px solid #0000ff;
}
.priceTag .dropdown-menu li a {
  color: #0000ff;
  background-color: #fff;
}
.priceTag .dropdown-menu li a:hover {
  color: #fff;
  background-color: #0000ff;
}
.priceTag .priceTagSelectStyle {
  background: transparent;
  border: 1px solid #0000ff;
  color: #0000ff;
}
.priceTag .priceTagSelectStyle:focus {
  color: #0000ff;
}
.priceTagSelected {
  height: 650px;
  background-color: #0000ff;
}
.priceTagSelected .priceTagPrice {
  color: #fff;
  background: #fbb03b;
}
.priceTagSelected .priceTagTitle {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.priceTagSelected .priceTagContent {
  color: #fff;
}
.priceTagSelected .priceTagBtn a,
.priceTagSelected .watchDemoTag a {
  color: #fff;
  border-color: #fff;
}
.priceTagSelected .priceTagBtn a:hover,
.priceTagSelected .watchDemoTag a:hover {
  color: #0000ff;
  background-color: #fff;
}
.priceTagSelected .dropdown-menu {
  background-color: #0000ff;
  border: 1px solid #fff;
}
.priceTagSelected .dropdown-menu li a {
  color: #fff;
  background-color: #0000ff;
}
.priceTagSelected .dropdown-menu li a:hover {
  color: #0000ff;
  background-color: #fff;
}
.priceTagSelected .priceTagSelectStyle {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.priceTagSelected .priceTagSelectStyle:focus {
  color: #fff;
}
.priceTagSelect {
  padding-top: 10px;
}
.priceTag:before {
  position: absolute;
  left: -1px;
  top: -1px;
  content: '';
  border-top: 30px solid #0000ff;
  border-right: 30px solid transparent;
}
.priceTag:after {
  position: absolute;
  left: -2px;
  top: -2px;
  content: '';
  border-top: 30px solid #fff;
  border-right: 30px solid transparent;
}
.priceIntervalMsg {
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 14px;
  display: block;
}
.tagPriceField {
  line-height: 25px;
  padding-top: 25px;
  display: block;
}
.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background: #fbb03b;
  margin: auto;
}
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* Needed for Safari */
  width: 126px;
  display: block;
  background: #ff0000;
  background: linear-gradient(#cf0000 0%, #ff0000 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 29px;
  right: -23px;
}
body {
  font-family: 'ProximaNova', sans-serif !important;
  background-color: #fefefe;
}
.limitWidth {
  margin: 0 auto;
  max-width: 1920px;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.iframeLoader {
  background: url("/assets/images/spinner.gif") center center no-repeat;
}
.alert-success {
  background-color: #000891 !important;
  color: #fff;
}
.alert-success .close {
  color: #fff !important;
  opacity: 0.9 !important;
}
#videoBanner {
  width: 100% !important;
}
#arrow:hover {
  cursor: pointer;
}
#loginForm {
  float: left;
  color: #fff;
}
#loginForm a {
  color: #fff;
}
#loginForm input {
  font-size: 16px;
  background: transparent;
  border-color: #fff;
  color: #fff;
}
#loginForm input::-webkit-input-placeholder {
  color: #fff;
}
#loginForm input:-moz-placeholder {
  color: #fff;
}
#loginForm input::-moz-placeholder {
  color: #fff;
}
#loginForm input:-ms-input-placeholder {
  color: #fff;
}
.topMenu {
  display: inline-block;
}
.footerBlock {
  display: inline-block;
}
#loginForm button,
#signupBox a,
.priceTagBtn a,
.watchDemoTag a,
#registrationForm button,
.registerFreeBtn a {
  background: transparent;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
}
#loginForm button:hover,
#signupBox a:hover,
.priceTagBtn a:hover,
.watchDemoTag a:hover,
#registrationForm button:hover,
.registerFreeBtn a:hover {
  background-color: #fff;
  color: #0000ff;
  transition-duration: 0.1s;
}
.signupNowBtn {
  background: #FBB03B;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
.signupNowBtn:hover {
  color: #fff;
}
.signupBtn {
  float: right;
  margin-bottom: 0;
  margin-top: 15px;
}
.hide {
  display: none;
}
#homepage {
  padding-right: 0 !important;
}
#homepage h2 {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1px;
}
#homepage h3 {
  font-size: 20px;
  font-weight: bold;
}
#homepage hr {
  width: 85%;
  height: 1px;
  border: none;
  color: #221e1f;
  background-color: #221e1f;
  margin-top: 50px;
  margin-bottom: 50px;
}
#menuHomepage {
  padding-top: 30px;
  background: transparent;
  border: 0;
  color: #fff !important;
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.darkHeader {
  background-color: #4d4d4d !important;
  border-bottom: 1px solid #aaa !important;
  padding-top: 10px !important;
}
.darkLogo {
  height: 75% !important;
  margin-top: 6px !important;
}
.brightHeader {
  background-color: transparent !important;
  border-bottom: none !important;
  padding-top: 30px !important;
}
.brightLogo {
  height: 100% !important;
  margin-top: 0px !important;
}
#banner_main {
  background: url("/assets/images/8LEGS-home_page_background.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 625px;
  max-width: 1920px;
  margin: 0 auto;
}
#banner_main .container {
  padding-left: 0;
}
#mission {
  width: 100%;
  color: #fff;
  padding-top: 150px;
}
#mission h1 {
  font-weight: bold;
  font-size: 43px;
  text-shadow: #000 1px 1px;
}
#mission h2 {
  font-size: 24px;
  font-weight: normal;
  text-shadow: #000 1px 1px;
  line-height: 1.2;
}
#mission h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}
#sectionFeatures {
  margin: 0 auto;
  max-width: 1920px;
  background-color: #fefefe;
  text-align: center;
  padding-top: 0px;
}
#sectionPricing {
  margin: 0 auto;
  max-width: 1920px;
  margin-top: 25px;
  background-color: #fefefe;
  text-align: center;
}
#sectionPricing h2 {
  color: #0000ff;
  line-height: 2.2;
}
#sectionPricing h3 {
  font-weight: normal;
  color: #0000ff;
  line-height: 1;
}
#sectionPricing .watchDemoTag {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.tableLegend {
  text-align: left;
  font-size: 12px;
  padding-top: 20px;
}
@media only screen and (max-width: 1799px) {
  .testimonial .opinion {
    line-height: 1.5;
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 1310px) {
  #menuHomepage {
    top: -12px !important;
  }
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 17px !important;
  }
  body {
    font-size: 13px !important;
  }
  #iconsRow span {
    font-size: 12px !important;
  }
  #banner_main {
    height: 680px;
  }
  #mission {
    padding-top: 200px;
    padding-left: 80px;
  }
  .priceTag ul {
    margin-left: 0px !important;
  }
  .priceTagContent {
    margin-right: 0px !important;
  }
  .testimonial .opinion {
    line-height: 1.25 !important;
    font-size: 20px !important;
  }
}
@media (max-width: 1270px) {
  #loginForm {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1150px) {
  .nav li a {
    padding: 10px 5px;
  }
  .testimonial .opinion {
    line-height: 1;
    font-size: 16px !important;
  }
  .testimonial .testimonialLogo img {
    width: 100px;
  }
  .testimonial table {
    margin-top: 10px;
  }
  .testimonial td {
    padding: 5px;
  }
  #sectionTestimonials {
    height: 440px !important;
  }
  .priceTag {
    border: 1px solid #0000ff !important;
  }
  .priceTag:before {
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    border-top: 30px solid #0000ff !important;
    border-right: 30px solid transparent !important;
  }
  .priceTag:after {
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    border-top: 30px solid #fff !important;
    border-right: 30px solid transparent !important;
  }
}
@media (max-width: 991px) {
  .nav li a {
    padding: 10px 15px;
  }
  .navbar-nav {
    float: right;
  }
  #sectionPricing {
    width: 100%;
  }
  .navbar-default .navbar-nav li a {
    margin-right: 0px !important;
    font-size: 15px !important;
  }
  .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  #sectionDetails table {
    font-size: 12px;
  }
  #sectionDetails .planCol {
    font-size: 12px;
  }
  #sectionFeatures {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-nav li a {
    margin-right: 0;
  }
  #banner_main {
    height: 525px;
  }
  #mission {
    padding-top: 100px;
  }
}
.mainContainer {
  padding-left: 0;
  padding-right: 0;
}
.nav li {
  display: inline-block;
}
.navbar-default .navbar-nav li a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-right: 40px;
  line-height: 25px;
}
.navbar-default .navbar-nav li a:active {
  color: #fff;
}
.navbar-default .navbar-nav li a:visited {
  color: #fff;
}
.navbar-default .navbar-nav li a:link {
  color: #fff;
}
.navbar-default .navbar-nav li a:hover {
  text-decoration: underline;
}
.navbar-brand {
  padding: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}
@media only screen and (min-width: 1100px) {
  .carousel-inner .item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-default .navbar-nav li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 10px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
  }
  .navbar-default .navbar-nav li a:hover {
    text-decoration: none;
    color: #fff;
  }
  .navbar-default .navbar-nav li a:hover::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#iconsRow {
  margin-top: 25px;
  width: 100%;
  border: 1px solid #0000ff;
  border-bottom: none;
}
#iconsRow td {
  width: 110px;
  height: 100px;
  text-align: center;
  vertical-align: top;
  font-size: 13px;
  font-weight: bold;
  border-collapse: collapse;
  border-left: 1px solid #0000ff;
  border-right: 1px solid #0000ff;
  background-color: #fff;
  color: #0000ff;
}
#iconsRow td:hover {
  background-color: #0000ff !important;
  color: #fff !important;
  cursor: pointer;
  transition-duration: 0.3s;
}
#iconsRow span {
  display: block;
  top: 65px;
  position: relative;
}
#iconsRow #tab1,
#iconsRow #tab2,
#iconsRow #tab3,
#iconsRow #tab4,
#iconsRow #tab5,
#iconsRow #tab6 {
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
}
#iconsRow #tab1 {
  background: url("/assets/images/icon_1.png") no-repeat center top 5px;
  background-image: url("/assets/images/icon_1.png");
}
#iconsRow #tab1:hover {
  background-image: url("/assets/images/icon_1a.png") !important;
}
#iconsRow #tab2 {
  background: url("/assets/images/icon_2.png") no-repeat center top 5px;
  background-image: url("/assets/images/icon_2.png");
}
#iconsRow #tab2:hover {
  background-image: url("/assets/images/icon_2a.png") !important;
}
#iconsRow #tab3 {
  background: url("/assets/images/icon_3.png") no-repeat center top 5px;
  background-image: url("/assets/images/icon_3.png");
}
#iconsRow #tab3:hover {
  background-image: url("/assets/images/icon_3a.png") !important;
}
#iconsRow #tab4 {
  background: url("/assets/images/icon_4.png") no-repeat center top 5px;
  background-image: url("/assets/images/icon_4.png");
}
#iconsRow #tab4:hover {
  background-image: url("/assets/images/icon_4a.png") !important;
}
#iconsRow #tab5 {
  background: url("/assets/images/icon_5.png") no-repeat center top 5px;
  background-image: url("/assets/images/icon_5.png");
}
#iconsRow #tab5:hover {
  background-image: url("/assets/images/icon_5a.png") !important;
}
#iconsRow #tab6 {
  background: url("/assets/images/icon_6.png") no-repeat center top 5px;
  background-image: url("/assets/images/icon_6.png");
}
#iconsRow #tab6:hover {
  background-image: url("/assets/images/icon_6a.png") !important;
}
#iconsRow #tab7 {
  background: url("/assets/images/icon_7.png") no-repeat center top 5px;
  background-image: url("/assets/images/icon_7.png");
}
#iconsRow #tab7:hover {
  background-image: url("/assets/images/icon_7a.png") !important;
}
.tabContent {
  width: 100% !important;
  height: 400px;
  margin: 0;
  padding-top: 20px;
  background-color: #0000ff;
  color: #fff;
  margin: 0 auto;
  max-width: 1920px;
}
.tabContent h2 {
  font-weight: normal !important;
}
.tabContent p {
  font-size: 16px;
}
.tabContent img {
  padding-top: 50px;
}
#tab2Content,
#tab3Content,
#tab4Content,
#tab5Content,
#tab6Content,
#tab7Content {
  display: none;
}
#middleMenuButton {
  margin-left: 10px;
  margin-right: 10px;
}
#mainArrow {
  width: 100%;
  bottom: 100px;
  min-height: 50px;
  position: relative;
  text-align: center;
}
#sectionSignup {
  width: 100%;
  text-align: center;
  background: url("/assets/images/sign_up_bg.jpg") no-repeat;
  display: none;
}
#sectionSignup h2 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}
#sectionTour {
  margin: 0 auto;
  max-width: 1920px;
  text-align: center;
  color: #fff;
}
#sectionTour h2 {
  padding-top: 15px;
  padding-bottom: 15px;
}
#sectionTour .row {
  padding-bottom: 10px;
  background: url("/assets/images/wave_bg.jpg") no-repeat;
}
#sectionDetails {
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: #333;
  color: #fff;
  text-align: center;
}
#sectionDetails h2 {
  padding-bottom: 20px;
}
#sectionDetails table {
  margin: 0 auto;
  border-collapse: collapse;
  color: #fff;
  text-align: center;
}
#sectionDetails table .planCol {
  width: 25%;
}
#sectionDetails table td,
#sectionDetails table th {
  border: 1px solid #fff;
  width: 50%;
}
#sectionDetails table tr:first-child th {
  border-top: 0;
}
#sectionDetails table tr:last-child td {
  border-bottom: 0;
}
#sectionDetails table tr td:first-child,
#sectionDetails table tr th:first-child {
  border-left: 0;
  text-align: right;
}
#sectionDetails table tr td:last-child,
#sectionDetails table tr th:last-child {
  border-right: 0;
}
#sectionDetails td,
#sectionDetails th {
  padding: 8px;
  white-space: nowrap;
}
#sectionDetails td i,
#sectionDetails th i {
  padding: 5px;
}
#sectionDetails td span,
#sectionDetails th span {
  color: #fab23a;
}
#sectionDetails th {
  text-align: center;
  border-bottom: 0 !important;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
}
.priceTag:before {
  position: absolute;
  left: -1px;
  top: -1px;
  content: '';
  border-top: 30px solid #0000ff !important;
  border-right: 30px solid transparent !important;
}
.priceTag:after {
  position: absolute;
  left: -2px;
  top: -2px;
  content: '';
  border-top: 30px solid #fff !important;
  border-right: 30px solid transparent !important;
}
#sectionFaqs {
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: #fefefe;
  color: #0000ff;
  text-align: center;
}
#sectionFaqs h2 {
  color: #444;
}
#sectionFaqs h3 {
  font-weight: normal;
  padding-bottom: 40px;
}
#sectionFaqs h4 {
  font-size: 20px;
}
#sectionFaqs .faqNote {
  text-align: justify;
  padding: 20px;
  color: #000;
}
#sectionTestimonials {
  margin: 0 auto;
  max-width: 1920px;
  text-align: center;
  background: url("/assets/images/testimonials_bg.jpg") no-repeat;
  height: 570px;
  color: #fff;
}
#sectionTestimonials h2 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
}
#sectionTestimonials h3 {
  font-weight: normal;
}
#sectionTestimonials .item {
  text-align: center;
}
#sectionTestimonials .itemcontent {
  margin: auto;
  background-color: #fff;
  width: 70%;
}
#sectionTestimonials .carousel-control {
  background: none;
}
#sectionTestimonials .personTitle {
  font-size: 12px;
}
#sectionTestimonials img {
  display: inline-block;
  height: auto;
  overflow: hidden;
}
#footer {
  white-space: nowrap;
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 20px;
  background-color: #333;
  color: #fff;
}
#footer h3 {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 1px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #fff;
}
#footer .footerBox {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #888;
}
#footer .copyright {
  font-size: 12px;
  padding-bottom: 30px;
}
#footer .copyright a {
  font-size: 12px;
}
#footer .footerLinks a:before {
  content: "»";
  color: #fbb03b;
  padding-right: 6px;
}
#footer .footerLinks a:hover:before {
  text-decoration: none;
  color: #fff;
}
#footer .footerLinks a:hover {
  text-decoration: none;
}
#footer .footerLinks a:link,
#footer .footerLinks a:visited,
#footer .footerLinks a:active {
  text-decoration: none;
}
#sectionPricing .tableLegend {
  text-align: center;
}
#login,
#passReset,
#passChange {
  background: url("/assets/images/registration_bg.jpg") no-repeat center center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  /*
  background: url("/assets/images/8LEGS-home_page_background.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 625px;
  max-width: 1920px;
  margin: 0 auto;
  */
}
#registration {
  display: flex;
  align-items: center;
}
#registration .modal .modal-body {
  width: 620px;
  overflow-y: auto;
}
#registration .modal-content {
  width: 620px;
}
#registration .form-control {
  display: inline;
}
#registrationForm {
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 2px solid #0000ff;
  height: 650px;
}
#registrationForm h1 {
  font-size: 28px;
  text-align: center;
  color: #0000ff;
  margin-bottom: 20px;
}
#registrationForm label {
  float: left;
  color: #555;
  font-weight: normal;
  font-size: 13px;
}
#registrationForm input {
  border-radius: 3px;
  border-color: #0000ff;
}
#registrationForm select {
  border-radius: 3px;
  border-color: #0000ff;
}
#registrationForm button {
  font-size: 21px;
  background-color: #0000ff;
  color: #fff;
}
#registrationForm button:hover {
  background-color: #fff;
  color: #0000ff;
  border: 1px solid #0000ff;
}
#registrationForm #formErrors,
#registrationForm #formSuccess {
  color: #fff;
  padding: 5px;
  border: 1px solid #cccccc;
  display: block;
  margin-bottom: 20px;
}
#registrationForm #formErrors {
  background-color: #d60c2b;
}
#registrationForm #formSuccess {
  background-color: #3c763d;
}
#registrationForm .error {
  text-align: center;
  color: #ff0000;
}
#registrationForm .disclaimer {
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 13px;
  color: #777;
}
#registrationForm #firstname_field label:before,
#registrationForm #lastname_field label:before,
#registrationForm #company_field label:before,
#registrationForm #companyAddress1_field label:before,
#registrationForm #city_field label:before,
#registrationForm #zip_field label:before,
#registrationForm #country_field label:before,
#registrationForm #sectorId_field label:before,
#registrationForm #email_field label:before,
#registrationForm #email2_field label:before,
#registrationForm #password_field label:before {
  content: "* ";
  color: red;
}
#freeRegistrationForm {
  padding-top: 10px;
}
#freeRegistrationForm label {
  display: block;
  text-align: left;
  margin-left: 8%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 300;
}
#freeRegistrationForm label:before {
  content: "* ";
  color: red;
}
#freeRegistrationForm input {
  display: block;
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 10px;
  width: 84%;
  padding: 4px;
  border: 1px solid #999;
  border-radius: 2px;
  box-shadow: 0px 1px #ddd;
}
#agreementModal {
  text-align: justify;
  padding: 30px;
  color: #333;
}
#agreementModal h1 {
  font-size: 18px !important;
  color: #333 !important;
}
#agreementModal h2 {
  font-size: 16px !important;
  font-weight: bold !important;
}
#agreementModal h4 {
  font-size: 14px !important;
  text-align: left !important;
  font-weight: bold !important;
}
#agreementModal li {
  font-size: 14px;
}
#agreementModal .modal-content {
  padding: 20px;
}
#agreementModal button {
  font-size: 14px;
  background-color: #0000ff;
  color: #fff;
}
#agreementModal button:hover {
  background-color: #fff;
  color: #0000ff;
  border: 1px solid #0000ff;
}
#loginForm {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #f9f9f9;
  display: flex;
  align-items: center;
}
#loginForm .modal .modal-body {
  max-height: 420px;
  overflow-y: auto;
}
#loginForm #formDiv {
  display: inline-block;
  width: 300px;
  padding: 20px;
}
#loginForm #formDiv form {
  padding-top: 20px;
}
#loginForm #formDiv #forgotPass {
  text-align: right;
}
#loginForm #formDiv #forgotPass a {
  color: #0000ff;
}
#loginForm #formDiv #bottom {
  text-align: left;
  top: 20px;
  position: relative;
}
#loginForm #formDiv #bottom a {
  color: #555;
}
#loginForm #imgDiv {
  display: inline-block;
}
#loginForm #termsInfo {
  font-size: 11px;
  color: #555;
}
#loginForm #termsInfo a {
  color: #555;
  text-decoration: underline;
}
#loginForm h1 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 20px;
  color: #0000ff;
}
#loginForm input {
  border-radius: 3px;
  color: #0000ff;
  font-weight: normal;
  font-size: 13px;
  border: 1px solid #0000ff;
}
#loginForm input::-webkit-input-placeholder {
  color: #aaa;
}
#loginForm input:-moz-placeholder {
  color: #aaa;
}
#loginForm input::-moz-placeholder {
  color: #aaa;
}
#loginForm input:-ms-input-placeholder {
  color: #aaa;
}
#loginForm #loginButton {
  font-size: 21px;
  background-color: #0000ff;
  color: #fff;
  width: 100%;
}
#loginForm #loginButton:hover {
  background-color: #fff;
  color: #0000ff;
  border: 1px solid #0000ff;
}
#loginForm .error {
  text-align: center;
  color: #ff0000;
}
#loginForm .disclaimer {
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 13px;
  color: #777;
}
#loginForm #firstname_field label:before,
#loginForm #lastname_field label:before,
#loginForm #company_field label:before,
#loginForm #companyAddress1_field label:before,
#loginForm #city_field label:before,
#loginForm #zip_field label:before,
#loginForm #country_field label:before,
#loginForm #email_field label:before,
#loginForm #email2_field label:before,
#loginForm #password_field label:before {
  content: "* ";
  color: red;
}
.popup {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
.show-popup .popup {
  opacity: 1;
  visibility: visible;
}
.popup > iframe {
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -400px;
}
#passResetForm {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  padding: 20px;
  margin-top: 30px;
  background-color: #fff;
}
#passResetForm .btn-primary {
  border-radius: 3px;
  background-color: #0000ff;
  border-color: #888;
}
#passResetForm .btn-primary:hover {
  background-color: #000A62;
}
#passResetForm #header {
  padding: 15px;
  color: #fff;
  border-radius: 3px;
}
#passResetForm h1 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 20px;
  color: #0000ff;
}
#passResetForm .error {
  text-align: center;
  color: #ff0000;
}
.testimonial {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  text-align: center;
}
.testimonial .opinion {
  min-height: 240px;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
}
.testimonial .person {
  padding-top: 10px;
  font-weight: bold;
}
.testimonial .personTitle {
  white-space: nowrap;
}
.testimonial .cornerLogo {
  padding-top: 10px;
  float: right;
}
.testimonial table {
  margin-top: 20px;
}
.testimonial td {
  padding: 20px;
}
.carouselArrow {
  display: inline-block;
}
.carousel-indicators {
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding-bottom: 25px;
  text-align: center;
}
.carousel-indicators li {
  background-color: #fff;
  border: none;
  width: 10px;
  height: 10px;
  margin: 0;
  margin-left: 2px;
}
.carousel-indicators .active {
  background-color: #ffb03a;
  border: none;
  width: 10px;
  height: 10px;
  margin: 0;
}
.findUsOn img {
  padding-right: 20px;
  padding-bottom: 15px;
}
#closeFormBtn {
  float: right;
  color: #0000ff;
  font-size: 20px;
}
#closeFormBtn:hover {
  color: #555;
}
.tooltip > .tooltip-inner {
  background-color: #fff;
  color: #0000ff;
}
.tooltip .tooltip-arrow {
  border-top: 5px solid #fff !important;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 500px;
}
#contactFrame {
  width: 550px;
  height: 550px;
  overflow: hidden;
  border: none;
}
.contactModal {
  text-align: center;
}
#demoModal #demoFrame {
  width: 100%;
  height: 100%;
  border: none;
}
#demoModal .modal-dialog {
  width: 950px;
}
#demoModal .modal-body {
  padding: 0;
  max-height: 950px;
  height: 950px;
}
.contactZohoForm input,
.contactZohoForm select,
.contactZohoForm textarea {
  margin: 5px;
  border: 1px solid #0000ff;
  border-radius: 3px;
  padding: 3px;
  background-color: #fefefe;
}
.contactZohoForm textarea {
  resize: none;
}
.contactZohoForm .contactZohoButton {
  background: #0000ff;
  color: #fff;
  font-size: 15px;
  border: 1px solid #0000ff;
  border-radius: 3px;
  padding: 5px;
}
.contactZohoForm .contactZohoButton:hover {
  background-color: #fff;
  color: #0000ff;
  transition-duration: 0.1s;
}
.contactZohoForm .required {
  color: red;
  padding-right: 2px;
}
.contactZohoForm .norequired {
  padding-left: 6px;
}
.contactZohoForm h4 {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
#enquirySent {
  background: url("/assets/images/debut_light.png");
  color: #0000ff;
  font-size: 16px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: center;
  padding-top: 40px;
}
#terms {
  background-color: #fff;
  padding-top: 30px;
  font-size: 13px;
}
#terms table {
  font-size: 13px;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
#terms table td {
  border: 1px solid #dddddd;
  padding: 4px;
}
#terms a {
  color: #333;
}
#terms h3 {
  font-size: 20px;
}
#terms h4 {
  font-size: 16px;
}
#terms .tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 20px 20px 20px;
}
#terms .nav-tabs {
  margin-bottom: 0;
}
iframe {
  border: 0;
}
.careers {
  margin-top: 40px;
}
.careers .jobApply {
  margin-top: 30px;
  margin-bottom: 30px;
}
.careers .jobApply form {
  padding-top: 10px;
}
.careers button {
  background-color: #0000ff;
  color: #fff;
  border-radius: 3px;
}
.careers button:hover {
  background-color: #0000BD;
}
.apiIntro {
  margin-top: 20px;
}
.apiIntro button {
  background-color: #0000ff;
  color: #fff;
  border-radius: 3px;
}
.apiIntro button:hover {
  /*border: 1px solid #0000ff;
      color: #0000ff;
      background-color: #fff;*/
  background-color: #0000BD;
}
.apidoc {
  margin-top: 40px;
  margin-bottom: 20px;
}
.apidoc p {
  font-size: 15px;
}
.apidoc h3 {
  margin-top: 40px;
}
.apidoc pre {
  margin-top: 20px;
}
.apidoc th {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #demoModal .modal-dialog {
    width: auto;
  }
  #contactFrame {
    width: auto;
  }
  h2 {
    font-size: 26px !important;
  }
  .menuBar {
    background-color: #0000ff;
  }
  #signupBoxMobile {
    background-color: #0000ff;
    padding-top: 80px;
    padding-bottom: 10px;
    text-align: center;
  }
  #signupBoxMobile a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #signupBoxMobile a:hover {
    background-color: #fff;
    color: #0000ff;
  }
  .navbar-header {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #0000ff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 30px;
    padding: 2px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:active,
  .navbar-default .navbar-toggle:visited,
  .navbar-default .navbar-toggle:link,
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover .icon-bar,
  .navbar-default .navbar-toggle:active .icon-bar,
  .navbar-default .navbar-toggle:visited .icon-bar,
  .navbar-default .navbar-toggle:link .icon-bar,
  .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #0000ff;
    border-radius: 3px;
  }
  .navbar-toggle {
    border: none;
    color: #fff;
    font-size: 30px;
  }
  #logo {
    height: 75% !important;
    margin-top: 6px !important;
  }
  #menuHomepage {
    padding-top: 0;
    top: 0 !important;
  }
  .brightHeader,
  .brightLogo,
  .darkLogo,
  .darkHeader {
    top: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  #banner_main {
    margin-top: 0px !important;
    background: url("/assets/images/mobile/home_page_mobile_bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 480px;
    max-width: 767px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
  }
  #freeRegistrationForm input {
    font-size: 15px;
    padding: 5px;
  }
  #mission {
    padding-top: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #mission h1 {
    font-size: 41px !important;
  }
  #mission h2 {
    font-size: 24px !important;
  }
  .mobileIconSmall {
    display: inline-block !important;
    padding-top: 0px !important;
    height: 50px;
    margin-left: 10px;
  }
  .tabContent {
    height: auto;
    border-bottom: 1px solid #0000ff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .tabContent h2 {
    display: inline-block;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .tabContent p {
    padding-bottom: 20px;
  }
  .tabContent img {
    padding-top: 0px;
  }
  .tabHeaderMobile {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    white-space: nowrap;
  }
  .tabHeaderMobile:hover {
    cursor: pointer;
  }
  #tab1Content,
  #tab2Content,
  #tab3Content,
  #tab4Content,
  #tab5Content,
  #tab6Content,
  #tab7Content {
    display: block;
    background-color: #0000ff;
    color: #fff;
    border-top: 1px solid #fff;
  }
  #tab1Content .mobileTabContent,
  #tab2Content .mobileTabContent,
  #tab3Content .mobileTabContent,
  #tab4Content .mobileTabContent,
  #tab5Content .mobileTabContent,
  #tab6Content .mobileTabContent,
  #tab7Content .mobileTabContent {
    display: none;
  }
  .tabInactive {
    background-color: #0000ff;
    color: #fff;
    border-top: 1px solid #fff;
  }
  .tabInactive .mobileTabContent {
    display: none;
  }
  .tabContentBottomImg {
    text-align: center;
    padding-bottom: 20px;
  }
  .tabActive {
    background-color: #0000ff !important;
    color: #fff !important;
  }
  .tabActive .mobileTabContent {
    display: block;
  }
  .priceTagCol {
    height: auto;
    text-align: center;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .priceTagContent {
    display: none;
  }
  .priceTag {
    margin: 0 auto;
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    text-align: center;
    height: auto;
    width: 270px;
  }
  .priceTag .priceTagTitle {
    font-size: 28px;
    color: #0000ff;
    border-bottom: 1px solid #0000ff;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
  }
  .priceTag .priceTagPrice {
    font-size: 28px;
    font-weight: bold;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: #fbb03b;
    margin: auto;
  }
  .priceTag .priceTagContent {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
    padding-top: 10px;
    text-align: left;
    font-size: 15px;
    color: #0000ff;
  }
  .priceTag ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-left: 9px;
  }
  .priceTag .priceTagBtn {
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .priceTag .priceTagBtn a {
    width: 90%;
    display: inline-block;
    font-size: 21px;
    color: #0000ff;
    border-color: #0000ff;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .priceTag .priceTagBtn a:hover {
    color: #fff;
    background-color: #0000ff;
  }
  .priceTag .moreInfoBtn {
    margin-top: 10px;
    width: 90%;
    display: inline-block;
    font-size: 21px;
    color: #0000ff;
    border-color: #0000ff;
  }
  .priceTag .moreInfoBtn:hover {
    color: #fff;
    background-color: #0000ff;
  }
  .priceTag .dropdown-menu {
    border: 1px solid #0000ff;
  }
  .priceTag .dropdown-menu li a {
    color: #0000ff;
    background-color: #fff;
  }
  .priceTag .dropdown-menu li a:hover {
    color: #fff;
    background-color: #0000ff;
  }
  .priceTag .priceTagSelectStyle {
    background: transparent;
    border: 1px solid #0000ff;
    color: #0000ff;
  }
  .priceTag .priceTagSelectStyle:focus {
    color: #0000ff;
  }
  .priceTagSelected {
    height: auto;
    width: 280px;
    background-color: #0000ff;
  }
  .priceTagSelected .priceTagPrice {
    color: #fff;
    background: #fbb03b;
  }
  .priceTagSelected .priceTagTitle {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .priceTagSelected .priceTagContent {
    color: #fff;
  }
  .priceTagSelected .priceTagBtn a {
    color: #fff;
    border-color: #fff;
  }
  .priceTagSelected .priceTagBtn a:hover {
    color: #0000ff;
    background-color: #fff;
  }
  .priceTagSelected .moreInfoBtn {
    width: 90%;
    display: inline-block;
    font-size: 21px;
    color: #fff;
    border-color: #fff;
  }
  .priceTagSelected .moreInfoBtn:hover {
    color: #0000ff;
    background-color: #fff;
  }
  .priceTagSelected .dropdown-menu {
    background-color: #0000ff;
    border: 1px solid #fff;
  }
  .priceTagSelected .dropdown-menu li a {
    color: #fff;
    background-color: #0000ff;
  }
  .priceTagSelected .dropdown-menu li a:hover {
    color: #0000ff;
    background-color: #fff;
  }
  .priceTagSelected .priceTagSelectStyle {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .priceTagSelected .priceTagSelectStyle:focus {
    color: #fff;
  }
  .tableLegend {
    font-size: 13px;
  }
  #sectionTour .row {
    padding-bottom: 30px;
  }
  #sectionDetails {
    padding-bottom: 20px !important;
  }
  #sectionDetails .tableLegend {
    font-size: 12px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sectionDetails .tableCol {
    padding-left: 0;
    padding-right: 0;
  }
  #sectionDetails table {
    font-size: 13px;
  }
  #sectionTestimonials {
    height: auto !important;
    padding-bottom: 60px !important;
  }
  #sectionTestimonials h2 {
    padding-bottom: 10px;
  }
  .testimonial .opinion {
    line-height: 1;
    font-size: 14px !important;
    min-height: 320px;
  }
  #sectionFaqs {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px !important;
  }
  #sectionFaqs .item {
    color: #000;
  }
  #sectionFaqs .carousel-indicators {
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding-bottom: 25px;
    text-align: center;
  }
  #sectionFaqs .carousel-indicators li {
    background-color: #888;
    border: none;
    width: 10px;
    height: 10px;
    margin: 0;
    margin-left: 2px;
  }
  #sectionFaqs .carousel-indicators .active {
    background-color: #ffb03a;
    border: none;
    width: 10px;
    height: 10px;
    margin: 0;
  }
  #footer {
    font-size: 15px !important;
  }
  #footer div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #footer .text-center {
    text-align: left;
    padding-left: 40px !important;
  }
  #footer .footerMobileRight {
    text-align: right !important;
    padding-right: 40px !important;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .copyright .text-right {
    text-align: center;
  }
  #footer .copyright a {
    font-size: 14px !important;
    display: inline-block;
    margin-bottom: 5px !important;
  }
  #footer #viewDesktopSiteBottom {
    font-size: 18px !important;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 450px) {
  h2 {
    font-size: 24px !important;
  }
  .nav > li > a {
    padding: 5px 5px 15px 5px !important;
  }
  .menuBar,
  .menuBar .col-xs-12 {
    background-color: #0000ff;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
  }
  #mission {
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #mission h1 {
    font-size: 34px !important;
  }
  #mission h2 {
    font-size: 22px !important;
  }
  #mission h3 {
    font-size: 15px !important;
  }
  .tabContent .row,
  .tabContent .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tabContent .mobileTabContent {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mobileIconSmall {
    display: inline-block !important;
    padding-top: 0px !important;
    height: 50px;
    margin-left: 0px;
  }
  #sectionTour .row {
    padding-bottom: 30px;
  }
  #sectionDetails {
    padding-bottom: 20px !important;
  }
  #sectionDetails .tableLegend {
    font-size: 12px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  #sectionDetails .tableCol {
    padding-left: 0;
    padding-right: 0;
  }
  #sectionDetails table {
    font-size: 12px;
  }
  #sectionDetails table td {
    white-space: normal;
  }
  #sectionTestimonials {
    height: auto !important;
    padding-bottom: 60px !important;
  }
  #sectionTestimonials h2 {
    padding-bottom: 10px;
  }
  #sectionFaqs {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px !important;
  }
  #sectionFaqs .item {
    color: #000;
  }
  #sectionFaqs .carousel-indicators {
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding-bottom: 25px;
    text-align: center;
  }
  #sectionFaqs .carousel-indicators li {
    background-color: #888;
    border: none;
    width: 10px;
    height: 10px;
    margin: 0;
    margin-left: 2px;
  }
  #sectionFaqs .carousel-indicators .active {
    background-color: #ffb03a;
    border: none;
    width: 10px;
    height: 10px;
    margin: 0;
  }
  #footer {
    font-size: 14px !important;
  }
  #footer .text-center {
    padding-left: 20px !important;
  }
  #footer .footerMobileRight {
    padding-right: 20px !important;
  }
}
