body {
color: #454545;
}

.video {
border: 8px double #fff;
box-shadow: 2px 2px 5px #222;
}

#sp-header {
    background: #ffffff;
    height: 90px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);
        border-bottom: 3px solid #2a3086;
}

.sp-megamenu-parent > li > a {
    display: inline-block;
    padding: 0 15px;
    line-height: 90px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

ul.social-icons > li {
    display: inline-block;
    margin: 5px 7px;
    border: 1px solid;
    border-radius: 50%;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    font-size: 18px;
}

#sp-top-bar {
    padding: 5px 0;
}

ul.social-icons > li:hover {
    display: inline-block;
    margin: 5px 7px;
    border: 1px solid;
    border-radius: 50%;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #3f79c3;
}

#sp-top-bar a:hover {
    color: #2a3086;
}

.sp-page-title h2, .sp-page-title h3 {
    margin: 0;
    padding: 0;
    color: #2a3086;
}

.contact {
border: 10px double #fff;
}

.social{
text-align: center;
margin: 0 auto;
}

#sppb-addon-1479051630040 {
text-align: center;
margin-left: 35%;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 0px;
}

@media (min-width:1023px){
#offcanvas-toggler {
    color: #2a3086;
    display: none;
}
}

@media (max-width:800px){
ul.social-icons {
    list-style: none;
    padding: 0;
    margin: -5px;
    display: block;
    text-align: center;
}

.sp-contact-info {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

}

.kep .sppb-addon-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    border-radius: 50%;
}

.sppb-img-responsive {

border: 7px double #3f79c3;
border-radius: 50%;
box-shadow: 2px 2px 3px #999;
}

audio, canvas, progress, video {
    display: block;
    vertical-align: baseline;
}