#sp-main-body {
    padding: 30px 0;
}

#sp-left .sp-module,#sp-right .sp-module {
    margin-top: 25px;
	background-color: #f9f9f9;
    border: 1px solid #f3f3f3;
    padding: 30px;
    border-radius: 5px
}

#sp-left .sp-module .sp-module-title,#sp-right .sp-module .sp-module-title {
    margin: 0 0 10px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #f3f3f3
}

#sp-left .sp-module .sp-module-title,#sp-right .sp-module .sp-module-title {
    margin: 0 0 10px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #f3f3f3
}

.sppb-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: inherit
}

#sp-header {
    height: 80px;
    width: 100%;
    padding-top: 10px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    animation: spFadeIn 0.5s
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 30px;
    color: #666666
}

@media screen and (min-width: 990px)  {
    #offcanvas-toggler { display: none !important; }
}

.sp-contact-info li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 100%;
    white-space: nowrap
}

#sp-footer
 {
    font-size: 14px;
    padding: 0;
    text-align: center;
}