/*--------------------------HEADER-------------------------*/

#sp-header {
    background: #0654a3;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}

#offcanvas-toggler >i {
    color: #fff;
}

#offcanvas-toggler >i:Hover {
    color: #083a63;
}

.offcanvas-menu {
    width: 320px;
    height: 100%;
    background-color: #083a63;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    visibility: hidden;
    overflow: inherit;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 10000;
}

/*-----------------------------LINKS--------------------------*/

a {
    color: #0654a3;
}

a:Hover {
    color: #083a63;
}

/*--------------------------------BUTTONS-----------------------*/

.btn-primary, .sppb-btn-primary {
    border-color: #0654a3;
    background-color: #0654a3;
}

.btn-primary, .sppb-btn-primary:Hover {
    border-color: #083a63;
    background-color: #083a63;
}

.search .btn-toolbar button {
    background: #0654a3;
}

/*---------------------------------IMAGES-----------------------*/

img {
    display: block;
    max-width: 100%;
    height: auto;
	border-radius: 6px;
}
