﻿* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

.logo-container {
    padding-left: 0px;
    padding-right: 0px;
}

.navigation-menu-container .top {
    padding: 15px 0px;
}

.navigation-menu-container .logo img {
    width: 130px;
    display: inline-block;
}

.quick-links {
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

.links {
    float: right;
}

.links > li {
    float: right;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.links > li > a > span {
    
    margin-left: 3px;
    margin-right: 3px;
}

.purchased-items > li {
    float: right;
    display: inline-block;
}

.navigation-menu > .menu li {
    float: left;
    display: inline-block;
}

.navigation-menu > .menu li > a, .navigation-menu > .menu li.dropdown, li.dropdown-submenu {
    display: block;
    padding: 12px 28px;
    font-size: 14px;
    border: 1px solid rgba(12, 12, 12, 0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.navigation-menu .dropdown-menu > li {
    width: 100%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar {
    margin-bottom: 0px;
    min-height: 1px;
    border-bottom: 0px;
}

.purchased-items > li {
    cursor: pointer;
}

.book-bottom h4 {
    font-size: 18px;
    text-transform: capitalize;
    padding: 8px 0px;
    margin: 0px;
}

.search {
    margin-top: 5px;
}

form#search {
    border: 1px solid rgba(12, 12, 12, 0.1);
    border-radius: 10px;
    width: 78%;
    float: left;
}

.search input[type=text] {
    padding: 8px 16px;
    line-height: 1.5em;
    border: medium none;
    width: 64%;
}

.search input[type=submit] {
    background: transparent url("../../images/search.png") no-repeat scroll 2px 6px;
    border: medium none;
    cursor: pointer;
    float: right;
    line-height: 1.5em;
    padding: 4px 22px;
    width: 6%;
}

.languages {
    display: inline-block;
    /*width:16%;*/
    /*position:absolute;*/
    right: 0px;
    margin-top: 20px;
    cursor: pointer;
}

.languages:not(.languages-fixed) {
    margin: 10px 0px 0px 10px;
}

.languages > ul > li > a {
    text-decoration: none;
}

.languages > ul > li > a > span {
    margin: 0px 4px;
    color: #fff;
}

.languages.languages-fixed {
    border: 1px solid #fff;
    height: 68px;
    left: -75px;
    padding: 15px;
    position: fixed;
    top: 50px;
    width: 50px;
    z-index: 1040;
    border-radius: 0px;
    background-color: #212121;
    color: #fff;
    bottom: 100px;
    box-shadow: 0px 3px 11px silver;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    box-shadow: 0px 0px 10px 2px white;
}

.languages.languages-fixed:not(.modes).scrolled {
    left: -4px;
}

.languages.languages-fixed.modes {
    top: 133px;
    /*left: 245px;*/
    left: -4px;
    width: 50px;
    box-shadow: 0 0 10px 2px white;
    height: 50px;
}

.languages.languages-fixed.modes .mode-tools-selection {
    background-color: #212121;
    position: absolute;
    right: 48px;
    top: -1px;
    width: 265px;
    height: 50px;
    box-shadow: 0px 3px 11px silver;
    padding: 10px 5px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.mode-tools-selection .chosen-container {
    display: inline-block;
    margin: 0;
}

.home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.caption-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content > span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

.site-content {
    width: 100%;
}

.sec-title > h3 {
    text-align: center;
    font-size: 24px;
}

span.heading-line {
    width: 60px;
    height: 1px;
    display: block;
    margin: 0.7em auto;
}

.sec-title > p {
    color: #929292;
    text-align: center;
    margin-bottom: 0px;
}

.book-container {
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
    
}

.book-container > .book-top {
    position: relative;
}

.book-top > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.book-top > img {
    height: 200px;
    display: block;
    margin: auto;
    width: auto;
}

@media (max-width: 300px) {
    .book-top > img {
        height: auto;
        width: 100%;
    }
}

.view-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.social-list .view-icon {
    width: 80px;
    height: 80px;
    
}

.social-list .view-icon a {
    top: 35%;
    font-size: 25px;
}

.view-icon:hover {
    
}

.view-icon i, .view-icon > a {
    font-size: 12px;
    color: #fff;
    top: 20%;
}

.book-bottom {
    text-align: center;
    /*padding: 0em 1em 0em;*/
}

.book-bottom p {
    font-size: 1em;
    line-height: 18px;
}

.book-bottom a.button {
    font-size: .85em;
    display: block;
    padding: 0.5em;
    text-decoration: none;
    margin-top: 1em;
}

.slick-prev {
    position: absolute;
    top: 36%;
    left: -2%;
    background-color: transparent;
    border: none;
}

.slick-next {
    position: absolute;
    top: 36%;
    left: 100%;
    background-color: transparent;
    border: none;
    
}

#featuredBook .single-single_iteam > .book-container > img {
    width: 100%;
}

#featuredBook .book-container, #featuredAuthors .book-container {
    padding-top: 0px;
}

#featuredBook .slick-next, #featuredAuthors .slick-next {
    left: 88%;
    z-index: 10;
}

#featuredBook .slick-prev, #featuredAuthors .slick-prev {
    left: 7%;
    z-index: 10;
}

.article-div {
    width: 100%;
    position: relative;
    margin-top: 6.5px;
    border: 1px solid rgba(12, 12, 12, 0.1);
}

.article-div > .img {
    width: 29%;
    float: left;
    margin-right: 10px;
    height: 101.9px;
    margin-bottom: 10px;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.article-div > .desc {
    width: 100%;
    
}

.desc > h3 {
    font-size: 20px;
    text-align: left;
}

.desc > p {
    line-height: 16px;
    padding: 4px;
}

.article-div > .img > img {
    width: 100%;
    height: 100%;
}

#featuredArticles .slick-next {
    left: 103%;
    z-index: 10;
}

#featuredArticles .slick-prev {
    left: -7%;
    z-index: 10;
}

.facebook-comment {
    margin: 20px;
    width: 100%;
    border: 1px solid rgba(1, 34, 49, 0.5);
    padding: 20px;
}

.facebook-comment > img {
    width: 90px;
    height: 100px;
    display: inline-block;
    margin-right: 10px;
}

.comment {
    display: inline-block;
}

.facebook-tools > ul > li {
    display: inline-block;
    margin: 5px;
}

.parallax {
    width: 100%;
    min-height: 360px;
    background-image: url('../../images/Library-a-book-wallpaper.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 20px 10px;
    overflow:hidden;
}

.parallax > .container > h3 {
    text-align: center;
    padding: 10px;
    font-size: 25px;
}

.nbs-flexisel-container {
    padding: 0em 0px;
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 90%;
    margin: 0px auto;
    height: 73px;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 46px;
    height: 100px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: 0px;
    /* background: transparent url("../../images/img-sprite.png") no-repeat scroll -19px -21px;*/
}

.nbs-flexisel-nav-right {
    right: 0px;
    /* background: transparent url("../../images/img-sprite.png") no-repeat scroll -55px -20px;*/
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item > img {
    width: 200px;
    height: 100px;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100px;
    max-height: 45px;
}

.offers > ul > li {
    display: inline-block;
    width: 33%;
}

.quote > p, .about-us > p {
    font-size: 18px;
}

.offers > ul > li > img {
    width: 100%
}

.about-us {
    display: block;
}

.social-list {
    margin-top: 15px;
    /*margin-left: -71%;*/
}

.special-offers {
    padding-top: 10px;
}

.special-offers > .row > div:first-child, .about-mbc {
    padding-right: 50px;
}

.social-list > li {
    margin: 6px;
    display: inline-block;
}

.center767 > h3 {
    text-align: left;
}

.center767 > span {
    margin: 0.7em 0em; /* 0.7em 2em */
}

.footer {
    width: 100%;
}

.footer-links-container {
    padding: 27px 10px 10px;
}

.footer-links-container > h3 {
    text-align: center;
    font-size: 24px;
}

.footer-links-container > .heading-line {
    margin: 0.7em auto;
}

.footer span.heading-line {
    width: 100%;
}

.footer .links {
    padding: 10px;
    width: 100%;
}

.links > ul > li {
    display: block;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
}

.links > ul > li > a {
    color: #fff;
    text-decoration: none;
}

.footer-links-container > .logo-img {
    width: 50%;
    margin: 0px auto;
}

.footer-links-container > h4 > a, .footer-links-container > h4 > a:hover {
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

.powere-by {
    padding-top: 15px;
    text-align: right
}

.about-mbc .left {
    padding-left: 0px;
}

.about-mbc .right {
    padding-right: 0px;
}

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0px);
    box-shadow: 0px 0px 1px transparent;
    backface-visibility: hidden;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0px);
    border: 1px solid transparent;
    box-shadow: 0px 0px 1px transparent;
    backface-visibility: hidden;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #012231;
    border: 1px solid #012231;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: white;
    border-color: #012231;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #012231;
    border-radius: 50%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    -o-border-radius: 60%;
    -ms-border-radius: 60%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before, .services-grid:hover .hvr-sweep-to-top:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.fancy-header {
    position: relative;
    width: 100%;
    height: 185px;
    background: center center no-repeat fixed url('../../images/Library-a-book-wallpaper.jpg');
    background-size: cover;
    
}

.action-buttons {
    float: right;
}

.action-btn {
    height: 34px;
    width: 34px;
    padding-left: 0px;
    padding-right: 0px;
    border: 2px solid #fff;
    text-align: center;
}

.portlet.box.red {
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.center767 > p {
    text-align: left;
}

.quote > p > span.fa-quote-left {
    margin-right: 10px;
    color: #d7b44d;
}

.quote > p > span.fa-quote-right {
    margin-left: 10px;
    color: #d7b44d;
}

.portlet.box {
    padding: 0px !important;
}

.portlet {
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
    border-radius: 4px;
}

.portlet.box > .portlet-title {
    border-bottom: 0px none;
    padding: 0px 10px;
    margin-bottom: 0px;
    min-height: 41px;
}

.portlet.box > .portlet-title > .caption {
    padding: 11px 0px 9px;
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
}

.portlet > .portlet-title > .caption > i {
    float: left;
    margin-top: 1px;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
}

.portlet.box > .portlet-body {
    padding: 10px;
}

.portlet > .portlet-body {
    clear: both;
    border-radius: 0px 0px 4px 4px;
}

.table-bordered > tbody > tr > td {
    text-align: center;
    padding: 25px;
}

.table-cell-image {
    margin: 0px 10px;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.05) none no-repeat scroll center center / cover;
}

.latest-product-added-div {
    padding: 5px;
    margin: 10px 0px 5px;
}

.latest-product-added-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    
    border-radius: 8px;
}

.popover-body .line {
    height: 1px;
    width: 100%;
    background-color: #f6f6f6
}

.latest-product-added-img > img {
    width: 100%;
    height: 100%;
    
}

.latest-product-added-title {
    width: 100px;
    float: right;
}

.latest-product-added-div .info {
    clear: both;
    font-size: 12px
}

.latest-product-added-div .info ul > li, .event-info > ul > li {
    display: inline-block;
}

.latest-product-added-div .info ul > li > span, .event-info > ul > li > span {
    margin-left: 5px;
    margin-right: 2px;
}

.latest-product-added-div .info ul > li > span.value, .event-info > ul > li > span.value {
    margin-left: 0px;
    margin-right: 5px;
}

.total .fa {
    margin-right: 3px;
}

.general-info {
    font-size: 18px;
}

.about-book {
    font-size: 16px;
}

.general-info .value {
    margin-left: 10px;
}

.like-share-buttons {
    margin-top: 20px;
}

.like-share-buttons > a {
    margin: 0px 10px;
}

.like-share-buttons a:first-child {
    border-radius: 4px 0px 0px 4px;
}

.like-share-buttons a:last-child {
    border-radius: 0px 4px 4px 0px;
}

#project-pics {
    padding: 30px;
}

.purchase-button {
    margin-top: 20px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.comment-row {
    margin-left: 0px;
    margin-right: 0px;
}

.evnets-container {
    padding: 10px 15px;
}

.author-img {
    height: 240px;
}

.author-img img {
    height: 100%;
}

.event-div {
    /*margin-top:10px;*/
    margin-bottom: 10px;
}

.event-info > ul {
    margin-top: 10px;
}

.event-div-sepperator {
    clear: both;
    height: 1px;
    width: 100%;
    border: 1px dashed #d7b44d;
    border-radius: 0px;
}

.quick-links > ul {
    float: right;
    display: inline-block;
}

.quick-links > ul.links {
    /*width:75%;*/
}

.quick-links > ul.purchased-items {
    width: 15%;
}

.evnets-container .sec-title, .shopping-cart-container .sec-title {
    float: left;
}

.pagination-container {
    float: right;
}

.auhtor-info ul li {
    display: block;
    margin: 5px 0px;
}

.auhtor-info ul li > h4,
.auhtor-info ul li > p {
    display: inline-block;
    margin: 0px 3px;
}

.auhtor-info ul li > ul, .auhtor-info ul li > ul > li {
    display: inline-block;
}

.auhtor-info ul li > ul {
    cursor: pointer
}

.related-books-line {
    clear: both;
    height: 1px;
    width: 100%;
    background-color: rgba(1, 34, 49, 0.5);
}

.related-book {
    padding-top: 30px;
    height: 230px;
}

.related-book img {
    width: 100%;
    height: 100%;
}

.authors-book-section .sec-title > h3 {
    text-align: left;
}

#contactUs > .input-group, #Pay > .input-group {
    margin: 20px 10px;
    width: 97%;
}

#contactUs > .input-group input, #Pay .input-group input {
    width: 80%;
}

#contactUs > .input-group textarea {
    min-height: 150px
}

.contact-us > li > h4, .contact-us > li > p {
    display: inline-block;
    margin: 10px 3px;
}

.contactUs-label {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 1;
    text-align: center;
    border: 1px solid #ccc;
    padding: 6px 25px;
    width: 100%;
    float: left;
    height: 100%;
}

.contactUs-label-container {
    width: 20%;
    height: 34px;
    display: inline-block;
    float: left;
}

.view-event {
    float: right;
}

.latest-events img {
    width: 100%;
}

.latest-events-container .sec-title {
    float: left;
}

.breadcrumb {
    background-color: #212121;
    border-radius: 30px;
    margin-top: 20px;
}

.checkout-button {
    width: 40%;
    margin: 10px auto;
}

.checkout-button > a {
    width: 100%;
}

.checkout-button > a > span {
    margin-right: 4px;
}

.bill-container {
    padding: 10px;
}

.bill-container > .bill-head, .bill-container > .bill-body {
    padding: 2px;
}

.bill-container > .bill-head > h4 {
    text-align: center;
}

.bill-body > .bill-total > ul > li {
    padding: 8px;
}

.bill-body > .bill-total > ul > li > span.glyphicon {
    margin-right: 5px;
    font-weight: lighter;
}

.bill-body > .bill-total > ul > li > span.value {
    float: right;
    margin-right: 15px;
}

#progressBar {
    width: 100%;
}
.owl-carousel{
    overflow:hidden;
}
#bar {
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: #ec1d25;
    position: absolute;
    z-index: 100;
    bottom: 0;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.box.item {
    position: relative;
    overflow: hidden;
}

.box.item img {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.box.item .carousel-caption {
    position: absolute;
    left: 15px;
    right: 8%;
    bottom: 10px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: left;
    text-shadow: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.box.item .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 100%;
    height: 100%;
}

.box.item .overlay-info {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev, .owl-next {
    position: absolute;
    display: block;
    height: 36px;
    width: 32px;
    line-height: 52px;
    font-size: 0;
    cursor: pointer;
    background: #ec1d25;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none;
}

.owl-prev:before {
    content: "\f04a";
}

.owl-next:before {
    content: "\f04e";;
}

.owl-prev:before, .owl-next:before {
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bottom-owl-row {
    margin-left: -2px;
    margin-right: -2px;
}

.box.item .overlay:hover {
    opacity: 0.2;
}

#sync2 .item {
    margin: 0 5px;
    cursor: pointer;
}

.cours-objectives > li {
    
    margin: 10px;
}

.cours-objectives > li > span {
    margin-right: 8px;
    color: #555;
}

.cours-objectives > li > span.fa {
    color: #ed1d25
}

.course-description a {
    margin-top: 20px;
}

.navigation-menu > .menu li.dropdown button {
    border: none;
    background-color: transparent;
}

.nav-tabs.nav-justified > li > a {
    color: black;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
        background-color:#212121;
        color:#fff;
    }
}

/*rtl direction (ar)*/
.ar {
    direction: rtl;
}

.ar [class*="col-"]:not(.excepted) { /* ^= whose value begins with, *= contains wherever it is, $= whose value ends with,  */
    float: right;
}

.ar .categories-tree .category-column {
    float: right;
}

.ar .navigation-menu-container > .top > div:first-child {
    float: right;
}

.ar .navigation-menu-container > .top .purchased-items > li {
    float: left;
}

.ar .quick-links > ul {
    float: left;
    display: inline-block;
}

.ar .links > li {
    float: left;
}

.ar .navigation-menu-container > .bottom > div:first-child {
    float: right;
}

.ar .navigation-menu-container > .bottom > div:first-child .menu {
    float: right;
}

.ar .navigation-menu > .menu li {
    float: right;
}

.ar .evnets-container .sec-title {
    float: right;
}

.ar .evnets-container .sec-title > h3 {
    text-align: right;
}

.ar .evnets-container .event-div > div:first-child {
    float: right;
}

.ar .event-info > ul > li > span.value {
    float: left;
    margin-left: 5px;
    margin-right: 3px;
}

.ar .pagination {
    direction: ltr;
}

.ar .pagination-container {
    float: left;
}

.ar .footer .row > div {
    float: right;
}

.ar .footer .footer-links-container > h3 {
    text-align: center;
}

.ar .footer .links > ul > li {
    text-align: right;
}

.ar .footer .footer-links-container .logo-img {
    /*float:right;*/
    clear: both;
}

.ar .footer .footer-logo-image-container > .footer-links-container:nth-child(2) {
    clear: both;
}

.ar .footer-bottom > div:first-child {
    float: right;
    text-align: right;
}

.ar .footer-bottom .powere-by {
    text-align: left;
}

.ar .shopping-cart-container .sec-title {
    float: right;
}

.ar .shopping-cart-container .action-buttons {
    float: left;
}

.ar .portlet.box > .portlet-title > .caption {
    float: right;
}

.ar .portlet > .portlet-title > .caption > i {
    float: right;
    margin-left: 5px;
}

.ar .latest-product-added-title {
    float: left;
}

.ar .latest-product-added-div .info ul > li > span.value, .ar .event-info > ul > li > span.value {
    float: left;
    margin-left: 5px;
    margin-right: 0px;
}

.ar .article-div > .img {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}

.ar .desc > h3 {
    text-align: right;
}

.ar .desc > p > a {
    float: left;
}

.ar .comment {
    margin-right: 10px;
}

.ar .facebook-tools a > span {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.ar .center767 > h3 {
    text-align: right;
}

.ar .center767 > p {
    text-align: right;
}

.ar .special-offers > .row > div:first-child {
    float: right;
}

.ar .quote > p > span.fa-quote-left {
    margin-left: 10px;
    color: #d7b44d;
}

.ar .quote > p > span.fa-quote-right {
    margin-right: 10px;
    color: #d7b44d;
}

.ar .about-mbc {
    float: right;
}

.ar .about-mbc .left {
    padding-right: 0px;
    float: right;
}

.ar .about-mbc .right {
    padding-left: 0px;
}

.ar .social-list {
    /**/
}

.ar .parallax {
    direction: ltr;
}

.ar .author-container > .row > div > div:first-child {
    float: right;
}

.ar .authors-book-section .sec-title > h3 {
    text-align: right;
}

.ar #contactUs .input-group-addon:first-child {
    border-left: 0;
    border-right: 1px solid #ccc;
}

.ar #contactUs .input-group-addon:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ar #contactUs .input-group .form-control:last-child, .ar #Pay .input-group .form-control:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ar .contact-us-form {
    float: right;
}

.ar .author-title {
    float: right;
}

.ar .author-search .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    
}

.ar .author-search .input-group .form-control:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    
}

.ar .contactUs-label-container {
    float: right;
}

.ar .contactUs-label {
    float: Right;
}

.ar .view-event {
    float: left;
}

.ar .latest-events-container .sec-title {
    float: right;
}

.ar .pay-section {
    float: right;
}

.ar .bill-body th {
    text-align: right;
}

.ar .bill-body > .bill-total > ul > li > span.glyphicon {
    float: right;
    margin-left: 5px;
    margin-right: 0px;
}

.ar .bill-body > .bill-total > ul > li > span.value {
    float: left;
    margin-left: 15px;
    margin-right: 0px;
}

.ar #LogIn .input-group-addon:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ar #LogIn .input-group .form-control:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ar #LogIn .input-group-addon:first-child {
    border-left: 0;
    border-right: 1px solid #ccc;
}

.ar .navigation-menu-container .logo img {
    float: right;
}

.ar form#search {
    float: right;
}

/*.ar .search input[type=submit]
{
    right:10px;
}*/
.ar .languages {
    right: 90%;
}

.ar .languages > ul > li {
    direction: ltr;
}

.ar .evnets-container > .row > .col-xs-12 > .event-div:first-child {
    float: right;
}

/*enf of rtl drection style*/

/**modal window **/
.modal-title {
    text-align: center;
}

.modal-footer {
    text-align: center;
}

.modal-body > form {
    width: 100%;
}

.modal-body > form > .input-group {
    margin-bottom: 10px;
    margin-top: 10px;
}

.modal-body .input-group-addon {
    background-color: #fff;
}

.modal-body .input-group:last-child .input-group-addon {
    padding: 6px 14px;
}

/**enf of modal**/

/** nael_d styles **/
.padded-div {
    padding: 15px;
}

.marginl5 {
    margin-left: 5px;
}

.t-a-left {
    text-align: left;
}

.carousel-control {
    height: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: red;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.carousel-control:hover,
.carousel-control:focus {
    background-color: red;
}

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

.go-top {
    position: fixed;
    bottom: 45px;
    right: -75px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: red;
    border: 1px solid silver;
    box-shadow: 0px 0px 5px orange;
    z-index: 9;
    cursor: pointer;
    color: white;
    padding: 12px 18px;
    font-size: 18px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.go-top.scrolled {
    right: 15px;
}

.margintb20 {
    margin: 20px 0px;
}

.margintb20auto {
    margin: 20px auto;
}

#searchAuthor {
    position: relative;
}

#clearDataSearch {
    position: absolute;
    right: 10px;
    top: 8px;
    display: none;
}

@media (min-width: 1200px) {
    .event-img {
        width: 105px;
        height: 105px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .event-img {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .event-img {
        width: 660px;
        height: 660px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .event-img {
        width: 100%;
        height: 100%;
    }
}

.loading-data {
    text-align: center;
    padding: 30px 10px;
}

.loading-data i {
    font-size: 99px;
    color: silver;
}

.loading-data i + div {
    padding: 10px;
    font-size: 24px;
    color: #999999;
    display: none;
}

.loading-search {
    display: none;
}

.loading-search .ajax-result {
    
    padding: 5px;
    font-size: 21px;
    color: #999999;
    text-align: center;
}

.spinner {
    margin: 10px auto;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: red;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.navigation-menu > .menu li > a, .navigation-menu > .menu li.dropdown, li.dropdown-submenu {
    padding: 12px 24px;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

#relatedTopic img,
#relatedAuthors img {
    margin: 10px 0px;
    height: 275px;
}

#advSearch input,
#advSearch .form-control {
    margin: 2px 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#advSearch .form-control:active,
#advSearch .form-control:focus {
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.45);
    border-color: #f00;
}

@media (min-width: 768px) {
    @keyframes popup {
        0%, 100% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.025);
            -moz-transform: scale(1.025);
            -ms-transform: scale(1.025);
            -o-transform: scale(1.025);
            transform: scale(1.025);
        }
    }
}

.social-list > li:hover {
    -webkit-animation: popup 1s infinite;
    -o-animation: popup 1s infinite;
    animation: popup 1s infinite;
}

/*Header Nav override*/
@media (max-width: 767px) {
    .navigation-menu > .menu li {
        border-radius: 10px;
        margin: 5px 0px;
        box-shadow: 0px 0px 5px silver inset;
    }
    
    .navigation-menu > .menu li a {
        border: none;
    }
    
    div.navigation-menu {
        width: 100%;
    }
    
    #booksCatagories {
        background-color: red;
        border-radius: 12px;
        color: white;
        display: block;
        height: 42px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: -1px;
        width: calc(100%);
    }
    
    li.dropdown.books-dropdown {
        min-height: 42px;
    }
    
    li.dropdown.books-dropdown.open #booksCatagories {
        border-radius: 12px 12px 0 0;
    }
    
    li.dropdown.books-dropdown > ul.dropdown-menu {
        margin-top: 28px;
    }
    
    li.dropdown.books-dropdown.active {
        background: none;
    }
    
    .navigation-menu > .menu li a,
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navigation-menu > .menu li.dropdown, li.dropdown-submenu {
        border-radius: 10px;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -ms-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
    }
    
    .ar .navigation-menu-container > .bottom > div:first-child .menu,
    .ar .navigation-menu > .menu li {
        float: none;
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .logo-container {
        width: 25%;
    }
    
    .quick-links {
        width: 75%;
    }
}

@media (max-width: 359px) {
    .logo-container, .quick-links {
        width: 100%;
    }
}

/**/
@media (min-width: 1300px) {
    .navigation-menu > .menu li > a, .navigation-menu > .menu li.dropdown, li.dropdown-submenu {
        padding: 12px 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .navigation-menu > .menu li > a, .navigation-menu > .menu li.dropdown, li.dropdown-submenu {
        padding: 12px 22px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .navigation-menu > .menu li > a, .navigation-menu > .menu li.dropdown, li.dropdown-submenu {
        padding: 12px 8px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .navigation-menu > .menu li > a, .navigation-menu > .menu li.dropdown, li.dropdown-submenu {
        padding: 12px 13px;
    }
    
    .navbar-nav {
        float: none;
        display: block;
        margin: 0px auto;
        width: 615px;
    }
    
    .right-tool {
        width: 585px;
        margin: 10px auto;
    }
    
    form#search {
        width: 90%;
    }
    
    .search input[type="text"] {
        width: 90%;
    }
}

/*
@media (max-width: 767px) {
    .navigation-menu > .menu li > a, .navigation-menu > .menu li.dropdown, li.dropdown-submenu{
        padding: 12px 24px;
    }
}
*/
/**/
/*Header Nav override*/

.force-center {
    text-align: center;
}

.visible-block, .block {
    display: block;
}

.margintb15 {
    margin: 10px 0px;
}

.book-container:hover {
    -webkit-animation: popup 2s infinite;
    -o-animation: popup 2s infinite;
    animation: popup 2s infinite;
}

::selection {
    color: white;
    background-color: red;
}

::-moz-selection {
    color: white;
    background-color: red;
}

/* Bootstrap Override start*/
blockquote {
    margin: 10px 0px 0px;
    font-style: italic;
}

input[type='file'] {
    padding: 0px 12px;
}

.no-padding {
    padding: 0px;
}

@media (min-width: 1300px) {
    .container {
        width: 1275px;
    }
}

.t-d-05s {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgba(255, 0, 0, 0.5);
    color: #ffffff;
}

/* Bootstrap Override end*/

.table {
    display: table;
    margin: 25px 0px;
    min-width: 650px;
}

.table-tr, .table-th {
    display: table-row;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.table-tr:nth-child(2n) {
    background-color: rgba(255, 192, 203, 0.5);
}

.table-tr:hover {
    background-color: rgba(192, 192, 192, 0.75);
}

.table-td {
    display: table-cell;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.error-text {
    color: #f08080;
    font-size: 24px;
    text-align: center;
    margin: 10px 0px;
}

.item-card {
    height: 120px;
    padding: 10px 5px;
    border-bottom: 1px solid silver;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.item-card:hover {
    background-color: rgba(192, 192, 192, 0.25);
}

.item-card h4 {
    margin: 0 0 10px;
}

.bx-next, .bx-prev {
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 5;
}

.bx-next {
    top: 60px;
}

.bx-prev {
    bottom: 60px;
}

.event-div {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}

.event-div *:not(.more-details) {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.image-div {
    background: center center no-repeat;
    height: 165px;
    background-size: cover;
}

.image-div .shadowed {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
}

.title-div {
    padding: 10px;
    text-align: center;
    background-color: #8bd0ff;
    color: white;
    font-size: 16px;
    position: absolute;
    top: 0%;
    transform: translateY(0);
    width: 100%;
    z-index: 4;
}

.title-div .more-details {
    display: none;
    margin: 0; /* 5px 0 */
}

.event-div.hovered .title-div {
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
}

.event-div.hovered .title-div .more-details {
    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    -ms-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
    margin: 5px 0px;
    display: block;
}

.event-div.hovered .image-div .shadowed {
    opacity: 1;
}

#showCourses i {
    -webkit-transition-duration: .33s;
    -moz-transition-duration: .33s;
    -ms-transition-duration: .33s;
    -o-transition-duration: .33s;
    transition-duration: .33s;
}

.courses-ddl {
    display: none;
}

.courses-ddl a {
    display: block;
    text-align: center;
    padding: 5px;
    color: #000;
}

.courses-ddl a[href]:not([href="javascript://null"]):hover {
    background-color: rgba(192, 192, 192, 0.33);
}

.dropdown-menu hr {
    margin: 5px 0px;
}

.more-details{
    color: red;
    display: block;
    font-size: 21px;
    margin-top: 9px;
    padding: 0;
    text-align: center;
}


.categories-tree {
    /*border: 1px solid silver;*/
    overflow: hidden;
}
.categories-tree .category-column {
    border-left: 1px solid silver;
    padding: 10px;
    float: left;
    width: 20%;
    display: none;
}
.categories-tree .category-column:first-of-type {
    display: block;
}
.categories-tree .category-column:last-of-type {
    border: none;
}

@media (max-width: 990px) {
    .categories-tree .category-column {
        width: 100%;
        border-left: none;
    }
}

.categories-tree .category-column h4 {
    margin: 0 0 7px;
    padding-bottom: 8px;
    border-bottom: 1px solid silver;
}

.categories-tree .category-column a {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    transition-duration: .33s;
    white-space: normal;
}
.categories-tree .category-column a.active {
    background-color: #32badf;
    border-color: #32badf;
}

.categories-tree .category-column ul {
    margin-bottom: 0;
    list-style-type: none;
}

.panel-wheat {
    border-color: wheat !important;
}

/** nael_d styles **/

/** feras styles **/
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: auto;
}

.navigation-menu > .menu li > a, .navigation-menu > .menu li.dropdown, li.dropdown-submenu {
    color: black;
}

.navigation-menu .dropdown-menu > li > a, li.dropdown-submenu {
    text-align: center;
}

.panel-course {
    cursor: pointer;
}
/** end feras styles **/

@media(min-width:480px) and (max-width:675px)
{
    .width-60{
        width:62%;
    }
    .width-60 a{
        font-size:11px !important;
    }
    .width-30{
        width:37%;
    }
    .width-30   a{
        font-size:11px !important;
    }
}
@media(max-width:510px){
    .width-60 , .width-30{
        width:100%;

    }
    .width-60 ul ,.width-30 .right-col{
        display:flex;
        justify-content: center;
    }
    .width-30{
        margin-top:6px;
    }

}