/* Make footer stay at bottom */
@media (min-width: 992px) {
    html{
        min-height: 100%;
        position: relative;
    }
    body {
       margin-bottom: 240px;
    }
    .footer-page{
        width: 100%;
        height: 217px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
/* end footer stay at bottom */


/* GREYLINE START */
header .greyline {
    background: #ccc;
    color: #7E7E7E;
    height: 58px;
    padding-top: 15px;
}
.red{ 
    color: red;
}

}
.rank, .rewards {
    padding: 15px 15px;
    color: white;
    font-size: 16px;
}

.rewards {
    background-color: #6F6FB5;
}

.rewards:empty {
    display: none;
}

ul.rewards {
    list-style: none;
    padding-left: 15px;
    margin-left: 0;
}

.rank {
    background-color: #3871AB;
    margin-bottom: 25px;
}

.replyBody a {
    word-wrap: break-word;
}

.postings .meta {
    font-style: italic;
    margin-bottom: 8px
}

.postings h4 {
    font-size: 21px;
    margin-bottom: 2px;
}

.img-res {
    margin: 8px;
    float: left;
}

#accopen {
    z-index: 98;
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #FDFDFD;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    -webkit-box-shadow: 0 0 30px -10px #000000;
    box-shadow: 0 0 30px -10px #000000;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#accopen:hover, .close-profile-popup:hover {
    cursor: pointer;
    background-color: #B2E0FF;
    color: white;

    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

#accopen.open {
    display: none;
}

.board .imgWrap {
    padding-top: 10px;
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}

.board .imgWrap:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9;
    -webkit-box-shadow: 0 0 30px -10px #000000;
    box-shadow: 0 0 30px -10px #000000;

}

.board img {
    max-width: 100%;
    height: auto;
}

.board .name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 6px;
}

.board .ordinal {
    color: #337ab7;
    margin-bottom: 0;
    font-size: 20px;
}

.close-profile-popup {

    display: block;
    position: fixed;
    font-size: 16px;
    bottom: 15px;
    right: 15px;
    background: #FDFDFD;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;

}

.profile-popup {
    width: 100%;
    max-width: 320px;
    margin-left: 10px;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: white;
    z-index: 99;
    padding: 18px 25px;
    -webkit-box-shadow: 0 0 30px -10px #000000;
    box-shadow: 0 0 30px -10px #000000;
}

.profile-popup h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 26px;

}

.profile-popup h5 {
    font-size: 18px;
    text-align: center;
}

.profile-popup .ord {
    text-align: center;
    font-size: 22px;
}

.profile-popup .lead {
    font-size: 15px;
}

.profile-popup.open {
    display: block;
}

.profile-sider h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 26px;

}

.profile-sider h5 {
    font-size: 18px;
    text-align: center;
}

.profile-sider .ord {
    text-align: center;
    font-size: 30px;

}

.profile-sider .ord a {
    display: block;
    width: 100%;
    background-color: #F7F7F7;
}

.profile-sider .lead {
    font-size: 15px;
    text-align: center;
}

.profile-sider.open {
    display: block;
}

#earnPoints {

    display: block;
    background-color: #3871AB;
    border-radius: 6px;
    text-align: center;
    color: white;
    font-size: 24px;
}

#earnPoints:hover {
    text-transform: none;
    text-decoration: none;
    opacity: 0.9;
}

@media (min-width: 768px) and (max-width: 992px) {
    .btn-search-open {
        position: absolute;
        right: 21px;
        top: 71px;
    }

    #searchFrm {
        float: right;
        border: #CCc 4px solid;
    }

    #searchFrm .input-group {
        float: right;
    }

    .searchholder {

        padding-left: 0;
        padding-right: 0;

        opacity: 1;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;

        float: right;
    }

    .searchholder input.form-control {
        float: right;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .searchholder .dropdown {
        display: none;
    }

    .searchholder .dropdown.show {
        display: block;
    }

    .searchholder input.form-control:focus {

        width: 340px;
    }

    .searchholder.open {

        width: 60%;
        height: 5px;
        opacity: 1;
        padding-left: 40px;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

}

.helpcreate {
    padding-right: 10px;
    text-align: center;
}

.helpcreate img {
    height: 32px;
}

.tabs {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    padding-top: 12px;

}

.tabs li {
    display: inline-block;
    text-transform: capitalize;

}

.tabs li a {
    color: #7E7E7E;
    padding: 8px 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.tabs li a:hover {
    background-color: rgba(255, 255, 255, 0.5);

}

.tabs li.active, .tabs li.active {
    background-color: white;
    color: #000;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 8px 20px;
}

/* GREYLINE END */

/* FORUM START */

/*.mainbody {
	margin-top: 15px;
}*/
.container, .searchAndCart, .price_addtocart_myclass, .addToCartSwatches{
    min-width: 320px;
}

.forum-zone {
    border-right: 1px #000 solid;
    min-height: 400px; /* DELETE THIS */
}

.button {
    border: 1px solid #7E7E7E;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    display: inline-block;
    padding: 1px 5px;
}

.button:hover {
    opacity: 0.8;
}

.button:active {
    outline: none;
}

.orangeBtn {

    background-color: #F2702F;

}

.blueBtn {
    background-color: #376EAB;
}

.forum-topic {
    margin-top: 15px;
    position: relative;

}

.forum-topic > .row {

    padding: 15px 15px 15px 0;
    line-height: 1.2;
}

.forum-topic hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px dotted #000;
    height: 2px;
    border-bottom: 1px dotted #000;

}

.photoOfUserHolder {
    text-align: center;
}

.photoOfUserHolder img {
    width: 100%;
    height: auto;
}

.photoOfUserHolder .UserName {
    font-size: 12px;
    color: #4D4D4D;
}

.topicBody .forumTitle {
    margin-top: 0;
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 22px;
    color: #000;
}

.topicBody .forumTitle a, .topicBody .forumTitle a:visited {
    color: #000;
}

.topicBody .postInfo {
    font-style: italic;
    margin-bottom: 8px;
}

.reply {
    margin-bottom: 7px;
}

.forum-topic img {
    max-width: 100%;
}

.reply .photoOfUserHolder {
    padding-left: 20px;
    padding-right: 0px;
}

/* THREAD */
.reply .photoOfUserHolder.thread img {
    height: auto;
    max-width: 100%;
}

.reply .photoOfUserHolder.thread {
    padding-left: 20px;
    padding-right: 0px;
    text-align: right;
}

.reply hr {
    margin-bottom: 10px;
}

.breadcr {
    margin-top: 15px;
}

.breadcr ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.breadcr ul li {
    display: inline-block;
}

.breadcr ul li:after {
    content: " \00bb";
    color: #E29200;
}

.breadcr ul li:last-child:after {
    display: none;
}

.breadcr li a {
    color: #1BA6B1;
}

.breadcr .active {
    color: #000;

}

/* Post Approve Button Design */
.approve_button_panel {
    width: 54%;
    margin: 10px 0px 10px 0px;
    float: right;
}

.displany_none {
    display: none;
}

.loadingImage {
    float: right;
    margin-right: 150px;
}

.marginright10 {
    margin-right: 10px !important;
}

.replyBody {
    padding-left: 20px;
}

.replyBody .replyTitle {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.replyBody .replyText {
    line-height: 1.2;
}

.imgsInTopic {
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
}

.imgsInTopic .imgHolder {
    height: 50px;
    width: 10%;
    margin-left: 5px;
    float: left;
}

.imgHolder {

    background-color: #000;
    text-align: center;
}

.imgHolder img {
    height: 100%;
    width: auto;
}

.buttons {
    padding-top: 15px;
}

.buttons button {
    margin-right: 20px;
}

.numberOfReplies {
    position: absolute;
    top: 0;
    right: 15px;
    background-color: #7CB7E6;
    padding: 5px 7px;
    color: #fff;
}

.numberOfReplies:after {
    position: absolute;
    top: 100%;
    content: "";
    right: 2px;

    border: 5px solid transparent;
    border-left: 5px solid #7CB7E6;
    border-top: 5px solid #7CB7E6;

    transform: skewX(-15deg);
}

/* FORUM END */

/* SIDER START */
.poll {
    border-right: 1px solid #000;
}

.poll .allvoters {
    border-top: 1px solid #000;
    position: relative;
    text-align: center;

}

.poll .allvoters.active {
    font-weight: bold;
}

.poll .allvoters:after {
    content: "";
    position: absolute;
    width: 0px;
    bottom: 100%;
    right: 0;
    height: 3px;
    border-right: 1px solid #000;
}

.poll .allvoters:before {
    content: "";
    position: absolute;
    width: 0px;
    bottom: 100%;
    left: 0;
    height: 3px;
    border-left: 1px solid #000;
}

.pollTable .head {
    color: black;

    height: 30px;
}

.pollTable .head td {
    width: 50%;
    vertical-align: bottom;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;

}

.sider h1 {
    font-weight: bold;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 24px;
}

.poll h1 {
    text-transform: uppercase;
    font-size: 24px;
}

.pollItem {
    border-top: #ccc 2px solid;
    margin-top: 5px;
    padding-left: 15px;

    width: 100%;
    padding-top: 13px;
    padding-bottom: 33px;
}

.pollItem span {
    display: block;
    float: left;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.pollItem span.Favorable {
    background-color: #7694AC;
}

.pollItem span.notFavorable {
    background-color: #D7D6D4;
}

.pollItem span.undecated {
    background-color: #D5A55B;
}

.featuredImg .holder {
    width: 100%;
    text-align: center;
}

.featuredImg .holder img {
    width: 100%;
    height: auto;
}

/* SIDER END */

/* pagination */
.paginWrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.pagination {
    font-size: 1.1em;
    border-bottom: 1px solid #ccc;
    max-width: 400px;
    width: 100%;
    padding-bottom: 2px;
    margin-bottom: 6px;
    float: left;
}

.numbers a {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #999;
    margin: 0 4px;
    font-size: 1.1em;
    color: #003994;
}

.numbers span {
    color: #555;
}

.numbers span.cur {
    background: #003994;
    padding: 10px 8px;
    margin: 0 0 0 4px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

/* FOOTER */
footer {
    height: 400px;
}

footer h2, footer h2 a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

footer h5, footer h5 a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

footer ul.help {
    list-style-type: none;
    padding-left: 15px;
}

footer ul.help a {
    color: black;
}

footer ul.help ul {
    list-style-type: circle;
}

footer ul.tutorials {
    list-style-type: none;
    padding-left: 15px;
}

footer ul.tutorials a {
    color: black;
    line-height: 1.7;
}

/* FOOTER END */



/*header */
/*HEADER*/
/*
menu
*/
.main_nav {
    float: right;
}

.main_nav .nav {
    max-height: 41px;

}

.main_nav .primary {
    border-right: 0px solid #1f578f;
    border-left: 0px solid #88aacd;
    display: block;
    float: left;
}

.main_nav .fst {
    border-left: 0;
}

.main_nav .lst {
    border-right: 0;
}

.main_nav .nav .fst h6 {
    margin-left: 0;
    padding: 3px
}

.main_nav .primary h6 {
    color: #337ab7;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    height: 21px;
    padding: 3px;
    display: block;
}

.main_nav .primary:hover h6 {
    color: #1a3256;
}

.main_nav .fst h6 {
    margin-left: 0;
    padding-left: 15px;
}

/*.main_nav .primary .active,*/
.topnav .t_nav .primary .active {
    background-color: #4c88be;
    color: #fff;
}

.main_nav ul li a:hover, .topnav .t_nav ul li a:hover {
    color: #e3fb9a
}

/* header subnav popup */
.main_nav .menu-item {
    position: relative;
    display: block;
    float: left;

}

.main_nav .menu-item h6 {
    color: #ccc;
    font-size: 1.2em;
    padding: 10px 20px;
    cursor: pointer;
}

.logo-holder {
    height: 57px;

}

.logo-holder img {
    max-width: 100%;

    height: auto;
}

.main_nav .menu-item:hover {
    background-color: #646464;
}

.main_nav .menu-item:hover h6 {
    color: white;
}

.main_nav .menu-item:hover .subnav {
    display: block;
    opacity: 1;
}

.main_nav .subnav {
    display: none;
    -webkit-box-shadow: 0 0 30px -10px #000000;
    box-shadow: 0 0 30px -10px #000000;

    z-index: 10;
    position: absolute;
    margin: 0;
    background: #fff;
    font-size: 1.3em;
    padding: 15px;
    top: 100%;
    left: 50%;
    width: 230px;

    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}

.main_nav .subnav.cols-3 {
    width: 630px;
}

.main_nav .subnav.cols-2 {
    width: 430px;
}

.main_nav .subnav#notions ul .bold {
    padding: 15px;
}

.main_nav .subnav a {
    color: #2f4e6f;
}

.main_nav .subnav ul {
    float: left;
    display: inline-block;
    width: 200px;
}

.main_nav .subnav ul.start {
    padding-right: 60px;
}

.main_nav .subnav ul li {
    padding: 0px;
}

.main_nav .subnav ul li a {

    display: inline-block;
    width: 100%;
    padding: 10px;

}

.main_nav .subnav ul li:hover > a {
    background: #29abe2;
    color: #fff;
}

.main_nav .subnav ul .bold {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    margin-right: 0px;
    border-bottom: 1px solid #C8C8C8;
    white-space: normal;
}

.hor_spacer {
    height: 4px;
    background-color: #fff;
    clear: both;
    border-top: 1px solid #e9e9e9;
}

.hor_spacer2 {
    background: url(//mjtrends-672530.c.cdn77.org/images/horiz_img6.jpg) 0 0 no-repeat;
    height: 40px;
    padding: 15px 0 0 90px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    color: #fff
}

.main_nav ul, .main_nav li, .main_nav a {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 13px;
}

/* mobile menu */
.mob_nav {
    display: block;
    height: auto !important;

    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);

    transition: all 0.5s ease-out;

    z-index: 95;
    position: fixed;
    width: 300px;
    padding-top: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: black;

}

.mob_nav .accordian-mobile li, .mob_nav .third-level > li {
    max-height: 0px;
    overflow: hidden;
    background-color: #616161;

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.mob_nav .third-level > li {
    background-color: grey;
}

.mob_nav .closed .third-level{
    display: none;
}
.mob_nav .subnav .accordian-mobile li a {
    padding-left: 24px;
}

.mob_nav .accordian-mobile ul.active li {
    max-height: 100px;
}

.mob_nav .accordian-mobile .active .second-level-opened {
    max-height: 600px;
}

.mob_nav .accordian-mobile li.bold {
    max-height: none;
    overflow: visible;
    cursor: pointer;
    background-color: transparent;
}

.mob_nav.collapse.in {

    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);

    transition: all 0.5s ease-out;

}

.mob_nav .text-center {
    text-align: left;
}

.mob_nav h6 {
    font-size: 1.2em;
}

.mob_nav .nav .menu-item:hover {
    cursor: pointer;
}

.center h2 {
    text-align: center;
    font-size: 1.5em;
    margin: 4px 0;
    width: 100%;
    color: #fff;
    background: #87beed;
    border-bottom: 1px solid #ccc;
}

.mob_nav .subnav {
    z-index: 99;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: grey;
    width: 200px;

    overflow-y: auto;
}

.mob_nav .subnav ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;

}


.mob_nav .subnav ul a:hover, .mob_nav .subnav ul a:active, .mob_nav .subnav ul a:focus {
    background: #29abe2;
    text-decoration: none;
}

.mob_nav .subnav ul .bold {
    font-weight: bold;
    padding: 12px;
    font-size: 1.1em;
    color: white;
    cursor: pointer;
    white-space: normal;
}

.mob_nav .nav .menu-item {
    width: 100%;
    padding: 10px;
    color: #eee;
    position: static;

}

.mob_nav .nav .menu-item:hover {
    background-color: grey;
}

.mob_nav .nav .menu-item .subnav.active {
    display: block;
}
.mob_nav .text {
    font-size: 16.8px;
    font-weight: 500;
    margin-left: 5px;
}

#hamburger-user .text {
    margin-left: 10px;
}

.header-black {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    top: 0;
    background-color: #000;
}

.logo-holder {
    height: 57px;
    padding-top: 11px;
}

.main_nav .menu-item h6 {
    color: #ccc;
    font-size: 1.2em;
    padding: 10px 20px;
    cursor: pointer;
}


.subnavCenter{width:100% !important; margin-top: 15px !important;}
.subnavCenter li{width:100% !important;  }
.subnavCenter li a{width:100% !important; padding-left:45% !important; font-weight:bold;}

#hamburger-login, #hamburger-logout, #hamburger-user {
    display: none;
    margin-top: 30px;
    padding: 10px 2px;
    margin: 0 10px;
    width: 92%;
    background-color: transparent;
    text-align: left;
    color: #ccc;
    border: none;
    font-size: 20px;
    font-weight: bold;
    border-top: 1px solid grey;
    outline: none;

    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
#hamburger-logout {
    border-top: none;
}
/*#hamburger-login .glyphicon-log-in:before, #hamburger-logout .glyphicon-log-out:before, #hamburger-user .glyphicon-user:before  {
    color: #ccc;
}*/

#hamburger-login:hover, #hamburger-logout:hover, #hamburger-user:hover {
    background-color: grey;
    color: #fff;
}
.mob_nav #hamburger-login, .mob_nav #hamburger-logout, .mob_nav #hamburger-user {
    display: block;
    color: grey;
}
.mob_nav #hamburger-login:hover, .mob_nav #hamburger-logout:hover, .mob_nav #hamburger-user:hover {
    background-color: #fff;
}
.main_nav #hamburger-login, .main_nav #hamburger-logout, .main_nav #hamburger-user {
    display: block;
    position: absolute;
    right: 34px;
    top: 0;
    text-align: center;
    height: 57px;
    border-top: none;
    width: 43px;
}
.main_nav #hamburger-user {
    right: 80px;
}
.main_nav #hamburger-login:hover, .main_nav #hamburger-logout:hover, .main_nav #hamburger-user:hover {
    background: rgba(68, 68, 68, 0.98);
}

.main_nav #hamburger-login span.text, .main_nav #hamburger-logout span.text, .main_nav #hamburger-user span.text {
    display: none;
}
.main_nav #hamburger-login span.icon:before, .main_nav #hamburger-logout span.icon:before, .main_nav #hamburger-user span.icon:before {
    font-size: 18px;
    font-style: normal;
    position: relative;
    margin-left: 0px;
    top: 3px;
    color: #ccc; 
}

.main_nav #hamburger-user span.icon:before {
    font-size: 18px;
}

.main_nav #hamburger-user span.icon:before {
    top: 9px;
}

    
@media (max-width: 992px) {
    .forum-zone, .poll {
        border-right: none;
    }

    .helpcreate img {
        max-width: 100%;
        height: auto;
    }

}

@media (max-width: 767px) {
    /*pagination */
    .pNum:nth-last-child(-n+4) {
        display: none;
    }

    /*forum*/
    .forum-zone {
        border-right: none;
    }

    .forum-zone:before, .forum-zone:after {
        display: none;
    }

    .buttons button {
        margin-right: 0px;
    }

    .tabs {
        text-align: center;
    }

    .tabs li a {
        padding: 8px 10px;
    }
}

@media (max-width: 991px) {
    .main_nav .menu-item.md-hide {
        display: none;
    }
}

body.modal_opened {
    overflow: hidden;
    padding-right: 10px;
}

* {
    box-sizing: border-box;
}

.padding-0 {
    padding: 0 !important;
}

.header-logo-section {
    min-height: 55px;
    background-color: #000;
    padding: 10px;

}

.site-logo {
    width: 230px;
}

#logo {
    width: auto
}

.searchform input {
    border-radius: 1px;
    padding: 0px 12px;
    height: 26px;
    border: #E4E4E4 1px solid;
}

#searchsubmit {
    border: none;
    margin-left: 2px;
    margin-top: -3px;
    color: #B4B4B4;
}

#main {
    padding-left: 15px;
    padding-right: 15px;
}

#main img {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;

}

.header-black {
    background-color: black;
}

.header-white {
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;

}

.searchform {
    padding-top: 15px;
}

.show430 {
    display: none;
}

.primary.col-xs-1-7th {
    min-width: 87px;
}

.main_nav {
    clear: both;
    float: right;
    margin-right: -15px;
    margin-left: -15px;
}

.header-hl > * {
    float: right;
}

.additional-menu {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.additional-menu a {
    color: black;
    line-height: 58px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
}

.additional-menu li {
    float: left;
}

.main_nav.navbar-fixed-top {
    background: #fff;

    z-index: 100000;

    -webkit-box-shadow: 0 10px 30px -10px #000000;
    box-shadow: 0 10px 30px -10px #000000;
}

.main_nav .nav {
    max-height: 41px;

}

.main_nav .primary {
    border-right: 0px solid #1f578f;
    border-left: 0px solid #88aacd;
    display: block;
    float: left;
}

.main_nav .fst {
    border-left: 0;
}

.main_nav .lst {
    border-right: 0;
}

.main_nav .nav .fst h6 {
    margin-left: 0;
    padding: 3px
}

.main_nav .primary h6 {
    color: #337ab7;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    height: 21px;
    padding: 3px;
    display: block;
}

.main_nav .primary:hover h6 {
    color: #1a3256;
}

.main_nav .fst h6 {
    margin-left: 0;
    padding-left: 15px;
}

/*.main_nav .primary .active,*/
.topnav .t_nav .primary .active {
    background-color: #4c88be;
    color: #fff;
}

.main_nav ul li a:hover, .topnav .t_nav ul li a:hover {
    color: #e3fb9a
}

/* header subnav popup */
.main_nav .menu-item {
    position: relative;
    display: block;
    float: left;

}

.main_nav .menu-item h6 {
    color: #ccc;
    font-size: 1.2em;
    padding: 10px 20px;
    cursor: pointer;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .main_nav .menu-item h6 {
        font-size: 1.0em;
        padding: 10px 11px;
    }

    #menus.cartmenu .main_nav {
        margin-left: -30px;
    }

    .main_nav #hamburger-logout{
        right: 19px;
    }
    .main_nav #hamburger-user {
        right: 50px;
    }
}

.logo-holder {
    height: 57px;
    padding-top: 11px;
}

.main_nav .menu-item:hover {
    background-color: #646464;
}

.main_nav .menu-item:hover h6 {
    color: white;
}

.main_nav .menu-item:hover .subnav {
    display: block;
    opacity: 1;
}

.main_nav .subnav {
    display: none;
    -webkit-box-shadow: 0 0 30px -10px #000000;
    box-shadow: 0 0 30px -10px #000000;

    z-index: 10;
    position: absolute;
    margin: 0;
    background: #fff;
    font-size: 1.3em;
    padding: 15px;
    top: 100%;
    left: 50%;
    width: 230px;

    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}

.main_nav .subnav.cols-3 {
    width: 630px;
}

.main_nav .subnav.cols-2 {
    width: 430px;
}

.main_nav .subnav#notions ul .bold {
    padding: 15px;
}

.main_nav .subnav a {
    color: #2f4e6f;
}

.main_nav .subnav ul {
    float: left;
    display: inline-block;
    padding: 0 1px;
}

.main_nav .subnav ul.start {
    padding-right: 60px;
}

.main_nav .subnav ul li {
    padding: 0px;
}

.main_nav .subnav ul li a {

    display: inline-block;
    width: 100%;
    padding: 11px 8px 12px;

}

.main_nav .subnav ul li:hover > a {
    background: #29abe2;
    color: #fff;
}

.main_nav .subnav ul .bold {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    margin-right: 0px;
    border-bottom: 1px solid #C8C8C8;
    white-space: normal;
}

/* mobile menu */
.mob_nav {
    display: block;
    height: auto !important;

    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);

    transition: all 0.5s ease-out;

    z-index: 95;
    position: fixed;
    width: 300px;
    padding-top: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: black;

}

@media (max-width: 768px) and (min-width: 1200px) {
    #secondarymenu {
        display: none !important;

    }
}

.mob_nav.collapse.in {

    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);

    transition: all 0.5s ease-out;

}

.mob_nav .nav {

}

.mob_nav .text-center {
    text-align: left;
}

.mob_nav h6 {
    font-size: 1.2em;
}

.mob_nav .nav .menu-item {
    cursor: pointer;
}

.mob_nav .subnav {
    z-index: 99;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #4E4E4E;
    width: 200px;

    overflow-y: auto;
}

.mob_nav .subnav ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;

}

.mob_nav .subnav ul a, .mob_nav .second-level-link a, .mob_nav .second-level-title {
    display: inline-block;
    width: 100%;
    padding: 7px 12px;
    font-size: 1.2em;
    color: #E5E5E5;
    white-space: normal;
}



.mob_nav .subnav ul a:hover, .mob_nav .subnav ul a:active, .mob_nav .subnav ul a:focus {
    background: #29abe2;
    text-decoration: none;
}

.mob_nav .subnav ul .bold {
    font-weight: bold;
    padding: 2px 12px;
    font-size: 1.1em;
    color: white;
    white-space: normal;
    padding-bottom: 9px;
    z-index: 9999;
    border-bottom: 1px solid #545454;
    position: relative;
}

.mob_nav .subnav.accordian-mobile .bold {
    font-weight: 500;
}

.mob_nav .second-level-title {
    position: relative;
}

.mob_nav .subnav.accordian-mobile .bold:after, .mob_nav .second-level-title:after {
    position: absolute;
    top: 4px;
    right: 7px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e114";

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.mob_nav .second-level-title:after {
    top: 11px;
}

.mob_nav .subnav.accordian-mobile ul.active .bold:after, .mob_nav .second-level-title:after {
     -moz-transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
 }

.mob_nav .closed .second-level-title:after {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mob_nav .nav .menu-item {
    width: 100%;
    padding: 10px;
    color: #eee;
    position: static;

}

.mob_nav .nav .menu-item:hover {
    background-color: grey;
}

.mob_nav .nav .menu-item .subnav.active {
    display: block;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }

    .custom-nav-header button.navbar-toggle, .custom-nav-header button {
        right: 5px !important;
        left: auto !important;
    }

    .main_nav {
        /*padding-right: 50px; */
    }
}

@media (min-width: 1200px) {
    .navbar-toggle {
        display: none;
    }

}

.custom-nav-header button.navbar-toggle.collapsed {
    position: absolute;
    left: 5px;
    font-size: 28px;

}

@media (max-width: 767px) {
    .col-xs-offset-56px {
        padding-left: 56px !important;
        padding-top: 14px;
        width: 70%;
    }
}

.custom-nav-header button.navbar-toggle.submenu, .custom-nav-header button.navbar-toggle.submenu:focus {
    position: absolute;
    bottom: 0;
    right: 5px;
    left: inherit;
    font-size: 28px;
    background-color: transparent;
    border: 0;
    z-index: 10003;
}

.modal_bg.active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 94;
}

.modal_menu.active {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 94;
}

.custom-nav-header button.navbar-toggle.submenu span {
    top: -8px;
    font-size: 14px;
    z-index: 10001;
}

#menuopen {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 5px;
    font-size: 28px;
    z-index: 100;
    background-color: transparent;
    color: white;
    margin-right: 8px;
    margin-top: 11px;
}

.custom-nav-header button.navbar-toggle.collapsed .glyphicon-remove {
    display: none;
}

.custom-nav-header button.navbar-toggle span {
    display: none;
}

.custom-nav-header button.navbar-toggle .glyphicon-remove {
    display: block;
    font-size: 16px;
}

.custom-nav-header button.navbar-toggle.collapsed span {
    display: block;
    background-color: white;
}

.custom-navbar {
    background: transparent;
    border: 0;
    position: absolute;
    width: 100%;
}

.custom-navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    z-index: 10000;
    background: #424242;
    overflow: hidden;
}

.custom-navbar .navbar-collapse.submenu-container {
    position: absolute;
    width: 100%;
    z-index: 10000;
    background: #595959;
}

.custom-navbar .navbar-collapse li > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.custom-navbar .navbar-collapse li > a:hover, .custom-navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #29abe2;
}

.custom-navbar .navbar-collapse li > a, .custom-navbar .navbar-collapse li > a:hover,
.custom-navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a, .custom-navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
}

.custom-navbar .navbar-collapse li.active > a {
    color: inherit;
}

/* authenticate screens */
.auth #recoverForm {
    display: none;
}

.auth #signInForm {
    display: none;
}

.auth #createAcc {
    display: none;
}

.auth .error, .respondMod .error {
    background: #FFEBEB;
    padding: 2px 10px;
    margin-bottom: 5px;
    text-align: center;
}

.auth .sleft {
    width: 240px;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 30px;
    margin-right: 30px;
}

.auth .sright {
    width: 320px;
    float: left;
}

.auth #signIn, .auth #guest, .auth #createBtn {
    width: 200px;
    height: 55px;
    margin: 0;
    font-size: 1.5em;
}

.auth #createBtn {
    width: 220px;
    margin: 0 auto;
    padding: 8px 0;
    display: block;
    float: none;
}

.auth .or {
    float: left;
    clear: both;
    font-size: 1.5em;
    font-weight: bold;
    width: 100%;
    margin: 30px 0 30px 70px;
}

.auth .sright h3 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
}

.auth .sright ul {
    padding: 0;
    width: 100%;
    float: left;
}

#signInForm label {
    display: block;
}

#signInForm #email, #signInForm #pwd {
    display: block;
    width: 220px;
    margin-bottom: 10px;
}

#signInForm #signInSubmit {
    margin: 0;
}

#signInForm a {
    display: block;
    float: left;
    clear: both;
    margin-top: 18px;
    font-size: .9em;
}

#notSignedIn {
    padding: 20px 0 0 40px;
}

#recoverForm .rButton {
    margin: 12px 0 0 0;
    width: 220px;
}

#createAcc input {
    display: block;
    width: 240px;
    margin-bottom: 10px;
}

#createAcc #accBtn {
    margin-left: 35px;
}

.gButton, .auth #guest, #recoverAcc {
    border: 1px solid #666;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    background-color: #3871AB;
    float: left;
    padding: 2px 6px;
    font-size: 1.3em;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    margin: 8px 0 0 0;
}

.gButton a {
    text-decoration: none !important;
    color: #fff;
}

.gButton:hover {
    text-decoration: none !important
}

#recoverAcc {
    float: none;
    font-size: 1em;
    padding: 1px 4px;
    display: block;
    margin-left: 60px
}

.rButton {
    border: 1px solid #666;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    background-color: #F27030;
    float: left;
    padding: 1px 6px;
    color: #fff;
    font-size: 1.3em;
    cursor: pointer;
    margin-top: 1px;
}

.gbutton a {
    color: #fff;
    text-decoration: none;
}

/* respond modal */
.respondMod .rTopic {
    width: 100%;
    float: left;
    padding: 0 0 8px 0;
}

.respondMod .rTopic h4 {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

.respondMod .rTopic input {
    padding: 0;
    margin: 0;
    width: 420px;
}

.respondMod .left img {
    float: left;
    margin-right: 12px;
}

.respondMod .right {
    width: 100%;
    max-width: 565px;
    float: left;
}

.respondMod .right #redactor {
    height: 300px;
}

.respondMod .rButton {
    margin: 10px 0 0 320px
}

/* left nav */
.leftStatus h5 {
    font-size: 1.4em;
    padding: 8px 0 8px 8px;
}

.leftStatus p {
    font-size: 1.2em;
    padding-left: 8px;
}

.leftStatus .ord {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.leftStatus .ord a {
    color: #3871ab;
}

.leftStatus .lead {
    border: 1px solid #daa10a;
    border-width: 0 0 1px 0;
    text-align: center;
    padding: 3px 0;
}

.leftStatus .lead a {
    color: #000;
}

.leftStatus .gButWrap {
    padding: 10px 0 10px 30px;
}

.leftStatus .gButton {
    float: none;
}

@media (max-width: 741px) {
    /*auth */
    .auth .sleft {
        width: 100%;
        float: left;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .auth .sright {
        width: 100%;
        float: left;
    }

    .auth #signIn {
        margin: 0 !important;
        width: 100%;
    }

    .auth .or {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 15px 0px;
    }

    .auth #guest {
        margin: 0 auto 30px auto !important;
        width: 100%;
        height: 55px;
    }

    .auth #createBtn {
        width: 100%;
        margin: 0 !important;
    }

    .auth #notSignedIn {
        padding: 0 !important;
    }

    /*new post */
    .respondMod .rTopic input {
        width: 100%;
    }

    #redactor_modal {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        max-width: 600px !important;
    }

    .respondMod .right #redactor {
        height: 220px;
    }
}

/*accordian menu */
.main_nav .subnav .accordian {
    width: 613px;
}

.main_nav .subnav .accordian-menu {
    width: 300px;

    position: relative;
}

.main_nav .subnav .accordian-menu > li, .main_nav .second-level-title, .main_nav .second-level-link a {
    font-size: 16px;
    color: #2f4e6f;
    display: inline-block;
    width: 100%;
    padding: 10px 8px;
    background-color: #fff;

}

.main_nav .subnav.accordian .innerUl {
    display: none;
}

.main_nav .subnav .accordian-menu > li ul {
    background-color: #fff;
}

.main_nav .subnav .accordian-menu > li .title, .main_nav .second-level-title {
    display: block;
    width: 100%;
    position: relative;
}

.main_nav .subnav .accordian-menu .bold {
    display: none;
}

.main_nav .subnav .accordian-menu > li .title:after, .main_nav .second-level-title:after {
    position: absolute;
    font-size: 16px;
    right: 5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e080";
}

.main_nav .subnav .accordian-menu > li, .main_nav .second-level-title {
    background: #29abe2;
    color: #fff;
}


.main_nav .subnav .accordian-menu > li.closed, .main_nav .second-level .closed .second-level-title {
    background: transparent;
    color: #2f4e6f;
}

.main_nav .subnav .accordian-menu > li:hover, .main_nav .second-level .closed .second-level-title:hover {
    cursor: pointer;
    background: #29abe2;
    color: #fff;
}

.main_nav .subnav .accordian-menu li.closed ul {
    display: none;

}

.main_nav .subnav .accordian-menu li ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 300px;
    z-index: 9999;
}

#mainmenu.mob_nav .subnav .innerUl.active {
    display: block;
    border-bottom: 1px solid #909090;
}

#mainmenu.mob_nav .subnav .accordian-menu {
    display: none;
}

#mainmenu.mob_nav .subnav.accordian {
    width: 200px;
}


.main_nav .subnav .accordian-menu .second-level {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 150px!important;
    z-index: 9999;
}

.main_nav .subnav .accordian-menu .third-level {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 150px!important;
    z-index: 9999;
}

/* accordian menu END */

/**********************************************************/
/***********************------------***********************/
/***********************-INDEX SITE-***********************/
/***********************------------***********************/
/**********************************************************/
.mainbody .articles p {
    text-align: justify;
}

.sitetabs {
    padding: inherit;
    text-align: center;
    font-weight: 400;
    color: #fff;
    margin-top: 11px;
    margin-bottom: 10px;
}

.sitetabs li {
    display: inline-block;
}

.sitetabs li a {
    margin-right: 30px;
    margin-left: 30px;
    color: #fff;
}

.sitetabs li:after {
    content: "/";
}

.sitetabs li:last-child a {
    margin-right: 0;
}

.sitetabs li:first-child a {
    margin-left: 0;
}

.sitetabs li:last-child:after {
    display: none;
}

.mainbody h1 {
    margin-top: 0;
    font-size: 22px;
}

.mainbody .articles h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}

/******/

/****/
/*cart */
#icon-cart {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 57px;
    width: 43px;
    background-color: #fff;
    color: #000;
    text-align: center;
    z-index: 99;

    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

@media (max-width: 885px) and (min-width: 768px) {
    #icon-cart {
        right: 40px;
    }
}

#icon-cart.closed {
    background-color: transparent;
    color: #fff;
}

#icon-cart.closed:hover {
    cursor: pointer;
    background: rgba(68, 68, 68, 0.98);
}

#icon-cart:hover {
    cursor: pointer;
}

#icon-cart .icon {
    width: 100%;
    text-align: center;
    line-height: 55px;
    display: block;
    height: 57px;

    background-image: url(//mjtrends-672530.c.cdn77.org/images/icons/cart-black.icon.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

#icon-cart.closed .icon {
    background-image: url(//mjtrends-672530.c.cdn77.org/images/icons/cart.icon.png);
    opacity: 0.85;
}
#icon-cart .items {
    max-height: 300px;
    overflow-y: auto;
    margin-right: -5px;
    padding-right: 5px;
}
#noCartItems {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #888787;
}

#noCartItems.open {
    display: block;
}

#menus.cartmenu .main_nav {
    margin-right: 10px;
    float: left;
    margin-left: 0;
}

#cart-amm {
    height: 17px;
    width: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 10px;
    background: #ED7970;
    display: block;
    position: absolute;
    top: 8px;
    right: 2px;
    border-radius: 50%;
    color: #fff;
}

#icon-cart.closed .cart {
    display: none;
}

.checkout {
    margin-top: 6px;
    width: 100%;
    display: block;
    background-color: #7FCCAA;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 600;

    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
#icon-cart.closed #cart-background {
    display: none;
}
#cart-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}    
@media (max-width: 1200px) and (min-width: 992px) {
    #menus.cartmenu .main_nav {
        margin-left: -50px;
    }
}

.checkout:hover {
    outline: none;
    border: none;
    text-decoration: none;
    background-color: #467D65;
    color: #fff;
}

#icon-cart.hasItems {
    display: block;
}

.cart {
    cursor: default;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    z-index: 9;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 300px;
    border: 1px solid #CECECE;
    border-top: none;
    text-align: justify;
}

.cart .item {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.product-title {
    color: #A0A0A0;
    margin-bottom: 0;
    line-height: 15px;
    padding-right: 25px;
}

.product-price {
    color: #000;
    font-weight: bold;
}

.cart .item img {
    border: #CECECE 1px solid;
    max-width: 100%;
}

.cart .items.row {
    margin-left: 0;
    margin-right: 0;
}

.cart .image-holder {
    padding-left: 0;
}

.cart .cart-info {
    padding-right: 0;
}

.cart .item .remove {
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    width: 15px;
    background-image: url('//mjtrends-672530.c.cdn77.org/images/icons/remove-grey.png');
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    outline: none;
    border: none;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 99999;
}

.cart .item .remove:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}

/*cart end */

/*embed responsive VIMEO */
.responsive-object {
    position: relative;
    padding-bottom: 67.5%;
    height: 0;
    margin: 10px 0;
    overflow: hidden;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-holder {
    padding: 20px;
    position: relative;
    /*padding-left: 0;
    padding-right: 0;*/
}

.video-holder h3 {
    color: #FFF !important;
    font-size: 18px !important;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0px;
    top: -20px;
    z-index: 1;
}

/*embed end */

.article_video {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    background: #000;
    min-width: 240px;
    min-height: 200px;
    position: relative;
}

.video_title {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 2px 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.video_play {
    background: url(//mjtrends-672530.c.cdn77.org/images/btn_play.png) 50% 60% no-repeat;
    width: 100%;
    min-height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video_thumb {
    width: 100%;
    min-height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
}

.searchAndCart {
    position: relative;
}

.img-block {
    height: 250px;
    overflow: hidden;
}

.img-container {
    text-align: center;
    height: 400px;
    overflow: hidden;
}

.img-container p {
    font-weight: bold;
}

.to-home-page {
    /*font-weight: bold;*/
    margin-left: 3px;
    font-size: 14px;
    padding: 15px 0 5px;

}

.prodRight {
    text-align: left;
}

@media (max-width: 767px) {
    /*.prodRight {
        text-align: center;
    }*/

    .searchAndCart {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 59;
    }

    .search-input {
        transition: all 0.5s ease-out;
        float: right;
    }

    .searchform {
        position: absolute;
        top: 0px;
        right: 5px;
        float: right;
    }

    #s {
        width: 80%;
        border-radius: 3px;
    }

    #s.closed {
        width: 0;
    }

    .btn-search-open {
        /*position: absolute;
        top: 11px;
        right: 11px;*/
        float: right;
        border: 1px solid white;
        background: transparent;
        color: white;
        z-index: 1001;
        margin-top: 11px;
    }

    #icon-cart {
        display: none;
        position: relative;
        float: right;
    }

    .search-input.closed {
        width: 0px;
        transition: all 0.5s ease-out;

    }

    #searchsubmit {
        margin-left: -1px;
        padding: 3px 12px;
        margin-top: 0;

    }

    .searchholder {

        position: fixed;
        padding-left: 0;
        padding-right: 0;
        top: 11px;
        right: 11px;
        width: 0px;
        height: 5px;

        opacity: 0;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        z-index: 999;

    }

    .searchholder.open {
        opacity: 1;

        opacity: 1;
        width: 100%;
        padding-left: 62px;

    }

    .searchAndCart {
        padding-left: 5px;
        padding-right: 5px;
    }

    .img-block img {
        /*min-width: 60%;*/
        width: auto;
    }

    .img-container {
        margin-bottom: 10px;
        padding: 10px;
    }

    .img-container p {
        margin-bottom: 20px;
    }
}

.nav-tabs {
    margin-bottom: 15px;
}

.errors {
    background-color: #FFFFDE;
    border-radius: 5px;
    padding: 14px 36px;
    border: 1px solid #FF0909;
    margin-left: 0;
    margin-right: 0;
}

.errors span {
    font-size: 22px;
    color: #FF0909;
}

span.error {
    color: #FF0909
}

.update-avatar {
    position: relative;
    overflow: hidden;
}

.update-avatar img {
    max-width: 100%
}

.update-avatar #uploadAvatar {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    border: none;
    display: block;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    bottom: 0;
    font-size: 17px;
    color: white;

    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;

    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.update-avatar:hover #uploadAvatar {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.update-avatar #uploadAvatar:hover {
    background-color: rgba(0, 0, 0, .7);
}

.user .username {
    margin-top: 0;
    font-size: 26px;
    text-transform: capitalize;
}

.user h3 {
    font-size: 22px;
    margin-top: 0;
}

#about {
    width: 100%;
    height: 137px;
}

#accForm h3 {
    font-size: 18px;
}

#accForm .adresses {
    border-right: 1px #EEEEEE solid;
}

#accForm .rButton {
    float: right;
    margin-top: 15px;
}

.search_img {
    text-align: center;
    height: 180px;
}

.searchProdWrap h4 {
    font-size: 1em;
    text-decoration: underline;
    color: #363636;
    margin-bottom: 4px;
}

.searchProdWrap h4:hover {
    color: #2872df;
}

.searchProdWrap .sale {
    display: block;
    font-weight: 700;
    color: #801D20;
    margin: -4px 0 0;
}



@media (max-width: 767px) {
    .nav.nav-tabs > li > a {
        padding: 6px 9px;
    }

    /*.mainbody{
        margin-left: 8px;
        margin-right: 8px;
    }*/
}

@media (max-width: 440px) {
    .search_img_small_screen, .search_img_small_screenend {
        width: 50% !important;
    }
}

/*product page css*/
#prodTutorials h3{
    margin-bottom: 15px;
}
.descript-head-my_class, .features-head-my_class {
    font-size: 17px;
    font-weight: bold;
    padding-top: 12px;
    color: #791818;
    margin: 0;
}



.leftmargin_myclass {
    margin-left: 10px;
}

@media (max-width: 1000px) {
    .leftmargin_myclass {
        margin-left: 0;
    }
}

.separator_myclass {
    margin-top: 12px;
    border-top: 1px dotted #d0d0d0;
    text-align: left;
}

.separator_myclass ul {
    padding-left: 26px;
}



.prod-form .btnWrap .redBtn, #cartModal .redBtn, .prod-form .btnWrap .redBtnSwatches {
    background-color: #F27316;
    border: 1px solid #404040;
    color: #fff;
    font-weight: bold;
    font-size: 20px;

}

.redBtnSetShipping {
    background-color: #F27316;
    border: 1px solid #404040;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 2px 10px;
    width: 100%;
}

.redBtnContinueCheckout {
    background-color: #F27316;
    border: 1px solid #404040;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 600;
    width: 100%;
}

.redBtnContinueCheckout:hover, .redBtnSetShipping:hover{
    background-color: #c95c0c ;
}

.socialLinks, .socialLinksSwatches {
    width: 142px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 0 5px 10px;
    background-color: #efefef;
}

.at300b {
    padding: 0 5px !important;
}

.formWrapper {
    margin-top: 10px;
}

#swatchHlp {
    vertical-align: middle;
}

.bx-wrapper img {
    width: 100%;
}

.bxslider li{
    text-align: center;
}

.bxslider del, .rPrice{
    display: block;
}

.bxslider .sale{
    font-weight: 700;
    color: #d70000;
}

.prod-form #quant {
    font-size: 9px;
}

.bx-pager.bx-default-pager {
    display: none;
}

.prod-form .whtBtn, #cartModal .whtBtn {
    font-size: 20px;
}

.prod-form .whtBtn:hover,
.prod-form .whtBtn:focus {
    text-decoration: none;
}

.imgPop_mystyle .imgThumb {
    float: left;
    width: 23%;
    margin: 10px 2% 0 0;
}

.videos-box_myclass {
    padding: 5px;
    border: 1px solid #ccc;
}

.a_myclass {
    color: #050095;
}

.a_myclass:visited {
    color: #392955;
}

@media (min-width: 600px) {
    .prodTutorials_myclass {
        border-right: 1px dotted #d0d0d0;
    }
}


.prodWide_myclass {
    border-top: 1px dotted #d0d0d0;
    border-bottom: 1px dotted #d0d0d0;
    margin: 0 auto;
}

.meta_myclass {
    font-style: italic;
    margin-bottom: 0;
}

.related-formum_myclass p {
    color: #000;
}

.bxslider p {
    text-align: center;
    display: block;
}

.btnWrap {
    margin-top: 10px;
}

@media (max-width: 340px) {

    .prod-form .redBtn {
        margin-bottom: 10px;
    }
}

@media (max-width: 640px) {
    .bxslider p {
        display: none;
    }
}

.tutorials-row-my_class {
    border-top: 1px dotted #d0d0d0;
}

.main-product_myclass {
    margin-bottom: 10px;
}

.descrip-text_myclass {
    text-align: left;
}

.formWrapper .quant:first-child {
    margin-right: 20px;
}

.quant1_myclass {
    display: block;
}

.quant2_myclass {
    display: none;
}

.order_myclass {
    width: 136px;
    height: 32px;
    margin: 5px;
    float: left;
}


/*Category template*/
.category {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
/
}


.category_descr{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 3px;
	border-bottom: solid 1px #666666;
	padding-bottom: 12px;
}

.category-title {
    background: #000;
    height: 38px;
}

.category-title h1 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0;
    text-align: center;
}

.category-title p {
    position: relative;
    border-right: 10px;
    top: -21px;
    float: right;
    color: #ffff00;
    display: inline-block;
    margin-right: 20px;
}

.category-title p a {
    color: #fff;
}

.filter-type {
    margin: 10px auto;
    overflow: hidden;
    padding: 0;

}

.filter-type select {
    outline: none;
    font-size: 16px;
}

.filter-type option {
    font-size: 16px;
    font-weight: bold !important;
    padding: 0 10px;

}

.elem {

    border: 10px solid #e8e8e8;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
    display: -moz-inline-box;
    zoom: 1;

}

.filter-button {
    color: #fff;
    padding-bottom: 12px;
    padding-top: 12px;
    border: none !important;
    background-color: #337ab7;
    cursor: hand;
    font-size: 16px;
}

.caption {
    height: 100px;
    text-align: center;
}

.caption a {
    color: #5a483c !important;
}

.caption .sale {
    font-weight: bold;
    color: #000;
}

.caption span {
    display: block;
}

.category .col {
    float: left;
    height: 321px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 380px;
    text-align: center;
}

.category .col a {
    color: #363636;
}

.category .col .catProd {
    margin: 8px 0;
    width: 293px;
}

.col .sale {
    font-weight: 700;
    color: #801D20;
    margin: 0;
    display: block;
}

.category .end {
    border-right: none;
}

.col h4 {
    margin-bottom: 7px;
    margin-top: 15px;
    text-decoration: underline;
}

.col img {
    max-width: 100%;
    height: auto;
}

a h4 {
    /*color: #78756c;*/
    color: black;
}

.filter-wrapper {
    margin-top: 10px;
    position: relative;
}

.grid-view {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: large;
    text-decoration: underline;
}

/**/
.row-1 {
    max-width: 1280px;
    margin: 0 auto
}

.col {
    padding-top: 12px;
    float: left;
    width: 33.3%;
    height: 380px;
    padding-right: 1%;
    padding-left: 1%;
    border-bottom: 2px solid #d0d0d0;

}

.col img {
    display: block;
    margin: 0 auto;
}

.col span {
    display: block;
    font-size: 16px;
}

.col h4 {
    font-size: 16px;
}

.col:nth-child(3n+2) {
    border-right: 2px solid #d0d0d0;
}

/*.col:nth-child(3n+2) {

    margin-left: 5%;
}*/

.col:nth-child(3n+3) {
    border-right: 2px solid #d0d0d0;

}

.products {

}

.category {
    text-align: center;
}

/*.imgSale{
	position: relative;
	top: -335px;
	left: -148px;
}*/
.col {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}

.catProd {
    position: relative;
    top: 0;
    left: 0;
}

.imgSale {
    position: absolute;
    top: -9px;
    left: -22px;
    height: 125px !important;
}

@media (max-width: 1199px) {
    .col {
        position: relative;
        height: 310px;

    }

    .catProd {
        position: relative;
        top: 0;
        left: 0;
    }
}

@media (max-width: 991px) {
    .col {
        height: 260px;
    }

    .grid-view {
        position: static;
        text-align: center;
        margin-top: 15px;
    }

}

@media (max-width: 768px) {

    .col:nth-child(3n+2) {
        border-right: none;
    }

    .col:nth-child(3n+2) {

        margin-left: 0;
    }

    .col:nth-child(3n+3) {
        border-right: none;
    }

    .col {
        width: 45%;
        height: 340px;
        padding-top: 12px;
    }

    .elem {
        border: 2px solid #e8e8e8;
    }

    .col:nth-child(2n+1) {
        margin-right: 5%;
    }

    .col:nth-child(2n+2) {
        border-right: 2px solid #d0d0d0;
        margin-left: 5%;
    }

    .category_descr {
        margin-right: 5%;
        margin-left: 5%;
    }

    .imgSale {
        left: -15px;
    }

    .filter-button {
        padding-bottom: 4px;
        padding-top: 4px;
    }

}

@media (max-width: 700px) {
    .col {
        height: 320px;
    }
}

@media (max-width: 640px) {
    .col {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .col {
        height: 290px;
    }

    .category_descr {
        display: none
    }

    .category-title {
        display: none;
    }

    .grid-view {
        display: none;
    }

    .elem:nth-child(4) {
        display: none;
    }

}

@media (max-width: 540px) {
    .col {
        height: 270px;
    }
}

@media (max-width: 480px) {
    .col {
        height: 250px;
    }

    .elem {
        border: none;
    }

    .filter-button {
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .imgSale {
        left: -10px;
        height: 85px !important;
    }
}

@media (max-width: 430px) {

    .elem:nth-child(3) {
        display: none;
    }

    .filter-button span {
        display: none;
    }

    .logo-holder img {
        height: auto;
        margin-top: 5px;
    }

}

@media (max-width: 400px) {
    .col {
        height: 230px;
    }
}

@media (max-width: 340px) {
    .col {
        height: 220px;
        padding-top: 5px;
    }

    .sitetabs li a {
        margin-right: 20px;
        margin-left: 20px;
    }

    .imgSale {
        height: 55px !important;
        top: -5px;
        left: -5px;
    }

}


@media only screen and (max-width:1199px){
	.col{
		position: relative;
		height: 330px;

	}
	.catProd{
		position: relative;
		top: 0;
		left: 0;
	}
}


@media only screen  and (max-width:991px){
	.col{
		height: 280px;
	}
	.grid-view{
		position: static;
		text-align: center;
		margin-top: 15px;
	}


}
@media only screen  and (max-width:768px){

	.col:nth-child(3n+2){
		border-right: none;
	}
	.col:nth-child(3n+2){

		margin-left: 0;
	}
	.col:nth-child(3n+3){
		border-right: none;
	}

	.col{
		width: 45%;
		height: 350px;
		padding-top: 12px;
	}
	.elem{
		border: 2px solid #e8e8e8;
	}
	.col:nth-child(2n+1){
		margin-right: 5%;
	}
	.col:nth-child(2n+2){
		border-right: 2px solid #d0d0d0;
		margin-left: 5%;
	}
	.category_descr{
		margin-right: 5%;
		margin-left: 5%;
	}
	.imgSale{
		left: -15px;
	}
	.filter-button {
		padding-bottom: 4px;
		padding-top: 4px;
	}

}
@media only screen  and (max-width:700px) {
		.col {
			height: 320px;
		}
	}
@media only screen  and (max-width:640px) {
	.col {
		height: 300px;
	}
}

@media only screen  and (max-width:600px){
		.col{
		height: 290px;
	}
		.category_descr{
			display:none
		}
		.category-title{
			display: none;
		}
		.grid-view{
			display: none;
		}
		.elem:nth-child(4){
			display: none;
		}

	}
@media only screen  and (max-width:540px) {
	.col {
		height: 270px;
	}
}

@media only screen  and (max-width:480px){
	.col{
		height: 250px;
	}
	.elem {
		border:none;
	}
	.filter-button {
		padding-bottom: 2px;
		padding-top: 2px;
	}

	.imgSale{
		left: -10px;
		height: 85px !important;
	}
}
@media only screen  and (max-width:430px){

	.elem:nth-child(3){
		display: none;
	}
	.filter-button span{
		display: none;
	}

}
@media only screen  and (max-width:400px) {
	.col {
		height: 230px;
	}
}
@media only screen  and (max-width:340px){
	.col{
		height: 220px;
		padding-top: 5px;
	}

	.imgSale{
		height: 55px !important;
		top: -5px;
		left: -5px;
	}
}

@media (max-width: 580px) {
    .elem {
        border: 5px solid #e8e8e8;
    }

    .filter-button {
        padding-bottom: 7px;
        padding-top: 7px;
    }

    .filter-button span {
        display: none;
    }
}

.product-empty {
    text-align: center;
}

.group-param{
    margin-top: 7px;
}

/*end Category template*/

/* Artem */
.breadcrumbs {
    padding-top: 15px;
    margin-bottom: 30px;
}

.content-container h1 {
    font-size: 30px;
}

.bold {
    font-weight: bold;
}

.sub-label, .sub-val {
    padding: 1px 0.5em;
    background: #fbfbfb;
    float: right;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
}

.sub-label {
    float: left;
    clear: both;
}

.sub-dotted {
    border-bottom: 1px dotted grey;
    margin-bottom: 2px;
    height: 1em;
}

.sub-row {
    clear: both;
    margin-bottom: 15px;
}

.but-shipping, .but-shipping:focus, .but-shipping:visited {
    width: 100%;
    display: block;
    background-color: #7FCCAA;
    text-align: center;
    /*height: 24px;*/
    /*line-height: 24px;*/
    color: #000;
    border: none;
    outline: none;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 400;
    padding: 5px 10px;
    /*padding: 0 10px;*/
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.but-shipping:hover {
    border: none;
    outline: none;
    text-decoration: none;
    background-color: #467D65;
}

.sub-row .but-shipping {
    margin-top: -5px;
}


#shipInput select {
    max-width: 290px;
    font-size: 13px;
    height: 26px;
}

#shipInput .gen {
    margin-bottom: 15px;
}

#shipInput .gen p {
    font-size: 13px;
    margin-bottom: 0;
}

#shipInput .gen p input[type=radio] {
    margin-right: 10px;
}

.but-black {
    display: inline-block;
    min-width: 154px;
    background-color: #000000;
    text-align: center;
    height: 37px;
    line-height: 37px;
    color: #fff;
    border: none;
    outline: none;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 400;
    padding: 0 10px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.but-black:hover {
    color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: #222;
}

#showRates .checkout {
    display: inline-block;
    padding: 0 20px;
    width: 200px;
}

#showRates table {
    border-spacing: 2px;
    border-collapse: separate;
}

#showRates table input {
    margin-right: 10px;
}

#showRates table th {
    background: #555 none repeat scroll 0 0;
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
    text-align: center;
}

#showRates table .one {
    min-width: 150px;
}

@media (max-width: 767px) {
    #shipCalc table .one {
        min-width: 135px;
    }
}

#showRates table td {
    font-size: 13px;
}

#showRates .but-black {
    height: 40px;
    width: 200px;
}

#shipCalc .modal-dialog {
    min-width: 280px;
}

.shippingTable>tbody>tr>td{
    border:none;
}
.shippingTable th{
    border-top: none;

}
.shippingTable tr:nth-of-type(even){
    background-color: #f9f9f9;
}

#shipCalc .modal-title {
    text-align: center;
}

.shippingTable>thead>tr>th {
    border-bottom: none;
}

.shipRateRow {
    margin-bottom: 25px;
}

.payment-row {
    border: 1px solid #f5f5f5;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 10px;
}

.payment-row p {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.payment-row input[type=radio] {
    margin-right: 5px;
}

.payment-row label {
    width: 32%;
    text-align: center;
    font-weight: normal;
}

.payment-logos {
    width: 240px;
    margin: 0 auto;
    padding-top: 20px;
}

.payment-logos img {
    margin: 0 10px;
}

.block-header {
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 1px solid;
    margin-bottom: 15px;
}


.block-header.block-header-positive {
    background-color: #7FCCAA;
    border: 1px solid #7FCCAA;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 600;
    width: 100%;
}

.block-header.block-header-positive span {
    color: #1e5b00;
}

.bottomOptions, .chooseShipping {
    margin-top: 15px;
}

.billingAddress {
    margin-top: 30px;
}

.form-row.form-section {
    margin-bottom: 30px;
}

.form-row h5 {
    text-transform: uppercase;
    color: #0d0d0b;
    letter-spacing: 1px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 5px;
}

.form-row label {
    color: #0d0d0b;
    font-size: 13px;
    display: block;
    position: relative;
}

.form-row label.lbl-big {
    font-size: 15px;
}

.hidden-field-value {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
}

.form-row input[type=text], .form-row input[type=email] {
    color: #6a6966;
    border: 1px solid #cdcdcd;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
}

.form-row select {
    color: #6a6966;
    border: 1px solid #cdcdcd;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
    -webkit-appearance: none;
    background: url("//mjtrends-672530.c.cdn77.org/images/icons/ico-form-dd.png") no-repeat right center transparent;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    font-weight: 300;
}

.form-row select::-ms-expand {
    display: none;
}

.form-row label.required:after {
    bottom: 0;
    color: #cdcdcd;
    content: "required";
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    right: 0;;
}

.form-row .err {
    display: none;
    color: #a94442;
}

#couponDiv {
    text-align: center;
    font-size: 12px;
}

#couponDiv span {
    font-weight: bold;
}



.placeOrder {
    background-color: #F27316;
    border: 1px solid #404040;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 600;
    width: 100%;
}

.placeOrder:hover{
    background-color: #c95c0c ;
}

@media (max-width: 380px) {
    #shipInput select {
        font-size: 13px;
        max-width: 200px;
    }

    .ui-widget.ui-widget-content {
        padding: 5px !important;
    }

    .ui-dialog .ui-dialog-content {
        padding: .5em 0 !important;
    }

    .payment-row label {
        width: 49%;
    }

    .payment-row .last {
        width: 98%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    #shipInput select {
        font-size: 13px;
        max-width: 200px;
    }

    .ui-widget.ui-widget-content {
        padding: 5px !important;
    }

    .ui-dialog .ui-dialog-content {
        padding: .5em 0 !important;
    }

    .payment-row .last {
        width: 33%;
    }
}

/* Artem End */

/* UI Dialog Theme Fix*/
.ui-widget.ui-widget-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0px none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 5px 20px 20px;
}

.ui-dialog .ui-dialog-titlebar {
    background: none;
    color: #242424;
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 18px;
    padding: 0;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    background: none;
    margin-bottom: 5px;
    width: 98%;
}

.ui-dialog .ui-button.ui-dialog-titlebar-close {
    background: none !important;
    border: 0px none !important;
    margin: 0;
    top: 0;
    right: -10px;
}

.ui-dialog .ui-button .ui-icon-closethick {
    background: url("//mjtrends-672530.c.cdn77.org/images/icons/remove-grey.png") no-repeat center transparent;
    background-size: 15px auto;
    border: medium none;
    height: 15px;
    outline: medium none;
    padding: 0;
    position: absolute;
    /*right: 15px;
    top: 15px;*/
    transition: all 300ms ease-in-out 0s;
    width: 15px;
    z-index: 999;
}

.ui-dialog-content.ui-widget-content label {
    font-size: 13px;
    font-weight: normal;
    margin-right: 5px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea {
    font-size: 13px;
}

/*.ui-dialog { z-index: 999999 !important ;}*/
/*.ui-front { z-index: 9999 !important; }*/

/* UI Dialog Theme Fix End*/

/*** FOOTER BEGIN ***/
@font-face {
    font-family: "Flaticon";
    src: url("//mjtrends-672530.c.cdn77.org/forum/css/icons/flaticon.eot");
    src: url("//mjtrends-672530.c.cdn77.org/forum/css/icons/flaticon.eot#iefix") format("embedded-opentype"),
    url("//mjtrends-672530.c.cdn77.org/forum/css/icons/flaticon.woff") format("woff"),
    url("//mjtrends-672530.c.cdn77.org/forum/css/icons/flaticon.ttf") format("truetype"),
    url("//mjtrends-672530.c.cdn77.org/forum/css/icons/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 0px;
}

.flaticon-facebook:before {
    content: "\e000";
}

.flaticon-pinterest:before {
    content: "\e002";
}

.flaticon-twitter:before {
    content: "\e003";
}

.flaticon-youtube:before {
    content: "\e005";
}

.flaticon-user:before {
    content: "\e004";
}
.flaticon-logout:before {
    content: "\e001";
}

.footer-page {
    background-color: #333333;
    color: #e8e8e8;
    height: auto;
    margin-top: 25px;
}

.footer-page a, .footer-page a:visited {
    color: #e8e8e8;
}

.footer-page .subscribe {
    padding-top: 25px;
    padding-top: 16px;
}

.footer-page .subscribe .title {
    color: #e8e8e8;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.footer-page .subscribe input[type=email] {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    color: #b6b6b6;
}

.footer-page .subscribe input[type=submit] {
    width: 100%;
    height: 35px;
    line-height: 35px;
    outline: none;
    border: none;
    text-decoration: none;
    background-color: #f07774;
    color: #e8e8e8;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 15px;

}

.footer-page .email-container {
    padding-right: 5px;
}

.footer-page .submit-container {
    padding-left: 5px;
}

.footer-page .accordion {
    border-top: 1px solid #666666;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #e8e8e8;
    cursor: pointer;
}

.footer-page .accordion:after {
    content: " ";
    display: block;
    position: absolute;
    right: 15px;
    top: 27px;
    height: 2px;
    width: 14px;
    background-color: #e8e8e8;
}

.footer-page .accordion:before {
    content: " ";
    display: block;
    position: absolute;
    right: 21px;
    top: 21px;
    height: 14px;
    width: 2px;
    background-color: #e8e8e8;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.footer-page .accordion .title {
    color: #e8e8e8;
    font-size: 16px;
    font-weight: bold;
    text-transform: bold;
}

.footer-page .accordion.opened:before {
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

ul.social {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

ul.social li {
    display: inline-block;
    margin-right: 17px;
}

ul.social li a, ul.social li a:visited {
    color: #888888;
    text-decoration: none;
}

ul.social li a:hover {
    color: #999;
}

@media (min-width: 768px) {
    .footer-page {
        padding-top: 35px;
    }

    .footer-page .subscribe .title {
        text-align: left;
    }

    .footer-page .subscribe {
        padding-top: 0px;
    }

    .footer-page .accordion {
        border-top: none;
        cursor: default;
        padding-top: 0;
    }

    .footer-page .accordion:after, .footer-page .accordion:before {
        display: none;
    }

    .footer-page .accordion .hideAcc {
        max-height: none !important;
    }

    .footer-page .accordion main {
        padding-left: 25px;
    }
}

/*** FOOTER END ***/

/**ACCORDION **/

.accordion .hideAcc {
    display: block;
    max-height: 2px;
    overflow: hidden;

    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
}

.accordion.opened .hideAcc {
    max-height: 500px;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/**  ACCORDION END **/

/**PRODUCT **/
.imgPop img {
    width: 100%;
}

.prodRight h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
}



#prodFeatures {
    margin-top: 10px;
}

.shareText, .shareTextSwatches {
    font-style: italic;
    margin-top: 8px;
}

.prodRight .strike {
    color: #666;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
    text-decoration: line-through;
}

.vidWrap {
    width: 23%;
    padding: 5px;
    background: #eee;
    float: left;
    margin: 0 2% 15px 0;
    height: 140px;
    text-align: center;
    border: 1px solid #ccc;
}
.vidWrap img{
    width: 90%;
}

#prodTuts .title {
    font-size: 12px;
    margin-top: 4px;
}

#prodPostContainer h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;

}

.seals {
    margin-top: 20px;
    text-align: center;
}

.seals img {
    margin: 0 10px;
    display: inline-block;
}

.slider {
    margin: 15px 60px;
}

.bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-prev {
    left: 10px;
    background: url(../../images/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-next {
    right: 10px;
    background: url(../../images/bxslider/controls.png) no-repeat -43px -32px;;
}

.bx-prev:hover {
    background-position: 0 0;
}

.bx-next:hover {
    background-position: -43px 0;
}
#prodNarrow h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    text-align: center;

}

.prod-form #quant {
    height: 23px;
    width: 38px;
    font-size: 12px;
}

.quant span {
    margin-left: 15px;
}

.quant .inv {
    margin-left: 0;
}

.prod-form #err, .prod-form #errorMessage {
    margin-top: 8px;
}

.cartRecommend{
    position: relative;
}

#stockLimitDialog{
    text-align: center;
}

#stockLimitDialog .modal-header{
    background-color: red;
    border-radius: 6px 6px 0 0;
}

#stockLimitDialog .modal-title{
    color: white;
}

#stockLimitDialog .inv{
    font-weight: 700;
    font-size: 1.3em;
}

#stockLimitDialog .close{
    color: white;
    opacity: 1;
}

#cartModal .cartItem{
    border-top: 1px solid #e5e5e5;
}

#cartModal .cartItem:after{
    display: table;
    content: " ";
    clear: both;
}

#cartModal .itemLeft{
    float: left;
    width: 50%;
}

#cartModal .itemLeft img{
    float: left;
    margin-right: 3%;
    padding-top: 15px;
    width: 33%;
    height: auto;
}

#cartModal .itemLeft .descrip{
    float: left;
    padding-top: 15px;
    width: 61%;
    margin-right: 3%;
}

#cartModal .itemRight{
    float: left;
    width: 50%;
    padding-top: 15px;
    padding-left: 15px;
    border-left: 1px solid #e5e5e5;
}

#cartModal .cartRecommend{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#cartModal .cartRecommend h6{
    font-size: 20px;
}

#cartModal .redBtn {
    padding: 6px 34px ;
}

#cartModal .modal-title{
    margin: 4px 30px 0 40px;
}

#cartModal .modal-header .ok{
    float: left;
}

#cartModal .modal-header .close{
    margin-top: 4px;
}

#cartModal .modal-header{
    border-bottom: none;
}

#cartModal .modal-dialog{
    min-width: 280px;
}

#cartModal .modal-footer{
    border-top: none;
    text-align: center;
}

#cartModal .itemRight .btn{
    margin-bottom: 10px;
    margin-right: 10px;
}

.productPrice, .swatchesPrice {
    font-weight: bold;
    font-size: 16px;
}

.searchAndCart .unvisible{
    display: none !important;
}

@media (max-width: 1200px) {
    .vidWrap {
        width: 31%;
    }
    .imgPop_mystyle .imgThumb {
        width: 31%;
    }
}

@media (min-width: 768px) {
    .modal-lg {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (max-width: 670px) {
    .prod-form .btnWrap .redBtn, .prod-form .btnWrap .whtBtn, .redBtnSwatches {
        font-size: 16px;
    }

}
@media (max-width: 668px) {

    .vidWrap,.imgPop_mystyle .imgThumb {
        width: 48%;
    }

}
@media (max-width: 599px) {
    .prodRight h2{
        display: none !important;
    }
    .price_addtocart_myclass, .addToCartSwatches {
        border-top: 1px dotted #d0d0d0;
        padding-top: 25px;
        margin-top: 15px;
    }

    .vidWrap {
        width: 31%;
        height: 170px;
    }
    .imgPop_mystyle .imgThumb {
        width: 23%;
    }
    #cartModal .redBtn{
        font-size: 16px;
    }
    #cartModal .whtBtn{
        font-size: 17px;
    }
    #cartModal .itemLeft {
        width: 60%;
    }
    #cartModal .itemRight {
        width: 40%;
    }

}
@media (max-width: 480px) {
    .vidWrap {
        height: 140px;
    }
    .imgPop_mystyle .imgThumb {
        width: 31%;
    }
    #cartModal .itemLeft, #cartModal .itemRight {
        width: 100%;
    }
    #cartModal .cartRecommend, #cartModal .modal-footer{
        display: none;
    }
    #cartModal .modal-body{
        padding-top: 0;
    }
    #cartModal .itemRight {
        border-left: none;
        border-top: 1px solid #e5e5e5;
        text-align: center;
    }
    #cartModal .itemLeft {
        padding-bottom: 15px;
    }
}

@media (max-width: 430px) {
    #swatchHlp, .shareText, .socialLinks, .order_myclass, .quant span {
        display: none;
    }
    .price_addtocart_myclass {
        position: fixed;
        border-top: 1px solid #ccc;
        height: 104px;
        background-color: rgba(255, 255, 255, 0.8);
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 99999;
    }

    .to-home-page {
        font-size: 12px;
    }
    .imgPop_mystyle .imgThumb {
        width: 31%;
    }

    .formWrapper .quant {
        position: absolute;
        left: 8px;
        top: 38px;
    }

    .prod-form .btnWrap .redBtn {
        position: absolute;
        right: 8px;
        top: 19px;
        font-size: 16px;
    }
    .prod-form .btnWrap .whtBtn {
        position: absolute;
        right: 8px;
        bottom: 5px;
        font-size: 14px;
    }

    .productPrice {
        position: absolute;
        top: 15px;
        margin-left: 8px;
    }

    #product-trait {
        position: absolute;
        bottom: 10px;
        left: 8px;
    }

    .prod-form #err {
        position: absolute;
        right: 8px;
        top: 0;
        font-size: 12px;
        margin-top: 0;
    }

}


@media (min-width: 600px) {
    .product-gallery, .product-descript, .prodTutorials_myclass, .related-formum_myclass{
        width: 50%;
    }
    .separator_myclass{
        width: 100%;
    }
    #prodNarrow h2 {
        display: none !important;
    }

}

/**PRODUCT END **/

/**SWATCH **/

.swatchList{
    list-style-type: none;
    margin-top: 8px;
}

.swatchList select{
    font-size: 15px;
    font-weight: 400;
    width: 6em;
}

.swatchListWrapper ul{
    padding-left: 0;
}

@media (max-width: 599px) {
    .swatchListWrapper{
        margin-top: 16px;
    }
}

/**SWATCH END**/

/**HOMEPAGE**/

@font-face {
    font-family: DancingScript;
    src: url("../fonts/DancingScript-Regular.otf") format("opentype");
}

body.homepage {
    font-family:Arial, Helvetica, sans-serif;
}
div.c-wrapper{
    width: 100%;
    margin: auto;
    padding-top: 4px;
}

.carousel-control{
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 15%;
    max-width: 80px;
    color: #111;
    border: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background 0.3s;
    transition: transform 0.3s, opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
}



#myCarousel:hover .carousel-control,
.featured:hover .carousel-control,
.blog:hover .carousel-control,
.shop:hover .carousel-control {
    opacity: 0.7;
    box-shadow: none!important;
}

#myCarousel .carousel-control:hover,
.featured .carousel-control:hover,
.blog .carousel-control:hover,
.shop .carousel-control:hover {
    box-shadow: none;
    opacity: 1
}

#myCarousel .carousel-control:hover svg, #myCarousel .carousel-control:hover .arrow {
    fill: #fff!important;
    border-color: #627f9a;
    background-color: #627f9a;
}

.carousel-control.right, .carousel-control.left  {
    background-image: none;
}


#myCarousel .carousel-control svg {
    position: absolute;
    padding: 10%;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 36px;
    max-height: 36px;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 3px solid currentColor;
}


.featured .carousel-control,
.blog .carousel-control,
.shop .carousel-control {
    background-color: #fff!important;
    width: 40px;
}

.featured .carousel-control svg,
.blog .carousel-control svg,
.shop .carousel-control svg {
    max-width: 25px;
    max-height: 25px;
    border-width: 2px !important;
    position: absolute;
    padding: 10%;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 36px;
    max-height: 36px;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shop .carousel-control svg {
    top: 60%;
}

.featured .carousel-control:hover svg, .featured .carousel-control:hover .arrow,
.blog .carousel-control:hover svg, .blog .carousel-control:hover .arrow,
.shop .carousel-control:hover svg, .shop .carousel-control:hover .arrow {
    fill: #627f9a;
}


#myCarousel {
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#myCarousel .carousel-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

#myCarousel .carousel-inner > .item{
    width: 100%;
    height: 600px;
    position: absolute;
}

#myCarousel .carousel-inner > .item > .image-bg{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#myCarousel .carousel-inner > .item > .image-bg img{
    visibility: hidden;
    max-width: 100%;
}

#myCarousel .info-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    max-width: 1080px !important;
    margin: 0 auto !important;
}
@media (min-width: 320px) {
    #myCarousel .info-block {
        font-size: 9px;
        width: 80%;
    }
    #myCarousel .btn-slide {
        font-size: 14px!important;
    }
}
@media (min-width: 500px) {
    #myCarousel .info-block {
        font-size: 10px;
        width: 60%;
    }
}
@media (min-width: 600px) {
    #myCarousel .info-block {
        font-size: 12px;
    }
}
@media (min-width: 640px) {
    #myCarousel .info-block {
        width: 50%;
    }
}
@media (min-width: 768px) {
    #myCarousel .info-block {
        font-size: 16px;
        width: 45%;
    }
    #myCarousel .btn-slide {
        font-size: 1em!important;
    }
}
#myCarousel .info-block {
    position: absolute;
    z-index: 3;
    margin: 0 auto;

}

#myCarousel .info-block {
    right: auto;
    left: 10%;
    text-align: center;
}

#myCarousel .info-block {
     transform: translateY(10%) !important;
}

#myCarousel h1 {
    font-weight: bolder;
    font-size: 350%;
    line-height: 95%;
    margin: 15px 0;
    text-transform: uppercase;
    font-family: Lato, helvetica, arial, sans-serif!important;
}

#myCarousel .xl {
    font-weight: bolder;
    font-size: 650%;
    line-height: 85%;
    padding: 0!important;
    margin: 15px 0;
    text-transform: uppercase;
    font-family: Lato, helvetica, arial, sans-serif!important;
}

#myCarousel h2 {
    font-weight: bold;
    font-size: 300%;
    line-height: 100%;
    margin: 15px 0;
    text-transform: uppercase;
    font-family: Lato, helvetica, arial, sans-serif!important;
}

#myCarousel h3 {
    font-size: 200%;
    line-height: 100%;
    margin: 15px 0;
    font-family: Lato, helvetica, arial, sans-serif!important;
}

#myCarousel .dancing {
    font-family: "DancingScript", Georgia, serif!important;
}

#myCarousel .slide-line {
    display: block;
    height: 3px;
    opacity: .3;
    margin: 20px auto !important;
    width: 60px;
    max-width: 90%;
}

#myCarousel .carousel-indicators li {
    border-color: #767573;
    border-width: 2px;
    color: #565553;
}
#myCarousel .carousel-indicators .active {
    border: none;
    background-color: #000000;
    height: 10px;
    margin: 1px;
    width: 10px;
}

#myCarousel .btn-slide {
    padding: 1em 1.5em;
    margin: 10px 5px;
    border: 1px solid;
    border-radius: 0;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
}

#myCarousel .btn-blue:hover {
    color: #ddd;
    box-shadow: inset 0 150px 20px 50px rgba(0,0,0,0.2);
}

#myCarousel .btn-blue {
    color: #fff;
    border-color: #627f9a;
    background-color: #627f9a;
}

#myCarousel .btn-transparent:hover {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

#myCarousel .btn-transparent {
    color: #fff;
    border-color: #fff;
    background-color: transparent !important;
    border-width: 2px !important;
}


div.c-wrapper.sliderBottom {
    margin: 50px 0 50px;
}
#myCarouselBottom {
    overflow: hidden;
}
#myCarouselBottom .carousel-inner{
    width: 1600px;
    left: 50%;
    margin-left: -800px;
}
#myCarouselBottom .carousel-inner > .item > img,
#myCarouselBottom .carousel-inner > .item > a > img {
    height: 282px;
    margin: auto;
}
#myCarouselBottom .carousel-indicators{
    display: none;
}
#myCarouselBottom .carousel-control .glyphicon-chevron-left,
#myCarouselBottom .carousel-control .glyphicon-chevron-right {
    color: #444243;
}

#myCarouselBottom .carousel-caption {
    bottom: auto;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    text-align: left;
    text-shadow: none;
    top: -15px;
}
#myCarouselBottom .carousel-caption h3 {
    font-size: 48px;
    font-weight: bold;
}

@media screen and (max-width:1300px) {
    #myCarouselBottom .carousel-caption {
        font-size: 32px;
        line-height: 32px;
        top: -20px;
        left:25%;
    }
    #myCarouselBottom .carousel-caption h3 {
        font-size: 32px;
    }
}
@media screen and (max-width:992px) {
    #myCarouselBottom .carousel-caption {
        font-size: 18px;
        line-height: 18px;
        top: 10px;
        left:36%;
    }
    #myCarouselBottom .carousel-caption h3 {
        font-size: 18px;
    }
    #myCarouselBottom .carousel-inner img{width:70% !important; height:auto !important}
}
@media screen and (max-width:470px) {
    #myCarouselBottom .carousel-caption {
        left:43%;
        right:43%;
    }
    #myCarouselBottom .carousel-caption h3 {
        font-size: 18px;
    }
}

.homepage h2 {
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.homepage h2.with_line {
    margin: 20px 0;
    color: #545454;
}

.homepage h2.with_line:before {
    content: "";
    display: block;
    border-top: solid 3px #eeeeee;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
@media (max-width: 400px) {
    .homepage h2.with_line:before {
        display: none;
    }
}

.homepage h2.with_line span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

/*.homepage .featured {
    overflow: hidden;
}*/

.homepage .featured,
.homepage .blog,
.homepage .shop {
    position: relative;
}
@media screen and (max-width:550px) {
    .featured {
        max-height: 315px;
    }
    .featured .featured-product{padding-bottom:300px !important;}
    #myCarouselBottom .carousel-inner img{width:40% !important; height:auto !important}
    #myCarouselBottom .carousel-caption {
        top: -25px;
    }
}
.homepage .featured .sale_sign{
    background-color: #d47555;
    border-radius: 50%;
    color: white;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 57px;
    line-height: 14px;
    left: -14px;
    top: 16px;
    padding: 22px 5px;
    position: absolute;
    width: 57px;
    z-index: 100;
}
.homepage .featured .out_of_stock {
    background-color: #ffffff;
    color: black;
    display: block;
    font-size: 14px;
    height: 65px;
    top: 40px;
    opacity: 0.5;
    padding: 25px;
    position: absolute;
    z-index: 100;
    width: 100%;
    margin: 0 -8%;
}
.homepage .featured-products-link {
    display: block;
    position: relative;
}
.homepage .featured .one-fourth {
    /*padding: 0 2% 2%;*/
    display: inline-block;
    color:#8c959c;
    position: relative;
}

.homepage .bxslider-featured li,
.homepage .bxslider-shop li {
    margin-left: 20px;
}

.homepage .bxslider-blog li{
    margin-left: 22px;
}

@media (max-width: 400px) {
    .homepage .bxslider-blog li {
        margin-left: 0;
    }
}

.homepage .featured .one-fourth img {
    width: 100%;
}
.featured .featured-products-cat {
    font-size: 12px;
    color: #627f9a;
    text-transform: uppercase;
    display: block;
}
.featured .featured-products-cat:hover {
    color: #000;
}
.featured .one-fourth hr {
    border-width: 3px 0 0;
    margin: 4px auto;
    width: 30px;
}
.featured .featured-products-title a{
    font-size: 14px;
    color: #627f9a;
    display: block;
    overflow: hidden;
    max-height: 20px;
}
.featured .featured-products-title a:hover{
    color: #000;
    text-decoration: none;
}
.homepage .featured .price {
    font-size: 135%;
    color: black;
    font-weight: bold;
}
.featured .old_price {
    text-decoration: line-through;
    color: #777777;
}

.homepage .blog {
    overflow: hidden;
    max-height: 428px;
    margin-top: 50px;
}
.blog .one-fourth {
    margin-top: 10px;
    display: inline-block;
    position: relative;
}

.blog .image-wrapper {
    max-height: 200px;
    overflow: hidden;
}
.blog .content-wrapper {
    height: 403px;
}
.blog .one-fourth img {
    min-width: 100%;
    top: 0;
    position: relative;
}

.blog .post-date {
    font-size: 17px;
    line-height: 14px;
    position: absolute;
    top: 40px;
    left: -9px;
    width: 55px;
    height: 55px;
    background: #ffffff;
    padding-top: 11px;
    border-width: 2px;
    z-index: 1;
}

.post-date {
    pointer-events: none;
    border: 2px solid #627f9a;
    margin-right: 10px;
    text-align: center;
    font-size: 70%;
    padding: 3px 3px;
    color: #627f9a;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}

.post-date .post-date-day {
    display: block;
}

.post-date .post-date-month {
    font-weight: normal;
    font-size: 80%;
}

.latest-blog-post:hover .post-date {
    background: #627f9a;
    color: #ffffff;
}

.latest-blog-post:hover a{
    text-decoration: none;
}

.blog .latest-blog-post-link {
    display: block;
    position: relative;
    padding: 15px 0;
}
.blog. image-text-wrapper:hover {
    text-decoration: none;
}
.blog .latest-blog-post-title {
    color: #555;
    display: block;
    font-size: 1.35em;
    font-weight: bold;
    max-height: 22px;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    font-family: Lato, helvetica, arial, sans-serif!important;
}
.blog .one-fourth hr {
    border-width: 3px 0 0;
    margin: 15px auto;
    width: 30px;
}
.blog .short-text {
    font-size: 1em;
    color: #9c9c9c;
    margin-bottom: 10px;
}
.blog .short-text:hover {
    color: #000;
    text-decoration: none;
}
.blog .comments-cnt {
    color: #9c9c9c;
    font-size: 10px;
}

.shop .one-fourth {
    width: 20%;
    padding: 0;
    display: inline-block;
    margin: 0 -2px;
    min-width: 200px;
}

.shop .one-fourth span {
    background-color: #ffffff;
    color: #555;
    display: block;
    font-size: 14px;
    opacity: 0.75;
    bottom: 40px;
    padding: 10px;
    width: 247px;
    line-height: 16px;
    position: absolute;

}

.shop .shop-image-wrapper {
    overflow: hidden;
    max-height: 247px;
}

.shop .shop-image-wrapper img {
    min-height: 247px;
}
.latest-blog-post:hover .shop-image-text span {
    color: #fff !important;
    background-color: #627f9a;
    opacity: 1;
}
.participate .one-fourth {
    padding: 0 2% 2%;
    display: inline-block;
    color:#8c959c;
}
.participate .one-fourth img {
    width: 330px;
}

@media (max-width: 400px) {
    .participate .one-fourth img {
        width: 90%;
    }
}
/**HOMEPAGE END**/

/**PINS PAGE**/

.pinsTable>tbody>tr>td{
    border:none;
}
.pinsTable th{
    border-top: none;
    border-bottom: 2px solid #ddd;
    background-color: #f9f9f9;

}
.pinsTable tr:nth-of-type(even){
    background-color: #f9f9f9;
}
.pinsTable{
    margin-top: 15px;
}

.pinsTable th:first-child, .pinsTable td:first-child {
    width: 45%;
}

.pinsTable select{
    width: 4em;
}
.pinsTable .strike {
    text-decoration: line-through;
}

.grandTotalPins{
    float: right;
    margin-right: 3.5%;
    margin-bottom: 10px;
}
.gridViewButtonPins{
    background-color: #F27316;
    border: 1px solid #404040;
    color: #fff;
    font-weight: bold;
    font-size: 20px;

}

.gridViewButtonWrapperPins{
    text-align: center;
    margin-bottom: 15px;
    clear: right;
    float: right;
    margin-right: 3.5%;

}
@media (max-width: 1199px) {
    .gridViewButtonWrapperPins, .grandTotalPins{
        margin-right: 2.5%;
    }
}
@media (max-width: 991px) {
    .gridViewButtonWrapperPins, .grandTotalPins{
        margin-right: 2%;
    }
}
@media (max-width: 640px) {
    .gridViewButtonWrapperPins, .grandTotalPins{
        margin-right: 2.5%;
    }
}
@media (max-width: 480px) {
    .gridViewButtonWrapperPins, .grandTotalPins{
        margin-right: 2%;
    }
}
@media (max-width: 430px) {
    .gridViewButtonWrapperPins, .grandTotalPins{
        margin-right: 2%;
    }
}

/**PINS PAGE END**/

/** Smart Search **/

/*search*/
.search {
    background-color: #fff;
}

#searchFrm .glyphicon-chevron-down, #smartSearchFrm .glyphicon-chevron-down{
    color: #ccc
}

.dropdown {
    height: 34px;
    position: absolute;
    top: 0;
    right: 39px;
    z-index: 998;
    border: none;
    background-color: transparent;
    display: none;
    font-size:12px;
}

.dropdown .current {
    line-height: 34px;
    height: 34px;
    padding-right: 3px;
    padding-left: 3px;

}

#searchFrm .dropdown .current:hover, #searchFrm .dropdown .current:hover .glyphicon-chevron-down, 
#smartSearchFrm .dropdown .current:hover, #smartSearchFrm .dropdown .current:hover .glyphicon-chevron-down {
    color: black;
}

.dropdown .current:hover {
    cursor: pointer;
}

.dropdown .drop-menu {
    position: absolute;
    top: 100%;
    background: white;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    right: 0;
    width: 153px;
    padding: 5px 0px;
    display: none;
    opacity: 0;
    -webkit-box-shadow: 0 0 30px -10px #000000;
    box-shadow: 0 0 30px -10px #000000;

    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;

}

.dropdown.open .drop-menu {
    display: block;
    opacity: 1;

    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.dropdown .drop-menu a {
    padding: 5px 10px;
    margin-bottom: 3px;
    background-color: white;
    display: block;

}

.dropdown .drop-menu a:hover {
    background-color: #29abe2;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

#smartSearchFrm input {/*border-right:none;*/}
#smartSearchFrm .dropdown-toggle, #smartSearchFrm .dropdown-toggle:hover .dropdown-toggle:active{font-size:10px;line-height:20px;color:#999;/*background:#fff;border-left:0px solid #fff;border-color:#ccc;*/}
#smartSearchFrm .dropdown-toggle {border-radius: 0}

@media (min-width: 768px){
    #smartSearchFrm {float: right;}
    #smartSearchFrm .input-group {float: right;}
    .searchholder {z-index: 997}
    .searchholder input.form-control.wide {
        width: 400px;
    }
    .search_list {width: 400px;}
    ul.search_result > li > ul >li a{display:block;max-width: 307px;overflow: hidden;white-space:nowrap;}
    ul.search_result > li > ul >li {line-height: 25px}
}
@media (max-width: 767px){
    ul.search_result > li > ul >li a{display:block;max-width: 75%;overflow: hidden;white-space:nowrap;}
    ul.search_result > li > ul >li {line-height: 25px}
}

.waitresults {background: url('../../images/loadingPrices.gif') no-repeat center 192px;width: 100%;height: 400px}
/** Smart Search END **/