body {
    font-family: muli,sans-serif;
    color: #000;
    line-height: 1.5;
    overflow-x: hidden
}

h1 {
    font-size: 30px
}

.titles {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0
}

.subcategories {
    border-bottom: 1px solid #ececec;
    padding: 0 0 30px
}

.subcategories>ul>li>a {
    color: #000;
    text-decoration: none;
    display: block;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.subcategories>ul>li>a:hover {
    opacity: .8
}

.subcategories>ul>li span.name {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.category-actions {
    padding: 0 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid #ececec
}

.footer-breadcrumbs ul li {
    list-style: none;
    display: inline-block
}

.footer-breadcrumbs ul {
    padding-left: 0
}

.breadcrumbsBlock li:first-child {
    display: none
}

@media(min-width: 1200px) {
    .container {
        width:1170px
    }
}

.form-control {
    color: #000;
    font-family: muli,sans-serif;
    font-size: 14px;
    height: 36px;
    padding: 7px 12px
}

.form-control.search-text {
    border-color: #ececec;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn {
    font-size: 13px;
    padding: 8px 12px;
    font-weight: 600;
    text-transform: uppercase
}

.btn-default {
    text-align: center;
    font-size: 16px;
    text-transform: none;
    border-radius: 4px;
    background: #006bed;
    border: 1px solid #006bed;
    color: #fff
}

.btn-default:hover,.btn-default:focus,.btn-default:hover:focus,.btn-default.focus {
    opacity: .8;
    background: #006bed;
    border: 1px solid #006bed;
    color: #fff
}

.btn-default.btn-inverse,.btn-primary {
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: none;
    border-radius: 4px;
    background: #006bed;
    border: 1px solid #006bed
}

.btn-default.btn-inverse:hover,.btn-primary:hover {
    opacity: .8;
    background: #006bed;
    border: 1px solid #006bed;
    color: #fff
}

.navbar.navbar-inverse {
    margin-bottom: 0;
    border: none;
    background-color: transparent
}

.navbar-nav {
    float: right
}

.navbar-inverse .navbar-nav>li>a {
    color: #2a2d32;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
    min-height: 50px
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #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;
    display: none!important
}

.navbar-inverse .navbar-nav>li>a:active,.navbar-inverse .navbar-nav>li>a:visited {
    background: 0 0;
    background-color: transparent
}

.navbar-nav>li>.dropdown-menu {
    display: none!important
}

.hero-content-holder {
    max-width: 755px;
    margin: auto;
    text-align: center
}

section.store-hero {
    padding: 50px 0 130px;
    background: #f2f2f2;
    overflow: hidden
}

.store-hero h2 {
    font-size: 42px
}

.store-hero p {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 25px
}

.home-page .site-header {
    background: #f2f2f2
}

@media(min-width: 1745px) {
    .hero-content-holder:before {
        content:url(../images/main-left.png);
        position: absolute;
        left: 0
    }

    .hero-content-holder:after {
        content: url(../images/img-right.png);
        position: absolute;
        right: -105px;
        top: 35px
    }
}

@media(max-width: 1023px) {
    .navbar-header {
        float:none
    }

    .navbar-left,.navbar-right {
        float: none!important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse.collapse {
        display: none!important
    }

    .navbar-nav {
        float: none!important
    }

    .navbar-nav>li {
        float: none
    }

    .collapse.in {
        display: block!important
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
}

.logo {
    display: inline-block
}

.logo-container span {
    font-size: 33px;
    position: relative;
    top: 8px;
display:inline-block;
}

.logo-container span a {
    color: #2a2d32;
    text-decoration: none
}

.logo-container span:before {
    content: "|";
    margin: 0 12px 0 10px;
    position: relative;
    top: -3px
}

.logo:hover {
    opacity: .6
}

.top-nav {
}

.top-nav ul {
    padding: 19px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    font-family: muli,sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.top-nav ul li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ececec
}

.top-nav .useraccount ul {
    float: right
}

.top-nav ul li:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.top-nav ul li a {
    color: #666
}

.site-header {
    padding: 13px 0 22px;
    border-bottom: 1px solid #ecedef
}

.navbar-collapse.collapse {
    margin-top: 7px
}

.searchBox {
    padding: 10px 0
}

.search-form {
    position: relative
}

.search-form .search-text {
    padding: 9px 10px 9px 12px;
    height: 50px
}

.store-hero .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: none;
    border-radius: 4px;
    background: #006bed;
    border: 1px solid #006bed
}

.store-hero .form-control {
    width: 69%;
    margin-right: 1%;
    border-radius: 4px
}

.minicart {
    min-width: 165px;
    height: 60px;
    float: right;
    padding: 15px 0 15px 10px;
    border-left: 1px solid #ececec
}

.minicart-inner {
    display: block;
    color: #000;
    text-transform: uppercase;
    cursor: pointer
}

.minicart-inner:hover {
    color: #000;
    opacity: .8
}

.minicart .cart-icon {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    float: left;
    margin-right: 5px
}

.minicart .cart-details {
    display: block;
    float: left
}

span.cart-title {
    font-size: 12px;
    line-height: 15px;
    display: block;
    font-weight: 700
}

span.cart-count {
    color: #666;
    font-size: 10px;
    display: block;
    line-height: 15px;
    font-weight: 500
}

.site-footer {
    padding: px 0 0;
    color: #fff;
    font-family: muli,sans-serif
}

ul.extrapages li {
    line-height: 1;
    margin: 0 0 15px
}

ul.extrapages li a {
    color: #ccc;
    font-size: 16px
}

.footer-social {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d
}

.top-footer {
    padding: 25px 0;
    background: #fff;
    border-top: 1px solid #d7d7d7
}

.join-rank {
    text-align: center;
    font-size: 32px;
    color: #2a2d32
}

.join-rank a {
    font-size: 18px;
    color: #fff;
    text-transform: none;
    background: #006bed;
    padding: 13px 35px;
    border-radius: 4px;
    border: 1px solid #006bed;
    margin-top: 15px
}

.join-expert {
    clear: both;
    display: block;
    width: 100%;
    margin: 75px 0 50px;
    font-size: 30px;
    text-align: center
}

.join-expert a {
    display: block;
    max-width: 150px;
    margin: auto;
    margin-top: 10px
}

.copyright,.copyright a {
    color: #7e848e;
    font-size: 14px;
    font-weight: 500
}

.copyright {
    float: left;
    margin-top: 8px
}

.copyright img,.copyright p {
    display: inline-block;
    margin: 0
}

.copyright p {
    margin-left: 20px;
    position: relative;
    top: 3px
}

.footer-logo {
    float: right
}

.mailist-box {
    width: 320px;
    float: right;
    margin-bottom: 10px;
    float: left
}

.mailist-box h3 {
    margin: 0 0 15px;
    font-family: muli,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
}

.bottom-footer {
    background: #2a2d32;
    padding: 25px
}

.btn-default.mailinglist-submit:hover,.btn-default.mailinglist-submit:focus {
    opacity: .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: #ccc;
    cursor: pointer
}

.footer-social ul {
    margin: 0
}

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: muli,sans-serif;
    text-transform: uppercase;
    margin-right: 20px
}

.social-icons {
}

.social-icons li a {
    color: #0f0f0f;
    background-color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 18px
}

.social-icons li a:hover {
    opacity: .6
}

.product-items.product-items-1 .product-item {
    height: auto!important
}

.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 {
    color: #000
}

.product-item del.regular-price {
    text-decoration: line-through
}

.sale-price {
    color: #d04b64
}

del.original-price {
    font-weight: 500
}

span.freeshipping {
    color: #00a888
}

.product-item .status span:before {
    content: "-"
}

.product-item .status {
    font-size: 12px
}

.product-item .price {
    font-size: 15px;
    font-weight: 700
}

.product-item .img {
    min-height: 304px;
    position: relative;
    border: 1px solid #ececec;
    background-color: #fff
}

.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 .btn {
    min-width: 150px
}

.head-mobile-nav>a {
    color: #000;
    font-size: 35px;
    line-height: 1
}

.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-top: 0;
    padding-bottom: 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: 700
}

.home-page-content .category-footer p {
    margin: 0 0 30px;
    text-align: justify
}

.home-page-content .category-footer a:hover img {
    opacity: .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"
}

.marketer-section {
    padding-top: 100px
}

.marketer-text {
    float: left;
    width: 46%;
    margin-top: 0
}

.marketer-img {
    float: left;
    width: 54%
}

.marketer-img img {
    max-width: 100%
}

.marketer-text p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px
}

.marketer-text .btn {
    padding: 13px 40px
}

.designers-section {
    padding-top: 0;
    background: #ededed
}

.designers-text {
    float: right;
    width: 46%;
    margin-top: 90px
}

.designers-img {
    float: left;
    width: 54%;
    margin-bottom: -75px
}

.designers-img img {
    max-width: 100%;
    position: relative;
    z-index: 1
}

.designers-text p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px
}

.designers-text .btn {
    padding: 13px 40px
}

.developers-section {
    padding-top: 0
}

.developers-text {
    float: left;
    width: 48%;
    margin-top: 90px
}

.developers-img {
    float: right;
    width: 52%
}

.developers-img img {
    max-width: 100%;
    position: relative;
    z-index: -2
}

.developers-text p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px
}

.developers-text .btn {
    padding: 13px 40px
}

.photographers-section {
    padding-top: 0;
    background: #ededed
}

.photographers-text {
    float: right;
    width: 46%;
    margin-top: 110px
}

.photographers-img {
    float: left;
    width: 54%
}

.photographers-img img {
    max-width: 100%;
    position: relative;
    margin-top: -45px;
    z-index: 1
}

.photographers-text p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px
}

.photographers-text .btn {
    padding: 13px 40px
}

@media(max-width: 1199px) {
    .logo img {
        max-width:220px
    }
}

@media(max-width: 1023px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size:14px;
        min-height: 0
    }

    .navbar-nav>li.dropdown>a:after {
        float: right
    }

    .mailist-box {
        float: none;
        padding: 30px 0;
        width: 100%;
        max-width: 320px;
        margin: 0 auto
    }

    .footer-social {
        text-align: center
    }
}

@media(max-width: 767px) {
    .logo {
        text-align:center;
        height: auto
    }

    .logo img {
        max-width: 190px;
        position: static
    }

    .searchBox {
        padding: 20px 0 0
    }

    .search-form-col {
        clear: both
    }

    .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: 12px
    }

    .footer-social ul li {
        padding: 0 4px
    }

    .extrapages {
        display: none
    }

    .home-page-content .category-header {
        padding: 15px 0
    }

    .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:270px
    }
}

.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,.5)
}

.menu-open .mobile-menu {
    overflow-x: hidden;
    overflow-y: auto
}

.mobile-menu-inner {
    background-color: #2a2d32;
    padding: 30px 20px;
    width: 250px;
    margin-left: 0;
    margin-right: auto;
    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(-250px,0);
    -ms-transform: translate(-250px,0);
    -o-transform: translate(-250px,0);
    transform: translate(-250px,0)
}

.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 {
    color: #006bed;
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    text-decoration: none
}

.mobile-menu-close a:after {
    content: '\e805';
    font-family: fontello
}

.mobile-menu-widget {
    margin: 30px 0
}

.mobile-menu-widget h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1;
    border-bottom: 1px solid #ececec
}

.mobile-menu-widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.mobile-menu-widget ul li {
    margin: 0 0 10px
}

.mobile-menu-widget ul li a {
    padding: 0;
    line-height: 1;
    font-size: 13px;
    background-color: transparent!important;
    display: block;
    color: #555;
    text-decoration: none!important
}

.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: .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 {
    color: #000
}

.paging strong,.paging a:hover {
    color: #006bed;
    text-decoration: none
}

.paging strong,.paging a {
    min-width: 18px;
    padding: 0 5px
}

@media(max-width: 1199px) {
    section.store-hero {
        padding:40px 0 70px
    }

    .marketer-text {
        width: 40%
    }

    .marketer-img {
        width: 60%
    }

    .marketer-section {
        padding-top: 40px
    }

    .marketer-text h2 {
        margin-top: 0
    }

    .designers-text {
        margin-top: 70px;
        width: 40%
    }

    .designers-img {
        width: 60%;
        margin-bottom: -68px
    }

    .developers-text {
        margin-top: 50px
    }

    .photographers-text {
        margin-top: 60px
    }
}

@media(max-width: 1023px) {
    .head-mobile-nav {
        float:right;
        margin-top: 17px;
        text-align: right
    }

    .copyright img,.copyright p {
        display: block;
        margin: auto
    }

    .copyright {
        float: none;
        margin-top: 8px;
        width: 100%;
        text-align: center
    }

    .copyright p {
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .footer-logo {
        float: none;
        text-align: center
    }

    .join-rank a {
        display: block;
        max-width: 195px;
        margin: auto
    }

    .join-rank {
        line-height: 70px
    }

    .top-footer {
        padding: 15px 0 35px
    }

    .marketer-text {
        width: 100%;
        float: none;
        text-align: center
    }

    .marketer-img {
        width: 100%;
        text-align: center
    }

    .designers-text {
        width: 100%;
        float: none;
        text-align: center
    }

    .designers-img {
        width: 100%;
        margin-bottom: -87px;
        float: none;
        text-align: center
    }

    .developers-text {
        margin-top: 85px;
        float: none;
        text-align: center;
        width: 100%
    }

    .developers-img {
        float: none;
        width: 100%;
        margin-top: 40px;
        text-align: center
    }

    .photographers-text {
        float: none;
        text-align: center;
        width: 100%
    }

    .photographers-img {
        float: none;
        width: 100%;
        text-align: center
    }

    .photographers-img img {
        margin-top: 45px
    }

    .mobile-menu-widget ul li a {
        font-size: 18px;
        color: #7e848e
    }

    .mobile-menu-widget ul li {
        margin: 0 0 20px
    }

    .mobile-menu-widget h3 {
        margin-bottom: 20px;
        color: #7e848e;
        border-bottom: 1px solid #7e848e
    }

    .mobile-menu-close {
        text-align: right
    }

    .site-header {
        border-bottom: 1px solid #ddd
    }
}

@media(max-width: 767px) {
    .join-rank {
        line-height:45px
    }

    .join-rank a {
        margin-top: 25px
    }

    .top-footer {
        padding: 35px 0
    }

    .photographers-text p,.developers-text p,.designers-text p,.marketer-text p {
        font-size: 17px
    }

    .designers-img {
        margin-bottom: 0
    }

    .designers-img {
        margin-top: 25px
    }

    .designers-text {
        margin-top: 40px
    }

    .store-hero h2 {
        font-size: 32px
    }

    .store-hero p {
        font-size: 16px
    }

    .store-hero .search-form .search-submit {
        width: 100%;
        position: initial;
        margin-top: 15px
    }

    section.store-hero {
        padding: 0 0 35px
    }

    .store-hero .form-control {
        width: 100%;
        margin-right: 0
    }

    .logo-container {
        text-align: center
    }

    .head-mobile-nav {
        width: 100%;
        margin-top: 8px
    }

    .navbar-wrapper {
        background: #006bed;
        margin-top: 15px
    }

    .head-mobile-nav>a {
        color: #fff
    }

    .developers-text {
        margin-top: 40px
    }

    .photographers-text {
        margin-top: 40px
    }
}

@media(max-width: 320px) {
    .join-rank {
        font-size:32px
    }

    .logo-container span:before {
        margin: 0 4px
    }

    .logo-container span {
        font-size: 29px
    }
}

.cat-items-grid .category-header {
    margin-bottom: 0
}

.cat-items-grid .category-header h1 {
    margin-bottom: 0
}

.cat-items-grid .category-header h2 {
    margin-top: 30px;
    font-size: 38px
}

.category-search .searchBox {
    padding: 0
}

.category-search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: 0 0;
    border: none;
    color: #bebfc1
}

.category-search .search-submit:hover {
    background: 0 0;
    opacity: .8;
    border: none;
    color: #bebfc1
}

.category-search .search-form .search-text {
    background: #f2f3f6;
    border-radius: 4px
}

.category-menu .c-expertise {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 20px
}

.category-menu ul {
    padding: 0
}

.category-menu ul li {
    list-style: none;
    border-top: 1px solid #e7e8ec
}

.category-menu ul li a {
    font-size: 18px;
    color: #4b4b4b;
    padding: 15px 0;
    display: block
}

.category-menu ul li a:hover {
    text-decoration: none;
    color: #006bed
}

.product-items .product-item {
    width: 100%!important;
    background: #f2f3f6;
    border: 1px solid #d7d7d7;
    padding: 18px
}

.product-item .img {
    margin-bottom: 0
}

.all-expertise {
    text-align: center;
    background: #b3b3b3;
    padding: 8px 0
}

.product-item .img {
    min-height: 200px
}

.product-items {
    margin-left: 0;
    margin-right: 0
}

.product-items .product-item {
    margin-bottom: 25px
}

.product-item .name a {
    font-size: 25px
}

.product-item .name a:hover {
    text-decoration: none
}

.product-item .name a:hover {
    text-decoration: none;
    opacity: .7
}

.product-item .name {
    margin-top: 15px;
    margin-bottom: 0;
    min-height: 35px;
    height: auto
}

.short-description {
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 85px
}

.pricing-block .action {
    text-align: right
}

.category-right {
    float: right
}

.active-li a {
    color: #006bed!important;
    text-decoration: none
}

footer {
    background-color: #2a2d32;
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    padding-top: 70px;
    text-align: left;
    color: #fff;
}

footer:before {
    content: url(/assets/images/3dcart/shift4shop-mini-logo.png);
    display: block;
    margin-top: -110px;
    margin-bottom: 20px;
    margin: -110px auto 20px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

footer .footer_upper {
    padding-bottom: 0px;
}

footer .footer-headline {
    font-family: freight-sans-pro,sans-serif;
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    text-align: center;
}

footer .footer-widgets {
    margin-bottom: 50px;
}

footer .footer-widgets .footer-widget {
    float: left;
    width: 20%;
    text-align: left
}

footer .footer-widgets .footer-widget h3 {
    font-family: freight-sans-pro,sans-serif;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

footer .footer-widgets .footer-widget ul {
    padding: 0;
    margin: 0
}

footer .footer-widgets .footer-widget ul li {
    font-family: freight-sans-pro,sans-serif;
    list-style: none;
    color: #7e848e;
    font-size: 13px;
    line-height: 2.2;
    padding: 3px 0;
}

footer .footer-widgets .footer-widget ul li a,footer .footer_bottom .footer_bottom_left a {
    color: #7e848e
}

footer .footer-widgets .footer-widget ul li a {
    font-size: 13px;
}
footer .footer-widgets .footer-widget ul li a:hover {
    text-decoration:none;
    color:#006bed;
}



footer .footer-widgets:after {
    content: "";
    display: table;
    clear: both
}

footer .footer-widgets .footer-widget ul li.social-icons a {
    font-size: 20px;
    margin-right: 14px
}

footer .footer_bottom {
    border-top: 0px solid #3f4246;
    padding: 40px 0;
}

footer .footer_bottom .footer_bottom_left {
    text-align: left;
    color: #7e848e;
    font-size: 14px;
    float: left;
    padding: 11px 0
}

footer .footer_bottom .footer-seals {
    vertical-align: middle;
    margin-right: 18px
}

footer .footer-widgets .footer-widget ul li a,footer .footer_bottom .footer_bottom_left a {
    color: #fff;
}

footer .footer_bottom .footer_bottom_right {
    float: right
}

.select-country-outer {
    color: #7e848e;
    padding: 10px 0 0 20px
}

.select-country {
    position: relative
}

.select-country:before {
    position: absolute;
    top: 6px;
    content: "\e820";
    font-family: fontello;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px
}

#my-selection {
    background: 0 0;
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0;
    padding: 5px 25px 5px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 100;
    cursor: pointer;
    width: 95px
}

.select-country:after {
    position: absolute;
    top: -5px;
    right: 5px;
    content: "\f107";
    font-family: fontello;
    font-size: 30px
}

footer .footer_bottom .footer_bottom_right {
    float: right
}

footer .footer_bottom .footer_bottom_right img {
    opacity: .25
}

.site-footer .container {
    background: 0 0;
    padding-left: 16px;
    padding-right: 16px;
    max-width: calc(1120px + 16px * 2);
    width: 100%;
}

@media(max-width: 1199px) {
    .product-item .price {
        width:100%;
        height: auto
    }

    .pricing-block .action {
        text-align: left;
        float: none;
        display: block
    }

    .product-left {
        margin-top: 30px
    }

    .short-description {
        min-height: 105px
    }

    .site-footer .container {
        padding-left: 15px;
        padding-right: 15px
    }

    footer .footer-widgets .footer-widget ul li a {
        font-size: 14px
    }

    footer .footer-widgets .footer-widget h3 {
        font-size: 16px;
        margin-bottom: 18px;
        color: #fff
    }

    footer .footer-widgets {
        margin-top: 20px
    }

    footer .footer-widgets .footer-widget ul li.social-icons a {
        margin-right: 6px
    }

    .site-footer .container {
        width: 1000px
    }
}

@media(max-width: 990px) {
    .pricing-block .action {
        margin-bottom:10px
    }

    .category-right {
        float: none;
        margin-bottom: 20px
    }

    .category-menu {
        display: none
    }
}

@media(max-width: 1023px) {
    footer .footer-widgets .footer-widget {
        width:33.3333%;
        margin-bottom: 30px
    }

    .cleartab {
        clear: both
    }

    footer .footer_bottom .footer-seals {
        float: none;
        margin: 0 0 20px;
        display: block
    }

    footer .footer-headline {
        font-size: 40px
    }

    .site-footer .container {
        width: 750px
    }
}

@media(max-width: 767px) {
    .cat-items-grid .category-header h2 {
        margin-top:20px;
        font-size: 27px
    }

    .cat-items-grid .category-header {
        margin-bottom: 40px
    }

    .product-items .product-item {
        max-width: 100%
    }

    .product-left {
        margin-top: 0
    }

    .product-right {
        text-align: center
    }

    .pricing-block .action {
        text-align: center;
        margin-bottom: 0
    }

    .product-item .name {
        height: auto
    }

    .site-footer .container {
        width: 100%
    }

    footer .footer_bottom .footer-seals {
        display: none
    }

    footer .footer_bottom .footer_bottom_right {
        display: none
    }

    .select-country {
        display: none
    }

    footer .footer-widgets {
        padding: 0!important
    }

    footer .footer-widgets .footer-widget {
        text-align: left;
        margin-bottom: 10px;
        padding: 0!important;
        width: 100%!important;
        max-width: none;
        min-height: 0
    }

    footer .footer-widgets .footer-widget ul li.social-icons a {
        margin-right: 4px
    }

    footer .footer-widgets .footer-widget:last-child {
        margin-bottom: 0
    }

    footer .footer_bottom .footer_bottom_left {
        text-align: center;
        float: none
    }

    footer .footer_bottom .footer_bottom_left a {
        display: block
    }

    footer .footer_bottom .footer_bottom_left span {
        display: none
    }

    footer .footer-widgets .footer-widget h3 {
        background-color: rgba(34,172,92,.7);
        padding: 10px 15px;
        line-height: 1;
        position: relative;
        border-radius: 3px;
        cursor: pointer;
        color: #fff;
        margin: 0
    }

    footer .footer-widgets .footer-widget h3:after {
        color: #fff;
        font-family: fontello;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        position: absolute;
        top: 8px;
        bottom: auto;
        right: 10px;
        margin: auto;
        font-size: 22px
    }

    footer .footer-widgets .footer-widget ul {
        padding: 20px;
        background-color: #1f2125
    }

    footer .footer-headline {
        font-size: 32px;
        line-height: 1.5
    }

    footer .footer-widgets .footer-widget ul li {
        margin-bottom: 12px
    }

    footer .footer-widgets {
        margin-top: 40px
    }
}

@media(max-width: 320px) {
    .product-item .price {
        font-size:14px
    }

    span.city-state {
        display: block
    }

    span.dot-span {
        display: none
    }

    .cat-items-grid .category-header h2 {
        font-size: 23px
    }

    footer .footer-headline {
        font-size: 34px;
        line-height: 45px
    }

    footer .footer-widgets .footer-widget ul li.social-icons a {
        font-size: 17px
    }
}

.custom-listing .star-rating {
    float: none;
    width: 100%;
    margin-bottom: 10px
}

.custom-listing #reviewsTab,.custom-listing .description-heading,.custom-listing #overView {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700
}

.rating:hover .rating-star:hover,.rating:hover .rating-star:hover~.rating-star,.rating-input:checked~.rating-star,.reviews-stars {
    color: #006bed
}

.custom-listing .reviewed-by {
    font-weight: 700
}

.product-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 27px 0
}

.product-menu ul {
    padding: 0;
    margin: 0
}

.product-menu {
    border-top: 1px solid #e7e8ec;
    border-bottom: 1px solid #e7e8ec;
    text-align: center;
    margin: 20px 0
}

.product-menu ul li a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    padding: 0 25px
}

.product-top {
    margin-top: 35px
}

.product-top .product_thumb img {
    max-width: 100%;
    border: 1px solid #d7d7d7
}

.product-top h1 {
    font-weight: 500;
    margin-bottom: 5px
}

.createreview-link {
    color: #000
}

.custom-listing span.reviews {
    margin-right: 0
}

.mz-thumb-selected img {
    -webkit-filter: none;
    filter: none
}

.exp-heading {
    font-size: 18px;
    border-bottom: 1px solid #e7e8ec;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.expertise_designer,.expertise_developer,.expertise_marketing,.expertise_photographer {
    font-size: 18px;
    font-weight: 100
}

.contact-expert a {
    font-weight: 400;
    padding: 10px 35px
}

.contact-expert {
    text-align: right;
    margin-top: 50px
}

.product-top .product-reviews {
    margin: 0 0 5px
}

.product-top .visit-website a {
    color: #006bed;
    text-decoration: underline
}

.visit-website {
    margin-bottom: 15px;
    margin-top: 10px
}

.product-top .pricingBlock,.hourly-price {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700
}

.addl-images .flex-direction-nav .flex-next,.addl-images .flex-direction-nav .flex-prev {
    border: 1px solid #e7e8ec;
    padding: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #e7e8ec
}

.flex-direction-nav a:before {
    color: #e7e8ec
}

.page_header {
    margin: 30px 0 25px
}

.tc-try-btn {
    float: right;
    margin-top: 8px;
    margin-left: 15px
}

.tc-try-btn a {
    min-width: 132px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    background: #25282a;
    color: #fff;
    -webkit-border-radius: 2px;
    padding: 6px 20px;
    transition: opacity 250ms ease-out;
    border: none
}

.tc-try-btn a:hover {
    text-decoration: none;
    opacity: .7
}

.mob-buildstore {
    display: none
}

@media(max-width: 1024px) {
    .tc-try-btn {
        margin-top:0
    }
}

@media(max-width: 1023px) {
    .pro-detail-l,.pro-detail-r {
        width:100%
    }

    .contact-expert {
        margin-top: 25px
    }

    .pro-detail-r {
        margin-top: 25px
    }

    .mob-buildstore {
        display: block
    }

    .tc-try-btn {
        float: none;
        margin-left: 0;
        width: 100%
    }

    .tc-try-btn a {
        height: auto;
        font-size: 20px;
        background: #25282a;
        padding: 5px 20px;
        display: block;
        text-align: center
    }
}

@media(max-width: 767px) {
    .contact-expert {
        margin-top:15px;
        text-align: left
    }

    .tc-try-btn {
        margin-top: -23px
    }

    .product-top .product_thumb {
        margin-bottom: 25px;
        text-align: center
    }

    .product-menu ul li {
        display: block;
        padding: 10px 0
    }

    .product-menu {
        padding: 20px 0
    }

    .listing-page .breadcrumnb {
        display: block
    }

    .join-expert {
        line-height: 1.1
    }
}

.cat-page-nav>li.dropdown>a:after {
    display: none
}

.cat-page-nav>li.dropdown.open>a:after {
    content: "\f106"
}

.cat-page-nav .dropdown-menu {
    display: none;
    float: none;
    position: initial;
    box-shadow: none;
    border: none
}

.cat-page-nav .dropdown.open .dropdown-menu {
    display: block
}

.cat-page-nav .dropdown-menu li {
    padding-left: 15px
}

.cat-page-nav .dropdown-menu>li>a:hover,.cat-page-nav .dropdown-menu>li>a:focus {
    background: 0 0;
    text-decoration: none
}

.cat-page-nav .dropdown-menu>li>a {
    text-transform: capitalize
}

.cat-page-nav li a:focus {
    text-decoration: none
}

.cat-page-nav li.dropdown span.cat-arrow {
    content: "\e113";
    height: 57px;
    width: 65px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    z-index: 1;
    cursor: pointer
}

.cat-page-nav li.dropdown span.cat-arrow:after {
    content: "\f107";
    font-family: fontello;
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    line-height: 57px;
    font-size: 26px
}

.cat-page-nav li.dropdown.active span.cat-arrow:after {
    content: "\f106"
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #000
}

span.cat-arrow {
    display: none
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 57.25%
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
body {
    font-family: muli,sans-serif;
    color: #000;
    line-height: 1.5;
    overflow-x: hidden
}

h1 {
    font-size: 30px
}

.titles {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0
}

.subcategories {
    border-bottom: 1px solid #ececec;
    padding: 0 0 30px
}

.subcategories>ul>li>a {
    color: #000;
    text-decoration: none;
    display: block;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.subcategories>ul>li>a:hover {
    opacity: .8
}

.subcategories>ul>li span.name {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.category-actions {
    padding: 0 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid #ececec
}

.footer-breadcrumbs ul li {
    list-style: none;
    display: inline-block
}

.footer-breadcrumbs ul {
    padding-left: 0
}

.breadcrumbsBlock li:first-child {
    display: none
}

@media(min-width: 1200px) {
    .container {
        width:1170px
    }
}

.form-control {
    color: #000;
    font-family: muli,sans-serif;
    font-size: 14px;
    height: 36px;
    padding: 7px 12px
}

.form-control.search-text {
    border-color: #ececec;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn {
    font-size: 13px;
    padding: 8px 12px;
    font-weight: 600;
    text-transform: uppercase
}

.btn-default {
    text-align: center;
    font-size: 16px;
    text-transform: none;
    border-radius: 4px;
    background: #006bed;
    border: 1px solid #006bed;
    color: #fff
}

.btn-default:hover,.btn-default:focus,.btn-default:hover:focus,.btn-default.focus {
    opacity: .8;
    background: #006bed;
    border: 1px solid #006bed;
    color: #fff
}

.btn-default.btn-inverse,.btn-primary {
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: none;
    border-radius: 4px;
    background: #006bed;
    border: 1px solid #006bed
}

.btn-default.btn-inverse:hover,.btn-primary:hover {
    opacity: .8;
    background: #006bed;
    border: 1px solid #006bed;
    color: #fff
}

.navbar.navbar-inverse {
    margin-bottom: 0;
    border: none;
    background-color: transparent
}

.navbar-nav {
    float: right
}

.navbar-inverse .navbar-nav>li>a {
    color: #2a2d32;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
    min-height: 50px
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #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;
    display: none!important
}

.navbar-inverse .navbar-nav>li>a:active,.navbar-inverse .navbar-nav>li>a:visited {
    background: 0 0;
    background-color: transparent
}

.navbar-nav>li>.dropdown-menu {
    display: none!important
}

.hero-content-holder {
    max-width: 755px;
    margin: auto;
    text-align: center
}

section.store-hero {
    padding: 50px 0 130px;
    background: #f2f2f2;
    overflow: hidden
}

.store-hero h2 {
    font-size: 42px
}

.store-hero p {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 25px
}

.home-page .site-header {
    background: #f2f2f2
}

@media(min-width: 1745px) {
    .hero-content-holder:before {
        content:url(../images/main-left.png);
        position: absolute;
        left: 0
    }

    .hero-content-holder:after {
        content: url(../images/img-right.png);
        position: absolute;
        right: -105px;
        top: 35px
    }
}

@media(max-width: 1023px) {
    .navbar-header {
        float:none
    }

    .navbar-left,.navbar-right {
        float: none!important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse.collapse {
        display: none!important
    }

    .navbar-nav {
        float: none!important
    }

    .navbar-nav>li {
        float: none
    }

    .collapse.in {
        display: block!important
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
}

.logo {
    display: inline-block
}

.logo-container span {
    font-size: 33px;
    position: relative;
    top: 8px
}

.logo-container span a {
    color: #2a2d32;
    text-decoration: none
}

.logo-container span:before {
    content: "|";
    margin: 0 12px 0 10px;
    position: relative;
    top: -3px
}

.logo:hover {
    opacity: .6
}

.top-nav {
}

.top-nav ul {
    padding: 19px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    font-family: muli,sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.top-nav ul li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ececec
}

.top-nav .useraccount ul {
    float: right
}

.top-nav ul li:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.top-nav ul li a {
    color: #666
}

.site-header {
    padding: 13px 0 22px;
    border-bottom: 1px solid #ecedef
}

.navbar-collapse.collapse {
    margin-top: 7px
}

.searchBox {
    padding: 10px 0
}

.search-form {
    position: relative
}

.search-form .search-text {
    padding: 9px 10px 9px 12px;
    height: 50px
}

.store-hero .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: none;
    border-radius: 4px;
    background: #006bed;
    border: 1px solid #006bed
}

.store-hero .form-control {
    width: 69%;
    margin-right: 1%;
    border-radius: 4px
}

.minicart {
    min-width: 165px;
    height: 60px;
    float: right;
    padding: 15px 0 15px 10px;
    border-left: 1px solid #ececec
}

.minicart-inner {
    display: block;
    color: #000;
    text-transform: uppercase;
    cursor: pointer
}

.minicart-inner:hover {
    color: #000;
    opacity: .8
}

.minicart .cart-icon {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    float: left;
    margin-right: 5px
}

.minicart .cart-details {
    display: block;
    float: left
}

span.cart-title {
    font-size: 12px;
    line-height: 15px;
    display: block;
    font-weight: 700
}

span.cart-count {
    color: #666;
    font-size: 10px;
    display: block;
    line-height: 15px;
    font-weight: 500
}

.site-footer {
    padding: px 0 0;
    color: #fff;
    font-family: muli,sans-serif
}

ul.extrapages li {
    line-height: 1;
    margin: 0 0 15px
}

ul.extrapages li a {
    color: #ccc;
    font-size: 16px
}

.footer-social {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d
}

.top-footer {
    padding: 25px 0;
    background: #fff;
    border-top: 1px solid #d7d7d7
}

.join-rank {
    text-align: center;
    font-size: 32px;
    color: #2a2d32
}

.join-rank a {
    font-size: 18px;
    color: #fff;
    text-transform: none;
    background: #006bed;
    padding: 13px 35px;
    border-radius: 4px;
    border: 1px solid #006bed;
    margin-top: 15px
}

.join-expert {
    clear: both;
    display: block;
    width: 100%;
    margin: 75px 0 50px;
    font-size: 30px;
    text-align: center
}

.join-expert a {
    display: block;
    max-width: 150px;
    margin: auto;
    margin-top: 10px
}

.copyright,.copyright a {
    color: #7e848e;
    font-size: 14px;
    font-weight: 500
}

.copyright {
    float: left;
    margin-top: 8px
}

.copyright img,.copyright p {
    display: inline-block;
    margin: 0
}

.copyright p {
    margin-left: 20px;
    position: relative;
    top: 3px
}

.footer-logo {
    float: right
}

.mailist-box {
    width: 320px;
    float: right;
    margin-bottom: 10px;
    float: left
}

.mailist-box h3 {
    margin: 0 0 15px;
    font-family: muli,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
}

.bottom-footer {
    background: #2a2d32;
    padding: 25px
}

.btn-default.mailinglist-submit:hover,.btn-default.mailinglist-submit:focus {
    opacity: .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: #ccc;
    cursor: pointer
}

.footer-social ul {
    margin: 0
}

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: muli,sans-serif;
    text-transform: uppercase;
    margin-right: 20px
}

.social-icons {
}

.social-icons li a {
    color: #0f0f0f;
    background-color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 18px
}

.social-icons li a:hover {
    opacity: .6
}

.product-items.product-items-1 .product-item {
    height: auto!important
}

.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 {
    color: #000
}

.product-item del.regular-price {
    text-decoration: line-through
}

.sale-price {
    color: #d04b64
}

del.original-price {
    font-weight: 500
}

span.freeshipping {
    color: #00a888
}

.product-item .status span:before {
    content: "-"
}

.product-item .status {
    font-size: 12px
}

.product-item .price {
    font-size: 15px;
    font-weight: 700
}

.product-item .img {
    min-height: 304px;
    position: relative;
    border: 1px solid #ececec;
    background-color: #fff
}

.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 .btn {
    min-width: 150px
}

.head-mobile-nav>a {
    color: #000;
    font-size: 35px;
    line-height: 1
}

.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-top: 0;
    padding-bottom: 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: 700
}

.home-page-content .category-footer p {
    margin: 0 0 30px;
    text-align: justify
}

.home-page-content .category-footer a:hover img {
    opacity: .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"
}

.marketer-section {
    padding-top: 100px
}

.marketer-text {
    float: left;
    width: 46%;
    margin-top: 0
}

.marketer-img {
    float: left;
    width: 54%
}

.marketer-img img {
    max-width: 100%
}

.marketer-text p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px
}

.marketer-text .btn {
    padding: 13px 40px
}

.designers-section {
    padding-top: 0;
    background: #ededed
}

.designers-text {
    float: right;
    width: 46%;
    margin-top: 90px
}

.designers-img {
    float: left;
    width: 54%;
    margin-bottom: -75px
}

.designers-img img {
    max-width: 100%;
    position: relative;
    z-index: 1
}

.designers-text p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px
}

.designers-text .btn {
    padding: 13px 40px
}

.developers-section {
    padding-top: 0
}

.developers-text {
    float: left;
    width: 48%;
    margin-top: 90px
}

.developers-img {
    float: right;
    width: 52%
}

.developers-img img {
    max-width: 100%;
    position: relative;
    z-index: -2
}

.developers-text p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px
}

.developers-text .btn {
    padding: 13px 40px
}

.photographers-section {
    padding-top: 0;
    background: #ededed
}

.photographers-text {
    float: right;
    width: 46%;
    margin-top: 110px
}

.photographers-img {
    float: left;
    width: 54%
}

.photographers-img img {
    max-width: 100%;
    position: relative;
    margin-top: -45px;
    z-index: 1
}

.photographers-text p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px
}

.photographers-text .btn {
    padding: 13px 40px
}

@media(max-width: 1199px) {
    .logo img {
        max-width:220px
    }
}

@media(max-width: 1023px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size:14px;
        min-height: 0
    }

    .navbar-nav>li.dropdown>a:after {
        float: right
    }

    .mailist-box {
        float: none;
        padding: 30px 0;
        width: 100%;
        max-width: 320px;
        margin: 0 auto
    }

    .footer-social {
        text-align: center
    }
}

@media(max-width: 767px) {
    .logo {
        text-align:center;
        height: auto
    }

    .logo img {
        max-width: 190px;
        position: static
    }

    .searchBox {
        padding: 20px 0 0
    }

    .search-form-col {
        clear: both
    }

    .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: 12px
    }

    .footer-social ul li {
        padding: 0 4px
    }

    .extrapages {
        display: none
    }

    .home-page-content .category-header {
        padding: 15px 0
    }

    .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:270px
    }
}

.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,.5)
}

.menu-open .mobile-menu {
    overflow-x: hidden;
    overflow-y: auto
}

.mobile-menu-inner {
    background-color: #2a2d32;
    padding: 30px 20px;
    width: 250px;
    margin-left: 0;
    margin-right: auto;
    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(-250px,0);
    -ms-transform: translate(-250px,0);
    -o-transform: translate(-250px,0);
    transform: translate(-250px,0)
}

.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 {
    color: #006bed;
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    text-decoration: none
}

.mobile-menu-close a:after {
    content: '\e805';
    font-family: fontello
}

.mobile-menu-widget {
    margin: 30px 0
}

.mobile-menu-widget h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1;
    border-bottom: 1px solid #ececec
}

.mobile-menu-widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.mobile-menu-widget ul li {
    margin: 0 0 10px
}

.mobile-menu-widget ul li a {
    padding: 0;
    line-height: 1;
    font-size: 13px;
    background-color: transparent!important;
    display: block;
    color: #555;
    text-decoration: none!important
}

.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: .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 {
    color: #000
}

.paging strong,.paging a:hover {
    color: #006bed;
    text-decoration: none
}

.paging strong,.paging a {
    min-width: 18px;
    padding: 0 5px
}

@media(max-width: 1199px) {
    section.store-hero {
        padding:40px 0 70px
    }

    .marketer-text {
        width: 40%
    }

    .marketer-img {
        width: 60%
    }

    .marketer-section {
        padding-top: 40px
    }

    .marketer-text h2 {
        margin-top: 0
    }

    .designers-text {
        margin-top: 70px;
        width: 40%
    }

    .designers-img {
        width: 60%;
        margin-bottom: -68px
    }

    .developers-text {
        margin-top: 50px
    }

    .photographers-text {
        margin-top: 60px
    }
}

@media(max-width: 1023px) {
    .head-mobile-nav {
        float:right;
        margin-top: 17px;
        text-align: right
    }

    .copyright img,.copyright p {
        display: block;
        margin: auto
    }

    .copyright {
        float: none;
        margin-top: 8px;
        width: 100%;
        text-align: center
    }

    .copyright p {
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .footer-logo {
        float: none;
        text-align: center
    }

    .join-rank a {
        display: block;
        max-width: 195px;
        margin: auto
    }

    .join-rank {
        line-height: 70px
    }

    .top-footer {
        padding: 15px 0 35px
    }

    .marketer-text {
        width: 100%;
        float: none;
        text-align: center
    }

    .marketer-img {
        width: 100%;
        text-align: center
    }

    .designers-text {
        width: 100%;
        float: none;
        text-align: center
    }

    .designers-img {
        width: 100%;
        margin-bottom: -87px;
        float: none;
        text-align: center
    }

    .developers-text {
        margin-top: 85px;
        float: none;
        text-align: center;
        width: 100%
    }

    .developers-img {
        float: none;
        width: 100%;
        margin-top: 40px;
        text-align: center
    }

    .photographers-text {
        float: none;
        text-align: center;
        width: 100%
    }

    .photographers-img {
        float: none;
        width: 100%;
        text-align: center
    }

    .photographers-img img {
        margin-top: 45px
    }

    .mobile-menu-widget ul li a {
        font-size: 18px;
        color: #7e848e
    }

    .mobile-menu-widget ul li {
        margin: 0 0 20px
    }

    .mobile-menu-widget h3 {
        margin-bottom: 20px;
        color: #7e848e;
        border-bottom: 1px solid #7e848e
    }

    .mobile-menu-close {
        text-align: right
    }

    .site-header {
        border-bottom: 1px solid #ddd
    }
}

@media(max-width: 767px) {
    .join-rank {
        line-height:45px
    }

    .join-rank a {
        margin-top: 25px
    }

    .top-footer {
        padding: 35px 0
    }

    .photographers-text p,.developers-text p,.designers-text p,.marketer-text p {
        font-size: 17px
    }

    .designers-img {
        margin-bottom: 0
    }

    .designers-img {
        margin-top: 25px
    }

    .designers-text {
        margin-top: 40px
    }

    .store-hero h2 {
        font-size: 32px
    }

    .store-hero p {
        font-size: 16px
    }

    .store-hero .search-form .search-submit {
        width: 100%;
        position: initial;
        margin-top: 15px
    }

    section.store-hero {
        padding: 0 0 35px
    }

    .store-hero .form-control {
        width: 100%;
        margin-right: 0
    }

    .logo-container {
        text-align: center
    }

    .head-mobile-nav {
        width: 100%;
        margin-top: 8px
    }

    .navbar-wrapper {
        background: #006bed;
        margin-top: 15px
    }

    .head-mobile-nav>a {
        color: #fff
    }

    .developers-text {
        margin-top: 40px
    }

    .photographers-text {
        margin-top: 40px
    }
}

@media(max-width: 320px) {
    .join-rank {
        font-size:32px
    }

    .logo-container span:before {
        margin: 0 4px
    }

    .logo-container span {
        font-size: 29px
    }
}

.cat-items-grid .category-header {
    margin-bottom: 0
}

.cat-items-grid .category-header h1 {
    margin-bottom: 0
}

.cat-items-grid .category-header h2 {
    margin-top: 30px;
    font-size: 38px
}

.category-search .searchBox {
    padding: 0
}

.category-search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: 0 0;
    border: none;
    color: #bebfc1
}

.category-search .search-submit:hover {
    background: 0 0;
    opacity: .8;
    border: none;
    color: #bebfc1
}

.category-search .search-form .search-text {
    background: #f2f3f6;
    border-radius: 4px
}

.category-menu .c-expertise {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 20px
}

.category-menu ul {
    padding: 0
}

.category-menu ul li {
    list-style: none;
    border-top: 1px solid #e7e8ec
}

.category-menu ul li a {
    font-size: 18px;
    color: #4b4b4b;
    padding: 15px 0;
    display: block
}

.category-menu ul li a:hover {
    text-decoration: none;
    color: #006bed
}

.product-items .product-item {
    width: 100%!important;
    background: #f2f3f6;
    border: 1px solid #d7d7d7;
    padding: 18px
}

.product-item .img {
    margin-bottom: 0
}

.all-expertise {
    text-align: center;
    background: #b3b3b3;
    padding: 8px 0
}

.product-item .img {
    min-height: 200px
}

.product-items {
    margin-left: 0;
    margin-right: 0
}

.product-items .product-item {
    margin-bottom: 25px
}

.product-item .name a {
    font-size: 25px
}

.product-item .name a:hover {
    text-decoration: none
}

.product-item .name a:hover {
    text-decoration: none;
    opacity: .7
}

.product-item .name {
    margin-top: 15px;
    margin-bottom: 0;
    min-height: 35px;
    height: auto
}

.short-description {
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 85px
}

.pricing-block .action {
    text-align: right
}

.category-right {
    float: right
}

.active-li a {
    color: #006bed!important;
    text-decoration: none
}

footer {
    background-color: #2a2d32;
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    padding-top: 70px;
}

footer:before {
    content: url(/assets/images/3dcart/shift4shop-mini-logo.png);
    display: block;
    margin-top: -110px;
    margin-bottom: 20px;
    margin: -110px auto 20px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

footer .footer_upper {
    padding-bottom: 0px;
}

footer .footer-headline {
    font-family: freight-sans-pro,sans-serif;
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    text-align: center;
}

footer .footer-widgets {
    margin-bottom: 50px;
}

footer .footer-widgets .footer-widget {
    float: left;
    width: 20%;
    text-align: left
}

footer .footer-widgets .footer-widget h3 {
    font-family: freight-sans-pro,sans-serif;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

footer .footer-widgets .footer-widget ul {
    padding: 0;
    margin: 0
}

footer .footer-widgets .footer-widget ul li {
    list-style: none;
    color: #7e848e;
    font-size: 13px;
    line-height: 2.2;
    padding: 3px 0;
}

footer .footer-widgets .footer-widget ul li a,footer .footer_bottom .footer_bottom_left a {
    color: #7e848e
}

footer .footer-widgets .footer-widget ul li a {
    font-size: 13px;
}
footer .footer-widgets .footer-widget ul li a:hover {
    text-decoration:none;
    color:#006bed;
}



footer .footer-widgets:after {
    content: "";
    display: table;
    clear: both
}

footer .footer-widgets .footer-widget ul li.social-icons a {
    font-size: 20px;
    margin-right: 14px
}

footer .footer_bottom {
    border-top: 0px solid #3f4246;
    padding: 40px 0;
}

footer .footer_bottom .footer_bottom_left {
    text-align: left;
    color: #7e848e;
    font-size: 14px;
    float: left;
    padding: 11px 0
}

footer .footer_bottom .footer-seals {
    vertical-align: middle;
    margin-right: 18px
}

footer .footer-widgets .footer-widget ul li a,footer .footer_bottom .footer_bottom_left a {
    color: #fff;
}

footer .footer_bottom .footer_bottom_right {
    float: right
}

.select-country-outer {
    color: #7e848e;
    padding: 10px 0 0 20px
}

.select-country {
    position: relative
}

.select-country:before {
    position: absolute;
    top: 6px;
    content: "\e820";
    font-family: fontello;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px
}

#my-selection {
    background: 0 0;
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0;
    padding: 5px 25px 5px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 100;
    cursor: pointer;
    width: 95px
}

.select-country:after {
    position: absolute;
    top: -5px;
    right: 5px;
    content: "\f107";
    font-family: fontello;
    font-size: 30px
}

footer .footer_bottom .footer_bottom_right {
    float: right
}

footer .footer_bottom .footer_bottom_right img {
    opacity: .25
}

.site-footer .container {
    background: 0 0;
    padding-left: 16px;
    padding-right: 16px;
    max-width: calc(1120px + 16px * 2);
    width: 100%;
}

@media(max-width: 1199px) {
    .product-item .price {
        width:100%;
        height: auto
    }

    .pricing-block .action {
        text-align: left;
        float: none;
        display: block
    }

    .product-left {
        margin-top: 30px
    }

    .short-description {
        min-height: 105px
    }

    .site-footer .container {
        padding-left: 15px;
        padding-right: 15px
    }

    footer .footer-widgets .footer-widget ul li a {
        font-size: 14px
    }

    footer .footer-widgets .footer-widget h3 {
        font-size: 16px;
        margin-bottom: 18px;
        color: #fff
    }

    footer .footer-widgets {
        margin-top: 20px
    }

    footer .footer-widgets .footer-widget ul li.social-icons a {
        margin-right: 6px
    }

    .site-footer .container {
        width: 1000px
    }
}

@media(max-width: 990px) {
    .pricing-block .action {
        margin-bottom:10px
    }

    .category-right {
        float: none;
        margin-bottom: 20px
    }

    .category-menu {
        display: none
    }
}

@media(max-width: 1023px) {
    footer .footer-widgets .footer-widget {
        width:33.3333%;
        margin-bottom: 30px
    }

    .cleartab {
        clear: both
    }

    footer .footer_bottom .footer-seals {
        float: none;
        margin: 0 0 20px;
        display: block
    }

    footer .footer-headline {
        font-size: 40px
    }

    .site-footer .container {
        width: 750px
    }
}

@media(max-width: 767px) {
    .cat-items-grid .category-header h2 {
        margin-top:20px;
        font-size: 27px
    }

    .cat-items-grid .category-header {
        margin-bottom: 40px
    }

    .product-items .product-item {
        max-width: 100%
    }

    .product-left {
        margin-top: 0
    }

    .product-right {
        text-align: center
    }

    .pricing-block .action {
        text-align: center;
        margin-bottom: 0
    }

    .product-item .name {
        height: auto
    }

    .site-footer .container {
        width: 100%
    }

    footer .footer_bottom .footer-seals {
        display: none
    }

    footer .footer_bottom .footer_bottom_right {
        display: none
    }

    .select-country {
        display: none
    }

    footer .footer-widgets {
        padding: 0!important
    }

    footer .footer-widgets .footer-widget {
        text-align: left;
        margin-bottom: 10px;
        padding: 0!important;
        width: 100%!important;
        max-width: none;
        min-height: 0
    }

    footer .footer-widgets .footer-widget ul li.social-icons a {
        margin-right: 4px
    }

    footer .footer-widgets .footer-widget:last-child {
        margin-bottom: 0
    }

    footer .footer_bottom .footer_bottom_left {
        text-align: center;
        float: none
    }

    footer .footer_bottom .footer_bottom_left a {
        display: block
    }

    footer .footer_bottom .footer_bottom_left span {
        display: none
    }

    footer .footer-widgets .footer-widget h3 {
        background-color: rgba(34,172,92,.7);
        padding: 10px 15px;
        line-height: 1;
        position: relative;
        border-radius: 3px;
        cursor: pointer;
        color: #fff;
        margin: 0
    }

    footer .footer-widgets .footer-widget h3:after {
        color: #fff;
        font-family: fontello;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        position: absolute;
        top: 8px;
        bottom: auto;
        right: 10px;
        margin: auto;
        font-size: 22px
    }

    footer .footer-widgets .footer-widget ul {
        padding: 20px;
        background-color: #1f2125
    }

    footer .footer-headline {
        font-size: 32px;
        line-height: 1.5
    }

    footer .footer-widgets .footer-widget ul li {
        margin-bottom: 12px
    }

    footer .footer-widgets {
        margin-top: 40px
    }
}

@media(max-width: 320px) {
    .product-item .price {
        font-size:14px
    }

    span.city-state {
        display: block
    }

    span.dot-span {
        display: none
    }

    .cat-items-grid .category-header h2 {
        font-size: 23px
    }

    footer .footer-headline {
        font-size: 34px;
        line-height: 45px
    }

    footer .footer-widgets .footer-widget ul li.social-icons a {
        font-size: 17px
    }
}

.custom-listing .star-rating {
    float: none;
    width: 100%;
    margin-bottom: 10px
}

.custom-listing #reviewsTab,.custom-listing .description-heading,.custom-listing #overView {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700
}

.rating:hover .rating-star:hover,.rating:hover .rating-star:hover~.rating-star,.rating-input:checked~.rating-star,.reviews-stars {
    color: #006bed
}

.custom-listing .reviewed-by {
    font-weight: 700
}

.product-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 27px 0
}

.product-menu ul {
    padding: 0;
    margin: 0
}

.product-menu {
    border-top: 1px solid #e7e8ec;
    border-bottom: 1px solid #e7e8ec;
    text-align: center;
    margin: 20px 0
}

.product-menu ul li a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    padding: 0 25px
}

.product-top {
    margin-top: 35px
}

.product-top .product_thumb img {
    max-width: 100%;
    border: 1px solid #d7d7d7
}

.product-top h1 {
    font-weight: 500;
    margin-bottom: 5px
}

.createreview-link {
    color: #000
}

.custom-listing span.reviews {
    margin-right: 0
}

.mz-thumb-selected img {
    -webkit-filter: none;
    filter: none
}

.exp-heading {
    font-size: 18px;
    border-bottom: 1px solid #e7e8ec;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.expertise_designer,.expertise_developer,.expertise_marketing,.expertise_photographer {
    font-size: 18px;
    font-weight: 100
}

.contact-expert a {
    font-weight: 400;
    padding: 10px 35px
}

.contact-expert {
    text-align: right;
    margin-top: 50px
}

.product-top .product-reviews {
    margin: 0 0 5px
}

.product-top .visit-website a {
    color: #006bed;
    text-decoration: underline
}

.visit-website {
    margin-bottom: 15px;
    margin-top: 10px
}

.product-top .pricingBlock,.hourly-price {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700
}

.addl-images .flex-direction-nav .flex-next,.addl-images .flex-direction-nav .flex-prev {
    border: 1px solid #e7e8ec;
    padding: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #e7e8ec
}

.flex-direction-nav a:before {
    color: #e7e8ec
}

.page_header {
    margin: 30px 0 25px
}

.tc-try-btn {
    float: right;
    margin-top: 8px;
    margin-left: 15px
}

.tc-try-btn a {
    min-width: 132px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    background: #25282a;
    color: #fff;
    -webkit-border-radius: 2px;
    padding: 6px 20px;
    transition: opacity 250ms ease-out;
    border: none
}

.tc-try-btn a:hover {
    text-decoration: none;
    opacity: .7
}

.mob-buildstore {
    display: none
}

@media(max-width: 1024px) {
    .tc-try-btn {
        margin-top:0
    }
}

@media(max-width: 1023px) {
    .pro-detail-l,.pro-detail-r {
        width:100%
    }

    .contact-expert {
        margin-top: 25px
    }

    .pro-detail-r {
        margin-top: 25px
    }

    .mob-buildstore {
        display: block
    }

    .tc-try-btn {
        float: none;
        margin-left: 0;
        width: 100%
    }

    .tc-try-btn a {
        height: auto;
        font-size: 20px;
        background: #25282a;
        padding: 5px 20px;
        display: block;
        text-align: center
    }
}

@media(max-width: 767px) {
    .contact-expert {
        margin-top:15px;
        text-align: left
    }

    .tc-try-btn {
        margin-top: -23px
    }

    .product-top .product_thumb {
        margin-bottom: 25px;
        text-align: center
    }

    .product-menu ul li {
        display: block;
        padding: 10px 0
    }

    .product-menu {
        padding: 20px 0
    }

    .listing-page .breadcrumnb {
        display: block
    }

    .join-expert {
        line-height: 1.1
    }
}

.cat-page-nav>li.dropdown>a:after {
    display: none
}

.cat-page-nav>li.dropdown.open>a:after {
    content: "\f106"
}

.cat-page-nav .dropdown-menu {
    display: none;
    float: none;
    position: initial;
    box-shadow: none;
    border: none
}

.cat-page-nav .dropdown.open .dropdown-menu {
    display: block
}

.cat-page-nav .dropdown-menu li {
    padding-left: 15px
}

.cat-page-nav .dropdown-menu>li>a:hover,.cat-page-nav .dropdown-menu>li>a:focus {
    background: 0 0;
    text-decoration: none
}

.cat-page-nav .dropdown-menu>li>a {
    text-transform: capitalize
}

.cat-page-nav li a:focus {
    text-decoration: none
}

.cat-page-nav li.dropdown span.cat-arrow {
    content: "\e113";
    height: 57px;
    width: 65px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    z-index: 1;
    cursor: pointer
}

.cat-page-nav li.dropdown span.cat-arrow:after {
    content: "\f107";
    font-family: fontello;
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    line-height: 57px;
    font-size: 26px
}

.cat-page-nav li.dropdown.active span.cat-arrow:after {
    content: "\f106"
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #000
}

span.cat-arrow {
    display: none
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 57.25%
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
