/*
Theme Name: KBA
Theme URL: KBA
Description: KBA
Author: Unitel Direct
Author URL: https://www.uniteldirect.co.uk/
*/


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

body {
    font-family: 'Lato', sans-serif !important;
}

#logo {
    margin-top: 7px !important;
}

#top-bar {
    background-color:#e02b20;
    border-bottom: 2px solid #fff;
}

#top-bar p {
    margin:0 !important;
    text-align: center;
    font-weight: 700;
}

#top-bar a {
    display: inline-block;
    height:40px;
    width:40px;
    padding-top:10px;
    text-align: center;
    background-color:#9b1009;
    color:#fff !important;
    margin: 0 auto;
}

#top-bar a:hover {
    background-color:#FFF !important;
    color:#9b1009 !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

#header {
    background-color: #fff !important; /*#151515*/
    padding-top:25px;
    padding-bottom: 25px;
    border-bottom: 3px solid #686869;
}

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

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

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

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

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

nav a {
    color:#686869 !important;
    font-weight:800;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

nav a:hover {
    background-color: #e02b20 !important;
    color:#fff !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

nav a.current {
    background-color: #e02b20 !important;
    color:#fff !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;
}

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

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

.camera_wrap {
    border-bottom: 3px solid #e02b20;  /*6291c0*/
    margin-bottom: 0px !important;
}

.camera_caption {
    width:30% !important;
   background-color:rgba(251,254,255,0.8); /* background-color: #FBFCFF !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 h3{
font-weight:bold;
}


.camera_caption h3, p{
color:#000;
}


.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: #fff !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: #E02B20 !important; /* Color of active dot */
}

.camera_pag {
    position: absolute;
    bottom: 3% !important;
    z-index: 10 !important;
    right: 21.5% !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 {
        margin-top: 39px !important;
    }
}

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

#top-panels {
    padding-top:40px;
    padding-bottom: 50px;
}

#top-panels h2 {
    text-align: center;
    font-weight: 300;
    color:#292d40;
    margin-bottom: 20px;
    font-size: 36px;
}

#top-panels h2 strong {
    font-weight: 600;
}

hr {
    width:20% !important;
    border-top: 1px solid #292d40 !important;
}

.top-panel {

}

.top-panel h3 {
    background-color:#D00;
    color:#FFF !important;
    padding:15px;
    margin-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
}

.top-panel a {
    text-decoration: none !important;
}

.top-panel img {
    margin-bottom: 20px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

.top-panel img:hover {
    opacity:0.8;
}

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

#main h1 {
    margin-bottom: 25px !important;
    color:#000;
    border-bottom: 2px solid #e02b20;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 28px;
    display: inline-block;
    
}

#main h1 strong {
    color: #000;
}

#main h2 {
    text-decoration: underline;
    color:#333333;
    font-weight: 400;
    font-size: 20px;
    
}

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

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

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


.progress {
    height: 35px !important;
}

.progress-bar-success {
    background-color: #414869 !important;
}

.progress-bar-info {
    background-color: #D00 !important;
}

p.progress-label {
    font-weight: 800;
    font-size:18px;
    color:#000;
    margin-bottom:0px !important;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 1.5s linear infinite !important;
    animation: progress-bar-stripes 1.5s linear infinite !important;
}

#bottom-info {
    padding-top:40px;
    padding-bottom: 40px;
    background-color:#DDD;
}

#bottom-info h2 {
    text-align: center;
    color:#414869;
    font-size:36px;
}

#bottom-info .col-md-6 {
    padding-top:25px;
    padding-bottom:25px;
}

p.info-point {
    padding:20px;
    background-color:#D00;
    margin-bottom:29px;
    color:#FFF;
    font-size:20px;
    font-weight:800;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
    text-align: left !important;
}

#bottom-info a {
    text-decoration: none !important;
}

#bottom-info a:hover, #bottom-info p.info-point:hover {
    background-color:#414869 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p.info-point i {
    float: right;
}

#bottom-info p {
    text-align: center;
}

#bottom-info img {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

a.read-more {
    display: inline-block !important;
    margin-left:auto !important;
    margin-right: auto !important;
    text-align: center !important;
    background-color:#D00;
    padding:20px 30px;
    color:#FFF !important;
    text-decoration: none !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;
}

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

#footer .col-md-4 {
    padding:25px !important;
    background-color: #2E2E2E;
    color:#FFF !important;
    line-height: 1.7em;
    min-height: 414px;
}

#footer .col-md-4 h4 {
    color:#FFF !important;
  border-bottom: 2px solid #fff;

}

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

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

#copyright {
    background-color:#151515;
    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 #2E2E2E;
    display: inline-block;
    color:#2E2E2E;
}

#copyright a {
    color:#6291c0 !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:#E02B20;
	color:#FFF;
	border: none !important;
}


/* CHANGE SCROLLER VALUES */

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



/*-------BLOG-------*/
.home_blog{
	border: 1px solid #ddd;
	padding: 10px;
	background: #f0f0f0;
	height: 620px; /*580*/
	margin-bottom: 25px;
}
.home_blog_img{
	float: left;
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.home_blog_img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.blog-info p a{
	display: none;
}
.blog-info h3{
	color: #333333;
}
.blog-info a{
	color: #fff;
}
#comments{
	display: none;
}
.blog_post_image{
	float: right;
	width: 300px;
	margin: 0 0 20px 20px;
}
.screen-reader-text{
	display: none;
}
.nav-previous{
	float: left;
	width: 50%;
	text-align: left;
	color: #000;
}
.nav-previous a{
	color: #000;
}
.nav-next{
	float: right;
	width: 50%;
	text-align: right;
	color: #000;
}
.nav-next a{
	color: #000;
}

.blog_inner ul li{
  color: #555 !important;
}
.blog_btn{
    max-width: 150px;
    background-color: #E02B20;
    color: #FFF;
    border: none !important;
    padding: 15px;
    width: 100%;
    max-height: 150px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}

/*--------*/

.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}


