/*
** Bootstrap over-rides
*/
@font-face {
    font-family: 'sofiaprolight';
    src: url('../fonts/sofiaprolight.eot');
    src: url('../fonts/sofiaprolight.eot') format('embedded-opentype'),
         url('../fonts/sofiaprolight.woff2') format('woff2'),
         url('../fonts/sofiaprolight.woff') format('woff'),
         url('../fonts/sofiaprolight.ttf') format('truetype'),
         url('../fonts/sofiaprolight.svg#sofiaprolight') format('svg');
}
body {
	display: flex;
	height: 100%;
	flex-direction: column;
	min-height: 100vh;
}
.page-content {
	flex: 1 0 auto;padding-top: 0;
}
footer {
	flex-shrink: 0;
}
a:hover, a:visited:hover {
    color: #006bed;
    text-decoration: none;
}
body {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    color: #2a2d32;
    background: #fff;
    line-height: 1.35;
    font-weight: 400;
}
h1 {
    font-size: 30px;
}
img{
	max-width:100%;vertical-align: baseline;
}
p {
    margin: 0 0 1em;
}
.titles {
    background: 0 0;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: none;
    text-decoration: none;
    padding: 0;
    margin: 10px 0;
    line-height: 30px;
    text-align: left;
    position: relative;
    z-index: 1;    
}
#skip a
{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
#skip a:focus
{
    position:static;
    width:auto;
    height:auto;
}
section#category {
    padding-bottom: 20px;
}
.subcategories>ul {    
    margin: 0;    
}
.subcategories>ul>li {
    width: 50%;
    padding: 0;
}
.subcategories > ul > li > a {
    text-align: center;
    margin: 10px 3px 0;
    padding: 10px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    line-height: 1.35;
    display: block;
}
.subcategories > ul > li > a:hover {
    opacity:1;color: #006bed;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.subcategories > ul > li > a:hover span.name{color: #006bed;}
.subcategories > ul > li span.name {
    margin: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}
@media (min-width: 1140px) {
    .site-header .container,.site-footer .container{max-width: 1230px;width: 100%;}
    .container {
        width: 1170px;max-width: 100%;
    }
}
.form-control {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    height: 36px;
    padding: 7px 12px;
}
.form-control.search-text {
     border:1px solid #ececec;
}
.btn {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    padding: 5px 14px;
    font-weight: 300;    
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
}
.btn-default,
.btn-primary:focus, 
.btn-primary:active:focus {
    border-color: #2a2c31;
    background-color: transparent;
    color: #2a2c31;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:hover:focus,
.btn-default.focus {
    color: #fff;
    background-color: #006bed;
    border-color: #006bed;
}
.btn-default.btn-inverse,
.btn-primary {
    color: #fff;
    background-color: #2a2c31;
    border-color: #2a2c31;
}
.btn-default.btn-inverse:hover,
.btn-primary:hover {
    color: #fff !important;
    background-color: #006bed;
    border-color: #006bed;    
}
.navbar-wrapper{
    border-top: 2px solid #e8e9ed;
    background: #fbfafb;
    padding:23px 0 15px;
    margin: 0 0 35px;  
    font-family: 'Open Sans', sans-serif;  
}
.navbar.navbar-inverse {
    margin-bottom: 0;
    border: none;min-height: 0;
    background-color:transparent;
}
ul#categories {
    width: 100%;
}
.navbar-nav>li{
    display: inline-block;
    float: none;
    padding: 0;
    margin:0 4% 0 0;
    line-height: 30px;
    vertical-align: top;
    text-align: center;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background: 0 0;
    display: block;
    position: relative;
    text-transform: capitalize;
    padding: 0 12px;
    line-height: 24px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a.current{
    color: #fff!important;
    background: #006bed;
}
.dropdown-menu > li > a {
    font-size: 12px;
    padding: 6px 20px;
    text-transform: uppercase;
}
.navbar-nav > li.dropdown > a:after {
    content: "\f107";
    font-family: "fontello";
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
}
@media (max-width: 1023px) {
}
/*
** Template code
*/
.hidden-mobile-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    display: none;
    z-index: 11;
}       
.logo {
    height: 70px;
    max-width: 418px;
    max-height: 100%;
    position: relative;
    overflow: hidden;
}
.logo img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.top-nav {
}
.top-nav ul {
    padding: 19px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.top-nav ul li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
}
.top-nav .useraccount ul {
    float: right;
}
.top-nav ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.top-nav ul li a {
    color: #000;
}
.site-header {
    padding: 0px 0;font-family: 'Open Sans', sans-serif;
}
.search-form-col {
    padding-left: 0;padding-top: 16px;text-align: right;
}
.search-form-col > div {
    display: inline-block;
    vertical-align: middle;
}
.search-form-col > div a:not(.visible-xs){
    color: #fff;
    background: #006bed;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    height: 30px;    
    display: block;
    float: right;
    position: relative;
    margin: 0 0 0 9px;
    padding: 1px 16px 1px 12px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 3px;
    text-decoration: none;
}
.search-form-col > div a:not(.visible-xs):hover{
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3)!important;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3)!important;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3)!important;
    background: #006bed;
    color: #fff;
}
.searchBox {
    width: 235px;
    position: relative;
    text-align: left;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    overflow: visible;
    border: 1px solid #c1c6c9;
    height: 32px;
}
.search-form {
    position: relative;
}
.search-form .search-text {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 84%;
    height: 32px;
    padding: 3px 30px 3px 12px;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    background: 0 0;    
    color: #ccc;box-shadow: none;
    border: none;
    color: #000;
}
.search-form .search-submit {
    display: inline-block;
    vertical-align: top;
    color: #006bed;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;    
    top: 0;
    right: 0;
    min-height: 100%;
    border: none;
    width: 14%;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    border: none;
    background: #fff;
    -webkit-appearance: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}
.search-form .search-submit:hover{
    background: 0 0;color: #006bed;
    opacity: .7;
}
.minicart {
}
.site-footer {
    background-color: #eff8fb;
    padding: 45px 0 35px;
    color: #000;  
    font-family: 'sofiaprolight';  
}
.footer-logo {
    margin-bottom: 60px;
}
.bh_footer-container {
    display: flex;    
    flex-direction: row;
    padding-bottom: 65px;
    margin: 0;
}
.bh_footer-item {
    border: none;
    margin-right: auto;
    z-index: 1;
}
.bh_footer-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bh_type-headline, .bh_footer-header, .bh_hp-websites__website h2, .bh_pricing-plans-grid__item-price>div>span:nth-child(1), .bh_landing-features li h2 {
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #59666d;
    letter-spacing: 0.5px;
}
.bh_footer-item .bh_footer-mobile-dropdown {
    display: none;
}
.bh_footer-item-container {
    display: flex;
    flex-direction: column;    
}
.bh_footer-container .bh_footer-link {
    margin: 3px 0;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.bh_footer-container .bh_footer-link:hover{color: #006bed;}
ul.extrapages li {
    line-height: 1;
    margin: 0 0 15px;
}
ul.extrapages li a {
    color: #fff;
    font-size: 16px;
}
.footer-social {
}
.footer-social .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.social-icons,
.global-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyright {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    color: #59666d;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 30px;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.copyright a {
    color: #59666d;
    text-decoration: none;
}
.copyright p{margin: 5px 0 0;}
#divRewardWidget {
    color: #000 !important;
}
.mailist-box {
    width: 320px;
    float: right;
    margin-bottom: 10px;
}
.mailist-box h2.mailinglist-title {
    margin: 0 0 15px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.mailinglist-input.form-control {
    background-color: transparent;
    border-color: #2d2d2d;
    max-width: 230px;
    color: #fff;
    float: left;
}
.mailinglist-submit {
    background-color: transparent;
    color: #fff !important;
    border-color: #fff !important;
    float: right;
    width: 78px;
}
.btn-default.mailinglist-submit:hover, 
.btn-default.mailinglist-submit:focus {
    opacity: 0.6;
}
.mailinglist-response {
    display: none;
}
.maillist-options {
    margin: 15px 0 0;
}
.subscribe {
    float: left;
    margin-right: 20px;
    line-height: 13px;
}
.subscribe input[type="radio"] {
    margin: 0;
    vertical-align: middle;
}
.subscribe label {
    margin: 0;
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
    margin-left: 3px;
    color: #fff;
    cursor: pointer;
}
.footer-social ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
ul.payment-icons {
    text-align: right;
}
ul.payment-icons li {
    font-size: 34px;
    line-height: 36px;
    vertical-align: middle;
}
ul.payment-icons li.payment-icons-label,
ul.social-icons li.social-icons-label {
    font-size: 18px;
    vertical-align: middle;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
}
.social-icons {
}
.social-icons li a {
    color: #0f0f0f;    
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 28px;
}
.social-icons li a:hover {
    opacity: 0.6;
}
/*.product-item .reviews-stars:before {
    font-family: "fontello";
    content: "\e803 \e803 \e803 \e803 \e803";
    color: #b8b8b8;
}
.product-item .reviews-stars {
    color: #000;
}*/
.reviews-stars:before {
    font-family: "fontello";
    content: "\e803 \e803 \e803 \e803 \e803";
    color: #b8b8b8;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star,
.reviews-stars {
    color: #000;
}
.product-item .name a {    
    font-size: 16px;display: block;
    font-family: 'Mulish', sans-serif;
    text-transform: none;
    font-weight: 700;
    color: #2a2d32;
    line-height: 24px;
    text-transform: uppercase;
}
.product-item del.regular-price {
    text-decoration: line-through;
}
.sale-price {
    color: #9E293E;
}
del.original-price {
    font-weight: 500;
}
span.freeshipping {
    color: #005C4B;
}
.product-items .product-item .addtowishlist a {
    color:#265A87;
}
.breadcrumnb {
    margin: 5px 0 15px;
    line-height: 30px;
    font-size: 14px;
}
.breadcrumnb ol li {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #2a2d32;
}
.breadcrumnb ol li>a {
    color: #2a2d32;
}
.breadcrumnb ol li:after {
    content: ">";
    margin: 0 4px;
}
.breadcrumnb a:hover,.breadcrumnb ol li:last-child>a:hover {
    color: #006bed;
    text-decoration: underline;
}
.page_header {
    margin: 0 0 10px;
}
.page_heading{
    font-family: 'Mulish', sans-serif;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #2a2d32;
    margin: 0 0 10px;
    text-transform: none;
    padding: 0;
    font-weight: 700;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background: 0 0;
    text-align: left;
    position: relative;
}
.page_heading:after{content:none;}
.product-item .on-sale-badge {
    background-color: #922639;
}
.product-items .product-item {    
    margin-bottom: 30px;    
}
.product-item .status span:before {
    content: "-";
}
.product-item .reviews,.product-item .price,.product-item .status{display: none;}
.product-item .status {
    font-size: 12px;
}
.product-item .price {
    font-size: 16px;
    font-weight: bold;
}
.product-content {
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: #eee;
    border: none;
    min-height: 220px;
}
.product-item .name{
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    color: #2a2d32;
    text-transform: none;
    text-align: center;
    line-height: 24px;    
    overflow: visible;
    padding: 0 12px;
    margin: 0 0 15px;
    position: relative;
    min-height: 40px;
    height: auto;
}
.product-item .name a:hover {
    color: #006bed;
    text-decoration: none;
}
.product-item .img {
    /*min-height: 304px;*/
    position: relative;
    /*border: 1px solid #ececec;*/
    background-color: #fff;
    display: none;
}
.product-item .img a {
    display: block;
}
.product-item .img img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.product-item .action {
    float: none;
    width: 100%;
    padding: 0 8px;
    margin: 8px 0;
    text-align: center;
}
.product-item .action .btn {
   margin: 0 auto;
    width: auto;
    line-height: 30px;
    padding: 9px 14px;
}
.head-mobile-nav > a {
    color: #006bed;
    font-size: 25px;
    line-height: 30px;
    background: transparent;
    height: auto;    
    padding: 0;
}
/*
** Homepage
*/
.homepage-slider {
    margin-bottom: 25px;
}
.category-header, .category-footer {
    margin: 15px 0;
}
.products-section {
    background-color: #fbfbfb;
    padding: 30px 0;
}
.products-section h2 {
    margin: 0;
    font-size: 24px;
}
.products-section h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.products-section h2:after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    bottom: -1px;
    z-index: 10;
}
.home-page-content {
    padding: 0;
}
/*.home-page-content .category-footer {
    padding: 40px 0 60px;
}*/
.home-page-content .category-footer h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px;
    font-weight: bold;
}
.home-page-content .category-footer p {
    margin: 0 0 30px;
    text-align: justify;
}
.home-page-content .category-footer a:hover img {
    opacity: 0.7;
}
.home-page-content .category-header img {
    margin: 0 auto;
}
.extrapages-shower a {
    display: block;
    background-color: #2d2d2d;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none !important;
}
.extrapages-shower a:after {
    content: "\f106";
    font-family: "fontello";
    float: right;
}
.extrapages-shower a.collapsed:after {
    content: "\f107";
}
.flex-direction-nav a:before{
    font-size: 30px;text-shadow:none;color: #fff;
}
.flex-direction-nav a {
    display: block;
    width: 20px;
    height: 30px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    color: #fff!important;
    opacity: 1!important;
}
#home section {
    text-align: left;
    margin: 0 0 25px;
}
.tasks-section {
    margin-top: 10px;
}
.tasks-section .container {
    position: relative;
}
.four-tasks {
    background: #303131;
    padding: 9px 50px 9px 9px;
    float: left;
    width: 50%;
}
.task-container-l, .task-container-r {
    border: 1px solid #fff;
    padding: 9px 15px;
}
.task-description {
    width: 57%;
    float: left;
}
.task-description p {
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
    line-height: 28px;
    margin-bottom: 0;
}
.task-button {
    float: right;
    width: 43%;
    text-align: center;
    padding-top: 3px;
}
.task-container-l .get-started-btn a {
    line-height: 38px;
    font-size: 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 7px 25px;
    transition: opacity 250ms ease-out;
    border: none;
    background: #006bed;
    color: #fff;
}
.task-container-r .get-started-btn a {
    line-height: 44px;
    font-size: 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 7px 25px;
    transition: opacity 250ms ease-out;
    border: none;
    background: #303131;
    color: #fff;
}
.task-container-l .get-started-btn a:hover, .task-container-r .get-started-btn a:hover {
    opacity: .7;
}
.or {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 22%;
    bottom: 0;
    text-align: center;
    width: 10%;
}
.ten-tasks {
    background: #006bed;
    padding: 9px 9px 9px 50px;
    float: right;
    width: 50%;
}
.white-bg {
    background: #fff;
}
.offwhite-bg {
    background: #f9f9fa;
}
.included-services {
    padding: 45px 0;
}
.services-left {
    width: 48%;
    float: left;
}
.services-right {
    float: right;
    width: 48%;
}
.included-services h2 {
    font-size: 42px;
    color: #2a2d32;
    font-weight: 300;
    margin: 0 0 10px;
    line-height: 1.35;
}
.included-services h3 {
    font-size: 22px;
    color: #2a2d32;
    font-weight: 300;
    margin: 0 0 10px;
    line-height: 1.35;
}
.included-services p {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 33px;
}
.services-btn a {
    line-height: 52px;
    font-size: 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 15px 25px;
    transition: opacity 250ms ease-out;
    border: none;
    background: #006bed;
    color: #fff;
}
.services-btn a:hover {
    opacity: .7;
    color: #fff;
}
.force-right {
    float: right!important;
}
.force-left {
    float: left!important;
}
.img-margin {
    margin-top: 35px;
}
.services-list, .plans-list {
    margin: 0 0 25px;
}
.services-list h2, .plans-list h2 {
    text-align: center;
    line-height: 1.25;
    font-size: 42px;
    margin: 35px 0 45px;
    font-weight: 400;
}
.services-list h2{margin-top:10px;}
.services-col {
    float: left;
    width: 33.333333%;
}
.services-col ul {
    max-width: 340px;padding-left: 15px;
    margin-bottom: 15px;
}
.services-col ul li {
    list-style: none;
    line-height: 1.5;
    margin: 0 0 15px;
    position: relative;
    padding-left: 25px;
}
.services-col ul li:before {
    content: '\2022';
    color: #006bed;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.services-col ul li a {
    font-weight: 400;
    font-size: 16px;
    color: inherit;
}
.services-col ul li a:hover{color: #006bed;}
#home section.pricing-testimonials {
    padding: 30px 0 100px;
    background-color: #f9f9fa;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.pricing-testimonials h2 {
    font-size: 42px;
    font-weight: 300;
    margin: 0 0 10px;
}
.pricing-testimonials h3 {
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 45px;
}
.testimonials-carousel {
    padding: 0 70px;
    position: relative;
    max-width: 1110px;
}
.two-testimonials .item {
    padding: 0 5px;position: relative;
}
.two-testimonials .item-inner {
    position: relative;
    height: 340px;
}
.two-testimonials .item-inner .tc-testimonials:first-child {
    top: 0;
    left: 0;
    z-index: 10;
}
.two-testimonials .item-inner .tc-testimonials {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 30;
}
.tc-testimonials .tc-testimonial .testimonial-quote {
    width: 500px;
    height: 225px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 65px;
    text-align: left;
    position: relative;
}
.tc-testimonials .tc-testimonial.testimonial-green .testimonial-quote {
    background-color: rgba(0,107,237,.8);
}
.tc-testimonials .tc-testimonial .testimonial-author {
    padding-top: 20px;
    padding-left: 20px;
}
.tc-testimonials .tc-testimonial .testimonial-author .testimonial-author-details {
    float: left;
    padding-left: 15px;
    text-align: left;
}
.tc-testimonials .tc-testimonial .testimonial-author .testimonial-author-details .testimonial-author-name {
    line-height: 1;
    font-size: 18px;
    padding-top: 16px;
}
.tc-testimonials .tc-testimonial .testimonial-author .testimonial-author-details .testimonial-author-name {
    font-weight: 600;
}
.tc-testimonials .tc-testimonial.testimonial-orange .testimonial-quote {
    background-color: rgba(232,144,66,.8);
}
.tc-testimonials .tc-testimonial .testimonial-quote2 {
    padding-top: 35px;
}
.tc-testimonials .tc-testimonial .testimonial-author.testimonial-author2 {
    padding-left: 80px;
}
.carousel-inner {
    overflow: hidden;
    width: 100%;
}
.carousel, .carousel-inner {
    position: relative;
}
.testimonials-carousel .testimonials-control {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 50;
    color: #e7e8ec;
    font-size: 50px;
    line-height: 50px;
    top: 35%;
    left: auto;
    right: auto;
    text-decoration: none!important;
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -ms-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
    display: none!important;
}
.testimonials-carousel .testimonials-control.left-control {
    left: 0;
}
.testimonials-carousel .testimonials-control.right-control {
    right: 0;
}
.tc-testimonials .tc-testimonial .testimonial-quote:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    position: absolute;
    bottom: -29px;
    right: 130px;
}
.tc-testimonials .tc-testimonial.testimonial-green .testimonial-quote:after {
    border-color: rgba(0,107,237,.8) transparent transparent transparent;
}
.tc-testimonials .tc-testimonial.testimonial-orange .testimonial-quote:after {
    border-color: rgba(232,144,66,.8) transparent transparent transparent;
}
.mob-ham-container .tab-ham, .tab-ham {
    color: #006bed;
    background: 0 0;
    padding: 0 3px 5px;
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    float: none;
    cursor: pointer;
    line-height: 30px;
}
.image-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
@media(max-width: 767px) {
    .services-col {
    width: 100%;
}
.copyright {    
    flex-wrap: wrap;justify-content: center;
    text-align: center;
    gap: 10px;
}
    header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #2a2c31;
    margin-bottom: 20px;
}
.footer-social ul {    
    text-align: center;
}
    .logo {
        text-align: center;margin: 10px 0px;
        height: auto;max-width: 100%;
    }
    .logo img {
        position: static;
    }
    .searchBox {
        padding: 0px 0 0;
    }
    .search-text {
    height: 31px;
}
    .search-form-col {
    clear: both;
    background: #2a2c31;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
}
    .flex-direction-nav a:before {
        font-size: 24px;
    }
    .flex-direction-nav a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin: -12px 0 0;
    }
    .mailinglist-input.form-control {
        max-width: 200px;
    }
    .social-icons li a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 20px;
    }
    .footer-social ul li {
        padding: 0 4px;
    }
    .extrapages {
        display: none;
    }
    .extrapages-shower a {
        display: block;
    }
    ul.extrapages {
        margin: 0;
        padding: 15px 0;
    }
    ul.extrapages li a {
        font-size: 14px;
    }
}
@media(max-width: 567px) {
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        max-width: 300px;
    }
}
.menu-open {
    overflow: hidden;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0,0,0,0.5);
}
.menu-open .mobile-menu {
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-menu-inner {
    background-color: #2a2c31;
    padding: 15px 20px;
    width: 260px;
    margin-left: auto;
    margin-right: 0;
    min-height: 100vh;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(260px,0);
    -ms-transform: translate(260px,0);
    -o-transform: translate(260px,0);
    transform: translate(260px,0);
    text-align: right;
}
.menu-open .mobile-menu-inner {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.mobile-menu-close a {    
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    margin: 10px auto 10px;
}
.mobile-menu-close a:after {
    content: '\e805';
    font-family: "fontello";
}
.mobile-menu-widget {
    color: #fff;
    margin-bottom: 25px;
}
.mobile-menu-widget h3 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 2px 0px;
    line-height: 28px;
    background: 0 0;
    font-size: 16px;
    color: #006bed;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.mobile-menu-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu-widget ul li {
    margin: 0 0 0;
}
.mobile-menu-widget ul li a {
        color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}
.mobile-menu-widget ul li a:hover {
    color: #333;
}
.mobile-menu-widget ul ul {
    display: none !important;
}
.mobile-menu-widget ul li a:after {
    display: none;
}
.mailinglist-response {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 12px;
    background-color: #2d2d2d;
    color: #ccc;
}
.mailinglist-error span {
    color: #8a6d3b;
}
.mailinglist-subscribed span,
.mailinglist-unsubscribed span {
    color: #3c763d;
}
.mailinglist-response,
.mailinglist-response div {
}
.floating-cart {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    background-color: #101010;
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 15px;
    text-align: center;
    width: 90px;
    display: none;
}
.floating-cart a,
.floating-cart a:hover {
    color: #ececec;
    text-decoration: none;
}
.floating-cart a:hover {
    opacity: 0.6;
}
.floating-cart span.cart-icon {
    display: block;
    font-size: 30px;
    line-height: 1;
}
.floating-cart span.cart-details {
    font-size: 12px;
    text-transform: none;
    display: block;
    margin: 5px 0 0;
}
.paging {
    float: right;
}
.paging strong, 
.paging a {}
.paging strong,
.paging a:hover {
    color: #fff;
    background-color: #0f0f0f;
    text-decoration: none;
}
.searchBox div.searchlight-balloon {
    padding: 0;
    width: 100%;
}
.searchBox div.searchlight-results-wrapper{padding: 0;margin-top: -1px;border:none;}
.searchBox table.searchlight-results {    
    border: 1px solid #aaa;
}
.searchBox table.searchlight-results .searchlight-header-text, .searchBox table.searchlight-results .searchlight-result-text {
    font-size: 10px;
}
.searchBox table.searchlight-results .searchlight-result-icon {    
    margin-right: 4px;
}
section.subcategories_block {
    margin: 0 0 15px;
}
.sub-categories .desc,.category-toolbar .view-as-btn {
    display: none;
}
section.category-products {
    padding-top: 15px;
    clear: both;
}
.category-actions {
    border: none;
    margin:0px 0;
    width: 100%;
    text-align: right;
    font-size: 16px;
}
.paging {
    margin: 25px 0;
    width: 100%;
    text-align: right;
    font-size: 16px;
}
.category-toolbar {
    margin-bottom: 0;
    padding: 5px 0 10px;
    border-bottom: 0 solid #000;
    font-size: 14px;
    font-weight: 400;
    color: #2a2d32;
    text-transform: none;
    text-align: left; 
    display: flex;   
}
.category-actions .paging {
    padding-bottom: 0;
}
#frmsortby h2 {
    margin: 0px 0 0;border: none;
}
.sort-by span {
    margin: 0;    
}
.sort-by select {
    border: 1px solid;
    height: auto;
    padding: 0;
    min-height: 24px;
    border-radius: 2px;
    color: #2a2d32;
    font-family: Arial;
    font-size: 16px;
    min-width: 165px;
}
.m-search-area {
    position: fixed;
    width: 300px;
    height: 140px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    background: rgba(255,255,255,.95);
    z-index: 500;
    display: none
}
.m-search-area .search-area {
    width: 250px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 34px
}
.m-search-area .search-area .searchBox {
    display: block
}
.m-search-area .mob-search-close {
    color: #006bed;
    font-size: 24px;
    padding: 5px;
    text-align: right
}
.m-search-area .mob-search-close i {
    cursor: pointer
}
#mSearchBox {
    display: none
}
.search-text {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 84%;
    height: 35px;
    padding: 3px 30px 3px 12px;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    background: 0 0;
    font-family: 'Mulish', sans-serif;
    color: #ccc;
    border: none;
    color: #000;
}
.search-btn {
    display: inline-block;
    vertical-align: top;
    color: #006bed;    
    font-weight: 300;    
    font-family: 'Mulish', sans-serif;
    top: 0;
    right: 0;
    min-height: 100%;
    border: none;    
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    border: none;    
    -webkit-appearance: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    position: absolute;
    padding: 0;
    width: 15%;
    background: #eee;
    font-size: 17px;
    line-height: 24px;
}
@media(max-width: 1140px) {
    #mSearchBox {
        display:block
    }
    .product-items.product-items-1 .product-item, .product-items.product-items-2 .product-item, .product-items.product-items-3 .product-item, .product-items.product-items-4 .product-item, .product-items.product-items-5 .product-item, .product-items.product-items-6 .product-item {
        width: 50%;
    }
}
.carousel,.carousel-inner {
    position: relative
}
.carousel-inner {
    overflow: hidden;
    width: 100%
}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    line-height: 1
}
@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }
    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0
    }
    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0
    }
    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0
    }
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}
.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)
}
.carousel-control:focus,.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}
.carousel-caption .btn,.text-hide {
    text-shadow: none
}
.btn.btn-checkout {    
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
@media(max-width: 1199px) {
    .navbar-nav>li{margin: 0 1% 0 0;}
    .task-button {    
        padding-top: 18px;
    }
    .tc-testimonials .tc-testimonial {
        max-width:500px;
        min-height: 320px;
        margin: 0 auto
    }
    .tc-testimonials:nth-child(2) {
        display: none
    }
    .testimonials-carousel .testimonials-control {
        top: 30%
    }
    .two-testimonials .item-inner {
        height: auto
    }
    .two-testimonials .item-inner .tc-testimonials {
        position: static
    }
    .testimonials-carousel .testimonials-control {
        display: inline-block!important
    }
}
@media(max-width: 991px){
    .bh_footer-item {
        border-bottom: 1px solid #88969e;margin-right: 0;
    }
    .bh_footer-item-title {    
        height: 65px;
    }
    .bh_footer-item .bh_footer-mobile-dropdown {
        display: block;
    }
    .bh_footer-item-container {    
        max-height: 0;
        overflow: hidden;
        transition: max-height 400ms,visibility 400ms;
        visibility: hidden;
    }
    .bh_footer-item-container.--mobile-open {
        max-height: 900px;margin-bottom: 20px;
        visibility: visible;
    }
    .bh_footer-container {
        flex-direction: column;
    }
    .copyright {
        margin-bottom: 20px;
    }
    .footer-logo {
        margin-bottom: 25px;
    }
    .footer-social ul {    
        text-align: center;
    }
}
@media(max-width: 767px) {
    .product-items.product-items-1 .product-item, .product-items.product-items-2 .product-item, .product-items.product-items-3 .product-item, .product-items.product-items-4 .product-item, .product-items.product-items-5 .product-item, .product-items.product-items-6 .product-item {
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
    .breadcrumnb {    
        display: none;
    }
    .page_heading {
        font-size: 20px;
    }
    .subcategories > ul > li span.name{font-size: 16px;}
    .subcategories>ul>li {
        width: 100% !important;
        float: none;
        max-width: 100%;
        margin: 0 auto 0px auto;
    }
    section#category {
        padding-bottom: 0;
    }
    .site-header .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .search-form-col {
        clear: both;
        background: #2a2c31;
        padding: 15px 0;
    }
    .minicart {
        float: left;
    }
    .tc-testimonials .tc-testimonial {
        padding-bottom:35px
    }
    .testimonials-carousel {
        padding: 0
    }
    .testimonials-carousel .testimonials-control {
        position: static
    }
    .tc-testimonials .tc-testimonial {
        max-width: 420px
    }
    .tc-testimonials .tc-testimonial .testimonial-quote {
        width: 100%;
        height: auto;
        padding: 25px
    }
    .tc-testimonials .tc-testimonial .testimonial-quote:after {
        right: 80px
    }
}
@media(max-width: 479px) {
    .tc-testimonials .tc-testimonial {
        max-width:300px
    }
    .tc-testimonials .tc-testimonial .testimonial-quote {
        padding: 20px;
        font-size: 14px;
        line-height: 24px
    }
    .tc-testimonials .tc-testimonial .testimonial-quote:after {
        right: 40px
    }
}
@media(max-width: 1150px) {
    .task-button {
        width:49%;
        padding-top: 35px
    }
    .task-description {
        width: 51%
    }
    .or {
        top: 27%
    }
    .header-left {
        width: 40%;
        height: 95px
    }
    .search-area {
        width: 330px
    }
    .header-right {
        height: 95px;
        padding-top: 30px
    }
    #midContent {
        padding: 0 10px
    }
    .included-services {
        padding: 45px 10px
    }
}
@media(max-width: 1024px) {
    #FRAME_SEARCH {
        display:none
    }
    .m-search-area {
        background: #fff;
        border: 1px solid #006bed
    }
    .head-mobile-nav {
        display: inline-block !important;
    }
}
@media(max-width: 1023px) {
    #midContent,#mainContainer {
        min-height:auto
    }
    .four-tasks {
        padding: 9px;
        width: 100%;
        float: none
    }
    .task-button {
        width: 32%;
        padding-top: 2px
    }
    .ten-tasks {
        padding: 9px;
        width: 100%;
        float: none
    }
    .or {
        position: initial;
        width: 20%
    }
    .services-left {
        width: 100%;
        float: none
    }
    .services-right {
        float: none;
        width: 100%
    }
    .image-responsive {
        margin: auto
    }
    .services-btn {
        margin-bottom: 25px
    }
    .extra-pages .f-headers {
        display: none
    }
    .extra-pages {
        float: none;
        width: 100%;
        margin-bottom: 0;
        text-align: center
    }
    .extra-pages ul>li {
        text-align: center
    }
    .payment {
        float: none;
        width: auto;
        text-align: center;
        padding: 10px 0
    }
    footer #copyright .copyright {
        text-align: center;
        float: none
    }
}
@media(max-width: 767px) {
    .head-mobile-nav > a{display: inline-block !important;}
    .category-toolbar:before,.category-toolbar:after{content:none;}
    .category-toolbar{
        justify-content: space-between;    
    }
    .services-col ul {
        max-width: 100%;
    }
    #home section {    
        margin: 0 0 10px;
    }
    .mob-ham-container .tab-ham, .tab-ham{font-size: 22px;padding-bottom: 0;}
    .header-left {
        width:100%;
        height: 60px
    }
    .header-right {
        height: 65px;
        padding-top: 15px
    }
    .task-button {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px
    }
    .task-description {
        width: 100%;
        text-align: center
    }
    .get-started-btn {
        margin-top: 12px
    }
    .extra-pages ul {
        display: block
    }
    #mainContainer {
        padding: 20px 0 5px
    }
    .show-mobile-mini {
        display: block!important
    }
}

#listing .product-id {
	display: none;
}
#listing #company_info {
	display: none
}
