a {
    color: #22627A;
	text-decoration:underline;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 10px;
    line-height: 100px;
    font-size: 14px;
    margin: 0;
}
#offcanvas-toggler {
       padding: 30px 0px;
    }

.mod-custom a {
    color: #22627A !important;
}
#sp-footer, #sp-bottom {
    background: #22627A;
    color: #ffffff;
}
#sp-footer {
    font-size: 16px;
    padding: 0;
}
#sp-footer a {
   color:#ffffff !important;
   text-decoration:underline;
}
#sp-top-bar {
    background: #0FA6FF;
    color: #ffffff;
}
#sp-top-bar a {
    color: #ffffff;
	text-decoration:underline;
}
#sp-top-bar {
    padding: 8px 0;
    font-size: 16px;
}
#sp-top-bar {
    padding: 12px 0;
    font-size: 16px;
}
#sp-header {
    background: #22627A;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #0FA6FF;
}
.sp-megamenu-parent > li:hover > a {
  color: #0FA6FF;
}
@media (max-width: 575px) {
    #sp-header {
        height: 100px;
    }
	    #sp-header .logo {
        height: 100px;
    }

}
@media (max-width: 991px) {
    #sp-header {
        height: 100px;
    }
		    #sp-header .logo {
        height: 100px;
    }
}

.burger-icon >span  {
	background-color: #ffffff;
}
[class^=os-gallery-tabs-main] .osgalery-cat-tabs li a.active {
    background: #22627A;
    color: #fff !important;
}
.search_module_wrapper form.search_module_form input[type="submit"] {
    display: inline-block;
    padding: 4px 12px;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff !important;
    text-shadow: none;
    background-color: #22627A;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
[class^=os-gallery-all-in-one-main] .img-block.none-effect .os-gallery-caption h3.os-gallery-img-title, [class^=os-gallery-album-tabs-main] .img-block.none-effect .os-gallery-caption h3.os-gallery-img-title, [class^=os-gallery-tabs-main] .img-block.none-effect .os-gallery-caption h3.os-gallery-img-title {
    position: relative;
    padding: 0.5em 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    font-weight: bold;
    margin: 0;
    text-shadow: none;
}
[class^=os-gallery-all-in-one-main] .img-block.none-effect .os-gallery-caption p, [class^=os-gallery-album-tabs-main] .img-block.none-effect .os-gallery-caption p, [class^=os-gallery-tabs-main] .img-block.none-effect .os-gallery-caption p {
    display: inline-block;
    /* margin: 1% 5px 1% 11%; */
    margin: 0 10px;
    padding: 0.4em 1em;
    background: #22627A;
    color: #f7f7f7;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
    opacity: 0;
}
.producttables td {
    padding: 5px;
    border: black;
    border-bottom-style: solid;
}