/*
Theme Name: Excaliber Security Services Ltd
Theme URL: Excaliber Security Services Ltd
Description: Excaliber Security Services Ltd
Author: Unitel Direct
Author URL: http://www.uniteldirect.co.uk/
*/

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
	
}

body {
    font-family: 'montserrat', sans-serif !important;
	overflow-x: hidden;
}

#top-bar {
    background-color:#111;
    border-top: 3px solid #aa8d01;
	padding-top: 5px;
    
}

#top-bar p {
    margin:0 !important;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1pt;
    text-transform: uppercase;
}

#top-bar a {
    display: inline-block;
    height:30px;
    width:30px;
    padding-top:6px;
    text-align: center;
    background-color:#aa8d01;
    color:#FFF !important;
    margin: 0 auto;
    margin-top: 3px !important;
    font-size: 12px !important;
}

#top-bar a:hover {
    background-color:#000 !important;
    color:#fff !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

#header {
    background-color: #000 !important;
    padding-top:25px;
    padding-bottom: 25px;
    border-bottom: 3px solid #aa8d01;
}

#header h1 {
    color:#FFF;
    font-weight:800;
    font-size:48px;
}

#header p {
    font-weight:600;
    color:#FFF;
}

.top-contact {
    text-align: center;
    color:#FFF;
    padding-top:10px;
}

.top-contact p {
    font-weight:600;
    font-size:13px;
    padding-bottom:10px;
}

nav {
    margin-top:30px;
    background-color: transparent !important;
    border:none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

nav a {
    color:#FFF !important;
    font-weight:700;
}

nav a:hover {
    background-color: #aa8d01 !important;
    color:#fff !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav a.current {
    background-color: #aa8d01 !important;
    color:#fff !important;
}

.navbar-toggle {
    background-color:transparent !important;
    border: none !important;
}

.navbar-toggle .icon-bar {
    background-color: #aa8d01 !important;
    width:50px !important;
    height:4px !important;
    margin-bottom: 7px !important;
}

.camera_wrap {
    border-bottom: 3px solid #aa8d01;
    margin-bottom: 0px !important;
}

.camera_caption h3 {
    font-size: 22px;
}

.camera_caption {
    width:30% !important;
    background-color: #000 !important; /* caption BG color */
    left: 12% !important;
    padding:10px !important;
    bottom:8% !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

.camera_caption > div {
    background-color:transparent !important;
}

.camera_pag_ul li {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center !important;
    cursor: pointer;
    border-radius: 50% !important;
    background: #414869 !important; /* color of slider dots */
    -webkit-transition: 0.3s all ease !important;
    transition: 0.3s all ease !important;
}

.camera_pag_ul span {
    display: none !important;
    visibility: hidden !important;
}

.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
    background: #AA8D01 !important; /* Color of active dot */
}

.camera_pag {
    position: absolute;
    bottom: 3% !important;
    z-index: 10 !important;
    right: 21.5% !important;
}

.slider-link a {
	color: #AA8D01;
}

.slider-link a:hover {
	text-decoration: underline;
	color: #AA8D01;
}

#top-panels {
	margin-top: 80px;
}

.top-panel a {
	color: #000 !important;
}

.top-panel img {
	height: 300px !important;
	width: 555px !important;
}

@media (max-width:767px) {
    .camera_caption {
        display: none !important;
        visibility: hidden !important;
    }
    .camera_pag {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    nav {
        float: right !important;
    }
}

@media (max-width: 991px) {
    header {
        text-align: center !important;
    }
}

#main {
    padding-top:50px;
    padding-bottom:50px;
	

}

#main h1 {
    margin-bottom: 25px !important;
    color:#111;
    font-weight: 400;
    letter-spacing: 1pt;
    font-size: 25px;
    text-transform: uppercase;
}

#main h1 strong {
    color: #aa8d01;
}

#main h2 {
    color:#aa8d01;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

#main p {
    font-weight:400;
    line-height:1.8em;
    color: #111;
    margin-bottom:20px;
	margin-left: 10px;
	margin-right: 10px;
}

#main ul {
    margin-bottom:20px;
    color: #111;
}

#main li {
    margin-bottom: 8px;
}

#main a {
    color: #aa8d01;
}

#footer {
    background-image: url(images/footer-bg.jpg);
    background-size:cover;
    border-top: 3px solid #aa8d01;
}

#footer .col-md-4 {
    padding:25px !important;
    background-color: #000;
    color:#FFF !important;
    line-height: 1.7em;
	height: 100%;
}

#footer .col-md-4 p {
    margin-bottom: 20px;
}

#footer .col-md-3 {
    padding:25px !important;    
}

#copyright {
    background-color:#000;
    padding-top: 10px;
}

#copyright h1 {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

#copyright p {
    color:#FFF !important;
    font-size:11px;
    font-weight:400;
}

#footer h4 {
    font-size:22px !important;
    font-weight:400;
    padding-bottom:3px;
    margin-bottom:20px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    color:#FFF;
}

#copyright a {
    color:#aa8d01 !important;
    text-decoration: none !important;
}



    /* Contact Form */

input, textarea {
	padding:15px;
	width:100%;
	max-height:150px;
	box-sizing: border-box;
	border: 1px solid #CCC;
}

input[type="submit"] {
	max-width:150px;
	background-color:#aa8d01;
	color:#FFF;
	border: none !important;
}

/* CHANGE SCROLLER VALUES */

::-webkit-scrollbar {
    width: 10px;
    
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9); 
    background-color:#111;    /* CHANGE THE COLOUR OF THE MAIN BAR */
   
}
 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,3); 
    background-color:#444;   /* CHANGE THE COLOUR OF THE MOVING PART OF THE SCROLLER */
}

.registers {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 30px;
	
}

.registers img {
	margin: 0 20px;
}

.registers a {
	margin: 0 20px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #000;
  color: #fff;
  min-width: 100% !important;
 margin-top: 50px;
}

/* Slides */
.mySlides {
  display: none;
  padding: 100px;
  text-align: center;
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic; color: #fff;}

/* Add a blue color to the author */
.author {color: #fff !important;}

.registers {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 50px;
	
}

.registers img {
	margin: 0 20px;
}

.registers a {
	margin: 0 20px;
}