@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	color: #CCCCCC;
}

.navbar-default {
    background-color: #1E2B33;
    border-color: none;
	min-height: 90px;
	margin-bottom: 0px;
	border-radius: 0px;
}
.navbar-right {
	padding-top: 0px;
	padding-bottom: 20px;	
}
.navbar .nav > li > a,
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a {
	/** font-family: 'Open Sans', sans-serif; **/ /** Uses Google Fonts **/
	/** font-size: 1.1em; **/
	/** font-weight: bold; **/
	/** text-transform: uppercase; **/
	color: #DDDDDD;
}
.navbar a:hover {color: #316EAD !important;}


@media (min-width: 992px) {
  .navbar-nav {
    /** width: 100%; **/
    /** text-align: right; **/
  }
  .navbar-nav > li {
    /** float: none; **/
    /** display: inline-block; **/
  }
  .navbar-nav > li.navbar-right {
    /** float: right !important; **/
  }
}
@media (max-width: 991px) {
.navbar-nav {
  /** margin-top: 15px; **/
  /** margin-bottom: 15px; **/
  /** text-align: left; **/
  /** margin-left: auto; **/
  /** margin-right: auto; **/
} 
  .navbar-nav > li.navbar-right {
    /** float: left !important; **/
  }
}
.navbar {border: none; background: none; color: red !important;}



a {
    color: #31a5de;
}
a:hover, a:focus {
    color: #3184ef;
}
.btn-primary {
    /** color: #FFF; **/
    background-color: #0033FE !important; /** Braven Security's blue **/
	/** border-color: #063C24; **/
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #8EA5FF !important;
	color: #001362 !important;	
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
 	/** color: #fff; **/
	/** background-color: #063C24; **/

}
.btn, .btn-default {
    background-color: #3184ef !important;
	/** border-color: #063C24; **/
	color: #ffffff;
}
.btn:hover, .btn-default:hover {
    background-color: #31a5de !important;
	border-color: #d8d8d8;
	color: #d8d8d8;
}


h1 {
	font-size: 1.9em;
	font-weight: 700;
	margin-bottom: 1.6em;
	line-height: 1.6em;
	color: #31a5de;
}
h2 {
	font-size: 1.4em;
	font-weight: 700;
	margin-top: 3em;
	margin-bottom: 1.6em;
	line-height: 1.6em;
	color: #31a5de;
}
h3 {
	font-size: 1.3em;
	font-weight: 700;
	margin-top: 3em;
	margin-bottom: 1.6em;
	line-height: 1.6em;
	color: #31a5de;
}
h4 {
	font-size: 1.15em;
	font-weight: 700;
	margin-top: 3em;
	margin-bottom: 1.6em;
	line-height: 1.6em;
	color: #31a5de;
}
p {
	font-size: 1.1em;
	line-height: 2em;
}

p.contact_third {
	display:block;
	width:30%;
	float:left;
	margin:0 3% 0 0;
}
p.contact_textarea {
	display:block;
	float:left;
	width:96%;
}

.underline-grey-strong {
	border-top: medium solid #9B9B9B;
	width: 80px;
	margin-top: 0px;
	padding-bottom: 3em;
}
.underline-grey {
	border-top: thin solid #CCCCCC;
	width: 80px;
	margin-top: 1em;
	margin-bottom: 1.9em;
}


/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity 1.5s; /*adjust timing here */
         -moz-transition: opacity 1.5s;
           -o-transition: opacity 1.5s;
              transition: opacity 1.5s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

/** Move the carousel dots up**/
.carousel-indicators{
   /** bottom: 20%; **/
}



.introduction {
   color: #eeeeee;
   padding: 40px;
}

.what-we-do-block {
   color: #eeeeee;
   padding: 30px;
}

.two-columns{
   -webkit-column-gap: 80px;
   -moz-column-gap: 80px;
   column-gap: 80px;
   -webkit-column-count: 2;
   -moz-column-count: 2;
   column-count: 2;
}

.left-column{
	float: left;
	width: 42%;
}
.right-column{
	float:left;
	width: 42%;
}

.borderless td, .borderless th {
    border: none !important;
}

.background-logo {
	background-image: url(../images/BravenSecurityBackground.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.back-to-top {
   background: none;
   margin: 0;
   position: fixed;
   bottom: 0;
   right: 0;
   width: 50px;
   height: 90px;
   z-index: 100;
   display: none;
   text-decoration: none;
   color: #ffffff;
   background-color: rgba(30, 43, 51, 0.4);
}
.back-to-top i {
  font-size: 40px;
  padding-left: 8px;
  padding-top: 6px;
}
.back-to-top-text {
  color: red !important;
  font-size: 0.5em !important;
  text-align: center;
  line-height: 1em;
  padding-top: 0px;
  margin-top: 0px;
  font-family: "Open-Sans", arial, sans-serif;
}

.content-block {
   padding-top: 70px;
   padding-bottom: 90px;
}

.bullet {
   line-height: 2em;
   margin-bottom: 9px;
   font-size: 16.8px;
   list-style-type: none;
}
.bullet:before {    
   font-family: 'FontAwesome';
   content: '\f05b';
   margin:0 12px 0 -25px;
   color: #3184ef;
}
.footer-box {
   padding-top: 20px;
   font-size: 0.85em;
   color: #EEEEEE;
   background-color: #1E2B33;
   min-height: 70px;
}

@media (min-width: 1200px) {
  .delivered-by {
    text-align: right;
  }
}