#sp-header {
    background: #7ad3f5 none repeat scroll 0 0;
    box-shadow: none;
}
#sp-header .logo {
    margin: 0 auto;
}
.module_special_visually.default {
    float: right;
    width: 350px;
 	margin-top: 35px;
}
.module_special_visually #special_visually .buttons .button_icon {
    width: 170px !important;
    height: 40px !important;
}
.module_special_visually #special_visually label.active,
.module_special_visually #special_visually label:hover,
.module_special_visually #special_visually input:checked + label {
	color: #000;
    background-color: transparent !important;
	border: none !important;
}
.module_special_visually #special_visually label {
    border: none !important;
    height: 50px !important;
    line-height: 50px !important;
}
.module_special_visually #special_visually label img {
    max-height: 40px !important;
    max-width: 170px !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 10px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 14px;
    font-weight: 600;
}
#sp-page-title {
    background: #f5f5f5;
}
.sp-page-title {
    background: transparent;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover {
    color: #000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background: #7ad3f5;
  color: #000;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 10px !important;
}
.offcanvas-menu {
    background-color: rgb(122 211 245);
}
#sp-main-body {
    padding: 0;
}
.sp-page-title h2, .sp-page-title h3 {
    margin: 0;
    padding: 0;
    color: #002347;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
    color: #000;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
    color: #000;
}
.sp-page-title .breadcrumb > .active {
    color: #000;
}

#sp-footer {
    background: #7ad3f5;
    color: #000;
}
th {
    padding: 10px;
    background-color: #7ad3f5;
    border: 1px solid;
}
td {
    padding: 10px;
    border: 1px solid;
}


@media (min-width: 768px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 12px;
}
}
@media (min-width: 1300px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 14px;
}
}