/* ==========================================================================
   APENETWORK CSS styles
   Author : Boraone
   Filename : main.css
   ========================================================================== */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff none repeat scroll 0 0;
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 450px
}

body.min-content {
    background-image: url(../img/bgaaa.jpg);
    margin-bottom: 0
}

#main {
    padding-bottom: 50px
}

.section-bottom {
    margin-bottom: -50px
}

@media only screen and (min-width:1200px) {
    .container {
        width: 1000px
    }
}

html {
    position: relative;
    min-height: 100%
}

a,
a:active,
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0 none!important;
    -webkit-appearance: none
}

a {
    color: #155075
}

.gradient-background {
    background: rgba(237, 237, 237, 1);
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(250, 250, 250, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(237, 237, 237, 1)), color-stop(53%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(250, 250, 250, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(250, 250, 250, 1) 100%);
    background: -o-linear-gradient(top, rgba(237, 237, 237, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(250, 250, 250, 1) 100%);
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(250, 250, 250, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0, rgba(246, 246, 246, 1) 53%, rgba(250, 250, 250, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#fafafa', GradientType=0)
}

textarea.form-control,
textarea.form-control:focus,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
select.form-control,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select.form-control:focus,
.input-group-addon {
    border-radius: 1px;
    box-shadow: none
}

textarea.form-control,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"] {
    box-shadow: 0 1px 2px #EEE inset
}

.has-error .form-control {
    box-shadow: none!important
}

input[type="text"],
input[type="email"],
input[type="password"],
select.form-control,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select.form-control:focus,
.input-group-addon {
    height: 2.7em
}

input[type="text"],
input[type="email"],
input[type="password"],
select.form-control,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select.form-control:focus,
.input-group-addon,
textarea.form-control {
    font-size: 13px
}

.has-error .form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea.form-control:focus,
input[type="password"]:focus,
select.form-control:focus {
    border-color: #bababa
}

.input-group-addon {
    padding: 5px 12px
}

.alert {
    border-radius: 1px;
    border-left-width: 3px
}

.alert-warning {
    color: #b16511;
    background-color: #ffccba;
    border-color: #df8520
}

.alert-success {
    background-color: #f1fac5;
    border-color: #a2d246
}

.alert-danger {
    background-color: #fff1f1;
    border-color: #ec7c7c;
    color: #cc3737
}

.alert-info {
    background-color: #cfefff;
    border-color: #91d0dd;
    border-left-width: 3px
}

.alert-noty {
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px transparent;
    border-color: #e3e3e3 #e3e3e3 #e3e3e3 #a2d246
}

.fa.fa-facebook,
.fa.fa-facebook:hover,
.fa.fa-facebook:focus {
    color: #3b5998!important
}

.fa.fa-twitter,
.fa.fa-twitter:hover,
.fa.fa-twitter:focus {
    color: #55acee!important
}

.fa.fa-linkedin,
.fa.fa-linkedin:hover,
.fa.fa-linkedin:focus {
    color: #0077b5!important
}

.form-group .control-label {
    font-weight: 500;
    color: #858585
}

.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    transition: border-color .5s ease 0;
}

.btn:active,
.btn.active {
    box-shadow: none!important
}

.btn-primary,
.btn.btn-primary {
    color: white;
    background: #1f9fa3;
    background-image: -webkit-linear-gradient(top, #1f9fa3, #0e7c80);
    background-image: -moz-linear-gradient(top, #1f9fa3, #0e7c80);
    background-image: -ms-linear-gradient(top, #1f9fa3, #0e7c80);
    background-image: -o-linear-gradient(top, #1f9fa3, #0e7c80);
    background-image: linear-gradient(top, #1f9fa3, #0e7c80);
    border-color: #11888c
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: #1d9b9f;
    background-image: -moz-linear-gradient(top, #199599, #0d6e72);
    background-image: -webkit-linear-gradient(top, #199599, #0d6e72);
    background-image: -ms-linear-gradient(top, #199599, #0d6e72);
    background-image: -o-linear-gradient(top, #199599, #0d6e72);
    background-image: linear-gradient(top, #199599, #0d6e72);
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    color: white;
    border-color: #11888c
}

.btn.btn-danger {
    border-color: #d14836;
    background: rgba(0, 0, 0, .02) -moz-linear-gradient(top, #ec786a, #ce4c3b) repeat scroll 0 0;
    text-shadow: 0 1px rgba(0, 0, 0, .3)
}

.btn.btn-gray {
    color: #8d8d8d;
    background-color: #1f9fa3;
    background-image: -moz-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: linear-gradient(top, #fefefe, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: -o-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: -webkit-linear-gradient(top, #fefefe, #f5f5f5);
    border-color: #dadada
}

.btn.btn-danger:hover {
    -webkit-box-shadow: 0 1px 1px rgba(191, 73, 73, .36);
    box-shadow: 0 1px 1px rgba(191, 73, 73, .36)
}

.btn.btn-gray:hover,
.btn.btn-gray:focus,
.btn.btn-gray:active {
    background: #1f9fa3 -moz-linear-gradient(center top, #FFF, #efefef) repeat scroll 0 0;
    box-shadow: none
}

.popover-content {
    font-size: 11px!important
}

.btn.btn-default {
    background-color: #756e5e;
    background-image: -webkit-linear-gradient(top, #756e5e, #544f51);
    background-image: -moz-linear-gradient(top, #756e5e, #544f51);
    background-image: -ms-linear-gradient(top, #756e5e, #544f51);
    background-image: -o-linear-gradient(top, #756e5e, #544f51);
    background-image: linear-gradient(top, #756e5e, #544f51);
    border: 1px solid #565052;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, .1)
}

.btn.btn-default:hover,
.btn.btn-default:focus {
    background-color: #368200;
    background-image: -webkit-linear-gradient(top, #7c7461, #504b3e);
    background-image: -moz-linear-gradient(top, #7c7461, #504b3e);
    background-image: -ms-linear-gradient(top, #7c7461, #504b3e);
    background-image: -o-linear-gradient(top, #7c7461, #504b3e);
    background-image: linear-gradient(top, #7c7461, #504b3e);
    border: 1px solid #474337
}

.btn.btn-success {
    background-color: #678d2b;
    background-image: -webkit-linear-gradient(top, #678d2bfa, #567426);
    background-image: -moz-linear-gradient(top, #3d9400, #398a00);
    background-image: -ms-linear-gradient(top, #3d9400, #398a00);
    background-image: -o-linear-gradient(top, #3d9400, #398a00);
    background-image: linear-gradient(top, #3d9400, #398a00);
    border: 1px solid #29691d;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, .1);
}

.btn.btn-lantern {
    background-color: #111565;
    background-image: -webkit-linear-gradient(top, #242cab, #111565);
    background-image: -moz-linear-gradient(top, #242cab, #111565);
    background-image: -ms-linear-gradient(top, #242cab, #111565);
    background-image: -o-linear-gradient(top, #242cab, #111565);
    background-image: linear-gradient(top, #242cab, #111565);
    border: #1C1F5E;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, .1);
}

.btn.btn-success:hover {
    background-color: #368200;
    background-image: -webkit-linear-gradient(top, #3d9400, #368200);
    background-image: -moz-linear-gradient(top, #3d9400, #368200);
    background-image: -ms-linear-gradient(top, #3d9400, #368200);
    background-image: -o-linear-gradient(top, #3d9400, #368200);
    background-image: linear-gradient(top, #3d9400, #368200);
    border: 1px solid #2d6200;
    text-shadow: 0 1px rgba(0, 0, 0, .3)
}


.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

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

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

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

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

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

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

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

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.no-border {
    border: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border-radius {
    border-radius: 0;
}

.no-border-radius-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.no-border-radius-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.no-border-radius-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.no-border-radius-right {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.no-box-shadow {

    box-shadow: none;
}

.border-top {
    border-top: 1px solid;
}

.border-bottom {
    border-bottom: 1px solid;
}

.border-left {
    border-left: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

.border-lg {
    border-width: 2px;
}

.border-top-lg {
    border-top: 2px solid;
}

.border-bottom-lg {
    border-bottom: 2px solid;
}

.border-left-lg {
    border-left: 2px solid;
}

.border-right-lg {
    border-right: 2px solid;
}

.border-xlg {
    border-width: 3px;
}

.border-top-xlg {
    border-top: 3px solid;
}

.border-bottom-xlg {
    border-bottom: 3px solid;
}

.border-left-xlg {
    border-left: 3px solid;
}

.border-right-xlg {
    border-right: 3px solid;
}

.full-width {
    width: 100%;
}

.width-100 {

    min-width: 100px;
}

.width-120 {

    min-width: 120px;
}


.width-150 {

    min-width: 150px;
    max-width:150px;
}


.width-200 {

    min-width: 200px;
    max-width: 200px;

}

@media (min-width: 769px) {

    .width-200 {
        min-width: 200px;
    }

    .width-250 {
        min-width: 250px;
    }

    .width-300 {
        min-width: 300px;
    }

    .width-350 {
        min-width: 350px;
    }

    .width-400 {
        min-width: 400px;
    }

    .width-450 {
        min-width: 450px;
    }

    .width-500 {
        min-width: 500px;
    }

    .width-550 {
        min-width: 550px;
    }

    .width-600 {
        min-width: 600px;
    }

    .width-650 {
        min-width: 650px;
    }
}

.text-left{text-align:left}
.text-right{text-align:right}
.text-center{text-align:center}

.text-black {
    color: black !important;
}
.text-bold {
    font-weight: 700 !important;
}
.text-semibold {
    font-weight: 500 !important;
}
.text-regular {
    font-weight: 400 !important;
}
.text-light {
    font-weight: 300 !important;
}
.text-thin {
    font-weight: 100 !important;
}
.text-italic {
    font-style: italic;
}
.text-highlight {
    padding: 4px 6px;
}
.text-size-large {
    font-size: 14px !important;
}
.text-size-base {
    font-size: 13px !important;
}
.text-size-small {
    font-size: 12px !important;
}
.text-size-mini {
    font-size: 11px !important;
}

body.modal-open {
    overflow: hidden
}

.modal .fade {
    opacity: .8;
    -webkit-transition: opacity 3s linear;
    -moz-transition: opacity 3s linear;
    -ms-transition: opacity 3s linear;
    -o-transition: opacity 3s linear;
    transition: opacity 3s linear
}

.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -moz-transform: translate3d(0, -25%, 0);
    transition: transform .5s ease-in 0
}

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0)
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0)
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0)
}

.modal-content {
    border-radius: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    margin-top: 100px;
    background: #f6f6f6
}

.modal-wrap .modal-header {
    border-bottom: 1px solid transparent;
    color: #666;
    padding-bottom: 10px
}

.modal-wrap input[type="text"],
.modal-wrap input[type="password"],
.modal-wrap input[type="email"],
.modal-wrap textarea,
.modal-wrap select {
    background-color: #fefefe
}

.modal-wrap .modal-title {
    padding-left: 15px;
    font-weight: bold
}

.modal-header h3 {
    font-size: 21px;
    padding-bottom: 7px;
    text-transform: uppercase
}

.modal-wrap a {
    font-weight: 600
}

.modal-wrap .callout {
    margin-bottom: 25px
}

.dropdown-menu {
    font-size: 13px;
    box-shadow: 0 2px 4px rgba(30, 30, 30, .12);
    border: 1px solid rgba(0, 0, 0, .17);
    border-radius: 1px
}

.dropdown-menu-right {
    right: 14px
}

.breadcrumb {
    background: rgba(250, 250, 250, 0);
    border: 0 solid rgba(245, 245, 245, 0);
    border-radius: 0;
    display: block;
    margin-top: 10px;
    line-height: 30px
}

.breadcrumb li {
    font-size: 13px
}

.breadcrumb a {
    color: rgba(168, 168, 168, .98)
}

.breadcrumb a:hover {
    color: rgba(120, 120, 120, 1)
}

.breadcrumb>.active {
    color: rgba(153, 153, 153, 1)
}

.breadcrumb>li+li:before {
    color: rgba(204, 204, 204, 1);
    content: "\203A\00a0"
}

.slide-thumbs .swiper-wrapper {
    max-height: 300px;
    overflow: hidden
}

.slide-thumbs .swiper-wrapper .swiper-slide {
    cursor: pointer;
    width: 100%;
    padding-top: 5px
}

.slide-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active {
    background-color: #4e4e4e;
    background-image: linear-gradient(top, #595f59, #383b38);
    background-image: -moz-linear-gradient(top, #595f59, #383b38);
    background-image: -webkit-linear-gradient(top, #595f59, #383b38);
    background-image: -ms-linear-gradient(top, #595f59, #383b38);
    background-image: -o-linear-gradient(top, #595f59, #383b38);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.slide-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 100%;
    top: 40%;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #303430;
    border-right: 10px solid transparent
}

.slide-thumbs .swiper-wrapper .swiper-slide {
    color: white
}

.side-highlight {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
    border: 1px solid black
}

header {
    margin-bottom: 2px;
    z-index: 99999
}

header .top-bar {
    padding-top: 5px
}

header .top-bar a {
    color: #999;
    padding-left: 5px;
    padding-bottom: 5px;
    line-height: 2em;
    padding-top: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 11px
}

header .top-bar .ul.dropdown-menu {
    min-width: 140px
}

header .top-bar ul.dropdown-menu li a {
    color: #555;
    padding: 5px 20px;
    line-height: 1.6em;
    text-align: left
}

header .top-bar ul.list-inline.pull-right>li:last-of-type {
    padding-right: 0
}

header .top-bar ul li a:hover {
    color: #666
}

header .btn-shop {
    background-color: white;
    background-image: -moz-linear-gradient(top, #fefefe, rgba(245, 245, 245, .13));
    background-image: linear-gradient(top, #fefefe, rgba(245, 245, 245, .13));
    background-image: -ms-linear-gradient(top, #fefefe, rgba(245, 245, 245, .13));
    background-image: -o-linear-gradient(top, #fefefe, rgba(245, 245, 245, .13));
    background-image: -webkit-linear-gradient(top, #fefefe, rgba(245, 245, 245, .13));
    border: 1px solid #efefef;
    padding: 5px 10px;
    line-height: 16px;
    border-radius: 1px;
    box-shadow: 0 1px 2px -1px rgba(23, 23, 23, .11) inset
}

header .btn-shop:hover {
    box-shadow: none
}

header .btn-shop img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    white-space: nowrap
}

header .search-wrapper,
header .checkbox-box {
    padding-top: 10px
}

header input.search-input {
    border-width: 1px;
    border-color: #d4d4d4;
    height: 3em;
    box-shadow: 0 1px 1px 1px rgba(180, 180, 180, .12) inset
}

header input.search-btn:placeholder-shown {
    color: #999;
    font-weight: 400
}

header .input-group-btn button,
header .input-group-btn button:focus {
    background: transparent none repeat scroll 0 0;
    background: linear-gradient(rgba(244, 244, 244, 0), rgba(231, 231, 231, .4));
    border-color: #d4d4d4;
    font-size: 13px;
    color: #999;
    box-shadow: none;
    height: 3em;
    border-left-color: transparent;
    border-right-color: transparent
}

header .search-wrapper .dropdown-menu a {
    cursor: pointer
}

header .checkbox-box span.input-group-addon,
header .checkbox-box input.form-control,
header .checkbox-box span.input-group-btn {
    border-color: #d4d4d4;
    cursor: default
}

header .checkbox-box input.form-control {
    background: #FFF none repeat scroll 0 0;
    font-size: 11px;
    height: 3.55em;
    padding-left: 0;
    border-radius: 0;
    color: #999;
    border-left: 0;
    box-shadow: none
}

header .checkbox-box span.input-group-addon {
    border-right: medium none #d4d4d4;
    background: #FFF none repeat scroll 0 0;
    font-size: 15px;
    height: 2.4em;
    color: #adadad;
    border-color: #d4d4d4
}

header .checkbox-box span.input-group-btn .btn {
    font-weight: 400;
    font-size: 13px;
    height: 3em;
    line-height: 1.8em;
    border-radius: 0;
    border-color: #d4d4d4
}

header .input-group-btn button.dropdown-toggle {
    background: transparent;
    border-left: transparent;
    width: 125px
}

header input.search-input:focus {
    border-color: rgba(185, 182, 182, .45);
    height: 3em
}

header .input-group-btn .dropdown-toggle {
    font-weight: 500
}

header .head-btns a {
    font-size: 11px;
    color: #999;
    font-weight: 500;
    text-decoration: none;
    display: block
}

header .head-btns a,
header .head-btns a:hover,
header .head-btns a:focus {
    color: #777;
    box-shadow: none
}

header .button.pill {
    border-radius: 25px
}

header .button:hover,
header .button:focus {
    color: #333
}

header .brand img {
    margin-top: -20px;
    height: 100px;
    max-width: 120px
}

nav .nav.navbar-nav li a.nav-link {
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 12px
}

.nav-mega .nav,
.nav-mega .collapse,
.nav-mega .dropup,
.nav-mega .dropdown {
    position: static
}

.nav-mega .container {
    position: relative
}

.nav-mega .dropdown-menu {
    left: auto
}

.nav-mega .nav-mega-content {
    padding: 20px 30px
}

.nav-mega .dropdown.nav-mega-fw .dropdown-menu {
    left: 0;
    right: 0
}

.nav-mega .nav-mega-content {
    padding: 20px 30px
}

.nav-mega .nav-mega-content ul.col {
    line-height: 1.8em
}

nav.navbar.nav-mega {
    background: #678d2b;
    margin-top: 10px;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 1px 2px -1px rgba(8, 8, 8, .04) inset;
    border-bottom: 4px solid #567426
}

nav .nav.navbar-nav li a.nav-link:hover,
nav .nav.navbar-nav li a.nav-link:focus,
nav .nav.navbar-nav li a.nav-link.active,
nav .nav.navbar-nav li a.nav-link.active:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-bottom-color: #567426;
    background: #567426;
    color: #f2f2f2
}

nav .nav.navbar-nav li ul.dropdown-menu {
    border-bottom: 3px solid #567426;
    margin-top: 3px;
    background: #FBFBFB
}

nav .nav.navbar-nav li ul.dropdown-menu a {
    font-size: 12px;
    color: #444
}

nav .nav.navbar-nav li ul.dropdown-menu strong {
    color: #567426;
    font-size: 11px;
    text-transform:uppercase;
    font-weight: 500;
}

.modal {
    background: rgba(0, 0, 0, .45)
}

.tabs-content .nav-tabs>li>a {
    border-radius: 0
}

.tabs-content .nav>li>a {
    color: #888;
    font-weight: 500;
    font-size: 12px;
    padding: 7px 25px
}

.tabs-content .nav-tabs>li.active>a,
.tabs-content .nav-tabs>li.active>a:hover,
.tabs-content .nav-tabs>li.active>a:focus {
    color: #555
}

section.sec-top {
    /*! background: #f5f5f5; */
    /*! background-image: url(../img/bgaaa.jpg); */
    /*! padding-top: 15px; */
    display: block;
    /* margin-top: -3px; */
    /*! height: 500px; */
}

.content-head {
    background: #f5f5f5;
    background-image: url(../img/bgaaa.jpg);
    border-bottom: 1px solid #e9e9e9;
    padding-top: 15px;
    display: block
}

.highlights {
    /*! padding-top: 15px; */
    /*! padding-bottom: 20px */
    padding: 0;
    display: block;
}

.highlights .swiper-slide img {
    width: 100%;
    height: 400px;
    background: #fbfbfb;
    border-bottom: 1px solid #f5f5f5;
}

.main {
    padding-top: 15px;
    margin-top: 20px
}

.panels .panel {
    min-height: 250px
}

.page-title {
    padding-bottom: 10px;
    font-size: 17px;
    color: #666
}

.cards-wrapper {
    margin-top: 30px
}

.home.cards-wrapper {
    background: #f5f5f5 url("http://apen.boraone.com/assets/img/bgaaa.jpg") repeat scroll 0 0;
    /*! padding-top: 15px; */
    /*! padding-bottom: 20px; */
    display: block;
    margin-top: -3px;
}

.cards-wrapper .panel {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .16);
    border: 0;
    border-radius: 1px;
    transition: box-shadow .03s
}

.cards-wrapper .panel:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .21)
}

.cards-wrapper .panel .panel-body img {
    width: 56px;
    height: 80px;
    white-space: nowrap;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .42)
}

.cards-wrapper .panel .panel-heading {
    border: 0;
    background: white;
    font-weight: 600;
    text-transform: uppercase;
    color: #888
}

.cards-wrapper .panel .panel-body {
    padding: 20px 15px 25px;
    background: #f9f9f9
}

.cards-wrapper .panel .panel-footer {
    background: white
}

.cards-wrapper .panel .panel-footer a,
.cards-wrapper .panel .panel-footer a:hover,
.cards-wrapper .panel .panel-footer a:focus {
    color: #567426
}

.cards-wrapper .panel .panel-footer,
.cards-wrapper .list-group .list-group-item {
    padding: 8px 15px;
    font-size: 12px
}

.cards-wrapper .panel .list-group .list-group-item {
    border-color: #ececec;
    border-style: dashed
}

.cards-wrapper .panel .list-group .list-group-item:first-of-type {
    border-style: solid;
    border-color: #f3f3f3
}

.cards-wrapper .panel .list-group .list-group-item:hover,
.cards-wrapper .panel .list-group .list-group-item:focus {
    background: white;
    color: #777
}

.section-bottom {
    background: #f9f9f9;
    padding-bottom: 30px
}

.section-bottom .media-tiles {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 25px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eaeaea
}

.section-bottom .media-tiles .media:first-of-type {
    border-right: 1px solid #eaeaea
}

.section-bottom .media h4 a {
    color: rgba(207, 57, 142, .95);
    font-weight: 400
}

.section-bottom .media {
    margin-top: 0
}

.section-bottom .media .media-object {
    width: 64px;
    max-height: 90px;
    white-space: nowrap
}

.tabbed-section .nav-tabs {
    border-bottom: transparent
}

.tabbed-section .nav-tabs>li>a {
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    color: #777;
    box-shadow: 3px 2px 2px -2px rgba(0, 0, 0, .42);
    margin-right: 5px;
    border: transparent;
    background: #f8f8f8;
    padding: 10px 35px
}

.tabbed-section .nav-tabs>li.active>a,
.tabbed-section .nav-tabs>li.active>a:hover,
.tabbed-section .nav-tabs>li.active>a:focus {
    border: 0;
    background: #678d2b;
    color: white!important
}

.tabbed-section .nav-tabs>li.active>a {
    color: #888
}

.error-404 {
    top: 50px
}

.error-404 h3 {
    color: #FFF;
    font-size: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    display: block;
    text-shadow: 0 1px 0 #CCC, 0 2px 0 #c9c9c9, 0 3px 0 #BBB, 0 4px 0 #b9b9b9, 0 5px 0 #AAA, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15)
}

.legal-notes {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: #fdfdfd;
    padding-top: 15px
}

.legal-notes h6 {
    font-size: 14px;
    font-weight: bold
}

.legal-notes section {
    margin-bottom: 30px
}

.legal-notes section h5 {
    padding-bottom: 7px;
    font-weight: bold;
    color: #666;
    text-transform: capitalize;
    font-size: 16px
}

.legal-notes ul {
    line-height: 2em
}

.right-side {
    border-left: 1px solid #eaeaea
}

.sign_in-sign_up-wrapper .signup {
    border-right: 1px solid #eaeaea;
    padding-top: 20px
}

.item-container .item-cover img {
    width: 190px;
    height: 285px;
    background: #fff;
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .32);
    padding: 2px
}

.item-container .item-desr {
    border-right: 1px solid #e3e3e3
}

.item-desr .item-title {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    line-height: 1.5em
}

.item-desr .item-author {
    font-size: 12px;
    color: #777;
    line-height: 1em;
    padding-top: 10px
}

.item-desr .item-overview {
    margin-top: 20px
}

.item-container .item-price {
    font-size: 17px;
    color: #666;
    font-weight: 600;
    line-height: 1.2em
}

.item-container .item-details {
    margin-top: 7px
}

.item-container .social-buttons {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e3e3e3
}

.item-container .social-buttons ul.list-inline li {
    line-height: 10px;
    margin-bottom: 7px
}

section.item-wrapper {
    background: #f8f8f8;
    padding-top: 15px;
    display: block;
    margin-top: -3px
}

.item-wrapper .nav>li>a:hover {
    background: #fbfbfb;
    border-bottom: transparent
}

.item-wrapper .nav>li>a:focus {
    background: white
}

.item-wrapper .nav-tabs>li.active>a,
.item-wrapper .nav-tabs>li.active>a:hover,
.item-wrapper .nav-tabs>li.active>a:focus {
    background: white
}

.item-tabs .nav-tabs {
    border-bottom: transparent;
    margin-top: 30px
}

.item-tabs .nav-tabs>li>a {
    border-radius: 1px 1px 0 0;
    color: #777
}

.item-wrapper-bottom .item-addional-details ul li {
    line-height: 2em
}

.item-wrapper-bottom .item-addional-details span {
    line-height: 2;
    font-weight: 600;
    font-size: 14px
}

.item-wrapper-bottom .tab-pane {
    min-height: 200px
}

.item-wrapper-bottom {
    padding-top: 25px
}

.item-relates .item-cover img {
    width: 140px;
    height: 210px
}

.item-relates .item-header h5 {
    line-height: 13px;
    font-weight: bold;
    font-size: 12px;
    color: #333
}

.item-relates .item-header h5 a {
    font-size: 13px;
    line-height: 16px;
    color: black
}

.item-relates section {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-top: 20px
}

.section-title {
    line-height: 2em;
    margin-bottom: 30px;
    display: block
}

.section-title span {
    padding-bottom: 10px;
    border-bottom: 3px solid #888;
    font-size: 16px;
    color: #444;
    text-decoration: none
}

p.swipe-btns {
    border-bottom: 1px solid #ccc;
    /*! padding-bottom: 10px; */
    margin-top: 20px;
    text-align: right
}

p.swipe-btns .swiper-btn-next,
p.swipe-btns .swiper-btn-prev,
p.carousel-control-btns .control-next,
p.carousel-control-btns .control-prev {
    color: rgba(136, 136, 136, .67);
    text-decoration: none
}

.tabbed-section p.carousel-control-btns, .swipe-btns a {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 17px;
    margin-top: 10px;
    text-align: right
}

.well {
    border-radius: 0;
    box-shadow: none;
    background: #f5f5f5;
    border-color: #e3e3e3
}

.item-wrapper .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-color: #e3e3e3 #e3e3e3 transparent
}

.item-wrapper-bottom .author-tab img {
    width: 100px;
    height: 100px
}

.review-wrapper {
    margin-top: 25px
}

.review-wrapper ul.list-unstyled {
    line-height: 2.3em
}

.sort-row {
    border-bottom: 1px solid #e3e3e3
}

.i-wrap {
    padding-left: 40px
}

.i-wrap .icount {
    padding-top: 7px;
    margin-bottom: 15px;
    color: #777
}

.items-list {
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e3e3e3;
    display: block
}

.items-list .icover img {
    height: 180px;
    width: 120px;
    white-space: nowrap;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .42);
    padding: 2px;
    border: 1px solid #f0f0f0
}

.items-list .ileft,
.items-list .iright {
    position: relative;
    height: 180px
}

.items-list .iright {
    border-left: 1px solid #e8e8e8
}

.items-list ul li.title a {
    font-size: 14px;
    font-weight: 600;
    color: #026f8c
}

.items-list .md-scrn.btn {
    position: absolute;
    bottom: 0
}

.items-list p a {
    color: #444
}

.items-list .iright h4,
.items-list .iright h5 {
    color: #605a4b
}

.items-list .ileft .keywords p {
    padding-top: 10px
}

.items-list .iright h5.linethrough {
    text-decoration: line-through;
    color: #999
}

.cat-row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block
}

.cat-row .icover img {
    width: 125px;
    height: 185px;
    white-space: nowrap;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .42)
}

.cat-row .idecr {
    width: 125px;
    margin-top: 7px;
    display: block
}

.cat-row .panel {
    border-radius: 1px;
    box-shadow: none;
    border-color: #e9e9e9
}

.cat-row .panel-heading {
    background-color: #efeded;
    background-image: -moz-linear-gradient(top, #FFF, #f2f2f2);
    background-image: -o-linear-gradient(top, #FFF, #f2f2f2);
    background-image: -ms-linear-gradient(top, #FFF, #f2f2f2);
    background-image: -webkit-linear-gradient(top, #FFF, #f2f2f2);
    background-image: linear-gradient(top, #FFF, #f2f2f2);
    border-bottom: 3px solid #dedede;
    color: #555
}

.cat-row ul li a {
    text-decoration: none
}

.at-list span:not(:nth-last-of-type(2)):after {
    content: ',';
    padding-left: 3px;
    padding-right: 3px
}

.row-author p a:not(:last-of-type):after {
    content: ',';
    padding-left: 3px;
    padding-right: 3px
}

.row-author p a:nth-last-of-type(2):after {
    content: ' & ';
    padding-left: 3px;
    text-decoration: none;
    padding-right: 3px
}

.at-list span:last-of-type:before {
    content: '&';
    padding-left: 3px
}

.at-list span:last-of-type:after {
    content: '';
    padding-left: 3px
}

.row-related,
.swiper-container.swiper-wrap {
    padding-top: 15px;
    padding-bottom: 10px;
    background: #fafafa none repeat scroll 0 0;
    border: 4px solid #eaeaea
}

.row-result-info {
    background: #fbfbfb none repeat scroll 0 0;
    border-color: #e9e9e9;
    color: #555;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .13)
}

.profile-wrap .table tr td {
    border-top: transparent
}

.profile-wrap hr {
    margin-top: 5px;
    border-color: #e3e3e3
}

.profile-wrap .well hr {
    margin-bottom: 5px
}

.profile-wrap .well {
    background: #fbfbfb
}

.profile-wrap .table > thead > tr > th,
.profile-wrap .table > tbody > tr > th,
.profile-wrap .table > tfoot > tr > th,
.profile-wrap .table > thead > tr > td,
.profile-wrap .table > tbody > tr > td,
.profile-wrap .table > tfoot > tr > td {

    padding: 5px;
}

.profile-wrap b {

    font-weight:400;
    color: #777;
}

.faq-sec {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px
}

#map-canvas-0 {
    border: 5px solid white;
    box-shadow: 0 3px 3px #aaa8a8;
    height: 300px!important
}

.checkout-pane table tbody tr td {
    border: 0
}

.shopping-cart-table table thead {
    color: #8d8d8d;
    background-color: #1f9fa3;
    background-image: -moz-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: linear-gradient(top, #fefefe, #f5f5f5);
    background-image: -ms-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: -o-linear-gradient(top, #fefefe, #f5f5f5);
    background-image: -webkit-linear-gradient(top, #fefefe, #f5f5f5)
}

.shopping-cart-table table thead tr th {
    line-height: 2em
}

.shopping-cart-table table tbody tr td img {
    width: 75px;
    height: 105px;
    white-space: nowrap;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .42)
}

.checkout-pane {
    padding-top: 10px;
    padding-bottom: 10px
}

.checkout-pane .table.table-bordered {
    border: 1px solid #e3e3e3
}

.checkout-pane .table tr td {
    padding: 0
}

.checkout-container {
    padding-top: 20px
}

.left-pane {
    border-right: 1px solid #e3e3e3
}

.left-pane ul {
    line-height: 2em
}

.discount-pane h6 {
    line-height: 1.8em
}

.checkout-pane {
    border-left: 1px solid #e3e3e3;
    background: #fafafa
}

.checkout-pane .table {
    font-size: 13px;
    font-weight: 500
}

.sign_in-sign_up-wrapper .checkout-pane h5 span {
    background: #fafafa
}

.bookstore-profile-container .social-icons {
    margin-top: 10px
}

.bookstore-profile-container .media .media-left {
    min-width: 170px;
    min-height: 170px
}

.bookstore-profile-container .media .media-object {
    height: 170px;
    width: 170px;
    padding: 10px;
    border-radius: 3px
}

.bookstore-list-container .row-result-info {
    margin-top: 0
}

.bookstore-profile-container .media .media-body {
    padding-left: 15px
}

.bookstore-profile-container.media h5 {
    margin-bottom: -10px
}



.swiper {
    width: 100%
}

.swiper-button-next,
.swiper-button-prev {
    position: relative;
    background: 0;
    margin-top: 0
}

.swiper-button-next {
    right: 0;
    left: auto
}

.swiper-button-prev {
    left: 0;
    left: auto
}

a.swiper-btn-next:hover,
a.swiper-button-next:hover,
a.swiper-btn-prev:hover,
a.swiper-button-prev:hover,
a.control-next:hover,
a.control-prev:hover {
    color: #888!important
}

.swiper-slide:nth-child(2n) {
    width: 95%
}

.swiper-slide:nth-child(3n) {
    width: 95%
}

.swiper-pagination-bullet-active {
    background: #afafaf
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 2
}

@media(min-width:140px) and (max-width:480px) {
    .carousel-indicators {
        bottom: -5px
    }
}

@media(min-width:481px) and (max-width:767px) {
    .carousel-indicators {
        bottom: 5px
    }
}

.media-carousel-xs,
.media-carousel-up {
    margin-bottom: 0
}

.media-carousel-xs,
.media-carousel-up {
    margin-bottom: 0
}

.media-carousel-xs .carousel-control.left,
.media-carousel-up .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #eee;
    border: 0 solid #fff;
    border-radius: 23px 23px 23px 23px;
    height: 22px;
    width: 22px;
    top: 50%;
    margin-top: -10px
}

.media-carousel-xs .carousel-control.right,
.media-carousel-up .carousel-control.right {
    right: -12px!important;
    background-image: none;
    background: none repeat scroll 0 0 #eee;
    border: 0 solid #fff;
    border-radius: 23px 23px 23px 23px;
    height: 22px;
    width: 22px;
    top: 50%;
    margin-top: -10px
}

.media-carousel-xs .carousel-control:hover,
.media-carousel-xs .carousel-control:focus,
.media-carousel-up .carousel-control:hover,
.media-carousel-up .carousel-control:focus {
    color: gray
}

footer {
    background: #486118;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 450px;
    border-top: 7px solid #3a4d22;
}

.footer-top input[type="email"],
.footer-top input[type="email"]:focus {
    margin-top: 12px;
    height: 2.4em;
    background: #fcfcfc;
    border-color: #cdc
}

.footer-top button.btn {
    font-size: 12px;
    color: rgba(104, 104, 104, .7);
    background: #fcfcfc
}

.footer-content {
    padding-top: 40px
}

.footer-content .content {
    margin-bottom: 10px
}

.footer-content .social .soc {
    float: right
}

.footer-content h5 {
    color: #E6ECDB;
    font-size: 19px;
    font-weight: 600
}

.footer-content h1 {
    font-size: 25px;
    margin-top: 5px;
    color:#E6ECDB;
    text-shadow: 0 1px 0 rgba(239, 239, 239, .62)
}

.footer ul li h5 a {
    color: #E6ECDB;
    text-decoration: none;
    font-size: 15px
}

.footer-content ul li {
    line-height: 25px;
    color: #E6ECDB;
    font-size: 12px
}

.footer-content .content ul li a {
    color: #E6ECDB;
}

footer .footer-body {
    border-bottom: 1px solid #364d0b;
    padding-bottom: 15px
}

.footer-bottom {
    font-size: 12px;
    padding-top: 15px;
    border-top: 1px solid #4D6C12;
}

.footer-bottom,
.footer-bottom a {
    color: #E6ECDB;
}

.footer-bottom p {
    float: right;
    color: #E6ECDB;
}

.sign_in-sign_up-wrapper {
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px transparent;
    border: 1px solid #e3e3e3
}

.sign_in-sign_up-wrapper .title {
    margin-bottom: 10px;
    color: #777;
    padding-top: 7px
}

.sign_in-sign_up-wrapper .title img {
    white-space: nowrap;
    width: 90px;
    height: 80px;
    margin-top: 10px
}

.sign_in-sign_up-wrapper h5,
.modal-wrap .modal-body h5,
.front-about-wrap h4 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: .1em;
    margin: 20px 0 25px
}

.sign_in-sign_up-wrapper h5 span,
.modal-wrap .modal-body h5 span,
.front-about-wrap h4 span {
    background: #FFF none repeat scroll 0 0;
    color: #ababab;
    padding: 7px;
    border-radius: 50px;
    font-size: 10px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .4)
}

.front-about-wrap h4 {
    border-color: #eaeaea;
    margin-top: 35px
}

.front-about-wrap h4 span {
    padding: 7px 13px;
    font-size: 12px;
    background: #f9f9f9;
    color: #989898;
    box-shadow: none
}

.min-content .main {
    margin-top: 40px
}

.right-pane {
    padding-top: 80px
}

.right-pane ul {
    line-height: 2.5em;
    font-size: 15px
}

.side-container {
    border: 1px solid #eaeaea;
    padding-bottom: 15px
}

.side-container .title,
.best-selling-content .title {
    color: #157531;
    text-transform: uppercase;
    line-height: 3em;
    margin-top: 0;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea
}

.list-tiles .media {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px
}

.list-tiles .media .media-object {
    width: 60px;
    height: 85px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .42);
    white-space: nowrap
}

.list-tiles .media .media-heading {
    margin-bottom: 0
}

.list-tiles .media .media-heading a {
    color: #444
}

.list-tiles .media .media-body span {
    font-size: 10px
}

.list-tiles .media .media-body strong {
    color: #a50e08
}

.row-spanner {
    margin-right: 15px
}

.recent-container {
    /*! padding-bottom: 20px; */
    /*! padding-top: 15px */
}

.recent-container .title {
    color: #777;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
}

.row-related,
.swiper-container.swiper-wrap {
    padding-top: 15px;
    padding-bottom: 10px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.row-related .item-cover img,
.swiper-container.swiper-wrap .item-cover img {
    width: 130px;
    height: 190px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .42);
    padding: 2px;
    border: 1px solid #f0f0f0
}

.row-related .item-header h5 a,
.swiper-container.swiper-wrap .item-header h5 a {
    font-size: 12px;
    line-height: 16px;
    /*! font-weight: bold; */
    margin: 6px 0 0;
    color: #555;
    line-height: 1.4;
}

.row-related .item-header h5 {
    max-width: 130px;
    overflow: hidden
}

.row-related .item-header h6,
.swiper-container.swiper-wrap .item-header h6 {
    font-size: 11px;
    margin-bottom: 3px;
    margin-top: 5px;
    font-weight: 400;
    color: #777;
}

.tabbed-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea
}

.tabbed-section .tab-content {
    padding-top: 25px
}

.tabbed-section  .tab-pane img {
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .42);
    white-space: nowrap
}

.tabbed-section  .media-object {
    width: 155px;
    height: 240px
}

.tabbed-section  .media-body {
    width: 100%
}

.tabbed-section  .media-body img {
    height: 175px;
    width: 120px;
}

.tabbed-section  .media-decr {
    width: 120px
}

.tabbed-section .media-decr a h6 {
    margin-bottom: 0;
    color: #555;
    overflow: hidden;
    line-height: 1.2em;
    max-height: 30px;
    padding-bottom: 20px
}

.help-center section .page-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e0e0
}

.help-center .well .page-title {
    font-size: 16px
}

.help-center .well {
    padding: 10px 15px;
    background: #fbfbfb
}

.help-center .well ul li:not(:last-of-type) a:after {
    content: "|";
    padding-left: 5px
}

.help-center .panel .panel-heading {
    background-color: #fbfbfb;
    border-color: #e3e3e3
}

.help-center .panel {
    border-radius: 0;
    border-color: #e9e9e9
}

#feedback .form-group {
    margin-bottom: 20px
}

.sidebar {
    padding-bottom: 20px;
    background: #fbfbfb;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    box-shadow: 2px 0 0 0 rgba(0, 0, 0, .13)
}

.sidebar .title {
    height: 27px;
    line-height: 27px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    font-size: 14px;
    color: #555
}

.sidebar .title h5 {
    font-size: 12px;
    text-transform: uppercase
}

.sidebar .side-wrap {
    margin-bottom: 5px
}

.sidebar .side-wrap a.title,
.sidebar .side-wrap h6 {
    color: #555
}

.sidebar .side-wrap a.title h6 span {
    font-size: 13px
}

.sidebar .side-wrap ul.list-inline.filter-tags li a {
    padding: 5px 10px;
    background: #f2f2f2;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
    border-top: 0;
    border-left: 0;
    border-width: 1px 1px 1px medium;
    border-style: solid solid solid none;
    border-color: transparent #d7d7d7 #d7d7d7;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.sidebar .side-wrap ul.list-inline.filter-tags li a span.fa {
    margin-left: 3px;
    color: #333;
    font-weight: normal
}

.sidebar a.list-group-item:hover,
.sidebar a.list-group-item:focus {
    background: white;
    color: #333
}

.sidebar.profile {
    padding-bottom: 0
}

.sidebar.profile table.table {
    margin-bottom: 10px;
    table-layout: fixed
}

.sidebar.profile table.table tbody tr td {
    border: 0;
    padding: 5px 8px;
    word-wrap: break-word;
    font-size: 12px;
    white-space: nowrap
}

.sidebar .list-group {
    border-top: 1px solid #e3e3e3;
    margin-bottom: 0
}

.sidebar .list-group .list-group-item {
    border-radius: 0;
    border: transparent
}

.sidebar-span .list-group {
    border: 0
}

.sidebar-span {
    padding-bottom: 0
}

.sidebar-span .list-group a.list-group-item {
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea transparent transparent
}

.sidebar-span .title {
    margin-bottom: 0;
    border-bottom: 0
}

.sidebar-span a.list-group-item:first-of-type {
    border-top: 1px solid #eaeaea
}

.sidebar-span a.list-group-item:last-of-type {
    border-bottom: 1px solid #eaeaea
}

.sidebar-span a.list-group-item:hover,
.sidebar-span a.list-group-item:focus {
    background: #fafafa
}

.sidemenu {
    background: #f2f2f2
}

.sidemenu ul li {
    border: transparent;
    font-size: 13px
}

.sidemenu ul li a {
    color: #555;
    border: transparent;
    font-weight: 600
}

.sidemenu ul li.mm-divider {
    color: #777;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #ddd!important;
    border-bottom: 1px solid #ddd!important
}

.sidemenu ul li.mm-divider.mm-spacer {
    margin-top: 5px;
    padding-top: 5px
}

.sidemenu ul li.menu-top a {
    font-size: 12px;
    font-weight: 500
}

.sidemenu ul li a:hover,
.sidemenu ul li a:focus,
.sidemenu .mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: transparent
}

@font-face {
    font-family: 'si';
    src: url(../fonts/socicon.eot);
    src: url(../fonts/socicon.eot?#iefix) format('embedded-opentype'), url(../fonts/socicon.woff) format('woff'), url(../fonts/socicon.ttf) format('truetype'), url(../fonts/socicon.svg#icomoonregular) format('svg');
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: si;
        src: url(../fonts/socicon.svg) format('svg')
    }
}

.soc {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none
}

.soc li {
    display: inline-block;
    *display: inline;
    zoom: 1
}

.soc li a {
    font-family: si!important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    margin-right: 15px;
    color: #E6ECDB;
    background-color: transparent
}

.soc a:hover {
    z-index: 2
}

.soc-icon-last {
    margin: 0!important
}

.soc-twitter,
.soc-facebook,
.soc-google,
.soc-instagram,
.soc-linkedin {
    background-color: #646b64;
    background-image: -moz-linear-gradient(top, RGBA(69, 96, 16, 0.95), RGBA(57, 78, 18, 0.74));
    background-image: -webkit-linear-gradient(top, RGBA(69, 96, 16, 0.95), RGBA(57, 78, 18, 0.74));
    background-image: linear-gradient(top, RGBA(69, 96, 16, 0.95), RGBA(57, 78, 18, 0.74));
    background-image: -ms-linear-gradient(top, RGBA(69, 96, 16, 0.95), RGBA(57, 78, 18, 0.74));
    background-image: -o-linear-gradient(top, RGBA(69, 96, 16, 0.95), RGBA(57, 78, 18, 0.74));
    transition-property: background;
    transition-delay: 3s;
    transition-duration: 3s;
    transition-timing-function: ease-in
}

.soc-twitter:hover,
.soc-facebook:hover,
.soc-instagram:hover,
.soc-google:hover,
.soc-linkedin:hover {
    opacity: .8
}

.soc-twitter:before {
    content: "a"
}

.soc-facebook:before {
    content: "b"
}

.soc-google:before {
    content: "c"
}

.soc-linkedin:before {
    content: 'j'
}

.soc-instagram:before {
    content: "x"
}

.pagination,
.pager {
    margin: 0
}

.pagination>li>a,
.pagination>li>span,
.pager li>a,
.pager li>span {
    position: relative;
    float: left;
    color: #777;
    text-decoration: none;
    background-color: #FFF;
    margin-left: 3px;
    border: medium none transparent;
    line-height: 1.6em;
    padding: 6px 12px;
    font-size: 11px!important
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pager li>a:hover,
.pager li>span:hover,
.pager li>a:focus,
.pager li>span:focus {
    background: #646b64;
    background-image: -moz-linear-gradient(top, #757b75, #505650);
    background-image: -webkit-linear-gradient(top, #757b75, #505650);
    background-image: -o-linear-gradient(top, #757b75, #505650);
    background-image: -ms-linear-gradient(top, #1f9fa3, #0e7c80);
    background-image: linear-gradient(top, #1f9fa3, #0e7c80);
    color: #fff;
    opacity: .8
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #646b64;
    background-image: -moz-linear-gradient(top, #757b75, #505650);
    background-image: -webkit-linear-gradient(top, #757b75, #505650);
    background-image: -o-linear-gradient(top, #757b75, #505650);
    background-image: -ms-linear-gradient(top, #1f9fa3, #0e7c80);
    background-image: linear-gradient(top, #1f9fa3, #0e7c80);
    color: #fff
}

.toast-success {

    background-color: #678D2B;
}

#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    -moz-box-shadow: 0 0px 5px #c9c9c9;
    -webkit-box-shadow:0 0px 5px #c9c9c9;
    box-shadow: 0 0px 5px #c9c9c9;
    color: #fff;
    opacity: .9;
    filter: alpha(opacity=80);
}

#toast-container > div:hover {

    -moz-box-shadow:  0 0 5px #b6b6b6;
    -webkit-box-shadow:  0 0 5px #b6b6b6;
    box-shadow: 0 0 5px #b6b6b6;
}


/* nav pills wizard style */

.nav-wizard-container {

    margin-bottom: 30px;
    border-bottom: 1px solid rgb(227, 227, 227);
}


.nav-wizard-container .thumbnail {

    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    background: -moz-linear-gradient(top, #fefefe, #f5f5f5);
    border-bottom: 3px solid #ddd;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px;
}

.nav-wizard-container .nav-pills > li.active > a,
.nav-wizard-container .nav-pills > li.active > a:hover,
.nav-wizard-container .nav-pills > li.active > a:focus {

    color: #838383;
    background-color: white !important;
    border-left: 1px solid transparent;
    border-right: 1px solid #D5D5D5;
}

.nav-wizard-container .nav-pills  .badge{

    color: #9f9f9f !important;
    background-color: transparent;
    font-weight: 500;
    border: 1px solid #ccc;
}

.nav-wizard-container .nav-pills .list-group-item-text {

    color: #9f9f9f;
}

.nav-wizard-container .nav > li > a:hover, .nav-wizard-container .nav > li > a:focus {

    background: none;
}

.nav-wizard-container .nav-pills li:not(:last-child) a {

    border-radius: 0px 15px 15px 0px;
    border-right: 1px solid #ccc;

}

.nav-wizard-container .nav > li:not(.active) > a:hover p {

    color: #9b9b9b;

}




@media only screen and (max-width:1024px) {
    header .brand img {
        height: 95px;
        width: 120px
    }
    .footer-content h1 {
        font-size: 25px;
        margin-top: 5px
    }
    .modal-wrap .modal-header {
        padding-bottom: 0
    }
    .main {
        padding-top: 5px
    }
    .mobile-nav a span {
        font-size: 14px;
        color: #f2f2f2
    }
    .mobile-nav a {
        font-size: 13px;
        color: #f2f2f2!important
    }
    .item-relates .item-cover img {
        width: 130px;
        height: 180px
    }
    .item-container .item-cover img {
        width: 185px;
        height: 277px
    }
    .cards-wrapper .panel .panel-body img {
        width: 56px;
        height: 80px
    }
}

@media screen and (max-width:992px) {
    header .top-bar ul.pull-right {
        margin-top: 10px
    }
    header .mob-search,
    header .cart-wrapper {
        background: #f2f2f2;
        padding-bottom: 7px;
        padding-top: 7px;
        border-bottom: 1px solid #e3e3e3
    }
    header nav {
        min-height: 50px;
        max-height: 60px;
        padding-top: 0
    }
    header .mob-search {
        padding-top: 15px;
        padding-bottom: 0
    }
    header .cart-wrapper {
        margin-bottom: 10px
    }
    header .cart-wrapper .table td {
        border: 0
    }
    .collapsing {
        -webkit-transition: height .05s ease;
        -o-transition: height .05s ease;
        transition: height .05s ease
    }
    header nav .btn,
    header nav .btn:focus {
        box-shadow: none
    }
    header .btn.search-btn {
        color: #cdcece
    }
    header .btn.search-btn span {
        color: #45690a;
        font-size: 16px;
        font-weight: 400
    }
    .modal-wrap .callout {
        margin-bottom: 20px
    }
    nav.navbar.nav-mega {
        margin-top: 0
    }
    .sidr {
        background-image: url(../img/sidebar.png)
    }
    .sidr ul li:hover>a,
    .sidr ul li:hover>span,
    .sidr ul li.active>a,
    .sidr ul li.active>span,
    .sidr ul li.sidr-class-active>a,
    .sidr ul li.sidr-class-active>span {
        box-shadow: 0 0 5px 2px #f3f3f3 inset
    }
    .sidr ul li a,
    .sidr ul li span {
        color: #666!important
    }
    .bar-wrap {
        padding-bottom: 0
    }
    header .search-wrapper {
        padding-top: 10px
    }
    body {
        margin-bottom: 500px
    }
    .single-wrap:last-of-type {
        display: none
    }
    ._mb-3:nth-of-type(4) {
        display: none
    }
    footer {
        height: 500px
    }
    .footer-content h1 {
        font-size: 21px
    }
    .page-title {
        font-size: 15px
    }
    .item-relates .item-cover img,
    .row-related .item-cover img,
    .swiper-container.swiper-wrap .item-cover img {
        width: 100px;
        height: 155px
    }
    .item-container .item-desr {
        border-right: 0
    }
    .item-wrapper-bottom .review-wrapper {
        margin-top: 20px
    }
    .items-list .ileft .iprice {
        color: #03603f
    }
    .i-wrap {
        padding-left: 15px
    }
    .cat-row .icover img,
    .tabbed-section  .media-body img {
        width: 120px;
        /* height: 180px; */
        white-space: nowrap;
    }
    .tabbed-section .nav-tabs>li>a {
        font-size: 11px;
        margin-right: 3px;
        padding: 10px 20px
    }
    .tabbed-section  .media-object {
        width: 150px;
        height: 230px;
    }
    .error-404 h3 {
        font-size: 120px
    }
    .error-404 {
        top: 30px
    }
    .recent-container .single-wrap:last-of-type {
        display: block
    }
    .bookstore-profile-container.media h5 {
        margin-bottom: 10px
    }
}

@media screen and (max-width:764px) {
    body {
        margin-bottom: 700px
    }
    footer {
        height: 700px
    }
    .bar-wrap .brand img {
        height: 50px;
        width: 55px;
        margin-top: 0
    }
    header .top-bar a {
        font-size: 13px
    }
    header .btn-shop {
        border: transparent;
        box-shadow: none
    }
    header .btn-shop img {
        margin-right: 3px;
        width: 13px;
        height: 13px
    }
    header nav {
        max-height: 30px;
        padding-top: 7px
    }
    header nav img {
        width: 16px;
        height: 16px;
        margin-top: -3px
    }
    .highlights .slide-highlights {
        width: 100%;
    }
    .footer-content .social .soc {
        float: none
    }
    .footer .footer-body .content div {
        margin-bottom: 15px
    }
    .item-desr .item-title {
        font-size: 13px;
        line-height: 1.3em
    }
    .item-price .item-title {
        color: #2e8b57
    }
    .item-desr .item-author {
        font-size: 11.5px;
        color: #777;
        line-height: 1.2em;
        padding-top: 5px
    }
    .item-container .item-price {
        font-size: 14px;
        margin-top: 15px;
        padding-bottom: 7px
    }
    .item-wrapper-bottom .author-tab img {
        width: 70px;
        height: 70px
    }
    .item-container .item-details {
        margin-top: 3px
    }
    .item-container .social-buttons ul.list-inline li {
        line-height: 7px
    }
    .items-list ul li.title a {
        font-size: 13px
    }
    .section-title span {
        font-size: 15px
    }
    .highlights .swiper-slide img {
        width: 100%;
        height: 200px
    }
    .cat-row .idecr {
        width: 90px
    }
    .sign_in-sign_up-wrapper .title img {
        width: 90px;
        height: 80px
    }
    .checkout-container {
        padding-top: 10px
    }
    .left-pane {
        border-right: 0;
        border-bottom: 1px solid #e3e3e3
    }
    .checkout-pane {
        border-left: 0;
        border-top: 1px solid #e3e3e3
    }
    .section-bottom .media-tiles {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .section-bottom .media-tiles .media:first-of-type {
        border-right: 0
    }
    .section-bottom .media:nth-of-type(2) {
        padding-top: 15px;
        border-top: 1px solid #e3e3e3
    }
    .section-bottom .media:nth-of-type(1) {
        padding-bottom: 15px
    }
    .section-bottom .media .media-object {
        width: 32px;
        max-height: 32px
    }
    .section-bottom .media h4 a {
        font-size: 15px
    }
    .recent-container {
        margin-right: 0
    }
    .recent-container .title {
        font-size: 17px
    }
    .row-related,
    .swiper-container.swiper-wrap {
        border-width: 1px
    }
    .row-spanner {
        margin-right: -15px
    }
    .tabbed-section .nav-tabs>li>a {
        font-size: 11px;
        margin-right: 2px;
        padding: 10px 15px
    }
    .right-side {
        border: 0
    }
    .right-side {
        padding-left: 0;
        padding-right: 0
    }
    .sign_in-sign_up-wrapper .signup {
        border-right: 0;
        padding-right: 0;
        padding-left: 0
    }
    .help-center .mb-span {
        padding-left: 0;
        padding-right: 0
    }
    .single-wrap {
        max-width: 150px;
        min-width: 110px;
    }

    .tabbed-section  .media-body img {
        height: 140px;
        width: 120px;
    }
}

@media screen and (max-width:680px) {
    .cat-row .icover img,
    .tabbed-section  .media-body img {
        width: 100px;
        height: 140px;
    }
    ._mb-3:nth-of-type(4) {
        display: none
    }
}

@media screen and (max-width:480px) {
    .footer-bottom p {
        display: block;
        float: left
    }
    .section-bottom .media:nth-of-type(1) {
        padding-bottom: 15px
    }
    body {
        margin-bottom: 805px
    }
    .item-container .item-cover img {
        width: 135px;
        height: 200px
    }
    footer {

        height: 830px
    }
    .item-relates .item-cover img {
        width: 110px;
        height: 160px
    }
    .cat-row .icover img,
    .row-related .item-cover img,
    .swiper-container.swiper-wrap .item-cover img,
    .tabbed-section .tab-content .tab-pane .media-body img {
        width: 100px;
        height: 145px;
        white-space: nowrap;
    }
    .tabbed-section  img {
        box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .42);
        white-space: nowrap
    }
    .tabbed-section  .media-object {
        width: 120px;
        height: 180px
    }
    .tabbed-section  .media-decr {
        width: 90px
    }
    .row-related .ng-container:last-of-type {
        display: none
    }
    ._mb-3:nth-of-type(4) {
        display: none
    }
    .recent-container .single-wrap:last-of-type {
        display: none
    }
}

@media screen and (max-width:480px) and (orientation:landscape) {
    ._mb-3:nth-of-type(4) {
        display: none
    }
}

@media screen and (max-width:340px) {
    .item-container .item-cover img {
        width: 105px;
        height: 200px
    }
    .item-relates .item-cover img {
        width: 90px;
        height: 140px
    }
    body {
        margin-bottom: 950px
    }
    footer {
        height: 950px
    }
    .items-list .icover img {
        height: 160px;
        width: 100px;
        white-space: nowrap
    }
    .items-list ul.list-unstyled {
        line-height: 1.4em
    }
}

.btn.btn-blue {
    background-color: #1E79C8;
    background-image: -webkit-linear-gradient(top,#2076C0,#0866B6);
    background-image: -moz-linear-gradient(top, #2076C0, #0866B6);
    background-image: -ms-linear-gradient(top,#2076C0,#0866B6);
    background-image: -o-linear-gradient(top,#2076C0,#0866B6);
    background-image: linear-gradient(top,#2076C0,#0866B6);
    border: 1px solid
    #1466AB;
    color: white;
}

.square-bubble {
    position: relative;
    border-radius: .4em;
    box-shadow: inset -10px -10px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: background-color 500ms ease-out 0.05s;
    -moz-transition: background-color 500ms ease-out 0.05s;
    -o-transition: background-color 500ms ease-out 0.05s;
    transition: all 0.3s ease;
}

.square-bubble a {
    text-decoration: none;
}

.square-bubble-blue {
    background: #00aabb;
}

.square-bubble-blue:hover {
    background: #0098a9;
}

.square-bubble-yellow {
    background: #ff9e4a;
}

.square-bubble-yellow:hover {
    background: #ee8e48;
}

.square-bubble-grayish {
    background: #73391e;
}

.square-bubble-grayish:hover {
    background: #62311a;
}

.square-bubble-green {
    background: #447339;
}

.square-bubble-green:hover {
    background: #3d6934;
}

.square-category {
    min-height: 100px;
    text-align: center;
    text-decoration: none;
}

.square-category h6 {
    line-height: 100px;
    color: white;
    letter-spacing: 0.15em;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    text-shadow: 0 -.05em .1em rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}


.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu > li > a:hover,
.bootstrap-select.btn-group .dropdown-menu > li > a:focus,
.bootstrap-select.btn-group .dropdown-menu > .active > a {
    text-decoration: none;
    color: #333333;
    background-color: #f5f5f5;
}

.bootstrap-select .btn {
    height: 35px;
    font-size: 12px;
    display: inline-block;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
    color: #555;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    text-align: center;
    min-width: 54px;
    text-decoration: none;
}

.bootstrap-select .btn.default {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    background-image: linear-gradient(to bottom,
    #fefefe,
    #f2f2f2);
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    vertical-align: middle;
}


.title-wrap h4 span {
    padding: 10px 10px;
    font-size: 14px;
    color: #989898;
    box-shadow: none;
    background: #FFF none repeat scroll 0 0;
    font-weight: 400;
}

.title-wrap h4  {
    width: 100%;text-align: center;border-bottom: 1px solid rgb(204, 204, 204);line-height: .1em;margin: 20px 0 20px;
}

.title-wrap h5 {
    font-weight: 200 !important;color: #b9b9b9;letter-spacing: 0.1em; font-size: 18px
}

.text-uppercase {

    text-transform: uppercase;
}

.nav-mega-content ul li span {
    margin-right: 5px;
}

.square-bubble:hover, .square-bubble.tab-selected {
    transform: scale(1.1);
    -webkit-filter: brightness(110%);
}

.square-bubble:hover h6, .square-bubble.tab-selected h6 {
    color: white;
    font-size: 18px;
}
#homepage section {
    background-color: #f9f9f9;
}
#homepage-concierge-top {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#homepage-concierge-top .row a {
    text-decoration: none;
    height: 100%;
    width: 100%;
}
#homepage a {
    font-weight: 500;
}

#homepage-concierge-top .row .concierge-top-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background-color: rgba(0, 0, 0, 0.27);
    z-index: 0;
    -webkit-transition: color .4s ease,transform .4s ease;
    -moz-transition: color .4s ease,transform .4s ease;
    -ms-transition: color .4s ease,transform .4s ease;
    -o-transition: color .4s ease,transform .4s ease;
    transition: color .4s ease,transform .4s ease;
}

#homepage-concierge-top .row .concierge-top-item .concierge-top-img.academic::after {
    content: "";

}


#homepage-concierge-top .row .concierge-top-item .concierge-top-item-title {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 500;
    margin-top: 15px;
}


#homepage-concierge-top .row .concierge-top-item .concierge-top-item-details {
    margin-bottom: 5rem;
    font-weight: 400;
}

#homepage-concierge-top .row .concierge-top-item * {
    -webkit-transition: color .4s ease,transform .4s ease;
    -moz-transition: color .4s ease,transform .4s ease;
    -ms-transition: color .4s ease,transform .4s ease;
    -o-transition: color .4s ease,transform .4s ease;
    transition: color .4s ease,transform .4s ease;
    color: #333;
}

#homepage-concierge-top .row .concierge-top-item .link::before {
    display: block;
    content: "";
    border-bottom: solid .2rem
    #fff;
    transform: scaleX(0);
    transition: transform .2s ease-in-out;
    width: 100%;
    position: absolute;
    bottom: -.2rem;
    /*! font-size: 17px; */
}

#homepage-concierge-top .row .concierge-top-item .concierge-top-item-btn {
    position: absolute;
    width: auto;
    bottom: 2em;
    margin: 0;
    font-size: 14px;
}

#homepage-concierge-top .row .concierge-top-item {
    padding: 15px;
    position: relative;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e4e4e491;
    transition: all 0.3s ease;
    box-shadow: 2px 6px 5px -1px rgba(34, 34, 34, 0.09);
    min-height: 250px;
}


#homepage-concierge-top .row .concierge-top-item:hover{
    transform: scale(1.1);
    text-decoration: none;
    box-shadow: 0 10px 5px 1px rgba(21, 21, 21, 0.19);
    cursor: pointer;
}

.concierge-top-img  {
    display: block;
    text-align: center;
}

.concierge-top-img img {
    height: 90px;
    display: initial;
    margin-bottom: 10px;
}

#homepage-concierge-top .row .concierge-top-item:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background-color: #F4F4F4;
    z-index: 0;
    -webkit-transition: color .4s ease,transform .4s ease;
    -moz-transition: color .4s ease,transform .4s ease;
    -ms-transition: color .4s ease,transform .4s ease;
    -o-transition: color .4s ease,transform .4s ease;
    transition: color .4s ease,transform .4s ease;
}

#homepage-concierge-top .row .concierge-top-item:hover:before {
    transform: scaleY(1);
}


#homepage-concierge-top .row .concierge-top-item * {
    position: relative;
}

#section-ribbon {
    background: #f9f9f9;
    box-shadow: 0 1px 2px 0 #13131324;
}

#section-ribbon a {
    text-align: center;
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}

#section-ribbon a span {
    display: block;
    color: hsl(180, 81%, 21%)
}

#section-ribbon a.ribbon-maroon span {
    color: hsl(14, 53%, 26%);
}

#section-ribbon a.ribbon-grayish span {
    color: hsl(14, 16%, 15%);
}

#section-ribbon a.ribbon-greenish span {
    color: hsl(86, 41%, 16%)
}

#section-ribbon a.ribbon-primary span {
    color: hsl(220, 72%, 17%)
}

#section-ribbon a.ribbon-chat span {
    color: hsl(180, 81%, 21%)
}

#section-ribbon a.ribbon-new span {
    color: hsl(200, 26%, 32%);
}

#section-ribbon a img {
    height: 100px;
    display:initial;
    margin-bottom: 10px;
    opacity: 0.9;
    transition: all 0.3s ease;
}

#section-ribbon a img:hover, #section-ribbon a img:focus {
    transform: scale(1.15);
}

.line-height {
    line-height: 2em;
}

#carousel-primary,
#carousel-advanced,
#carousel-secondary,
#carousel-swahili {
    margin-left: 10px;
    padding-left: 5px;
}

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

}

@media screen and (max-width:992px) {

    .concierge-top-img img {
        height: 100px;
    }

    #homepage-concierge-top .row .concierge-top-item {
        padding: 15px;
    }

    #homepage-concierge-top .row .concierge-top-item .concierge-top-item-title {
        font-size: 2rem;
    }
    #homepage-concierge-top .row .concierge-top-item .concierge-top-item-btn {
        font-size: 12px;
    }

    #section-ribbon a img {
        height: 70px;
    }

    #section-ribbon a span {
        font-size: 11px;
    }
}

@media screen and (max-width:764px) {
    .concierge-top-img img {
        height: 80px;
    }

    #homepage-concierge-top .row .concierge-top-item {
        min-height: 370px;
        padding: 15px;
    }

    #homepage-concierge-top .row .concierge-top-item .concierge-top-item-title {
        font-size: 1.8rem;
    }
    #homepage-concierge-top .row .concierge-top-item .concierge-top-item-btn {
        font-size: 12px;
        bottom: 1.5rem;
    }

    #section-ribbon a img {
        height: 70px;
    }

    #section-ribbon a span {
        font-size: 11px;
    }

    #carousel-primary,
    #carousel-advanced,
    #carousel-secondary,
    #carousel-swahili {
        margin-left: 0;
        padding-left:0;
    }

    #homepage-concierge-top
    .row .concierge-top-item {
        min-height: 200px;
    }

}

@media screen and (max-width:680px) {

}

@media screen and (max-width:480px) {

}

@media screen and (max-width:480px) and (orientation:landscape) {

}

@media screen and (max-width:340px) {

}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 25px;
    color:
            #fff;
    text-align: center;
    text-shadow: 0 1px 0px
    rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
    display: block;
}

.media-carousel-xs .carousel-control.left, .media-carousel-up .carousel-control.left {
    left: -9px;
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 solid
    #fff;
    border-radius: 23px 23px 23px 23px;
    height: 22px;
    width: 22px;
    top: 50%;
    margin-top: -40px;
}

.media-carousel-xs .carousel-control.right, .media-carousel-up .carousel-control.right {
    right: -30px !important;
    background: #f9f9f9 none repeat scroll 0 0;
    border: 0 solid
    #afafaf;
    border-radius: 23px 23px 23px 23px;
    height: 22px;
    width: 22px;
    top: 50%;
    margin-top: -40px;
}

.carousel-control .fa-chevron-circle-right::before {
    color: #403f3f;
}

.carousel-control .fa-chevron-circle-left::before {
    color: #403f3f;
}

#section-home-books .title-wrap h4 span {
    font-size: 20px !important;
    color: #567426;
    font-weight: 600;
    letter-spacing: 2px;
}

.line-height-2 {
    line-height: 25px;
}

.label-grayish, .badge-grayish {

    background: #6C6554;
    border-color: #6C6554;
}