@font-face {
  font-family: "Montserrat";
  src: url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}


/* BEGIN TOOLTIPS CSS */
/* END TOOLTIPS CSS */

.container-fluid {
  padding: 0;
}
.container-fluid * {
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1300px) {
  .container {
    width: 130rem;
  }
}

#main-content {
  background-color: #fff;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.row > * {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .row > * {
    margin-bottom: 20px;
  }
}

#content {
  font-size: 1.4rem;
  background-color: #fff;
  overflow-x: hidden;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
	position: relative;
	z-index: 4;
}
#content strong{
	font-weight: 500;
}
@media (max-width: 767px) {
  #content {
    font-family: "Montserrat", Arial, sans-serif !important;
  }
}

video {
  width: 100%;
  height: 100%;
}

html,
body {
  height: 100%;
}

@media (max-width: 500px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 43%;
  }
}

.carousel {
  height: auto;
  position: relative;
  margin-bottom: 2rem;
}

.item,
.active {
  height: 100%;
}

@media (max-width: 767px) {
  .item {
    background-color: transparent;
  }
}

.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.fill > img {
  width: 100%;
}

.item {
  transform-style: preserve-3d;
}

.carousel-indicators {
  width: 100%;
  margin-left: 0;
  text-align: right;
  padding-right: 65px;
  left: initial;
  bottom: 10px;
  margin-bottom: 0 !important;
}
@media (max-width: 76.7rem) {
  .carousel-indicators {
    text-align: center;
    padding-right: 0;
  }
}
.carousel-indicators li {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.carousel-indicators .active {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #00b9f2;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.carousel-control {
  width: 5.5rem;
}
.carousel-control:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.carousel-control:hover .control__img--left {
  background-image: url("/resources/images/business/left-on.svg");
}
.carousel-control:hover .control__img--right {
  background-image: url("/resources/images/business/right-on.svg");
}
@media (max-width: 767px) {
  .carousel-control {
    display: none;
  }
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
}
.carousel-control.left:hover, .carousel-control.right:hover {
  opacity: 1;
}
.carousel-control > .control__img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 6rem;
  height: 6rem;
  margin-top: -15px;
  line-height: 48px;
  transform: translateX(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px;
}
.carousel-control > .control__img--left {
  background-image: url("/resources/images/business/left-off.svg");
}
.carousel-control > .control__img--right {
  background-image: url("/resources/images/business/right-off.svg");
}
.chat_success {
	display: none;
}

/* BEGIN TICKER CSS */
.marquee {
	padding: 5px;
	text-align: center;
	display: block;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold !important;
	font-family: "Montserrat",Arial,sans-serif !important;
  color: #FF0000;
  font-size: 16px;
}

#last-marquee {
	border-bottom: 0px;
	box-shadow: 0px 4px 5px -3px #888;
}

#banner {
	position: relative;
  z-index: 5;
}



#nav-header .nav-secondary {
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}
/* END TICKER CSS */