/* --------------------------------------
MAIN colour CODE: #1ba3dd
DEEP colour CODE: #005885
----------------------------------------- */

.colour-overlay {
    background: rgba(0, 0, 0, 0.35);
}

header .colour-overlay {
    background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #ddd;
}

@media (max-width: 480px) {
	header .colour-overlay {
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	}
	
	header .only-logo .navbar img {
		width: 100%;
	}
}
.standard-button {
    background: #1ba3dd;
}

#postQuoteActions .standard-button {
    background: #fff;
	color: #aaa;
	border: 1px solid #ddd;
}

#postQuoteActions .standard-button:hover {
    background: #e6e6e6;
	color: #333;
	border: 1px solid #ddd;
}

.standard-button2 {
    background: #1ba3dd;
}

.standard-button2:hover {
    background: #005885;
}

.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
    background: #005885;
    border-color: inherit;
}

.coloured-line,
.coloured-line-left {
    background: #1ba3dd;
}

.main-colour {
    color: #1ba3dd;
}

.colour-bg {
	background: #1ba3dd;
	color: #FFFFFF;
}



.features .feature:hover .icon-container .icon {
    background: #1ba3dd;
    color: #ffffff;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px #1ba3dd;
            box-shadow: 0px 0px 0px 2px #1ba3dd;
}

.features .feature .icon-container .icon {
    border: 1px solid #1ba3dd;
    color: #1ba3dd;
}

.feature-list li i,
#intro1 li i  {
    color: #1ba3dd;
}

.services .single-service .service-icon,
.services .single-service h3 {
    color: #1ba3dd;
}

.diagramImage {
    max-width: 90%;
}

.serviceImage {
	border: 1px solid #1ba3dd;
    max-width: 90%;
}

.screenshots .owl-theme .owl-controls .owl-page span {
    background: #1ba3dd;
}

footer .contact-button {
    border: 2px solid #1ba3dd;
    color: #1ba3dd;
}

footer .contact-button:hover {
    background: #1ba3dd;
}

footer .contact-box .expanded-contact-form .input-box:active,
footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .input-box:focus,
footer .contact-box .expanded-contact-form .textarea-box:focus {
    border: 1px solid #1ba3dd;
}

footer .social-icons li a:hover {
    color: #1ba3dd;
}