@import url('https://fonts.googleapis.com/css?family=Montserrat|Muli|Noto+Serif|Raleway|Roboto|Roboto+Condensed|Titillium+Web');

#sp-logo .sp-retina-logo {
    display: none !important;
    max-width: 125% !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
    #sp-logo .sp-default-logo {
        display: none !important;
    }
    
    #sp-logo .sp-retina-logo {
        display: block !important;
    }
}

.body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

ul.social-icons > li {
    display: inline-block;
    margin: 5px 6px;
}

#sp-main-body {
    /*padding: 50px 0;*/
}

.sp-page-title .breadcrumb > .active {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    font-family: Roboto;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    font-family: Roboto;
}

.sp-page-title {
    padding: 0px 0 5px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    border-bottom: 0px solid #F2F0EC;
    margin-top: -5px;
    background-color: #68BC4A;
}

#sp-header.menu-fixed {
    position: fixed;
    z-index: 9999;
    background: #D8EAF5 !important;
    box-shadow: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    /*box-shadow: 0 3px 3px rgba(0,0,0,0.05);*/
    box-shadow: none;
    color: #FFF;
    height: 60px;
}

#sp-header {
    background: #FFFFFF none repeat scroll 0 0 !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: none;
    /*box-shadow: 0 3px 3px rgba(0,0,0,0.05);*/
    box-shadow: none;
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}

#sp-header.menu-fixed .logo img {
    margin-top: -4px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    display: inline-table;
    float: left;
    margin-left: -22px;
    -webkit-backface-visibility: hidden;
}

#sp-logo .logo img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    display: inline-table;
    max-width: 225px;
    margin-top: 3px;
}

#sp-header .logo a {
    font-size: 25px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

#sp-header.menu-fixed .logo a {
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block;
}

.logo-slogan {
    margin: -35px 0px 0px 0px;
    color: #CCC;
    text-transform: uppercase;
}

#sp-header.menu-fixed .logo-slogan {
    margin: -65px 0px 0px 0px;
    font-size: 11px;
    color: #FFF;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sp-megamenu-parent > li > a {
    color: #68bc4a;
}

.menu-fixed .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 10px;
    line-height: 60px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0;
    color: #171A2F !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-fixed .sp-megamenu-parent > li > a {
    color: #FFF;
}

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

.menu-fixed .sp-megamenu-parent > li.active > a {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #005C8A;
    color: #FFFFFF !important;
}

.menu-fixed .sp-megamenu-parent > li:hover > a {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #FFFFFF;
	color: #222 !important;
}

#offcanvas-toggler > i {
    color: #426E87;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-fixed #offcanvas-toggler > i {
    color: #426E87;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-fixed #offcanvas-toggler > i:hover {
    color: #FF4D00;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-fixed #offcanvas-toggler {
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 26px 0px 0px 0px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-fixed ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 14px 0px 0px 0px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

ul.social-icons > li a {
    color: #222;
}

.contact-custom1 {
    color: #222;
    font-size: 14px;
    font-weight: 500;
}

.sp-page-title h2 {
    /*     font-size: 13px;
    line-height: 0;
    color: #ffffff;
    display: inline;
    background: #222540;
    padding: 3px 6px;
    border-radius: 2px;
    font-weight: 300;
    	font-family: 'Titillium Web';
    letter-spacing: 1px;
    text-transform: uppercase; */
    display: none;
}

/* #sp-top-bar {
    padding: 8px 0;
} */
.menu-fixed .menu-slide-down .sp-has-child > .sp-dropdown {
    margin-top: -40px;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all 500ms ease;
    /*z-index: -999;*/
}

.menu-slide-down .sp-has-child > .sp-dropdown {
    margin-top: 0px;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all 500ms ease;
    /*z-index: -999;*/
}

.menu-fixed .vmCartModule .pollux-product-wrapper {
    top: 50px;
}

.menu-fixed .vmCartModule .pollux-vm-cart-icon .vm-cart-toggle {
    top: -13px;
    margin-right: 20px;
    color: #FF8F00;
}

.menu-fixed .vmCartModule .pollux-vm-cart-icon .vm-cart-toggle .vm-total-product {
    border: 2px solid #FFFFFF;
    width: 24px;
    height: 24px;
    font-family: Roboto;
}

.menu-slide-down .sp-has-child > .sp-dropdown.sp-dropdown-mega {
    left: auto;
    right: -113px;
    float: right !important;
    max-width: 1170px;
    min-width: 990px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: auto;
    right: -113px;
    float: right !important;
    max-width: 1170px;
    min-width: 990px;
}

/* #sp-header .logo {
    display: inline-block;
    height: 50px;
    display: table;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin: 0;
} */
.sp-module .sp-module-title {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    background-color: #F2F0EC;
    padding: 10px 5px 10px 8px;
    border: 1px solid #DFE3F0;
    border-left: 3px solid #FF4D00;
    font-weight: bold;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    /*border-top: 1px solid #DFE3F0;*/
    /*border-bottom: 2px solid #FF4D00;*/
    /*border-right: 1px solid #DFE3F0;*/
}

#sp-bottom .sp-module .sp-module-title {
    margin: -5px 0px 10px 0px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    background-color: #F2F0EC;
    padding: 10px 5px 10px 8px;
    border: 1px solid #DFE3F0;
    /*+border-radius: 2px;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
}

.custom-border-1 {
    border-bottom: 1px solid #F5F5F5;
}

.sp-vmsearch {
    position: relative;
}

.sp-vmsearch form {
    margin: 0;
}

.sp-vmsearch-categorybox {
    position: relative;
}

.sp-vmsearch-categories {
    position: absolute !important;
    left: 0px;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.category-name-wrapper {
    position: relative;
    padding: 0 10px;
    margin-right: 10px;
}

.category-name {
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.sp-vmsearch-categorybox {
    float: left;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0px solid #BBB;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    background: #C13231;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.search-input-wrapper {
    display: block;
    margin-left: 100px;
    margin-right: 40px;
    overflow: hidden;
    font-weight: 500;
}

.search-button-wrapper {
    float: right;
    width: 40px;
    text-align: center;
}

.search-button-wrapper button {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    background: #222540;
    color: #FFF;
    box-sizing: border-box;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    border: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.search-input-wrapper input {
    width: 100%;
    min-height: 40px;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    vertical-align: middle;
    border-top: 1px solid #DFE3F0;
    border-bottom: 1px solid #DFE3F0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: none;
}

.search-input-wrapper input:focus {
    /*border: 1px solid #DFE3F0;*/
    border-top: 1px solid #DFE3F0;
    border-bottom: 1px solid #DFE3F0;
    box-shadow: none;
}

.sp-vmsearch-categorybox .cat-button, .sp-vmsearch-categorybox .sp-vmsearch-categories {
    position: absolute;
    width: 100%;
    height: 100%;
}

.sp-vmsearch-categorybox .sp-vmsearch-categories {
    z-index: 1;
    background-color: #F2F0EC;
    font-size: 12px;
}

.sp-vmsearch ul > li > a {
    display: block;
    padding: 5px 10px;
    line-height: 36px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.typeahead .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #A94442;
    outline: 0;
}

.slider-above {
    margin: 0px 0px 80px 0px;
}

.slider-below {
    margin: -50px 0px 92px 0px;
}

#sppb-addon-1526629412989 {
    display: block;
}

#sp-top-bar .sp-module {
    display: block;
    margin: 2px 0 0 20px;
}

/* #sppb-addon-1526629412989 #btn-1526629412989.sppb-btn-custom {
    padding: 7px 10px;
    font-size: 15px;
    border-radius: 2px;
    margin: 3px 0px;
    text-transform: uppercase;
	letter-spacing: -1px;
} */
.sp-module ul > li {
    display: block;
    border-bottom: 0px solid #E8E8E8;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.line-20 {
    line-height: 20px;
}

.sp-contact-info li > a {
    color: #FFF;
}

/* .sppb-addon-testimonial-pro-footer img.sppb-avatar-circle, .sppb-testimonial-pro .sppb-item>img.sppb-avatar-circle {
    max-width: 125px;
} */
.sppb-testimonial-pro .fa-quote-left {
    display: none;
}

.sppb-testimonial-pro .sppb-carousel-indicators li.active {
    border-color: #27AE60;
    background-color: #27AE60;
}

.sppb-testimonial-pro .sppb-carousel-indicators {
    bottom: 15px;
    margin-bottom: 0;
}

.sppb-carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #27AE60;
    border: 1px solid #27AE60;
}

.sppb-carousel-indicators {
    bottom: 0px;
}

.sppb-carousel-indicators li {
    border: 1px solid #41A3D8;
    background-color: #FFFFFF;
}

.sppb-carousel-inner {
    border-radius: 4px;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.sppb-btn.focus, .sppb-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0px rgba(0, 123, 255, 0.25);
}

#sppb-addon-1526842694513 a {
    font-size: 17px;
}

.sppb-nav-custom a {
    margin-bottom: 3px;
}

.sppb-nav-pills > li > a {
    font-size: 12px;
    line-height: 1;
    font-weight: bolder;
    color: inherit;
    padding: 10px 7px;
    border-radius: 3px;
    color: inherit;
    border: 2px solid #0DAB8F;
    margin: 0px 0px 3px 1px;
}

.sppb-nav-pills > li.active > a, .sppb-nav-pills > li.active > a:hover, .sppb-nav-pills > li.active > a:focus {
    color: #FFF;
    background-color: #05668D;
    border: 2px solid #05668D;
}

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

.page-header {
    padding-bottom: 15px;
    display: none;
}

#sppb-addon-1526807327586 #btn-1526807327586.sppb-btn-custom {
    font-size: 14px !important;
}

.sppb-tab-icon {
    margin-right: 10px;
}

#sppb-tab1-4 {
    padding-left: 0px;
    font-weight: 800;
}

#sp-top-bar {
    padding: 8px 0;
    background-color: #005C8A !important;
}

.sppb-addon-testimonial-pro-footer img.sppb-avatar-circle, .sppb-testimonial-pro .sppb-item>img.sppb-avatar-circle {
    border-radius: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sppb-addon-testimonial-pro-footer {
    margin-top: 20px;
    display: block;
    font-size: 90%;
    text-align: center;
}