@media (max-width: 767px) {
    .always-show .mega > .mega-dropdown-menu, .always-show .dropdown-menu {
        display: block !important;
        position: static
    }

    .open .dropdown-menu {
        display: block
    }
}

body {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
    color: #666
}

.bg-gray {
    background: #f5f5f5;
}

.bg-brand {
    background: #137d7a;
    color: #ffffff;
}

.text-white {
    color: #ffffff;
}

.text-brand {
    color: #137d7a;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #333333;
    text-decoration: none;
    transition: color 0.1s ease-in 0s;
    outline: none
}

a:hover, a:focus {
    color: #137d7a;
    text-decoration: none;
    outline: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle;
}

th, td {
    line-height: 1.42857143;
    text-align: left;
    vertical-align: top
}

th {
    font-weight: bold
}

td, tr td {
    border-top: 1px solid #dddddd
}

.red {
    color: #e94c37
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.wrap {
    width: auto;
    clear: both
}

.center, .table td.center, .table th.center {
    text-align: center
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 1.1;
    color: #323232
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left;
    color: black;
    font-size: 13px;
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999999
}

.text-primary {
    color: #137d7a
}

a.text-primary:hover {
    color: #1e844a
}

.text-success {
    color: #468847
}

a.text-success:hover {
    color: #356635
}

.text-info {
    color: #3a87ad
}

a.text-info:hover {
    color: #2d6987
}

.text-warning {
    color: #c09853
}

a.text-warning:hover {
    color: #a47e3c
}

.text-danger {
    color: #b94a48
}

a.text-danger:hover {
    color: #953b39
}

.bg-primary {
    color: #fff;
    background-color: #137d7a
}

a.bg-primary:hover {
    background-color: #1e844a
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.highlight {
    background-color: #FFC;
    font-weight: bold;
    padding: 1px 4px
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.form-group {
    margin-bottom: 20px
}

.radio label, .checkbox label {
    display: inline
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block
    }

    .form-inline .form-control {
        display: inline-block
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        float: none
    }
}

.btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold
}

.btn-primary {
    background: #137d7a;
    border: 2px solid #137d7a;
    border-radius: 0;
}

.btn-primary:hover {
    opacity: 0.9;
    background: #137d7a;
    border: 2px solid #137d7a;
}

.btn-primary:focus {
    opacity: 0.9;
    background: #137d7a;
    border: 2px solid #137d7a;
    color: #ffffff !important;
}

.btn-white {
    border: 2px solid #ffffff;
    border-radius: 2px;
    padding: 10px 20px;
    background: transparent;
    color: #ffffff !important
}

.btn-white:hover {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #137d7a !important
}

.btn-border-brand {
    background: transparent;
    border: 2px solid #137d7a;
    color: #137d7a;
    border-radius: 2px
}

.btn-border-brand:hover {
    background: #137d7a;
    color: #ffffff;
    border-color: #137d7a
}

.btn-link {
    display: inline-block;
    color: #137d7a;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px
}

.btn-link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #137d7a;
    transition: width .3s
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none
}

.btn-link:hover:after, .btn-link:focus:after {
    width: 100%
}

select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .inputbox::-moz-placeholder {
    color: #999999;
    opacity: 1
}

select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .inputbox:-ms-input-placeholder {
    color: #999999
}

select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .inputbox::-webkit-input-placeholder {
    color: #999999
}

select, select.form-control, select.inputbox, select.input {
    padding-right: 5px
}

.invalid {
    border-color: #e94c37
}

label.invalid {
    color: #e94c37
}

input.invalid {
    border: 1px solid #e94c37
}

.dropdown-menu > li > a {
    padding: 5px 20px
}

.dropdown-header {
    padding: 3px 20px;
    font-size: 14px
}

.dropdown-header a {
    color: #999999
}

.dropdown-submenu > a:after {
    border-left-color: #333333
}

.dropdown-submenu:hover > a:after {
    border-left-color: #262626
}

.nav > li > .separator {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 20px
}

@media (min-width: 768px) {
    .nav > li > .separator {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (max-width: 991px) {
    .nav > li > span {
        padding: 10px 15px;
        display: inline-block
    }
}

.nav .caret {
    border-top-color: #137d7a;
    border-bottom-color: #137d7a
}

.nav a:hover .caret {
    border-top-color: #137d7a;
    border-bottom-color: #229955
}

.pager {
    text-align: left;
    clear: both
}

.pager ul {
    margin: 0;
    padding: 0
}

.nav-child.dropdown-menu.mega-dropdown-menu {
    width: 400px;
}

@media (max-width: 768px) {
    .nav-child.dropdown-menu.mega-dropdown-menu {
        width: 300px;
    }
}

.t3-mainnav {
    border: 0;
    background: #137d7a;
    border-bottom: none;
    min-height: 58px
}

.t3-mainnav .container {
    position: relative
}

.t3-mainnav .navbar-nav > li > .dropdown-menu, .t3-mainnav .navbar-nav .mega-nav li .dropdown-menu {
    background: #fff;
    border: 0
}

.t3-mainnav .t3-megamenu .navbar-nav.level0 > li > a {
    color: #fff;
    text-rendering: optimizeLegibility;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px;
    padding: 14px 15px;
    letter-spacing: 1px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms
}

.t3-mainnav .t3-megamenu .navbar-nav.level0 > li .caret {
    border: 0
}

.t3-mainnav .t3-megamenu .navbar-nav.level0 > li.active, .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:focus, .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:hover {
    background: #98a5a2
}

.t3-mainnav .t3-megamenu .navbar-nav.level0 > li.active > a, .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:focus > a, .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:hover > a {
    background: #98a5a2;
    color: #ffffff;
    position: relative
}

.t3-mainnav .t3-megamenu .navbar-nav.level0 > li.active > a:after, .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:focus > a:after, .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:hover > a:after {
    *position: absolute;
    *content: '';
    *background: #ffffff;
    *left: 0px;
    *bottom: 0;
    *width: 100%;
    *height: 3px
}

.t3-mainnav .t3-megamenu .navbar-nav.level0 > li:hover > a {
    position: relative;
    background: #98a5a2
}

.t3-mainnav .t3-megamenu .navbar-nav.level0 > li ul.mega-nav.level1 > li.active > a {
    color: #137d7a
}

.t3-mainnav .t3-megamenu .navbar-nav.level0 > li ul.mega-nav.level2 > li.active > a {
    color: #137d7a
}

.t3-mainnav .t3-megamenu .mega-nav > li a, .t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li a {
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #62656a;
    font-size: 13px;
    font-weight: 500;
    background: none !important
}

.t3-mainnav .t3-megamenu .mega-nav > li a:hover, .t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li a:hover {
    background: none;
    color: #137d7a
}

.t3-mainnav .t3-megamenu .mega-nav > li:last-child > a, .t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li:last-child > a {
    border-bottom: 0
}

.t3-mainnav .t3-megamenu .mega-nav .mega-group > .mega-group-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px !important;
    margin: 15px 0 5px 0 !important
}

.t3-mainnav .t3-megamenu .banneritem {
    padding-top: 15px
}

.t3-mainnav-dark {
    border: 0;
    background: #323232;
    border-bottom: none;
    min-height: 58px
}

.t3-mainnav-dark .container {
    position: relative
}

.t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li {
    padding: 0px 15px
}

.t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li > a {
    color: #fff;
    text-rendering: optimizeLegibility;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px;
    padding: 14px 0px;
    letter-spacing: 1px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms
}

.t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li .caret {
    border: 0
}

.t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li.active, .t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li:focus, .t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li:hover {
    background: #323232
}

.t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li.active > a, .t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li:focus > a, .t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li:hover > a {
    background: #323232;
    color: #ffffff;
    position: relative
}

.t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li.active > a:after, .t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li:focus > a:after, .t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li:hover > a:after {
    position: absolute;
    content: '';
    background: #ffffff;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 3px
}

.t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li:hover > a {
    position: relative;
    background: #323232
}

.t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li ul.mega-nav.level1 > li.active > a {
    color: #137d7a
}

.t3-mainnav-dark .t3-megamenu .navbar-nav.level0 > li ul.mega-nav.level2 > li.active > a {
    color: #137d7a
}

.t3-mainnav-dark .t3-megamenu .mega-nav > li a:hover, .t3-mainnav-dark .t3-megamenu .dropdown-menu .mega-nav > li a:hover {
    background: none;
    color: #137d7a
}

.t3-mainnav-dark .t3-megamenu .mega-nav > li:last-child > a, .t3-mainnav-dark .t3-megamenu .dropdown-menu .mega-nav > li:last-child > a {
    border-bottom: 0
}

.t3-mainnav-dark .t3-megamenu .mega-nav .mega-group > .mega-group-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px !important;
    margin: 15px 0 5px 0 !important
}

.t3-mainnav-dark .t3-megamenu .banneritem {
    padding-top: 15px
}

.t3-mainnav-brand-dark {
    border: 0;
    border-radius: 0px;
    background: #98a5a2;
    border-bottom: none;
    min-height: 58px;
    margin-bottom: 0px
}

.t3-mainnav-brand-dark .container {
    position: relative
}

.t3-mainnav-brand-dark .t3-megamenu .navbar-nav.level0 > li {
    padding: 0px 15px
}

.t3-mainnav-brand-dark .t3-megamenu .navbar-nav.level0 > li > a {
    color: #ffffff;
    text-rendering: optimizeLegibility;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px;
    padding: 14px 0px;
    letter-spacing: 1px;
    background: #98a5a2;
    outline: none;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms
}

.t3-mainnav-brand-dark .t3-megamenu .navbar-nav.level0 > li .caret {
    border: 0
}

.t3-mainnav-brand-dark .t3-megamenu .navbar-nav.level0 > li.active, .t3-mainnav-brand-dark .t3-megamenu .navbar-nav.level0 > li:focus, .t3-mainnav-brand-dark .t3-megamenu .navbar-nav.level0 > li:hover {
    background: #229955
}

.t3-mainnav-brand-dark .t3-megamenu .navbar-nav.level0 > li.active > a, .t3-mainnav-brand-dark .t3-megamenu .navbar-nav.level0 > li:focus > a, .t3-mainnav-brand-dark .t3-megamenu .navbar-nav.level0 > li:hover > a {
    background: #98a5a2;
    color: #ffffff;
    position: relative
}

.t3-mainnav-brand-dark .t3-megamenu .navbar-nav.level0 > li.active > a:after, .t3-mainnav-brand-dark .t3-megamenu .navbar-nav.level0 > li:focus > a:after, .t3-mainnav-brand-dark .t3-megamenu .navbar-nav.level0 > li:hover > a:after {
    position: absolute;
    content: '';
    background: #ffffff;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 3px
}

.menu-banner .mega-group-title {
    display: none !important
}

.navbar-toggle {
    padding: 0;
    height: 35px;
    line-height: 35px;
    width: 35px;
    margin-left: 15px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: 0
    }
}

.t3-mainnav {
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    border-radius: 0
}

.t3-mainnav .t3-navbar {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    .t3-mainnav .t3-navbar-collapse {
        display: none !important
    }
}

.t3-mainnav .t3-navbar-collapse .navbar-nav {
    margin: 0 -15px
}

.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
    margin-right: 5px
}

.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
    border-top: 1px solid #e7e7e7
}

.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
    border-top: 0
}

.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
    position: absolute;
    top: 40%;
    right: 12px
}

.list-striped,
.row-striped {
    list-style: none;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
    margin-left: 0;
    padding-left: 0
}

.list-bordered,
.row-bordered {
    list-style: none;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    margin-left: 0;
    border: 1px solid #dddddd
}

.star {
    color: #e94c37
}

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48
}

.alert-error hr {
    border-top-color: #e4b9c0
}

.alert-error .alert-link {
    color: #953b39
}

.jb-home .t3-mainbody {
    display: none
}

.t3-header {
    padding-top: 10px;
    padding-bottom: 10px
}

.jb-slideshow .slider-title {
    color: #ffffff;
    font-size: 40px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 0px
}

.jb-slideshow .brand {
    color: #137d7a !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    *font-size: 20px !important;
    font-weight: 400 !important
}

.jb-slideshow .slider-bold {
    font-weight: bold;
    font-size: 50px;
    color: #333333
}

.jb-slideshow .jb-white {
    color: #ffffff
}

.jb-slideshow .jb-btn {
    color: #ffffff
}

.jb-slideshow .jb-btn:hover {
    color: #ffffff
}

.jb-slideshow .bookstore-slider-title-block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    border: 2px solid #137d7a !important;
    padding: 5px
}

.jb-slideshow .bookstore-slider-title-block .title-block {
    letter-spacing: normal;
    color: #ffffff;
    font-style: normal;
    padding: 25px 20px 33px;
    background: #137d7a !important;
    text-align: center
}

.jb-slideshow .bookstore-slider-title-block .title-block h2 {
    color: #ffffff;
    text-transform: uppercase
}

/* ****************************************** */

.owl-carousel .owl-controls {
    position: initial !important;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 769px) {
    .owl-carousel .owl-controls .owl-buttons {
        opacity: 0 !important
    }
}

.owl-carousel .owl-controls .owl-buttons div {
    background: #323232 !important;
    display: block;
    height: 38px;
    margin: 0px 0px 0px -30px;
    top: 50%;
    width: 38px;
    z-index: 5;
    color: #ffffff !important;
    border-radius: 0px !important;
    border: 1px solid #323232;
    position: absolute
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0px;
    top: 40%;
    height: 58px;
    width: 50px
}

.owl-carousel .owl-controls .owl-buttons .owl-prev .icon-chevron-left {
    margin-top: 12px
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0px;
    top: 40%;
    height: 58px;
    width: 50px
}

.owl-carousel .owl-controls .owl-buttons .owl-next .icon-chevron-right {
    margin-top: 12px
}

.owl-carousel:hover .owl-buttons {
    opacity: 1 !important
}

.jb-product-slider {
    float: left;
    display: inline;
    padding: 5px;
    text-align: center
}

.jb-product-slider .jb-product-block {
    border: 1px solid #f5f5f5;
    width: 217.8px;
    border-radius: 2px;
    overflow: hidden;
    position: relative
}

.jb-product-slider .jb-product-block:before {
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    width: 200%;
    z-index: -1;
    transform: skewY(14deg);
    transform-origin: 0px 0px 0px;
    background-color: #f5f5f5
}

.jb-product-slider .jb-product-block .j2store_product_image {
    overflow: hidden
}

.jb-product-slider .jb-product-block:hover {
    border-color: #137d7a
}

.jb-product-slider .jb-product-block .cart-action-complete {
    position: absolute;
    top: 0px;
    width: 100%;
    background: #137d7a;
    z-index: 1000
}

.jb-product-slider .jb-product-block .cart-action-complete a {
    line-height: auto !important;
    color: #ffffff
}

.jb-product-slider .jb-product-block .cart-action-complete p {
    margin: 14px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px
}

.jb-product-slider .jb-product-block .j2store-wishlist-notification {
    position: absolute;
    top: 0px;
    width: 100%;
    background: #137d7a
}

.jb-product-slider .jb-product-block .j2store-wishlist-notification a {
    line-height: auto !important;
    font-size: 12px !important
}

.jb-product-slider .jb-product-block .j2store-wishlist-notification p {
    margin: 0px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 400
}

.jb-product-slider .jb-product-block .j2store-wishlist-notification p a {
    line-height: 30px !important
}

.jb-product-slider .jb-product-block .j2store-wishlist-notification p a:hover {
    background: transparent !important
}

.jb-product-slider .jb-product-block .j2store-compare-notify {
    background: #137d7a
}

.jb-product-slider .jb-product-block .j2store-compare-notify a {
    background: #137d7a;
    position: absolute !important;
    line-height: auto !important;
    margin: -1px;
    font-size: 12px !important
}

.jb-product-slider .jb-product-block .j2store-compare-notify br {
    display: none
}

.jb-product-slider .product-image {
    position: relative;
    width: 100%;
    margin-bottom: 16px
}

.jb-product-slider .product-image img {
    padding: 20px;
    width: 100%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transform: scale(1)
}

.jb-product-slider .product-image .hover-state {
    position: absolute;
    bottom: 0;
    top: auto;
    background: #137d7a;
    color: #ffffff;
    transition: all 0.5s ease-out 0s;
    width: 102%;
    z-index: 999;
    transform-origin: 50% 100% 0px;
    transform: perspective(600px) rotateX(90deg)
}

.jb-product-slider .product-image .hover-content {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1
}

.jb-product-slider .product-image .hover-content .jb-slider-cart .j2store-add-to-cart {
    float: left
}

.jb-product-slider .product-image .hover-content .jb-slider-cart .j2store-add-to-cart .btn-inverse {
    font-size: 12px;
    font-weight: bold;
    border-radius: 0px;
    background-color: inherit;
    line-height: 32px !important;
    border: none
}

.jb-product-slider .product-image .hover-content .jb-slider-cart .j2store-add-to-cart .btn-inverse:hover {
    background: #98a5a2
}

.jb-product-slider .product-image .hover-content .jb-icons .product-wishlist, .jb-product-slider .product-image .hover-content .jb-icons .product-compare {
    display: inline;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle
}

.jb-product-slider .product-image .hover-content .jb-icons .product-wishlist .product-view-compare-list, .jb-product-slider .product-image .hover-content .jb-icons .product-compare .product-view-compare-list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #137d7a;
    z-index: 1000
}

.jb-product-slider .product-image .hover-content .jb-icons .product-wishlist .fa-spinner, .jb-product-slider .product-image .hover-content .jb-icons .product-compare .fa-spinner {
    position: absolute;
    z-index: 1000;
    top: 50%;
    background: #137d7a
}

.jb-product-slider .product-image .hover-content .jb-icons .product-wishlist a, .jb-product-slider .product-image .hover-content .jb-icons .product-compare a {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 17px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 0px;
    -moz-user-select: none
}

.jb-product-slider .product-image .hover-content .jb-icons .product-wishlist a:hover, .jb-product-slider .product-image .hover-content .jb-icons .product-compare a:hover {
    background: #98a5a2
}

.jb-product-slider .j2store_product_content_block {
    padding-bottom: 20px
}

.jb-product-slider .j2store_product_content_block .j2store_product_title a {
    height: 52px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize
}

.jb-product-slider .j2store_product_content_block .product-price-container {
    display: inline
}

.jb-product-slider .j2store_product_content_block .product-price-container .base-price {
    color: #137d7a;
    display: inline;
    font-weight: bold;
    font-size: 16px
}

.jb-product-slider .j2store_product_content_block .product-price-container .strike {
    text-decoration: line-through;
    margin-right: 10px;
    color: #a8a8a8 !important;
    font-size: 14px
}

.jb-product-slider .j2store_product_content_block .product-price-container .sale-price {
    color: #137d7a;
    display: inline-block;
    font-weight: bold;
    font-size: 16px
}

.jb-product-slider .j2store_product_content_block .product-price-container .sale-price-promo {
    color: #d55750;
}

.jb-product-slider .j2store_product_content_block .product-price-container .sale-price .zero-price {
    font-weight: 400
}

.jb-product-slider:hover .hover-state {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

/* ********************************************************** */

.t3-mainbody {
    padding-top: 20px;
    padding-bottom: 20px
}

.t3-content {
    padding-top: 20px;
    padding-bottom: 20px
}

.t3-sidebar {
    padding-top: 20px;
    padding-bottom: 20px
}

.t3-sidebar .module-title {
    text-align: left;
    font-size: 18px
}

.t3-sidebar .t3-module {
    margin-bottom: 40px
}

.j2store-products-row .product-title a {
    font-size: 16px
}

.promo .t3-module {
    margin-bottom: 0px
}

.promo .jb-promo-bg {
    background: url("/bookstorimages/pattern.png") repeat scroll left top;
    background-color: #137d7a
}

.promo .jb-promo-bg .padding-40 {
    padding: 40px 0px;
    color: #ffffff
}

.banner {
    position: relative;
    margin: 0px auto 32px
}

.banner-info-wrapper {
    padding: 28px 0px 29px;
    border: 1px solid rgba(255, 255, 255, 0.15)
}

.banner-info.dark {
    background-color: #323232
}

.banner.banner-info {
    margin-bottom: 20px
}

.banner-info {
    padding: 15px 18px;
    text-align: center;
    transition: all 0.4s ease 0s
}

.banner-info h4 {
    color: #ffffff;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.5px
}

.banner-info p {
    padding: 0px 10px;
    color: #ffffff
}

.jb-parallax {
    color: #ffffff
}

.jb-parallax .t3-module {
    margin-bottom: 0px
}

.jb-parallax .jb-bg-img {
    background-attachment: scroll;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative
}

.jb-parallax .jb-bg-img:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6)
}

.jb-parallax .jb-bg-img .jb-promo-block-content {
    padding: 80px 0px 71px
}

.jb-parallax .jb-bg-img .jb-promo-block-content h3 {
    line-height: 30px;
    color: #ffffff
}

.jb-parallax .jb-bg-img .jb-promo-block-content .brand {
    color: #137d7a
}

.jb-parallax .jb-bg-img .jb-promo-block-content .brand-2 {
    color: #137d7a
}

.jb-parallax .jb-bg-img .jb-promo-block-content .jb-promo-border {
    padding: 5px 0;
    margin: 30px 0;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-size: 18px
}

/*===============================
/bookstore/templates/jb_bookstore/local/css/megamenu.css
================================================================================*/
.t3-megamenu .mega-inner:before, .t3-megamenu .mega-inner:after {
    content: " ";
    display: table
}

.t3-megamenu .mega-inner:after {
    clear: both
}

.t3-megamenu .mega > .mega-dropdown-menu {
    min-width: 200px;
    display: none
}

.t3-megamenu .mega.open > .mega-dropdown-menu, .t3-megamenu .mega.dropdown-submenu.open > .mega-dropdown-menu {
    display: block
}

.t3-megamenu .mega-group:before, .t3-megamenu .mega-group:after {
    content: " ";
    display: table
}

.t3-megamenu .mega-group:after {
    clear: both
}

.t3-megamenu .dropdown-header, .t3-megamenu .mega-nav .mega-group > .dropdown-header, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
    margin: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: 18px;
    line-height: normal
}

.t3-megamenu .dropdown-header:hover, .t3-megamenu .mega-nav .mega-group > .dropdown-header:hover, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover, .t3-megamenu .dropdown-header:active, .t3-megamenu .mega-nav .mega-group > .dropdown-header:active, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active, .t3-megamenu .dropdown-header:focus, .t3-megamenu .mega-nav .mega-group > .dropdown-header:focus, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
    background: inherit;
    color: inherit
}

.t3-megamenu .mega-group-ct {
    margin: 0;
    padding: 0
}

.t3-megamenu .mega-group-ct:before, .t3-megamenu .mega-group-ct:after {
    content: " ";
    display: table
}

.t3-megamenu .mega-group-ct:after {
    clear: both
}

.t3-megamenu .mega-nav, .t3-megamenu .dropdown-menu .mega-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.t3-megamenu .mega-nav > li, .t3-megamenu .dropdown-menu .mega-nav > li {
    list-style: none;
    margin-left: 0
}

.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    white-space: normal;
    display: block;
    padding: 5px
}

.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.t3-megamenu .mega-nav > li .separator {
    display: block;
    padding: 5px
}

.t3-megamenu .mega-group > .mega-nav, .t3-megamenu .dropdown-menu .mega-group > .mega-nav {
    margin-left: -5px;
    margin-right: -5px
}

.t3-megamenu .mega-nav .dropdown-submenu > a::after {
    margin-right: 5px
}

.t3-megamenu .t3-module {
    margin-bottom: 10px
}

.t3-megamenu .t3-module .module-title {
    margin: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px
}

.t3-megamenu .t3-module .module-title:hover, .t3-megamenu .t3-module .module-title:active, .t3-megamenu .t3-module .module-title:focus {
    background: inherit;
    color: inherit
}

.t3-megamenu .t3-module .module-ct {
    margin: 0;
    padding: 0
}

.t3-megamenu .mega-caption {
    display: block;
    white-space: nowrap
}

.t3-megamenu .nav .caret, .t3-megamenu .dropdown-submenu .caret, .t3-megamenu .mega-menu .caret {
    display: none
}

.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
    display: inline-block
}

.t3-megamenu .nav [class^="icon-"], .t3-megamenu .nav [class*=" icon-"], .t3-megamenu .nav .fa {
    margin-right: 5px
}

.t3-megamenu .nav .input-group-addon [class^="icon-"], .t3-megamenu .nav .input-group-addon [class*=" icon-"], .t3-megamenu .nav .input-group-addon .fa {
    margin-right: 0
}

.t3-megamenu .mega-align-left > .dropdown-menu {
    left: 0
}

.t3-megamenu .mega-align-right > .dropdown-menu {
    left: auto;
    right: 0
}

.t3-megamenu .mega-align-center > .dropdown-menu {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.t3-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
    left: 100%
}

.t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
    left: auto;
    right: 100%
}

.t3-megamenu .mega-align-justify {
    position: static
}

.t3-megamenu .mega-align-justify > .dropdown-menu {
    left: 0;
    margin-left: 0;
    top: auto
}

.t3-megamenu .mega-tab > div {
    position: relative
}

.t3-megamenu .mega-tab > div > ul {
    width: 200px
}

.t3-megamenu .mega-tab > div > ul > li {
    position: static
}

.t3-megamenu .mega-tab > div > ul > li > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px
}

.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu {
    border: none;
    box-shadow: none
}

.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu > div {
    opacity: 1 !important;
    margin-left: 0 !important;
    transition: none !important
}

@media (min-width: 768px) {
    .t3-megamenu.animate .mega > .mega-dropdown-menu {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0
    }

    .t3-megamenu.animate .mega.animating > .mega-dropdown-menu {
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
        display: block
    }

    .t3-megamenu.animate .mega.open > .mega-dropdown-menu, .t3-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
        opacity: 1
    }

    .t3-megamenu.animate.zoom .mega > .mega-dropdown-menu {
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transform-origin: 20% 20%;
        -moz-transform-origin: 20% 20%;
        -ms-transform-origin: 20% 20%;
        transform-origin: 20% 20%
    }

    .t3-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .t3-megamenu.animate.zoom .level0 > .mega-align-center > .mega-dropdown-menu {
        -webkit-transform: scale(0, 0) translate(-50%, 0);
        -ms-transform: scale(0, 0) translate(-50%, 0);
        transform: scale(0, 0) translate(-50%, 0);
        -webkit-transform-origin: 0% 20%;
        -moz-transform-origin: 0% 20%;
        -ms-transform-origin: 0% 20%;
        transform-origin: 0% 20%
    }

    .t3-megamenu.animate.zoom .level0 > .mega-align-center.open > .mega-dropdown-menu {
        -webkit-transform: scale(1, 1) translate(-50%, 0);
        -ms-transform: scale(1, 1) translate(-50%, 0);
        transform: scale(1, 1) translate(-50%, 0)
    }

    .t3-megamenu.animate.elastic .mega > .mega-dropdown-menu {
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: 10% 0;
        -moz-transform-origin: 10% 0;
        -ms-transform-origin: 10% 0;
        transform-origin: 10% 0
    }

    .t3-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .t3-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0)
    }

    .t3-megamenu.animate.elastic .level0 .open > .mega-dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .t3-megamenu.animate.elastic .level0 > .mega-align-center > .mega-dropdown-menu {
        transform: scale(1, 0) translate(-50%, 0);
        -webkit-transform: scale(1, 0) translate(-50%, 0);
        -ms-transform: scale(1, 0) translate(-50%, 0)
    }

    .t3-megamenu.animate.elastic .level0 > .mega-align-center.open > .mega-dropdown-menu {
        transform: scale(1, 1) translate(-50%, 0);
        -webkit-transform: scale(1, 1) translate(-50%, 0);
        -ms-transform: scale(1, 1) translate(-50%, 0)
    }

    .t3-megamenu.animate.slide .mega {
    }

    .t3-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
        overflow: hidden
    }

    .t3-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-top: -30%
    }

    .t3-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
        margin-top: 0%
    }

    .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
        min-width: 0
    }

    .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
        min-width: 200px;
        margin-top: 0;
        margin-left: -500px;
        width: 100%
    }

    .t3-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .t3-megamenu .mega-inner:before, .t3-megamenu .mega-inner:after {
        content: " ";
        display: table
    }

    .t3-megamenu .mega-inner:after {
        clear: both
    }

    .t3-megamenu .row, .t3-megamenu .mega-dropdown-menu, .t3-megamenu .row [class*="col-lg-"], .t3-megamenu .row [class*="col-md-"], .t3-megamenu .row [class*="col-sm-"], .t3-megamenu .row [class*="col-xs-"] {
        width: 100% !important;
        min-width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .t3-megamenu .hidden-collapse, .t3-megamenu .always-show .caret, .t3-megamenu .always-show .dropdown-submenu > a:after .sub-hidden-collapse > .nav-child, .t3-megamenu .sub-hidden-collapse .caret, .t3-megamenu .sub-hidden-collapse > a:after {
        display: none !important
    }

    .mega-caption {
        display: none !important
    }

    html[dir="rtl"] .t3-megamenu .row, html[dir="rtl"] .t3-megamenu .mega-dropdown-menu, html[dir="rtl"] .t3-megamenu .row [class*="col-lg-"], html[dir="rtl"] .t3-megamenu .row [class*="col-md-"], html[dir="rtl"] .t3-megamenu .row [class*="col-sm-"], html[dir="rtl"] .t3-megamenu .row [class*="col-xs-"] {
        left: auto;
        right: 0 !important;
        margin-right: 0 !important
    }
}

.t3-megamenu .mega-inner {
    padding: 10px 0
}

.t3-megamenu .row {
    margin-left: auto;
    margin-right: auto
}

.t3-megamenu .row + .row {
    padding-top: 10px;
    border-top: 1px solid #e7e7e7
}

.t3-megamenu .mega-dropdown-menu {
    padding: 10px 0px;
    border: 1px solid transparent;
    *box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.04) !important;
    margin-left: -1px;
    *background: rgba(255, 255, 255, 0.96);
    background: #ffffff
}

.t3-megamenu .mega-dropdown-menu.menu-layout-preview li a {
    font-weight: bold
}

.t3-megamenu .mega-dropdown-menu.menu-layout-preview li img {
    max-width: 100%;
    margin-bottom: 10px;
    display: block !important
}

.t3-megamenu .mega-dropdown-menu.menu-layout-preview li:hover, .t3-megamenu .mega-dropdown-menu.menu-layout-preview li:focus {
    background: none;
    color: #137d7a
}

.t3-megamenu .dropdown-submenu .col-lg-12.mega-col-nav .mega-inner, .t3-megamenu .dropdown-submenu .col-md-12.mega-col-nav .mega-inner, .t3-megamenu .dropdown-submenu .col-sm-12.mega-col-nav .mega-inner, .t3-megamenu .dropdown-submenu .col-xs-12.mega-col-nav .mega-inner {
    padding-top: 0;
    padding-bottom: 0
}

.t3-megamenu .dropdown-header, .t3-megamenu .mega-nav .mega-group > .dropdown-header, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
    margin-top: 5px;
    padding: 5px 20px;
    background: transparent;
    color: #323232;
    font-size: 13px !important;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #137d7a
}

.t3-megamenu .dropdown-header:hover, .t3-megamenu .mega-nav .mega-group > .dropdown-header:hover, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover, .t3-megamenu .dropdown-header:active, .t3-megamenu .mega-nav .mega-group > .dropdown-header:active, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active, .t3-megamenu .dropdown-header:focus, .t3-megamenu .mega-nav .mega-group > .dropdown-header:focus, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
    background: #137d7a;
    color: #ffffff
}

.t3-megamenu .mega-group-ct .row {
    margin-left: -15px;
    margin-right: -15px
}

.t3-megamenu .mega-nav, .t3-megamenu .dropdown-menu .mega-nav {
    margin: -5px;
    border-bottom: none
}

.t3-megamenu .mega-nav > li, .t3-megamenu .dropdown-menu .mega-nav > li {
    margin-right: 10px;
    margin-left: 10px;
    border-left: none;
    border-right: none;
    padding: 0px;
    position: relative
}

.t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.active > a {
    color: #137d7a
}

.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    *margin-right: -10px;
    *margin-left: -10px;
    padding: 0px;
    color: #333333 !important;
    font-size: 13px;
    font-weight: lighter;
    border: none;
    line-height: 40px
}

.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:active, .t3-megamenu .dropdown-menu .mega-nav > li a:active, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    background: transparent !important;
    color: #137d7a !important
}

.t3-megamenu .mega-nav > li a:hover:after, .t3-megamenu .dropdown-menu .mega-nav > li a:hover:after, .t3-megamenu .mega-nav > li a:active:after, .t3-megamenu .dropdown-menu .mega-nav > li a:active:after, .t3-megamenu .mega-nav > li a:focus:after, .t3-megamenu .dropdown-menu .mega-nav > li a:focus:after {
    border-left-border: #ffffff
}

.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active > a {
    color: #137d7a
}

.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active > a:hover, .t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active > a:active, .t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active > a:focus {
    background: transparent !important
}

.t3-megamenu .mega-nav .dropdown-submenu > a:after {
    border: none;
    content: "\F105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    margin-top: -41px;
    right: 0px;
    color: #555555
}

.t3-megamenu .mega-nav .dropdown-submenu.open > a:after {
    *border-left-color: #ffffff
}

.t3-megamenu .mega-nav .dropdown-submenu.open > .dropdown-menu {
    margin-left: -2px;
    box-shadow: 0px 0px
}

.t3-megamenu .mega-nav .dropdown-submenu > .mega-dropdown-menu > .mega-dropdown-inner {
    padding: 0 20px
}

.t3-megamenu .dropdown .dropdown-menu .mega-dropdown-inner .responsive_map {
    height: 250px
}

.t3-megamenu .dropdown .dropdown-menu .mega-dropdown-inner .tp-mega-address {
    text-transform: capitalize
}

.t3-megamenu .dropdown .dropdown-menu .mega-dropdown-inner .tp-mega-address a {
    display: inline;
    border: none;
    line-height: 0px;
    font-size: 13px;
    color: #666666
}

.t3-megamenu .dropdown .dropdown-menu .mega-dropdown-inner .tp-mega-address a:hover {
    border: none;
    text-decoration: none;
    color: #137d7a
}

.t3-megamenu .t3-module.layout-menu {
    padding-left: 0;
    padding-right: 0
}

.t3-megamenu .t3-module .module-title {
    margin-top: 5px;
    padding: 5px 20px;
    background: transparent;
    color: #323232;
    font-size: 13px !important;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #137d7a;
    margin-bottom: 10px
}

.t3-megamenu .t3-module .module-title:hover, .t3-megamenu .t3-module .module-title:active, .t3-megamenu .t3-module .module-title:focus {
    background: #137d7a;
    color: #ffffff
}

.t3-megamenu .t3-module ul li, .t3-megamenu .t3-module .nav li {
    list-style: disc;
    display: list-item;
    float: none;
    margin: 0;
    padding: 0;
    border: 0
}

.t3-megamenu .t3-module ul li a, .t3-megamenu .t3-module .nav li a {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 100%;
    background: none;
    font: inherit;
    white-space: normal
}

.t3-megamenu .t3-module ul li a:hover, .t3-megamenu .t3-module .nav li a:hover, .t3-megamenu .t3-module ul li a:focus, .t3-megamenu .t3-module .nav li a:focus, .t3-megamenu .t3-module ul li a:active, .t3-megamenu .t3-module .nav li a:active {
    background: none;
    color: inherit;
    font: inherit
}

.t3-megamenu .hot-tag .mega-caption {
    padding: 0 8px !important;
    line-height: 18px;
    background-color: #e94c37;
    color: #ffffff;
    position: absolute;
    font-size: 11px;
    font-weight: normal;
    top: -14px;
    right: 0
}

.t3-megamenu .hot-tag .mega-caption:before {
    position: absolute;
    left: 6px;
    top: 18px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    border-top-color: #e94c37
}

.t3-megamenu .new-tag .mega-caption {
    padding: 0 8px !important;
    line-height: 18px;
    background-color: #fdd922;
    color: #ffffff;
    position: absolute;
    font-size: 11px;
    font-weight: normal;
    top: -14px;
    right: 0
}

.t3-megamenu .new-tag .mega-caption:before {
    position: absolute;
    left: 6px;
    top: 18px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    border-top-color: #fdd922
}

.t3-megamenu .new-latest .mega-caption {
    float: right;
    background: #137d7a;
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
    line-height: 20px;
    padding: 0px 8px
}

.t3-megamenu .mega-caption-empty {
    display: none
}

.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
    display: none;
    border: 0
}

.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret:before {
    *content: "\f107";
    *font-family: FontAwesome
}

.t3-megamenu .nav .open > a, .t3-megamenu .nav .open > a:hover, .t3-megamenu .nav .open > a:focus {
    background-color: transparent
}

.t3-megamenu .nav .input-group-addon [class^="icon-"], .t3-megamenu .nav .input-group-addon [class*=" icon-"], .t3-megamenu .nav .input-group-addon .fa {
    margin-right: 0
}

.t3-mainnav-modern .hot-tag .mega-caption {
    padding: 0 8px !important;
    line-height: 18px;
    background-color: #e94c37;
    color: #ffffff;
    position: absolute;
    font-size: 11px;
    font-weight: normal;
    top: 2px;
    right: 0
}

.t3-mainnav-modern .hot-tag .mega-caption:before {
    position: absolute;
    left: 6px;
    top: 18px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    border-top-color: #e94c37
}

/*===============================
/bookstore/templates/jb_bookstore/local/css/off-canvas.css
================================================================================*/

html, body {
    height: 100%
}

.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%
}

.t3-wrapper {
    background: #ffffff;
    position: relative;
    left: 0;
    z-index: 99;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    overflow: visible;
}

.t3-wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 100
}

.t3-mainnav-android {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.t3-mainnav-android::after {
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}

.off-canvas-open .t3-wrapper::after {
    width: 100%;
    height: 10000px;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.off-canvas-open .t3-mainnav-android::after {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.t3-off-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 250px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.t3-off-canvas::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.off-canvas-right.t3-off-canvas {
    display: none
}

.off-canvas-right .off-canvas-right.t3-off-canvas {
    display: block
}

html[dir="ltr"] .off-canvas-right.t3-off-canvas {
    left: auto;
    right: 0
}

.off-canvas-open .t3-off-canvas::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}

.off-canvas-open .off-canvas-current {
    visibility: visible
}

.off-canvas-open .t3-off-canvas {
    overflow-y: auto
}

.t3-off-canvas {
    background: #ffffff;
    color: #333333
}

.t3-off-canvas .t3-off-canvas-header {
    background: #eeeeee;
    color: #333333;
    padding: 6px 12px
}

.t3-off-canvas .t3-off-canvas-header h2 {
    margin: 0
}

.t3-off-canvas .t3-off-canvas-body {
    padding: 6px 12px
}

.t3-off-canvas .t3-off-canvas-body a {
    color: #ffffff
}

.t3-off-canvas .t3-off-canvas-body a:hover, .t3-off-canvas .t3-off-canvas-body a:focus {
    color: #ffffff
}

.t3-off-canvas .t3-off-canvas-body a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
    position: static;
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.off-canvas-effect-1.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.t3-off-canvas {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.off-canvas-effect-1.t3-off-canvas::after {
    display: none
}

.off-canvas-right.off-canvas-effect-1.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.off-canvas-effect-2.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}

.off-canvas-effect-2.t3-off-canvas {
    z-index: 1
}

.off-canvas-effect-2.off-canvas-open .off-canvas-effect-2.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.off-canvas-effect-2.t3-off-canvas::after {
    display: none
}

.off-canvas-right.off-canvas-effect-2.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

.off-canvas-effect-3.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}

.off-canvas-effect-3.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.off-canvas-effect-3.t3-off-canvas::after {
    display: none
}

.off-canvas-right.off-canvas-effect-3.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

.off-canvas-right.off-canvas-effect-3.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.off-canvas-effect-4.off-canvas-open .t3-wrapper, .off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}

.off-canvas-effect-4.t3-off-canvas {
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.off-canvas-effect-4.t3-off-canvas::after {
    display: none
}

.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper, .off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

.off-canvas-right.off-canvas-effect-4.t3-off-canvas {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
}

.off-canvas-effect-5.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}

.off-canvas-effect-5.t3-off-canvas {
    z-index: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
}

.off-canvas-effect-5.off-canvas-open .off-canvas-effect-5.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.off-canvas-right.off-canvas-effect-5.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

.off-canvas-right.off-canvas-effect-5.t3-off-canvas {
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

body.off-canvas-effect-6 {
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.off-canvas-effect-6 .t3-wrapper {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: auto;
    overflow: hidden
}

.off-canvas-effect-6.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0) rotateY(-15deg);
    transform: translate3d(250px, 0, 0) rotateY(-15deg)
}

.off-canvas-effect-6.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.off-canvas-effect-6.off-canvas-open .off-canvas-effect-6.t3-off-canvas {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.off-canvas-effect-6.t3-off-canvas::after {
    display: none
}

.off-canvas-right.off-canvas-effect-6 .t3-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.off-canvas-right.off-canvas-effect-6.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0) rotateY(15deg);
    transform: translate3d(-250px, 0, 0) rotateY(15deg)
}

.off-canvas-right.off-canvas-effect-6.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

body.off-canvas-effect-7 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%
}

.off-canvas-effect-7 .t3-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.off-canvas-effect-7.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}

.off-canvas-effect-7.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.off-canvas-effect-7.off-canvas-open .off-canvas-effect-7.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg)
}

body.off-canvas-effect-7.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%
}

.off-canvas-right.off-canvas-effect-7.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

.off-canvas-right.off-canvas-effect-7.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
    transform: translate3d(100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.off-canvas-right.off-canvas-effect-7.off-canvas-open .off-canvas-right.off-canvas-effect-7.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
    transform: translate3d(100%, 0, 0) rotateY(0deg)
}

body.off-canvas-effect-8 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%
}

.off-canvas-effect-8 .t3-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.off-canvas-effect-8.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}

.off-canvas-effect-8.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.off-canvas-effect-8.off-canvas-open .off-canvas-effect-8.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg)
}

.off-canvas-effect-8.t3-off-canvas::after {
    display: none
}

body.off-canvas-effect-8.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%
}

.off-canvas-right.off-canvas-effect-8.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

.off-canvas-right.off-canvas-effect-8.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
    transform: translate3d(100%, 0, 0) rotateY(-90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.off-canvas-right.off-canvas-effect-8.off-canvas-open .off-canvas-right.off-canvas-effect-8.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
    transform: translate3d(100%, 0, 0) rotateY(0deg)
}

body.off-canvas-effect-9 {
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.off-canvas-effect-9 .t3-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.off-canvas-effect-9.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(0, 0, -250px);
    transform: translate3d(0, 0, -250px)
}

.off-canvas-effect-9.t3-off-canvas {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.off-canvas-effect-9.off-canvas-open .off-canvas-effect-9.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.off-canvas-effect-9.t3-off-canvas::after {
    display: none
}

.off-canvas-right.off-canvas-effect-9.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

body.off-canvas-effect-10 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%
}

.off-canvas-effect-10.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}

.off-canvas-effect-10.t3-off-canvas {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, -250px);
    transform: translate3d(0, 0, -250px)
}

.off-canvas-effect-10.off-canvas-open .off-canvas-effect-10.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

body.off-canvas-effect-10.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%
}

.off-canvas-right.off-canvas-effect-10.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

body.off-canvas-effect-11 {
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.off-canvas-effect-11 .t3-wrapper {
    height: auto;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.off-canvas-effect-11.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
    transform: translate3d(100px, 0, -600px) rotateY(-20deg)
}

.off-canvas-effect-11.t3-off-canvas {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.off-canvas-effect-11.off-canvas-open .off-canvas-effect-11.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.off-canvas-effect-11.t3-off-canvas::after {
    display: none
}

.off-canvas-right.off-canvas-effect-11.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-100px, 0, -600px) rotateY(20deg);
    transform: translate3d(-100px, 0, -600px) rotateY(20deg)
}

.off-canvas-right.off-canvas-effect-11.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

body.off-canvas-effect-12 {
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.off-canvas-effect-12 .t3-wrapper {
    height: auto;
    overflow: hidden;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.off-canvas-effect-12.off-canvas-open .t3-wrapper {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg)
}

.off-canvas-effect-12.t3-off-canvas {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.off-canvas-effect-12.off-canvas-open .off-canvas-effect-12.t3-off-canvas {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.off-canvas-effect-12.t3-off-canvas::after {
    display: none
}

.off-canvas-right.off-canvas-effect-12 .t3-wrapper {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.off-canvas-right.off-canvas-effect-12.off-canvas-open .t3-wrapper {
    -webkit-transform: rotateY(10deg);
    transform: rotateY(10deg)
}

.off-canvas-right.off-canvas-effect-12.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

body.off-canvas-effect-13 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%
}

.off-canvas-effect-13.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}

.off-canvas-effect-13.t3-off-canvas {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.off-canvas-effect-13.off-canvas-open .off-canvas-effect-13.t3-off-canvas {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-speed: 0.2s;
    transition-speed: 0.2s
}

body.off-canvas-effect-13.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%
}

.off-canvas-right.off-canvas-effect-13.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

body.off-canvas-effect-14 {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%
}

.off-canvas-effect-14 .t3-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.off-canvas-effect-14.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}

.off-canvas-effect-14.t3-off-canvas {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.off-canvas-effect-14.off-canvas-open .off-canvas-effect-14.t3-off-canvas {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg)
}

body.off-canvas-effect-14.off-canvas-right {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%
}

.off-canvas-right.off-canvas-effect-14.off-canvas-open .t3-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

.off-canvas-right.off-canvas-effect-14.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
    transform: translate3d(100%, 0, 0) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.off-canvas-right.off-canvas-effect-14.off-canvas-open .off-canvas-right.off-canvas-effect-14.t3-off-canvas {
    -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
    transform: translate3d(100%, 0, 0) rotateY(0deg)
}

.old-ie .t3-off-canvas {
    z-index: 100 !important;
    left: -250px
}

html[dir="ltr"] .off-canvas-right.old-ie .t3-off-canvas {
    right: -250px;
    left: auto
}

.modal-open .t3-wrapper {
    position: static
}

/*===============================
/bookstore/templates/jb_bookstore/css/jquery.bxslider.css
================================================================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -50px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/design/book/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    z-index: 4;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    zoom: 1;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #e5e5e5;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f1f1f1;
}

.clients .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 1px solid #fff;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    outline: 0;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.clients .bx-wrapper .bx-pager.bx-default-pager a:hover, .clients .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.bx-wrapper .bx-controls-direction a {

}

.bx-wrapper .bx-prev {
    left: -1px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -o-border-bottom-right-radius: 20px;
}

.bx-wrapper .bx-next {
    right: -1px;
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -o-border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -o-border-bottom-left-radius: 20px;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/*===============================
/bookstore/templates/jb_bookstore/css/owl.carousel.css
================================================================================*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #e5e5e5;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=70);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #e5e5e5
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #137d7a;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    /*background: url(../img/AjaxLoader.gif) no-repeat center center*/
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

/*===============================
/bookstore/templates/jb_bookstore/css/owl.theme.css
================================================================================*/
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    /*background: url('../img/AjaxLoader.gif') no-repeat center center; */
}

.jb-product-slider .jb-product-block .j2store_product_image a {
    display: block;
    width: 216px;
    height: auto;
    text-align: center;
}

.jb-product-slider .jb-product-block .j2store_product_image a img {
    width: auto;
    padding: 0;
    max-height: 100%;
    max-width: 100%;
    display: initial;
    -moz-box-shadow: 3px 3px 10px #928c8c;
    -webkit-box-shadow: 3px 3px 10px #928c8c;
    box-shadow: 3px 3px 10px #928c8c;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#928c8c')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#928c8c');
}

.jb-blog-post ul li .jb-k2-blog-grid .moduleItemIntrotext .moduleItemImage {
    height: 140px;
    overflow: hidden;
}

.jb-responsive-testimonial-list li a {
    border: 2px solid #98a5a2;;
    padding: 5px;
    height: 160px;
    width: 160px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.jb-testimonial .jbt-style-2 .jb-responsive-testimonial-list .jbt-avatar img {
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.over_cart i {
    font-size: 35px;
    color: #137d7a;
}

.jb-cart-block .j2store-minicart-button .jb-cart-section .cart-item-count {
    border-radius: 100%;
    position: relative;
    top: -23px;
    left: -10px;
}

.author-anotation {
    height: 140px;
}

.icon-mail {
    margin-right: 5px;
}

.brad-3 {
    height: 50px;
    width: 160px;
}

.h5 {
    background-color: transparent;
}

.j2store_product_title_link {
    overflow: hidden;
}

.j2store_product_content_block h2 {
    line-height: 1.2;
}

.product-1.simple-product {
    overflow: hidden;
}

.user-row form .control-label label {
    background: transparent;
    border: 0;
    padding-left: 0;
    position: static;
    height: auto;
    line-height: 1;
}

.user-row form .control-label label#email-lbl:before, .user-row form .control-label label#password-lbl:before, .user-row form .control-label label#secretkey-lbl:before {
    content: "\f003";
    display: inline-block;
    font-family: FontAwesome;
    height: 16px;
    width: 16px;
}

@media (max-width: 767px) {
    .user-row form .control-label label#username-lbl:before, .user-row form .control-label label#password-lbl:before, .user-row form .control-label label#secretkey-lbl:before {
        display: none;
    }
}

.user-row form .control-label label#password-lbl:before {
    content: "\f084";
}

.user-row form .control-label label#secretkey-lbl:before {
    content: "\f09c";
}

.user-row form label {
    color: #555555;
    text-align: left;
    font-weight: normal;
    font-weight: 400;
}

.user-row form .form-group {
    margin: 0 0 24px;
}

.user-row form .form-group input[type="text"], .user-row form .form-group input[type="password"] {
    box-shadow: none;
    border-radius: 0px;
    padding: 0 20px 0 150px;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

@media (max-width: 767px) {
    .user-row form .form-group input[type="text"], .user-row form .form-group input[type="password"] {
        padding-left: 20px;
    }
}

.user-row .btn-actions {
    text-align: right;
}

.user-row .btn-actions:before, .user-row .btn-actions:after {
    content: " ";
    display: table;
}

.user-row .btn-actions:after {
    clear: both;
}

.user-row form .control-label label {
    background-color: #f5f5f5;
    border-right: 1px solid #eeeeee;
    border-radius: 4px 0 0 4px;
    color: #137d7a;
    display: block;
    height: 38px;
    left: 1px;
    line-height: 38px;
    padding: 0 0 0 15px;
    position: absolute;
    min-width: 140px;
    top: 1px;
    font-size: 14px
}

.user-row form .control-label {
    position: relative;
    padding: 0;
}

.user-row form .control-label label#username-lbl:before, .login-wrap form .control-label label#password-lbl:before, .login-wrap form .control-label label#secretkey-lbl:before {
    content: "\f007";
    display: inline-block;
    font-family: FontAwesome;
    height: 16px;
    width: 16px;
}

.jb-products-filter-head .view-mode {
    float: right;
}

.jb-products-filter-head .view-mode .btn {
    border: 2px solid #137d7a;
    color: #137d7a;
    border-radius: 3px;
}

.jb-products-filter-head .view-mode .btn:hover {
    border-color: #137d7a;
    background: #137d7a;
    color: #ffffff;
}

.brand-img {
    height: auto;
    width: 300px;
    margin: 10px 0;
    max-width: 100%;
}

.product-col {
    height: 406px;
    margin-bottom: 5px;
}

.jb-products-filter-head {
    margin-bottom: 10px;
}

.font-weight-bold {
    font-weight: 300;
}

.cart-row {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .form-control-input {
        width: 50% !important;
    }
}

.form-search a.xlssc {
    margin: 1px 15px 1px 5px;
    position: relative;
    top: 12px;
    font-size: 25px;
}

.form-search a.xlssc i {
    color: #fff;
}

.jb-testimonial .jbt-style-2 .jb-responsive-testimonial-list .jbt-avatar img:hover {
    width: 160px;
}

.manufacturer-brand a {
    color: #137d7a;
    font-weight: bold;
    font-size: 16px;
}

.manufacturer-brand a:hover {
    color: #dd7873;
}

.s_owl .jb-product-slider .jb-product-block {
    width: 200px;
}

.s_owl .jb-product-slider .jb-product-block .j2store_product_image a img {
    width: 150px;
    margin: 0 auto;
}

.s_owl .jb-product-slider .jb-product-block .j2store_product_image a {
    width: auto;
}

.subs {
    padding-bottom: 0;
    padding-top: 0;
}

.dis-bottom-left-img img {
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
}

.dis-bottom-left-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.dis-bottom-left-img:hover img > .dis-bottom-left-content {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

span.zoom img {
    width: 100%;
    height: auto;
}

.fixheigh {
    height: 360px;
}

.contact-left .box-contact {
    padding-right: 9px;
}

.tp_image {
    width: 100px;
    float: left;
    margin: 0 20px 20px 0;
}

.tp-simpleresponsive > ul li img {
    max-width: 100% !important;
}
