* {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #333;
}

@font-face {
  font-family: "Services Font";
  src: url("../fonts/personal-security.eot");
  src: url("../fonts/personal-security.eot?#iefix") format("embedded-opentype"),
       url("../fonts/personal-security.woff") format("woff"),
       url("../fonts/personal-security.ttf") format("truetype"),
       url("../fonts/personal-security.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Services Font";
    src: url("../fonts/personal-security.svg#Flaticon") format("svg");
  }
}

.flaticon-social:before { 
  content: "\f100";
  font-family: "Services Font"!important;
}

h1{
  font-size: 48px !important;
  font-weight: 900 !important;
  color: #fff !important;
  margin: 0px !important;
}

h2, .col-services h3{
  font-size: 21px !important;
  font-weight: 700 !important;
  color: #fb0a00 !important;
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}

/*** GENERAL ***/
.color-white{
  color: #fff;
}

.stretch{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.btn-red {
  border-radius: 0 !important;
  color: #fff;
  background-color: #fb0a00;
}

.btn:hover{
  color: #fff !important;
  background-color: #bb0902 !important;
}

.relative{
  position: relative !important;
}

.fa{
  margin-right: 5px;
}

.back-to-top {
  padding: 5px 0;
  display: none;
  width: 40px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 40px;
  background-color: rgba(150,150,150,.8);
  font-size: 20px;
  text-align: center;
}

.back-to-top span{
  color: #666;
}

.back-to-top:hover span{
  color: #fb0a00 !important;
}

.navbar-default .navbar-nav>li>a,
.footer-copyright p>a,
.btn-red{
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}


/*** HEADER ***/
.navbar-default{
  background-color: #000 !important;
  border-radius: 0 !important;
  border: none !important;
  height: 85px;
  top: 0;
  z-index: 999;
  width: 100%;
  background-image: none !important;
  margin-bottom: 0px !important;
}

.navbar-default .navbar-nav>li>a{
  font-family: 'Lato', sans-serif;
  font-weight: 400 !important;
  color: #fff !important;
  font-size: 16px !important;
}

.navbar-default .navbar-nav .active{
  font-weight: 700 !important;
  color: #fb0a00 !important;
}

.navbar-collapse>ul>li>a:hover{
  color: #fb0a00 !important;
}

.navbar-collapse>ul>li:last-child>a:hover{
  color: #fff !important;
}

.header-logo{
  padding: 8px 30px !important;
  height: 85px !important;
  background-color: #000;
}

.header-logo img{
  width: auto;
  height: 100%;
}

.navbar-right{
  height: 85px;
  z-index: 999;
}

.navbar-right li{
  padding: 17.5px 0px;
}

.open> .dropdown-toggle{
  background-color: #000 !important;
}

.navbar-default .navbar-nav>li.open>a.dropdown-toggle{
  color: #fb0a00 !important;
}

.dropdown-menu{
  background-color: #000 !important;
  border: 0px solid #000 !important;
  border-radius: 0 !important;
}

.dropdown-menu>li{
  padding: 5px 0 !important;
}

.dropdown-menu>li>a{
  color: #fff !important;
}

.dropdown-menu>li>a:hover{
  color: #fb0a00 !important;
  background-color: #111111 !important;
}

/*** FOOTER ***/
.app-footer{
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-exp{
  color: #fff;
  font-size: 12px !important;
  margin: 5px;
  margin-top: 8px;
}

.footer-text{
  color: #fff;
  font-size: 12px !important;
}

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

.footer-logo img{
  height: auto;
}

.footer-title{
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px !important;
}

.footer-copyright{
  text-align: center;
  padding: 12px;
  background-color: #0c0c0c;
  margin-top: 10px;
}

.footer-copyright p{
  margin-bottom: 0px !important;
  font-size: 11px;
  color: #fff !important;
}

footer .copy {
  margin-top: 15px;
}

footer .copy p>a{
  font-size: 11px;
  color: #fff;
}

footer .copy p>a:hover{
  color: #fb0a00 !important;
  text-decoration: none;
}

/*** HOME ***/
/** general **/
.home-section{
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-section h2{
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #fb0a00 !important;
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

/** banner **/
.home-banner{
  background-image: url('../images/slider.jpg');
  background-size: cover;
  background-position: center;
  height: 370px;
}

.home-banner-box{
  display: table;
  width: 100%;
  height: 370px;
  left: 50%;
  transform: translate(-50%, 0%);
  position: absolute;
  z-index: 10;
  background-color: rgba(16,16,16,0.7);
}

.home-banner-title{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/** welcome **/
.welcome-back{
  background-color: #e4e4e4;
  height: 190px;
}

.welcome-content-section{
  display: table;
  height: 190px;
  width: 100%;
}

.welcome-content{
  display: table-cell;
  vertical-align: middle;
}

.welcome-image{
  height: 190px;
  background-image: url('../images/welcome-image.jpg');
  background-size: cover;
  background-position: center;
}

/** services **/
.services-row{
  margin-bottom: 20px;
}

.col-services{
  padding-right: 15px;
  padding-bottom: 35px;
  padding-left: 15px;
  text-align: center;
  float: left;
  position: relative;
}

.col-services a{
  position: absolute;
  right: 50%;
  transform: translate(50%, 0%);
  bottom: 0;
}

/*** ABOUT US ***/
.about-banner{
  background-image: url('../images/about-banner.jpg');
  background-size: cover;
  background-position: right;
  height: 300px;
}

.banner-box{
  display: table;
  width: 90%;
  height: 300px;
  position: absolute;
  z-index: 10;
}

.banner-title{
  display: table-cell;
  vertical-align: middle;
}

.about-content{
  height: 530px;
}

.about-images{
  height: inherit !important;
  padding-left: 0px !important;
}

.about-image-1{
  background-image: url('../images/security-about.jpg');
  background-size: cover;
  background-position: left;
  -webkit-filter: brightness(67%); /* Chrome, Safari, Opera */
  filter: brightness(67%);
  height: 100%;
}

.about-content-section{
  display: table;
  width: 100%;
  height: 100%;
}

.about-content-text{
  display: table-cell;
  vertical-align: middle;
}

.about-content-text a{
  color: #fb0a00;
}

.about-content-text a:hover{
  color: #fb0a00;
  cursor: pointer;
}

/*** SERVICES ***/
.services-banner{
  background-image: url('../images/services-banner.jpg');
  background-size: cover;
  background-position: center;
  height: 300px;
}

.services-content{
  min-height: 300px;
  display: table-cell;
  vertical-align: middle;
}

.services-content-section{
  display: table;
  width: 100%;
}

.services-content-text{
  padding-top: 0;
  padding-bottom: 15px;
}

#service-image{
  padding-left: 0px !important;
}

#service-image>div{
  background-size: cover;
  background-position: left;
  height: inherit;
  -webkit-filter: brightness(81%) grayscale(88%); /* Chrome, Safari, Opera */
  filter: brightness(81%) grayscale(88%);
}

/*** CONTACT ***/
.contact-banner{
  background-image: url('../images/contact-banner.jpg');
  background-size: cover;
  background-position: right;
  height: 300px;
}

.contact-section{
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-info-box{
  position: absolute !important;
  right: 0;
}

.contact-info{
  padding: 0;
  list-style: none;
}

.contact-info li {
  margin-bottom: 15px;
  text-align: left;
}

.contact-info i {
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  width: 40px;
  font-size: 25px;
  text-align: center;
  color: #fb0a00;
}

.contact-info a {
  color: #333;
}

.contact-info a:hover{
  text-decoration: none;
  color: #333;
}

.required:after{
  content: '*';
  color: #fb0a00;
}

.form-box{
  text-align: left;
}

.form-box .form-group {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.booking-box form label {
  margin-bottom: 0;
  color: #fff;
}

.form-box input,
.form-box select,
.form-box button,
.form-box .input-group-addon {
  border-radius: 0;
  height: 36px;
  font-size: 16px;
  font-weight: 400;
}

.form-box textarea {
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  resize: none;
}

.map-section{
  width: 100%;
  height: 400px;
  position: relative;
}

#map{
  width: inherit;
  height: inherit;
}

.map-section>.btn-red{
  position: absolute;
  bottom: 30px;
  z-index: 10;
  left: 50%;
  transform: translate(-50%,0%);
}

/* MEDIUM */
@media (min-width: 992px){
  .col-services{
    width: 33%;
	margin-bottom: 30px;
  }
  .footer-contact{
    padding-left:0px !important;
  }
}

/* SMALL */
@media (min-width: 768px) and (max-width: 991px){
  * {
    font-size: 14px;
  }
  .home-section h2{
    font-size: 30px !important;
  }
  
  /*** HEADER ***/
  .navbar-default .navbar-nav>li>a{
    font-size: 14px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
  }
  
  .header-logo{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  /*** FOOTER ***/
  .footer-info{
    padding-top: 85px;
  }
  
  /*** HOME ***/
  .col-services{
    width: 33.3333333333%;
	padding-top: 15px;
	padding-bottom: 40px;
  }
  .clearfix-sm:after,
  .clearfix-sm:before{
    display: table;
    content: " ";
  }
  .clearfix-sm:after{
    clear: both;
  }
  .welcome-back{
    height: 260px;
  }

  .welcome-content-section{
    height: 240px;
  }
  
  /*** SERVICES ***/
  .bg-center-sm{
    background-position: center !important;
  }
}

/* EXTRA SMALL */
@media (max-width: 767px){
  * {
    font-size: 14px;
  }
  h1{
    font-size: 40px !important;
  }
  .home-section h2{
    font-size: 30px !important;
  }
  /*** HEADER ***/
  .header-logo {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .navbar-collapse {
    margin-top: 85px;
  }
  .icon-bar {
    background-color: #fb0a00 !important;
  }
  .navbar-default .navbar-collapse>ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-default .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .navbar-right{
    height: auto;
	background-color: #000;
  }
  .navbar-right li{
    padding: 3px 0px;
  }
  .navbar-toggle{
    margin-top: 27px !important;
  }
  
  /*** FOOTER ***/
  .footer-exp{
    margin: 8px 0px;
  }

  .footer-logo img{
    width: 200px;
    height: auto;
  }
  
  footer .copy {
    text-align: left;
  }
  
  /*** HOME ***/
  .welcome-back{
    height: auto;
  }
  .welcome-content-section{
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .col-services{
    width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
  }
  .col-services a{
    position: relative;
	right: 0;
	transform: translate(0%, 0%);
  }
  .home-banner, .home-banner-box{
    height: 300px;
  }
  
  /*** ABOUT ***/
  .about-content{
    height: auto;
	padding-top: 20px;
  }
  .about-images{
    height: 200px !important;
    padding-right: 0px !important;
  }
  .about-content-section{
    padding-bottom: 15px;
  }
  .about-image-1, .about-image-2{
    height: 100%;
  }
  .about-banner, .services-banner, .contact-banner, .banner-box{
    height: 270px;
  }
  
  /*** SERVICES ***/
  .services-content-text{
    padding-top: 20px;
    padding-bottom: 15px;
  }
  #service-image{
    padding-right: 0px !important;
  }
  
  /*** CONTACT ***/
  .contact-info-box{
    position: relative !important;
  }
  .map-section{
    height: 300px;
  }
}

.font-14 { font-size: 14px; }
.spacing-13 { line-height: 1.3; }