/***********************************************
*                                              *
*               font importing                 *
*                                              *
***********************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600');


/***********************************************
*                                              *
*            Bootstrap issues fix              *
*                                              *
***********************************************/

/* fix modal scolling. see http://stackoverflow.com/questions/21024774/twitter-bootstrap-3-modal-on-mobile-scroll-issues */
.modal {
  overflow-y: scroll;
}
/***********************************************
*                                              *
*               General styling                *
*                                              *
***********************************************/

body {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.inner-page {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.btn {
  padding: 8px 18px;
}
.has-feedback {
  position: static;
}

#live .embed-responsive {
  border-radius: 5px !important;
  overflow: hidden;
}

#menu-support .dropdown-menu a, #menu-product .dropdown-menu a, #menu-pricing .dropdown-menu a, #menu-resources .dropdown-menu a, #menu-solution .dropdown-menu a {
  padding: 6px 20px;
}

#menu-support .dropdown-menu>a:focus, #menu-support .dropdown-menu>a:hover,
#menu-product .dropdown-menu>a:focus, #menu-product .dropdown-menu>a:hover,
#menu-pricing .dropdown-menu>a:focus, #menu-pricing .dropdown-menu>a:hover,
#menu-resources .dropdown-menu>a:focus, #menu-resources .dropdown-menu>a:hover,
#menu-solution .dropdown-menu>a:focus, #menu-solution .dropdown-menu>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: rgba(255,255,255,0.2);
}

#menu-support > .dropdown-menu, #menu-product > .dropdown-menu, #menu-pricing > .dropdown-menu, #menu-resources > .dropdown-menu, #menu-solution > .dropdown-menu {
  font-size: 1em;
  margin-top: -10px;
  border: 1px solid transparent;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

 .navbar-nav > .open > a, .navbar-nav > .open > a:focus, .navbar-nav > .open > a:hover {
  background-color: transparent;
}
.navbar-toggle:focus,  .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
  background-color: transparent;
  color: #4990E2;
}
/* mobile nav animation */

.navbar-brand {
  margin-top: 0;
}
/*
.navbar-toggle {
  overflow: hidden;
}
.navbar-toggle .icon-bar {
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

 new */


.navbar-toggler {
  background: none;
  border: none;
}
.navbar-toggler:active, .navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  transition: all 0.2s;
}
.video-menu .navbar-toggler .icon-bar {
  background: #ffffff;
}
.body-menu .navbar-toggler .icon-bar {
  background: #4990E2;
}
.navbar-toggler[aria-expanded="false"] .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.navbar-toggler[aria-expanded="false"] .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler[aria-expanded="false"] .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}


/* mobile nav animation */

.btn.active, .btn:active {
  box-shadow: none;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #FFF;
  text-decoration: none;
}
h1 {
  font-size: 38px;
  margin: 1em;
  font-weight: 300;
  text-align: center;
}

.form-control {
  display: block;
  width: 100%;
  padding-left: 12px;
  height: 50px;
  font-size: 1.4em;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #4990E2;
  border-radius: 4px;
  box-shadow: none;
  transition: 0.5s;
  border: 1px solid #D6D6D6;
}
a {
  font-weight: 400;
  color: #4990E2;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  color: #F6A623;
  text-decoration: none;
  transition: 0.2s;
}
/***********************************************
*                                              *
*          general styling of web              *
*                                              *
***********************************************/

.text-weight-300 {
  font-weight: 300;
}
.text-weight-500 {
  font-weight: 500;
}
.text-weight-800 {
  font-weight: 800;
}
.text-underline {
  text-decoration: underline;
}
.bg-dotted {
  background-image: url('/img/bg-dotted.png');
  background-repeat: repeat;
}
.bg-light-blue {
  background-color: #00bec5;
  color: #FFF;
}
.bg-blue {
  background-color: #4990E2;
  color: #FFF;
}
.bg-blue-gradient-right {
  background-image: linear-gradient(to right, #3266a4, #294f7d);
}
.bg-orange {
  background-color: #F6A623;
  color: #FFF;
}
.bg-purple {
  background-color: #662885;
  color: #FFF;
}
.bg-red {
  background-color: #d73750;
  color: #FFF;
}
.bg-gray {
  background-color: #F7F7F7;
}
.bg-dark-gray {
  color: #9B9B9B;
  background-color: #2E2E2E;
}

.bg-dark-gray-gradient-right {
  background-image: linear-gradient(to right, #525151, #292929);
}
.bg-dark-red-gradient-right {
  background-image: linear-gradient(to right, #771424, #511e14);
}
.bg-white {
  color: #000;
  background-color: #FFF;
}
.navigation {
  background-color: transparent;
  border-bottom: none;
  box-shadow: none;
}
.logo {
  height: 38px;
  margin-top: 0;
}
#logo-text {
  font-weight: 400;
  font-size: 0.8em;
  margin-top: -6px;
  padding: 5px;
  width: 100%;
  text-align: right;
  color: #F6A623;
}
.btn-white, btn-white:visited, btn-white:focus {
  color: #FFF;
  background: transparent;
  border: 2px solid #FFF;
  transition: 0.2s;
}
.btn-white:hover, btn-white:active {
  color: #000;
  background: #FFF;
  transition: 0.2s;
  transform: translate(0px, -2px);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.btn-white2 {
  color: #000;
  background-color: #FFF;
  transition: 0.2s;
}
.btn-blue {
  color: #FFF !important;
  background-color: #4990E2;
  transition: 0.2s;
}
.btn-orange {
  color: #FFF !important;
  background-color: #F6A623;
  transition: 0.2s;
}
.btn-light-blue {
  color: #FFF !important;
  background-color: #00bec5;
  transition: 0.2s;
}
.btn-purple {
  color: #FFF !important;
  background-color: #662885;
  transition: 0.2s;
}
.btn-dark-red {
  color: #FFF !important;
  background-color: #d73750;
  transition: 0.2s;
}
.btn-white-outline2, .btn-white-outline2:visited, .btn-white-outline2:focus {
  color: #FFF;
  background: transparent;
  border: 2px solid #FFF;
  transition: 0.2s;
}
.btn-white-outline2:hover, .btn-white-outline2:active {
  color: #000;
  background: #FFF;
  border: 2px solid #FFF;
  transition: 0.2s;
}
.btn-orange-outline, .btn-orange-outline:visited, .btn-orange-outline:focus {
  color: #F6A623;
  background: transparent;
  border: 2px solid #F6A623;
  transition: 0.2s;
}
.btn-orange-outline:hover, .btn-orange-outline:active {
  color: #FFF;
  background: #F6A623;
  border: 2px solid #F6A623;
  transition: 0.2s;
}
.btn-blue-outline, .btn-blue-outline:visited, .btn-blue-outline:focus {
  color: #4990E2;
  background: transparent;
  border: 2px solid #4990E2;
  transition: 0.2s;
}
.btn-blue-outline:hover, .btn-blue-outline:active {
  color: #FFF;
  background: #4990E2;
  border: 2px solid #4990E2;
  transition: 0.2s;
}
.btn-light-blue-outline, .btn-light-blue-outline:visited, .btn-light-blue-outline:focus {
  color: #00bec5;
  background: transparent;
  border: 2px solid #00bec5;
  transition: 0.2s;
}
.btn-light-blue-outline:hover, .btn-light-blue-outline:active {
  color: #FFF;
  background: #00bec5;
  border: 2px solid #00bec5;
  transition: 0.2s;
}
.btn-puprle-outline, .btn-puprle-outline:visited, .btn-puprle-outline:focus,
.btn-csw-outline, .btn-csw-outline:visited, .btn-csw-outline:focus {
  color: #662885;
  background: transparent;
  border: 2px solid #662885;
  transition: 0.2s;
}
.btn-puprle-outline:hover, .btn-puprle-outline:active,
.btn-csw-outline:hover, .btn-csw-outline:active {
  color: #FFF;
  background: #662885;
  border: 2px solid #662885;
  transition: 0.2s;
}
.btn-som-outline, .btn-som-outline:visited, .btn-som-outline:focus {
  color: #d73750;
  background: transparent;
  border: 2px solid #d73750;
  transition: 0.2s;
}
.btn-som-outline:hover, .btn-som-outline:active {
  color: #FFF;
  background: #d73750;
  border: 2px solid #d73750;
  transition: 0.2s;
}
.btn-default {
  background-color: #FFF;
  border-color: rgba(0,0,0,0.125);
}

.btn-default:hover, .btn-default:visited, .btn-default:active, .btn-default:focus {
  transition: 0.2s;
  color: #000;
  border-color: #FFF;
  transform: translate(0px, -2px);
  background-color: #FFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.btn-blue:hover, .btn-blue:visited, .btn-blue:focus, .btn-blue:visited, .btn-blue:active, .btn-blue:focus,
.btn-dark-red:hover, .btn-dark-red:visited, .btn-dark-red:focus, .btn-dark-red:visited, .btn-dark-red:active, .btn-dark-red:focus,
.btn-purple:hover, .btn-purple:visited, .btn-purple:focus, .btn-purple:visited, .btn-purple:active, .btn-purple:focus,
.btn-orange:hover, .btn-orange:visited, .btn-orange:focus, .btn-orange:visited, .btn-orange:active, .btn-orange:focus,
.btn-light-blue:hover, .btn-light-blue:visited, .btn-light-blue:focus, .btn-light-blue:visited, .btn-light-blue:active, .btn-light-blue:focus {
  transition: 0.2s;
  transform: translate(0px, -2px);
  color: #FFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.btn-cameras {
  width: 100%;
  padding: 15px 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  color: #FFF;
  background-color: #4990E2;
  transition: 0.2s;
}
.btn-cameras:hover {
  background-color: #2575e2;
}
.btn-cameras:hover,
.btn-cameras:visited,
.btn-cameras:active,
.btn-cameras:focus {
  transition: all 200ms ease;
  color: #FFF;
}

.btn-map {
  color: #FFF;
  margin-bottom:-40px;
  border:none;
  background-color: #F6A623;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition: 0.3s;
}

.btn-map:hover, .btn-map:focus {
  margin-bottom: -34px;
  padding-bottom: 15px;
  transition: 0.3s;
  color: #FFF;
}

.message {
  position: absolute;
  display: none;
  text-align: center;
  right: 10px;
  bottom: 0px;
  padding: 20px 40px;
  z-index: 99999;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

#newsletter {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  position: fixed;
  font-weight: 300;
  right: -45px;
  top: calc(100% - 200px);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.page-headline {
  text-align: center;
}

.modal-content {
  overflow: hidden;
  border: none;
}

#getTrial-messages, .email-error {
  color: #a94442;
}

#modal-getfreetrial .row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.form .form-group .form-control {
  color: #4A4A4A;
  font-weight: 300;
}
.form .form-group .form-control.has-error {
  border: 1px solid #a94442;
}
.form .form-group .label {
  font-weight: 300;
  font-size: 1em;
  color: #222;
}
.form .form-group select {
  height: 50px !important;
}
.video-menu {
  border-bottom: none;
  background-color: transparent !important;
  box-shadow: none;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
  transition: 0.5s;
}

.video-menu ul li.nav-item a.nav-link,
.video-menu ul.navbar-nav li.nav-item a.nav-link:focus {
  color: #FFF;
  transition: 0.2s;
  transform: translate(0px, 0px);
}

.video-menu ul li.nav-item a.nav-link:hover,
.video-menu ul.navbar-nav li.show > .nav-link {
  transition: 0.2s;
  color: #FFF;
  transform: translate(0px, -2px);
}
.body-menu, .video-menu ul li .dropdown-menu {
  color: #333;
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  transition: 0.2s;
}
.body-menu ul li.nav-item a.nav-link, .video-menu ul li .dropdown-menu > a.nav-link {
  color: #333;
  transition: 0.5s;
  transform: translate(0px, 0px);
}
.body-menu ul li a.nav-link:hover, .body-menu ul li.nav-item.active > a.nav-link,
.video-menu ul li .dropdown-menu > a.nav-link:hover, .video-menu ul li .dropdown-menu > a.nav-link.active {
  transition: 0.2s;
  color: #4990E2 !important;
  transform: translate(0px, -2px);
}
.text {
  padding: 0px 10px 0px 10px;
  text-align: center;
  font-weight: 300;
  font-size: 1.2em;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.product-promo img {
  position: absolute;
  bottom: 0;
}
@media (max-width: 769px) {
  .product-promo img {
    position: relative;
  }
}
/* modal video */
.video .modal-dialog {
  width: 80%;
}
.video .modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.video .modal-body {
  margin-top: 50px;
}
.video .modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right;
}
.video .modal-header, #videoModal .modal-footer {
  border: 0;
  background: none;
}
.video .close {
  position: fixed;
  top: 20px;
  right: 20px;
  float: none;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  z-index: 9999;
}
/* end video modal */

.more {
  font-size: 1.2em;
  color: #7B7B7B;
  text-decoration: none;
  text-align: center;
}
.link {
  color: #7B7B7B;
  text-decoration: none;
  text-align: center;
}
.link:hover {
  color: #4A4A4A;
  text-decoration: underline;
}
.more:hover {
  color: #4A4A4A;
}
#product, #feature-list, #platforms, #casestudies, #pricing, #support, #contact, #references {
  padding-top: 20px;
  margin-top: -60px;
  padding-bottom: 60px;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
#message_box {
  height: 60px;
  margin-top: 40px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#menu-tryit, #menu-buynow {
  float: left;
  text-shadow: none;
}
.video-launch-btn {
  cursor: pointer;
}
.video-launch-btn:hover img {
  transition: 0.2s;
  transform: translate(0px, -2px);
}
.video-launch-btn img {
  transition: 0.2s;
}
/***********************************************
*                                              *
*               sections of web                *
*                                              *
***********************************************/

/* landing img & video section */

#home {
  height: auto;
  background-image: url('/img/homepage_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#stream-video-live .text-intro h1 {
  text-align: left;
  font-size: 3em;
  margin: 0;
  font-weight: 300 !important;
}
#stream-video-live .text-intro h3 {
  text-align: left;
  margin: 0;
  font-weight: 600;
  margin-bottom: 2em;
}
#home h2 {
  margin: 0;
  margin-bottom: 1em;
}
#home .description {
  width: 470px;
  border-left: 2px solid #4990E2;
  font-size: 1.1rem;
}
#home #watch-now {
  background: none;
  border: none;
}
#home #watch-now:hover, #home #watch-now:focus {
  border: none;
  outline: 0;
}
#home #watch-now img {
  display: inline;
  width: 300px;
}

#home .home-row-card {
  background-color: rgba(0,0,0,0.05);
  border-radius: 4px;
}
#home .home-card h3 {
  padding: 6px 0;
  font-size: 1.3rem;
  font-weight: bold;
}
#home .home-card {
  font-size: 14px;
}

#home .home-card-apps {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
  background-image: linear-gradient(135deg, #1a4e81, #1a66a9 80%);
  color: #FFF;
  transition: 0.2s;
}
#home .home-card-apps:hover {
  transition: 0.2s;
  transform: translate(0px, -2px);
}
#home .home-card-apps:before {
  height: 30px;
  width: 30px;
  background-image: url('/img/hp_icons_before.png');
  background-size: 30px 30px;
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: -15px;
}

#home2 {
  position: relative;
  height: auto;
}

#home2 .text-intro2 > .navbar {
  background-color: #FFF;
}

#home2 .text-intro2 {
  position: relative;
  z-index: 2;
}

#home2 .filter2 {
  background-color: #000;
  position: absolute;
  opacity: 0.2;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#home2 video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* partner section */

#partner .partner-form {
  font-size: 1.2rem;
}

#partner .partner-form label {
  font-weight: bold;
}

#partner .partner-form .partner-select {
  color: #888;
  border: #888;
  padding-right: 20px;
}

/* solution for */
#solution .card h1 {
  margin: 0;
  text-align: left;
}
#solution .card h1, #solution .card h5 {
  font-weight: 400;
}
#solution .solution-icon {
  width: 38px;
  margin-top: -5px;
  float: right;
}
#solution ol {
  list-style: none;
  counter-reset: li;
  margin-top: 30px;
  padding-left: 20px;
  line-height: 1.4rem;
}
#solution ol li::before {
  font-size: 1.1rem;
  content: counter(li)".";
  color: #4990E2;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
#solution ol li {
  margin-top: 1rem;
  counter-increment: li;
}
#solution .link {
  color: #000;
  text-decoration: underline;
}
#solution .card {
  height: 100%;
  background-color: #FFF;
  border: 0;
  overflow: hidden;
}
#solution .col-content {
  font-size: 1rem;
}
#solution .col-buttons {
  text-transform: uppercase;
}
#solution .col-content, #solution .col-buttons {
  padding: 20px 25px;
}

@media (max-width: 679px) {
  #solution .col-content, #solution .col-buttons {
    padding: 20px 30px;
  }
}

/* introduction section */

#features .card2 {
  border-radius: 4px;
  text-align: center;
  background-color: #F7F7F7;
  min-height: 180px !important;
}
.no-break {
  white-space: nowrap;
}
#features .card2 i {
  font-size: 1.8rem;
}
#features .card2 h4 {
  color: #636363;
}

.card8 {
  border-radius: 4px;
  text-align: center;
  padding: 35px 25px;
  background-color: #FFF;
  height: 100%;
}
.card8 h3 {
  line-height: 1em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.card8 p {
  color: #474747;
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: 300;
}
/* camstreamer about page */

#camstreamer-about .since-version {
  position: absolute;
  margin-top: 20px;
  right: 0px;
}

#camstreamer-about .card8 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  text-align: center;
  padding: 35px 25px;
  background-color: #FFF;
  min-height: 180px !important;
}
#camstreamer-about .card8 i {
  font-size: 32px;
  margin-bottom: 15px;
}
#camstreamer-about .card8 h3 {
  line-height: 1em;
  color: #636363;
  font-size: 18px;
  margin-bottom: 20px;
}
#camstreamer-about .card8 p {
  color: #474747;
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: 300;
}
#camstreamer-about video {
  width: 100%;
}
/* pricing section */

#pricing {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 0;
}

#pricing .camstreamer h5 {
  color: #4990E2;
}
#pricing .camoverlay h5 {
  color: #F6A623;
}
#pricing .camscripter h5 {
  color: #00bec5;
}
#pricing .camswitcher h5 {
  color: #662885;
}
#pricing .som h5 {
  color: #d73750;
}

.camstreamer-bg {
  background-color: #4990E2;
  color: #FFF;
}
.camoverlay-bg {
  background-color: #F6A623;
  color: #FFF;
}
.camscripter-bg {
  background-color: #00bec5;
  color: #FFF;
}
.camswitcher-bg {
  background-color: #662885;
  color: #FFF;
}
#som-bg, .som-bg {
  background-color: #d73750;
  color: #FFF;
}

#pricing h3 {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 300;
}

#pricing h5 {
  margin-top: 5px;
  padding-top: 5px;
  color: #636363;
}
#pricing p {
  color: #474747;
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: 300;
}
/* references section */

#references {
  margin-top: 0px !important;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
#references .text-orange {
  color: #F6A623 !important;
}
/* our customers section */

#customers .customer {
  padding-top: 10px;
  line-height: 6em;
  padding-bottom: 10px;
}
#customers img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  transition: ease 0.2s;
}
/* what people say about us section */

#comments {
  padding-bottom: 40px;
  background-image: url('/img/quote.png');
  background-size: 180px;
  background-position: left 110px top 40px;
  background-repeat: no-repeat;
  font-size: 1em;
}
#comments .slider {
  position: relative;
  height: 245px;
}
#comments .slider .scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
}
#comments .slider .scroll .list {
  transform: translate3d(0, 0, 0);
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 40px;
  height: 230px;
  bottom: 0;
  left: -40px;
  white-space: nowrap;
}
#comments .slider .scroll .card4 {
  position: relative;
  display: inline-block;
  width: 500px;
  margin-left: 40px;
  list-style: none;
  vertical-align: middle;
}
#comments .slider .scroll .card4 .background {
  color: #333;
  line-height: 1.6 !important;
  border-radius: 4px;
  padding: 20px 25px;
  background-color: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  position: relative;
  text-align: justify;
  white-space: normal;
  padding-bottom: 0px;
}
#comments .slider .scroll .card4 .background .author-text {
  font-weight: 300;
}
#comments .slider .scroll .card4 .background .author {
  height: 50px;
  line-height: 1.2;
  text-align: right;
}
#comments .slider .scroll .card4 .background .author .person {
  text-align: right;
  margin-right: 15px;
}
#comments .slider .scroll .card4 .background .author .person .name {
  float: right;
  font-weight: 400;
}
#comments .slider .scroll .card4 .background .author .person .company {
  font-weight: 300;
  float: right;
}
#comments .slider .scroll .card4 .background .author .person-icon {
  margin-left: 10px;
  float: right;
  font-size: 34px;
  color: #F6A623;
}
/* features list section */

#feature-list {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 60px;
}
#feature-list .page-headline {
  color: #4A4A4A;
}
#feature-list .btn {
  margin-top: 20px;
}
#feature-list .card9 {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  min-height: 320px;
  text-align: center;
  padding: 45px 35px 20px 35px;
  background-color: #FFF;
  transition: 0.5s;
}
#feature-list .card9:hover {
  transition: 0.5s;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}
#feature-list .card9 i {
  font-size: 32px;
}
#feature-list .card9 h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #636363;
  font-size: 18px;
}
#feature-list .card9 p {
  color: #474747;
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: 300;
}
/* all platforms page */

#all-platforms .platform-list {
  height: auto;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 40px;
  font-weight: 300;
  text-align: center;
  line-height: 2.6;
}
#all-platforms .platform-list .platform {
  white-space: nowrap;
  padding-bottom: 6px;
  padding-top: 8px;
  margin-left: 60px;
  font-size: 1.2em;
  text-decoration: none;
  color: #9B9B9B;
  border-bottom: 2px solid transparent;
}
#all-platforms .platform-list .platform:hover {
  color: #4A4A4A;
  border-bottom: 2px solid #F6A623;
}

/* demo section */

#casestudies h5 {
  font-weight: 300;
}
#casestudies {
  text-align: center;
}
.case-study-title {
  text-align: center;
  color: #FFF;
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 99;
  padding: 10px;
  background-color: rgba(0,0,0,0.6);
  bottom: -10px;
  transition: 0.2s;
}
#casestudies .video .play-btn {
  opacity: 0;
  transition: 0.2s;
}
#casestudies .video:hover .case-study-title {
  height: 102%;
  padding-top: 45px;
  background-color: rgba(0,0,0,0.6);
  transition: 0.4s;
}
#casestudies .video {
  border-radius: 4px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#casestudies .video:hover .play-btn {
  transition: 0.4s;
  opacity: 1;
}

#casestudies .video .play-btn {
  margin-top: 10px;
  font-size: 2em;
  color: #FFF;
}
/* categories section */

#category h2 {
  margin-top: 40px;
  font-weight: 300;
}
#category .card-content {
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1);
}
#category h3 {
  font-weight: 300;
  color: #F6A623;
}

#category .align-center-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* purchase section */

#pricing .card3 {
  margin-bottom: 20px;
  border-radius: 4px;
  text-align: center;
  background-color: #FFF;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(0,0,0,.125);
}
#pricing .card3 p {
  color: #7B7B7B;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 400;
  padding-top: 5px;
  text-align: left !important;
}
#pricing .card3 .text-lines {
  margin: 20px auto;
  width: 70%;
  min-height: 185px;
}
.camoverlay-text {
  color: #F6A623 !important;
}
.camstreamer-text {
  color: #4990E2 !important;
}
.camscripter-text {
  color: #00bec5 !important;
}
.camswitcher-text {
  color: #662885 !important;
}
.som-text {
  color: #d73750 !important;
}
.bundle-text {
  color: #737373;
}

#pricing h3 {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#pricing h4 {
  color: #7B7B7B;
  margin-top: 0.4em;
  margin-bottom: 2em;
}
#pricing .infoText {
  font-size: 0.9rem;
}
#pricing h3.price {
  font-weight: lighter;
}
#pricing .btn-full-width {
  width: 80%;
  margin: 0px auto;
  display:block;
}
#pricing  p span {
  padding-right: 10px;
  opacity: 0.6;
}
#pricing .btn {
  margin-bottom: 5px;
}
#pricing .partners {
  text-align: center;
  font-weight: 300;
  font-size: 1.2em;
}
/* supported cameras section */

#pricing-hw {
  color: #4A4A4A;
  background-color: #F8F8F8;
  font-weight: 300;
  padding-bottom: 40px;
}
#pricing-hw .green {
  color: #7ED321;
}
#pricing-hw .red {
  color: #EE2F46;
}
#pricing-hw .camera {
  overflow: hidden !important;
  position: relative;
  color: #333;
  font-size: 1.2em;
  line-height: 1.6 !important;
  border-radius: 4px;
  background-color: #FFF;
  margin-bottom: 30px;
  transition: .6s;
  white-space: normal;
}

#pricing-hw .camera:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: .6s;
}
/* travel business page */

#travel-business h1 {
  color: #FFF;
}
#travel-business p {
  padding: 0px;
}
#travel-business ul {
  margin-top: 20px;
  font-size: 1.2em;
}
#travel-business ul li {
  line-height: 2em;
}
/* carousel section of pricing-hw */

.carousel-inner {
  margin: auto;
  width: 90%;
}
.carousel-control {
  width: 4%;
}
#pricing-hw .carousel-control.right {
  background-image: none;
  color: rgba(0, 0, 0, 0.4);
  font-size: 2em;
  text-shadow: none;
}
#pricing-hw .carousel-control.left {
  background-image: none;
  color: rgba(0, 0, 0, 0.4);
  font-size: 2em;
  text-shadow: none;
}
/* end of carousel */

#pricing-hw .camera .price {
  display: none;
  position: absolute;
  margin-top: 20px;
  margin-left: 0px;
  color: #FFF;
  background-color: #4990E2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 12px 18px;
}
#pricing-hw h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  color: #636363;
}
#pricing-hw .camera-details {
  margin-top: 1em;
  padding: 2px;
}
#pricing-hw .camera .camera-img {
  height: 210px !important;
  margin: 20px auto;
  margin-bottom: 10px;
}
#pricing-hw .camera .col-md-12 .more {
  font-size: 1.4em !important;
}
#pricing-hw .col-md-12:last-child {
  text-align: center;
}
/* support section */

#support {
  background-image: url('/img/support-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 88px left 0px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
  padding-bottom: 6em;
}
#support p {
  padding-bottom: 40px;
}
#support .text {
  font-size: 1em;
}
#support .card5 {
  border-radius: 4px;
  background-color: #F8F8F8;
  padding: 20px 30px 20px 30px;
  margin-bottom: 40px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#support .card5 h3 {
  font-weight: 300;
  color: #F6A623;
}
#support .card5 p {
  color: #7B7B7B;
  height: 80px;
  margin-top: 25px;
}
#support .page-headline {
  margin-top: 6em;
  margin-bottom: 2em;
}
/* contact section */

#contact p {
  color: #4A4A4A;
  line-height: 1.8;
  text-align: left !important;
}
#contact h1 {
  margin-left: 10px;
  text-align: left !important;
}
#contact .form .form-group {
  padding: 0px 15px;
}
#contact .form .form-group .label {
  font-weight: 300;
  font-size: 1em;
  color: #222;
}
#contact .form .form-group .form-control {
  color: #4A4A4A;
  font-weight: 300;
}
#contact .form .form-group textarea {
  resize: none;
  padding: 10px;
  height: 150px;
}
#contact .radio-inline input[type=radio] {
  position: relative;
  margin-right: 10px;
  margin-left: 0px;
}
/* footer section */

footer a {
  color: #9B9B9B;
}
footer a:hover {
  color: #FFF;
  text-decoration: none;
}
footer .section {
  padding-left: 20px;
}

footer .socials {
  text-align: right;
}
footer .section p.header {
  color: #F6A623;
  font-weight: 400;
  margin-top: 1.2rem;
  font-size: 1.2rem;
  margin-bottom: 1.4rem;
}
footer .section p {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
footer .socials a {
  color: #6f6f6f;
}

.axis_logo_footer {
  display:inline-flex;
  margin-top: -20px;
  max-height: 60px;
}

.axis_logo_footer_link {
  text-align: left;
}

footer .socials a:hover {
  color: #FFF;
  text-decoration: none;
}

footer .socials a.icons {
  font-size: 1.4rem;
}

footer .copyright {
  padding: 0px 3em 0px 3em;
  color: #737373;
  text-align: center;
  font-weight: 300;
}

.video-menu .uniboxSearchContent {
  text-shadow: none;
}

.video-menu .unibox-selectable:hover {
  background-color: #4990E2 !important;
  text-shadow: none;
  color: #FFF;
}

.body-menu .unibox-selectable:hover {
  background-color: rgba(0,0,0,0.2) !important;
  text-shadow: none;
  color: #FFF !important;
}

.video-menu .unibox-selectable > a {
  color: #FFF !important;
  text-shadow: none;
}

.body-menu .unibox-selectable > a {
  color: #000 !important;
  text-shadow: none;
}

#searchBox-li {
  width: 400px;
}

#searchBox {
  transition: 0.4s ease-in-out;
  position: relative;
  font-size: 1rem;
  height: 42px;
  border: none;
}

.video-menu #searchBox {
  background-color: rgba(0,0,0,0.6);
  color: #FFF !important;
}

.body-menu #searchBox {
  background-color: rgba(0,0,0,0.2);
  color: #000 !important;
}

.body-menu #searchBox::placeholder {
  color: #000 !important;
}

.video-menu #searchBox::placeholder {
  color: #FFF !important;
}

#unibox-suggest-box {
  width: 60%;
  right: 0px;
  margin-top: 5px;
  border:none;
  border-radius: 5px;
  font-size: 14px !important;
}

.video-menu #unibox-suggest-box {
  border: 0px !important;
  background-color: rgba(0,0,0,0.6) !important;
}

.body-menu #unibox-suggest-box {
  background-color: #FFF !important;
  text-shadow: #565656 1px 1px;
}

.navbar-toggler {
  border:none;
}
.body-menu .navbar-toggler span.navbar-toggler-icon {
  color: #333 !important;
}
.video-menu .navbar-toggler span.navbar-toggler-icon {
  color: #FFF !important;
}

.search-open, #menu-buynow, #menu-tryit {
  border-width: 2px;
}

.body-menu #menu-tryit, .body-menu .search-open {
  border-color: #4990E2;
  color: #4990E2;
}
.body-menu #menu-buynow {
  border-color: #F6A623;
  color: #F6A623;
}
.body-menu #menu-tryit:hover, .body-menu .search-open:hover {
  border-color: #4990E2;
  background-color: #4990E2;
  color: #FFF;
}
.body-menu #menu-buynow:hover {
  border-color: #F6A623;
  background-color: #F6A623;
  color: #FFF;
}
.video-menu #menu-tryit, .video-menu .search-open {
  border-color: #FFF;
  color: #FFF;
}
.video-menu #menu-tryit:hover, .video-menu .search-open:hover {
  color: #4990E2;
}
.video-menu #menu-buynow:hover {
  color: #F6A623 !important;
  background-color: #FFF;
}

.navigation {
  height: 88px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.navigation .container-fluid {
  max-width: 1920px;
}


/* sub pages  */

#blog, #live, #download, #pricing-hw, #upgrade-cs, #partners, #faq, #release-notes, #api, #all-features, #travel-business, #all-platforms, #partners, #detail-feature, #camstreamer-about, #aboutus, #references {
  margin-top: 88px;
}
#blog .inner-page,#live .inner-page, #download .inner-page, #pricing-hw .inner-page, #partners .inner-page, #faq .inner-page, #release-notes .inner-page,
#api .inner-page, #all-features .inner-page, #all-platforms .inner-page, #partners .inner-page, #detail-feature .inner-page, #camstreamer-about .inner-page, #aboutus .inner-page, #references .inner-page {
  padding: 40px 0;
}
#live p.text, #faq p.text, #all-features p.text, #download p.text, #all-platforms p.text, #partners p.text, #release-notes p.text, #detail-feature p.text, #aboutus p.text {
  margin-top: 2em;
}

/* api */
a.list-group-item:hover {
  background-color: #e3e3e3;
}
a.list-group-item-orange, a.list-group-item-orange-hover:hover {
  color: #FFF !important;
  background-color: #F6A623;
}
a.list-group-item-orange:hover {
  background-color: #da931f;
}
a.list-group-item-blue, a.list-group-item-blue-hover:hover {
  color: #FFF !important;
  background-color: #4990E2;
}
a.list-group-item-blue:hover {
  background-color: #407ec5;
}
a.list-group-item-light-blue, a.list-group-item-light-blue-hover:hover {
  color: #FFF !important;
  background-color: #00bec5;
}
a.list-group-item-light-blue:hover {
  background-color: #00a2a8;
}
a.list-group-item-red, a.list-group-item-red-hover:hover {
  color: #FFF !important;
  background-color: #d73750;
}
a.list-group-item-red:hover {
  background-color: #ca344b;
}

/* blog */

#blog .blog_posts {
  margin-top: 40px;
}

#blog .blog-header {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 60px;
  margin-left: 0px;
  color: #FFF;
}

#blog a.btn-orange:hover {
  transform: none;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: none;
}

#blog .date {
  color: rgba(0,0,0,0.4);
}

#blog hr {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  box-shadow: none;
}

#blog h4 {
  margin-top: 10px;
  font-weight: bolder;
  color: #444;
}

#blog hr:last-child {
  border-bottom-color: transparent;
}

/* live page */

#live form label {
  padding-right: 10px;
  font-weight:400;
  color: #656565;
}
#live select {
  height: 38px;
  font-size: 1em;
  color: #868686;
}

#live #search-live-camera {
  height: 38px;
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 1em;
  border-radius: 4px;
}

.bootstrap-select {
  height: 38px !important;
}

.bootstrap-select button {
  transition: 0.2s;
  color: #888;
  border-color: #d6d6d6;
  transform: none;
  background-color: #FFF;
  box-shadow: none;
}

.bootstrap-select button:hover {
  transition: 0.2s;
  color: #888;
  border-color: #ccc;
  transform: none;
  background-color: #FFF;
  box-shadow: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #4990E2;
}

.bootstrap-select button:focus {
  border-color: #4990E2;
  outline: 0;
  box-shadow: none;
  transition: 0.5s;
}

.bootstrap-select button {
  font-size: 0.8em !important;
  color: #868686 !important;
  height: 38px !important;
  border-radius: 5px !important;
}

.bootstrap-select .dropdown-menu {
  font-size: 12px !important;
  max-width: 500px !important;
}

.bootstrap-select .bs-searchbox input.form-control {
  height: 32px !important;
  font-size: 14px !important;
}

.bootstrap-select ul.dropdown-menu li {
  margin-top: 4px;
  margin-bottom: 4px;
}

.bootstrap-select ul.dropdown-menu li a {
  padding: 6px 6px;
}

#live .path {
  font-weight: 300;
  color: rgba(0,0,0,0.5);
  font-size: 1.1em;
}

#live .path .link {
  padding-left: 5px;
  padding-right: 5px;
  color: rgba(0,0,0,0.5);
}
#live .path .link:hover {
  text-decoration: none;
  color: #4990E2;
}

#live .main-headline {
  font-weight: 400;
  color: #FFF;
  font-size: 3em;
  text-shadow: 0px 0px 20px rgba(0,0,0,1);
  padding-top: 2em;
  text-align: left;
}

#live .navbar #collapseFilter .form-control {
  border-radius: 6px;
}

#live h4 {
  font-weight: 400;
  color: #636363;
}
#live .video_category_header {
  font-weight: 400;
  margin: 0;
  text-align: left;
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #636363;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#live .video_category_header a {
  color: #636363;
}
#live .video_category_header:hover {
  border-bottom: 3px solid rgba(246, 166, 35, 0.6);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#live h5 {
  font-weight: 400;
  color: #333;
}
#live .two-rows-headline {
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
#live a.video-card-small {
  opacity: 0.9;
  padding-top: 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}
#live a.video-card-small:hover {
  opacity: 1;
  background-color: rgba(0,0,0,0.025);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#live a.video-card-small:hover .views-counter {
  color: #404040;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#live a.video-card-small:hover .live-preview > img {
  -webkit-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#live a.video-card-small:hover .live-preview:before {
  text-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@keyframes moving {
  0% {
    transform: rotateY(1500deg);
  }
  50% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(-1500deg);
  }
}

#pulse-icon {
  color: #4990E2;
  font-size: 2em;
  -webkit-animation : moving 20s infinite;
  -moz-animation : moving 20s infinite;
  -o-animation : moving 20s infinite;
  animation : moving 20s infinite;
}

#menu-1:hover  #menu-1-title {
  border-bottom: 3px solid rgba(246, 166, 35, 0.6);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.live-preview > img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

#live .live-preview {
  position: relative;
  border-radius: 5px;
  overflow:hidden;
}
#live .live-preview::before {
  display:none;
}
#live .live-preview svg {
  position: absolute;
  left: calc(50% - 32px);
  color: #FFF;
  z-index: 999;
  vertical-align: inherit;
  font-size: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#live .live-preview::before {
  display:none;
  font: normal normal normal 14px/1 "Font Awesome 5 Brands";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: '\f167';
}

#live .views-counter {
  color: rgba(246, 166, 35, 1);
  font-size: 1.2em;
}
#live .video-card-small .views-counter {
  font-size: 0.9em;
  color: #737373;
}
#live .share {
  font-size: 1.2em;
}

#live .btn-share {
  border-radius: 4px;
  font-size: 14px !important;
  height: 28px;
  padding: 5px 8px 5px 10px;
  line-height: 28px;
  font-weight: bold;
}

#live .btn-share-blue {
  background: #4990E2;
  border: 1px solid #4990E2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
}

#live .btn-share-blue:hover {
  background: #F6A623;
  border: 1px solid #F6A623;
}

#live .table td {
  border-top: none;
}
#live .table th, #live .th {
  font-weight: 300;
  border-top: none;
  color: #636363;
}

#live #editStream input.form-control, #live #editStream textarea {
  font-size: 1rem;
}

#live #editStream textarea {
  resize: none;
}

label.axis_logo {
  flex-basis: 100%;
}

label.axis_logo:after {
  content: "";
  background-image:url('../img/axis_logo.png');
  background-size: 100% 100%;
  display: inline-flex;
  height: calc(94px / 4);
  width: calc(260px / 4);
  position:relative;
  margin-left: auto;
  top:-5px;
}

/* case study pages */

.case-study {
  margin-bottom: 80px;
  font-size: 1.2em;
  font-weight: 300;
}
.case-study .header {
  text-align: center;
}
.case-study h1 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.case-study small {
  font-size: 1.2em;
  color: #4990E2;
  font-weight: 400;
}
.case-study .inner-page {
  padding: 30px 0px;
}
.case-study p {
  text-align: justify;
}
.case-study .table td, .case-study .table th {
  border-top: 0px;
  vertical-align: middle;
}
.case-study .table tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* about us page */

#aboutus h3 {
  font-weight: 300;
}
#aboutus p.text {
  text-align: left;
  font-size: 1.2em;
  padding-left: 0px;
}
/* feature detail page */

#detail-feature {
  padding-bottom: 40px;
}
#detail-feature .card {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-align: center;
  padding: 45px 35px 20px 25px;
  transition: 0.5s;
}
#detail-feature .card i {
  font-size: 48px;
}
#detail-feature .card h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}
#detail-feature .card p {
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: 300;
}
/* all features page */

#all-features {
  padding-bottom: 40px;
}
#all-features .card {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  text-align: center;
  padding: 45px 35px 20px 25px;
  background-color: #FFF;
  transition: 0.5s;
}
#all-features .card:hover {
  transition: 0.5s;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}
#all-features .card i {
  font-size: 32px;
}
#all-features .card h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #636363;
  font-size: 20px;
}
#all-features .card p {
  color: #474747;
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: 300;
}
/* partners page */

#partners {
  margin-bottom: 120px;
}
#partners .card6 {
  border-radius: 4px;
  background-color: #F8F8F8;
  padding: 20px 30px 20px 30px;
  margin-top: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-weight: 300;
}
/* faq page */

#faq {
  margin-bottom: 80px;
}
#faq .card7-container {
  margin-top: -40px;
  padding-top: 40px;
}
#faq .card7 {
  margin-top: 40px;
  border-radius: 4px;
  background-color: #F8F8F8;
  padding: 20px 30px 35px 30px;
  margin-bottom: 40px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-weight: 300;
}
#faq .card7 h3 {
  color: #636363;
}
#faq .card7 a {
  font-weight: 400;
}
#faq .card7 p {
  color: #7B7B7B;
  font-size: 1.1em;
}
#faq #faq-camstreamer, #faq #faq-camoverlay {
  padding: 12px 25px;
}
/* download page */

#camoverlay-download, #camstreamer-download, #camscripter-download, #camswitcher-download {
  padding-top: 100px !important;
}

#download {
  padding-bottom: 40px;
}
#download .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-cameras .col-xs-6, .content-cameras .col-xs-12, .content-cameras .col-sm-6, .content-cameras .col-sm-12 {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* all platforms page */

#all-platforms {
  padding-bottom: 40px;
}
#all-platforms .card10 {
  border-radius: 4px;
  background-color: #FFF;
  padding: 40px;
  font-weight: 300;
}
#all-platforms .card10 i {
  font-size: 32px;
}
#all-platforms .card10 h3 {
  margin-top: 0px;
  padding-top: 0px;
  color: #636363;
  font-size: 22px;
}
#all-platforms .card10 .col-md-1 img {
  text-align: center;
  width: 50%;
  vertical-align: middle;
}
#all-platforms .card10 .platform-text .row {
  overflow: hidden;
  font-size: 1.1em;
  margin-top: 30px;
}
#all-platforms .card10 .platform-text .row b {
  font-weight: 600;
}
#all-platforms .card10 p {
  color: #474747;
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: 300;
}
/* ribbon for discount

.ribbon {
    position: absolute;
    font-weight: 300;
    line-height: 1.5;
    padding: 5px 10px;
    margin: 0;
    top: 10px;
    right: 0;
    font-weight: 400;
    background: #d62523;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 22px;

    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
}

.ribbon:after {
    border-color: #941a18 transparent transparent transparent;
    border-style: solid;
    border-width: 15px 15px 0 0;
    bottom: -15px;
    display: block;
    right: 0;
    z-index: 0;
}

*/

/* modal - spring action */

/* try it step page */

.text-blue {
  color: #4990E2 !important;
}

.text-orange {
  color: #F6A623 !important;
}
#try-it-steps ul {
  margin: 20px 60px;
  text-align: center;
}
#try-it-steps ul li {
  display: inline-block;
  height: 80px;
  line-height: 79px;
  width: 23%;
  color: #FFF;
  text-indent: 50px;
  position: relative;
}
#try-it-steps ul li:before {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  left: -2px;
  border-style: solid;
  border-width: 40px 0 40px 40px;
  border-color: transparent transparent transparent #FFF;
  z-index: 0;
}
#try-it-steps ul li:first-child {
  text-indent: 2%;
}
#try-it-steps ul li:last-child {
  text-indent: 15%;
}
#try-it-steps ul li:first-child:before {
  border-color: transparent;
}
#try-it-steps ul li:last-child a:after {
  border-color: transparent;
}
#try-it-steps ul li a:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  right: -40px;
  border-style: solid;
  border-width: 40px 0 40px 40px;
  border-color: transparent transparent transparent #4990E2;
  z-index: 10;
}
.number {
  font-size: 18px;
  border-radius: 50%;
  border: 2px solid #FFF;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  margin-right: 10px;
}
#try-it-steps ul li.active a {
  background: #F6A623;
  z-index: 100;
  transition: none;
}
#try-it-steps ul li.active:last-child a:after {
  border-color: transparent;
}
#try-it-steps ul li.active a:after {
  border-left-color: #F6A623;
  transition: none;
}
#try-it-steps ul li a {
  display: block;
  transition: none;
  color: #FFF;
  background: #4990E2;
}
#try-it-steps ul li a:hover {
  background: #F6A623;
  transition: none;
}
#try-it-steps ul li:last-child a:hover:after {
  border-color: transparent;
}
#try-it-steps ul li a:hover:after {
  border-color: transparent transparent transparent #F6A623;
  transition: none;
}
/* upgrade cs page */

#upgrade-cs {
  padding-bottom: 60px;
}
#upgrade-cs .number {
  width: 100%;
  margin: 0 auto;
  float: left;
  font-size: 3em;
  color: #4990E2;
}
#imageModal .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
#imageModal .modal-content {
  margin: auto;
  display: block;
}
#imageModal #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#imageModal .modal-content, #imageModal #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }
  to {
    -webkit-transform: scale(1)
  }
}
@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}
#imageModal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
#imageModal .close:hover,
#imageModal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #imageModal .modal-content {
    width: 100%;
  }
}
/* downloadApp page */

#search-button-package {
  font-size: 1.4em;
  color: #000;
  opacity: 0.4;
  position: absolute;
  top: 10px; right: 30px;
}
/* responsive */

@media (max-width: 1140px) {

  #try-it-steps ul li {
    width: 230px;
  }

}
@media (max-width: 1090px) {

  #try-it-steps ul li {
    width: 40%;
  }

}

@media (max-width: 991px){

  #live .row {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media (max-width: 850px) {

  #try-it-steps ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #try-it-steps ul li:before {
    border: none;
  }
  #try-it-steps ul li a:after {
    border: none;
  }
  #try-it-steps ul li:first-child:before {
    border: none;
  }
  #try-it-steps ul li:last-child a:after {
    border: none;
  }
  #try-it-steps ul li {
    text-indent: 20% !important;
    width: 50px;
    line-height: 50px;
  }
  #try-it-steps .number {
    border: none;
  }
  #try-it-steps ul li a {
    border-radius: 50%;
  }
  #try-it-steps ul li a span:nth-child(2) {
    display: none;
  }
}

@media (min-width: 1300px) {
  .navbar-expand-custom {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-basis: auto;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1299px) {

  #menu-tryit, .search-open {
    float: none;
    border-color: #555 !important;
    color: #555 !important;
  }

  #menu-tryit:hover, .search-open:hover {
    color: #FFF !important;
    background-color: #555 !important;
  }

  /* main menu for tablet */
  .web-menu, .web-menu-search {
    text-align: center;
    margin-top: 0px !important;
    padding: 5px 10px 20px 10px;
    font-size: 1.4rem;
    background-color: rgba(255, 255, 255, 0.95);
  }

  .navigation {
    height: auto;
  }

  .video-menu li a, .web-menu li a {
    color: #666 !important;
    text-shadow: none;
  }

  .video-menu ul li.nav-item > a.nav-link, .video-menu .dropdown-menu a.nav-link {
    color: #666 !important;
    text-shadow: none;
  }

  #menu-product > .dropdown-menu, #menu-resources > .dropdown-menu, #menu-support > .dropdown-menu, #menu-pricing > .dropdown-menu, #menu-solution > .dropdown-menu {
    font-size: 0.8em !important;
    margin-top: 10px;
    border-radius: 0px;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    box-shadow: none;
    left: 0px;
  }

  #menu-support .dropdown-menu a, #menu-product .dropdown-menu a, #menu-pricing .dropdown-menu a, #menu-resources > .dropdown-menu a, #menu-solution > .dropdown-menu a {
    text-align: center;
  }

  .video-menu .web-menu li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: center;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    margin-right: 5px;
  }
}

@media (max-width: 768px) {

  label.axis_logo {
    flex-basis: 100%;
  }
  label.axis_logo:after {
    top: 5px;
    left: 20px;
  }

  .axis_logo_footer {
    margin-top: 0px;
  }

  #vmap {
    display: none !important;
  }
  iframe {
    height: 250px;
  }

  #product {
    background-image: none;
  }
  #product .camoverlay {
    padding-top: 50px;
  }
  #download_app_list .content-cameras {
    background-color: rgba(0, 0, 0, 0.6);
  }
  #old_list .content-cameras {
    background-color: rgba(0, 0, 0, 0.02);
  }
  #pricing .card p {
    padding-left: 10px;
  }
  #img-gren {
    max-width: 200px;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  #home .text-intro h2 {
    font-size: 0.6em;
  }
  #home .text-intro h1 {
    font-size: 1.2em;
  }
  #home {
    height: auto;
    padding-bottom: 50px !important;
  }
  #all-platforms .platform-list .platform {
    margin-left: 20px;
  }
  #live #home2 .navbar #collapseFilter {
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px;
  }
  #live #home2 .navbar {
    background-color: transparent !important;
    padding-bottom: 1em;
  }
  #home2 #video-background {
    display: block;
  }
  #home #image-background {
    background-size: 80% auto, cover;
    background-position: right 45%, center center;
  }
  #home .description {
    width: 100%;
  }
  .video .modal-dialog {
    margin-top: 50%;
    width: 95%;
    max-width: 95%;
  }
  #home .inner-page {
    padding-top: 40px;
  }
  #home h1 {
    font-size: 28px;
  }
  h1 {
    font-size: 26px;
  }

  .inner-page {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mobile-scroll {
    height: 80vh !important;
    overflow-y: scroll;
  }

  #blog, #live, #download, #pricing-hw, #upgrade-cs, #partners, #faq, #release-notes, #api, #all-features, #travel-business, #all-platforms, #partners, #detail-feature, #camstreamer-about, #aboutus, #references {
    margin-top: 111px;
  }


  #searchBox {
    color: #000;
  }

  #searchBox-li {
    width: 100%;
  }

  #searchBox::placeholder {
    color: #000 !important;
  }

  .web-menu-search {
    display: none;
  }

  #searchBox-li {
    width: 100% !important;
  }

  #feature-list ul {
    padding-left: 6em;
  }
  #platforms .platform-list .platform {
    white-space: nowrap;
    margin-left: 0px;
    margin-right: 20px;
  }
  .img-fluid, .thumbnail a > img, .thumbnail > img {
    width: 100%;
  }
  #all-platforms .card .col-md-1 img {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 20%;
  }
  #all-platforms .card h3 {
    text-align: center;
  }
  #support, #platforms {
    background-size: 300%;
    background-position: top 50px center;
  }
  #pricing .card {
    padding: 30px 20px;
  }
  #contact .form .form-group {
    padding: 10px 15px;
  }
  #contact .form .btn {
    margin-top: 0px;
  }
  .form .form-group select.form-control {
    padding: 10px 0px;
  }
  .form .btn-section {
    text-align: center;
  }
  .partner-form {
    flex-flow: column wrap;
    align-items: unset;
  }
  .partner-form input, .partner-form select, .partner-form label {
    width: 100%;
  }
.navigation .container-fluid {
padding-left: 0;
padding-right: 0;
}
footer .section {
float: left;
}

footer .socials {
text-align: left;
}

.axis_logo_footer_link {
text-align: center;
padding-right: 0px;
}

.axis_logo_footer_link a {
margin-left: 0px !important;
}
#newsletter {
display: none;
}
.maps {
display: none;
}
#aboutus .maps {
display: block;
}

}

@media (max-width: 575px) {
#home #image-background {
background-position: right 46%, center center;
background-size: 400px auto, cover;
}
#home .inner-page {
padding-bottom: 230px;
}
}