 
a:active,
a:focus,
a:visited,
div:active,
div:focus,
div:visited {
    outline: 0
}

a {
    /*transition: .2s ease-in-out*/
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555;
    font-family: Rubik, sans-serif;
    font-weight: 400
}

h1 {
    font-size: 36px;
    line-height: 44px
}

h2 {
    font-size: 30px;
    line-height: 36px
}

h3 {
    font-size: 24px;
    line-height: 29px
}

h4 {
    font-size: 21px;
    line-height: 26px
}

h5 {
    font-size: 18px;
    line-height: 22px
}

h6 {
    line-height: 20px
}

h6,
p {
    font-size: 16px
}

p {
    color: #626060;
    letter-spacing: .2px;
    line-height: 26px
}

button {
    font-family: Rubik, sans-serif;
    outline: 0
}

label {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600
}

.theme-black label,
.theme-blue label,
.theme-marrs-green label,
.theme-navy-blue label,
.theme-pink label,
.theme-red label,
.theme-sky-blue label,
.theme-violet label {
    color: #555
}

label span {
    margin-left: 4px
}

.theme-black label span,
.theme-blue label span,
.theme-marrs-green label span,
.theme-navy-blue label span,
.theme-pink label span,
.theme-red label span,
.theme-sky-blue label span,
.theme-violet label span {
    color: #f36
}

label i {
    cursor: pointer;
    margin-left: 5px;
    transition: .2s ease-in-out
}

.theme-blue label:hover i {
    color: #0068e1
}

.theme-violet label:hover i {
    color: #783392
}

.theme-red label:hover i {
    color: #e30047
}

.theme-sky-blue label:hover i {
    color: #2ba1c0
}

.theme-marrs-green label:hover i {
    color: #0a6f75
}

.theme-navy-blue label:hover i {
    color: #31629f
}

.theme-pink label:hover i {
    color: #f15497
}

.theme-black label:hover i {
    color: #333645
}

.theme-black .form-control,
.theme-blue .form-control,
.theme-marrs-green .form-control,
.theme-navy-blue .form-control,
.theme-pink .form-control,
.theme-red .form-control,
.theme-sky-blue .form-control,
.theme-violet .form-control {
    border-color: #d9d9d9
}

.form-control+.input-icon {
    font-size: 21px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 33px;
    transition: .2s ease-in-out;
    width: 30px
}

.theme-black .form-control+.input-icon,
.theme-blue .form-control+.input-icon,
.theme-marrs-green .form-control+.input-icon,
.theme-navy-blue .form-control+.input-icon,
.theme-pink .form-control+.input-icon,
.theme-red .form-control+.input-icon,
.theme-sky-blue .form-control+.input-icon,
.theme-violet .form-control+.input-icon {
    color: #555
}

.form-control:focus {
    box-shadow: none
}

.theme-blue .form-control:focus {
    border-color: #0068e1
}

.theme-violet .form-control:focus {
    border-color: #783392
}

.theme-red .form-control:focus {
    border-color: #e30047
}

.theme-sky-blue .form-control:focus {
    border-color: #2ba1c0
}

.theme-marrs-green .form-control:focus {
    border-color: #0a6f75
}

.theme-navy-blue .form-control:focus {
    border-color: #31629f
}

.theme-pink .form-control:focus {
    border-color: #f15497
}

.theme-black .form-control:focus {
    border-color: #333645
}

.theme-blue .form-control:focus+.input-icon {
    color: #0068e1
}

.theme-violet .form-control:focus+.input-icon {
    color: #783392
}

.theme-red .form-control:focus+.input-icon {
    color: #e30047
}

.theme-sky-blue .form-control:focus+.input-icon {
    color: #2ba1c0
}

.theme-marrs-green .form-control:focus+.input-icon {
    color: #0a6f75
}

.theme-navy-blue .form-control:focus+.input-icon {
    color: #31629f
}

.theme-pink .form-control:focus+.input-icon {
    color: #f15497
}

.theme-black .form-control:focus+.input-icon {
    color: #333645
}

.theme-black .has-error .form-control,
.theme-black .has-error .form-control:focus,
.theme-black .has-error input,
.theme-black .has-error input:focus,
.theme-black .has-error select,
.theme-black .has-error select:focus,
.theme-black .has-error textarea,
.theme-black .has-error textarea:focus,
.theme-blue .has-error .form-control,
.theme-blue .has-error .form-control:focus,
.theme-blue .has-error input,
.theme-blue .has-error input:focus,
.theme-blue .has-error select,
.theme-blue .has-error select:focus,
.theme-blue .has-error textarea,
.theme-blue .has-error textarea:focus,
.theme-marrs-green .has-error .form-control,
.theme-marrs-green .has-error .form-control:focus,
.theme-marrs-green .has-error input,
.theme-marrs-green .has-error input:focus,
.theme-marrs-green .has-error select,
.theme-marrs-green .has-error select:focus,
.theme-marrs-green .has-error textarea,
.theme-marrs-green .has-error textarea:focus,
.theme-navy-blue .has-error .form-control,
.theme-navy-blue .has-error .form-control:focus,
.theme-navy-blue .has-error input,
.theme-navy-blue .has-error input:focus,
.theme-navy-blue .has-error select,
.theme-navy-blue .has-error select:focus,
.theme-navy-blue .has-error textarea,
.theme-navy-blue .has-error textarea:focus,
.theme-pink .has-error .form-control,
.theme-pink .has-error .form-control:focus,
.theme-pink .has-error input,
.theme-pink .has-error input:focus,
.theme-pink .has-error select,
.theme-pink .has-error select:focus,
.theme-pink .has-error textarea,
.theme-pink .has-error textarea:focus,
.theme-red .has-error .form-control,
.theme-red .has-error .form-control:focus,
.theme-red .has-error input,
.theme-red .has-error input:focus,
.theme-red .has-error select,
.theme-red .has-error select:focus,
.theme-red .has-error textarea,
.theme-red .has-error textarea:focus,
.theme-sky-blue .has-error .form-control,
.theme-sky-blue .has-error .form-control:focus,
.theme-sky-blue .has-error input,
.theme-sky-blue .has-error input:focus,
.theme-sky-blue .has-error select,
.theme-sky-blue .has-error select:focus,
.theme-sky-blue .has-error textarea,
.theme-sky-blue .has-error textarea:focus,
.theme-violet .has-error .form-control,
.theme-violet .has-error .form-control:focus,
.theme-violet .has-error input,
.theme-violet .has-error input:focus,
.theme-violet .has-error select,
.theme-violet .has-error select:focus,
.theme-violet .has-error textarea,
.theme-violet .has-error textarea:focus {
    border-color: #f36
}

.theme-black .has-error .form-control+.input-icon,
.theme-blue .has-error .form-control+.input-icon,
.theme-marrs-green .has-error .form-control+.input-icon,
.theme-navy-blue .has-error .form-control+.input-icon,
.theme-pink .has-error .form-control+.input-icon,
.theme-red .has-error .form-control+.input-icon,
.theme-sky-blue .has-error .form-control+.input-icon,
.theme-violet .has-error .form-control+.input-icon {
    color: #f36
}

.has-error .help-block {
    margin-bottom: 0
}

.theme-black .has-error .help-block,
.theme-blue .has-error .help-block,
.theme-marrs-green .has-error .help-block,
.theme-navy-blue .has-error .help-block,
.theme-pink .has-error .help-block,
.theme-red .has-error .help-block,
.theme-sky-blue .has-error .help-block,
.theme-violet .has-error .help-block {
    color: #f36
}

.help-block {
    font-size: 15px;
    margin-bottom: 5px
}

input:not([type=checkbox]):not([type=select-multiple]) {
    font-size: 16px;
    height: 44px !important
}

input,
select,
textarea {
    border-radius: 3px !important;
    box-shadow: none !important
}

.theme-black input,
.theme-black select,
.theme-black textarea,
.theme-blue input,
.theme-blue select,
.theme-blue textarea,
.theme-marrs-green input,
.theme-marrs-green select,
.theme-marrs-green textarea,
.theme-navy-blue input,
.theme-navy-blue select,
.theme-navy-blue textarea,
.theme-pink input,
.theme-pink select,
.theme-pink textarea,
.theme-red input,
.theme-red select,
.theme-red textarea,
.theme-sky-blue input,
.theme-sky-blue select,
.theme-sky-blue textarea,
.theme-violet input,
.theme-violet select,
.theme-violet textarea {
    border: 1px solid #d9d9d9
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.theme-blue input:focus,
.theme-blue select:focus,
.theme-blue textarea:focus {
    border-color: #0068e1
}

.theme-violet input:focus,
.theme-violet select:focus,
.theme-violet textarea:focus {
    border-color: #783392
}

.theme-red input:focus,
.theme-red select:focus,
.theme-red textarea:focus {
    border-color: #e30047
}

.theme-sky-blue input:focus,
.theme-sky-blue select:focus,
.theme-sky-blue textarea:focus {
    border-color: #2ba1c0
}

.theme-marrs-green input:focus,
.theme-marrs-green select:focus,
.theme-marrs-green textarea:focus {
    border-color: #0a6f75
}

.theme-navy-blue input:focus,
.theme-navy-blue select:focus,
.theme-navy-blue textarea:focus {
    border-color: #31629f
}

.theme-pink input:focus,
.theme-pink select:focus,
.theme-pink textarea:focus {
    border-color: #f15497
}

.theme-black input:focus,
.theme-black select:focus,
.theme-black textarea:focus {
    border-color: #333645
}

.theme-pink .form-control:focus,
.theme-pink input:focus,
.theme-pink select:focus,
.theme-pink textarea:focus,
.theme-red .form-control:focus,
.theme-red input:focus,
.theme-red select:focus,
.theme-red textarea:focus {
    border-color: #9a9a9a
}

textarea {
    border-radius: 3px;
    font-size: 16px;
    padding: 6px 12px;
    resize: vertical;
    transition: border .15s ease-in-out;
    vertical-align: bottom;
    width: 100%
}

select {
    background: #fff;
    padding-right: 26px;
    text-align: left !important
}

.alert {
    border: none;
    border-radius: 3px;
    padding: 12px 15px
}

.alert .close {
    color: #626060;
    font-weight: 400;
    opacity: .5;
    outline: 0;
    position: relative;
    right: 0;
    text-shadow: none;
    top: 4px;
    transition: .2s ease-in-out
}

.alert .close:hover {
    opacity: .9
}

.alert .alert-icon {
    border-radius: 50%;
    display: table;
    float: left;
    height: 30px;
    text-align: center;
    width: 30px
}

.alert .alert-icon>i {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle
}

.alert .alert-text {
    color: #626060;
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    margin: 5px 20px 0 45px
}

.alert-success {
    background: #deedee;
    border-left: 3px solid #37bc9b
}

.alert-success .alert-icon {
    background: #c5e6e2
}

.alert-success .alert-icon>i {
    color: #37bc9b
}

.alert-danger {
    background: #f2e8ee;
    border-left: 3px solid #f36
}

.alert-danger .alert-icon {
    background: #f4ced5
}

.alert-danger .alert-icon>i {
    color: #f36
}

.custom-select-black,
.custom-select-white {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../images/arrow-white.png) no-repeat right 8px center;
    background-size: 12px
}

.custom-select-black {
    background: transparent url(../images/arrow-black.png) no-repeat right 8px center
}

::-webkit-input-placeholder {
    font-size: 15px !important
}

:-moz-placeholder,
::-moz-placeholder {
    font-size: 15px !important
}

textarea::-webkit-input-placeholder {
    color: #999 !important
}

textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #999 !important
}

textarea:-ms-input-placeholder {
    color: #999 !important
}

.theme-black .checkbox label,
.theme-blue .checkbox label,
.theme-marrs-green .checkbox label,
.theme-navy-blue .checkbox label,
.theme-pink .checkbox label,
.theme-red .checkbox label,
.theme-sky-blue .checkbox label,
.theme-violet .checkbox label {
    color: #626060
}

.checkbox input[type=checkbox] {
    left: -9999px;
    opacity: 0;
    position: absolute
}

.checkbox input[type=checkbox].checked+label,
.checkbox input[type=checkbox]:not(.checked)+label {
    cursor: pointer;
    display: inline-block;
    padding-left: 28px;
    position: relative;
    text-align: left
}

.checkbox input[type=checkbox].checked+label:before,
.checkbox input[type=checkbox]:not(.checked)+label:before {
    border-radius: 3px;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 2px;
    transition: .2s ease-in-out;
    width: 17px
}

.theme-black .checkbox input[type=checkbox].checked+label:before,
.theme-black .checkbox input[type=checkbox]:not(.checked)+label:before,
.theme-blue .checkbox input[type=checkbox].checked+label:before,
.theme-blue .checkbox input[type=checkbox]:not(.checked)+label:before,
.theme-marrs-green .checkbox input[type=checkbox].checked+label:before,
.theme-marrs-green .checkbox input[type=checkbox]:not(.checked)+label:before,
.theme-navy-blue .checkbox input[type=checkbox].checked+label:before,
.theme-navy-blue .checkbox input[type=checkbox]:not(.checked)+label:before,
.theme-pink .checkbox input[type=checkbox].checked+label:before,
.theme-pink .checkbox input[type=checkbox]:not(.checked)+label:before,
.theme-red .checkbox input[type=checkbox].checked+label:before,
.theme-red .checkbox input[type=checkbox]:not(.checked)+label:before,
.theme-sky-blue .checkbox input[type=checkbox].checked+label:before,
.theme-sky-blue .checkbox input[type=checkbox]:not(.checked)+label:before,
.theme-violet .checkbox input[type=checkbox].checked+label:before,
.theme-violet .checkbox input[type=checkbox]:not(.checked)+label:before {
    background: #e9e9e9
}

.checkbox input[type=checkbox].checked+label:after,
.checkbox input[type=checkbox]:not(.checked)+label:after {
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: .2s ease-in-out
}

.theme-blue .checkbox input[type=checkbox].checked+label:after,
.theme-blue .checkbox input[type=checkbox]:not(.checked)+label:after {
    -webkit-text-stroke: 1px #0068e1
}

.theme-violet .checkbox input[type=checkbox].checked+label:after,
.theme-violet .checkbox input[type=checkbox]:not(.checked)+label:after {
    -webkit-text-stroke: 1px #783392
}

.theme-red .checkbox input[type=checkbox].checked+label:after,
.theme-red .checkbox input[type=checkbox]:not(.checked)+label:after {
    -webkit-text-stroke: 1px #e30047
}

.theme-sky-blue .checkbox input[type=checkbox].checked+label:after,
.theme-sky-blue .checkbox input[type=checkbox]:not(.checked)+label:after {
    -webkit-text-stroke: 1px #2ba1c0
}

.theme-marrs-green .checkbox input[type=checkbox].checked+label:after,
.theme-marrs-green .checkbox input[type=checkbox]:not(.checked)+label:after {
    -webkit-text-stroke: 1px #0a6f75
}

.theme-navy-blue .checkbox input[type=checkbox].checked+label:after,
.theme-navy-blue .checkbox input[type=checkbox]:not(.checked)+label:after {
    -webkit-text-stroke: 1px #31629f
}

.theme-pink .checkbox input[type=checkbox].checked+label:after,
.theme-pink .checkbox input[type=checkbox]:not(.checked)+label:after {
    -webkit-text-stroke: 1px #f15497
}

.theme-black .checkbox input[type=checkbox].checked+label:after,
.theme-black .checkbox input[type=checkbox]:not(.checked)+label:after {
    -webkit-text-stroke: 1px #333645
}

.theme-blue .checkbox input[type=checkbox].checked+label:before {
    background: #0068e1
}

.theme-violet .checkbox input[type=checkbox].checked+label:before {
    background: #783392
}

.theme-red .checkbox input[type=checkbox].checked+label:before {
    background: #e30047
}

.theme-sky-blue .checkbox input[type=checkbox].checked+label:before {
    background: #2ba1c0
}

.theme-marrs-green .checkbox input[type=checkbox].checked+label:before {
    background: #0a6f75
}

.theme-navy-blue .checkbox input[type=checkbox].checked+label:before {
    background: #31629f
}

.theme-pink .checkbox input[type=checkbox].checked+label:before {
    background: #f15497
}

.theme-black .checkbox input[type=checkbox].checked+label:before {
    background: #333645
}

.checkbox input[type=checkbox]:not(.checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.checkbox input[type=checkbox].checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.theme-blue .checkbox input[type=checkbox].checked+label:after {
    -webkit-text-stroke: 1px #0068e1
}

.theme-violet .checkbox input[type=checkbox].checked+label:after {
    -webkit-text-stroke: 1px #783392
}

.theme-red .checkbox input[type=checkbox].checked+label:after {
    -webkit-text-stroke: 1px #e30047
}

.theme-sky-blue .checkbox input[type=checkbox].checked+label:after {
    -webkit-text-stroke: 1px #2ba1c0
}

.theme-marrs-green .checkbox input[type=checkbox].checked+label:after {
    -webkit-text-stroke: 1px #0a6f75
}

.theme-navy-blue .checkbox input[type=checkbox].checked+label:after {
    -webkit-text-stroke: 1px #31629f
}

.theme-pink .checkbox input[type=checkbox].checked+label:after {
    -webkit-text-stroke: 1px #f15497
}

.theme-black .checkbox input[type=checkbox].checked+label:after {
    -webkit-text-stroke: 1px #333645
}

.radio {
    overflow: hidden;
    text-align: left
}

.radio input:not([type=checkbox]):not([type=select-multiple]) {
    height: auto !important
}

.theme-black .radio label,
.theme-blue .radio label,
.theme-marrs-green .radio label,
.theme-navy-blue .radio label,
.theme-pink .radio label,
.theme-red .radio label,
.theme-sky-blue .radio label,
.theme-violet .radio label {
    color: #626060
}

.radio input[type=radio]:checked,
.radio input[type=radio]:not(:checked) {
    left: -9999px;
    position: absolute
}

.radio input[type=radio]:checked+label,
.radio input[type=radio]:not(:checked)+label {
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
    padding-left: 28px;
    position: relative
}

.radio input[type=radio]:checked+label:before,
.radio input[type=radio]:not(:checked)+label:before {
    background: #fff;
    border-radius: 100%;
    content: "";
    height: 19px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 19px
}

.theme-black .radio input[type=radio]:checked+label:before,
.theme-black .radio input[type=radio]:not(:checked)+label:before,
.theme-blue .radio input[type=radio]:checked+label:before,
.theme-blue .radio input[type=radio]:not(:checked)+label:before,
.theme-marrs-green .radio input[type=radio]:checked+label:before,
.theme-marrs-green .radio input[type=radio]:not(:checked)+label:before,
.theme-navy-blue .radio input[type=radio]:checked+label:before,
.theme-navy-blue .radio input[type=radio]:not(:checked)+label:before,
.theme-pink .radio input[type=radio]:checked+label:before,
.theme-pink .radio input[type=radio]:not(:checked)+label:before,
.theme-red .radio input[type=radio]:checked+label:before,
.theme-red .radio input[type=radio]:not(:checked)+label:before,
.theme-sky-blue .radio input[type=radio]:checked+label:before,
.theme-sky-blue .radio input[type=radio]:not(:checked)+label:before,
.theme-violet .radio input[type=radio]:checked+label:before,
.theme-violet .radio input[type=radio]:not(:checked)+label:before {
    border: 1px solid #d9d9d9
}

.radio input[type=radio]:checked+label:after {
    border-radius: 100%;
    content: "";
    height: 13px;
    left: 3px;
    position: absolute;
    top: 5px;
    transition: .2s ease-in-out;
    width: 13px
}

.theme-blue .radio input[type=radio]:checked+label:after {
    background: #0068e1
}

.theme-violet .radio input[type=radio]:checked+label:after {
    background: #783392
}

.theme-red .radio input[type=radio]:checked+label:after {
    background: #e30047
}

.theme-sky-blue .radio input[type=radio]:checked+label:after {
    background: #2ba1c0
}

.theme-marrs-green .radio input[type=radio]:checked+label:after {
    background: #0a6f75
}

.theme-navy-blue .radio input[type=radio]:checked+label:after {
    background: #31629f
}

.theme-pink .radio input[type=radio]:checked+label:after {
    background: #f15497
}

.theme-black .radio input[type=radio]:checked+label:after {
    background: #333645
}

.radio input[type=radio]:not(:checked)+label:after {
    border-radius: 100%;
    content: "";
    height: 14px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: scale(0);
    transition: .2s ease-in-out;
    width: 14px
}

.theme-blue .radio input[type=radio]:not(:checked)+label:after {
    background: #0068e1
}

.theme-violet .radio input[type=radio]:not(:checked)+label:after {
    background: #783392
}

.theme-red .radio input[type=radio]:not(:checked)+label:after {
    background: #e30047
}

.theme-sky-blue .radio input[type=radio]:not(:checked)+label:after {
    background: #2ba1c0
}

.theme-marrs-green .radio input[type=radio]:not(:checked)+label:after {
    background: #0a6f75
}

.theme-navy-blue .radio input[type=radio]:not(:checked)+label:after {
    background: #31629f
}

.theme-pink .radio input[type=radio]:not(:checked)+label:after {
    background: #f15497
}

.theme-black .radio input[type=radio]:not(:checked)+label:after {
    background: #333645
}

.radio input[type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.switch {
    display: inline-block;
    height: 23px;
    margin: 0;
    position: relative;
    width: 50px
}

.switch input[type=checkbox] {
    height: 0;
    opacity: 0;
    width: 0
}

.theme-blue .switch input[type=checkbox].checked+.switch-slider {
    background: #0068e1
}

.theme-violet .switch input[type=checkbox].checked+.switch-slider {
    background: #783392
}

.theme-red .switch input[type=checkbox].checked+.switch-slider {
    background: #e30047
}

.theme-sky-blue .switch input[type=checkbox].checked+.switch-slider {
    background: #2ba1c0
}

.theme-marrs-green .switch input[type=checkbox].checked+.switch-slider {
    background: #0a6f75
}

.theme-navy-blue .switch input[type=checkbox].checked+.switch-slider {
    background: #31629f
}

.theme-pink .switch input[type=checkbox].checked+.switch-slider {
    background: #f15497
}

.theme-black .switch input[type=checkbox].checked+.switch-slider {
    background: #333645
}

.switch input[type=checkbox].checked+.switch-slider:before {
    transform: translateX(25px)
}

.switch .switch-slider {
    background: #c2c2c2;
    border-radius: 34px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease-in-out
}

.switch .switch-slider:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 17px;
    left: 4px;
    position: absolute;
    top: 3px;
    transition: .3s ease-in-out;
    width: 17px
}

.theme-black .nav-tabs,
.theme-blue .nav-tabs,
.theme-marrs-green .nav-tabs,
.theme-navy-blue .nav-tabs,
.theme-pink .nav-tabs,
.theme-red .nav-tabs,
.theme-sky-blue .nav-tabs,
.theme-violet .nav-tabs {
    border-bottom-color: #d9d9d9
}

.nav-tabs>li>a {
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    margin: 0;
    padding: 14px 20px;
    position: relative;
    transition: .2s ease-in-out
}

.theme-black .nav-tabs>li>a,
.theme-blue .nav-tabs>li>a,
.theme-marrs-green .nav-tabs>li>a,
.theme-navy-blue .nav-tabs>li>a,
.theme-pink .nav-tabs>li>a,
.theme-red .nav-tabs>li>a,
.theme-sky-blue .nav-tabs>li>a,
.theme-violet .nav-tabs>li>a {
    color: #626060
}

.nav-tabs>li>a:hover {
    background: transparent
}

.theme-black .nav-tabs>li>a:hover,
.theme-blue .nav-tabs>li>a:hover,
.theme-marrs-green .nav-tabs>li>a:hover,
.theme-navy-blue .nav-tabs>li>a:hover,
.theme-pink .nav-tabs>li>a:hover,
.theme-red .nav-tabs>li>a:hover,
.theme-sky-blue .nav-tabs>li>a:hover,
.theme-violet .nav-tabs>li>a:hover {
    color: #292929
}

.nav-tabs>li>a:hover:after {
    width: 60%
}

.nav-tabs>li>a:focus {
    background: transparent
}

.nav-tabs>li>a:after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: .2s ease-in-out;
    width: 0
}

.theme-blue .nav-tabs>li>a:after {
    background: #0068e1
}

.theme-violet .nav-tabs>li>a:after {
    background: #783392
}

.theme-red .nav-tabs>li>a:after {
    background: #e30047
}

.theme-sky-blue .nav-tabs>li>a:after {
    background: #2ba1c0
}

.theme-marrs-green .nav-tabs>li>a:after {
    background: #0a6f75
}

.theme-navy-blue .nav-tabs>li>a:after {
    background: #31629f
}

.theme-pink .nav-tabs>li>a:after {
    background: #f15497
}

.theme-black .nav-tabs>li>a:after {
    background: #333645
}

.nav-tabs>li.active>a {
    border: none !important
}

.theme-black .nav-tabs>li.active>a,
.theme-blue .nav-tabs>li.active>a,
.theme-marrs-green .nav-tabs>li.active>a,
.theme-navy-blue .nav-tabs>li.active>a,
.theme-pink .nav-tabs>li.active>a,
.theme-red .nav-tabs>li.active>a,
.theme-sky-blue .nav-tabs>li.active>a,
.theme-violet .nav-tabs>li.active>a {
    color: #292929
}

.nav-tabs>li.active>a:after {
    width: 100%
}

.theme-black .nav-tabs>li.active.error>a,
.theme-blue .nav-tabs>li.active.error>a,
.theme-marrs-green .nav-tabs>li.active.error>a,
.theme-navy-blue .nav-tabs>li.active.error>a,
.theme-pink .nav-tabs>li.active.error>a,
.theme-red .nav-tabs>li.active.error>a,
.theme-sky-blue .nav-tabs>li.active.error>a,
.theme-violet .nav-tabs>li.active.error>a {
    color: #f36
}

.theme-black .nav-tabs>li.active.error>a:after,
.theme-blue .nav-tabs>li.active.error>a:after,
.theme-marrs-green .nav-tabs>li.active.error>a:after,
.theme-navy-blue .nav-tabs>li.active.error>a:after,
.theme-pink .nav-tabs>li.active.error>a:after,
.theme-red .nav-tabs>li.active.error>a:after,
.theme-sky-blue .nav-tabs>li.active.error>a:after,
.theme-violet .nav-tabs>li.active.error>a:after {
    background: #f36
}

.btn-close {
    background: transparent;
    border: none;
    color: #626060;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 15px;
    opacity: .4;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    text-shadow: none;
    top: 10px;
    transition: .2s ease-in-out;
    z-index: 999
}

.btn-close:hover {
    color: #f36;
    opacity: .9
}

.btn-close:focus {
    outline: 0
}

.btn-edit {
    color: #626060;
    display: inline-block;
    height: 18px;
    transition: .2s ease-in-out;
    width: 18px
}

.theme-blue .btn-edit:hover {
    color: #0068e1
}

.theme-violet .btn-edit:hover {
    color: #783392
}

.theme-red .btn-edit:hover {
    color: #e30047
}

.theme-sky-blue .btn-edit:hover {
    color: #2ba1c0
}

.theme-marrs-green .btn-edit:hover {
    color: #0a6f75
}

.theme-navy-blue .btn-edit:hover {
    color: #31629f
}

.theme-pink .btn-edit:hover {
    color: #f15497
}

.theme-black .btn-edit:hover {
    color: #333645
}

.table {
    margin-bottom: 0
}

.table>thead>tr>th {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600
}

.theme-black .table>thead>tr>th,
.theme-blue .table>thead>tr>th,
.theme-marrs-green .table>thead>tr>th,
.theme-navy-blue .table>thead>tr>th,
.theme-pink .table>thead>tr>th,
.theme-red .table>thead>tr>th,
.theme-sky-blue .table>thead>tr>th,
.theme-violet .table>thead>tr>th {
    border-bottom: 1px solid #e9e9e9;
    color: #626060
}

.table-responsive {
    margin-bottom: 0;
    overflow: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        border: none !important
    }
}

.dropdown-backdrop {
    display: none
}

.slick-track {
    float: left/*!rtl:right*/
}

.slick-dotted.slick-slider {
    margin: 0
}

.slick-next,
.slick-prev {
    height: auto;
    z-index: 3
}

.slick-next:before,
.slick-prev:before {
    color: #626060;
    font-family: FontAwesome;
    font-size: 40px;
    line-height: normal;
    transition: .2s ease-in-out
}

.rtl .slick-next,
.rtl .slick-prev {
    transform: translateY(-50%) rotateY(180deg)
}

.slick-prev:before {
    content: "\f104"
}

.slick-next:before {
    content: "\f105"
}

.slick-dots {
    bottom: 0
}

.slick-dots li {
    margin: 0 5px;
    padding: 10px 0;
    width: auto
}

.slick-dots li button {
    height: 2px;
    padding: 0;
    position: relative;
    width: 25px
}

.slick-dots li button:before {
    content: "";
    height: 2px;
    opacity: 1;
    width: 25px
}

.theme-black .slick-dots li button:before,
.theme-blue .slick-dots li button:before,
.theme-marrs-green .slick-dots li button:before,
.theme-navy-blue .slick-dots li button:before,
.theme-pink .slick-dots li button:before,
.theme-red .slick-dots li button:before,
.theme-sky-blue .slick-dots li button:before,
.theme-violet .slick-dots li button:before {
    background: #c2c2c2
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    transform: scale(1.1)
}

.theme-blue .slick-dots li.slick-active button:before {
    background: #0068e1
}

.theme-violet .slick-dots li.slick-active button:before {
    background: #783392
}

.theme-red .slick-dots li.slick-active button:before {
    background: #e30047
}

.theme-sky-blue .slick-dots li.slick-active button:before {
    background: #2ba1c0
}

.theme-marrs-green .slick-dots li.slick-active button:before {
    background: #0a6f75
}

.theme-navy-blue .slick-dots li.slick-active button:before {
    background: #31629f
}

.theme-pink .slick-dots li.slick-active button:before {
    background: #f15497
}

.theme-black .slick-dots li.slick-active button:before {
    background: #333645
}

.slick-arrow .slick-next,
.slick-arrow .slick-prev {
    left: auto;
    top: -42px
}

.slick-arrow .slick-next:before,
.slick-arrow .slick-prev:before {
    font-size: 30px
}

.slick-arrow .slick-prev {
    right: 40px
}

.slick-arrow .slick-next {
    right: 15px
}

.slick-lightbox {
    background: #fff !important
}

.slick-lightbox .slick-lightbox-close {
    height: 34px;
    width: 30px
}

.slick-lightbox .slick-lightbox-close:before {
    -webkit-text-stroke: 4px #fff;
    color: #626060;
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 34px;
    font-weight: 400;
    opacity: .75;
    transition: .2s ease-in-out
}

.slick-lightbox .slick-lightbox-close:focus:before,
.slick-lightbox .slick-lightbox-close:hover:before {
    opacity: 1
}

.top-nav {
    padding: 5px 0 6px
}

.theme-blue .top-nav {
    background: #0051ca
}

.theme-violet .top-nav {
    background: #641f7e
}

.theme-red .top-nav {
    background: #d10035
}

.theme-sky-blue .top-nav {
    background: #178dac
}

.theme-marrs-green .top-nav {
    background: #006066
}

.theme-navy-blue .top-nav {
    background: #1f508d
}

.theme-pink .top-nav {
    background: #df4285
}

.theme-black .top-nav {
    background: #262938
}

.top-nav ul li {
    padding: 0
}

.top-nav ul li a {
    font-size: 15px;
    transition: .2s ease-in-out
}

.theme-black .top-nav ul li a,
.theme-blue .top-nav ul li a,
.theme-marrs-green .top-nav ul li a,
.theme-navy-blue .top-nav ul li a,
.theme-pink .top-nav ul li a,
.theme-red .top-nav ul li a,
.theme-sky-blue .top-nav ul li a,
.theme-violet .top-nav ul li a {
    color: #f1f1f1
}

.top-nav ul li a:hover {
    color: #fff
}

.top-nav .supported_locales.dropdown a.dropdown-toggle {
    border: none;
    color: #fafafa;
    font-size: 14px
}

.top-nav .supported_locales.dropdown a.dropdown-toggle:focus,
.top-nav .supported_locales.dropdown a.dropdown-toggle:hover {
    background-color: inherit
}

.top-nav .supported_locales.dropdown ul li>a {
    color: #333
}

.top-nav .supported_locales.dropdown ul li.active>a {
    color: #fff
}

.top-nav .supported_locales.dropdown li.dropdown.open a.dropdown-toggle {
    background-color: inherit
}

.rtl .top-nav ul li a>span {
    float: right;
    margin-left: 3px
}

.top-nav-right ul li {
    margin-right: 15px
}

.top-nav-right ul li:last-child {
    margin-right: 0
}

@media screen and (max-width:700px) {
    .top-nav-left,
    .top-nav-right {
        float: none !important;
        text-align: center
    }
    .top-nav-right {
        margin-top: 5px
    }
}

.header-wrapper {
    height: 92px
}

.theme-blue .header-wrapper {
    background: #0068e1
}

.theme-violet .header-wrapper {
    background: #783392
}

.theme-red .header-wrapper {
    background: #e30047
}

.theme-sky-blue .header-wrapper {
    background: #2ba1c0
}

.theme-marrs-green .header-wrapper {
    background: #0a6f75
}

.theme-navy-blue .header-wrapper {
    background: #31629f
}

.theme-pink .header-wrapper {
    background: #f15497
}

.theme-black .header-wrapper {
    background: #333645
}

.header-inner {
    padding: 20px 0;
    position: relative;
    transition: .2s ease-in-out
}

.theme-blue .header-inner {
    background: #0068e1
}

.theme-violet .header-inner {
    background: #783392
}

.theme-red .header-inner {
    background: #e30047
}

.theme-sky-blue .header-inner {
    background: #2ba1c0
}

.theme-marrs-green .header-inner {
    background: #0a6f75
}

.theme-navy-blue .header-inner {
    background: #31629f
}

.theme-pink .header-inner {
    background: #f15497
}

.theme-black .header-inner {
    background: #333645
}

.header-inner.sticky {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    left: 0;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1091
}

.header-inner .website-logo {
    align-items: center;
    display: flex;
    height: 52px;
    overflow: hidden;
    text-decoration: none;
    width: 162px
}

.header-inner .website-logo h2 {
    color: #fafafa
}

.header-inner .website-logo img {
    max-height: 100%;
    max-width: 100%
}

.header-inner .navbar-toggle {
    margin: 13px 0 0
}

.header-inner .navbar-toggle .icon-bar {
    height: 3px;
    transition: .4s ease-in-out;
    width: 22px
}

.theme-black .header-inner .navbar-toggle .icon-bar,
.theme-blue .header-inner .navbar-toggle .icon-bar,
.theme-marrs-green .header-inner .navbar-toggle .icon-bar,
.theme-navy-blue .header-inner .navbar-toggle .icon-bar,
.theme-pink .header-inner .navbar-toggle .icon-bar,
.theme-red .header-inner .navbar-toggle .icon-bar,
.theme-sky-blue .header-inner .navbar-toggle .icon-bar,
.theme-violet .header-inner .navbar-toggle .icon-bar {
    background: #fafafa
}

.header-inner .navbar-toggle .navbar-toggle .top-bar {
    transform: rotate(0)
}

.header-inner .navbar-toggle .navbar-toggle .middle-bar {
    opacity: 1;
    transform: translateX(0)
}

.header-inner .navbar-toggle .navbar-toggle .bottom-bar {
    transform: rotate(0)
}

.header-inner .mobile-search>.dropdown>.dropdown-menu {
    border: none;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    display: initial;
    opacity: 0;
    transform: scale(1.02);
    transition: .2s ease-in-out;
    visibility: hidden
}

.header-inner .mobile-search>.dropdown>.dropdown-menu:after {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: "";
    position: absolute;
    right: 40px;
    top: -9px
}

.header-inner .mobile-search>.dropdown.open>.dropdown-menu {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.header-inner .mobile-search>.dropdown>.dropdown-menu {
    right: -50px
}

.header-inner .mobile-search>.dropdown>.dropdown-menu:after {
    right: 53px
}

.header-inner .profile-icon a.dropdown-toggle {
    border: none;
    color: #fafafa;
    font-size: 30px;
    margin-left: 10px;
    padding: 5px 0
}

.header-inner .profile-icon a.dropdown-toggle img {
    border: 2px solid;
    border-radius: 50%;
    width: 35px
}

.header-inner .profile-icon a.dropdown-toggle:focus,
.header-inner .profile-icon a.dropdown-toggle:hover {
    background-color: inherit
}

.header-inner .profile-icon ul li>a {
    color: #333
}

.header-inner .profile-icon li.dropdown.open a.dropdown-toggle {
    background-color: inherit
}

.offcanvas .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

.offcanvas .middle-bar {
    opacity: 0;
    transform: translateX(-80px)
}

.offcanvas .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: left center
}

.search-area {
    float: left;
    margin-left: 56px;
    margin-top: 2px;
    width: 50%
}

.search-area .mobile-search {
    cursor: pointer
}

.search-area .mobile-search .dropdown .dropdown-toggle>i {
    font-size: 28px
}

.theme-black .search-area .mobile-search .dropdown .dropdown-toggle>i,
.theme-blue .search-area .mobile-search .dropdown .dropdown-toggle>i,
.theme-marrs-green .search-area .mobile-search .dropdown .dropdown-toggle>i,
.theme-navy-blue .search-area .mobile-search .dropdown .dropdown-toggle>i,
.theme-pink .search-area .mobile-search .dropdown .dropdown-toggle>i,
.theme-red .search-area .mobile-search .dropdown .dropdown-toggle>i,
.theme-sky-blue .search-area .mobile-search .dropdown .dropdown-toggle>i,
.theme-violet .search-area .mobile-search .dropdown .dropdown-toggle>i {
    color: #fafafa
}

.search-area .mobile-search .dropdown-menu {
    left: auto;
    margin-top: 13px;
    min-width: 310px;
    padding: 5px;
    right: -24px
}

.search-area .mobile-search .search-box {
    height: 45px
}

.search-area .mobile-search .search-box-input {
    height: 40px !important
}

.search-area .mobile-search .search-box-button .search-box-btn {
    height: 45px
}

.search-area .mobile-search .search-box-button .search-box-btn i {
    font-size: 20px;
    margin-top: 0
}

.search-box {
    background: #eff1f3;
    border: 2px solid #dce0e8;
    border-left: none;
    border-radius: 3px;
    display: flex;
    height: 48px;
    position: relative;
    width: 100%
}

.search-box input.search-box-input {
    background: #eff1f3;
    border-left: 2px solid #dce0e8;
    flex-grow: 1;
    font-size: 16px;
    padding-left: 10px
}

.search-box .search-box-button {
    flex-grow: 0
}

.search-box .search-box-button .search-box-btn {
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: block;
    float: right;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    height: 48px;
    margin: -2px -3px -2px 0;
    padding: 0 25px
}

.theme-blue .search-box .search-box-button .search-box-btn {
    background: #0051ca;
    color: #fafafa
}

.theme-violet .search-box .search-box-button .search-box-btn {
    background: #641f7e;
    color: #fafafa
}

.theme-red .search-box .search-box-button .search-box-btn {
    background: #d10035;
    color: #fafafa
}

.theme-sky-blue .search-box .search-box-button .search-box-btn {
    background: #178dac;
    color: #fafafa
}

.theme-marrs-green .search-box .search-box-button .search-box-btn {
    background: #006066;
    color: #fafafa
}

.theme-navy-blue .search-box .search-box-button .search-box-btn {
    background: #1f508d;
    color: #fafafa
}

.theme-pink .search-box .search-box-button .search-box-btn {
    background: #df4285;
    color: #fafafa
}

.theme-black .search-box .search-box-button .search-box-btn {
    background: #262938;
    color: #fafafa
}

.theme-blue .search-box .search-box-button .search-box-btn:hover {
    background: #1a86ff
}

.theme-violet .search-box .search-box-button .search-box-btn:hover {
    background: #9d44be
}

.theme-red .search-box .search-box-button .search-box-btn:hover {
    background: #ff2167
}

.theme-sky-blue .search-box .search-box-button .search-box-btn:hover {
    background: #3bb4d3
}

.theme-marrs-green .search-box .search-box-button .search-box-btn:hover {
    background: #0c858c
}

.theme-navy-blue .search-box .search-box-button .search-box-btn:hover {
    background: #3b75be
}

.theme-pink .search-box .search-box-button .search-box-btn:hover {
    background: #f36ca5
}

.theme-black .search-box .search-box-button .search-box-btn:hover {
    background: #494d62
}

.search-box .search-box-button .search-box-btn>i {
    font-size: 14px;
    margin-right: 2px;
    margin-top: 3px;
    padding: 0;
    vertical-align: top
}

.search-box .search-box-btn,
.search-box .search-box-input,
.search-box .search-box-select {
    border: none;
    outline: 0
}

.search-box .search-box-btn,
.search-box .search-box-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.search-box .search-box-select {
    -webkit-margin-before: 11px;
    border-radius: 0 !important;
    font-size: 15px;
    letter-spacing: .25px;
    margin-top: 9px;
    padding-left: 10px
}

.theme-black .search-box .search-box-select,
.theme-blue .search-box .search-box-select,
.theme-marrs-green .search-box .search-box-select,
.theme-navy-blue .search-box .search-box-select,
.theme-pink .search-box .search-box-select,
.theme-red .search-box .search-box-select,
.theme-sky-blue .search-box .search-box-select,
.theme-violet .search-box .search-box-select {
    border-left: 1px solid #e9e9e9;
    color: #626060
}

@media screen and (max-width:991px) {
    .header-wrapper {
        height: 73px;
        margin-bottom: 20px
    }
    .header-inner {
        padding: 5px 0
    }
    .header-inner.sticky {
        padding: 0
    }
    .header-inner .website-logo {
        margin: 5px 0
    }
    .search-area {
        float: right !important;
        margin: 11px 10px 0 0;
        width: auto
    }
}

@media screen and (max-width:767px) {
    .header-wrapper {
        margin-bottom: 20px
    }
    .profile-icon a.dropdown-toggle img {
        width: 30px !important
    }
    .profile-icon a.dropdown-toggle i {
        display: inline-block;
        padding-top: 10px
    }
    .search-area {
        margin-top: 16px
    }
    .search-area .mobile-search .dropdown .dropdown-toggle>i {
        font-size: 25px
    }
}

@media screen and (max-width:350px) {
    .header-inner .website-logo {
        width: 140px
    }
}

.megamenu-wrapper {
    margin-bottom: 20px;
    position: relative;
    z-index: 100
}

.theme-blue .megamenu-wrapper {
    background: #0068e1
}

.theme-violet .megamenu-wrapper {
    background: #783392
}

.theme-red .megamenu-wrapper {
    background: #e30047
}

.theme-sky-blue .megamenu-wrapper {
    background: #2ba1c0
}

.theme-marrs-green .megamenu-wrapper {
    background: #0a6f75
}

.theme-navy-blue .megamenu-wrapper {
    background: #31629f
}

.theme-pink .megamenu-wrapper {
    background: #f15497
}

.theme-black .megamenu-wrapper {
    background: #333645
}

.navbar-default {
    border: none;
    border-radius: 0;
    margin: 0
}

.theme-blue .navbar-default {
    background: #0068e1
}

.theme-violet .navbar-default {
    background: #783392
}

.theme-red .navbar-default {
    background: #e30047
}

.theme-sky-blue .navbar-default {
    background: #2ba1c0
}

.theme-marrs-green .navbar-default {
    background: #0a6f75
}

.theme-navy-blue .navbar-default {
    background: #31629f
}

.theme-pink .navbar-default {
    background: #f15497
}

.theme-black .navbar-default {
    background: #333645
}

.navbar-default .navbar-nav {
    margin-left: 15px
}

.navbar-default .navbar-nav>li:nth-child(n+8) {
    display: none
}

.theme-black .navbar-default .navbar-nav>li>a,
.theme-blue .navbar-default .navbar-nav>li>a,
.theme-marrs-green .navbar-default .navbar-nav>li>a,
.theme-navy-blue .navbar-default .navbar-nav>li>a,
.theme-pink .navbar-default .navbar-nav>li>a,
.theme-red .navbar-default .navbar-nav>li>a,
.theme-sky-blue .navbar-default .navbar-nav>li>a,
.theme-violet .navbar-default .navbar-nav>li>a {
    color: #f1f1f1
}

.navbar-default .navbar-nav>.fluid-menu>.dropdown-menu {
    left: 277px;
    right: 0
}

.navbar-default .fluid-menu {
    position: static
}

.navbar-default .fluid-menu>.dropdown-menu {
    padding: 0
}

.navbar-default .fluid-menu>.dropdown-menu>li {
    cursor: auto
}

.navbar-default .fluid-menu-content {
    padding: 30px 15px
}

.navbar-default .fluid-menu-content>.row {
    margin-bottom: 30px
}

.navbar-default .fluid-menu-content>.row:last-child {
    margin-bottom: 0
}

.navbar-default .fluid-menu-content .title {
    font-size: 16px;
    font-weight: 600
}

.theme-black .navbar-default .fluid-menu-content .title,
.theme-blue .navbar-default .fluid-menu-content .title,
.theme-marrs-green .navbar-default .fluid-menu-content .title,
.theme-navy-blue .navbar-default .fluid-menu-content .title,
.theme-pink .navbar-default .fluid-menu-content .title,
.theme-red .navbar-default .fluid-menu-content .title,
.theme-sky-blue .navbar-default .fluid-menu-content .title,
.theme-violet .navbar-default .fluid-menu-content .title {
    color: #555
}

.theme-blue .navbar-default .fluid-menu-content .title:hover {
    color: #0068e1
}

.theme-violet .navbar-default .fluid-menu-content .title:hover {
    color: #783392
}

.theme-red .navbar-default .fluid-menu-content .title:hover {
    color: #e30047
}

.theme-sky-blue .navbar-default .fluid-menu-content .title:hover {
    color: #2ba1c0
}

.theme-marrs-green .navbar-default .fluid-menu-content .title:hover {
    color: #0a6f75
}

.theme-navy-blue .navbar-default .fluid-menu-content .title:hover {
    color: #31629f
}

.theme-pink .navbar-default .fluid-menu-content .title:hover {
    color: #f15497
}

.theme-black .navbar-default .fluid-menu-content .title:hover {
    color: #333645
}

.navbar-default .fluid-menu-content ul li {
    display: block
}

.navbar-default .fluid-menu-content ul li a {
    display: inline-block;
    padding: 4px 10px;
    transition: .2s ease-in-out
}

.theme-blue .navbar-default .fluid-menu-content ul li a:hover {
    color: #0068e1
}

.theme-violet .navbar-default .fluid-menu-content ul li a:hover {
    color: #783392
}

.theme-red .navbar-default .fluid-menu-content ul li a:hover {
    color: #e30047
}

.theme-sky-blue .navbar-default .fluid-menu-content ul li a:hover {
    color: #2ba1c0
}

.theme-marrs-green .navbar-default .fluid-menu-content ul li a:hover {
    color: #0a6f75
}

.theme-navy-blue .navbar-default .fluid-menu-content ul li a:hover {
    color: #31629f
}

.theme-pink .navbar-default .fluid-menu-content ul li a:hover {
    color: #f15497
}

.theme-black .navbar-default .fluid-menu-content ul li a:hover {
    color: #333645
}

.theme-black .navbar-default li:hover>a,
.theme-blue .navbar-default li:hover>a,
.theme-marrs-green .navbar-default li:hover>a,
.theme-navy-blue .navbar-default li:hover>a,
.theme-pink .navbar-default li:hover>a,
.theme-red .navbar-default li:hover>a,
.theme-sky-blue .navbar-default li:hover>a,
.theme-violet .navbar-default li:hover>a {
    /*color: #fafafa*/
}

.navbar-default .dropdown-toggle,
.navbar-default li a {
    font-size: 15px
}

.navbar-default .dropdown-toggle>i {
    float: right;
    margin: 3px 0 0 4px
}

.navbar-default .dropdown .dropdown-menu {
    border: none;
    border-radius: 3px !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    display: initial;
    margin: 0;
    max-height: calc(100vh - 90px);
    min-width: 240px;
    opacity: 0;
    overflow: auto;
    transform: scale(1.02);
    transition: .2s ease-in-out;
    visibility: hidden
}

.theme-black .navbar-default .dropdown .dropdown-menu a,
.theme-blue .navbar-default .dropdown .dropdown-menu a,
.theme-marrs-green .navbar-default .dropdown .dropdown-menu a,
.theme-navy-blue .navbar-default .dropdown .dropdown-menu a,
.theme-pink .navbar-default .dropdown .dropdown-menu a,
.theme-red .navbar-default .dropdown .dropdown-menu a,
.theme-sky-blue .navbar-default .dropdown .dropdown-menu a,
.theme-violet .navbar-default .dropdown .dropdown-menu a {
    color: #626060
}

.navbar-default .dropdown:hover>.dropdown-menu {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.navbar-default .multi-level {
    padding: 5px 0
}

.navbar-default .multi-level li a {
    display: block;
    padding: 9px 15px
}

.navbar-default .multi-level li a:hover {
    background: transparent;
    text-decoration: underline
}

.theme-blue .navbar-default .multi-level li a:hover {
    color: #0068e1
}

.theme-violet .navbar-default .multi-level li a:hover {
    color: #783392
}

.theme-red .navbar-default .multi-level li a:hover {
    color: #e30047
}

.theme-sky-blue .navbar-default .multi-level li a:hover {
    color: #2ba1c0
}

.theme-marrs-green .navbar-default .multi-level li a:hover {
    color: #0a6f75
}

.theme-navy-blue .navbar-default .multi-level li a:hover {
    color: #31629f
}

.theme-pink .navbar-default .multi-level li a:hover {
    color: #f15497
}

.theme-black .navbar-default .multi-level li a:hover {
    color: #333645
}

.navbar-default .multi-level .dropdown-submenu {
    position: relative
}

.navbar-default .multi-level .dropdown-submenu:hover>a {
    background: transparent;
    text-decoration: underline
}

.theme-blue .navbar-default .multi-level .dropdown-submenu:hover>a {
    color: #0068e1
}

.theme-violet .navbar-default .multi-level .dropdown-submenu:hover>a {
    color: #783392
}

.theme-red .navbar-default .multi-level .dropdown-submenu:hover>a {
    color: #e30047
}

.theme-sky-blue .navbar-default .multi-level .dropdown-submenu:hover>a {
    color: #2ba1c0
}

.theme-marrs-green .navbar-default .multi-level .dropdown-submenu:hover>a {
    color: #0a6f75
}

.theme-navy-blue .navbar-default .multi-level .dropdown-submenu:hover>a {
    color: #31629f
}

.theme-pink .navbar-default .multi-level .dropdown-submenu:hover>a {
    color: #f15497
}

.theme-black .navbar-default .multi-level .dropdown-submenu:hover>a {
    color: #333645
}

.theme-blue .navbar-default .multi-level .dropdown-submenu:hover>a:after {
    color: #0068e1
}

.theme-violet .navbar-default .multi-level .dropdown-submenu:hover>a:after {
    color: #783392
}

.theme-red .navbar-default .multi-level .dropdown-submenu:hover>a:after {
    color: #e30047
}

.theme-sky-blue .navbar-default .multi-level .dropdown-submenu:hover>a:after {
    color: #2ba1c0
}

.theme-marrs-green .navbar-default .multi-level .dropdown-submenu:hover>a:after {
    color: #0a6f75
}

.theme-navy-blue .navbar-default .multi-level .dropdown-submenu:hover>a:after {
    color: #31629f
}

.theme-pink .navbar-default .multi-level .dropdown-submenu:hover>a:after {
    color: #f15497
}

.theme-black .navbar-default .multi-level .dropdown-submenu:hover>a:after {
    color: #333645
}

.navbar-default .multi-level .dropdown-submenu>.dropdown-menu {
    left: 230px;
    margin-left: -1px;
    margin-top: 0;
    top: 0
}

.navbar-default .multi-level .dropdown-submenu:hover>.dropdown-menu {
    left: 239px;
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.navbar-default .multi-level .dropdown-submenu>.dropdown-toggle>i {
    transform: rotate(-90deg)
}

.navbar-default .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 10px
}

.theme-black .navbar-default .title,
.theme-blue .navbar-default .title,
.theme-marrs-green .navbar-default .title,
.theme-navy-blue .navbar-default .title,
.theme-pink .navbar-default .title,
.theme-red .navbar-default .title,
.theme-sky-blue .navbar-default .title,
.theme-violet .navbar-default .title {
    color: #555
}

.theme-blue .navbar-default .title:hover {
    color: #0068e1
}

.theme-violet .navbar-default .title:hover {
    color: #783392
}

.theme-red .navbar-default .title:hover {
    color: #e30047
}

.theme-sky-blue .navbar-default .title:hover {
    color: #2ba1c0
}

.theme-marrs-green .navbar-default .title:hover {
    color: #0a6f75
}

.theme-navy-blue .navbar-default .title:hover {
    color: #31629f
}

.theme-pink .navbar-default .title:hover {
    color: #f15497
}

.theme-black .navbar-default .title:hover {
    color: #333645
}

.navbar-default .dropdown-header {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0
}

.theme-black .navbar-default .dropdown-header,
.theme-blue .navbar-default .dropdown-header,
.theme-marrs-green .navbar-default .dropdown-header,
.theme-navy-blue .navbar-default .dropdown-header,
.theme-pink .navbar-default .dropdown-header,
.theme-red .navbar-default .dropdown-header,
.theme-sky-blue .navbar-default .dropdown-header,
.theme-violet .navbar-default .dropdown-header {
    color: #555
}

.navbar-default .dropdown-header:hover {
    background: transparent;
    text-decoration: underline
}

.navbar-default .vertical-mega-menu .multi-level {
    left: 100.4%;
    top: 0
}

.navbar-default .vertical-mega-menu>.fluid-menu>.dropdown-menu {
    left: 261px;
    right: auto;
    top: 0;
    width: 800px
}

.sidebar {
    background: #f4f6f8
}

.sidebar .category_menu_title {
    border-top: 1px solid;
    font-weight: 500;
    padding: 15px
}

.sidebar-content {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.sidebar-content>li.active {
    background: #f4f6f8
}

.theme-blue .sidebar-content>li.active>a {
    color: #0068e1
}

.theme-violet .sidebar-content>li.active>a {
    color: #783392
}

.theme-red .sidebar-content>li.active>a {
    color: #e30047
}

.theme-sky-blue .sidebar-content>li.active>a {
    color: #2ba1c0
}

.theme-marrs-green .sidebar-content>li.active>a {
    color: #0a6f75
}

.theme-navy-blue .sidebar-content>li.active>a {
    color: #31629f
}

.theme-pink .sidebar-content>li.active>a {
    color: #f15497
}

.theme-black .sidebar-content>li.active>a {
    color: #333645
}

.sidebar-content>li.active>i {
    transform: rotateX(180deg)
}

.theme-blue .sidebar-content>li.active>i {
    color: #0068e1
}

.theme-violet .sidebar-content>li.active>i {
    color: #783392
}

.theme-red .sidebar-content>li.active>i {
    color: #e30047
}

.theme-sky-blue .sidebar-content>li.active>i {
    color: #2ba1c0
}

.theme-marrs-green .sidebar-content>li.active>i {
    color: #0a6f75
}

.theme-navy-blue .sidebar-content>li.active>i {
    color: #31629f
}

.theme-pink .sidebar-content>li.active>i {
    color: #f15497
}

.theme-black .sidebar-content>li.active>i {
    color: #333645
}

.sidebar-content>li>i {
    transform: rotateX(0deg)
}

.sidebar-content li {
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    list-style: none;
    position: relative;
    transition: .2s ease-in-out;
    width: 100%
}

.sidebar-content li:hover {
    background: #f4f6f8
}

.theme-blue .sidebar-content li:hover>a,
.theme-blue .sidebar-content li:hover>i {
    color: #0068e1
}

.theme-violet .sidebar-content li:hover>a,
.theme-violet .sidebar-content li:hover>i {
    color: #783392
}

.theme-red .sidebar-content li:hover>a,
.theme-red .sidebar-content li:hover>i {
    color: #e30047
}

.theme-sky-blue .sidebar-content li:hover>a,
.theme-sky-blue .sidebar-content li:hover>i {
    color: #2ba1c0
}

.theme-marrs-green .sidebar-content li:hover>a,
.theme-marrs-green .sidebar-content li:hover>i {
    color: #0a6f75
}

.theme-navy-blue .sidebar-content li:hover>a,
.theme-navy-blue .sidebar-content li:hover>i {
    color: #31629f
}

.theme-pink .sidebar-content li:hover>a,
.theme-pink .sidebar-content li:hover>i {
    color: #f15497
}

.theme-black .sidebar-content li:hover>a,
.theme-black .sidebar-content li:hover>i {
    color: #333645
}

.sidebar-content li a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .4px;
    margin: 14px 15px
}

.theme-black .sidebar-content li a,
.theme-blue .sidebar-content li a,
.theme-marrs-green .sidebar-content li a,
.theme-navy-blue .sidebar-content li a,
.theme-pink .sidebar-content li a,
.theme-red .sidebar-content li a,
.theme-sky-blue .sidebar-content li a,
.theme-violet .sidebar-content li a {
    color: #555
}

.sidebar-content li i {
    font-size: 14px;
    margin: 17px 15px 0 0;
    transform: rotateX(0deg);
    transition: .2s ease-in-out
}

.theme-black .sidebar-content li i,
.theme-blue .sidebar-content li i,
.theme-marrs-green .sidebar-content li i,
.theme-navy-blue .sidebar-content li i,
.theme-pink .sidebar-content li i,
.theme-red .sidebar-content li i,
.theme-sky-blue .sidebar-content li i,
.theme-violet .sidebar-content li i {
    color: #555
}

.sidebar-content li ul {
    background: #f1f3f5;
    display: none;
    overflow: hidden;
    padding: 0
}

.sidebar-content li ul li.active,
.sidebar-content li ul li:hover {
    background: #eff1f3
}

.sidebar-content li ul li a {
    padding-left: 10px
}

.sidebar-content li ul li ul {
    background: #eceef0
}

.sidebar-content li ul li ul li.active,
.sidebar-content li ul li ul li:hover {
    background: #eaecee
}

.sidebar-content li ul li ul li a {
    padding-left: 20px
}

.sidebar-content li ul li ul li ul li a {
    padding-left: 30px
}

.sidebar-content .submenu>i {
    transform: rotateX(0deg);
    transition: .2s ease-in-out
}

.theme-blue .sidebar-content .submenu.active>a {
    color: #0068e1
}

.theme-violet .sidebar-content .submenu.active>a {
    color: #783392
}

.theme-red .sidebar-content .submenu.active>a {
    color: #e30047
}

.theme-sky-blue .sidebar-content .submenu.active>a {
    color: #2ba1c0
}

.theme-marrs-green .sidebar-content .submenu.active>a {
    color: #0a6f75
}

.theme-navy-blue .sidebar-content .submenu.active>a {
    color: #31629f
}

.theme-pink .sidebar-content .submenu.active>a {
    color: #f15497
}

.theme-black .sidebar-content .submenu.active>a {
    color: #333645
}

.sidebar-content .submenu.active>i {
    transform: rotateX(180deg)
}

.theme-blue .sidebar-content .submenu.active>i {
    color: #0068e1
}

.theme-violet .sidebar-content .submenu.active>i {
    color: #783392
}

.theme-red .sidebar-content .submenu.active>i {
    color: #e30047
}

.theme-sky-blue .sidebar-content .submenu.active>i {
    color: #2ba1c0
}

.theme-marrs-green .sidebar-content .submenu.active>i {
    color: #0a6f75
}

.theme-navy-blue .sidebar-content .submenu.active>i {
    color: #31629f
}

.theme-pink .sidebar-content .submenu.active>i {
    color: #f15497
}

.theme-black .sidebar-content .submenu.active>i {
    color: #333645
}

.category-menu-wrapper {
    width: 262px
}

.category-menu-wrapper .category-menu-dropdown {
    background: transparent;
    border: none;
    border-radius: 3px 3px 0 0;
    color: #fafafa;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .2px;
    min-height: 50px;
    outline: 0;
    padding: 13px 35px 13px 48px;
    position: relative;
    text-align: left;
    width: 100%
}

.theme-blue .category-menu-wrapper .category-menu-dropdown {
    background: #0051ca
}

.theme-violet .category-menu-wrapper .category-menu-dropdown {
    background: #641f7e
}

.theme-red .category-menu-wrapper .category-menu-dropdown {
    background: #d10035
}

.theme-sky-blue .category-menu-wrapper .category-menu-dropdown {
    background: #178dac
}

.theme-marrs-green .category-menu-wrapper .category-menu-dropdown {
    background: #006066
}

.theme-navy-blue .category-menu-wrapper .category-menu-dropdown {
    background: #1f508d
}

.theme-pink .category-menu-wrapper .category-menu-dropdown {
    background: #df4285
}

.theme-black .category-menu-wrapper .category-menu-dropdown {
    background: #262938
}

.category-menu-wrapper .category-menu-dropdown .fa-bars {
    float: none;
    font-size: 20px;
    left: 17px;
    margin: 0;
    position: absolute;
    top: 15px
}

.theme-blue .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #0051ca
}

.theme-violet .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #641f7e
}

.theme-red .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #d10035
}

.theme-sky-blue .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #178dac
}

.theme-marrs-green .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #006066
}

.theme-navy-blue .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #1f508d
}

.theme-pink .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #df4285
}

.theme-black .category-menu-wrapper .category-menu-dropdown .fa-bars {
    -webkit-text-stroke: 1px #262938
}

.category-menu-wrapper .category-menu-dropdown .fa-angle-down {
    float: none;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 17px
}

.category-menu-wrapper>.vertical-mega-menu {
    background: #fff;
    border-radius: 0 0 3px 3px;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: none;
    float: none;
    height: 415px;
    margin: 0;
    padding: 0;
    width: 262px
}

.theme-black .category-menu-wrapper>.vertical-mega-menu,
.theme-blue .category-menu-wrapper>.vertical-mega-menu,
.theme-marrs-green .category-menu-wrapper>.vertical-mega-menu,
.theme-navy-blue .category-menu-wrapper>.vertical-mega-menu,
.theme-pink .category-menu-wrapper>.vertical-mega-menu,
.theme-red .category-menu-wrapper>.vertical-mega-menu,
.theme-sky-blue .category-menu-wrapper>.vertical-mega-menu,
.theme-violet .category-menu-wrapper>.vertical-mega-menu {
    border-color: #e9e9e9
}

.category-menu-wrapper>.vertical-mega-menu>li {
    cursor: pointer;
    display: block;
    float: none;
    padding: 0 15px
}

.category-menu-wrapper>.vertical-mega-menu>li:nth-child(9)>a {
    border-bottom: none !important
}

.category-menu-wrapper>.vertical-mega-menu>li:nth-child(n+10) {
    display: none
}

.category-menu-wrapper>.vertical-mega-menu a {
    color: #737373;
    display: block;
    padding: 12px 0
}



.theme-black .category-menu-wrapper>.vertical-mega-menu>li>a,
.theme-blue .category-menu-wrapper>.vertical-mega-menu>li>a,
.theme-marrs-green .category-menu-wrapper>.vertical-mega-menu>li>a,
.theme-navy-blue .category-menu-wrapper>.vertical-mega-menu>li>a,
.theme-pink .category-menu-wrapper>.vertical-mega-menu>li>a,
.theme-red .category-menu-wrapper>.vertical-mega-menu>li>a,
.theme-sky-blue .category-menu-wrapper>.vertical-mega-menu>li>a,
.theme-violet .category-menu-wrapper>.vertical-mega-menu>li>a {
    border-bottom: 1px solid #f1f1f1
}

.category-menu-wrapper>.vertical-mega-menu>li:last-child>a {
    border-bottom: none
}

.category-menu-wrapper>.vertical-mega-menu>li:hover>a {
    background: transparent
}

.theme-blue .category-menu-wrapper>.vertical-mega-menu>li:hover>a {
    color: #0068e1
}

.theme-violet .category-menu-wrapper>.vertical-mega-menu>li:hover>a {
    color: #783392
}

.theme-red .category-menu-wrapper>.vertical-mega-menu>li:hover>a {
    color: #e30047
}

.theme-sky-blue .category-menu-wrapper>.vertical-mega-menu>li:hover>a {
    color: #2ba1c0
}

.theme-marrs-green .category-menu-wrapper>.vertical-mega-menu>li:hover>a {
    color: #0a6f75
}

.theme-navy-blue .category-menu-wrapper>.vertical-mega-menu>li:hover>a {
    color: #31629f
}

.theme-pink .category-menu-wrapper>.vertical-mega-menu>li:hover>a {
    color: #f15497
}

.theme-black .category-menu-wrapper>.vertical-mega-menu>li:hover>a {
    color: #333645
}

.category-menu-wrapper>.vertical-mega-menu>.dropdown>.dropdown-toggle>i {
    transform: rotate(-90deg)
}

@media screen and (max-width:1199px) {
    .navbar-default .vertical-mega-menu>.fluid-menu>.dropdown-menu {
        left: 212px;
        width: 700px
    }
    .navbar-default .navbar-nav>.fluid-menu>.dropdown-menu {
        left: 227px
    }
    .category-menu-wrapper,
    .category-menu-wrapper .vertical-mega-menu {
        width: 213px
    }
}

@media screen and (min-width:991px) {
    .category-menu-wrapper.visible .category-menu-dropdown {
        cursor: auto
    }
    .category-menu-wrapper.visible>.dropdown-menu {
        display: block
    }
}

@media screen and (max-width:991px) {
    .navbar-default .navbar-nav {
        margin-left: 0
    }
    .navbar-default .navbar-nav>.fluid-menu>.dropdown-menu {
        left: 0
    }
}

@media screen and (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        background: #fff
    }
}

.breadcrumb {
    background: transparent;
    margin: -10px 0 10px;
    padding: 0
}

.breadcrumb ul {
    display: inline-block
}

.breadcrumb ul li {
    position: relative;
    vertical-align: middle
}

.breadcrumb ul li:after {
    content: "\f105";
    font-family: Fontawesome;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.theme-black .breadcrumb ul li:after,
.theme-blue .breadcrumb ul li:after,
.theme-marrs-green .breadcrumb ul li:after,
.theme-navy-blue .breadcrumb ul li:after,
.theme-pink .breadcrumb ul li:after,
.theme-red .breadcrumb ul li:after,
.theme-sky-blue .breadcrumb ul li:after,
.theme-violet .breadcrumb ul li:after {
    color: #626060
}

.breadcrumb ul li:first-child {
    padding-left: 0
}

.breadcrumb ul li:first-child a {
    font-size: 18px;
    transition: .2s ease-in-out
}

.theme-blue .breadcrumb ul li:first-child a {
    color: #0068e1
}

.theme-violet .breadcrumb ul li:first-child a {
    color: #783392
}

.theme-red .breadcrumb ul li:first-child a {
    color: #e30047
}

.theme-sky-blue .breadcrumb ul li:first-child a {
    color: #2ba1c0
}

.theme-marrs-green .breadcrumb ul li:first-child a {
    color: #0a6f75
}

.theme-navy-blue .breadcrumb ul li:first-child a {
    color: #31629f
}

.theme-pink .breadcrumb ul li:first-child a {
    color: #f15497
}

.theme-black .breadcrumb ul li:first-child a {
    color: #333645
}

.theme-blue .breadcrumb ul li:first-child a:hover {
    color: #1a86ff
}

.theme-violet .breadcrumb ul li:first-child a:hover {
    color: #9d44be
}

.theme-red .breadcrumb ul li:first-child a:hover {
    color: #ff2167
}

.theme-sky-blue .breadcrumb ul li:first-child a:hover {
    color: #3bb4d3
}

.theme-marrs-green .breadcrumb ul li:first-child a:hover {
    color: #0c858c
}

.theme-navy-blue .breadcrumb ul li:first-child a:hover {
    color: #3b75be
}

.theme-pink .breadcrumb ul li:first-child a:hover {
    color: #f36ca5
}

.theme-black .breadcrumb ul li:first-child a:hover {
    color: #494d62
}

.breadcrumb ul li:last-child:after {
    content: ""
}

.breadcrumb ul li.active {
    font-size: 15px
}

.theme-black .breadcrumb ul li.active,
.theme-blue .breadcrumb ul li.active,
.theme-marrs-green .breadcrumb ul li.active,
.theme-navy-blue .breadcrumb ul li.active,
.theme-pink .breadcrumb ul li.active,
.theme-red .breadcrumb ul li.active,
.theme-sky-blue .breadcrumb ul li.active,
.theme-violet .breadcrumb ul li.active {
    color: #9a9a9a
}

.breadcrumb ul li a {
    display: inline-block;
    font-size: 15px;
    padding: 5px 15px 5px 5px;
    transition: .2s ease-in-out
}

.theme-black .breadcrumb ul li a,
.theme-blue .breadcrumb ul li a,
.theme-marrs-green .breadcrumb ul li a,
.theme-navy-blue .breadcrumb ul li a,
.theme-pink .breadcrumb ul li a,
.theme-red .breadcrumb ul li a,
.theme-sky-blue .breadcrumb ul li a,
.theme-violet .breadcrumb ul li a {
    color: #626060
}

.theme-blue .breadcrumb ul li a:hover {
    color: #0068e1
}

.theme-violet .breadcrumb ul li a:hover {
    color: #783392
}

.theme-red .breadcrumb ul li a:hover {
    color: #e30047
}

.theme-sky-blue .breadcrumb ul li a:hover {
    color: #2ba1c0
}

.theme-marrs-green .breadcrumb ul li a:hover {
    color: #0a6f75
}

.theme-navy-blue .breadcrumb ul li a:hover {
    color: #31629f
}

.theme-pink .breadcrumb ul li a:hover {
    color: #f15497
}

.theme-black .breadcrumb ul li a:hover {
    color: #333645
}

.default .home-slider {
    margin: -5px 0 15px -8px
}

.slider_with_banners .home-slider {
    margin: -5px 0 15px
}

.home-slider {
    border-radius: 3px;
    overflow: hidden
}

.home-slider.slick-dotted.slick-slider {
    margin: 0
}

.home-slider .slick-slide {
    float: left
}

.home-slider .slick-prev {
    left: 15px;
    right: auto
}

.home-slider .slick-next {
    left: auto;
    right: 15px
}

.home-slider .slick-active .slider-image {
    transform: scale(1)
}

.home-slider .slick-dots {
    bottom: 0
}

.theme-black .home-slider .slick-dots button:before,
.theme-blue .home-slider .slick-dots button:before,
.theme-marrs-green .home-slider .slick-dots button:before,
.theme-navy-blue .home-slider .slick-dots button:before,
.theme-pink .home-slider .slick-dots button:before,
.theme-red .home-slider .slick-dots button:before,
.theme-sky-blue .home-slider .slick-dots button:before,
.theme-violet .home-slider .slick-dots button:before {
    background: #555
}

.home-slider .slider-content {
    height: 400px
}

.slide {
    display: none;
    position: relative;
    vertical-align: bottom
}

.slide .slick-initialized,
.slide:first-child {
    display: block
}

.slide .slider-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(1.25);
    transition: .5s cubic-bezier(.7, 0, .3, 1);
    width: 100%;
    z-index: -1
}

.slide .caption {
    font-family: Rubik, sans-serif;
    text-align: left
}

.slide .caption-lg {
    font-size: 50px;
    font-weight: 500;
    line-height: 1
}

.slide .caption-md {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 9px
}

.slide .caption-sm {
    font-size: 24px;
    line-height: 1;
    margin-top: 10px
}

.slide .btn-slider {
    font-size: 15px;
    margin-top: 16px;
    padding: 10px 25px
}

@media screen and (max-width:991px) {
    .default .home-slider {
        margin-left: 0
    }
    .slide .slider-content {
        height: 350px
    }
}

@media screen and (max-width:767px) {
    .home-slider {
        margin-bottom: 0
    }
    .home-slider .slick-arrow {
        display: none !important
    }
    .slide .slider-content {
        height: 300px
    }
    .slide .caption-lg {
        font-size: 44px
    }
    .slide .caption-md {
        font-size: 28px;
        margin-bottom: 4px
    }
    .slide .caption-sm {
        font-size: 18px;
        margin-top: 7px
    }
    .slide .btn-slider {
        margin-top: 12px
    }
}

.slider-banner {
    margin: -5px 0 10px -15px
}

.slider-banner .banner {
    height: 192px
}

.slider-banner .banner .banner-content {
    margin: 0 20px
}

.slider-banner .banner:nth-child(2) {
    margin-top: 16px
}

.slider-banner .main_slider_banner {
    height: 400px
}

.slider-banner .main_slider_banner .banner-content {
    margin: 0 20px
}

.slider-banner .main_slider_banner:nth-child(2) {
    margin-top: 16px
}

.banners-wrapper {
    margin-top: 50px
}

.banners-wrapper.banners-group {
    margin-top: 30px
}

.banner {
    background: no-repeat 50%;
    background-size: cover;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.banner:active,
.banner:focus,
.banner:hover {
    text-decoration: none
}

.banner:nth-child(2) {
    margin-top: 15px
}

.banner .overlay {
    background: hsla(0, 0%, 100%, .45);
    border-radius: 3px;
    bottom: 10px;
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: scale(.9);
    transition: .2s ease-in;
    z-index: -1
}

.banner:hover .overlay {
    opacity: 1;
    transform: scale(1)
}

.banner .banner-content>p {
    font-size: 15px;
    margin-top: 3px
}

.banner .banner-content>span {
    display: inline-block;
    font-weight: 600;
    margin-top: 20px;
    transition: .2s ease-in-out
}

.theme-blue .banner .banner-content>span {
    color: #0068e1
}

.theme-violet .banner .banner-content>span {
    color: #783392
}

.theme-red .banner .banner-content>span {
    color: #e30047
}

.theme-sky-blue .banner .banner-content>span {
    color: #2ba1c0
}

.theme-marrs-green .banner .banner-content>span {
    color: #0a6f75
}

.theme-navy-blue .banner .banner-content>span {
    color: #31629f
}

.theme-pink .banner .banner-content>span {
    color: #f15497
}

.theme-black .banner .banner-content>span {
    color: #333645
}

.theme-blue .banner .banner-content>span:hover {
    color: #1a86ff
}

.theme-violet .banner .banner-content>span:hover {
    color: #9d44be
}

.theme-red .banner .banner-content>span:hover {
    color: #ff2167
}

.theme-sky-blue .banner .banner-content>span:hover {
    color: #3bb4d3
}

.theme-marrs-green .banner .banner-content>span:hover {
    color: #0c858c
}

.theme-navy-blue .banner .banner-content>span:hover {
    color: #3b75be
}

.theme-pink .banner .banner-content>span:hover {
    color: #f36ca5
}

.theme-black .banner .banner-content>span:hover {
    color: #494d62
}

.banner .banner-content>span:hover>i {
    transform: translateX(8px)
}

.banner .banner-content>span>i {
    margin-left: 2px;
    transition: .1s ease-in-out
}

.banner.banner-lg {
    height: 200px;
    margin-top: 50px
}

.banner.banner-lg .banner-content {
    margin: auto;
    text-align: center;
    width: 70%
}

.banner.banner-md,
.banner.banner-sm {
    height: 200px
}

.banner.banner-md .banner-content,
.banner.banner-sm .banner-content {
    margin-left: 30px
}

.banner.banner-md .banner-content {
    width: 70%
}

.banner.banner-sm .banner-content {
    width: 80%
}

.banner.banner-vr {
    height: 415px;
    margin-left: -15px
}

.banner.banner-vr .banner-content {
    bottom: 30px;
    left: 30px;
    position: absolute;
    right: 30px
}

.rtl .banner .banner-content>span>i {
    transform: translateX(0) rotateY(180deg)
}

.rtl .banner .banner-content>span:hover>i {
    transform: translateX(8px) rotateY(180deg)
}

@media screen and (max-width:991px) {
    .banners-wrapper>.row>.col-md-7 .banner-md {
        margin-top: 15px
    }
    .banner.banner-sm .banner-content {
        width: 70%
    }
    .banner.banner-vr {
        height: 350px;
        margin: 15px 0 0
    }
}

@media screen and (max-width:767px) {
    .banner.banner-lg .banner-content {
        width: 90%
    }
    .banner.banner-md .banner-content,
    .banner.banner-sm .banner-content {
        margin-left: 20px;
        width: 80%
    }
}

.ad-wrapper {
    margin: 15px 0;
    padding: 10px 0;
    text-align: center
}

.features-wrapper {
    border-radius: 3px;
    padding: 10px 0
}

.theme-black .features-wrapper,
.theme-blue .features-wrapper,
.theme-marrs-green .features-wrapper,
.theme-navy-blue .features-wrapper,
.theme-pink .features-wrapper,
.theme-red .features-wrapper,
.theme-sky-blue .features-wrapper,
.theme-violet .features-wrapper {
    border: 1px solid #e9e9e9
}

.single-feature {
    padding: 20px 0
}

.single-feature .feature-icon {
    margin-top: 7px;
    text-align: center;
    width: 60px
}

.theme-blue .single-feature .feature-icon {
    border-right: 1px solid #0068e1
}

.theme-violet .single-feature .feature-icon {
    border-right: 1px solid #783392
}

.theme-red .single-feature .feature-icon {
    border-right: 1px solid #e30047
}

.theme-sky-blue .single-feature .feature-icon {
    border-right: 1px solid #2ba1c0
}

.theme-marrs-green .single-feature .feature-icon {
    border-right: 1px solid #0a6f75
}

.theme-navy-blue .single-feature .feature-icon {
    border-right: 1px solid #31629f
}

.theme-pink .single-feature .feature-icon {
    border-right: 1px solid #f15497
}

.theme-black .single-feature .feature-icon {
    border-right: 1px solid #333645
}

.single-feature .feature-icon i {
    font-size: 35px
}

.theme-blue .single-feature .feature-icon i {
    color: #0068e1
}

.theme-violet .single-feature .feature-icon i {
    color: #783392
}

.theme-red .single-feature .feature-icon i {
    color: #e30047
}

.theme-sky-blue .single-feature .feature-icon i {
    color: #2ba1c0
}

.theme-marrs-green .single-feature .feature-icon i {
    color: #0a6f75
}

.theme-navy-blue .single-feature .feature-icon i {
    color: #31629f
}

.theme-pink .single-feature .feature-icon i {
    color: #f15497
}

.theme-black .single-feature .feature-icon i {
    color: #333645
}

.single-feature .feature-details {
    margin-left: 70px
}

.single-feature .feature-details p {
    font-size: 14px
}

.theme-black .single-feature .feature-details p,
.theme-blue .single-feature .feature-details p,
.theme-marrs-green .single-feature .feature-details p,
.theme-navy-blue .single-feature .feature-details p,
.theme-pink .single-feature .feature-details p,
.theme-red .single-feature .feature-details p,
.theme-sky-blue .single-feature .feature-details p,
.theme-violet .single-feature .feature-details p {
    color: #626060
}

@media screen and (max-width:767px) {
    .features-wrapper {
        margin-top: 15px
    }
}

.scroll-top {
    border: 1px solid;
    bottom: 70px;
    display: table;
    padding: 0 7px;
    position: fixed;
    right: 40px;
    text-align: center;
    transform: scale(0);
    transition: .6s;
    visibility: hidden;
    z-index: 999
}

.scroll-top i {
    font-size: 35px;
    transition: .2s ease-in-out
}

.theme-blue .scroll-top i {
    color: #0068e1
}

.theme-violet .scroll-top i {
    color: #783392
}

.theme-red .scroll-top i {
    color: #e30047
}

.theme-sky-blue .scroll-top i {
    color: #2ba1c0
}

.theme-marrs-green .scroll-top i {
    color: #0a6f75
}

.theme-navy-blue .scroll-top i {
    color: #31629f
}

.theme-pink .scroll-top i {
    color: #f15497
}

.theme-black .scroll-top i {
    color: #333645
}

.theme-blue .scroll-top i:hover {
    color: #1a86ff
}

.theme-violet .scroll-top i:hover {
    color: #9d44be
}

.theme-red .scroll-top i:hover {
    color: #ff2167
}

.theme-sky-blue .scroll-top i:hover {
    color: #3bb4d3
}

.theme-marrs-green .scroll-top i:hover {
    color: #0c858c
}

.theme-navy-blue .scroll-top i:hover {
    color: #3b75be
}

.theme-pink .scroll-top i:hover {
    color: #f36ca5
}

.theme-black .scroll-top i:hover {
    color: #494d62
}

.scroll-top.active {
    transform: scale(1);
    visibility: visible
}

.theme-black .scroll-top i {
    color: #0068e1
}

.theme-black .scroll-top i:hover {
    color: #1a86ff
}

.modal-open .modal {
    overflow-y: scroll
}

.modal {
    padding-right: 0 !important;
    z-index: 1093
}

.modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    width: 60%
}

.modal .modal-dialog.modal-sm {
    width: 35%
}

.modal .modal-dialog.modal-sm .modal-form {
    padding: 0 15px
}

.modal .modal-dialog.modal-sm .modal-form .form-group label {
    float: left
}

.modal .modal-content {
    float: none;
    margin: 0 auto;
    overflow: visible !important;
    padding: 0
}

.theme-black .modal .modal-content,
.theme-blue .modal .modal-content,
.theme-marrs-green .modal .modal-content,
.theme-navy-blue .modal .modal-content,
.theme-pink .modal .modal-content,
.theme-red .modal .modal-content,
.theme-sky-blue .modal .modal-content,
.theme-violet .modal .modal-content {
    box-shadow: 0 2px 5px 0 #555
}

.modal .modal-body {
    margin-right: -1px;
    padding: 20px 5px
}

.modal.fade .modal-dialog {
    opacity: 0;
    transform: scale(.8);
    transition: .2s ease-in-out
}

.modal.fade.in .modal-dialog {
    opacity: 1;
    transform: scale(1)
}

.modal-backdrop {
    z-index: 1092
}

@media screen and (max-width:1199px) {
    .modal .modal-dialog {
        width: 65%
    }
    .modal .modal-dialog.modal-sm {
        width: 40%
    }
    .modal .quick-view-info {
        margin-top: 25px
    }
}

@media screen and (max-width:1100px) {
    .modal .modal-dialog {
        width: 70%
    }
    .modal .modal-dialog.modal-sm {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .modal .modal-dialog,
    .modal .modal-dialog.modal-sm {
        width: 95%
    }
}

@media screen and (max-width:380px) {
    .modal .modal-body {
        padding: 30px 0 15px
    }
}

.tab-ebooks {
    margin-top: 50px
}

.tab-ebooks .nav-tabs {
    border-bottom: none
}

.tab-ebooks .tab-content {
    margin-top: 20px
}

.tab-ebooks .tab-ebook-slider {
    padding-bottom: 30px
}

.tab-ebooks .slick-active .ebook-card:before {
    height: 250px
}

@media screen and (max-width:991px) {
    .tab-ebooks .section-header h3 {
        display: table;
        float: none !important;
        margin-bottom: 15px
    }
    .tab-ebooks .nav-tabs {
        float: none !important;
        text-align: center
    }
    .tab-ebooks .nav-tabs li {
        display: inline-block;
        float: none
    }
    .tab-ebooks .tab-ebook-slider {
        padding-bottom: 0
    }
    .tab-ebooks .slick-dots {
        display: none !important
    }
}

.grid-ebooks {
    display: grid
}

.grid-ebooks .ebook-card {
    margin-top: 40px;
    padding: 0 15px
}

.grid-ebooks .ebook-card:before {
    height: 250px
}

.recent-ebooks {
    overflow: hidden
}

.recent-ebooks .grid-ebooks {
    grid-template-columns: repeat(4, 25%)
}

@media screen and (min-width:1200px) {
    .recent-ebooks .grid-ebooks .ebook-card:nth-child(-n+4) {
        margin-top: 20px
    }
}

@media screen and (max-width:1199px) {
    .recent-ebooks .grid-ebooks {
        grid-template-columns: repeat(4, 25%)
    }
}

@media screen and (min-width:992px) {
    .recent-ebooks .grid-ebooks .ebook-card:nth-child(-n+4) {
        margin-top: 20px
    }
}

@media screen and (max-width:991px) {
    .recent-ebooks .grid-ebooks {
        grid-template-columns: repeat(3, 33.3333333333%)
    }
}

@media screen and (min-width:681px) {
    .recent-ebooks .grid-ebooks .ebook-card:nth-child(-n+3) {
        margin-top: 20px
    }
}

@media screen and (max-width:680px) {
    .recent-ebooks .grid-ebooks {
        grid-template-columns: repeat(2, 50%)
    }
}

@media screen and (min-width:501px) {
    .recent-ebooks .grid-ebooks .ebook-card:nth-child(-n+2) {
        margin-top: 20px
    }
}

@media screen and (max-width:500px) {
    .recent-ebooks .grid-ebooks {
        grid-template-columns: repeat(1, 100%)
    }
    .recent-ebooks .grid-ebooks .ebook-card:first-child {
        margin-top: 20px
    }
}

.base-image {
    border-radius: 3px;
    position: relative
}

.base-image .base-image-inner {
    cursor: auto;
    display: block;
    height: 320px;
    overflow: hidden;
    position: relative
}

.base-image .base-image-inner img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.base-image .image-placeholder {
    height: 320px
}

.base-image .image-placeholder>i {
    font-size: 120px
}

.social-share-btn {
    border-top: 1px solid #e9e9e9;
    margin-top: 10px;
    text-align: center
}

.social-share-btn .social-links {
    margin-left: 0
}

.social-share-btn .social-links>li {
    margin: 0 5px;
    padding: 0
}

.ebook-image .ebook-ribbon {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 2
}

.ebook-image .ebook-ribbon>li {
    display: block;
    padding: 0
}

.ebook-image .ebook-ribbon>li .ribbon {
    color: #fff;
    display: block;
    float: right;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 4px 5px 3px;
    position: relative
}

.ebook-image .ebook-ribbon>li .ribbon:after {
    border-style: solid;
    border-width: 12px 5px 15px 6px;
    content: "";
    position: absolute;
    right: 100%;
    top: 0
}

.theme-black .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-blue .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-marrs-green .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-navy-blue .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-pink .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-red .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-sky-blue .ebook-image .ebook-ribbon .ribbon.bg-green:after,
.theme-violet .ebook-image .ebook-ribbon .ribbon.bg-green:after {
    border-color: transparent #37bc9b #37bc9b transparent
}

.theme-black .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-blue .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-marrs-green .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-navy-blue .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-pink .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-red .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-sky-blue .ebook-image .ebook-ribbon .ribbon.bg-red:after,
.theme-violet .ebook-image .ebook-ribbon .ribbon.bg-red:after {
    border-color: transparent #f36 #f36 transparent
}

.ebook-details {
    margin-top: 10px
}

.ebook-details .image-placeholder img {
    border-radius: 50%;
    height: 50px;
    margin-right: 10px;
    width: 50px
}

.ebook-details .default-placeholder i {
    font-size: 50px;
    margin-right: 10px
}

.ebook-details .ebook-view {
    margin-right: 10px
}

.ebook-details .ebook-rating {
    float: left;
    margin: 1px 10px 0 0
}

.ebook-details .ebook-rating>i {
    margin-top: 2px
}

.ebook-details .ebook-review {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px
}

.theme-black .ebook-details .ebook-review,
.theme-blue .ebook-details .ebook-review,
.theme-marrs-green .ebook-details .ebook-review,
.theme-navy-blue .ebook-details .ebook-review,
.theme-pink .ebook-details .ebook-review,
.theme-red .ebook-details .ebook-review,
.theme-sky-blue .ebook-details .ebook-review,
.theme-violet .ebook-details .ebook-review {
    color: #555
}

.ebook-details .ebook-authors,
.ebook-details .ebook-incat,
.ebook-details .ebook-isbn-number,
.ebook-details .ebook-on,
.ebook-details .ebook-publisher,
.ebook-details .ebook-user {
    margin: 0 10px 5px 0
}

.ebook-details .ebook-incat {
    display: block
}

.ebook-details .ebook-brief {
    color: #737373;
    margin-bottom: 15px
}

.ebook-details .ebook-details-footer {
    border-top: 1px solid #e9e9e9;
    margin-top: 10px;
    padding-top: 5px
}

.rtl .ebook-details .ebook-rating i {
    transform: rotateY(180deg)
}

.ebook-tab {
    margin-top: 30px
}

.ebook-tab .description {
    padding: 30px 0 0
}

.ebook-tab .reviews {
    padding-top: 30px
}

.ebook-tab .rating {
    display: inline-block
}

.ebook-tab .user-review h3 {
    margin-bottom: 20px;
    padding-bottom: 30px
}

.theme-black .ebook-tab .user-review h3,
.theme-blue .ebook-tab .user-review h3,
.theme-marrs-green .ebook-tab .user-review h3,
.theme-navy-blue .ebook-tab .user-review h3,
.theme-pink .ebook-tab .user-review h3,
.theme-red .ebook-tab .user-review h3,
.theme-sky-blue .ebook-tab .user-review h3,
.theme-violet .ebook-tab .user-review h3 {
    border-bottom: 1px solid #e9e9e9
}

.ebook-tab .user-review .pagination {
    margin-top: 0
}

.average-rating {
    text-align: center
}

.average-rating .average {
    display: table;
    height: 80px;
    margin-right: 15px;
    text-align: center;
    width: 80px
}

.theme-black .average-rating .average,
.theme-blue .average-rating .average,
.theme-marrs-green .average-rating .average,
.theme-navy-blue .average-rating .average,
.theme-pink .average-rating .average,
.theme-red .average-rating .average,
.theme-sky-blue .average-rating .average,
.theme-violet .average-rating .average {
    border: 2px solid #f1f1f1
}

.average-rating .average span {
    display: table-cell;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    vertical-align: middle
}

.average-rating .ebook-rating {
    justify-content: center;
    margin-top: 10px
}

.average-rating .ebook-rating i {
    font-size: 24px
}

.average-rating .rate-of-average {
    display: block;
    font-weight: 600;
    margin-top: 8px
}

.average-rating .reviews-total {
    display: block;
    margin-top: 5px
}

.rtl .average-rating .ebook-rating i {
    transform: rotateY(180deg)
}

.rating .rating-bars-wrapper {
    margin-top: 25px;
    text-align: center
}

.rating .rating-bar {
    display: table;
    margin: 0 auto 15px;
    overflow: auto
}

.rating .rating-bar:last-child {
    margin-bottom: 0
}

.rating .rating-bar .rating-label {
    float: left;
    font-size: 17px;
    margin-right: 15px;
    text-align: left;
    width: 60px
}

.theme-black .rating .rating-bar .rating-label,
.theme-blue .rating .rating-bar .rating-label,
.theme-marrs-green .rating .rating-bar .rating-label,
.theme-navy-blue .rating .rating-bar .rating-label,
.theme-pink .rating .rating-bar .rating-label,
.theme-red .rating .rating-bar .rating-label,
.theme-sky-blue .rating .rating-bar .rating-label,
.theme-violet .rating .rating-bar .rating-label {
    color: #242424
}

.rating .rating-bar .progress {
    border-radius: 3px;
    box-shadow: none;
    float: left;
    height: 13px;
    margin: 6px 0 0;
    width: 200px
}

.theme-black .rating .rating-bar .progress,
.theme-blue .rating .rating-bar .progress,
.theme-marrs-green .rating .rating-bar .progress,
.theme-navy-blue .rating .rating-bar .progress,
.theme-pink .rating .rating-bar .progress,
.theme-red .rating .rating-bar .progress,
.theme-sky-blue .rating .rating-bar .progress,
.theme-violet .rating .rating-bar .progress {
    background: #c2c2c2
}

.theme-blue .rating .rating-bar .progress .progress-bar {
    background: #0068e1
}

.theme-violet .rating .rating-bar .progress .progress-bar {
    background: #783392
}

.theme-red .rating .rating-bar .progress .progress-bar {
    background: #e30047
}

.theme-sky-blue .rating .rating-bar .progress .progress-bar {
    background: #2ba1c0
}

.theme-marrs-green .rating .rating-bar .progress .progress-bar {
    background: #0a6f75
}

.theme-navy-blue .rating .rating-bar .progress .progress-bar {
    background: #31629f
}

.theme-pink .rating .rating-bar .progress .progress-bar {
    background: #f15497
}

.theme-black .rating .rating-bar .progress .progress-bar {
    background: #333645
}

.rating .rating-bar .rating-percentage {
    float: left;
    font-size: 17px;
    margin-left: 20px;
    text-align: left;
    width: 50px
}

.theme-black .rating .rating-bar .rating-percentage,
.theme-blue .rating .rating-bar .rating-percentage,
.theme-marrs-green .rating .rating-bar .rating-percentage,
.theme-navy-blue .rating .rating-bar .rating-percentage,
.theme-pink .rating .rating-bar .rating-percentage,
.theme-red .rating .rating-bar .rating-percentage,
.theme-sky-blue .rating .rating-bar .rating-percentage,
.theme-violet .rating .rating-bar .rating-percentage {
    color: #242424
}

.comment {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.theme-black .comment,
.theme-blue .comment,
.theme-marrs-green .comment,
.theme-navy-blue .comment,
.theme-pink .comment,
.theme-red .comment,
.theme-sky-blue .comment,
.theme-violet .comment {
    border-bottom: 1px solid #e9e9e9
}

.comment .comment-details .user-name {
    font-weight: 500
}

.comment .comment-details .time {
    display: table;
    font-size: 15px;
    font-style: italic;
    margin: 5px 0 7px
}

.theme-black .comment .comment-details .time,
.theme-blue .comment .comment-details .time,
.theme-marrs-green .comment .comment-details .time,
.theme-navy-blue .comment .comment-details .time,
.theme-pink .comment .comment-details .time,
.theme-red .comment .comment-details .time,
.theme-sky-blue .comment .comment-details .time,
.theme-violet .comment .comment-details .time {
    color: #9a9a9a
}

.comment .comment-details .user-text {
    margin-top: 7px
}

.review-form {
    margin-top: 10px
}

.review-form form>span {
    display: inline-block;
    font-size: 16px;
    margin-top: 9px
}

.theme-black .review-form form>span,
.theme-blue .review-form form>span,
.theme-marrs-green .review-form form>span,
.theme-navy-blue .review-form form>span,
.theme-pink .review-form form>span,
.theme-red .review-form form>span,
.theme-sky-blue .review-form form>span,
.theme-violet .review-form form>span {
    color: #242424
}

.review-form .rating {
    display: inline-block;
    margin: 8px 0 5px
}

.review-form .rating>input {
    display: none
}

.review-form .rating>label {
    float: right;
    margin: 0;
    padding-right: 4px;
    transition: .2s ease-in-out
}

.theme-black .review-form .rating>label,
.theme-blue .review-form .rating>label,
.theme-marrs-green .review-form .rating>label,
.theme-navy-blue .review-form .rating>label,
.theme-pink .review-form .rating>label,
.theme-red .review-form .rating>label,
.theme-sky-blue .review-form .rating>label,
.theme-violet .review-form .rating>label {
    color: #d9d9d9
}

.review-form .rating>label:before {
    content: "\f006";
    cursor: pointer;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400
}

.theme-black .review-form .rating>input:checked~label,
.theme-blue .review-form .rating>input:checked~label,
.theme-marrs-green .review-form .rating>input:checked~label,
.theme-navy-blue .review-form .rating>input:checked~label,
.theme-pink .review-form .rating>input:checked~label,
.theme-red .review-form .rating>input:checked~label,
.theme-sky-blue .review-form .rating>input:checked~label,
.theme-violet .review-form .rating>input:checked~label {
    color: #feca29
}

.review-form .rating>input:checked~label:before {
    content: "\f005"
}

.theme-black .review-form .rating:not(:checked)>label:hover,
.theme-blue .review-form .rating:not(:checked)>label:hover,
.theme-marrs-green .review-form .rating:not(:checked)>label:hover,
.theme-navy-blue .review-form .rating:not(:checked)>label:hover,
.theme-pink .review-form .rating:not(:checked)>label:hover,
.theme-red .review-form .rating:not(:checked)>label:hover,
.theme-sky-blue .review-form .rating:not(:checked)>label:hover,
.theme-violet .review-form .rating:not(:checked)>label:hover {
    color: #feca29
}

.review-form .rating:not(:checked)>label:hover:before {
    content: "\f005"
}

.theme-black .review-form .rating:not(:checked)>label:hover~label,
.theme-blue .review-form .rating:not(:checked)>label:hover~label,
.theme-marrs-green .review-form .rating:not(:checked)>label:hover~label,
.theme-navy-blue .review-form .rating:not(:checked)>label:hover~label,
.theme-pink .review-form .rating:not(:checked)>label:hover~label,
.theme-red .review-form .rating:not(:checked)>label:hover~label,
.theme-sky-blue .review-form .rating:not(:checked)>label:hover~label,
.theme-violet .review-form .rating:not(:checked)>label:hover~label {
    color: #feca29
}

.review-form .rating:not(:checked)>label:hover~label:before {
    content: "\f005"
}

.review-form .rating>input:checked+label:hover,
.review-form .rating>input:checked~label:hover,
.review-form .rating>input:checked~label:hover~label,
.review-form .rating>label:hover~input:checked~label {
    opacity: .6
}

.review-form .rating+.help-block {
    margin-bottom: 15px;
    margin-top: -10px
}

.theme-black .review-form .rating+.help-block,
.theme-blue .review-form .rating+.help-block,
.theme-marrs-green .review-form .rating+.help-block,
.theme-navy-blue .review-form .rating+.help-block,
.theme-pink .review-form .rating+.help-block,
.theme-red .review-form .rating+.help-block,
.theme-sky-blue .review-form .rating+.help-block,
.theme-violet .review-form .rating+.help-block {
    color: #f36
}

.review-form .rating-required {
    font-weight: 600
}

.theme-black .review-form .rating-required,
.theme-blue .review-form .rating-required,
.theme-marrs-green .review-form .rating-required,
.theme-navy-blue .review-form .rating-required,
.theme-pink .review-form .rating-required,
.theme-red .review-form .rating-required,
.theme-sky-blue .review-form .rating-required,
.theme-violet .review-form .rating-required {
    color: #f36
}

.review-form .note {
    margin-bottom: 0
}

.theme-black .review-form .note,
.theme-blue .review-form .note,
.theme-marrs-green .review-form .note,
.theme-navy-blue .review-form .note,
.theme-pink .review-form .note,
.theme-red .review-form .note,
.theme-sky-blue .review-form .note,
.theme-violet .review-form .note {
    color: #ff7070
}

.review-form .review-submit {
    margin: 0 15px 15px
}

@media screen and (max-width:1200px) {
    .base-image .base-image-inner {
        height: 245px
    }
}

@media screen and (max-width:991px) {
    .base-image .base-image-inner,
    .base-image .image-placeholder {
        height: 260px
    }
    .base-image .image-placeholder>i {
        font-size: 100px
    }
    .ebook-details {
        min-height: 0
    }
    .ebook-details .ebook-name {
        font-size: 30px;
        line-height: 36px
    }
    .reviews .rating {
        padding-right: 0
    }
    .ebook-tab .review-form {
        margin-left: 0
    }
}

@media screen and (max-width:767px) {
    .ebook-details-wrapper .row>.col-sm-5.col-xs-7 {
        width: 320px
    }
    .ebook-details {
        margin-top: 30px
    }
}

@media screen and (max-width:480px) {
    .ebook-details .ebook-brief {
        margin-bottom: 10px
    }
}

@media screen and (max-width:450px) {
    .ebook-details .availability {
        clear: both;
        float: none !important;
        margin: 0 0 10px
    }
    .ebook-tab .comment .comment-details {
        clear: both;
        margin-left: 0
    }
}

@media screen and (max-width:420px) {
    .ebook-details .add-to a:last-child {
        display: table;
        margin-left: 0
    }
    .rating .rating-bar .progress {
        width: 170px
    }
}

@media screen and (max-width:380px) {
    .ebook-details-wrapper .row>.col-sm-5.col-xs-7 {
        width: 100%
    }
}

.ebook-slider-wrapper {
    margin-top: 50px
}

.ebook-slider,
.ebook-slider-2 {
    margin-top: 20px
}

.ebook-slider-2 .slick-active .ebook-card:before,
.ebook-slider .slick-active .ebook-card:before {
    height: 250px
}

.ebook-card {
    display: block;
    position: relative;
    transition: .2s ease-in-out
}

.ebook-card:focus,
.ebook-card:hover {
    text-decoration: none
}

.ebook-card .div-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ebook-card .ebook-card-inner {
    overflow: hidden;
    position: relative
}

.ebook-card .ebook-image {
    position: relative
}

.ebook-card .image-holder,
.ebook-card .image-placeholder {
    height: 300px;
    transform: scale(1);
    transition: .2s ease-in-out
}

.ebook-card .image-placeholder>i {
    font-size: 70px
}

.ebook-card .ebook-ribbon {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2
}

.ebook-card .ebook-ribbon>li {
    display: block;
    padding: 0
}

.ebook-card .ebook-ribbon>li .ribbon {
    color: #fff;
    display: block;
    float: right;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 4px 5px 3px;
    position: relative
}

.ebook-card .ebook-ribbon>li .ribbon:after {
    border-style: solid;
    border-width: 12px 5px 15px 6px;
    content: "";
    position: absolute;
    right: 100%;
    top: 0
}

.ebook-card .ribbon.bg-green:after {
    border-color: transparent rgba(55, 188, 155, .9) rgba(55, 188, 155, .9) transparent
}

.ebook-card .ribbon.bg-red:after {
    border-color: transparent rgba(255, 51, 102, .9) rgba(255, 51, 102, .9) transparent
}

.ebook-card .hover-action {
    display: none;
    left: 10px;
    position: absolute;
    top: 10px;
    transition: all .5s
}

.ebook-card .user-avatar {
    left: -12px;
    position: absolute;
    top: -12px;
    transition: .2s ease-in-out;
    z-index: 1
}

.ebook-card .user-avatar img {
    background: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px
}

.ebook-card .user-avatar i {
    background: #fff;
    border-radius: 50%;
    font-size: 60px
}

.ebook-card .ebook-category {
    margin-left: 10px
}

.ebook-card .ebook-content {
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 12px 5px 0;
    position: relative;
    transition: .2s ease-in-out
}

.ebook-card .ebook-content .ebook-name {
    display: block;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    margin-top: 5px;
    text-align: left;
    transition: .2s ease-in-out
}

.theme-black .ebook-card .ebook-content .ebook-name,
.theme-blue .ebook-card .ebook-content .ebook-name,
.theme-marrs-green .ebook-card .ebook-content .ebook-name,
.theme-navy-blue .ebook-card .ebook-content .ebook-name,
.theme-pink .ebook-card .ebook-content .ebook-name,
.theme-red .ebook-card .ebook-content .ebook-name,
.theme-sky-blue .ebook-card .ebook-content .ebook-name,
.theme-violet .ebook-card .ebook-content .ebook-name {
    color: #626060
}

.ebook-card .ebook-content .ebook-name:hover {
    text-decoration: underline
}

.theme-black .ebook-card .ebook-content .ebook-name:hover,
.theme-blue .ebook-card .ebook-content .ebook-name:hover,
.theme-marrs-green .ebook-card .ebook-content .ebook-name:hover,
.theme-navy-blue .ebook-card .ebook-content .ebook-name:hover,
.theme-pink .ebook-card .ebook-content .ebook-name:hover,
.theme-red .ebook-card .ebook-content .ebook-name:hover,
.theme-sky-blue .ebook-card .ebook-content .ebook-name:hover,
.theme-violet .ebook-card .ebook-content .ebook-name:hover {
    color: #292929
}

.ebook-card .ebook-content .ebook-authors:hover,
.ebook-card .ebook-content .ebook-category:hover {
    text-decoration: none
}

.ebook-card .other-details ul.user-name {
    list-style: none;
    padding: 0 5px
}

.ebook-card .other-details ul.user-name li {
    font-size: 15px;
    width: 100%
}

.ebook-card:hover .btn-favorite>i {
    transform: translateY(0)
}

.ebook-card:hover .ebook-content {
    background: hsla(0, 0%, 100%, .9);
    transform: translateY(-35px)
}

.ebook-card:hover .more-details-wrapper {
    z-index: 1
}

.ebook-card:hover .user-avatar {
    transform: translateY(0)
}

.ebook-card:hover .ebook-category,
.ebook-card:hover .hover-action {
    display: block !important
}

.ebook-card .btn-favorite {
    background: transparent;
    font-size: 18px;
    padding: 0 0 0 5px;
    transition: .2s ease-in-out
}

.theme-black .ebook-card .btn-favorite,
.theme-blue .ebook-card .btn-favorite,
.theme-marrs-green .ebook-card .btn-favorite,
.theme-navy-blue .ebook-card .btn-favorite,
.theme-pink .ebook-card .btn-favorite,
.theme-red .ebook-card .btn-favorite,
.theme-sky-blue .ebook-card .btn-favorite,
.theme-violet .ebook-card .btn-favorite {
    color: #626060
}

.ebook-card .btn-favorite>i {
    margin: 0;
    transform: translateY(40px);
    transition: .2s ease-in-out
}

.theme-blue .ebook-card .btn-favorite:hover {
    color: #0068e1
}

.theme-violet .ebook-card .btn-favorite:hover {
    color: #783392
}

.theme-red .ebook-card .btn-favorite:hover {
    color: #e30047
}

.theme-sky-blue .ebook-card .btn-favorite:hover {
    color: #2ba1c0
}

.theme-marrs-green .ebook-card .btn-favorite:hover {
    color: #0a6f75
}

.theme-navy-blue .ebook-card .btn-favorite:hover {
    color: #31629f
}

.theme-pink .ebook-card .btn-favorite:hover {
    color: #f15497
}

.theme-black .ebook-card .btn-favorite:hover {
    color: #333645
}

.ebook-card .btn-favorite {
    border: none;
    margin-right: 10px
}

.ebook-card .more-details-wrapper {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: left;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.ebook-card .more-details-wrapper>form {
    display: inline-block
}

.ebook-card .more-details-wrapper>ul li {
    float: left;
    width: 50%
}

.rtl .ebook-card .btn-favorite+.tooltip.left .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    right: auto
}

@media screen and (max-width:991px) {
    .ebook-slider-wrapper-2 {
        margin-top: 50px
    }
}

.page-error {
    margin: 200px 0 140px;
    position: relative
}

.page-error>span {
    font-size: 250px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: -1
}

.theme-black .page-error>span,
.theme-blue .page-error>span,
.theme-marrs-green .page-error>span,
.theme-navy-blue .page-error>span,
.theme-pink .page-error>span,
.theme-red .page-error>span,
.theme-sky-blue .page-error>span,
.theme-violet .page-error>span {
    color: #f1f1f1
}

.page-error>span>span {
    display: inline-block;
    transform: rotateY(180deg)
}

.page-error .error-text>h4 {
    color: #737373;
    margin-top: 2px
}

.rtl .page-error>span>span {
    float: left
}

@media screen and (max-width:767px) {
    .page-error {
        margin: 150px 0 90px
    }
}

@media screen and (max-width:480px) {
    .page-error>span {
        font-size: 170px
    }
}

.login-form .form-inner {
    padding-bottom: 15px
}

.login-form .login .register {
    background: #fff;
    border-radius: 100%;
    height: 50px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: -25px;
    transition: .2s ease-in-out;
    width: 50px
}

.theme-blue .login-form .login .register {
    border: 4px solid #0068e1;
    color: #555
}

.theme-violet .login-form .login .register {
    border: 4px solid #783392;
    color: #555
}

.theme-red .login-form .login .register {
    border: 4px solid #e30047;
    color: #555
}

.theme-sky-blue .login-form .login .register {
    border: 4px solid #2ba1c0;
    color: #555
}

.theme-marrs-green .login-form .login .register {
    border: 4px solid #0a6f75;
    color: #555
}

.theme-navy-blue .login-form .login .register {
    border: 4px solid #31629f;
    color: #555
}

.theme-pink .login-form .login .register {
    border: 4px solid #f15497;
    color: #555
}

.theme-black .login-form .login .register {
    border: 4px solid #333645;
    color: #555
}

.theme-blue .login-form .login .register:hover {
    color: #0068e1
}

.theme-violet .login-form .login .register:hover {
    color: #783392
}

.theme-red .login-form .login .register:hover {
    color: #e30047
}

.theme-sky-blue .login-form .login .register:hover {
    color: #2ba1c0
}

.theme-marrs-green .login-form .login .register:hover {
    color: #0a6f75
}

.theme-navy-blue .login-form .login .register:hover {
    color: #31629f
}

.theme-pink .login-form .login .register:hover {
    color: #f15497
}

.theme-black .login-form .login .register:hover {
    color: #333645
}

.login-form .login .register>i {
    font-size: 24px;
    margin-left: 3px;
    margin-top: 9px
}

.login-form .login .btn-login {
    margin: 5px auto 8px;
    padding: 11px 60px
}

.login-form .forgot-password {
    font-size: 16px;
    margin-top: 10px;
    transition: .2s ease-in-out
}

.theme-blue .login-form .forgot-password {
    color: #0068e1
}

.theme-violet .login-form .forgot-password {
    color: #783392
}

.theme-red .login-form .forgot-password {
    color: #e30047
}

.theme-sky-blue .login-form .forgot-password {
    color: #2ba1c0
}

.theme-marrs-green .login-form .forgot-password {
    color: #0a6f75
}

.theme-navy-blue .login-form .forgot-password {
    color: #31629f
}

.theme-pink .login-form .forgot-password {
    color: #f15497
}

.theme-black .login-form .forgot-password {
    color: #333645
}

.theme-blue .login-form .forgot-password:hover {
    color: #1a86ff
}

.theme-violet .login-form .forgot-password:hover {
    color: #9d44be
}

.theme-red .login-form .forgot-password:hover {
    color: #ff2167
}

.theme-sky-blue .login-form .forgot-password:hover {
    color: #3bb4d3
}

.theme-marrs-green .login-form .forgot-password:hover {
    color: #0c858c
}

.theme-navy-blue .login-form .forgot-password:hover {
    color: #3b75be
}

.theme-pink .login-form .forgot-password:hover {
    color: #f36ca5
}

.theme-black .login-form .forgot-password:hover {
    color: #494d62
}

.form-wrapper .social-login-buttons {
    margin-top: 15px
}

.form-wrapper .social-login-buttons>span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px
}

.form-wrapper .social-login-buttons .hline {
    line-height: .2em;
    margin: 20px 0;
    text-align: center;
    width: 100%
}

.form-wrapper .social-login-buttons .hline-innertext {
    border-radius: 50%;
    padding: 8px 10px
}

.form-wrapper .social-login-buttons .btn-facebook {
    background: #4267b2;
    border-radius: 10px;
    color: #fff;
    opacity: .85;
    padding: 10px;
    transition: .2s ease-in-out;
    width: 75%
}

.form-wrapper .social-login-buttons .btn-facebook:hover {
    opacity: 1
}

.form-wrapper .social-login-buttons .btn-google {
    background: #dd4b39;
    border-radius: 10px;
    color: #fff;
    opacity: .85;
    padding: 10px;
    transition: .2s ease-in-out;
    width: 75%
}

.form-wrapper .social-login-buttons .btn-google:hover {
    opacity: 1
}

@media screen and (max-width:415px) {
    .login-form .checkbox {
        display: table;
        float: none !important;
        margin: 15px auto 0
    }
    .login-form .forgot-password {
        display: table;
        float: none !important;
        margin: 10px auto
    }
}

.reset-password .form-group .input-icon {
    top: 6px !important
}

.reset-password .btn-reset {
    margin-bottom: 10px
}

.register-wrapper {
    margin-top: 30px
}

.register-wrapper>.col-lg-6.col-md-7 {
    float: none;
    margin: auto
}

.register-form .form-inner {
    padding-bottom: 15px
}

.register-form .form-group {
    margin-bottom: 20px
}

.register-form .checkbox {
    display: inline-block;
    margin: 10px 0 15px 15px;
    transition: .2s ease-in-out
}

.theme-blue .register-form .checkbox a {
    color: #0068e1
}

.theme-violet .register-form .checkbox a {
    color: #783392
}

.theme-red .register-form .checkbox a {
    color: #e30047
}

.theme-sky-blue .register-form .checkbox a {
    color: #2ba1c0
}

.theme-marrs-green .register-form .checkbox a {
    color: #0a6f75
}

.theme-navy-blue .register-form .checkbox a {
    color: #31629f
}

.theme-pink .register-form .checkbox a {
    color: #f15497
}

.theme-black .register-form .checkbox a {
    color: #333645
}

.theme-blue .register-form .checkbox a:hover {
    color: #1a86ff
}

.theme-violet .register-form .checkbox a:hover {
    color: #9d44be
}

.theme-red .register-form .checkbox a:hover {
    color: #ff2167
}

.theme-sky-blue .register-form .checkbox a:hover {
    color: #3bb4d3
}

.theme-marrs-green .register-form .checkbox a:hover {
    color: #0c858c
}

.theme-navy-blue .register-form .checkbox a:hover {
    color: #3b75be
}

.theme-pink .register-form .checkbox a:hover {
    color: #f36ca5
}

.theme-black .register-form .checkbox a:hover {
    color: #494d62
}

.register-form .btn-register {
    margin: 0 15px
}

@media screen and (max-width:480px) {
    .register-form .checkbox {
        margin-top: 0
    }
    .register-form .btn-register {
        display: table;
        float: none !important;
        margin-bottom: 5px
    }
}

.contact-wrapper {
    margin-top: 30px
}

.contact-left {
    padding-bottom: 20px
}

.contact-left textarea {
    height: 160px
}

.contact-left .btn-submit {
    margin-top: 5px
}

.contact-right .contact-info {
    margin-bottom: 30px
}

.contact-right .contact-info:last-child {
    margin-bottom: 0
}

.contact-right .contact-info>i {
    font-size: 24px
}

.theme-blue .contact-right .contact-info>i {
    color: #0068e1
}

.theme-violet .contact-right .contact-info>i {
    color: #783392
}

.theme-red .contact-right .contact-info>i {
    color: #e30047
}

.theme-sky-blue .contact-right .contact-info>i {
    color: #2ba1c0
}

.theme-marrs-green .contact-right .contact-info>i {
    color: #0a6f75
}

.theme-navy-blue .contact-right .contact-info>i {
    color: #31629f
}

.theme-pink .contact-right .contact-info>i {
    color: #f15497
}

.theme-black .contact-right .contact-info>i {
    color: #333645
}

.contact-right .contact-text {
    margin-left: 40px
}

.contact-right .contact-text>h4 {
    margin-bottom: 5px
}

.contact-right .contact-text>span {
    color: #737373;
    white-space: pre-wrap;
    word-break: break-all
}

@media screen and (max-width:991px) {
    .contact-right {
        margin-top: 50px
    }
}

.my-account .sidebar-menu {
    margin-top: 1px
}

.my-account .sidebar-menu ul {
    margin: 0
}

.my-account .sidebar-menu li {
    display: block
}

.theme-black .my-account .sidebar-menu li,
.theme-blue .my-account .sidebar-menu li,
.theme-marrs-green .my-account .sidebar-menu li,
.theme-navy-blue .my-account .sidebar-menu li,
.theme-pink .my-account .sidebar-menu li,
.theme-red .my-account .sidebar-menu li,
.theme-sky-blue .my-account .sidebar-menu li,
.theme-violet .my-account .sidebar-menu li {
    border-bottom: 1px solid #e9e9e9
}

.theme-black .my-account .sidebar-menu li:first-child,
.theme-blue .my-account .sidebar-menu li:first-child,
.theme-marrs-green .my-account .sidebar-menu li:first-child,
.theme-navy-blue .my-account .sidebar-menu li:first-child,
.theme-pink .my-account .sidebar-menu li:first-child,
.theme-red .my-account .sidebar-menu li:first-child,
.theme-sky-blue .my-account .sidebar-menu li:first-child,
.theme-violet .my-account .sidebar-menu li:first-child {
    border-top: 1px solid #e9e9e9
}

.my-account .sidebar-menu li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    position: relative;
    transition: .2s ease-in-out
}

.theme-black .my-account .sidebar-menu li a,
.theme-blue .my-account .sidebar-menu li a,
.theme-marrs-green .my-account .sidebar-menu li a,
.theme-navy-blue .my-account .sidebar-menu li a,
.theme-pink .my-account .sidebar-menu li a,
.theme-red .my-account .sidebar-menu li a,
.theme-sky-blue .my-account .sidebar-menu li a,
.theme-violet .my-account .sidebar-menu li a {
    color: #555
}

.theme-blue .my-account .sidebar-menu li a:hover {
    color: #0068e1
}

.theme-violet .my-account .sidebar-menu li a:hover {
    color: #783392
}

.theme-red .my-account .sidebar-menu li a:hover {
    color: #e30047
}

.theme-sky-blue .my-account .sidebar-menu li a:hover {
    color: #2ba1c0
}

.theme-marrs-green .my-account .sidebar-menu li a:hover {
    color: #0a6f75
}

.theme-navy-blue .my-account .sidebar-menu li a:hover {
    color: #31629f
}

.theme-pink .my-account .sidebar-menu li a:hover {
    color: #f15497
}

.theme-black .my-account .sidebar-menu li a:hover {
    color: #333645
}

.theme-blue .my-account .sidebar-menu li a:hover i {
    color: #0068e1
}

.theme-violet .my-account .sidebar-menu li a:hover i {
    color: #783392
}

.theme-red .my-account .sidebar-menu li a:hover i {
    color: #e30047
}

.theme-sky-blue .my-account .sidebar-menu li a:hover i {
    color: #2ba1c0
}

.theme-marrs-green .my-account .sidebar-menu li a:hover i {
    color: #0a6f75
}

.theme-navy-blue .my-account .sidebar-menu li a:hover i {
    color: #31629f
}

.theme-pink .my-account .sidebar-menu li a:hover i {
    color: #f15497
}

.theme-black .my-account .sidebar-menu li a:hover i {
    color: #333645
}

.my-account .sidebar-menu li a i {
    margin-right: 5px;
    transition: .2s ease-in-out
}

.theme-black .my-account .sidebar-menu li a i,
.theme-blue .my-account .sidebar-menu li a i,
.theme-marrs-green .my-account .sidebar-menu li a i,
.theme-navy-blue .my-account .sidebar-menu li a i,
.theme-pink .my-account .sidebar-menu li a i,
.theme-red .my-account .sidebar-menu li a i,
.theme-sky-blue .my-account .sidebar-menu li a i,
.theme-violet .my-account .sidebar-menu li a i {
    color: #626060
}

.theme-blue .my-account .sidebar-menu li.active a {
    color: #0068e1
}

.theme-violet .my-account .sidebar-menu li.active a {
    color: #783392
}

.theme-red .my-account .sidebar-menu li.active a {
    color: #e30047
}

.theme-sky-blue .my-account .sidebar-menu li.active a {
    color: #2ba1c0
}

.theme-marrs-green .my-account .sidebar-menu li.active a {
    color: #0a6f75
}

.theme-navy-blue .my-account .sidebar-menu li.active a {
    color: #31629f
}

.theme-pink .my-account .sidebar-menu li.active a {
    color: #f15497
}

.theme-black .my-account .sidebar-menu li.active a {
    color: #333645
}

.theme-blue .my-account .sidebar-menu li.active a i {
    color: #0068e1
}

.theme-violet .my-account .sidebar-menu li.active a i {
    color: #783392
}

.theme-red .my-account .sidebar-menu li.active a i {
    color: #e30047
}

.theme-sky-blue .my-account .sidebar-menu li.active a i {
    color: #2ba1c0
}

.theme-marrs-green .my-account .sidebar-menu li.active a i {
    color: #0a6f75
}

.theme-navy-blue .my-account .sidebar-menu li.active a i {
    color: #31629f
}

.theme-pink .my-account .sidebar-menu li.active a i {
    color: #f15497
}

.theme-black .my-account .sidebar-menu li.active a i {
    color: #333645
}

.index-table {
    border-radius: 3px;
    padding: 10px 15px 5px
}

.theme-black .index-table,
.theme-blue .index-table,
.theme-marrs-green .index-table,
.theme-navy-blue .index-table,
.theme-pink .index-table,
.theme-red .index-table,
.theme-sky-blue .index-table,
.theme-violet .index-table {
    border: 1px solid #e9e9e9
}

.index-table>h3 {
    margin: 25px 0 30px
}

.index-table .table-responsive td:first-child,
.index-table .table-responsive th:first-child {
    padding-left: 0;
    width: 105px
}

.index-table .table-responsive td {
    padding: 12px 8px;
    vertical-align: middle
}

.index-table .table-responsive td:first-child .image-holder,
.index-table .table-responsive td:first-child .image-placeholder {
    margin: 5px 0
}

.index-table .table-responsive td:nth-child(2) a {
    font-size: 16px
}

.theme-black .index-table .table-responsive td:nth-child(2) a,
.theme-blue .index-table .table-responsive td:nth-child(2) a,
.theme-marrs-green .index-table .table-responsive td:nth-child(2) a,
.theme-navy-blue .index-table .table-responsive td:nth-child(2) a,
.theme-pink .index-table .table-responsive td:nth-child(2) a,
.theme-red .index-table .table-responsive td:nth-child(2) a,
.theme-sky-blue .index-table .table-responsive td:nth-child(2) a,
.theme-violet .index-table .table-responsive td:nth-child(2) a {
    color: #555
}

.theme-blue .index-table .table-responsive td:nth-child(2) a:hover {
    color: #0068e1
}

.theme-violet .index-table .table-responsive td:nth-child(2) a:hover {
    color: #783392
}

.theme-red .index-table .table-responsive td:nth-child(2) a:hover {
    color: #e30047
}

.theme-sky-blue .index-table .table-responsive td:nth-child(2) a:hover {
    color: #2ba1c0
}

.theme-marrs-green .index-table .table-responsive td:nth-child(2) a:hover {
    color: #0a6f75
}

.theme-navy-blue .index-table .table-responsive td:nth-child(2) a:hover {
    color: #31629f
}

.theme-pink .index-table .table-responsive td:nth-child(2) a:hover {
    color: #f15497
}

.theme-black .index-table .table-responsive td:nth-child(2) a:hover {
    color: #333645
}

.index-table .table-responsive td.action a {
    display: inline-block
}

.theme-black .index-table .table-favorite td,
.theme-blue .index-table .table-favorite td,
.theme-marrs-green .index-table .table-favorite td,
.theme-navy-blue .index-table .table-favorite td,
.theme-pink .index-table .table-favorite td,
.theme-red .index-table .table-favorite td,
.theme-sky-blue .index-table .table-favorite td,
.theme-violet .index-table .table-favorite td {
    border-top: 1px solid #f1f1f1
}

.index-table .image-placeholder {
    border-radius: 3px;
    height: 70px;
    width: 75px
}

.theme-black .index-table .image-placeholder,
.theme-blue .index-table .image-placeholder,
.theme-marrs-green .index-table .image-placeholder,
.theme-navy-blue .index-table .image-placeholder,
.theme-pink .index-table .image-placeholder,
.theme-red .index-table .image-placeholder,
.theme-sky-blue .index-table .image-placeholder,
.theme-violet .index-table .image-placeholder {
    border: 1px solid #e9e9e9
}

.index-table .image-placeholder>i {
    font-size: 36px
}

.index-table .image-holder {
    height: 70px;
    width: 75px
}

.account-details {
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px 15px 5px
}

.theme-black .account-details,
.theme-blue .account-details,
.theme-marrs-green .account-details,
.theme-navy-blue .account-details,
.theme-pink .account-details,
.theme-red .account-details,
.theme-sky-blue .account-details,
.theme-violet .account-details {
    border: 1px solid #e9e9e9
}

.account-details .account {
    margin-bottom: 15px
}

.account-details h4 {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.theme-black .account-details h4,
.theme-blue .account-details h4,
.theme-marrs-green .account-details h4,
.theme-navy-blue .account-details h4,
.theme-pink .account-details h4,
.theme-red .account-details h4,
.theme-sky-blue .account-details h4,
.theme-violet .account-details h4 {
    border-bottom: 1px solid #d9d9d9
}

@media screen and (max-width:991px) {
    .my-account .sidebar-menu {
        margin-bottom: 30px;
        margin-top: 0
    }
}

.my-dashboard .table>tbody>tr>td:first-child,
.my-dashboard .table>thead>tr>th:first-child {
    padding-left: 0
}

.my-dashboard .account-information {
    border-radius: 3px;
    padding: 15px
}

.theme-black .my-dashboard .account-information,
.theme-blue .my-dashboard .account-information,
.theme-marrs-green .my-dashboard .account-information,
.theme-navy-blue .my-dashboard .account-information,
.theme-pink .my-dashboard .account-information,
.theme-red .my-dashboard .account-information,
.theme-sky-blue .my-dashboard .account-information,
.theme-violet .my-dashboard .account-information {
    border: 1px solid #e9e9e9
}

.my-dashboard .account-information h4 {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px
}

.theme-black .my-dashboard .account-information h4,
.theme-blue .my-dashboard .account-information h4,
.theme-marrs-green .my-dashboard .account-information h4,
.theme-navy-blue .my-dashboard .account-information h4,
.theme-pink .my-dashboard .account-information h4,
.theme-red .my-dashboard .account-information h4,
.theme-sky-blue .my-dashboard .account-information h4,
.theme-violet .my-dashboard .account-information h4 {
    border-bottom: 1px solid #d9d9d9
}

/*.my-dashboard .account-information span {
    display: block;
    font-size: 16px;
    padding: 4px 0
}

.my-dashboard .account-information a {
    display: table;
    padding: 4px 0;
    transition: .2s ease-in-out
}*/

.theme-blue .my-dashboard .account-information a {
    color: #0068e1
}

.theme-violet .my-dashboard .account-information a {
    color: #783392
}

.theme-red .my-dashboard .account-information a {
    color: #e30047
}

.theme-sky-blue .my-dashboard .account-information a {
    color: #2ba1c0
}

.theme-marrs-green .my-dashboard .account-information a {
    color: #0a6f75
}

.theme-navy-blue .my-dashboard .account-information a {
    color: #31629f
}

.theme-pink .my-dashboard .account-information a {
    color: #f15497
}

.theme-black .my-dashboard .account-information a {
    color: #333645
}

.theme-blue .my-dashboard .account-information a:hover {
    color: #1a86ff
}

.theme-violet .my-dashboard .account-information a:hover {
    color: #9d44be
}

.theme-red .my-dashboard .account-information a:hover {
    color: #ff2167
}

.theme-sky-blue .my-dashboard .account-information a:hover {
    color: #3bb4d3
}

.theme-marrs-green .my-dashboard .account-information a:hover {
    color: #0c858c
}

.theme-navy-blue .my-dashboard .account-information a:hover {
    color: #3b75be
}

.theme-pink .my-dashboard .account-information a:hover {
    color: #f36ca5
}

.theme-black .my-dashboard .account-information a:hover {
    color: #494d62
}

.my-dashboard .dot {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px
}

.my-dashboard .red {
    background-color: #fc4b4b
}

.my-dashboard .green {
    background-color: #37bc9b
}

.theme-black .ebook-list-header,
.theme-blue .ebook-list-header,
.theme-marrs-green .ebook-list-header,
.theme-navy-blue .ebook-list-header,
.theme-pink .ebook-list-header,
.theme-red .ebook-list-header,
.theme-sky-blue .ebook-list-header,
.theme-violet .ebook-list-header {
    border-bottom: 1px solid #d9d9d9
}

.theme-black .ebook-list-header .search-result-title span,
.theme-blue .ebook-list-header .search-result-title span,
.theme-marrs-green .ebook-list-header .search-result-title span,
.theme-navy-blue .ebook-list-header .search-result-title span,
.theme-pink .ebook-list-header .search-result-title span,
.theme-red .ebook-list-header .search-result-title span,
.theme-sky-blue .ebook-list-header .search-result-title span,
.theme-violet .ebook-list-header .search-result-title span {
    color: #9a9a9a
}

.ebook-list-header .nav-tabs {
    border: none;
    margin-right: 10px
}

.theme-blue .ebook-list-header .nav-tabs>li.active a {
    color: #0068e1 !important
}

.theme-violet .ebook-list-header .nav-tabs>li.active a {
    color: #783392 !important
}

.theme-red .ebook-list-header .nav-tabs>li.active a {
    color: #e30047 !important
}

.theme-sky-blue .ebook-list-header .nav-tabs>li.active a {
    color: #2ba1c0 !important
}

.theme-marrs-green .ebook-list-header .nav-tabs>li.active a {
    color: #0a6f75 !important
}

.theme-navy-blue .ebook-list-header .nav-tabs>li.active a {
    color: #31629f !important
}

.theme-pink .ebook-list-header .nav-tabs>li.active a {
    color: #f15497 !important
}

.theme-black .ebook-list-header .nav-tabs>li.active a {
    color: #333645 !important
}

.ebook-list-header .nav-tabs>li>a {
    font-size: 20px;
    margin-top: 9px;
    padding: 0 8px
}

.theme-black .ebook-list-header .nav-tabs>li>a,
.theme-blue .ebook-list-header .nav-tabs>li>a,
.theme-marrs-green .ebook-list-header .nav-tabs>li>a,
.theme-navy-blue .ebook-list-header .nav-tabs>li>a,
.theme-pink .ebook-list-header .nav-tabs>li>a,
.theme-red .ebook-list-header .nav-tabs>li>a,
.theme-sky-blue .ebook-list-header .nav-tabs>li>a,
.theme-violet .ebook-list-header .nav-tabs>li>a {
    color: #c2c2c2
}

.ebook-list-header .nav-tabs>li>a:after {
    height: 0;
    width: 0
}

.theme-black .ebook-list-header .nav-tabs>li>a:hover,
.theme-blue .ebook-list-header .nav-tabs>li>a:hover,
.theme-marrs-green .ebook-list-header .nav-tabs>li>a:hover,
.theme-navy-blue .ebook-list-header .nav-tabs>li>a:hover,
.theme-pink .ebook-list-header .nav-tabs>li>a:hover,
.theme-red .ebook-list-header .nav-tabs>li>a:hover,
.theme-sky-blue .ebook-list-header .nav-tabs>li>a:hover,
.theme-violet .ebook-list-header .nav-tabs>li>a:hover {
    color: #9a9a9a
}

.ebook-list-header .nav-tabs>li>a i {
    -webkit-text-stroke: .5px #fff
}

.ebook-list-header .search-result-right {
    display: flex
}

.user-details-section {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding: 15px
}

.user-details-section .date,
.user-details-section .role {
    display: block;
    font-size: 12px
}

.user-details-section .details-section {
    border-top: 1px solid #000;
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
    text-align: justify
}

.user-details-section .image-placeholder img {
    border-radius: 50%;
    height: 150px;
    margin-bottom: 10px;
    width: 150px
}

.user-details-section .default-placeholder i {
    font-size: 100px;
    margin-bottom: 10px
}

.user-details {
    text-align: center
}

.user-details .social-links>li a {
    display: table;
    font-size: 20px;
    height: 40px;
    text-align: center;
    transition: .2s ease-in-out;
    width: 25px
}

.filter-section {
    margin-bottom: 20px
}

.filter-section:last-child {
    border-bottom: none
}

.filter-section:last-child .filter-options:last-child {
    padding-bottom: 0
}

.filter-section .filter-category {
    margin: 0;
    padding: 6px 0px;
    margin-left: 5px !important;
}

.theme-black .filter-section .filter-category,
.theme-blue .filter-section .filter-category,
.theme-marrs-green .filter-section .filter-category,
.theme-navy-blue .filter-section .filter-category,
.theme-pink .filter-section .filter-category,
.theme-red .filter-section .filter-category,
.theme-sky-blue .filter-section .filter-category,
.theme-violet .filter-section .filter-category {
    border-right: 1px solid #e9e9e9
}

.filter-section .filter-category li {
    display: block;
    padding: 0
}

.filter-section .filter-category li>ul {
    display: none
}

.theme-blue .filter-section .filter-category li.active>a {
    color: #0068e1
}

.theme-violet .filter-section .filter-category li.active>a {
    color: #783392
}

.theme-red .filter-section .filter-category li.active>a {
    color: #e30047
}

.theme-sky-blue .filter-section .filter-category li.active>a {
    color: #2ba1c0
}

.theme-marrs-green .filter-section .filter-category li.active>a {
    color: #0a6f75
}

.theme-navy-blue .filter-section .filter-category li.active>a {
    color: #31629f
}

.theme-pink .filter-section .filter-category li.active>a {
    color: #f15497
}

.theme-black .filter-section .filter-category li.active>a {
    color: #333645
}

.theme-black .filter-section .filter-category>li,
.theme-blue .filter-section .filter-category>li,
.theme-marrs-green .filter-section .filter-category>li,
.theme-navy-blue .filter-section .filter-category>li,
.theme-pink .filter-section .filter-category>li,
.theme-red .filter-section .filter-category>li,
.theme-sky-blue .filter-section .filter-category>li,
.theme-violet .filter-section .filter-category>li {
    border-bottom: 1px solid #f1f1f1
}

.filter-section .filter-category>li:last-child {
    border-bottom: none
}

.filter-section .filter-category>li>i {
    margin-top: 13px
}

.filter-section .filter-category>li>a {
    padding: 10px 0
}

.filter-section .filter-category>li ul li i {
    margin-top: 7px
}

.filter-section .filter-category>li ul li a {
    padding: 5px 0
}

.filter-section .filter-category>li ul li:first-child i {
    margin-top: 3px
}

.filter-section .filter-category>li ul li:first-child a {
    padding-top: 0
}

.filter-section .filter-category a {
    display: block;
    margin-left: 18px;
    transition: .2s ease-in-out
}

.theme-black .filter-section .filter-category a,
.theme-blue .filter-section .filter-category a,
.theme-marrs-green .filter-section .filter-category a,
.theme-navy-blue .filter-section .filter-category a,
.theme-pink .filter-section .filter-category a,
.theme-red .filter-section .filter-category a,
.theme-sky-blue .filter-section .filter-category a,
.theme-violet .filter-section .filter-category a {
    color: #626060
}

.theme-blue .filter-section .filter-category a:hover {
    color: #0068e1
}

.theme-violet .filter-section .filter-category a:hover {
    color: #783392
}

.theme-red .filter-section .filter-category a:hover {
    color: #e30047
}

.theme-sky-blue .filter-section .filter-category a:hover {
    color: #2ba1c0
}

.theme-marrs-green .filter-section .filter-category a:hover {
    color: #0a6f75
}

.theme-navy-blue .filter-section .filter-category a:hover {
    color: #31629f
}

.theme-pink .filter-section .filter-category a:hover {
    color: #f15497
}

.theme-black .filter-section .filter-category a:hover {
    color: #333645
}

.filter-section .filter-category i {
    cursor: pointer;
    transform: rotate(0deg);
    transition: .2s ease-in-out
}

.filter-section .filter-category i.open {
    transform: rotate(90deg)
}

.filter-section .filter-category ul {
    list-style: none;
    margin: 0 0 5px 15px;
    
}

.filter-section .filter-category ul ul {
    margin: 0 0 0 20px
}

.filter-section .sub-category>i {
    transform: rotate(0deg);
    transition: .2s ease-in-out
}

.filter-section .sub-category.active>i {
    transform: rotate(90deg)
}

.filter-section .form-group {
    margin-bottom: 0;
    overflow: auto
}

.filter-section h4 {
    margin-bottom: 8px
}

.theme-black .filter-section h4,
.theme-blue .filter-section h4,
.theme-marrs-green .filter-section h4,
.theme-navy-blue .filter-section h4,
.theme-pink .filter-section h4,
.theme-red .filter-section h4,
.theme-sky-blue .filter-section h4,
.theme-violet .filter-section h4 {
    border-bottom: 2px solid #e9e9e9;
    color: #626060
}

.filter-section .checkbox {
    float: left;
    margin-bottom: 5px
}

.filter-section .checkbox:first-child {
    margin-top: 5px
}

.filter-section .checkbox:last-child {
    margin-bottom: 10px
}

.filter-section .checkbox>label {
    font-size: 15px;
    word-break: break-all
}

.rtl .filter-section .filter-category i {
    cursor: pointer;
    transform: rotate(0deg) rotateY(180deg);
    transition: .2s ease-in-out
}

.rtl .filter-section .filter-category i.open {
    transform: rotate(90deg) rotateY(180deg)
}

.btn-filter {
    margin-top: 30px
}

.ebook-list-result {
    padding-bottom: 20px
}

.theme-black .ebook-list-result,
.theme-blue .ebook-list-result,
.theme-marrs-green .ebook-list-result,
.theme-navy-blue .ebook-list-result,
.theme-pink .ebook-list-result,
.theme-red .ebook-list-result,
.theme-sky-blue .ebook-list-result,
.theme-violet .ebook-list-result {
    border-bottom: 1px solid #d9d9d9
}

.ebook-list-result .grid-ebooks {
    grid-template-columns: repeat(3, 33.3333333333%)
}

.ebook-list-result .tab-pane h3 {
    grid-column: 1/-1;
    margin: 35px 0 15px;
    text-align: center
}

#grid-view {
    overflow: hidden
}

.ebook-card-list {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.theme-black .ebook-card-list,
.theme-blue .ebook-card-list,
.theme-marrs-green .ebook-card-list,
.theme-navy-blue .ebook-card-list,
.theme-pink .ebook-card-list,
.theme-red .ebook-card-list,
.theme-sky-blue .ebook-card-list,
.theme-violet .ebook-card-list {
    border-bottom: 1px solid #e9e9e9
}

.ebook-card-list:first-child {
    margin-top: 20px
}

.ebook-card-list:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.ebook-card-list .ebook-image {
    position: relative
}

.ebook-card-list .image-holder {
    height: 280px;
    width: 240px
}

.ebook-card-list .image-placeholder {
    border-radius: 3px;
    height: 140px;
    width: 180px
}

.theme-black .ebook-card-list .image-placeholder,
.theme-blue .ebook-card-list .image-placeholder,
.theme-marrs-green .ebook-card-list .image-placeholder,
.theme-navy-blue .ebook-card-list .image-placeholder,
.theme-pink .ebook-card-list .image-placeholder,
.theme-red .ebook-card-list .image-placeholder,
.theme-sky-blue .ebook-card-list .image-placeholder,
.theme-violet .ebook-card-list .image-placeholder {
    border: 1px solid #e9e9e9
}

.ebook-card-list .image-placeholder>i {
    font-size: 70px
}

.ebook-card-list .ebook-ribbon {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2
}

.ebook-card-list .ebook-ribbon>li {
    display: block;
    padding: 0
}

.ebook-card-list .ebook-ribbon>li .ribbon {
    color: #fff;
    display: block;
    float: right;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 4px 5px 3px;
    position: relative
}

.ebook-card-list .ebook-ribbon>li .ribbon:after {
    border-style: solid;
    border-width: 12px 5px 15px 6px;
    content: "";
    position: absolute;
    right: 100%;
    top: 0
}

.theme-black .ebook-card-list .ribbon.bg-green:after,
.theme-blue .ebook-card-list .ribbon.bg-green:after,
.theme-marrs-green .ebook-card-list .ribbon.bg-green:after,
.theme-navy-blue .ebook-card-list .ribbon.bg-green:after,
.theme-pink .ebook-card-list .ribbon.bg-green:after,
.theme-red .ebook-card-list .ribbon.bg-green:after,
.theme-sky-blue .ebook-card-list .ribbon.bg-green:after,
.theme-violet .ebook-card-list .ribbon.bg-green:after {
    border-color: transparent #37bc9b #37bc9b transparent
}

.theme-black .ebook-card-list .ribbon.bg-red:after,
.theme-blue .ebook-card-list .ribbon.bg-red:after,
.theme-marrs-green .ebook-card-list .ribbon.bg-red:after,
.theme-navy-blue .ebook-card-list .ribbon.bg-red:after,
.theme-pink .ebook-card-list .ribbon.bg-red:after,
.theme-red .ebook-card-list .ribbon.bg-red:after,
.theme-sky-blue .ebook-card-list .ribbon.bg-red:after,
.theme-violet .ebook-card-list .ribbon.bg-red:after {
    border-color: transparent #f36 #f36 transparent
}

.ebook-card-list .ebook-content {
    margin-left: 260px
}

.ebook-card-list .user-avatar img {
    border-radius: 50%;
    height: 50px;
    margin: 10px;
    width: 50px
}

.ebook-card-list .user-avatar i {
    border-radius: 50%;
    font-size: 50px;
    margin: 10px
}

.ebook-card-list ul.user-name {
    list-style: none;
    padding: 0 5px
}

.ebook-card-list ul.user-name li {
    font-size: 15px;
    width: 100%
}

.ebook-card-list .ebook-name {
    display: inline-block
}

.ebook-card-list .ebook-name>h5 {
    transition: .2s ease-in-out
}

.theme-black .ebook-card-list .ebook-name>h5,
.theme-blue .ebook-card-list .ebook-name>h5,
.theme-marrs-green .ebook-card-list .ebook-name>h5,
.theme-navy-blue .ebook-card-list .ebook-name>h5,
.theme-pink .ebook-card-list .ebook-name>h5,
.theme-red .ebook-card-list .ebook-name>h5,
.theme-sky-blue .ebook-card-list .ebook-name>h5,
.theme-violet .ebook-card-list .ebook-name>h5 {
    color: #626060
}

.theme-black .ebook-card-list .ebook-name>h5:hover,
.theme-blue .ebook-card-list .ebook-name>h5:hover,
.theme-marrs-green .ebook-card-list .ebook-name>h5:hover,
.theme-navy-blue .ebook-card-list .ebook-name>h5:hover,
.theme-pink .ebook-card-list .ebook-name>h5:hover,
.theme-red .ebook-card-list .ebook-name>h5:hover,
.theme-sky-blue .ebook-card-list .ebook-name>h5:hover,
.theme-violet .ebook-card-list .ebook-name>h5:hover {
    color: #292929
}

.ebook-card-list p {
    margin-top: 6px
}

.ebook-card-list .ebook-card-buttons {
    display: flex;
    margin-top: 12px
}

.ebook-card-list .ebook-card-buttons a.btn {
    border: 1px solid #d9d9d9;
    margin: 0 5px;
    padding: 9px 15px
}

.ebook-card-list .btn-favorite {
    background: transparent;
    border-radius: 3px;
    margin-right: 8px;
    padding: 10px 0;
    text-align: center;
    width: 48px
}

.theme-black .ebook-card-list .btn-favorite,
.theme-blue .ebook-card-list .btn-favorite,
.theme-marrs-green .ebook-card-list .btn-favorite,
.theme-navy-blue .ebook-card-list .btn-favorite,
.theme-pink .ebook-card-list .btn-favorite,
.theme-red .ebook-card-list .btn-favorite,
.theme-sky-blue .ebook-card-list .btn-favorite,
.theme-violet .ebook-card-list .btn-favorite {
    border: 1px solid #d9d9d9
}

.theme-blue .ebook-card-list .btn-favorite:hover {
    border-color: #0068e1;
    color: #0068e1
}

.theme-violet .ebook-card-list .btn-favorite:hover {
    border-color: #783392;
    color: #783392
}

.theme-red .ebook-card-list .btn-favorite:hover {
    border-color: #e30047;
    color: #e30047
}

.theme-sky-blue .ebook-card-list .btn-favorite:hover {
    border-color: #2ba1c0;
    color: #2ba1c0
}

.theme-marrs-green .ebook-card-list .btn-favorite:hover {
    border-color: #0a6f75;
    color: #0a6f75
}

.theme-navy-blue .ebook-card-list .btn-favorite:hover {
    border-color: #31629f;
    color: #31629f
}

.theme-pink .ebook-card-list .btn-favorite:hover {
    border-color: #f15497;
    color: #f15497
}

.theme-black .ebook-card-list .btn-favorite:hover {
    border-color: #333645;
    color: #333645
}

@media screen and (max-width:991px) {
    .ebook-list-header {
        margin-top: 40px
    }
}

@media screen and (max-width:480px) {
    .ebook-list .pagination {
        margin-top: 15px
    }
}

@media screen and (min-width:681px) {
    .ebook-list-result .grid-ebooks .ebook-card:nth-child(-n+3) {
        margin-top: 20px
    }
}

@media screen and (max-width:680px) {
    .ebook-list-result .grid-ebooks {
        grid-template-columns: repeat(2, 50%)
    }
}

@media screen and (max-width:650px) {
    .ebook-list-header .search-result-title {
        display: block;
        float: none !important
    }
    .ebook-list-header .search-result-right {
        float: left !important;
        margin-top: 10px
    }
}

@media screen and (max-width:520px) {
    .ebook-card-list .ebook-image {
        display: table;
        float: none !important
    }
    .ebook-card-list .ebook-content {
        clear: both;
        display: block;
        margin: 12px 0 0
    }
}

@media screen and (min-width:501px) {
    .ebook-list-result .grid-ebooks .ebook-card:nth-child(-n+2) {
        margin-top: 20px
    }
}

@media screen and (max-width:500px) {
    .ebook-list-result .grid-ebooks {
        grid-template-columns: repeat(1, 100%)
    }
}

.confirmation {
    margin-top: 30px
}

.confirmation i {
    -webkit-text-stroke: 9px #fff;
    font-size: 100px
}

.theme-black .confirmation i,
.theme-blue .confirmation i,
.theme-marrs-green .confirmation i,
.theme-navy-blue .confirmation i,
.theme-pink .confirmation i,
.theme-red .confirmation i,
.theme-sky-blue .confirmation i,
.theme-violet .confirmation i {
    color: #37bc9b
}

.confirmation p {
    display: block;
    font-size: 17px;
    line-height: 28px;
    margin-top: 10px
}

.confirmation p>span {
    font-weight: 600
}

.footer {
    background: #333645
}

.footer .footer-top .footer-logo {
    align-items: center;
    display: flex;
    height: 64px;
    text-decoration: none;
    width: 200px
}

.footer .footer-top .footer-logo h2 {
    color: #fafafa
}

.footer .footer-top .footer-logo img {
    max-height: 100%;
    max-width: 100%
}

.footer .footer-top .footer-brief {
    margin-top: 10px
}

.theme-black .footer .footer-top .footer-brief,
.theme-black .footer .footer-top .footer-two>*,
.theme-blue .footer .footer-top .footer-brief,
.theme-blue .footer .footer-top .footer-two>*,
.theme-marrs-green .footer .footer-top .footer-brief,
.theme-marrs-green .footer .footer-top .footer-two>*,
.theme-navy-blue .footer .footer-top .footer-brief,
.theme-navy-blue .footer .footer-top .footer-two>*,
.theme-pink .footer .footer-top .footer-brief,
.theme-pink .footer .footer-top .footer-two>*,
.theme-red .footer .footer-top .footer-brief,
.theme-red .footer .footer-top .footer-two>*,
.theme-sky-blue .footer .footer-top .footer-brief,
.theme-sky-blue .footer .footer-top .footer-two>*,
.theme-violet .footer .footer-top .footer-brief,
.theme-violet .footer .footer-top .footer-two>* {
    color: #c2c2c2
}

.footer .footer-top .footer-two h4.title {
    margin-bottom: 5px;
    padding: 8px 0
}

.theme-black .footer .footer-top .footer-two h4.title,
.theme-blue .footer .footer-top .footer-two h4.title,
.theme-marrs-green .footer .footer-top .footer-two h4.title,
.theme-navy-blue .footer .footer-top .footer-two h4.title,
.theme-pink .footer .footer-top .footer-two h4.title,
.theme-red .footer .footer-top .footer-two h4.title,
.theme-sky-blue .footer .footer-top .footer-two h4.title,
.theme-violet .footer .footer-top .footer-two h4.title {
    color: #f1f1f1
}

.footer .footer-top .contact {
    background: rgba(38, 41, 56, .4);
    border-radius: 3px;
    margin-top: 15px;
    padding: 15px 18px
}

.footer .footer-top .contact .list-inline>li {
    display: block;
    font-size: 15px;
    line-height: 25px;
    white-space: nowrap
}

.theme-black .footer .footer-top .contact .list-inline>li,
.theme-blue .footer .footer-top .contact .list-inline>li,
.theme-marrs-green .footer .footer-top .contact .list-inline>li,
.theme-navy-blue .footer .footer-top .contact .list-inline>li,
.theme-pink .footer .footer-top .contact .list-inline>li,
.theme-red .footer .footer-top .contact .list-inline>li,
.theme-sky-blue .footer .footer-top .contact .list-inline>li,
.theme-violet .footer .footer-top .contact .list-inline>li {
    color: #c2c2c2
}

.footer .footer-top .contact .list-inline>li>i {
    float: left;
    margin-top: 5px
}

.theme-blue .footer .footer-top .contact .list-inline>li>i {
    color: #0068e1
}

.theme-violet .footer .footer-top .contact .list-inline>li>i {
    color: #783392
}

.theme-red .footer .footer-top .contact .list-inline>li>i {
    color: #e30047
}

.theme-sky-blue .footer .footer-top .contact .list-inline>li>i {
    color: #2ba1c0
}

.theme-marrs-green .footer .footer-top .contact .list-inline>li>i {
    color: #0a6f75
}

.theme-navy-blue .footer .footer-top .contact .list-inline>li>i {
    color: #31629f
}

.theme-pink .footer .footer-top .contact .list-inline>li>i {
    color: #f15497
}

.theme-black .footer .footer-top .contact .list-inline>li>i {
    color: #333645
}

.footer .footer-top .contact .contact-info {
    display: block;
    margin-left: 25px;
    white-space: pre-wrap;
    word-break: break-all
}

.footer .footer-top .links h4 {
    margin-bottom: 5px;
    padding: 8px 0;
    position: relative;
    transition: .2s ease-in-out
}

.theme-black .footer .footer-top .links h4,
.theme-blue .footer .footer-top .links h4,
.theme-marrs-green .footer .footer-top .links h4,
.theme-navy-blue .footer .footer-top .links h4,
.theme-pink .footer .footer-top .links h4,
.theme-red .footer .footer-top .links h4,
.theme-sky-blue .footer .footer-top .links h4,
.theme-violet .footer .footer-top .links h4 {
    color: #f1f1f1
}

.footer .footer-top .links .list-inline {
    overflow: hidden
}

.footer .footer-top .links .list-inline>li {
    display: block
}

.footer .footer-top .links .list-inline>li>a {
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    transition: .2s ease-in-out
}

.theme-black .footer .footer-top .links .list-inline>li>a,
.theme-blue .footer .footer-top .links .list-inline>li>a,
.theme-marrs-green .footer .footer-top .links .list-inline>li>a,
.theme-navy-blue .footer .footer-top .links .list-inline>li>a,
.theme-pink .footer .footer-top .links .list-inline>li>a,
.theme-red .footer .footer-top .links .list-inline>li>a,
.theme-sky-blue .footer .footer-top .links .list-inline>li>a,
.theme-violet .footer .footer-top .links .list-inline>li>a {
    color: #c2c2c2
}

.theme-blue .footer .footer-top .links .list-inline>li>a:hover {
    color: #0068e1
}

.theme-violet .footer .footer-top .links .list-inline>li>a:hover {
    color: #783392
}

.theme-red .footer .footer-top .links .list-inline>li>a:hover {
    color: #e30047
}

.theme-sky-blue .footer .footer-top .links .list-inline>li>a:hover {
    color: #2ba1c0
}

.theme-marrs-green .footer .footer-top .links .list-inline>li>a:hover {
    color: #0a6f75
}

.theme-navy-blue .footer .footer-top .links .list-inline>li>a:hover {
    color: #31629f
}

.theme-pink .footer .footer-top .links .list-inline>li>a:hover {
    color: #f15497
}

.theme-black .footer .footer-top .links .list-inline>li>a:hover {
    color: #333645
}

.footer .footer-top .links .show {
    margin-bottom: 10px
}

.footer .footer-top .links.ebook-tag .list-inline {
    margin-top: 14px
}

.footer .footer-top .links.ebook-tag .list-inline li {
    float: left
}

.footer .footer-top .links.ebook-tag .list-inline li>a {
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px
}

.theme-black .footer .footer-top .links.ebook-tag .list-inline li>a,
.theme-blue .footer .footer-top .links.ebook-tag .list-inline li>a,
.theme-marrs-green .footer .footer-top .links.ebook-tag .list-inline li>a,
.theme-navy-blue .footer .footer-top .links.ebook-tag .list-inline li>a,
.theme-pink .footer .footer-top .links.ebook-tag .list-inline li>a,
.theme-red .footer .footer-top .links.ebook-tag .list-inline li>a,
.theme-sky-blue .footer .footer-top .links.ebook-tag .list-inline li>a,
.theme-violet .footer .footer-top .links.ebook-tag .list-inline li>a {
    border: 1px solid #333
}

.footer .footer-top .links.ebook-tag .list-inline li>a:hover {
    border-style: solid;
    text-decoration: none
}

.theme-black .footer .footer-top .links.ebook-tag .list-inline li>a:hover,
.theme-blue .footer .footer-top .links.ebook-tag .list-inline li>a:hover,
.theme-marrs-green .footer .footer-top .links.ebook-tag .list-inline li>a:hover,
.theme-navy-blue .footer .footer-top .links.ebook-tag .list-inline li>a:hover,
.theme-pink .footer .footer-top .links.ebook-tag .list-inline li>a:hover,
.theme-red .footer .footer-top .links.ebook-tag .list-inline li>a:hover,
.theme-sky-blue .footer .footer-top .links.ebook-tag .list-inline li>a:hover,
.theme-violet .footer .footer-top .links.ebook-tag .list-inline li>a:hover {
    border-color: #fafafa
}

.footer .footer-middle {
    border-top: 1px solid hsla(0, 0%, 100%, .05)
}

.footer .footer-middle .subscribe {
    display: inline-block
}

.footer .footer-middle .subscribe .form-group {
    display: inline-block;
    margin: 0;
    vertical-align: bottom
}

.footer .footer-middle .subscribe .form-group .form-control {
    width: 300px
}

.footer .footer-middle .subscribe button {
    margin-left: 15px
}

.footer .footer-middle .subscribe input {
    border-radius: 3px;
    height: 42px
}

.theme-black .footer .footer-middle .subscribe input,
.theme-blue .footer .footer-middle .subscribe input,
.theme-marrs-green .footer .footer-middle .subscribe input,
.theme-navy-blue .footer .footer-middle .subscribe input,
.theme-pink .footer .footer-middle .subscribe input,
.theme-red .footer .footer-middle .subscribe input,
.theme-sky-blue .footer .footer-middle .subscribe input,
.theme-violet .footer .footer-middle .subscribe input {
    background: #242424;
    border: 1px solid #333;
    color: #c2c2c2
}

.footer .footer-middle .subscribe input:focus {
    box-shadow: none
}

.theme-blue .footer .footer-middle .subscribe input:focus {
    border-color: #0068e1
}

.theme-violet .footer .footer-middle .subscribe input:focus {
    border-color: #783392
}

.theme-red .footer .footer-middle .subscribe input:focus {
    border-color: #e30047
}

.theme-sky-blue .footer .footer-middle .subscribe input:focus {
    border-color: #2ba1c0
}

.theme-marrs-green .footer .footer-middle .subscribe input:focus {
    border-color: #0a6f75
}

.theme-navy-blue .footer .footer-middle .subscribe input:focus {
    border-color: #31629f
}

.theme-pink .footer .footer-middle .subscribe input:focus {
    border-color: #f15497
}

.theme-black .footer .footer-middle .subscribe input:focus {
    border-color: #333645
}

.footer .footer-bottom {
    background: #262938;
    color: #c2c2c2
}

.footer .footer-bottom .copyright {
    margin-top: 3px
}

.footer .footer-bottom .copyright>a {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    transition: .2s ease-in-out
}

.theme-blue .footer .footer-bottom .copyright>a {
    color: #0068e1
}

.theme-violet .footer .footer-bottom .copyright>a {
    color: #783392
}

.theme-red .footer .footer-bottom .copyright>a {
    color: #e30047
}

.theme-sky-blue .footer .footer-bottom .copyright>a {
    color: #2ba1c0
}

.theme-marrs-green .footer .footer-bottom .copyright>a {
    color: #0a6f75
}

.theme-navy-blue .footer .footer-bottom .copyright>a {
    color: #31629f
}

.theme-pink .footer .footer-bottom .copyright>a {
    color: #f15497
}

.theme-black .footer .footer-bottom .copyright>a {
    color: #333645
}

.theme-blue .footer .footer-bottom .copyright>a:hover {
    color: #1a86ff
}

.theme-violet .footer .footer-bottom .copyright>a:hover {
    color: #9d44be
}

.theme-red .footer .footer-bottom .copyright>a:hover {
    color: #ff2167
}

.theme-sky-blue .footer .footer-bottom .copyright>a:hover {
    color: #3bb4d3
}

.theme-marrs-green .footer .footer-bottom .copyright>a:hover {
    color: #0c858c
}

.theme-navy-blue .footer .footer-bottom .copyright>a:hover {
    color: #3b75be
}

.theme-pink .footer .footer-bottom .copyright>a:hover {
    color: #f36ca5
}

.theme-black .footer .footer-bottom .copyright>a:hover {
    color: #494d62
}

.social-links {
    display: inline-block;
    margin-left: -15px;
    margin-top: 2px;
    vertical-align: top
}

.social-links>li {
    vertical-align: middle
}

.social-links>li a {
    display: table;
    font-size: 20px;
    text-align: center;
    transition: .2s ease-in-out
}

.theme-black .social-links>li a,
.theme-blue .social-links>li a,
.theme-marrs-green .social-links>li a,
.theme-navy-blue .social-links>li a,
.theme-pink .social-links>li a,
.theme-red .social-links>li a,
.theme-sky-blue .social-links>li a,
.theme-violet .social-links>li a {
    color: #c2c2c2
}

.social-links>li a:focus,
.social-links>li a:hover {
    text-decoration: none
}

.theme-black .social-links>li a:focus,
.theme-black .social-links>li a:hover,
.theme-blue .social-links>li a:focus,
.theme-blue .social-links>li a:hover,
.theme-marrs-green .social-links>li a:focus,
.theme-marrs-green .social-links>li a:hover,
.theme-navy-blue .social-links>li a:focus,
.theme-navy-blue .social-links>li a:hover,
.theme-pink .social-links>li a:focus,
.theme-pink .social-links>li a:hover,
.theme-red .social-links>li a:focus,
.theme-red .social-links>li a:hover,
.theme-sky-blue .social-links>li a:focus,
.theme-sky-blue .social-links>li a:hover,
.theme-violet .social-links>li a:focus,
.theme-violet .social-links>li a:hover {
    opacity: .7
}

.social-links>li a>i {
    display: table-cell;
    vertical-align: middle
}

.theme-black .footer .footer-top .contact .list-inline>li>i,
.theme-black .footer .footer-top .links .list-inline>li>a:hover {
    color: #0068e1
}

.theme-black .footer .footer-top .links.ebook-tag .list-inline li>a:hover {
    border-color: #0068e1
}

.theme-black .footer .footer-bottom .copyright>a,
.theme-black .footer .footer-middle .social-links>li a:focus,
.theme-black .footer .footer-middle .social-links>li a:hover {
    color: #0068e1
}

.theme-black .footer .footer-bottom .copyright>a:hover {
    color: #1a86ff
}

@media screen and (max-width:991px) {
    .footer .footer-top .contact {
        margin-bottom: 20px
    }
    .footer .footer-middle .subscribe .form-group .form-control {
        width: 280px
    }
}

@media screen and (max-width:767px) {
    .footer .footer-top .links .mobile-collapse h4 {
        cursor: pointer;
        position: relative
    }
    .footer .footer-top .links .mobile-collapse h4:before {
        content: "\f107";
        font-family: Fontawesome;
        position: absolute;
        right: 10px;
        top: 10px;
        transition: .2s ease-in-out
    }
    .theme-black .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-blue .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-marrs-green .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-navy-blue .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-pink .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-red .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-sky-blue .footer .footer-top .links .mobile-collapse h4:hover,
    .theme-violet .footer .footer-top .links .mobile-collapse h4:hover {
        color: #fafafa
    }
    .footer .footer-top .links .mobile-collapse.active h4:before {
        transform: rotateX(180deg)
    }
    .social-links {
        display: block !important;
        margin: 0;
        text-align: center
    }
    .footer .footer-middle .subscribe {
        display: block !important;
        float: none !important;
        margin-top: 10px;
        text-align: center
    }
    .footer .footer-middle .subscribe .form-group .form-control {
        width: 300px
    }
    .copyright {
        display: block;
        float: none !important;
        text-align: center
    }
}

@media screen and (max-width:520px) {
    .footer .footer-middle .subscribe .form-control {
        width: 100% !important
    }
    .footer .footer-middle .subscribe button {
        float: none !important;
        margin: 15px 0 0
    }
}

.cookie-bar-wrap {
    background: #262938;
    bottom: -200px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .1);
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    transform: translateY(0);
    transition: .6s ease;
    visibility: hidden;
    z-index: 50
}

.cookie-bar-wrap.show {
    opacity: 1;
    transform: translateY(-200px);
    visibility: visible
}

.cookie-bar {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 15px 0
}

.cookie-bar .cookie-bar-text {
    font-size: 14px;
    margin-right: 100px
}

.theme-black .cookie-bar .cookie-bar-text,
.theme-blue .cookie-bar .cookie-bar-text,
.theme-marrs-green .cookie-bar .cookie-bar-text,
.theme-navy-blue .cookie-bar .cookie-bar-text,
.theme-pink .cookie-bar .cookie-bar-text,
.theme-red .cookie-bar .cookie-bar-text,
.theme-sky-blue .cookie-bar .cookie-bar-text,
.theme-violet .cookie-bar .cookie-bar-text {
    color: #fafafa
}

.cookie-bar .cookie-bar-action {
    display: flex;
    white-space: nowrap
}

.cookie-bar .cookie-bar-action .btn-accept {
    padding: 5px 24px
}

@media screen and (max-width:1200px) {
    .cookie-bar {
        flex-direction: column;
        padding: 16px 0 20px
    }
    .cookie-bar .cookie-bar-text {
        margin: 0 0 14px;
        text-align: center
    }
}

.btn {
    border: 1px solid;
    border-radius: 3px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    letter-spacing: .2px;
    outline: 0 !important;
    transition: .2s ease-in-out
}

.theme-blue .btn-primary {
    background: #0068e1;
    border-color: #0068e1;
    color: #fafafa
}

.theme-violet .btn-primary {
    background: #783392;
    border-color: #783392;
    color: #fafafa
}

.theme-red .btn-primary {
    background: #e30047;
    border-color: #e30047;
    color: #fafafa
}

.theme-sky-blue .btn-primary {
    background: #2ba1c0;
    border-color: #2ba1c0;
    color: #fafafa
}

.theme-marrs-green .btn-primary {
    background: #0a6f75;
    border-color: #0a6f75;
    color: #fafafa
}

.theme-navy-blue .btn-primary {
    background: #31629f;
    border-color: #31629f;
    color: #fafafa
}

.theme-pink .btn-primary {
    background: #f15497;
    border-color: #f15497;
    color: #fafafa
}

.theme-black .btn-primary {
    background: #333645;
    border-color: #333645;
    color: #fafafa
}

.theme-blue .btn-primary:active,
.theme-blue .btn-primary:active:focus,
.theme-blue .btn-primary:focus,
.theme-blue .btn-primary:hover {
    background: #1a86ff;
    border-color: #1a86ff
}

.theme-violet .btn-primary:active,
.theme-violet .btn-primary:active:focus,
.theme-violet .btn-primary:focus,
.theme-violet .btn-primary:hover {
    background: #9d44be;
    border-color: #9d44be
}

.theme-red .btn-primary:active,
.theme-red .btn-primary:active:focus,
.theme-red .btn-primary:focus,
.theme-red .btn-primary:hover {
    background: #ff2167;
    border-color: #ff2167
}

.theme-sky-blue .btn-primary:active,
.theme-sky-blue .btn-primary:active:focus,
.theme-sky-blue .btn-primary:focus,
.theme-sky-blue .btn-primary:hover {
    background: #3bb4d3;
    border-color: #3bb4d3
}

.theme-marrs-green .btn-primary:active,
.theme-marrs-green .btn-primary:active:focus,
.theme-marrs-green .btn-primary:focus,
.theme-marrs-green .btn-primary:hover {
    background: #0c858c;
    border-color: #0c858c
}

.theme-navy-blue .btn-primary:active,
.theme-navy-blue .btn-primary:active:focus,
.theme-navy-blue .btn-primary:focus,
.theme-navy-blue .btn-primary:hover {
    background: #3b75be;
    border-color: #3b75be
}

.theme-pink .btn-primary:active,
.theme-pink .btn-primary:active:focus,
.theme-pink .btn-primary:focus,
.theme-pink .btn-primary:hover {
    background: #f36ca5;
    border-color: #f36ca5
}

.theme-black .btn-primary:active,
.theme-black .btn-primary:active:focus,
.theme-black .btn-primary:focus,
.theme-black .btn-primary:hover {
    background: #494d62;
    border-color: #494d62
}

.theme-blue .btn-primary.disabled:focus,
.theme-blue .btn-primary.disabled:hover,
.theme-blue .btn-primary.disabled:hover:focus,
.theme-blue .btn-primary[disabled]:focus,
.theme-blue .btn-primary[disabled]:hover,
.theme-blue .btn-primary[disabled]:hover:focus {
    background: #0068e1
}

.theme-violet .btn-primary.disabled:focus,
.theme-violet .btn-primary.disabled:hover,
.theme-violet .btn-primary.disabled:hover:focus,
.theme-violet .btn-primary[disabled]:focus,
.theme-violet .btn-primary[disabled]:hover,
.theme-violet .btn-primary[disabled]:hover:focus {
    background: #783392
}

.theme-red .btn-primary.disabled:focus,
.theme-red .btn-primary.disabled:hover,
.theme-red .btn-primary.disabled:hover:focus,
.theme-red .btn-primary[disabled]:focus,
.theme-red .btn-primary[disabled]:hover,
.theme-red .btn-primary[disabled]:hover:focus {
    background: #e30047
}

.theme-sky-blue .btn-primary.disabled:focus,
.theme-sky-blue .btn-primary.disabled:hover,
.theme-sky-blue .btn-primary.disabled:hover:focus,
.theme-sky-blue .btn-primary[disabled]:focus,
.theme-sky-blue .btn-primary[disabled]:hover,
.theme-sky-blue .btn-primary[disabled]:hover:focus {
    background: #2ba1c0
}

.theme-marrs-green .btn-primary.disabled:focus,
.theme-marrs-green .btn-primary.disabled:hover,
.theme-marrs-green .btn-primary.disabled:hover:focus,
.theme-marrs-green .btn-primary[disabled]:focus,
.theme-marrs-green .btn-primary[disabled]:hover,
.theme-marrs-green .btn-primary[disabled]:hover:focus {
    background: #0a6f75
}

.theme-navy-blue .btn-primary.disabled:focus,
.theme-navy-blue .btn-primary.disabled:hover,
.theme-navy-blue .btn-primary.disabled:hover:focus,
.theme-navy-blue .btn-primary[disabled]:focus,
.theme-navy-blue .btn-primary[disabled]:hover,
.theme-navy-blue .btn-primary[disabled]:hover:focus {
    background: #31629f
}

.theme-pink .btn-primary.disabled:focus,
.theme-pink .btn-primary.disabled:hover,
.theme-pink .btn-primary.disabled:hover:focus,
.theme-pink .btn-primary[disabled]:focus,
.theme-pink .btn-primary[disabled]:hover,
.theme-pink .btn-primary[disabled]:hover:focus {
    background: #f15497
}

.theme-black .btn-primary.disabled:focus,
.theme-black .btn-primary.disabled:hover,
.theme-black .btn-primary.disabled:hover:focus,
.theme-black .btn-primary[disabled]:focus,
.theme-black .btn-primary[disabled]:hover,
.theme-black .btn-primary[disabled]:hover:focus {
    background: #333645
}

.btn-default {
    background: #fff
}

.theme-black .btn-default,
.theme-blue .btn-default,
.theme-marrs-green .btn-default,
.theme-navy-blue .btn-default,
.theme-pink .btn-default,
.theme-red .btn-default,
.theme-sky-blue .btn-default,
.theme-violet .btn-default {
    border-color: #c2c2c2
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:hover {
    background: #f4f6f8
}

.theme-black .btn-default:active,
.theme-black .btn-default:active:focus,
.theme-black .btn-default:focus,
.theme-black .btn-default:hover,
.theme-blue .btn-default:active,
.theme-blue .btn-default:active:focus,
.theme-blue .btn-default:focus,
.theme-blue .btn-default:hover,
.theme-marrs-green .btn-default:active,
.theme-marrs-green .btn-default:active:focus,
.theme-marrs-green .btn-default:focus,
.theme-marrs-green .btn-default:hover,
.theme-navy-blue .btn-default:active,
.theme-navy-blue .btn-default:active:focus,
.theme-navy-blue .btn-default:focus,
.theme-navy-blue .btn-default:hover,
.theme-pink .btn-default:active,
.theme-pink .btn-default:active:focus,
.theme-pink .btn-default:focus,
.theme-pink .btn-default:hover,
.theme-red .btn-default:active,
.theme-red .btn-default:active:focus,
.theme-red .btn-default:focus,
.theme-red .btn-default:hover,
.theme-sky-blue .btn-default:active,
.theme-sky-blue .btn-default:active:focus,
.theme-sky-blue .btn-default:focus,
.theme-sky-blue .btn-default:hover,
.theme-violet .btn-default:active,
.theme-violet .btn-default:active:focus,
.theme-violet .btn-default:focus,
.theme-violet .btn-default:hover {
    border-color: #d9d9d9
}

.theme-black .btn-success,
.theme-blue .btn-success,
.theme-marrs-green .btn-success,
.theme-navy-blue .btn-success,
.theme-pink .btn-success,
.theme-red .btn-success,
.theme-sky-blue .btn-success,
.theme-violet .btn-success {
    background: #37bc9b
}

.theme-black .btn-danger,
.theme-blue .btn-danger,
.theme-marrs-green .btn-danger,
.theme-navy-blue .btn-danger,
.theme-pink .btn-danger,
.theme-red .btn-danger,
.theme-sky-blue .btn-danger,
.theme-violet .btn-danger {
    background: #f36
}

.theme-black .btn-danger:active,
.theme-black .btn-danger:active:focus,
.theme-black .btn-danger:focus,
.theme-black .btn-danger:hover,
.theme-blue .btn-danger:active,
.theme-blue .btn-danger:active:focus,
.theme-blue .btn-danger:focus,
.theme-blue .btn-danger:hover,
.theme-marrs-green .btn-danger:active,
.theme-marrs-green .btn-danger:active:focus,
.theme-marrs-green .btn-danger:focus,
.theme-marrs-green .btn-danger:hover,
.theme-navy-blue .btn-danger:active,
.theme-navy-blue .btn-danger:active:focus,
.theme-navy-blue .btn-danger:focus,
.theme-navy-blue .btn-danger:hover,
.theme-pink .btn-danger:active,
.theme-pink .btn-danger:active:focus,
.theme-pink .btn-danger:focus,
.theme-pink .btn-danger:hover,
.theme-red .btn-danger:active,
.theme-red .btn-danger:active:focus,
.theme-red .btn-danger:focus,
.theme-red .btn-danger:hover,
.theme-sky-blue .btn-danger:active,
.theme-sky-blue .btn-danger:active:focus,
.theme-sky-blue .btn-danger:focus,
.theme-sky-blue .btn-danger:hover,
.theme-violet .btn-danger:active,
.theme-violet .btn-danger:active:focus,
.theme-violet .btn-danger:focus,
.theme-violet .btn-danger:hover {
    background: #ff7070
}

.theme-black .btn-danger.disabled:focus,
.theme-black .btn-danger.disabled:hover,
.theme-black .btn-danger.disabled:hover:focus,
.theme-black .btn-danger[disabled]:focus,
.theme-black .btn-danger[disabled]:hover,
.theme-black .btn-danger[disabled]:hover:focus,
.theme-blue .btn-danger.disabled:focus,
.theme-blue .btn-danger.disabled:hover,
.theme-blue .btn-danger.disabled:hover:focus,
.theme-blue .btn-danger[disabled]:focus,
.theme-blue .btn-danger[disabled]:hover,
.theme-blue .btn-danger[disabled]:hover:focus,
.theme-marrs-green .btn-danger.disabled:focus,
.theme-marrs-green .btn-danger.disabled:hover,
.theme-marrs-green .btn-danger.disabled:hover:focus,
.theme-marrs-green .btn-danger[disabled]:focus,
.theme-marrs-green .btn-danger[disabled]:hover,
.theme-marrs-green .btn-danger[disabled]:hover:focus,
.theme-navy-blue .btn-danger.disabled:focus,
.theme-navy-blue .btn-danger.disabled:hover,
.theme-navy-blue .btn-danger.disabled:hover:focus,
.theme-navy-blue .btn-danger[disabled]:focus,
.theme-navy-blue .btn-danger[disabled]:hover,
.theme-navy-blue .btn-danger[disabled]:hover:focus,
.theme-pink .btn-danger.disabled:focus,
.theme-pink .btn-danger.disabled:hover,
.theme-pink .btn-danger.disabled:hover:focus,
.theme-pink .btn-danger[disabled]:focus,
.theme-pink .btn-danger[disabled]:hover,
.theme-pink .btn-danger[disabled]:hover:focus,
.theme-red .btn-danger.disabled:focus,
.theme-red .btn-danger.disabled:hover,
.theme-red .btn-danger.disabled:hover:focus,
.theme-red .btn-danger[disabled]:focus,
.theme-red .btn-danger[disabled]:hover,
.theme-red .btn-danger[disabled]:hover:focus,
.theme-sky-blue .btn-danger.disabled:focus,
.theme-sky-blue .btn-danger.disabled:hover,
.theme-sky-blue .btn-danger.disabled:hover:focus,
.theme-sky-blue .btn-danger[disabled]:focus,
.theme-sky-blue .btn-danger[disabled]:hover,
.theme-sky-blue .btn-danger[disabled]:hover:focus,
.theme-violet .btn-danger.disabled:focus,
.theme-violet .btn-danger.disabled:hover,
.theme-violet .btn-danger.disabled:hover:focus,
.theme-violet .btn-danger[disabled]:focus,
.theme-violet .btn-danger[disabled]:hover,
.theme-violet .btn-danger[disabled]:hover:focus {
    background: #f36
}

.btn-view {
    display: inline-block;
    transition: .2s ease-in-out
}

.theme-black .btn-view,
.theme-blue .btn-view,
.theme-marrs-green .btn-view,
.theme-navy-blue .btn-view,
.theme-pink .btn-view,
.theme-red .btn-view,
.theme-sky-blue .btn-view,
.theme-violet .btn-view {
    color: #555
}

.theme-blue .btn-view:hover {
    color: #0068e1
}

.theme-violet .btn-view:hover {
    color: #783392
}

.theme-red .btn-view:hover {
    color: #e30047
}

.theme-sky-blue .btn-view:hover {
    color: #2ba1c0
}

.theme-marrs-green .btn-view:hover {
    color: #0a6f75
}

.theme-navy-blue .btn-view:hover {
    color: #31629f
}

.theme-pink .btn-view:hover {
    color: #f15497
}

.theme-black .btn-view:hover {
    color: #333645
}

.go-back-link {
    border-radius: 3px;
    display: table;
    margin: 20px auto 0;
    padding: 10px 20px;
    transition: .2s ease-in-out
}

.theme-blue .go-back-link {
    border: 1px solid #0068e1;
    color: #0068e1
}

.theme-violet .go-back-link {
    border: 1px solid #783392;
    color: #783392
}

.theme-red .go-back-link {
    border: 1px solid #e30047;
    color: #e30047
}

.theme-sky-blue .go-back-link {
    border: 1px solid #2ba1c0;
    color: #2ba1c0
}

.theme-marrs-green .go-back-link {
    border: 1px solid #0a6f75;
    color: #0a6f75
}

.theme-navy-blue .go-back-link {
    border: 1px solid #31629f;
    color: #31629f
}

.theme-pink .go-back-link {
    border: 1px solid #f15497;
    color: #f15497
}

.theme-black .go-back-link {
    border: 1px solid #333645;
    color: #333645
}

.go-back-link:focus,
.go-back-link:hover {
    color: #fff;
    text-decoration: none
}

.theme-blue .go-back-link:focus,
.theme-blue .go-back-link:hover {
    background: #0068e1
}

.theme-violet .go-back-link:focus,
.theme-violet .go-back-link:hover {
    background: #783392
}

.theme-red .go-back-link:focus,
.theme-red .go-back-link:hover {
    background: #e30047
}

.theme-sky-blue .go-back-link:focus,
.theme-sky-blue .go-back-link:hover {
    background: #2ba1c0
}

.theme-marrs-green .go-back-link:focus,
.theme-marrs-green .go-back-link:hover {
    background: #0a6f75
}

.theme-navy-blue .go-back-link:focus,
.theme-navy-blue .go-back-link:hover {
    background: #31629f
}

.theme-pink .go-back-link:focus,
.theme-pink .go-back-link:hover {
    background: #f15497
}

.theme-black .go-back-link:focus,
.theme-black .go-back-link:hover {
    background: #333645
}

.go-back-link>i {
    margin-right: 2px
}

.p-tb-50 {
    padding-bottom: 50px;
    padding-top: 50px
}

.p-tb-40 {
    padding-bottom: 40px;
    padding-top: 40px
}

.p-tb-30 {
    padding-bottom: 30px;
    padding-top: 30px
}

.p-l-30 {
    padding-left: 30px
}

.p-tb-20 {
    padding-bottom: 20px;
    padding-top: 20px
}

.p-tb-10 {
    padding-bottom: 10px;
    padding-top: 10px
}

.p-t-15 {
    padding-top: 15px
}

.p-r-15 {
    padding-right: 15px
}

.p-b-10 {
    padding-bottom: 10px
}

.p-l-15 {
    padding-left: 15px
}

.p-l-0 {
    padding-left: 0
}

.p-r-0 {
    padding-right: 0
}

.m-t-40 {
    margin-top: 40px
}

.m-t-35 {
    margin-top: 35px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-0 {
    margin-top: 0
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-l--15 {
    margin-left: -15px
}

.m-r--15 {
    margin-right: -15px
}

.theme-black .bg-black,
.theme-blue .bg-black,
.theme-marrs-green .bg-black,
.theme-navy-blue .bg-black,
.theme-pink .bg-black,
.theme-red .bg-black,
.theme-sky-blue .bg-black,
.theme-violet .bg-black {
    background: #555
}

.theme-black .bg-black-lite,
.theme-blue .bg-black-lite,
.theme-marrs-green .bg-black-lite,
.theme-navy-blue .bg-black-lite,
.theme-pink .bg-black-lite,
.theme-red .bg-black-lite,
.theme-sky-blue .bg-black-lite,
.theme-violet .bg-black-lite {
    background: #292929
}

.theme-black .bg-black-dark,
.theme-blue .bg-black-dark,
.theme-marrs-green .bg-black-dark,
.theme-navy-blue .bg-black-dark,
.theme-pink .bg-black-dark,
.theme-red .bg-black-dark,
.theme-sky-blue .bg-black-dark,
.theme-violet .bg-black-dark {
    background: #242424
}

.bg-white {
    background: #fff
}

.bg-gray {
    background: #f1f1f1
}

.bg-green {
    background: rgba(55, 188, 155, .9)
}

.bg-red {
    background: rgba(255, 51, 102, .9)
}

.display-table {
    display: table;
    height: 100%;
    width: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle
}

.center {
    float: none;
    margin: auto
}

.theme-blue .color-primary {
    color: #0068e1
}

.theme-violet .color-primary {
    color: #783392
}

.theme-red .color-primary {
    color: #e30047
}

.theme-sky-blue .color-primary {
    color: #2ba1c0
}

.theme-marrs-green .color-primary {
    color: #0a6f75
}

.theme-navy-blue .color-primary {
    color: #31629f
}

.theme-pink .color-primary {
    color: #f15497
}

.theme-black .color-primary {
    color: #333645
}

.color-white {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.theme-black .color-white,
.theme-blue .color-white,
.theme-marrs-green .color-white,
.theme-navy-blue .color-white,
.theme-pink .color-white,
.theme-red .color-white,
.theme-sky-blue .color-white,
.theme-violet .color-white {
    color: #fafafa
}

.color-black {
    text-shadow: 0 1px 2px hsla(0, 0%, 100%, .2)
}

.theme-black .color-black,
.theme-blue .color-black,
.theme-marrs-green .color-black,
.theme-navy-blue .color-black,
.theme-pink .color-black,
.theme-red .color-black,
.theme-sky-blue .color-black,
.theme-violet .color-black {
    color: #555
}

.theme-black .color-black-lite,
.theme-blue .color-black-lite,
.theme-marrs-green .color-black-lite,
.theme-navy-blue .color-black-lite,
.theme-pink .color-black-lite,
.theme-red .color-black-lite,
.theme-sky-blue .color-black-lite,
.theme-violet .color-black-lite {
    color: #292929
}

.theme-black .color-black-dark,
.theme-blue .color-black-dark,
.theme-marrs-green .color-black-dark,
.theme-navy-blue .color-black-dark,
.theme-pink .color-black-dark,
.theme-red .color-black-dark,
.theme-sky-blue .color-black-dark,
.theme-violet .color-black-dark {
    color: #242424
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.separator .slick-active .ebook-card:before,
.separator .slick-active .single-ebook:before {
    content: "";
    left: -16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.theme-black .separator .slick-active .ebook-card:before,
.theme-black .separator .slick-active .single-ebook:before,
.theme-blue .separator .slick-active .ebook-card:before,
.theme-blue .separator .slick-active .single-ebook:before,
.theme-marrs-green .separator .slick-active .ebook-card:before,
.theme-marrs-green .separator .slick-active .single-ebook:before,
.theme-navy-blue .separator .slick-active .ebook-card:before,
.theme-navy-blue .separator .slick-active .single-ebook:before,
.theme-pink .separator .slick-active .ebook-card:before,
.theme-pink .separator .slick-active .single-ebook:before,
.theme-red .separator .slick-active .ebook-card:before,
.theme-red .separator .slick-active .single-ebook:before,
.theme-sky-blue .separator .slick-active .ebook-card:before,
.theme-sky-blue .separator .slick-active .single-ebook:before,
.theme-violet .separator .slick-active .ebook-card:before,
.theme-violet .separator .slick-active .single-ebook:before {
    background: #e9e9e9
}

.separator .ebook-card:before {
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.theme-black .separator .ebook-card:before,
.theme-blue .separator .ebook-card:before,
.theme-marrs-green .separator .ebook-card:before,
.theme-navy-blue .separator .ebook-card:before,
.theme-pink .separator .ebook-card:before,
.theme-red .separator .ebook-card:before,
.theme-sky-blue .separator .ebook-card:before,
.theme-violet .separator .ebook-card:before {
    background: #e9e9e9
}

.ebook-rating {
    display: flex
}

.ebook-rating i {
    font-size: 18px;
    margin: 2px 3px 0 0
}

.theme-black .ebook-rating i,
.theme-blue .ebook-rating i,
.theme-marrs-green .ebook-rating i,
.theme-navy-blue .ebook-rating i,
.theme-pink .ebook-rating i,
.theme-red .ebook-rating i,
.theme-sky-blue .ebook-rating i,
.theme-violet .ebook-rating i {
    color: #d9d9d9
}

.theme-black .rated,
.theme-blue .rated,
.theme-marrs-green .rated,
.theme-navy-blue .rated,
.theme-pink .rated,
.theme-red .rated,
.theme-sky-blue .rated,
.theme-violet .rated {
    color: #feca29 !important
}

.section-wrapper {
    margin-top: 50px
}

.section-title {
    display: table;
    margin: 0 auto 30px;
    padding-bottom: 8px;
    position: relative;
    text-align: center
}

.section-title:before {
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 34px
}

.theme-blue .section-title:before {
    background: #0068e1
}

.theme-violet .section-title:before {
    background: #783392
}

.theme-red .section-title:before {
    background: #e30047
}

.theme-sky-blue .section-title:before {
    background: #2ba1c0
}

.theme-marrs-green .section-title:before {
    background: #0a6f75
}

.theme-navy-blue .section-title:before {
    background: #31629f
}

.theme-pink .section-title:before {
    background: #f15497
}

.theme-black .section-title:before {
    background: #333645
}

.section-title:after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px
}

.theme-blue .section-title:after {
    background: #0068e1
}

.theme-violet .section-title:after {
    background: #783392
}

.theme-red .section-title:after {
    background: #e30047
}

.theme-sky-blue .section-title:after {
    background: #2ba1c0
}

.theme-marrs-green .section-title:after {
    background: #0a6f75
}

.theme-navy-blue .section-title:after {
    background: #31629f
}

.theme-pink .section-title:after {
    background: #f15497
}

.theme-black .section-title:after {
    background: #333645
}

.theme-black .section-header,
.theme-blue .section-header,
.theme-marrs-green .section-header,
.theme-navy-blue .section-header,
.theme-pink .section-header,
.theme-red .section-header,
.theme-sky-blue .section-header,
.theme-violet .section-header {
    border-top: 1px solid #d9d9d9
}

.section-header h3 {
    display: inline-block;
    margin-bottom: -1px;
    padding: 5px
}

.theme-blue .section-header h3 {
    border-bottom: 2px solid #0068e1;
    border-top: 2px solid #0068e1
}

.theme-violet .section-header h3 {
    border-bottom: 2px solid #783392;
    border-top: 2px solid #783392
}

.theme-red .section-header h3 {
    border-bottom: 2px solid #e30047;
    border-top: 2px solid #e30047
}

.theme-sky-blue .section-header h3 {
    border-bottom: 2px solid #2ba1c0;
    border-top: 2px solid #2ba1c0
}

.theme-marrs-green .section-header h3 {
    border-bottom: 2px solid #0a6f75;
    border-top: 2px solid #0a6f75
}

.theme-navy-blue .section-header h3 {
    border-bottom: 2px solid #31629f;
    border-top: 2px solid #31629f
}

.theme-pink .section-header h3 {
    border-bottom: 2px solid #f15497;
    border-top: 2px solid #f15497
}

.theme-black .section-header h3 {
    border-bottom: 2px solid #333645;
    border-top: 2px solid #333645
}

.error-message {
    display: block;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    margin-top: 2px
}

.theme-black .error-message,
.theme-blue .error-message,
.theme-marrs-green .error-message,
.theme-navy-blue .error-message,
.theme-pink .error-message,
.theme-red .error-message,
.theme-sky-blue .error-message,
.theme-violet .error-message {
    color: #f36
}

.theme-black .error,
.theme-blue .error,
.theme-marrs-green .error,
.theme-navy-blue .error,
.theme-pink .error,
.theme-red .error,
.theme-sky-blue .error,
.theme-violet .error {
    border-color: #f36
}

.form-wrapper {
    display: table;
    margin: 30px auto 0;
    width: 450px
}

@media screen and (max-width:410px) {
    .form-wrapper {
        width: 100%
    }
}

.form-group select {
    height: 44px;
    padding-left: 15px;
    width: 100%
}

.theme-blue .form.form-overlay-layer {
    background: #0068e1
}

.theme-violet .form.form-overlay-layer {
    background: #783392
}

.theme-red .form.form-overlay-layer {
    background: #e30047
}

.theme-sky-blue .form.form-overlay-layer {
    background: #2ba1c0
}

.theme-marrs-green .form.form-overlay-layer {
    background: #0a6f75
}

.theme-navy-blue .form.form-overlay-layer {
    background: #31629f
}

.theme-pink .form.form-overlay-layer {
    background: #f15497
}

.theme-black .form.form-overlay-layer {
    background: #333645
}

.form.form-overlay-layer .top-overlay {
    background: linear-gradient(hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .5));
    height: 80px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px
}

.form {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .15);
    margin: auto;
    padding: 15px
}

.form,
.form .form-inner {
    border-radius: 3px;
    position: relative
}

.form .form-inner {
    background: #fff;
    margin-top: 20px;
    padding: 20px 15px 10px
}

.theme-black .form .form-inner,
.theme-blue .form .form-inner,
.theme-marrs-green .form .form-inner,
.theme-navy-blue .form .form-inner,
.theme-pink .form .form-inner,
.theme-red .form .form-inner,
.theme-sky-blue .form .form-inner,
.theme-violet .form .form-inner {
    border: 1px solid #e9e9e9
}

.form .form-inner h3 {
    margin-bottom: 14px;
    text-align: center
}

.form .form-inner p {
    margin-bottom: 20px;
    text-align: center
}

.theme-black .form .form-inner p,
.theme-blue .form .form-inner p,
.theme-marrs-green .form .form-inner p,
.theme-navy-blue .form .form-inner p,
.theme-pink .form .form-inner p,
.theme-red .form .form-inner p,
.theme-sky-blue .form .form-inner p,
.theme-violet .form .form-inner p {
    color: #626060
}

.form .form-group {
    position: relative
}

.form .form-group .form-control {
    padding-left: 36px
}

.form.no-lp-form-control .form-group .form-control {
    padding-left: 6px
}

.btn-center {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.box-wrapper {
    border: 1px solid #e9e9e9;
    border-radius: 3px
}

.box-header {
    background: #f4f6f7;
    border-radius: 3px 3px 0 0;
    margin-bottom: 15px;
    padding: 15px
}

.theme-black .box-header,
.theme-blue .box-header,
.theme-marrs-green .box-header,
.theme-navy-blue .box-header,
.theme-pink .box-header,
.theme-red .box-header,
.theme-sky-blue .box-header,
.theme-violet .box-header {
    border-bottom: 1px solid #e9e9e9
}

.italic {
    font-style: italic
}

.pagination {
    margin-bottom: 0
}

.pagination>li {
    float: left;
    margin-left: -1px;
    padding: 0;
    transition: .2s ease-in-out
}

.theme-black .pagination>li,
.theme-blue .pagination>li,
.theme-marrs-green .pagination>li,
.theme-navy-blue .pagination>li,
.theme-pink .pagination>li,
.theme-red .pagination>li,
.theme-sky-blue .pagination>li,
.theme-violet .pagination>li {
    border: 1px solid #e9e9e9
}

.pagination>li:hover {
    cursor: pointer
}

.theme-black .pagination>li:hover,
.theme-blue .pagination>li:hover,
.theme-marrs-green .pagination>li:hover,
.theme-navy-blue .pagination>li:hover,
.theme-pink .pagination>li:hover,
.theme-red .pagination>li:hover,
.theme-sky-blue .pagination>li:hover,
.theme-violet .pagination>li:hover {
    background: #f1f1f1
}

.pagination>li:first-child {
    border-radius: 3px 0 0 3px;
    margin-left: 0
}

.pagination>li:first-child a {
    border-radius: 3px 0 0 3px
}

.pagination>li:last-child,
.pagination>li:last-child a {
    border-radius: 0 3px 3px 0
}

.pagination>li.disabled {
    cursor: not-allowed !important
}

.pagination>li.disabled:hover {
    background: transparent
}

.pagination>li>a {
    background: transparent !important;
    border: none;
    display: block;
    font-family: Rubik, sans-serif;
    padding: 10px 15px;
    text-decoration: none
}

.theme-blue .pagination>li>a {
    color: #0068e1
}

.theme-violet .pagination>li>a {
    color: #783392
}

.theme-red .pagination>li>a {
    color: #e30047
}

.theme-sky-blue .pagination>li>a {
    color: #2ba1c0
}

.theme-marrs-green .pagination>li>a {
    color: #0a6f75
}

.theme-navy-blue .pagination>li>a {
    color: #31629f
}

.theme-pink .pagination>li>a {
    color: #f15497
}

.theme-black .pagination>li>a {
    color: #333645
}

.pagination>li>a:hover {
    background: transparent
}

.theme-blue .pagination>li>a:focus,
.theme-blue .pagination>li>a:hover {
    color: #0068e1
}

.theme-violet .pagination>li>a:focus,
.theme-violet .pagination>li>a:hover {
    color: #783392
}

.theme-red .pagination>li>a:focus,
.theme-red .pagination>li>a:hover {
    color: #e30047
}

.theme-sky-blue .pagination>li>a:focus,
.theme-sky-blue .pagination>li>a:hover {
    color: #2ba1c0
}

.theme-marrs-green .pagination>li>a:focus,
.theme-marrs-green .pagination>li>a:hover {
    color: #0a6f75
}

.theme-navy-blue .pagination>li>a:focus,
.theme-navy-blue .pagination>li>a:hover {
    color: #31629f
}

.theme-pink .pagination>li>a:focus,
.theme-pink .pagination>li>a:hover {
    color: #f15497
}

.theme-black .pagination>li>a:focus,
.theme-black .pagination>li>a:hover {
    color: #333645
}

.pagination>li>span {
    border: none;
    display: block;
    font-family: Rubik, sans-serif;
    padding: 10px 15px
}

.pagination>.active {
    cursor: default !important
}

.theme-blue .pagination>.active {
    background: #0068e1;
    border-color: #0068e1
}

.theme-violet .pagination>.active {
    background: #783392;
    border-color: #783392
}

.theme-red .pagination>.active {
    background: #e30047;
    border-color: #e30047
}

.theme-sky-blue .pagination>.active {
    background: #2ba1c0;
    border-color: #2ba1c0
}

.theme-marrs-green .pagination>.active {
    background: #0a6f75;
    border-color: #0a6f75
}

.theme-navy-blue .pagination>.active {
    background: #31629f;
    border-color: #31629f
}

.theme-pink .pagination>.active {
    background: #f15497;
    border-color: #f15497
}

.theme-black .pagination>.active {
    background: #333645;
    border-color: #333645
}

.theme-blue .pagination>.active:hover {
    background: #0068e1
}

.theme-violet .pagination>.active:hover {
    background: #783392
}

.theme-red .pagination>.active:hover {
    background: #e30047
}

.theme-sky-blue .pagination>.active:hover {
    background: #2ba1c0
}

.theme-marrs-green .pagination>.active:hover {
    background: #0a6f75
}

.theme-navy-blue .pagination>.active:hover {
    background: #31629f
}

.theme-pink .pagination>.active:hover {
    background: #f15497
}

.theme-black .pagination>.active:hover {
    background: #333645
}

.pagination>.active>a,
.pagination>.active>span {
    background: transparent !important
}

.image-holder {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    transition: .2s ease-in-out
}

.image-holder img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover; /* L'image remplira l'espace en gardant ses proportions */
    width: 100%;    
}

.image-placeholder {
    position: relative;
    transition: .2s ease-in-out;
    vertical-align: bottom
}

.image-placeholder>i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.theme-black .image-placeholder>i,
.theme-blue .image-placeholder>i,
.theme-marrs-green .image-placeholder>i,
.theme-navy-blue .image-placeholder>i,
.theme-pink .image-placeholder>i,
.theme-red .image-placeholder>i,
.theme-sky-blue .image-placeholder>i,
.theme-violet .image-placeholder>i {
    color: #e9e9e9
}

.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6,
.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5,
.page-wrapper h6 {
    margin-bottom: 8px
}

.description>ol,
.description>ul,
.page-wrapper>ol,
.page-wrapper>ul {
    margin-left: 18px
}

.description>ol>li,
.description>ul>li,
.page-wrapper>ol>li,
.page-wrapper>ul>li {
    line-height: 26px
}

.page-wrapper {
    margin-top: 30px
}

.category-tab {
    margin-top: 50px
}

.category-tab .nav-tabs {
    border-bottom: none
}

.category-tab .tab-content {
    margin-top: 20px
}

.category-tab .tab-ebook-slider {
    padding-bottom: 30px
}

.category-tab .slick-active .ebook-card:before {
    height: 250px
}

@media screen and (max-width:991px) {
    .category-tab .section-header h3 {
        display: table;
        float: none !important;
        margin-bottom: 15px
    }
    .category-tab .nav-tabs {
        float: none !important;
        text-align: center
    }
    .category-tab .nav-tabs li {
        display: inline-block;
        float: none
    }
    .category-tab .tab-ebook-slider {
        padding-bottom: 0
    }
    .category-tab .slick-dots {
        display: none !important
    }
}

.btn-loading {
    color: transparent !important;
    position: relative
}

.btn-loading:after {
    -webkit-animation: spinAround .6s linear infinite;
    animation: spinAround .6s linear infinite;
    border-color: transparent transparent #fff #fff;
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: "";
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px
}

.btn-loading.btn-default:after {
    border-color: transparent transparent #0068e1 #0068e1;
    border-style: solid;
    border-width: 2px
}

@-webkit-keyframes spinAround {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes spinAround {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 !important;
    box-shadow: inset 0 0 12px 4px #fff;
    visibility: visible !important
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    background: #f8f8f8;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 3px 3px 0 0;
    padding: 5px 8px;
    position: relative
}

.selectize-dropdown-header-close {
    color: #303030;
    font-size: 20px !important;
    line-height: 20px;
    margin-top: -12px;
    opacity: .4;
    position: absolute;
    right: 8px;
    top: 50%
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0;
    box-sizing: border-box;
    float: left
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0
}

.selectize-control.plugin-remove_button [data-value] {
    padding-right: 24px !important;
    position: relative
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    bottom: 0;
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    vertical-align: middle;
    width: 17px;
    z-index: 1
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    font-size: 23px;
    position: absolute;
    right: 0;
    top: 0
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    -webkit-font-smoothing: inherit;
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    padding: 8px;
    position: relative;
    width: 100%;
    z-index: 1
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    zoom: 1;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: baseline
}

.selectize-control.multi .selectize-input>div {
    background: #f2f2f2;
    border: 0 solid #d0d0d0;
    color: #303030;
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    border: 0 solid #cacaca;
    color: #303030
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    background: #fff;
    border: 0 solid #fff;
    color: #7d7d7d
}

.selectize-input>input {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    display: inline-block !important;
    line-height: inherit !important;
    margin: 0 2px 0 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    -webkit-user-select: auto !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input:after {
    clear: left;
    content: " ";
    display: block
}

.selectize-input.dropdown-active:before {
    background: #f0f0f0;
    bottom: 0;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.selectize-dropdown {
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin: -1px 0 0;
    position: absolute;
    z-index: 10
}

.selectize-dropdown [data-selectable] {
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0
}

.selectize-dropdown .optgroup-header {
    background: #fff;
    color: #303030;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    -webkit-overflow-scrolling: touch;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    border-color: grey transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: " ";
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0
}

.selectize-control.single .selectize-input.dropdown-active:after {
    border-color: transparent transparent grey;
    border-width: 0 5px 5px;
    margin-top: -4px
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    background-color: #fafafa;
    opacity: .5
}

.selectize-control:not(.multi) .selectize-dropdown .option,
.selectize-control:not(.multi) .selectize-input .item {
    font-size: 14px
}

.selectize-control:not(.multi) .plugin-remove_button [data-value] {
    padding-right: 0 !important
}

.selectize-control.multi .selectize-input>div {
    padding: 4px 8px
}

.selectize-control.plugin-remove_button [data-value] .remove {
    padding-top: 4px
}

.selectize-input {
    border-color: #d9d9d9;
    border-radius: 3px;
    box-shadow: none !important;
    min-height: 40px;
    transition: .2s ease-in-out;
    vertical-align: bottom
}

.selectize-input .dropdown-active {
    border-radius: 0
}

.selectize-input>input {
    margin-top: 2px !important
}

.selectize-input input {
    font-size: 15px;
    transition: 0ms !important
}

.selectize-input input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.selectize-input input:-ms-input-placeholder {
    color: #999
}

.selectize-input input::-webkit-input-placeholder {
    color: #999
}

.selectize-input.focus {
    box-shadow: 0 0 2px rgba(30, 140, 190, .8)
}

.theme-blue .selectize-input.focus {
    border-color: #0068e1
}

.theme-violet .selectize-input.focus {
    border-color: #783392
}

.theme-red .selectize-input.focus {
    border-color: #e30047
}

.theme-sky-blue .selectize-input.focus {
    border-color: #2ba1c0
}

.theme-marrs-green .selectize-input.focus {
    border-color: #0a6f75
}

.theme-navy-blue .selectize-input.focus {
    border-color: #31629f
}

.theme-pink .selectize-input.focus {
    border-color: #f15497
}

.theme-black .selectize-input.focus {
    border-color: #333645
}

.selectize-input .item {
    border-radius: 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer
}

.selectize-dropdown .active {
    background-color: #f9f9f9
}

.selectize-dropdown .selectize-dropdown-content .create strong {
    font-family: Open Sans, sans-serif;
    font-weight: 600
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    border: none;
    box-sizing: border-box;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    padding: 4px;
    width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    border: 0 !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: textfield;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    outline: 0
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    border: none;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    height: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    box-shadow: none;
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.our-author {
    background-color: #f7f5ec;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 0 40px;
    position: relative;
    text-align: center
}

.our-author .picture {
    display: inline-block;
    height: 130px;
    margin-bottom: 50px;
    position: relative;
    width: 130px;
    z-index: 1
}

.our-author .picture img {
    border-radius: 50%;
    height: 100%;
    transform: scale(1);
    transition: all .9s ease 0s;
    width: 100%
}

.our-author .picture:before {
    border-radius: 50%;
    bottom: 135%;
    content: "";
    height: 0;
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    transform: scale(3);
    transition: all .3s linear 0s;
    width: 100%
}

.theme-blue .our-author .picture:before {
    background-color: #0068e1
}

.theme-violet .our-author .picture:before {
    background-color: #783392
}

.theme-red .our-author .picture:before {
    background-color: #e30047
}

.theme-sky-blue .our-author .picture:before {
    background-color: #2ba1c0
}

.theme-marrs-green .our-author .picture:before {
    background-color: #0a6f75
}

.theme-navy-blue .our-author .picture:before {
    background-color: #31629f
}

.theme-pink .our-author .picture:before {
    background-color: #f15497
}

.theme-black .our-author .picture:before {
    background-color: #333645
}

.our-author .picture:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.theme-blue .our-author .picture:after {
    background-color: #0068e1
}

.theme-violet .our-author .picture:after {
    background-color: #783392
}

.theme-red .our-author .picture:after {
    background-color: #e30047
}

.theme-sky-blue .our-author .picture:after {
    background-color: #2ba1c0
}

.theme-marrs-green .our-author .picture:after {
    background-color: #0a6f75
}

.theme-navy-blue .our-author .picture:after {
    background-color: #31629f
}

.theme-pink .our-author .picture:after {
    background-color: #f15497
}

.theme-black .our-author .picture:after {
    background-color: #333645
}

.our-author .total {
    color: #4e5052;
    display: block;
    font-size: 15px;
    text-transform: capitalize
}

.our-author .social {
    bottom: -100px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    transition: all .5s ease 0s;
    width: 100%
}

.theme-blue .our-author .social {
    background-color: #0068e1
}

.theme-violet .our-author .social {
    background-color: #783392
}

.theme-red .our-author .social {
    background-color: #e30047
}

.theme-sky-blue .our-author .social {
    background-color: #2ba1c0
}

.theme-marrs-green .our-author .social {
    background-color: #0a6f75
}

.theme-navy-blue .our-author .social {
    background-color: #31629f
}

.theme-pink .our-author .social {
    background-color: #f15497
}

.theme-black .our-author .social {
    background-color: #333645
}

.our-author .social li {
    display: inline-block
}

.our-author .social li>a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 10px;
    text-decoration: none;
    transition: all .3s ease 0s
}

.our-author .social li>a:hover {
    background-color: #f7f5ec
}

.theme-blue .our-author .social li>a:hover {
    color: #0068e1
}

.theme-violet .our-author .social li>a:hover {
    color: #783392
}

.theme-red .our-author .social li>a:hover {
    color: #e30047
}

.theme-sky-blue .our-author .social li>a:hover {
    color: #2ba1c0
}

.theme-marrs-green .our-author .social li>a:hover {
    color: #0a6f75
}

.theme-navy-blue .our-author .social li>a:hover {
    color: #31629f
}

.theme-pink .our-author .social li>a:hover {
    color: #f15497
}

.theme-black .our-author .social li>a:hover {
    color: #333645
}

.our-author:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(.7)
}

.our-author:hover .picture:before {
    height: 100%
}

.our-author:hover .social {
    bottom: 0
}

.newsletter-wrap .modal-dialog {
    max-width: none;
    width: 850px
}

.newsletter-wrap .modal-dialog .modal-body {
    padding: 0
}

.newsletter-inner {
    display: flex;
    position: relative
}

.newsletter-inner .close {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
    transition: .15s ease-in-out
}

.theme-black .newsletter-inner .close:hover,
.theme-blue .newsletter-inner .close:hover,
.theme-marrs-green .newsletter-inner .close:hover,
.theme-navy-blue .newsletter-inner .close:hover,
.theme-pink .newsletter-inner .close:hover,
.theme-red .newsletter-inner .close:hover,
.theme-sky-blue .newsletter-inner .close:hover,
.theme-violet .newsletter-inner .close:hover {
    color: #555
}

.newsletter-left {
    padding: 41px 50px 37px;
    width: 63%
}

.newsletter-left .title {
    font-weight: 400;
    margin-bottom: 16px
}

.newsletter-left .sub-title {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 45px
}

.theme-black .newsletter-left .sub-title,
.theme-blue .newsletter-left .sub-title,
.theme-marrs-green .newsletter-left .sub-title,
.theme-navy-blue .newsletter-left .sub-title,
.theme-pink .newsletter-left .sub-title,
.theme-red .newsletter-left .sub-title,
.theme-sky-blue .newsletter-left .sub-title,
.theme-violet .newsletter-left .sub-title {
    color: #555
}

.newsletter-left .newsletter-form {
    margin-bottom: 26px
}

.newsletter-left .newsletter-form .form-group {
    display: flex;
    margin-bottom: 0
}

.newsletter-left .newsletter-form .form-group .error-message {
    display: none;
    text-align: left
}

.newsletter-left .newsletter-form>.error-message {
    text-align: left
}

.newsletter-left .btn-subscribe {
    font-weight: 400;
    margin-left: 10px;
    padding: 7px 30px;
    white-space: nowrap
}

.newsletter-left .btn-subscribe>i {
    margin-right: 4px
}

.newsletter-left .info-text {
    font-size: 14px;
    margin-bottom: 18px
}

.theme-black .newsletter-left .info-text,
.theme-blue .newsletter-left .info-text,
.theme-marrs-green .newsletter-left .info-text,
.theme-navy-blue .newsletter-left .info-text,
.theme-pink .newsletter-left .info-text,
.theme-red .newsletter-left .info-text,
.theme-sky-blue .newsletter-left .info-text,
.theme-violet .newsletter-left .info-text {
    color: #555
}

.theme-blue .newsletter-left .info-text a {
    color: #0068e1
}

.theme-violet .newsletter-left .info-text a {
    color: #783392
}

.theme-red .newsletter-left .info-text a {
    color: #e30047
}

.theme-sky-blue .newsletter-left .info-text a {
    color: #2ba1c0
}

.theme-marrs-green .newsletter-left .info-text a {
    color: #0a6f75
}

.theme-navy-blue .newsletter-left .info-text a {
    color: #31629f
}

.theme-pink .newsletter-left .info-text a {
    color: #f15497
}

.theme-black .newsletter-left .info-text a {
    color: #333645
}

.theme-blue .newsletter-left .info-text a:hover {
    color: #1a86ff
}

.theme-violet .newsletter-left .info-text a:hover {
    color: #9d44be
}

.theme-red .newsletter-left .info-text a:hover {
    color: #ff2167
}

.theme-sky-blue .newsletter-left .info-text a:hover {
    color: #3bb4d3
}

.theme-marrs-green .newsletter-left .info-text a:hover {
    color: #0c858c
}

.theme-navy-blue .newsletter-left .info-text a:hover {
    color: #3b75be
}

.theme-pink .newsletter-left .info-text a:hover {
    color: #f36ca5
}

.theme-black .newsletter-left .info-text a:hover {
    color: #494d62
}

.newsletter-left .newsletter-checkbox {
    margin-bottom: 0
}

.newsletter-right {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 37%
}

@media screen and (max-width:1200px) {
    .newsletter-wrap .modal-dialog {
        width: 550px
    }
    .newsletter-left {
        padding: 33px 40px 27px;
        text-align: center;
        width: 100%
    }
    .newsletter-left .title {
        font-size: 28px;
        line-height: 36px
    }
    .newsletter-left .sub-title {
        font-size: 17px
    }
    .newsletter-right {
        display: none
    }
}

@media screen and (max-width:600px) {
    .newsletter-wrap .modal-dialog {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width:500px) {
    .newsletter-left {
        padding: 28px 30px 22px
    }
    .newsletter-left .sub-title {
        margin-bottom: 35px
    }
    .newsletter-left .newsletter-form .form-group {
        flex-direction: column
    }
    .newsletter-left .newsletter-form .form-group .error-message {
        display: block
    }
    .newsletter-left .newsletter-form>.error-message {
        display: none
    }
    .newsletter-left .btn-subscribe {
        margin: 15px 0 0
    }
}

.theme-blue .subscribe-wrap {
    background: #0051ca
}

.theme-violet .subscribe-wrap {
    background: #641f7e
}

.theme-red .subscribe-wrap {
    background: #d10035
}

.theme-sky-blue .subscribe-wrap {
    background: #178dac
}

.theme-marrs-green .subscribe-wrap {
    background: #006066
}

.theme-navy-blue .subscribe-wrap {
    background: #1f508d
}

.theme-pink .subscribe-wrap {
    background: #df4285
}

.theme-black .subscribe-wrap {
    background: #262938
}

.subscribe {
    display: flex;
    justify-content: center;
    padding: 30px 0 25px
}

.subscribe>.row {
    width: 100%
}

.subscribe .subscribe-text .sub-title,
.subscribe .subscribe-text .title {
    display: block
}

.theme-black .subscribe .subscribe-text .sub-title,
.theme-black .subscribe .subscribe-text .title,
.theme-blue .subscribe .subscribe-text .sub-title,
.theme-blue .subscribe .subscribe-text .title,
.theme-marrs-green .subscribe .subscribe-text .sub-title,
.theme-marrs-green .subscribe .subscribe-text .title,
.theme-navy-blue .subscribe .subscribe-text .sub-title,
.theme-navy-blue .subscribe .subscribe-text .title,
.theme-pink .subscribe .subscribe-text .sub-title,
.theme-pink .subscribe .subscribe-text .title,
.theme-red .subscribe .subscribe-text .sub-title,
.theme-red .subscribe .subscribe-text .title,
.theme-sky-blue .subscribe .subscribe-text .sub-title,
.theme-sky-blue .subscribe .subscribe-text .title,
.theme-violet .subscribe .subscribe-text .sub-title,
.theme-violet .subscribe .subscribe-text .title {
    color: #fafafa
}

.subscribe .subscribe-text .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px
}

.subscribe .subscribe-text .sub-title {
    line-height: 24px;
    margin-top: 10px
}

.subscribe .subscribe-field {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.subscribe .subscribe-field .form-group {
    margin-bottom: 0;
    position: relative
}

.subscribe .subscribe-field .form-group>input {
    border: none;
    height: 50px;
    padding: 12px 147px 10px 20px;
    width: 450px
}

.subscribe .subscribe-field .form-group>.btn-subscribe {
    border-radius: 0 3px 3px 0;
    font-weight: 400;
    position: absolute;
    right: 5px;
    top: 5px
}

@media screen and (max-width:1300px) {
    .subscribe .subscribe-field .form-group>input {
        width: 400px
    }
}

@media screen and (max-width:1200px) {
    .subscribe {
        padding-bottom: 34px
    }
    .subscribe .subscribe-text {
        text-align: center
    }
    .subscribe .subscribe-field {
        justify-content: center;
        margin-top: 25px
    }
}

@media screen and (max-width:500px) {
    .subscribe .subscribe-field .form-group>input,
    .subscribe .subscribe-field>form {
        width: 100%
    }
}

.all-categories-wrap {
    margin-top: 44px
}

.all-categories-wrap .empty-message {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    text-align: center
}

.all-categories-wrap .empty-message svg {
    height: 100px;
    margin-bottom: 22px;
    width: 100px
}

.all-categories-wrap .empty-message svg path {
    fill: #0068e1;
    fill: var(--color-primary)
}

.single-category {
    margin-bottom: 30px
}

.single-category:last-child {
    margin-bottom: 0
}

.single-category .section-title-categories {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 24px;
    margin-left: 0;
    padding-bottom: 13px
}

.single-category .section-title-categories>a {
    color: #191919;
    text-decoration: none
}

.single-category .section-title-categories>a:hover {
    color: #0068e1
}

.single-category-list {
    -moz-column-count: 6;
    column-count: 6;
    -moz-column-fill: initial;
    column-fill: initial;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.single-category-list li {
    display: inline-block;
    padding: 2px 0;
    width: 100%
}

.single-category-list li a {
    color: #6e6e6e;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.single-category-list li a:hover {
    color: #0068e1;
    text-decoration: none
}

.single-category-list .sub-category-list {
    margin-left: 10px;
    padding-top: 2px
}

.single-category-list .sub-category-list li {
    padding: 1px 0
}

.single-category-list .sub-category-list li a {
    font-size: 13px;
    font-weight: 400
}

@media screen and (max-width:1199px) {
    .single-category-list {
        -moz-column-count: 4;
        column-count: 4
    }
}

@media screen and (max-width:991px) {
    .single-category-list {
        -moz-column-count: 3;
        column-count: 3
    }
}

@media screen and (max-width:576px) {
    .single-category-list {
        -moz-column-count: 2;
        column-count: 2
    }
}

.section-title-categories {
    position: relative
}

.section-title-categories:before {
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    width: 34px
}

.section-title-categories:after {
    border-bottom: 2px solid #0068e1;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    width: 50px
}

.theme-blue .section-title-categories:after {
    background: #0068e1
}

.theme-violet .section-title-categories:after {
    background: #783392
}

.theme-red .section-title-categories:after {
    background: #e30047
}

.theme-sky-blue .section-title-categories:after {
    background: #2ba1c0
}

.theme-marrs-green .section-title-categories:after {
    background: #0a6f75
}

.theme-navy-blue .section-title-categories:after {
    background: #31629f
}

.theme-pink .section-title-categories:after {
    background: #f15497
}

.theme-black .section-title-categories:after {
    background: #333645
}

html {
    direction: ltr;
    min-width: 320px
}

body {
    font-family: Open Sans, sans-serif;
    font-size: 16px
}

.main,
body {
    overflow-x: hidden
}

.main,
.wrapper {
    position: relative
}

.wrapper {
    transition: .2s ease-in-out
}

.theme-black .wrapper,
.theme-blue .wrapper,
.theme-marrs-green .wrapper,
.theme-navy-blue .wrapper,
.theme-pink .wrapper,
.theme-red .wrapper,
.theme-sky-blue .wrapper,
.theme-violet .wrapper {
    color: #555
}

.wrapper .sidebar {
    bottom: 0;
    left: -250px;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition: .2s ease-in-out;
    width: 250px
}

.wrapper.offcanvas {
    margin: 0 -250px 0 250px
}

.wrapper.offcanvas .sidebar {
    left: 0
}

.wrapper.offcanvas .header-inner.sticky {
    left: 250px
}

.content-wrapper {
    padding-bottom: 50px
}

.header-wrapper+.content-wrapper {
    margin-top: 20px
}

.autocomplete-suggestions {
    background: #fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    max-height: none !important;
    padding-bottom: 10px;
    top: 103px !important
}

.autocomplete-suggestions.sticky {
    position: fixed !important;
    top: 60px !important
}

.autocomplete-suggestions .autocomplete-suggestion {
    cursor: pointer;
    padding: 4px 10px
}

.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
    background: #f1f3f7
}

.autocomplete-suggestions.mobile-search-suggestions,
.autocomplete-suggestions.mobile-search-suggestions.sticky {
    left: 6px !important;
    top: 50px !important
}

.rtl .slimScrollBar {
    left: auto !important;
    right: 1px
}

.captcha-input {
    padding: 6px 12px
}

.cookie-wrapper {
    background: #262938;
    bottom: 0;
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, .4);
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000
}

.cookie-wrapper .cookie {
    align-items: center;
    display: flex;
    padding: 15px 0
}

.cookie-wrapper .cookie-text {
    color: #c2c2c2;
    flex-grow: 1
}

.cookie-wrapper .cookie-text>span {
    margin-right: 20px
}

.cookie-wrapper .cookie-button {
    flex-grow: 0
}

.cookie-wrapper .btn-cookie {
    padding: 6px 20px
}

.theme-black .my-account .sidebar-menu li.active a {
    opacity: .6
}

.right-actions-overlay {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.right-actions {
    background: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: fixed;
    right: -400px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    transition: all .5s;
    width: 400px;
    z-index: 9999
}

.right-actions.full-width {
    right: -95%;
    width: 95%
}

.right-actions.open {
    right: 0 !important
}

.right-actions .action-toggle {
    align-items: center;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: -5px 5px 20px rgba(69, 65, 78, .21);
    color: #fff;
    cursor: pointer;
    display: none;
    height: 45px;
    justify-content: center;
    left: -45px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 45px
}

.theme-blue .right-actions .action-toggle {
    background: #0051ca
}

.theme-violet .right-actions .action-toggle {
    background: #641f7e
}

.theme-red .right-actions .action-toggle {
    background: #d10035
}

.theme-sky-blue .right-actions .action-toggle {
    background: #178dac
}

.theme-marrs-green .right-actions .action-toggle {
    background: #006066
}

.theme-navy-blue .right-actions .action-toggle {
    background: #1f508d
}

.theme-pink .right-actions .action-toggle {
    background: #df4285
}

.theme-black .right-actions .action-toggle {
    background: #262938
}

.right-actions.open .action-toggle {
    display: flex
}

.right-actions .action-toggle i {
    font-size: 20px
}

.right-actions .title {
    border-bottom: 1px solid #ebedf2;
    border-top-left-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    text-align: left
}

.theme-blue .right-actions .title {
    background: #0051ca
}

.theme-violet .right-actions .title {
    background: #641f7e
}

.theme-red .right-actions .title {
    background: #d10035
}

.theme-sky-blue .right-actions .title {
    background: #178dac
}

.theme-marrs-green .right-actions .title {
    background: #006066
}

.theme-navy-blue .right-actions .title {
    background: #1f508d
}

.theme-pink .right-actions .title {
    background: #df4285
}

.theme-black .right-actions .title {
    background: #262938
}

.right-actions .action-content {
    max-height: calc(100vh - 90px);
    overflow: auto;
    padding: 20px 15px
}

@media screen and (max-width:991px) {
    .cookie-wrapper .cookie {
        display: block;
        padding: 20px 0
    }
    .cookie-wrapper .cookie-text {
        flex-grow: 0;
        text-align: center
    }
    .cookie-wrapper .cookie-text>span {
        margin-right: 0
    }
    .cookie-wrapper .btn-cookie {
        display: table;
        margin: 15px auto 0
    }
}

@media screen and (max-width:767px) {
    .content-wrapper>.container>.col-lg-9.col-lg-offset-3~.alert {
        margin: 15px 0 5px
    }
    .right-actions.full-width {
        right: -90%;
        width: 90%
    }
}

/*# sourceMappingURL=app.css.map*/