body {
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Museo', serif;
  color:#000131;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.6em;
}

p {
  font-family: 'Lato', sans-serif;
  color:#000131;
}

.no-padding{
  padding: 0px !important;
}

/**************************/
/*    navigation links    */
/**************************/

.nav-link{
  color: #fff !important;
  display: inline;
}

.nav-link:hover {
  color: #0cc !important;
}

.top-text {
  display: inline;
  font-size: 0.7em;
}

.top-text a {
  text-decoration: none;
  color: #fff; 
}

.top-text a:hover {
  text-decoration: none;
  color: #0cc; 
}

.find-out-more {
  color: #fff;
}

.find-out-more:hover {
  color:#0cc !important;
}

.get-in-touch {
  height: 40px; 
  padding: 25px; 
  background-color:#eca90f; 
  color:#000131;
  list-style-type: none;
  display: inline;
  font-size: 0.7em;
  font-weight: bold;
}

.get-in-touch a {
  text-decoration: none;
  color:#000131; 
}

.get-in-touch:hover {
  text-decoration: none;
  color:#000131;
  background-color: #0cc;
}

.nav-item {
  font-size: 0.7em;
}

.nav-item:not(:last-child):after {
  content: "  |  ";
  color:#0cc;
  margin-left: 6px;
  margin-right: 6px;
}


/***********************/
/*    button styles    */
/***********************/

.btn-orange {
  color:#000131; 
  background-color:#eca90f;
  padding-left: 2em;
  padding-right: 2em;
  font-family: 'Museo', serif;
  font-weight: 700;
}

.btn-orange:hover {
  color: #000131;
  background-color: #0cc;
}

.btn-return {
  color:#eca90f; 
  padding-left: 0;
  padding-right: 2em;
  font-family: 'Museo', serif;
  font-weight: 700;
}

.btn-return:hover {
  color: #000131;
  
}


.btn-blue {
  color:#000131; 
  background-color:#0cc;
  padding-left: 2em;
  padding-right: 2em;
  font-family: 'Museo', serif;
  font-weight: 700;
}

.btn-blue:hover {
  color: #000131;
  background-color: #0cc;
}


/****************************/
/*    footer link styles    */
/****************************/

ul.footer-links{
  display: inline-flex; 
  list-style-type: none;
  font-size: 0.7em;
  
}

ul.footer-links > li{
  padding-right: 2.8em;
}

ul.footer-links > li > a{
  color: #fff;
  text-decoration: none;
  
}

ul.footer-links > li > a:hover{
  color: #0cc;
  text-decoration: none;
}



/*****************************/
/*    contact form styles    */
/*****************************/

input::placeholder {
  color: #001B41 !important;
}

textarea::placeholder {
  color: #001B41 !important;
}

label {
  color:#001B41 !important;
}

option {
  color: #001B41;
}



/****************************/
/*    header text styles    */
/****************************/

.header-text {
  text-align: left; 
  font-size: 4.4em !important; 
  line-height: 120%; 
  margin-left: 7%;
}

.header-text-line-1 {
  margin-left: 0px;
}

.header-text-line-2 {
  margin-left: 50px;
}

.header-text-line-3 {
  margin-left: 100px;
}


/**************************/
/*    specialise boxes    */
/**************************/

.cameras-div, .lighting-div, .connect-div, .compliance-div {
  /*visibility: hidden;*/
  display: block;
}

.cameras:hover {
  border-bottom: #0cc solid 8px !important;
}

.cameras:hover + .cameras-div {
  /*visibility: visible;*/
  display: block;
}

.lighting:hover {
  border-bottom: #0cc solid 8px !important;
}

.lighting:hover + .lighting-div {
  /*visibility: visible;*/
  display: block;
}

.connect:hover {
  border-bottom: #0cc solid 8px !important;
}

.connect:hover + .connect-div {
  /*visibility: visible;*/
  display: block;
}

.compliance:hover {
  border-bottom: #0cc solid 8px !important;
}

.compliance:hover + .compliance-div {
  /*visibility: visible;*/
  display: block;
}

.fleet-bullets {
  /*list-style-image: url('img/ff-bullet.png');*/
  list-style-type: none;
}

ul.fleet-bullets li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #eca90f; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

ul.fleet-bullets li:hover:before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0cc; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


/***************************/
/*    view all news box    */
/***************************/

.rotated-left {

  display: block;
  transform: rotate(-90deg);

  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}



.view-all-news{
  margin: -50px;
}


#toggle {
  /*display: none;*/
  /*width: 15%;*/
}



.features-text {
  font-size: 1em;
  line-height: 1.4em;
}



/****************/
/*    footer    */
/****************/

.footer-logo-div {
  border-right: 1px solid #0cc;
}

.footer-logo:after {
  content: "  |  ";
  color:#0cc;
  margin-left: 6px;
  margin-right: 6px;
}




/*****************/
/*    top bar    */
/*****************/

#top-bar {
  overflow: hidden;
  /*height: 50px; */
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.sticky + .content {
  padding-top: 50px;
}

.about-row{
  /*max-height: 500px;*/
  max-height: 100%;
}


/*********************/
/*    footer icon    */
/*********************/

.footer-icon {
  color: #fff;
  text-decoration: none;
}

.footer-icon:hover {
  color: #0cc;
}


/***************************/
/*    additional styles    */
/***************************/

#fade-in {
  transition: all .75s ease;
}

#fade-in.show {
  width: 1000px;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,1,49);
  background-color: rgba(0,1,49, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-family: "Museo", serif;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.footer-content {
  display: flex;
  justify-content: center;
}

.nav-top {
  margin-left: 55px;
}

.top-left {
  padding-top: 12px;
}

.top-right {
  padding-top: 20px;
}

.top-middle {
  padding-top: 20px; 
  text-align:right; 
  padding-right: 0px;
}

.right-text {
  padding-right: 4em;
  margin-top: 5px;
}


/************************************/
/*    responsive / mobile styles    */
/************************************/

@media only screen and (max-width: 992px) {
  
  #toggle {
    display: flex;
  }
  
  .header-text {
    text-align: left; 
    font-size: 2.5em !important; 
    line-height: 120%; 
    margin-left: 12%;
  }

  .header-text-line-1, .header-text-line-2, .header-text-line-3 {
    margin-left: 0px;
  }

  .rotated-left {
    display: inline;
    transform: none;
  
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: none;
    /* Firefox */
    -moz-transform: none;
    /* IE */
    -ms-transform: none;
    /* Opera */
    -o-transform: none;
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }

  .about-row {
    max-height: initial;
  }

  .view-all-news {
    padding-top: 30px;
    height: 100px;
    margin: initial;
  }

  .carousel-control-prev {
    margin-top: 450px;
    margin-left: 25%;
  }

  .carousel-control-next {
    margin-top: 450px;
    margin-right: 25%;
  }

  .top-text{
    display: block;
    color: #fff;
  }

  .top-text a{
    color: #fff;
    text-decoration: none;
    line-height: 1.5em;
  }

  .top-text-left {
    padding-top: 10px;
    padding-left: 10px;
  }

  .top-text-right {
    padding-top: 10px;
    padding-right: 10px;
  }


  .top-right {
    padding-top: 12px !important;
    display: flex;
    justify-content: flex-end;

  }

  .right-text {
    margin-top: 0px;
  }

  .get-in-touch {
    /*padding: 8px;*/
    padding: 0px;
    padding-right: 10px;
    display: block;
    height: 100%;
    background-color: initial;
    /*padding-top: 10px !important;*/
    text-align: right;
  }

  .get-in-touch a{
    color: #fff;
  }

  .get-in-touch:hover {
    text-decoration: none; 
    background: none;
    color: #0cc !important;
  }

  .cameras-div, .lighting-div, .connect-div, .compliance-div {
    /*visibility: hidden;*/
    display: none;
  }

  .footer-content {
    display: block;
    justify-content: none;
  }


  ul.footer-links{
    text-align: center;
    display: block; 
    list-style-type: none;
    font-size: 1em;
    padding-left: 40px;
    padding-top: 2em;
  }

  .features-text {
    font-size: 1em;
  }  

  .footer-logo-div {
    border-right: 0px solid #0cc;
    padding-bottom: 2em;
  }

  .footer-text {
    margin-left: 0px !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-middle {
    padding-top: 10px !important;
    display: flex;
    justify-content: center;
  }

  
  

}

@media only screen and (max-width: 1200px) {

  .top-middle {
    padding-top: 5px !important;
  } 

  .top-text {
    line-height: 30px;
  }

  .nav-top {
    padding-top: 30px !important;
    /*margin-left: 18px;*/
    margin-left: 55px;
  }

  .top-left {
    padding-top: 12px;
  }

  .top-right {
    padding-top: 20px !important;
    text-align: right;
  }

  .top-text-right{
    display: block;
    margin-top: 0px;
  }

  .top-text-right-2 {
    display: block;
  }

  .get-in-touch {
    /*text-align: center;*/
    text-align: right;
    /*padding: 2px;*/
    padding: 0px;
    background-color: initial;
    /*padding: 5px;*/
    /*display: block;*/
    height: initial;
    color: #fff;
    margin-top: 5px;
  }

  .get-in-touch a{
    color: #fff;
  }

  .get-in-touch:hover {
    text-decoration: none; 
    background: none;
    color: #0cc !important;
  }

  .right-text {
    /*padding-right: 10px;*/
    padding-right: 0px;
  }


}



