@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
/** CHECKOUT BY STEP */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/FontAwesome.eot");
    src: url("../fonts/FontAwesome.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome.woff") format("woff"), url("../fonts/FontAwesome.ttf") format("truetype"), url("../fonts/FontAwesome.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 1.625;
    color: #818796;
    background-color: #f0f3f8;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #434a54;
    text-decoration: none;
    -webkit-transition: 0.3s all ease 0s;
    -o-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
}

a:hover {
    color: #f07273;
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.625;
    background-color: #f0f3f8;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #aaa;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: #000000;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #888;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 29px;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 15px;
}

h5,
.h5 {
    font-size: 11px;
}

h6,
.h6 {
    font-size: 10px;
}

p {
    margin: 0 0 10.5px;
}

.lead {
    margin-bottom: 21px;
    font-size: 51px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 19.5px;
    }
}

small,
.small {
    font-size: 92%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #222222;
}

a.text-primary:hover {
    color: #090909;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #222222;
}

a.bg-primary:hover {
    background-color: #090909;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #aaa;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 21px;
}

dt,
dd {
    line-height: 1.625;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 991px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #888;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 13px 26px 13px 70px;
    margin: 0 0 21px;
    font-size: 16.25px;
    border-left: 3px solid #aaa;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    font-size: 12px;
    line-height: 1.625;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 3px solid #aaa;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.625;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 12px;
    line-height: 1.625;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 15px 10px;
    padding-bottom: 15px 10px;
    color: #999999;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 15px 10px;
    line-height: 1.625;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #f0f3f8;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 5px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 8px;
    font-size: 13px;
    line-height: 1.625;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px 15px;
    font-size: 13px;
    line-height: 1.625;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #e5e5e5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #aaa;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"] {
    line-height: 32px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 25px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 25px;
    line-height: 25px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 50px;
    padding: 13px 28px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 0px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 50px;
    line-height: 50px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 40px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 26px;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c7c9d0;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-control-static {
    padding-top: 8px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 15px;
    font-size: 13px;
    line-height: 1.625;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #0f0f0f;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #333;
    border-color: #333;
}

.btn-default .badge {
    color: #333;
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #222222;
    border-color: #161616;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #222222;
    border-color: #161616;
}

.btn-primary .badge {
    color: #222222;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #bdca8c;
    border-color: #b3c27b;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #a1b35b;
    border-color: #95a84d;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #bdca8c;
    border-color: #b3c27b;
}

.btn-success .badge {
    color: #bdca8c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #28a4c9;
    border-color: #2493b4;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #e7ca2b;
    border-color: #dfc119;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b69d15;
    border-color: #9f8912;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #e7ca2b;
    border-color: #dfc119;
}

.btn-warning .badge {
    color: #e7ca2b;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #f35a5a;
    border-color: #f14242;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ee1717;
    border-color: #dc1010;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #f35a5a;
    border-color: #f14242;
}

.btn-danger .badge {
    color: #f35a5a;
    background-color: #fff;
}

.btn-link {
    color: #152a38;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #f07273;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #888;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 13px 28px;
    font-size: 11px;
    line-height: 1.33;
    border-radius: 0px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 20px;
    font-size: 8px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 2px 15px;
    font-size: 8px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.625;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #222222;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #888;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.625;
    color: #888;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 991px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .input-group {
        display: block;
    }
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 7px 15px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #aaa;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 0px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 13px 28px;
    font-size: 17px;
    border-radius: 0px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 25px;
}

.nav>li.disabled>a {
    color: #888;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #888;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color: #152a38;
}

.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.nav-tabs>li {
    float: left;
}

.nav-tabs>li>a {
    margin-right: -1px;
    line-height: 1.625;
    border: 1px solid #ddd;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 0px 0px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #aaa #aaa #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #f0f3f8;
    border-bottom-color: transparent;
    border-top: 3px solid #bdca8c;
    cursor: default;
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 0px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #000;
    background-color: transparent;
    border-bottom: 2px solid #bdca8c;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0px 0px 0 0;
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #f0f3f8;
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    margin-bottom: 23px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 991px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 991px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 991px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 991px) {

    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 991px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 991px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 9.5px 15px;
    font-size: 17px;
    line-height: 21px;
    height: 40px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 991px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: left;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 991px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
}

@media (max-width: 990px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #f5f5f5;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 21px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 991px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 9.5px;
        padding-bottom: 9.5px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 4px;
    margin-bottom: 4px;
}

@media (max-width: 990px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 991px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 4px;
    margin-bottom: 4px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 9px;
    margin-bottom: 9px;
}

.navbar-text {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

@media (min-width: 991px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 991px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 990px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #aeaeae;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #aeaeae;
}

.navbar-inverse .navbar-nav>li>a {
    color: #aeaeae;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 990px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #aeaeae;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #aeaeae;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #aeaeae;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.pagination-list {
    display: block;
    padding-left: 0;
    margin: 0 0 21px 0;
    text-align: center;
    background-color: #fff;
    padding: 15px 0 5px 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(168, 172, 185, 0.1);
    box-shadow: 0 2px 3px 0 rgba(168, 172, 185, 0.1);
    border-radius: 0px;
}

.pagination-list ul {
    display: block;
}

.pagination-list>li {
    display: inline-block;
}

.pagination-list>li:first-child {
    float: left;
}

.pagination-list>li:last-child {
    float: right;
}

.pagination-list>li>a,
.pagination-list>li>span {
    position: relative;
    float: left;
    text-decoration: none;
    color: #838d8f;
    background-color: transparent;
    border: 1px solid #e4e9ef;
    margin-left: -1px;
    width: 45px;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pagination-list>li>a b,
.pagination-list>li>span b {
    font-weight: normal;
}

.pagination-list>li:first-child>a,
.pagination-list>li:first-child>span,
.pagination-list>li:last-child>a,
.pagination-list>li:last-child>span {
    margin-left: 0;
    background: transparent;
    font-size: 14px;
    text-transform: capitalize;
    color: #aab2bd;
    font-weight: normal;
    width: auto;
    height: auto;
    border: none;
    padding: 0 10px;
}

.pagination-list>li:first-child>a:hover,
.pagination-list>li:first-child>span:hover,
.pagination-list>li:last-child>a:hover,
.pagination-list>li:last-child>span:hover {
    color: #a64444;
    background: transparent !important;
}

.pagination-list>li.current span {
    background: #a64444;
    color: #fff;
    border-color: #a64444;
}

.pagination-list>li.current span:hover {
    background: #a64444;
}

.pagination-list>li>a:hover,
.pagination-list>li>a:focus,
.pagination-list>li>span:hover,
.pagination-list>li>span:focus {
    color: #fff;
    background-color: #a64444;
    border-color: #a64444;
}

.pagination-list>.active>a,
.pagination-list>.active>a:hover,
.pagination-list>.active>a:focus,
.pagination-list>.active>span,
.pagination-list>.active>span:hover,
.pagination-list>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #000000;
    border-color: #a64444;
    cursor: default;
}

.pagination-list>.disabled>span,
.pagination-list>.disabled>span:hover,
.pagination-list>.disabled>span:focus,
.pagination-list>.disabled>a,
.pagination-list>.disabled>a:hover,
.pagination-list>.disabled>a:focus {
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 13px 28px;
    font-size: 17px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 20px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pager {
    padding-left: 0;
    margin: 21px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #000000;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #666;
    background-color: #f1f1f1;
    cursor: not-allowed;
}

.label {
    font-size: 100%;
    font-weight: normal;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #888;
    padding: 0 5px;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #6f6f6f;
}

.label-primary {
    background-color: #222222;
    padding: 0 5px;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #090909;
}

.label-success {
    background-color: #bdca8c;
    padding: 0 5px;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #a9ba69;
}

.label-info {
    background-color: #5bc0de;
    padding: 0 5px;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #e7ca2b;
    padding: 0 5px;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #c8ad17;
}

.label-danger {
    background-color: #f35a5a;
    padding: 0 5px;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #f02a2a;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #888;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #152a38;
    background-color: #fff;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #aaa;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #919191;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 58.5px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.625;
    background-color: #f0f3f8;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #818796;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #152a38;
}

.alert {
    padding: 5px 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 0;
    color: red;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 5px 15px20;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #f5fdf5;
    border-color: #d6e9c6;
    color: #000;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: black;
}

.alert-info {
    background-color: #f5fbfd;
    border-color: #bce8f1;
    color: #000;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: black;
}

.alert-warning {
    background-color: #fffdf6;
    border-color: #faebcc;
    color: #000;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: black;
}

.alert-danger {
    background-color: #fdf7f5;
    border-color: #ebccd1;
    color: #000;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: black;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 21px;
    margin-bottom: 21px;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #222222;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #bdca8c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-warning {
    background-color: #e7ca2b;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-danger {
    background-color: #f35a5a;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-right,
.media>.pull-right {
    padding-left: 15px;
}

.media-left,
.media>.pull-left {
    padding-right: 15px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

@media (max-width: 767px) {

    .media-left,
    .media-right,
    .media-body {
        display: block;
    }
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #aaa;
    color: #888;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #888;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #888888;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 21px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

.panel-title>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 21px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #282423;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #282423;
    background-color: #fff;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #222222;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #222222;
}

.panel-primary>.panel-heading .badge {
    color: #222222;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #222222;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 0px;
}

.well-sm {
    padding: 9px;
    border-radius: 0px;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.rtl .close {
    float: left;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 9px 30px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 9px 30px1.625;
    text-align: left;
}

.rtl .modal-header {
    text-align: right;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.625;
    font-size: 13px;
    text-transform: uppercase;
}

.modal-body {
    position: relative;
    padding: 7px 15px;
}

.modal-footer {
    padding: 7px 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 80%;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 90%;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 0px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.625;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000;
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    width: 30px;
    height: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid #aab2bd;
    font-size: 16px;
    font-weight: normal;
    color: #aab2bd;
    text-align: center;
    line-height: 27px;
    background: transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 90;
}

.carousel-control:hover {
    outline: 0;
    color: #a64444;
    text-decoration: none;
    background: transparent;
    border-color: #a64444;
}

.carousel-control:hover span {
    color: #fff;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 100%;
    height: 100%;
}

.carousel-control .icon-prev:before {
    content: '\f104';
    font-family: "FontAwesome";
}

.carousel-control .icon-next:before {
    content: '\f105';
    font-family: "FontAwesome";
}

.carousel .carousel-control.left {
    left: -25px;
}

.carousel .carousel-control.right {
    right: -25px;
}

.carousel:hover .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px 3px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
}

.carousel-indicators .active {
    background-color: #5fb7dd;
    border-color: #5fb7dd;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px transparent;
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.product_list.clearfix:before,
.product_list.clearfix:after {
    content: none;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"],
[class*="icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.icon-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.icon-2x {
    font-size: 2em;
}

.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}

.icon-5x {
    font-size: 5em;
}

.icon-fw {
    width: 1.28571em;
    text-align: center;
}

.icon-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.icon-ul>li {
    position: relative;
}

.icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.icon-li.icon-lg {
    left: -1.85714em;
}

.icon-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.icon-pull-left {
    float: left;
}

.icon-pull-right {
    float: right;
}

.icon.icon-pull-left {
    margin-right: .3em;
}

.icon.icon-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.icon.pull-left {
    margin-right: .3em;
}

.icon.pull-right {
    margin-left: .3em;
}

.icon-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.icon-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.icon-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icon-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.icon-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
    filter: none;
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.icon-stack-1x,
.icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.icon-stack-1x {
    line-height: inherit;
}

.icon-stack-2x {
    font-size: 2em;
}

.icon-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
    content: "";
}

.icon-music:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-envelope-o:before {
    content: "";
}

.icon-heart:before {
    content: "";
}

.icon-star:before {
    content: "";
}

.icon-star-o:before {
    content: "";
}

.icon-user:before {
    content: "";
}

.icon-film:before {
    content: "";
}

.icon-th-large:before {
    content: "";
}

.icon-th:before {
    content: "";
}

.icon-th-list:before {
    content: "";
}

.icon-check:before {
    content: "";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
    content: "";
}

.icon-search-plus:before {
    content: "";
}

.icon-search-minus:before {
    content: "";
}

.icon-power-off:before {
    content: "";
}

.icon-signal:before {
    content: "";
}

.icon-gear:before,
.icon-cog:before {
    content: "";
}

.icon-trash-o:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-file-o:before {
    content: "";
}

.icon-clock-o:before {
    content: "";
}

.icon-road:before {
    content: "";
}

.icon-download:before {
    content: "";
}

.icon-arrow-circle-o-down:before {
    content: "";
}

.icon-arrow-circle-o-up:before {
    content: "";
}

.icon-inbox:before {
    content: "";
}

.icon-play-circle-o:before {
    content: "";
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: "";
}

.icon-refresh:before {
    content: "";
}

.icon-list-alt:before {
    content: "";
}

.icon-lock:before {
    content: "";
}

.icon-flag:before {
    content: "";
}

.icon-headphones:before {
    content: "";
}

.icon-volume-off:before {
    content: "";
}

.icon-volume-down:before {
    content: "";
}

.icon-volume-up:before {
    content: "";
}

.icon-qrcode:before {
    content: "";
}

.icon-barcode:before {
    content: "";
}

.icon-tag:before {
    content: "";
}

.icon-tags:before {
    content: "";
}

.icon-book:before {
    content: "";
}

.icon-bookmark:before {
    content: "";
}

.icon-print:before {
    content: "";
}

.icon-camera:before {
    content: "";
}

.icon-font:before {
    content: "";
}

.icon-bold:before {
    content: "";
}

.icon-italic:before {
    content: "";
}

.icon-text-height:before {
    content: "";
}

.icon-text-width:before {
    content: "";
}

.icon-align-left:before {
    content: "";
}

.icon-align-center:before {
    content: "";
}

.icon-align-right:before {
    content: "";
}

.icon-align-justify:before {
    content: "";
}

.icon-list:before {
    content: "";
}

.icon-dedent:before,
.icon-outdent:before {
    content: "";
}

.icon-indent:before {
    content: "";
}

.icon-video-camera:before {
    content: "";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
    content: "";
}

.icon-pencil:before {
    content: "";
}

.icon-map-marker:before {
    content: "";
}

.icon-adjust:before {
    content: "";
}

.icon-tint:before {
    content: "";
}

.icon-edit:before,
.icon-pencil-square-o:before {
    content: "";
}

.icon-share-square-o:before {
    content: "";
}

.icon-check-square-o:before {
    content: "";
}

.icon-arrows:before {
    content: "";
}

.icon-step-backward:before {
    content: "";
}

.icon-fast-backward:before {
    content: "";
}

.icon-backward:before {
    content: "";
}

.icon-play:before {
    content: "";
}

.icon-pause:before {
    content: "";
}

.icon-stop:before {
    content: "";
}

.icon-forward:before {
    content: "";
}

.icon-fast-forward:before {
    content: "";
}

.icon-step-forward:before {
    content: "";
}

.icon-eject:before {
    content: "";
}

.icon-chevron-left:before {
    content: "";
}

.icon-chevron-right:before {
    content: "";
}

.icon-plus-circle:before {
    content: "";
}

.icon-minus-circle:before {
    content: "";
}

.icon-times-circle:before {
    content: "";
}

.icon-check-circle:before {
    content: "";
}

.icon-question-circle:before {
    content: "";
}

.icon-info-circle:before {
    content: "";
}

.icon-crosshairs:before {
    content: "";
}

.icon-times-circle-o:before {
    content: "";
}

.icon-check-circle-o:before {
    content: "";
}

.icon-ban:before {
    content: "";
}

.icon-arrow-left:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-arrow-up:before {
    content: "";
}

.icon-arrow-down:before {
    content: "";
}

.icon-mail-forward:before,
.icon-share:before {
    content: "";
}

.icon-expand:before {
    content: "";
}

.icon-compress:before {
    content: "";
}

.icon-plus:before {
    content: "";
}

.icon-minus:before {
    content: "";
}

.icon-asterisk:before {
    content: "";
}

.icon-exclamation-circle:before {
    content: "";
}

.icon-gift:before {
    content: "";
}

.icon-leaf:before {
    content: "";
}

.icon-fire:before {
    content: "";
}

.icon-eye:before {
    content: "";
}

.icon-eye-slash:before {
    content: "";
}

.icon-warning:before,
.icon-exclamation-triangle:before {
    content: "";
}

.icon-plane:before {
    content: "";
}

.icon-calendar:before {
    content: "";
}

.icon-random:before {
    content: "";
}

.icon-comment:before {
    content: "";
}

.icon-magnet:before {
    content: "";
}

.icon-chevron-up:before {
    content: "";
}

.icon-chevron-down:before {
    content: "";
}

.icon-retweet:before {
    content: "";
}

.icon-shopping-cart:before {
    content: "";
}

.icon-folder:before {
    content: "";
}

.icon-folder-open:before {
    content: "";
}

.icon-arrows-v:before {
    content: "";
}

.icon-arrows-h:before {
    content: "";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
    content: "";
}

.icon-twitter-square:before {
    content: "";
}

.icon-facebook-square:before {
    content: "";
}

.icon-camera-retro:before {
    content: "";
}

.icon-key:before {
    content: "";
}

.icon-gears:before,
.icon-cogs:before {
    content: "";
}

.icon-comments:before {
    content: "";
}

.icon-thumbs-o-up:before {
    content: "";
}

.icon-thumbs-o-down:before {
    content: "";
}

.icon-star-half:before {
    content: "";
}

.icon-heart-o:before {
    content: "";
}

.icon-sign-out:before {
    content: "";
}

.icon-linkedin-square:before {
    content: "";
}

.icon-thumb-tack:before {
    content: "";
}

.icon-external-link:before {
    content: "";
}

.icon-sign-in:before {
    content: "";
}

.icon-trophy:before {
    content: "";
}

.icon-github-square:before {
    content: "";
}

.icon-upload:before {
    content: "";
}

.icon-lemon-o:before {
    content: "";
}

.icon-phone:before {
    content: "";
}

.icon-square-o:before {
    content: "";
}

.icon-bookmark-o:before {
    content: "";
}

.icon-phone-square:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-facebook-f:before,
.icon-facebook:before {
    content: "";
}

.icon-github:before {
    content: "";
}

.icon-unlock:before {
    content: "";
}

.icon-credit-card:before {
    content: "";
}

.icon-feed:before,
.icon-rss:before {
    content: "";
}

.icon-hdd-o:before {
    content: "";
}

.icon-bullhorn:before {
    content: "";
}

.icon-bell:before {
    content: "";
}

.icon-certificate:before {
    content: "";
}

.icon-hand-o-right:before {
    content: "";
}

.icon-hand-o-left:before {
    content: "";
}

.icon-hand-o-up:before {
    content: "";
}

.icon-hand-o-down:before {
    content: "";
}

.icon-arrow-circle-left:before {
    content: "";
}

.icon-arrow-circle-right:before {
    content: "";
}

.icon-arrow-circle-up:before {
    content: "";
}

.icon-arrow-circle-down:before {
    content: "";
}

.icon-globe:before {
    content: "";
}

.icon-wrench:before {
    content: "";
}

.icon-tasks:before {
    content: "";
}

.icon-filter:before {
    content: "";
}

.icon-briefcase:before {
    content: "";
}

.icon-arrows-alt:before {
    content: "";
}

.icon-group:before,
.icon-users:before {
    content: "";
}

.icon-chain:before,
.icon-link:before {
    content: "";
}

.icon-cloud:before {
    content: "";
}

.icon-flask:before {
    content: "";
}

.icon-cut:before,
.icon-scissors:before {
    content: "";
}

.icon-copy:before,
.icon-files-o:before {
    content: "";
}

.icon-paperclip:before {
    content: "";
}

.icon-save:before,
.icon-floppy-o:before {
    content: "";
}

.icon-square:before {
    content: "";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
    content: "";
}

.icon-list-ul:before {
    content: "";
}

.icon-list-ol:before {
    content: "";
}

.icon-strikethrough:before {
    content: "";
}

.icon-underline:before {
    content: "";
}

.icon-table:before {
    content: "";
}

.icon-magic:before {
    content: "";
}

.icon-truck:before {
    content: "";
}

.icon-pinterest:before {
    content: "";
}

.icon-pinterest-square:before {
    content: "";
}

.icon-google-plus-square:before {
    content: "";
}

.icon-google-plus:before {
    content: "";
}

.icon-money:before {
    content: "";
}

.icon-caret-down:before {
    content: "";
}

.icon-caret-up:before {
    content: "";
}

.icon-caret-left:before {
    content: "";
}

.icon-caret-right:before {
    content: "";
}

.icon-columns:before {
    content: "";
}

.icon-unsorted:before,
.icon-sort:before {
    content: "";
}

.icon-sort-down:before,
.icon-sort-desc:before {
    content: "";
}

.icon-sort-up:before,
.icon-sort-asc:before {
    content: "";
}

.icon-envelope:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "";
}

.icon-legal:before,
.icon-gavel:before {
    content: "";
}

.icon-dashboard:before,
.icon-tachometer:before {
    content: "";
}

.icon-comment-o:before {
    content: "";
}

.icon-comments-o:before {
    content: "";
}

.icon-flash:before,
.icon-bolt:before {
    content: "";
}

.icon-sitemap:before {
    content: "";
}

.icon-umbrella:before {
    content: "";
}

.icon-paste:before,
.icon-clipboard:before {
    content: "";
}

.icon-lightbulb-o:before {
    content: "";
}

.icon-exchange:before {
    content: "";
}

.icon-cloud-download:before {
    content: "";
}

.icon-cloud-upload:before {
    content: "";
}

.icon-user-md:before {
    content: "";
}

.icon-stethoscope:before {
    content: "";
}

.icon-suitcase:before {
    content: "";
}

.icon-bell-o:before {
    content: "";
}

.icon-coffee:before {
    content: "";
}

.icon-cutlery:before {
    content: "";
}

.icon-file-text-o:before {
    content: "";
}

.icon-building-o:before {
    content: "";
}

.icon-hospital-o:before {
    content: "";
}

.icon-ambulance:before {
    content: "";
}

.icon-medkit:before {
    content: "";
}

.icon-fighter-jet:before {
    content: "";
}

.icon-beer:before {
    content: "";
}

.icon-h-square:before {
    content: "";
}

.icon-plus-square:before {
    content: "";
}

.icon-angle-double-left:before {
    content: "";
}

.icon-angle-double-right:before {
    content: "";
}

.icon-angle-double-up:before {
    content: "";
}

.icon-angle-double-down:before {
    content: "";
}

.icon-angle-left:before {
    content: "";
}

.icon-angle-right:before {
    content: "";
}

.icon-angle-up:before {
    content: "";
}

.icon-angle-down:before {
    content: "";
}

.icon-desktop:before {
    content: "";
}

.icon-laptop:before {
    content: "";
}

.icon-tablet:before {
    content: "";
}

.icon-mobile-phone:before,
.icon-mobile:before {
    content: "";
}

.icon-circle-o:before {
    content: "";
}

.icon-quote-left:before {
    content: "";
}

.icon-quote-right:before {
    content: "";
}

.icon-spinner:before {
    content: "";
}

.icon-circle:before {
    content: "";
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "";
}

.icon-github-alt:before {
    content: "";
}

.icon-folder-o:before {
    content: "";
}

.icon-folder-open-o:before {
    content: "";
}

.icon-smile-o:before {
    content: "";
}

.icon-frown-o:before {
    content: "";
}

.icon-meh-o:before {
    content: "";
}

.icon-gamepad:before {
    content: "";
}

.icon-keyboard-o:before {
    content: "";
}

.icon-flag-o:before {
    content: "";
}

.icon-flag-checkered:before {
    content: "";
}

.icon-terminal:before {
    content: "";
}

.icon-code:before {
    content: "";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
    content: "";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
    content: "";
}

.icon-location-arrow:before {
    content: "";
}

.icon-crop:before {
    content: "";
}

.icon-code-fork:before {
    content: "";
}

.icon-unlink:before,
.icon-chain-broken:before {
    content: "";
}

.icon-question:before {
    content: "";
}

.icon-info:before {
    content: "";
}

.icon-exclamation:before {
    content: "";
}

.icon-superscript:before {
    content: "";
}

.icon-subscript:before {
    content: "";
}

.icon-eraser:before {
    content: "";
}

.icon-puzzle-piece:before {
    content: "";
}

.icon-microphone:before {
    content: "";
}

.icon-microphone-slash:before {
    content: "";
}

.icon-shield:before {
    content: "";
}

.icon-calendar-o:before {
    content: "";
}

.icon-fire-extinguisher:before {
    content: "";
}

.icon-rocket:before {
    content: "";
}

.icon-maxcdn:before {
    content: "";
}

.icon-chevron-circle-left:before {
    content: "";
}

.icon-chevron-circle-right:before {
    content: "";
}

.icon-chevron-circle-up:before {
    content: "";
}

.icon-chevron-circle-down:before {
    content: "";
}

.icon-html5:before {
    content: "";
}

.icon-css3:before {
    content: "";
}

.icon-anchor:before {
    content: "";
}

.icon-unlock-alt:before {
    content: "";
}

.icon-bullseye:before {
    content: "";
}

.icon-ellipsis-h:before {
    content: "";
}

.icon-ellipsis-v:before {
    content: "";
}

.icon-rss-square:before {
    content: "";
}

.icon-play-circle:before {
    content: "";
}

.icon-ticket:before {
    content: "";
}

.icon-minus-square:before {
    content: "";
}

.icon-minus-square-o:before {
    content: "";
}

.icon-level-up:before {
    content: "";
}

.icon-level-down:before {
    content: "";
}

.icon-check-square:before {
    content: "";
}

.icon-pencil-square:before {
    content: "";
}

.icon-external-link-square:before {
    content: "";
}

.icon-share-square:before {
    content: "";
}

.icon-compass:before {
    content: "";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
    content: "";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
    content: "";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
    content: "";
}

.icon-euro:before,
.icon-eur:before {
    content: "";
}

.icon-gbp:before {
    content: "";
}

.icon-dollar:before,
.icon-usd:before {
    content: "";
}

.icon-rupee:before,
.icon-inr:before {
    content: "";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
    content: "";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
    content: "";
}

.icon-won:before,
.icon-krw:before {
    content: "";
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "";
}

.icon-file:before {
    content: "";
}

.icon-file-text:before {
    content: "";
}

.icon-sort-alpha-asc:before {
    content: "";
}

.icon-sort-alpha-desc:before {
    content: "";
}

.icon-sort-amount-asc:before {
    content: "";
}

.icon-sort-amount-desc:before {
    content: "";
}

.icon-sort-numeric-asc:before {
    content: "";
}

.icon-sort-numeric-desc:before {
    content: "";
}

.icon-thumbs-up:before {
    content: "";
}

.icon-thumbs-down:before {
    content: "";
}

.icon-youtube-square:before {
    content: "";
}

.icon-youtube:before {
    content: "";
}

.icon-xing:before {
    content: "";
}

.icon-xing-square:before {
    content: "";
}

.icon-youtube-play:before {
    content: "";
}

.icon-dropbox:before {
    content: "";
}

.icon-stack-overflow:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-flickr:before {
    content: "";
}

.icon-adn:before {
    content: "";
}

.icon-bitbucket:before {
    content: "";
}

.icon-bitbucket-square:before {
    content: "";
}

.icon-tumblr:before {
    content: "";
}

.icon-tumblr-square:before {
    content: "";
}

.icon-long-arrow-down:before {
    content: "";
}

.icon-long-arrow-up:before {
    content: "";
}

.icon-long-arrow-left:before {
    content: "";
}

.icon-long-arrow-right:before {
    content: "";
}

.icon-apple:before {
    content: "";
}

.icon-windows:before {
    content: "";
}

.icon-android:before {
    content: "";
}

.icon-linux:before {
    content: "";
}

.icon-dribbble:before {
    content: "";
}

.icon-skype:before {
    content: "";
}

.icon-foursquare:before {
    content: "";
}

.icon-trello:before {
    content: "";
}

.icon-female:before {
    content: "";
}

.icon-male:before {
    content: "";
}

.icon-gittip:before,
.icon-gratipay:before {
    content: "";
}

.icon-sun-o:before {
    content: "";
}

.icon-moon-o:before {
    content: "";
}

.icon-archive:before {
    content: "";
}

.icon-bug:before {
    content: "";
}

.icon-vk:before {
    content: "";
}

.icon-weibo:before {
    content: "";
}

.icon-renren:before {
    content: "";
}

.icon-pagelines:before {
    content: "";
}

.icon-stack-exchange:before {
    content: "";
}

.icon-arrow-circle-o-right:before {
    content: "";
}

.icon-arrow-circle-o-left:before {
    content: "";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
    content: "";
}

.icon-dot-circle-o:before {
    content: "";
}

.icon-wheelchair:before {
    content: "";
}

.icon-vimeo-square:before {
    content: "";
}

.icon-turkish-lira:before,
.icon-try:before {
    content: "";
}

.icon-plus-square-o:before {
    content: "";
}

.icon-space-shuttle:before {
    content: "";
}

.icon-slack:before {
    content: "";
}

.icon-envelope-square:before {
    content: "";
}

.icon-wordpress:before {
    content: "";
}

.icon-openid:before {
    content: "";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
    content: "";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
    content: "";
}

.icon-yahoo:before {
    content: "";
}

.icon-google:before {
    content: "";
}

.icon-reddit:before {
    content: "";
}

.icon-reddit-square:before {
    content: "";
}

.icon-stumbleupon-circle:before {
    content: "";
}

.icon-stumbleupon:before {
    content: "";
}

.icon-delicious:before {
    content: "";
}

.icon-digg:before {
    content: "";
}

.icon-pied-piper:before {
    content: "";
}

.icon-pied-piper-alt:before {
    content: "";
}

.icon-drupal:before {
    content: "";
}

.icon-joomla:before {
    content: "";
}

.icon-language:before {
    content: "";
}

.icon-fax:before {
    content: "";
}

.icon-building:before {
    content: "";
}

.icon-child:before {
    content: "";
}

.icon-paw:before {
    content: "";
}

.icon-spoon:before {
    content: "";
}

.icon-cube:before {
    content: "";
}

.icon-cubes:before {
    content: "";
}

.icon-behance:before {
    content: "";
}

.icon-behance-square:before {
    content: "";
}

.icon-steam:before {
    content: "";
}

.icon-steam-square:before {
    content: "";
}

.icon-recycle:before {
    content: "";
}

.icon-automobile:before,
.icon-car:before {
    content: "";
}

.icon-cab:before,
.icon-taxi:before {
    content: "";
}

.icon-tree:before {
    content: "";
}

.icon-spotify:before {
    content: "";
}

.icon-deviantart:before {
    content: "";
}

.icon-soundcloud:before {
    content: "";
}

.icon-database:before {
    content: "";
}

.icon-file-pdf-o:before {
    content: "";
}

.icon-file-word-o:before {
    content: "";
}

.icon-file-excel-o:before {
    content: "";
}

.icon-file-powerpoint-o:before {
    content: "";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
    content: "";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
    content: "";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
    content: "";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
    content: "";
}

.icon-file-code-o:before {
    content: "";
}

.icon-vine:before {
    content: "";
}

.icon-codepen:before {
    content: "";
}

.icon-jsfiddle:before {
    content: "";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
    content: "";
}

.icon-circle-o-notch:before {
    content: "";
}

.icon-ra:before,
.icon-rebel:before {
    content: "";
}

.icon-ge:before,
.icon-empire:before {
    content: "";
}

.icon-git-square:before {
    content: "";
}

.icon-git:before {
    content: "";
}

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
    content: "";
}

.icon-tencent-weibo:before {
    content: "";
}

.icon-qq:before {
    content: "";
}

.icon-wechat:before,
.icon-weixin:before {
    content: "";
}

.icon-send:before,
.icon-paper-plane:before {
    content: "";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
    content: "";
}

.icon-history:before {
    content: "";
}

.icon-circle-thin:before {
    content: "";
}

.icon-header:before {
    content: "";
}

.icon-paragraph:before {
    content: "";
}

.icon-sliders:before {
    content: "";
}

.icon-share-alt:before {
    content: "";
}

.icon-share-alt-square:before {
    content: "";
}

.icon-bomb:before {
    content: "";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
    content: "";
}

.icon-tty:before {
    content: "";
}

.icon-binoculars:before {
    content: "";
}

.icon-plug:before {
    content: "";
}

.icon-slideshare:before {
    content: "";
}

.icon-twitch:before {
    content: "";
}

.icon-yelp:before {
    content: "";
}

.icon-newspaper-o:before {
    content: "";
}

.icon-wifi:before {
    content: "";
}

.icon-calculator:before {
    content: "";
}

.icon-paypal:before {
    content: "";
}

.icon-google-wallet:before {
    content: "";
}

.icon-cc-visa:before {
    content: "";
}

.icon-cc-mastercard:before {
    content: "";
}

.icon-cc-discover:before {
    content: "";
}

.icon-cc-amex:before {
    content: "";
}

.icon-cc-paypal:before {
    content: "";
}

.icon-cc-stripe:before {
    content: "";
}

.icon-bell-slash:before {
    content: "";
}

.icon-bell-slash-o:before {
    content: "";
}

.icon-trash:before {
    content: "";
}

.icon-copyright:before {
    content: "";
}

.icon-at:before {
    content: "";
}

.icon-eyedropper:before {
    content: "";
}

.icon-paint-brush:before {
    content: "";
}

.icon-birthday-cake:before {
    content: "";
}

.icon-area-chart:before {
    content: "";
}

.icon-pie-chart:before {
    content: "";
}

.icon-line-chart:before {
    content: "";
}

.icon-lastfm:before {
    content: "";
}

.icon-lastfm-square:before {
    content: "";
}

.icon-toggle-off:before {
    content: "";
}

.icon-toggle-on:before {
    content: "";
}

.icon-bicycle:before {
    content: "";
}

.icon-bus:before {
    content: "";
}

.icon-ioxhost:before {
    content: "";
}

.icon-angellist:before {
    content: "";
}

.icon-cc:before {
    content: "";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
    content: "";
}

.icon-meanpath:before {
    content: "";
}

.icon-buysellads:before {
    content: "";
}

.icon-connectdevelop:before {
    content: "";
}

.icon-dashcube:before {
    content: "";
}

.icon-forumbee:before {
    content: "";
}

.icon-leanpub:before {
    content: "";
}

.icon-sellsy:before {
    content: "";
}

.icon-shirtsinbulk:before {
    content: "";
}

.icon-simplybuilt:before {
    content: "";
}

.icon-skyatlas:before {
    content: "";
}

.icon-cart-plus:before {
    content: "";
}

.icon-cart-arrow-down:before {
    content: "";
}

.icon-diamond:before {
    content: "";
}

.icon-ship:before {
    content: "";
}

.icon-user-secret:before {
    content: "";
}

.icon-motorcycle:before {
    content: "";
}

.icon-street-view:before {
    content: "";
}

.icon-heartbeat:before {
    content: "";
}

.icon-venus:before {
    content: "";
}

.icon-mars:before {
    content: "";
}

.icon-mercury:before {
    content: "";
}

.icon-intersex:before,
.icon-transgender:before {
    content: "";
}

.icon-transgender-alt:before {
    content: "";
}

.icon-venus-double:before {
    content: "";
}

.icon-mars-double:before {
    content: "";
}

.icon-venus-mars:before {
    content: "";
}

.icon-mars-stroke:before {
    content: "";
}

.icon-mars-stroke-v:before {
    content: "";
}

.icon-mars-stroke-h:before {
    content: "";
}

.icon-neuter:before {
    content: "";
}

.icon-genderless:before {
    content: "";
}

.icon-facebook-official:before {
    content: "";
}

.icon-pinterest-p:before {
    content: "";
}

.icon-whatsapp:before {
    content: "";
}

.icon-server:before {
    content: "";
}

.icon-user-plus:before {
    content: "";
}

.icon-user-times:before {
    content: "";
}

.icon-hotel:before,
.icon-bed:before {
    content: "";
}

.icon-viacoin:before {
    content: "";
}

.icon-train:before {
    content: "";
}

.icon-subway:before {
    content: "";
}

.icon-medium:before {
    content: "";
}

.icon-yc:before,
.icon-y-combinator:before {
    content: "";
}

.icon-optin-monster:before {
    content: "";
}

.icon-opencart:before {
    content: "";
}

.icon-expeditedssl:before {
    content: "";
}

.icon-battery-4:before,
.icon-battery-full:before {
    content: "";
}

.icon-battery-3:before,
.icon-battery-three-quarters:before {
    content: "";
}

.icon-battery-2:before,
.icon-battery-half:before {
    content: "";
}

.icon-battery-1:before,
.icon-battery-quarter:before {
    content: "";
}

.icon-battery-0:before,
.icon-battery-empty:before {
    content: "";
}

.icon-mouse-pointer:before {
    content: "";
}

.icon-i-cursor:before {
    content: "";
}

.icon-object-group:before {
    content: "";
}

.icon-object-ungroup:before {
    content: "";
}

.icon-sticky-note:before {
    content: "";
}

.icon-sticky-note-o:before {
    content: "";
}

.icon-cc-jcb:before {
    content: "";
}

.icon-cc-diners-club:before {
    content: "";
}

.icon-clone:before {
    content: "";
}

.icon-balance-scale:before {
    content: "";
}

.icon-hourglass-o:before {
    content: "";
}

.icon-hourglass-1:before,
.icon-hourglass-start:before {
    content: "";
}

.icon-hourglass-2:before,
.icon-hourglass-half:before {
    content: "";
}

.icon-hourglass-3:before,
.icon-hourglass-end:before {
    content: "";
}

.icon-hourglass:before {
    content: "";
}

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
    content: "";
}

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
    content: "";
}

.icon-hand-scissors-o:before {
    content: "";
}

.icon-hand-lizard-o:before {
    content: "";
}

.icon-hand-spock-o:before {
    content: "";
}

.icon-hand-pointer-o:before {
    content: "";
}

.icon-hand-peace-o:before {
    content: "";
}

.icon-trademark:before {
    content: "";
}

.icon-registered:before {
    content: "";
}

.icon-creative-commons:before {
    content: "";
}

.icon-gg:before {
    content: "";
}

.icon-gg-circle:before {
    content: "";
}

.icon-tripadvisor:before {
    content: "";
}

.icon-odnoklassniki:before {
    content: "";
}

.icon-odnoklassniki-square:before {
    content: "";
}

.icon-get-pocket:before {
    content: "";
}

.icon-wikipedia-w:before {
    content: "";
}

.icon-safari:before {
    content: "";
}

.icon-chrome:before {
    content: "";
}

.icon-firefox:before {
    content: "";
}

.icon-opera:before {
    content: "";
}

.icon-internet-explorer:before {
    content: "";
}

.icon-tv:before,
.icon-television:before {
    content: "";
}

.icon-contao:before {
    content: "";
}

.icon-500px:before {
    content: "";
}

.icon-amazon:before {
    content: "";
}

.icon-calendar-plus-o:before {
    content: "";
}

.icon-calendar-minus-o:before {
    content: "";
}

.icon-calendar-times-o:before {
    content: "";
}

.icon-calendar-check-o:before {
    content: "";
}

.icon-industry:before {
    content: "";
}

.icon-map-pin:before {
    content: "";
}

.icon-map-signs:before {
    content: "";
}

.icon-map-o:before {
    content: "";
}

.icon-map:before {
    content: "";
}

.icon-commenting:before {
    content: "";
}

.icon-commenting-o:before {
    content: "";
}

.icon-houzz:before {
    content: "";
}

.icon-vimeo:before {
    content: "";
}

.icon-black-tie:before {
    content: "";
}

.icon-fonticons:before {
    content: "";
}

.icon-reddit-alien:before {
    content: "";
}

.icon-edge:before {
    content: "";
}

.icon-credit-card-alt:before {
    content: "";
}

.icon-codiepie:before {
    content: "";
}

.icon-modx:before {
    content: "";
}

.icon-fort-awesome:before {
    content: "";
}

.icon-usb:before {
    content: "";
}

.icon-product-hunt:before {
    content: "";
}

.icon-mixcloud:before {
    content: "";
}

.icon-scribd:before {
    content: "";
}

.icon-pause-circle:before {
    content: "";
}

.icon-pause-circle-o:before {
    content: "";
}

.icon-stop-circle:before {
    content: "";
}

.icon-stop-circle-o:before {
    content: "";
}

.icon-shopping-bag:before {
    content: "";
}

.icon-shopping-basket:before {
    content: "";
}

.icon-hashtag:before {
    content: "";
}

.icon-bluetooth:before {
    content: "";
}

.icon-bluetooth-b:before {
    content: "";
}

.icon-percent:before {
    content: "";
}

/**
 * BASE CSS STYLES
 */
html {
    margin: 0;
    padding: 0;
}

body {
    background: #f0f3f8;
    color: #434a54;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}

.tree>ul>li,
.tree-menu>ul>li {
    width: 100%;
    height: auto;
    position: relative;
    padding: 8px 0;
    margin: 0 0 8px;
    border-bottom: 1px solid #e4e9ef;
}

.tree>ul>li:last-child,
.tree-menu>ul>li:last-child {
    border: none;
}

.tree>ul>li.active>a,
.tree-menu>ul>li.active>a {
    color: #a64444;
}

.tree>ul>li ul li,
.tree-menu>ul>li ul li {
    position: relative;
    padding-right: 0;
}

.rtl .tree>ul>li ul li,
.rtl .tree-menu>ul>li ul li {
    padding-left: 0;
    padding-right: inherit;
}

.tree>ul>li ul li.last,
.tree-menu>ul>li ul li.last {
    padding-bottom: 0;
}

.tree>ul>li a.active,
.tree-menu>ul>li a.active {
    font-weight: bold;
    color: #a64444;
}

.tree>ul>li a.active+ul,
.tree-menu>ul>li a.active+ul {
    display: block;
    padding: 0 0 10px 10px;
}

.tree>ul>li ul>li>a.active,
.tree-menu>ul>li ul>li>a.active {
    font-weight: bold;
    color: #a64444;
}

a:hover {
    color: #a64444;
    text-decoration: none;
    outline: none;
}

/* block */
.block {
    margin-bottom: 30px;
    position: relative;
}

.block .title_block {
    position: relative;
    background: transparent;
    color: #77a2a0;
    border-bottom: 2px solid #77a2a0;
    ;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    padding: 0 0 15px 0;
    font-weight: 600;
    margin: 0 0 15px;
}

.block .block_content:before,
.block .block_content:after {
    content: " ";
    display: table;
}

.block .block_content:after {
    clear: both;
}

@media (min-width: 1200px) {
    #index .block {
        margin-bottom: 30px;
    }
}

.title_medium.block .title_block {
    font-size: 34px;
}

.title-top-60 .title_block {
    padding: 60px 0 10px 0;
    text-align: center !important;
    font-size: 28px;
}

@media (min-width: 992px) {
    .banner-top {
        left: 0;
        margin-top: -133px;
        position: absolute;
        right: 0;
        z-index: 12;
    }
}

@media (min-width: 992px) {
    .space-top-cus {
        margin-top: 220px;
    }
}

.subtitle {
    margin: 0;
}

.subtitle span {
    color: #aab2bd;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
}

.category-banner {
    float: left;
}

.rtl .category-banner {
    float: right;
}

.bg_top {
    background-repeat: no-repeat;
    padding: 50px 0 0;
    background-image: url("../img/bg_bottom1.jpg");
    background-position: left top;
}

.bg_bottom {
    background-repeat: no-repeat;
    background-image: url("../img/bg_bottom2.jpg");
    background-position: right bottom;
}

.block-default .title_block {
    padding: 0;
    background-color: transparent;
}

.block-primary .title_block {
    padding: 0;
    background-color: transparent;
}

.block-success .title_block {
    padding: 0;
    background-color: transparent;
}

.block-info .title_block {
    padding: 0;
    background-color: transparent;
}

.block-warning .title_block {
    padding: 0;
    background-color: transparent;
}

.block-danger .title_block {
    padding: 0;
    background-color: transparent;
}

.block-highlighted .title_block {
    background-color: #a64444;
    color: #000;
    position: relative;
    padding: 15px 25px;
}

.block-highlighted .title_block:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 15px;
}

.block-highlighted .block_content {
    border: 2px solid #a64444;
}

/**
 * Widget styles in footer
 */
.footer-center .title_block {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 1px;
    margin: 0 0 10px;
    border: none;
    padding: 0 0 15px;
    position: relative;
    text-align: left;
}

.rtl .footer-center .title_block {
    text-align: right;
}

.footer-center .title_block:before {
    display: none;
}

.footer-center .block-borderbox {
    border: 0;
}

.footer-center .block-borderbox .widget-banner-desc {
    padding: 25px 0 0;
}

.footer-center .widget-links .panel-group {
    margin-bottom: 0;
}

.footer-center .nav-links li {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -o-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
}

.footer-center .nav-links li:first-child {
    margin-top: 0;
}

.footer-center .nav-links li:last-child {
    margin-bottom: 0;
}

.footer-center .nav-links li a {
    display: block;
    padding: 0 !important;
}

.footer-center .nav-links li a:hover {
    color: #a64444;
}

.footer-center #footer .block-borderbox {
    background-color: transparent;
}

@media (max-width: 991px) {
    .footer-center #footer .title_block {
        position: relative;
    }

    .footer-center #footer .title_block:after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        font-family: "FontAwesome";
        width: 25px;
        height: 25px;
        background: #FFF;
        z-index: 99;
        text-align: center;
        line-height: 25px;
    }

    .footer-center #footer .accordion-active .title_block:after {
        content: "\f068";
    }

    .footer-center #footer .accordion-active .block_content {
        display: block !important;
    }

    .footer-center #footer .block_content {
        display: none !important;
    }
}

/******************************************************
 * $package Pav Prestashop Theme Framework for Prestashop 1.5.x
 * $version 1.1
 * $author http://www.prestabrain.com
 * $copyright   Copyright (C) Augus 2013 PavoThemes.com <$emai:prestabrain$gmail.com>.All rights reserved.
 * $license     GNU General Public License version 2
 *******************************************************/
body.layout-boxed-md {
    background: #fff;
}

body.layout-boxed-md #page {
    -webkit-box-shadow: 0 0 5px #d5d5d5;
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
    background: #FFFFFF;
    max-width: 1030px;
}

body.layout-boxed-md #page .container {
    max-width: 1030px;
}

body.layout-boxed-lg #page {
    margin: 0 auto;
    background: #FFFFFF;
    max-width: 1230px;
}

@media (max-width: 992px) {
    body #page {
        /*padding: 0 !important;*/
    }
}

#header .container {
    position: relative;
}

/*
* HEADER
*/
/*** Position Topbar***/
#topbar {
    padding: 8px 0;
    font-weight: 400;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
}

@media (max-width: 991px) {
    #topbar .container {
        text-align: center;
    }
}

.topbar .block {
    margin-bottom: 0;
}

.topbar .list-inline {
    margin-bottom: 0;
}

.topbar .btn-group {
    padding: 0 0;
    font-size: 13px;
    line-height: inherit;
    border-radius: 0;
    cursor: pointer;
}

.topbar .content_top {
    margin-bottom: 0;
    line-height: 50px;
    left: auto;
    right: 0;
}

@media (min-width: 992px) {
    .topbar .content_top {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .topbar .content_top {
        margin-right: 0;
    }

    .rtl .topbar .content_top {
        margin-left: 0;
        margin-right: inherit;
    }
}

.rtl .topbar .content_top {
    right: auto;
    left: auto;
}

.rtl .topbar .content_top {
    left: 0;
    right: auto;
}

.topbar .content_top li {
    padding: 0 10px;
    position: relative;
}

@media (max-width: 991px) {
    .topbar .content_top li {
        line-height: 40px;
    }
}

.topbar .content_top li a {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 13px;
    color: #d6d6d6;
}

.topbar .content_top li a:hover {
    color: #a64444;
}

.topbar .content_top li a:after {
    content: ":";
    position: absolute;
    right: -5px;
}

.rtl .topbar .content_top li a:after {
    left: -5px;
    right: auto;
}

@media (max-width: 991px) {
    .topbar .content_top li a:after {
        display: none;
    }
}

.topbar .content_top li a .icon {
    color: #999;
    display: none;
}

.topbar .content_top li a:hover .icon {
    color: #a64444;
}

.topbar .content_top li:last-child a:after {
    display: none;
}

.toogle_content,
.mobile-nav ul.toogle_content {
    background-color: #fff;
    position: absolute;
    top: 100%;
    font-size: 13px;
    color: #aab2bd;
    text-transform: capitalize;
    left: 0;
    text-align: left;
    min-width: 170px;
    z-index: 115;
    display: none;
    border: 1px solid #ebebeb;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
}

.rtl .toogle_content {
    right: 0;
    left: auto;
}

.rtl .toogle_content {
    text-align: right;
}

@media (max-width: 767px) {
    .toogle_content {
        font-size: 12px;
    }
}

.toogle_content .group-title-label {
    line-height: 25px;
    color: #434a54;
}

.toogle_content a .icon {
    margin-right: 15px;
}

.rtl .toogle_content a .icon {
    margin-left: 15px;
    margin-right: inherit;
}

.toogle_content li {
    display: block;
    padding: 5px 0;
    line-height: 25px;
}

.toogle_content li.selected a,
.toogle_content li.selected span {
    color: #a64444;
}

.toogle_content li a:hover,
.toogle_content li a:focus,
.toogle_content li a:active {
    color: #a64444;
}

.toogle_content.currencies_ul {
    right: auto;
    left: 0;
}

.rtl .toogle_content.currencies_ul {
    right: 0;
    left: auto;
}

#header-main {
    color: #666666;
    padding: 0;
}

@media (max-width: 991px) {
    #header-main .container {
        position: relative;
    }
}

.header-right {
    float: right;
    text-align: right;
    position: static;
}

.header-right i {
    font-size: 26px;
}

.rtl .header-right {
    float: left;
}

.rtl .header-right {
    text-align: left;
}

.header-right .group-userinfo {
    font-size: 13px;
}

.header-right .group-userinfo .content_top li a {
    color: #a64444;
}

.header-right .group-userinfo .content_top li a:hover {
    color: #434a54;
}

@media (max-width: 992px) {
    .header-right {
        text-align: center;
    }
}

#header_logo {
    position: relative;
    /*z-index: 98;*/
    text-align: left;
    display: block;
}

.rtl #header_logo {
    text-align: right;
}

#header_logo a {
    display: inline-block;
}

#logo-theme.logo-theme {
    background: none;
    display: inline-block;
    float: left;
}

.rtl #logo-theme.logo-theme {
    float: right;
}

@media (max-width: 991px) {
    #logo-theme.logo-theme {
        display: inline-block;
        float: none !important;
    }
}

#logo-theme.logo-theme a {
    width: 260px;
    height: 100px;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
}

.rtl #logo-theme.logo-theme a {
    background-position: right center;
}

@media (max-width: 991px) {
    #logo-theme.logo-theme a {
        background-position: center center;
    }
}

@media (max-width: 991px) {
    #logo-theme.logo-store {
        text-align: center;
        display: block;
    }

    #logo-theme.logo-store a {
        display: inline-block;
    }
}

/*
* NAVIGATION
*/
#pts-mainnav {
    color: #222222;
    background: #fff;
    position: static;
}

#pts-mainnav .block {
    margin-bottom: 0;
}

/*
* SLIDESHOW
*/
#pts-slideshow {
    padding-bottom: 30px;
}

/*Breadcrumb*/
#breadcrumb {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center top;
}

/*
 * SHOWCASE
 */
/*
* MAIN CONTENT
*/
#center {
    padding-bottom: 20px;
}

.col-custom-20 {
    width: 20% !important;
}

@media (max-width: 991px) {
    .col-custom-20 {
        width: 100% !important;
    }
}

.col-custom-80 {
    width: 80% !important;
}

@media (max-width: 991px) {
    .col-custom-80 {
        width: 100% !important;
    }
}

.background-newsleter {
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 991px) {
    .background-newsleter {
        background-image: none !important;
    }
}

#newsletter_block_left {
    text-align: center;
    min-height: 420px;
    border: 10px solid #a64444;
}

#newsletter_block_left .row-inner {
    border-top: 1px solid #e4e9ef;
}

#newsletter_block_left .block_content {
    display: inline-block;
    margin: 65px 0 70px 0;
    text-align: center;
    width: 78%;
}

@media (max-width: 567px) {
    #newsletter_block_left .block_content {
        width: 100%;
    }
}

#newsletter_block_left .block_content h1 {
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #434a54;
    margin: 0 0 10px 0;
}

@media (max-width: 480px) {
    #newsletter_block_left .block_content h1 {
        font-size: 26px;
    }
}

#newsletter_block_left .block_content p {
    font-size: 14px;
    margin: 0 0 30px 0;
}

#newsletter_block_left .block_content .input-group {
    display: block;
    font-family: "Abhaya Libre", sans-serif;
}

#newsletter_block_left .block_content .input-group #newsletter-input {
    background: #f6f6f6;
    color: #777;
    text-transform: uppercase;
    border: none;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
}

@media (max-width: 992px) {
    #newsletter_block_left .block_content .input-group #newsletter-input {
        width: 95%;
        margin: 0 10px;
    }
}

@media (max-width: 992px) {
    #newsletter_block_left .block_content .input-group .btn-newsletter {
        margin: 20px 0 0 0;
    }

    .rtl #newsletter_block_left .block_content .input-group .btn-newsletter {
        margin: 20px 0 0 0;
    }
}

.newletter-v2 #newsletter_block_left .block_content {
    width: auto;
    margin: 30px 0;
}

.newletter-v2 #newsletter_block_left .block_content h1,
.newletter-v2 #newsletter_block_left .block_content p {
    color: #434a54;
}

.newletter-v2 #newsletter_block_left .block_content #newsletter-input {
    background: #fff;
    color: #434a54;
    border: 1px solid #e4e9ef;
}

.newletter-v2 #newsletter_block_left .block_content .btn-newsletter {
    margin: 0;
    background: #434a54;
}

@media (max-width: 992px) {
    .newletter-v2 #newsletter_block_left .block_content .btn-newsletter {
        margin: 20px 0 0 0;
    }

    .rtl .newletter-v2 #newsletter_block_left .block_content .btn-newsletter {
        margin: 20px 0 0 0;
    }
}

.newletter-v2 #newsletter_block_left .block_content .btn-newsletter:hover {
    background: #a64444;
}

.sidebar .list>li {
    float: left;
    width: 100%;
}

.rtl .sidebar .list>li {
    float: right;
}

.sidebar .list .name {
    margin: 5px 0;
}

.sidebar .list .name a {
    height: auto;
}

.sidebar .list .product-block .nb-comments {
    display: none;
}

.sidebar .list .product-block .price {
    font-size: 14px;
    width: auto !important;
}

/*top column*/
#top_column {
    margin-bottom: 20px;
}

/*boottom*/
.bottom {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.bottom .row-inner>.row>div {
    padding: 15px 10px;
}

@media (min-width: 768px) {
    .bottom .row-inner>.row>div {
        border-left: 1px solid #e4e9ef;
        padding: 40px 30px 10px;
    }

    .rtl .bottom .row-inner>.row>div {
        border-right: 1px solid #e4e9ef;
        border-left: inherit;
    }

    .bottom .row-inner>.row>div:first-child {
        border-left: 0;
    }

    .rtl .bottom .row-inner>.row>div:first-child {
        border-right: 0;
        border-left: inherit;
    }
}

/*end*/
/* FOOTER */
#footer {
    min-height: 105px;
    color: #aab2bd;
    font-size: 13px;
    position: relative;
    background-color: #434a54;
    border-top: solid 7px #a64444;
}

#footer:before,
#footer:after {
    content: " ";
    display: table;
}

#footer:after {
    clear: both;
}

#footer .block {
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    #footer .block {
        margin-bottom: 30px;
    }
}

#footer a {
    color: #aab2bd;
    text-transform: capitalize;
}

#footer a:hover {
    color: #a64444;
}

#footer .footer-top {
    padding: 120px 0 80px 0;
    color: #fff;
}

#footer .footer-top .block {
    margin-bottom: 0;
}

#footer .footer-center {
    position: relative;
    font-size: 12px;
}

#footer .footer-center .row-inner {
    border-top: 1px solid rgba(170, 178, 189, 0.3);
    padding-bottom: 90px;
    padding-top: 30px;
}

@media (max-width: 768px) {
    #footer .footer-center .row-inner {
        padding: 40px 0 30px;
    }
}

#footer .footer-center .nav-links {
    margin-bottom: 0;
}

#footer .footer-center .nav-links li {
    margin: 1px 0;
    display: inline-block;
    width: 100%;
}

#footer .footer-center .widget-ourservice .ps-ourservice .box-icon {
    width: 100%;
    margin-bottom: 20px;
}

#footer .footer-center .widget-ourservice .ps-ourservice .box-icon img {
    background-position: left center;
}

.rtl #footer .footer-center .widget-ourservice .ps-ourservice .box-icon img {
    background-position: right center;
}

#footer .footer-center .widget-ourservice .ps-ourservice .ourservice-content {
    padding-top: 4px;
    display: inline-block;
    width: 100%;
}

#footer .footer-center .widget-ourservice .ps-ourservice .ourservice-content .contact-text {
    padding-bottom: 10px;
}

#footer .footer-center .widget-ourservice .ps-ourservice .ourservice-content>div p {
    margin-bottom: 0;
    line-height: 28px;
}

#footer .footer-center .widget-ourservice .ps-ourservice .ourservice-content>div p span {
    position: relative;
}

#footer .footer-center .widget-ourservice .ps-ourservice .ourservice-content>div p i {
    color: #a64444;
    font-size: 15px;
    width: 20px;
}

#footer .footer-bottom {
    position: relative;
    background-color: #fff;
    color: #aab2bd;
    padding: 40px 0;
}

/* POWER BY */
.pts-payment {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    position: relative;
    color: #666;
    padding: 30px 0 0;
    text-align: center;
    background-color: transparent;
    color: #666;
}

.pts-payment .copyright {
    line-height: 28px;
    text-align: center;
}

.pts-payment .copyright>span {
    display: inline-block;
}

.pts-payment .copyright a {
    color: #bbb;
}

.pts-payment .widget-images .title_block {
    font-size: 18px;
}

.pts-payment p {
    margin-bottom: 0;
}

.pts-payment .powered a {
    color: #000;
}

.pts-payment .powered a:hover {
    color: #a64444;
}

#footer .pts-copyright {
    background: transparent;
    color: #000;
}

#footer .pts-copyright .row-inner {
    padding: 20px 0 50px;
    border-top: 1px solid #ebebeb;
}

@media (max-width: 991px) {
    #footer .pts-copyright .row-inner {
        padding-bottom: 0;
    }
}

#footer .pts-copyright .widget-html {
    text-align: left;
    line-height: 30px;
}

.rtl #footer .pts-copyright .widget-html {
    text-align: right;
}

#footer .pts-copyright .widget-html a {
    color: #aab2bd;
    text-transform: capitalize;
}

#footer .pts-copyright .widget-html a:hover {
    color: #a64444;
}

#footer .pts-copyright .widget-html .list-inline {
    color: #434a54;
    display: inline-block;
    margin: 0;
}

@media (max-width: 480px) {
    #footer .pts-copyright .widget-html .list-inline {
        display: block;
    }
}

#footer .pts-copyright .widget-html .list-inline li {
    padding: 0;
}

#footer .pts-copyright .widget-html .list-inline li a {
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 10px;
    border-right: 1px solid #000;
}

.rtl #footer .pts-copyright .widget-html .list-inline li a {
    border-left: 1px solid #000;
    border-right: inherit;
}

#footer .pts-copyright .widget-html .list-inline li:last-child a {
    border: none;
}

@media (max-width: 480px) {
    #footer .pts-copyright .widget-html .list-inline li {
        padding: 10px;
        display: block;
    }

    #footer .pts-copyright .widget-html .list-inline li a {
        border: none;
    }
}

#footer .pts-copyright .widget-html .list-inline a:hover {
    color: #a64444;
}

#footer .pts-copyright .widget-html p {
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}

.rtl #footer .pts-copyright .widget-html p {
    margin-left: 20px;
    margin-right: inherit;
}

#footer .pts-copyright .widget-image {
    text-align: right;
}

.rtl #footer .pts-copyright .widget-image {
    text-align: left;
}

@media (max-width: 991px) {
    #footer .pts-copyright .widget-image {
        text-align: center;
    }
}

.gmnoprint img {
    max-width: initial;
}

.map {
    padding: 10px 0;
}

.bg_border_top {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

#product .main-content {
    margin-top: 30px;
}

.main-content {
    margin-top: 40px;
}

#left_column .block-borderbox .title_block,
#right_column .block-borderbox .title_block {
    padding: 0 0 8px;
}

@media (max-width: 768px) {

    #left_column .block-borderbox .title_block,
    #right_column .block-borderbox .title_block {
        padding: 10px 0;
    }

    #left_column .block-borderbox .title_block:after,
    #right_column .block-borderbox .title_block:after {
        content: "\f067";
        display: block;
        font-family: "FontAwesome";
        font-size: 18px;
        font-weight: normal;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 8px;
        cursor: pointer;
    }

    .rtl #left_column .block-borderbox .title_block:after,
    .rtl #right_column .block-borderbox .title_block:after {
        left: 0;
        right: auto;
    }

    #left_column .block-borderbox .title_block.active:after,
    #right_column .block-borderbox .title_block.active:after {
        content: "\f068";
    }
}

#left_column .block,
#right_column .block {
    margin-bottom: 30px;
    padding: 40px 35px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(168, 172, 185, 0.1);
    box-shadow: 0 2px 3px 0 rgba(168, 172, 185, 0.1);
    background-color: #fff;
}

@media (max-width: 480px) {

    #left_column .block,
    #right_column .block {
        padding: 15px;
    }
}

.price {
    color: #000;
    /*font-family: "Abhaya Libre", sans-serif;*/
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.price .price-old,
.price .old-price {
    color: #aab2bd;
    font-size: 14px;
    font-weight: 400;
    /*opacity: 0.5;
  /filter: alpha(opacity=50);*/
    background-color: #FFF;
    padding: 5px 0;
}

.price-old,
.old-price {
    text-decoration: line-through;
}

.content_price {
    width: 100%;
    text-align: center;
    left: 0;
}

.content_price .price-border {
    display: inline-block;
    padding: 0 15px;
    height: 22px;
    position: relative;
}

.content_price .price-border .product-price {
    color: #434343;
    padding: 4px;
    position: relative;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.products-row {
    position: relative;
}

.products-row .product-col {
    border-right: 1px solid transparent;
    padding: 30px;
}

.rtl .products-row .product-col {
    border-left: 1px solid transparent;
    border-right: inherit;
}

.products-row .product-col:last-child {
    border-right: none;
}

.products-row .product-col:nth-child(1) {
    border-right: 1px solid transparent;
}

.rtl .products-row .product-col:nth-child(1) {
    border-left: 1px solid transparent;
    border-right: inherit;
}

.name-color-white .product-block .name a {
    color: #fff;
}

.product-block {
    position: relative;
    -webkit-box-shadow: 0 2px 3px 0 rgba(168, 172, 185, 0.1);
    box-shadow: 0 2px 3px 0 rgba(168, 172, 185, 0.1);
}

.product-block .action {
    z-index: 5;
}

.product-block .action:before,
.product-block .action:after {
    content: " ";
    display: table;
}

.product-block .action:after {
    clear: both;
}

.product-block .description {
    display: none;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-block .comments_note {
    text-align: left;
}

.rtl .product-block .comments_note {
    text-align: right;
}

.product-block .comments_note .star_content {
    display: inline-block;
    position: relative;
}

.product-block .comments_note .nb-comments {
    font-size: 11px;
    padding-left: 7px;
    position: relative;
    color: #bebebe;
    display: none;
}

.rtl .product-block .comments_note .nb-comments {
    padding-right: 7px;
    padding-left: inherit;
}

.product-block .comments_note .nb-comments:before {
    position: absolute;
    left: 0;
    bottom: inherit;
    top: 2px;
    margin: auto;
    content: "";
    height: 12px;
    border-left: 1px solid #e4e9ef;
}

.rtl .product-block .comments_note .nb-comments:before {
    right: 0;
    left: auto;
}

.product-block .comments_note .nb-comments span {
    font-size: 12px;
}

.product-block .name {
    margin: 0;
    display: block;
    position: relative;
}

.product-block .name a {
    color: #aab2bd;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    overflow: hidden;
    max-height: 40px;
    text-decoration: none;
    text-transform: capitalize;
}

.product-block .name a:hover {
    color: #a64444;
}

.product-block .image-gallery {
    border: solid 4px #aeaeae;
    position: absolute;
    top: 0;
    left: -80px;
    display: none;
}

.product-block .image-gallery .product-image {
    width: 75px;
    overflow: hidden;
    cursor: hand;
    cursor: pointer;
}

.product-block .image-gallery .arrow {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #aeaeae;
    border-top: 5px solid transparent;
    margin: -5px 0;
    position: absolute;
    right: -9px;
    top: 50%;
}

.product-block .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.product-block .image img {
    display: inline-block;
    transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
}

.product-block .product-zoom,
.product-block .pav-colorbox {
    width: 30px;
    height: 30px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-block .product-zoom:hover,
.product-block .pav-colorbox:hover {
    background-color: #a64444;
    color: #FFFFFF;
}

.product-block .product-zoom {
    z-index: 10;
    color: #FFFFFF;
    background-color: #aab2bd;
    line-height: 30px;
    right: 50%;
    text-align: center;
}

.product-block .color-list-container {
    text-align: center;
    display: none;
}

.product-block .color-list-container ul {
    display: inline-block;
    margin-top: 10px;
}

.product-block .color-list-container ul li {
    border: 1px solid #e4e9ef;
    float: left;
    margin: 0 2px;
}

.rtl .product-block .color-list-container ul li {
    float: right;
}

.product-block .color-list-container ul li a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 1px;
}

.product-block:hover .image-gallery {
    display: block;
    z-index: 9999;
}

.product-block .availability {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-bottom: 5px;
}

.product-block .availability span {
    padding: 1px 5px;
    display: inline-block;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
}

.product-block .availability span.available-now {
    color: #74B841;
}

.product-block .availability span.out-of-stock {
    color: red;
}

.product-block .product-flags .discount {
    color: red;
    display: inline-block;
    padding: 3px 0;
}

.product-block .product-flags .online_only {
    color: blue;
    display: inline-block;
    padding: 3px 0;
}

.product-block:hover .name a {
    color: #434a54;
}

.product-block:hover .name a:hover {
    color: #a64444;
}

.availability .out-of-stock {
    font-size: 14px;
    color: #FFFFFF;
}

.availability .available-now {
    font-size: 14px;
    color: #FFFFFF;
}

.banner-product {
    margin: 10px 0;
}

.price-percent-reduction {
    display: inline-block;
    position: relative;
    font-size: 12px;
    text-align: center;
    z-index: 80;
    top: -1px;
    line-height: 12px;
    text-transform: uppercase;
    min-width: 40px;
}

.price-percent-reduction.qty-discount {
    top: 5px;
}

.rtl .price-percent-reduction {
    left: 15px;
    right: auto;
}

.price-percent-reduction span {
    display: block;
    text-align: center;
    padding: 5px 6px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: relative;
    background: #a64444;
    ;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.price-percent-reduction:before {
    content: "\f0da";
    font-family: "FontAwesome";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    left: -4px;
    top: 26%;
    font-size: 15px;
    color: #a64444;
}

.price-percent-reduction.qty-discount:before {
    top: 30%;
}

.rtl .price-percent-reduction span:before {
    right: -4px;
    left: auto;
}

.price-percent-reduction .reduction_qty {
    font-size: 8px;
    padding-top: 0;
    line-height: 8px;
}

.product-label-wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 5px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    z-index: 80;
    top: 5px;
    line-height: 24px;
    height: 24px;
    text-transform: capitalize;
}

.rtl .product-label-wrap {
    right: 5px;
    left: auto;
}

.product-label-wrap .product-label {
    position: relative;
}

.product-label-wrap .product-label span {
    display: block;
    text-align: center;
    padding: 0 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    min-width: 55px;
}

.product-label-wrap .product-label.new-box span {
    background: #ff8787;
}

.product-label-wrap .product-label.sale-percent-box,
.product-label-wrap .product-label.sale-box {
    top: 5px;
}

.product-label-wrap .product-label.sale-percent-box span,
.product-label-wrap .product-label.sale-box span {
    background: #838cc7;
}

.right-block {
    position: relative;
}

.products-block.list li .product-block {
    border: none;
    margin: 0;
}

.border-product-list .owl-wrapper {
    border-left: 1px solid #e4e9ef;
}

.rtl .border-product-list .owl-wrapper {
    border-right: 1px solid #e4e9ef;
    border-left: inherit;
}

.product-block:hover .wrap_thumbnail {
    opacity: 1;
    filter: alpha(opacity=100);
}

.products-block .wrap_thumbnail {
    margin: 0;
    position: absolute;
    bottom: 10%;
    z-index: 100;
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
}

.products-block .wrap_thumbnail .carousel-controls {
    display: none !important;
}

.products-block .wrap_thumbnail .carousel-controls .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    top: 50%;
    margin-top: -7px;
    font-size: 12px;
}

.products-block .wrap_thumbnail .carousel-controls .carousel-control.left {
    left: 0;
}

.products-block .wrap_thumbnail .carousel-controls .carousel-control.right {
    right: 0;
}

.products-block .thumbs_list_frame {
    position: relative;
    margin: 0;
}

.products-block .thumbs_list_frame .item {
    padding: 0;
    margin: 0;
}

.products-block .thumbs_list_frame .item a {
    padding: 1px;
    margin: 1px 2px;
    border: 1px solid #e4e9ef;
    display: block;
}

.products-block .thumbs_list_frame .item a:hover,
.products-block .thumbs_list_frame .item a.shown {
    border-color: #f44336;
}

.products-block.list .product-block {
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}

.rtl .products-block.list .product-block {
    text-align: right;
}

.products-block.list .product-block .content_price {
    top: auto;
    bottom: 0;
    width: 100%;
}

.products-block.list .product-block .media-body {
    display: table-cell;
    padding: 15px 15px 0 0;
}

.rtl .products-block.list .product-block .media-body {
    padding: 15px 0 0 15px;
}

.products-block.list .product-block .product-meta {
    overflow: hidden;
}

.products-block.list .product-block .product-meta .name:after {
    left: 0;
    margin-left: 0;
}

.products-block.list .product-block .product-meta .name a {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

.rtl .products-block.list .product-block .product-meta .name a {
    text-align: right;
}

.products-block.list .product-block .image {
    margin: 0;
}

.products-block.list .product-block:hover .product-meta {
    background: none;
}

.products-block.list .product-block .description {
    display: block;
    height: inherit;
}

.products-block.list .product-block .product-box {
    display: block;
    float: none;
    margin: 0 0 15px 0;
}

.rtl .products-block.list .product-block .product-box {
    margin: 0 0 15px 0;
}

.products-block.list .product-block .availability {
    display: block;
    text-align: left;
}

.rtl .products-block.list .product-block .availability {
    text-align: right;
}

.products-block.list .product-block hr {
    display: none;
}

.products-block.list-slidebar {
    margin: 0;
}

.products-block.list-slidebar.list li {
    margin-bottom: 8px;
}

.products-block.list-slidebar.list li:last-child {
    margin: 0;
}

.products-block.grid .item .product-block .name a {
    overflow: hidden;
    margin: 0px;
    text-transform: capitalize;
    min-height: 35px;
    text-align: center;
}

.products-block.grid .owl-item {
    position: relative;
    display: block;
}

@media (min-width: 991px) {
    .products-block.grid.first-in-line {
        clear: left;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .products-block.grid.first-item-of-tablet-line {
        clear: left;
    }

    .rtl .products-block.grid.first-item-of-tablet-line {
        clear: right;
    }
}

.product_list.products-block.grid {
    margin-bottom: 0;
}

.product_list.products-block.list .product-block {
    border: none;
    margin: 0;
}

.product_list.products-block.list .product-block .right-block .product-meta .product-box .price {
    text-align: left;
    position: relative;
    padding: 30px 0 0;
    top: 0;
}

.rtl .product_list.products-block.list .product-block .right-block .product-meta .product-box .price {
    text-align: right;
}

.product_list.products-block.list .product-block .right-block .product-meta .product-box .price .price-border {
    padding: 0 35px 0 0;
    height: 30px;
}

.rtl .product_list.products-block.list .product-block .right-block .product-meta .product-box .price .price-border {
    padding: 0 0 0 35px;
}

.product_list.products-block.list .product-block .right-block .product-meta .product-box .price .price-border .product-price {
    height: 30px;
    line-height: 30px;
    font-size: 23px;
    padding: 0 6px;
}

.product_list.products-block.list .product-block .right-block .product-meta .product-box .price .old-price {
    font-size: 20px;
}

@media (max-width: 480px) {

    .item-product-list,
    .item-special {
        width: 100%;
    }
}

.item-special.products-block.grid .product-block .product-meta {
    min-height: 148px;
    text-align: center;
}

.item-special.products-block.grid .product-block .product-meta .content_price {
    top: -30px;
}

.item-special.products-block.grid .product-block .product-meta .content_price .price-border {
    display: inline-block;
    padding: 0 35px;
    height: 36px;
    position: relative;
}

.item-special.products-block.grid .product-block .product-meta .content_price .price-border .product-price {
    font-size: 25px;
    height: 36px;
    line-height: 36px;
}

.item-special.products-block.grid .product-block .product-meta .content_price .old-price {
    font-size: 20px;
}

.item-special.products-block.grid .product-block .description {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
    max-height: 45px;
    width: 66%;
}

.banner-right .category-banner {
    float: right;
}

.rtl .banner-right .category-banner {
    float: left;
}

.owl-carousel.product_list.list1 .item .product-block {
    margin-bottom: 30px;
}

.grid .product-block,
.product_list.list .product-block {
    border: none;
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
    margin: 15px 0;
    background: #fff;
}

.grid .product-block .left-block,
.product_list.list .product-block .left-block {
    padding: 0;
}

.grid .product-block .left-block .action,
.product_list.list .product-block .left-block .action {
    display: inline-block;
    position: absolute;
    top: 10%;
    -webkit-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    transition: 0.5s all ease 0s;
    border: none;
    width: 42px;
    z-index: 11;
    opacity: 0;
    filter: alpha(opacity=0);
    right: -25px;
}

.rtl .grid .product-block .left-block .action,
.rtl .product_list.list .product-block .left-block .action {
    left: -25px;
    right: auto;
}

@media (max-width: 768px) {

    .grid .product-block .left-block .action,
    .product_list.list .product-block .left-block .action {
        right: 15px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .rtl .grid .product-block .left-block .action,
    .rtl .product_list.list .product-block .left-block .action {
        left: 15px;
        right: auto;
    }
}

.grid .product-block .left-block .action>div>div,
.product_list.list .product-block .left-block .action>div>div {
    float: left;
    display: inline-block;
    position: relative;
    width: 100%;
}

.rtl .grid .product-block .left-block .action>div>div,
.rtl .product_list.list .product-block .left-block .action>div>div {
    float: right;
}

.grid .product-block .left-block .action>div>div.addtocart .btn,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn {
    color: #fff;
    color: #fff;
    background-color: #a64444;
    border-color: #a64444;
    display: block !important;
}

.grid .product-block .left-block .action>div>div.addtocart .btn:hover,
.grid .product-block .left-block .action>div>div.addtocart .btn:focus,
.grid .product-block .left-block .action>div>div.addtocart .btn.focus,
.grid .product-block .left-block .action>div>div.addtocart .btn:active,
.grid .product-block .left-block .action>div>div.addtocart .btn.active,
.open>.grid .product-block .left-block .action>div>div.addtocart .btn.dropdown-toggle,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn:hover,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn:focus,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn.focus,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn:active,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn.active,
.open>.product_list.list .product-block .left-block .action>div>div.addtocart .btn.dropdown-toggle {
    color: #fff;
    background-color: #77a2a0;
    border-color: #77a2a0;
}

.grid .product-block .left-block .action>div>div.addtocart .btn:active,
.grid .product-block .left-block .action>div>div.addtocart .btn.active,
.open>.grid .product-block .left-block .action>div>div.addtocart .btn.dropdown-toggle,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn:active,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn.active,
.open>.product_list.list .product-block .left-block .action>div>div.addtocart .btn.dropdown-toggle {
    background-image: none;
}

.grid .product-block .left-block .action>div>div.addtocart .btn.disabled,
.grid .product-block .left-block .action>div>div.addtocart .btn.disabled:hover,
.grid .product-block .left-block .action>div>div.addtocart .btn.disabled:focus,
.grid .product-block .left-block .action>div>div.addtocart .btn.disabled.focus,
.grid .product-block .left-block .action>div>div.addtocart .btn.disabled:active,
.grid .product-block .left-block .action>div>div.addtocart .btn.disabled.active,
.grid .product-block .left-block .action>div>div.addtocart .btn[disabled],
.grid .product-block .left-block .action>div>div.addtocart .btn[disabled]:hover,
.grid .product-block .left-block .action>div>div.addtocart .btn[disabled]:focus,
.grid .product-block .left-block .action>div>div.addtocart .btn[disabled].focus,
.grid .product-block .left-block .action>div>div.addtocart .btn[disabled]:active,
.grid .product-block .left-block .action>div>div.addtocart .btn[disabled].active,
fieldset[disabled] .grid .product-block .left-block .action>div>div.addtocart .btn,
fieldset[disabled] .grid .product-block .left-block .action>div>div.addtocart .btn:hover,
fieldset[disabled] .grid .product-block .left-block .action>div>div.addtocart .btn:focus,
fieldset[disabled] .grid .product-block .left-block .action>div>div.addtocart .btn.focus,
fieldset[disabled] .grid .product-block .left-block .action>div>div.addtocart .btn:active,
fieldset[disabled] .grid .product-block .left-block .action>div>div.addtocart .btn.active,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn.disabled,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn.disabled:hover,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn.disabled:focus,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn.disabled.focus,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn.disabled:active,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn.disabled.active,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn[disabled],
.product_list.list .product-block .left-block .action>div>div.addtocart .btn[disabled]:hover,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn[disabled]:focus,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn[disabled].focus,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn[disabled]:active,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn[disabled].active,
fieldset[disabled] .product_list.list .product-block .left-block .action>div>div.addtocart .btn,
fieldset[disabled] .product_list.list .product-block .left-block .action>div>div.addtocart .btn:hover,
fieldset[disabled] .product_list.list .product-block .left-block .action>div>div.addtocart .btn:focus,
fieldset[disabled] .product_list.list .product-block .left-block .action>div>div.addtocart .btn.focus,
fieldset[disabled] .product_list.list .product-block .left-block .action>div>div.addtocart .btn:active,
fieldset[disabled] .product_list.list .product-block .left-block .action>div>div.addtocart .btn.active {
    background-color: #a64444;
    border-color: #a64444;
}

.grid .product-block .left-block .action>div>div.addtocart .btn .badge,
.product_list.list .product-block .left-block .action>div>div.addtocart .btn .badge {
    color: #a64444;
    background-color: #fff;
}

.grid .product-block .left-block .action>div>div .btn,
.product_list.list .product-block .left-block .action>div>div .btn {
    font-size: 14px;
    color: #434a54;
    border: 2px solid #a64444;
    background-color: #f0f3f8;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 8px;
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
}

@media (max-width: 768px) {

    .grid .product-block .left-block .action>div>div .btn,
    .product_list.list .product-block .left-block .action>div>div .btn {
        display: none;
    }
}

.grid .product-block .left-block .action>div>div .btn span,
.product_list.list .product-block .left-block .action>div>div .btn span {
    display: none;
}

.grid .product-block .left-block .action>div>div .btn:hover,
.product_list.list .product-block .left-block .action>div>div .btn:hover {
    background: #a64444;
    color: #fff;
}

.grid .product-block .left-block .action>div>div .btn i,
.product_list.list .product-block .left-block .action>div>div .btn i {
    margin: 0;
}

.grid .product-block .left-block .action>div>div:last-child:after,
.product_list.list .product-block .left-block .action>div>div:last-child:after {
    display: none;
}

.grid .product-block .right-block,
.product_list.list .product-block .right-block {
    position: relative;
}

.grid .product-block .right-block .product-meta,
.product_list.list .product-block .right-block .product-meta {
    padding: 15px;
}

.grid .product-block .right-block .product-meta .comments_note,
.product_list.list .product-block .right-block .product-meta .comments_note {
    text-align: center;
}

.grid .product-block .right-block .product-meta .product-flags,
.grid .product-block .right-block .product-meta .product-meta-action,
.product_list.list .product-block .right-block .product-meta .product-flags,
.product_list.list .product-block .right-block .product-meta .product-meta-action {
    display: none;
    text-align: center;
}

.grid .product-block .right-block .product-meta .product-box .price,
.product_list.list .product-block .right-block .product-meta .product-box .price {
    text-align: center;
}

.grid .product-block .right-block .product-meta .name a,
.product_list.list .product-block .right-block .product-meta .name a {
    text-align: center;
}

.grid .product-block:hover,
.product_list.list .product-block:hover {
    -webkit-box-shadow: 0 15px 40px 0 rgba(168, 172, 185, 0.25);
    box-shadow: 0 15px 40px 0 rgba(168, 172, 185, 0.25);
}

.grid .product-block:hover .left-block .product_img_link:before,
.product_list.list .product-block:hover .left-block .product_img_link:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.grid .product-block:hover .left-block .product-label-wrap,
.product_list.list .product-block:hover .left-block .product-label-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
}

.grid .product-block:hover .left-block .action,
.product_list.list .product-block:hover .left-block .action {
    opacity: 1;
    filter: alpha(opacity=100);
    right: -10px;
}

.rtl .grid .product-block:hover .left-block .action,
.rtl .product_list.list .product-block:hover .left-block .action {
    left: -10px;
    right: auto;
}

@media (max-width: 768px) {

    .grid .product-block:hover .left-block .action,
    .product_list.list .product-block:hover .left-block .action {
        right: 15px;
    }

    .rtl .grid .product-block:hover .left-block .action,
    .rtl .product_list.list .product-block:hover .left-block .action {
        left: 15px;
        right: auto;
    }
}

.grid .product-block:hover .left-block .action .btn.checked,
.product_list.list .product-block:hover .left-block .action .btn.checked {
    color: #a64444;
}

.list-normal .item .product-block .product-meta .availability {
    display: none;
}

.list-normal .item .product-block .product-meta .name a {
    min-height: 40px;
}

.products-block.list2 {
    padding: 0 0 85px 0;
    border: none;
}

.products-block.list2 .product-block {
    background: #fff;
    padding: 0 !important;
}

.products-block.list2 .product-block .left-block {
    float: left;
    width: 50%;
}

.rtl .products-block.list2 .product-block .left-block {
    float: right;
}

@media (max-width: 767px) {
    .products-block.list2 .product-block .left-block {
        width: 100%;
    }
}

.products-block.list2 .product-block .left-block .action {
    width: 155px;
}

@media (max-width: 991px) {
    .products-block.list2 .product-block .left-block .action {
        margin-left: -77px;
    }

    .rtl .products-block.list2 .product-block .left-block .action {
        margin-right: -77px;
        margin-left: inherit;
    }
}

.products-block.list2 .product-block .right-block {
    padding: 20px 0;
    width: 50%;
    text-align: center;
    float: left;
}

@media (max-width: 767px) {
    .products-block.list2 .product-block .right-block {
        width: 100%;
    }
}

.rtl .products-block.list2 .product-block .right-block {
    float: right;
}

.products-block.list2 .product-block .right-block .product-meta {
    padding: 0;
    max-height: none;
}

.products-block.list2 .product-block .right-block .product-meta .name a {
    font-size: 30px;
    text-align: center !important;
    font-weight: normal;
    text-transform: capitalize;
    line-height: normal;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .products-block.list2 .product-block .right-block .product-meta .name a {
        font-size: 23px;
    }
}

.products-block.list2 .product-block .right-block .product-meta .description {
    padding: 0 10px;
}

.products-block.list2 .product-block .right-block .product-meta .availability,
.products-block.list2 .product-block .right-block .product-meta .product_model {
    display: inline-block;
    text-transform: uppercase;
}

.products-block.list2 .product-block .right-block .product-meta .availability span,
.products-block.list2 .product-block .right-block .product-meta .product_model span {
    font-size: 10px;
    color: #a64444;
    font-weight: 500;
}

.products-block.list2 .product-block .right-block .product-meta .availability label,
.products-block.list2 .product-block .right-block .product-meta .product_model label {
    font-size: 10px;
    color: #bbb;
}

.products-block.list2 .product-block .right-block .product-meta .product_model {
    line-height: 10px;
    margin-right: 10px;
    padding-right: 15px;
    border-right: 1px solid #e4e9ef;
}

.rtl .products-block.list2 .product-block .right-block .product-meta .product_model {
    margin-left: 10px;
    margin-right: inherit;
}

.rtl .products-block.list2 .product-block .right-block .product-meta .product_model {
    padding-left: 15px;
    padding-right: inherit;
}

.rtl .products-block.list2 .product-block .right-block .product-meta .product_model {
    border-left: 1px solid #e4e9ef;
    border-right: inherit;
}

.products-block.list2 .product-block .right-block .product-meta .price,
.products-block.list2 .product-block .right-block .product-meta .new-price {
    font-size: 30px;
    color: #a64444;
}

.products-block.list2 .product-block .right-block .product-meta .old-price {
    color: #f31e37;
    font-size: 20px;
}

.products-block.list2 .product-block .right-block .product-meta .product-box,
.products-block.list2 .product-block .right-block .product-meta .action {
    width: 100%;
    text-align: left;
    margin: 0;
    margin: 0 10px;
}

.rtl .products-block.list2 .product-block .right-block .product-meta .product-box,
.rtl .products-block.list2 .product-block .right-block .product-meta .action {
    text-align: right;
}

.products-block.list2 .product-block .right-block .product-meta .addtocart {
    margin-top: 15px;
}

.products-block.list2 .product-block .right-block .product-meta .addtocart a {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: #a64444;
    border: none;
    padding: 0 10px;
}

.products-block.list2 .product-block .right-block .product-meta .addtocart a:hover {
    background: #a64444;
}

.products-block.list2 .product-block .right-block .product-meta .item-countdown {
    position: relative;
    text-align: center;
    margin: 10px 0;
    line-height: normal;
    bottom: 0;
}

@media (max-width: 568px) {
    .products-block.list2 .product-block .right-block {
        padding: 20px;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .products-block.list2 .product-block .right-block {
        padding: 35px 5px 35px 15px;
    }

    .rtl .products-block.list2 .product-block .right-block {
        padding: 35px 15px 35px 5px;
    }
}

.products-block.list2 .product-block .right-block .comments_note {
    padding-bottom: 10px;
}

.products-block.list2 .product-block:hover .left-block .action {
    margin-left: -77px;
}

.rtl .products-block.list2 .product-block:hover .left-block .action {
    margin-right: -77px;
    margin-left: inherit;
}

.product_list.products-block.list {
    margin: 0;
    padding-top: 0;
    padding-bottom: 15px;
    border: none;
}

.product_list.products-block.list>li {
    padding: 15px 0;
    margin: 0;
}

.product_list.products-block.list>li:last-child {
    padding-bottom: 0;
}

.product_list.products-block.list .product-block {
    padding: 0;
}

.product_list.products-block.list .product-block .product-container .right-block .product-meta {
    padding: 0 15px 15px;
    max-height: none;
}

.product_list.products-block.list .product-block .product-container .right-block .product-meta .name {
    display: block;
    width: auto;
    padding: 0;
    float: none;
}

.product_list.products-block.list .product-block .product-container .right-block .product-meta .name a {
    font-size: 18px;
    color: #434a54;
    line-height: 25px;
    max-height: 60px;
    text-align: left;
}

.rtl .product_list.products-block.list .product-block .product-container .right-block .product-meta .name a {
    text-align: right;
}

.product_list.products-block.list .product-block .product-container .right-block .product-meta .name a:hover {
    color: #a64444;
}

.product_list.products-block.list .product-block .product-container .right-block .product-meta .comments_note {
    text-align: left;
}

.rtl .product_list.products-block.list .product-block .product-container .right-block .product-meta .comments_note {
    text-align: right;
}

.product_list.products-block.list .product-block .product-container .right-block .product-meta .product-box {
    width: auto;
}

.product_list.products-block.list .product-block .product-container .right-block .product-meta .product-meta-action {
    padding-bottom: 30px;
}

.product_list.products-block.list .product-block .product-container .right-block .addtocart {
    text-align: left;
    margin: 20px 0 0 0;
}

.rtl .product_list.products-block.list .product-block .product-container .right-block .addtocart {
    text-align: right;
}

.product_list.products-block.list .product-block:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product_list.products-block.list .product-block:hover .left-block .action {
    bottom: 10px;
}

.product_list.products-block.list .product-block:hover .right-block .product-box {
    opacity: 1;
    filter: alpha(opacity=100);
}

.list .product-block {
    border: none !important;
}

.multi-row .list .item {
    margin-bottom: 30px;
}

.list1.list .item-countdown {
    display: none;
}

.list1.list .product-block .media-body .product-content {
    margin-top: 40px;
}

.list1.list .product-block .media-body .product-content .name {
    margin-bottom: 10px;
}

#product_comments_block_extra .comments_advices li:last-child a {
    color: #a64444;
}

#add_to_cart .btn {
    background: #a64444;
    border: none;
    -webkit-transition: 0.3s all ease 0s;
    -o-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
    border: none;
    color: #fff;
}

#add_to_cart .btn:hover {
    background: #a64444;
    color: #fff;
}

#reduction_percent,
#reduction_amount {
    background: #434a54;
}

.flexRow {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    /* Safari 6.1+ */
    flex-flow: row wrap;
}

#pts-top-menu {
    padding: 0;
    /* max-height: inherit; */
}

#pts-top-menu .navbar-nav {
    float: none;
    position: relative;
}

@media (max-width: 991px) {
    #pts-top-menu {
        left: 0;
        position: absolute;
        top: 100%;
        z-index: 999;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 2px #ccc;
        box-shadow: 0 2px 2px #ccc;
        text-align: left;
        padding: 15px;
    }

    .rtl #pts-top-menu {
        text-align: right;
    }
}

.pts-megamenu {
    background: transparent;
    padding: 0;
    position: relative;
    max-height: inherit;
    text-align: center;
    /* level 2 */
}

.pts-megamenu .pts-colorbox {
    display: none !important;
}

.pts-megamenu .navbar {
    border: 0;
    padding: 0;
    margin: 0;
    max-height: inherit;
    position: inherit;
}

.pts-megamenu .navbar .navbar-header .navbar-toggle {
    margin: 10px 15px;
    border-color: #999;
    z-index: 100;
}

.pts-megamenu .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #999;
}

.pts-megamenu .navbar .navbar-header .navbar-toggle:hover {
    border-color: #a64444;
}

.pts-megamenu .navbar .navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #a64444;
}

.pts-megamenu .navbar .navbar-header .title_block {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
    display: none;
}

@media (min-width: 991px) {
    .pts-megamenu .navbar .navbar-header .title_block {
        display: none;
    }
}

.pts-megamenu .megamenu>li {
    float: none;
    display: inline-block;
    margin-right: 10px;
    z-index: 101;
}

.rtl .pts-megamenu .megamenu>li {
    margin-left: 10px;
    margin-right: inherit;
}

@media (max-width: 991px) {
    .pts-megamenu .megamenu>li {
        width: 100%;
    }
}

.pts-megamenu .megamenu>li:last-child {
    margin-right: 0;
}

.rtl .pts-megamenu .megamenu>li:last-child {
    margin-left: 0;
    margin-right: inherit;
}

.pts-megamenu .megamenu>li>a {
    position: relative;
    padding: 28px 8px 23px;
    margin-bottom: 0;
    line-height: 25px;
}

@media (max-width: 991px) {
    .pts-megamenu .megamenu>li>a {
        padding: 10px;
    }
}

.pts-megamenu .megamenu>li>a .menu-title {
    font-size: 14px;
    text-transform: uppercase;
    display: inline;
    color: #434a54;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -o-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
}

@media (max-width: 991px) {
    .pts-megamenu .megamenu>li>a .menu-title {
        padding: 10px;
    }
}

@media (min-width: 991px) {
    .pts-megamenu .megamenu>li>a .menu-icon {
        padding-left: 30px;
    }

    .rtl .pts-megamenu .megamenu>li>a .menu-icon {
        padding-right: 30px;
        padding-left: inherit;
    }

    .pts-megamenu .megamenu>li>a .hasicon .menu-title {
        margin: 0 5px;
    }
}

.pts-megamenu .megamenu>li>a .sub-title {
    display: block;
    text-transform: normal;
    font-size: 12px;
    position: absolute;
    top: 0;
    width: 70%;
    padding: 5px 0;
    text-align: left;
    font-family: "Abhaya Libre", sans-serif;
    left: 0;
    line-height: 15px;
    font-weight: 500;
    color: #000;
    min-width: 100px;
    border-bottom: 1px solid #000;
    margin-left: 15px;
}

.rtl .pts-megamenu .megamenu>li>a .sub-title {
    text-align: right;
}

.rtl .pts-megamenu .megamenu>li>a .sub-title {
    right: 0;
    left: auto;
}

.rtl .pts-megamenu .megamenu>li>a .sub-title {
    margin-right: 15px;
    margin-left: inherit;
}

@media (max-width: 991px) {
    .pts-megamenu .megamenu>li>a .sub-title {
        display: none;
    }
}

.pts-megamenu .megamenu>li.dropdown .caret {
    border: none;
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 10px;
    color: #434a54;
}

.rtl .pts-megamenu .megamenu>li.dropdown .caret {
    float: left;
}

.rtl .pts-megamenu .megamenu>li.dropdown .caret {
    margin-right: 10px;
    margin-left: inherit;
}

.pts-megamenu .megamenu>li.dropdown .caret:before {
    content: "\f107";
    font: 13px "FontAwesome";
}

@media (min-width: 992px) {

    .pts-megamenu .megamenu>li.dropdown.open>.dropdown-menu,
    .pts-megamenu .megamenu>li.dropdown:hover>.dropdown-menu {
        left: 0;
        display: block;
    }

    .rtl .pts-megamenu .megamenu>li.dropdown.open>.dropdown-menu,
    .rtl .pts-megamenu .megamenu>li.dropdown:hover>.dropdown-menu {
        right: 0;
        left: auto;
    }

    .pts-megamenu .megamenu>li.dropdown.open>a,
    .pts-megamenu .megamenu>li.dropdown:hover>a {
        color: #a64444;
    }
}

.pts-megamenu .megamenu>li.open>a:before,
.pts-megamenu .megamenu>li:hover>a:before {
    right: 0;
    left: 0;
}

.pts-megamenu .megamenu>li.open>a .menu-title,
.pts-megamenu .megamenu>li:hover>a .menu-title {
    color: #a64444;
}

.pts-megamenu .megamenu>li.open>a:focus .menu-title,
.pts-megamenu .megamenu>li.open>a:hover .menu-title,
.pts-megamenu .megamenu>li:hover>a:focus .menu-title,
.pts-megamenu .megamenu>li:hover>a:hover .menu-title {
    color: #a64444;
}

.pts-megamenu .megamenu>li.aligned-fullwidth {
    position: static;
}

.pts-megamenu .megamenu>li.aligned-fullwidth>.dropdown-menu {
    width: 100% !important;
}

.pts-megamenu .megamenu>li.aligned-right .dropdown-menu {
    right: 0;
    left: auto;
}

.pts-megamenu .megamenu>li.aligned-left .dropdown-menu {
    left: 0;
    right: auto;
}

.rtl .pts-megamenu .megamenu>li.aligned-left .dropdown-menu {
    right: 0;
    left: auto;
}

.rtl .pts-megamenu .megamenu>li.aligned-left .dropdown-menu {
    left: auto;
    right: auto;
}

.pts-megamenu .megamenu>li.aligned-center .dropdown-menu {
    left: 50%;
}

.rtl .pts-megamenu .megamenu>li.aligned-center .dropdown-menu {
    right: 50%;
    left: auto;
}

.pts-megamenu .megamenu>li.hot>a .sub-title {
    background-color: #eb5466;
}

.pts-megamenu .megamenu>li.hot>a .sub-title:before {
    border-top-color: #eb5466;
    border-right-color: #eb5466;
}

@media (max-width: 991px) {
    .pts-megamenu .megamenu>li.open .dropdown-menu {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.pts-megamenu .dropdown-menu {
    top: 100%;
    height: auto;
    display: none;
    color: #8a8a8a;
    min-width: 200px;
    background-color: #fff;
    padding: 0;
    margin-top: -1px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-align: left;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    /* level > 3 */
}

.rtl .pts-megamenu .dropdown-menu {
    text-align: right;
}

@media (min-width: 991px) {
    .pts-megamenu .dropdown-menu {
        -webkit-animation: 0.5s ease 0s normal forwards 1 running animationmenus;
        -o-animation: 0.5s ease 0s normal forwards 1 running animationmenus;
        animation: 0.5s ease 0s normal forwards 1 running animationmenus;
        -webkit-transform-origin: 50% 50% 0;
        -moz-transform-origin: 50% 50% 0;
        -ms-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
    }
}

@media (max-width: 991px) {
    .pts-megamenu .dropdown-menu {
        width: 100% !important;
    }
}

.pts-megamenu .dropdown-menu li a {
    color: #8a8a8a;
    padding: 7px 0;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
}

.pts-megamenu .dropdown-menu li a:hover {
    background-color: transparent;
    color: #a64444;
}

.pts-megamenu .dropdown-menu li a:hover .caret {
    color: #a64444;
}

.pts-megamenu .dropdown-menu .dropdown-menu-inner {
    padding: 10px 20px;
}

@media (min-width: 991px) {
    .pts-megamenu .dropdown-menu .dropdown-menu-inner {
        padding: 15px 30px;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    }
}

.pts-megamenu .dropdown-menu .dropdown-menu-inner .mega-col-inner {
    margin: 15px 0;
}

.pts-megamenu .dropdown-menu .dropdown:hover>.dropdown-menu {
    display: block;
    left: 0px;
}

.pts-megamenu .dropdown-menu .dropdown:hover>a {
    color: #a64444;
    display: block;
}

.pts-megamenu .dropdown-menu .dropdown-submenu {
    position: relative;
}

.pts-megamenu .dropdown-menu .dropdown-submenu>a .caret:before {
    content: "\f105";
}

@media (min-width: 991px) {

    .pts-megamenu .dropdown-menu .dropdown-submenu.open>.dropdown-menu,
    .pts-megamenu .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
        display: block;
        left: 100%;
        top: -5px;
        background: transparent;
        padding: 0;
        background: #fff;
        box-shadow: none;
    }

    .rtl .pts-megamenu .dropdown-menu .dropdown-submenu.open>.dropdown-menu,
    .rtl .pts-megamenu .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
        right: 100%;
        left: auto;
    }

    .pts-megamenu .dropdown-menu .dropdown-submenu.open>.dropdown-menu .dropdown-menu-inner,
    .pts-megamenu .dropdown-menu .dropdown-submenu:hover>.dropdown-menu .dropdown-menu-inner {
        padding: 15px;
    }
}

@media (min-width: 991px) and (min-width: 991px) {

    .pts-megamenu .dropdown-menu .dropdown-submenu.open>.dropdown-menu .dropdown-menu-inner,
    .pts-megamenu .dropdown-menu .dropdown-submenu:hover>.dropdown-menu .dropdown-menu-inner {
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    }
}

@media (min-width: 991px) {

    .pts-megamenu .dropdown-menu .dropdown-submenu.open>.dropdown-menu .dropdown-menu-inner:before,
    .pts-megamenu .dropdown-menu .dropdown-submenu:hover>.dropdown-menu .dropdown-menu-inner:before {
        content: "";
        border: 10px solid transparent;
        border-right: 10px solid #fff;
        display: inline-block;
        margin-left: -30px;
        margin-top: -10px;
        float: left;
        display: none;
    }

    .rtl .pts-megamenu .dropdown-menu .dropdown-submenu.open>.dropdown-menu .dropdown-menu-inner:before,
    .rtl .pts-megamenu .dropdown-menu .dropdown-submenu:hover>.dropdown-menu .dropdown-menu-inner:before {
        border-left: 10px solid #fff;
        border-right: inherit;
    }

    .rtl .pts-megamenu .dropdown-menu .dropdown-submenu.open>.dropdown-menu .dropdown-menu-inner:before,
    .rtl .pts-megamenu .dropdown-menu .dropdown-submenu:hover>.dropdown-menu .dropdown-menu-inner:before {
        margin-right: -30px;
        margin-left: inherit;
    }

    .rtl .pts-megamenu .dropdown-menu .dropdown-submenu.open>.dropdown-menu .dropdown-menu-inner:before,
    .rtl .pts-megamenu .dropdown-menu .dropdown-submenu:hover>.dropdown-menu .dropdown-menu-inner:before {
        float: right;
    }
}

.pts-megamenu .dropdown-menu .menu-title {
    line-height: 25px;
}

.pts-megamenu .dropdown-menu .mega-group>.dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #000000;
}

.pts-megamenu .dropdown-menu .megamenu .cols1 {
    min-width: 200px;
}

.pts-megamenu .dropdown-menu .megamenu .cols2 {
    min-width: 500px;
}

.pts-megamenu .dropdown-menu .megamenu .cols3 {
    min-width: 740px;
}

/*** widgets using inside megamenu ***/
.megamenu .widget-html .title_block {
    margin-bottom: 25px;
}

.megamenu .widget-html ul li i {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.rtl .megamenu .widget-html ul li i {
    margin-left: 10px;
    margin-right: inherit;
}

.megamenu .widget-html ul li a {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 !important;
}

.megamenu .pts-widget {
    /* product-list */
    /* Tabs List */
    /* end Tabs List */
    /* widget-accordion */
}

.megamenu .pts-widget .widget-heading {
    border-bottom: 1px dotted #999;
    color: #434a54;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 10px;
    padding-bottom: 8px;
    padding-top: 0;
    text-transform: capitalize;
}

.megamenu .pts-widget .media {
    margin: 0;
}

.megamenu .pts-widget .panel-group {
    margin-bottom: 0;
}

.megamenu .pts-widget .widget-products .block_content {
    border: none;
}

.megamenu .pts-widget .widget-products .product-block .product-image-container {
    padding: 0;
    border: 0;
}

.megamenu .pts-widget .widget-products .product-block .name {
    margin-top: 0;
}

.megamenu .pts-widget .widget-products .product-block .name a {
    height: auto;
    text-transform: none;
}

.megamenu .pts-widget .widget-products .product-block .product_img_link {
    padding: 0;
}

.megamenu .pts-widget .widget-tab .nav-tabs {
    border-bottom: 1px solid #e4e9ef;
}

.megamenu .pts-widget .widget-tab .nav-tabs li {
    padding: 0;
}

.megamenu .pts-widget .widget-tab .nav-tabs li:before {
    content: none;
}

.megamenu .pts-widget .widget-tab .nav-tabs li a {
    padding: 5px 10px;
}

.megamenu .pts-widget .widget-tab .nav-tabs li a:hover {
    border: 1px solid #e4e9ef;
    border-bottom: none;
}

.megamenu .pts-widget .widget-tab .tab-content {
    border: 1px solid #e4e9ef;
    border-top: none;
    margin: 0 !important;
    padding: 10px;
}

.megamenu .pts-widget .widget-accordion .panel-heading {
    padding: 0;
}

.megamenu .pts-widget .widget-accordion .panel-heading h4 {
    background: none;
    cursor: pointer;
    padding: 8px 10px;
}

.megamenu .pts-widget .widget-accordion .panel-heading h4 a {
    color: red;
    /* &:hover {
    &.collapsed {
      color: red;
    }
  } */
}

.megamenu .pts-widget .widget-accordion .panel-heading h4 a.collapsed {
    color: #000;
}

.megamenu .widget-manufacture .manu-logo {
    border: 0;
}

.megamenu .widget-manufacture .manu-logo a {
    display: inline-block;
    border: 1px solid #e4e9ef;
    margin-right: 20px;
}

.rtl .megamenu .widget-manufacture .manu-logo a {
    margin-left: 20px;
    margin-right: inherit;
}

.megamenu .widget-manufacture .manu-logo a:hover {
    border-color: #f07273;
}

.megamenu .widget-inner .nav-links li a {
    padding: 5px 0;
}

.megamenu .widget-products .product-block .name a {
    color: #aab2bd;
}

.megamenu .widget-products .product-block .name a:hover {
    color: #a64444;
}

.megamenu .mega-col .widget-subcategories .media .image {
    max-width: 160px;
}

.megamenu .mega-col:last-child .widget-subcategories {
    border: none;
}

.megamenu .pts-widget .list-style {
    line-height: 12px;
}

/* vertical menu */
#pts-verticalmenu .navbar-default {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
}

#pts-verticalmenu .pts-verticalmenu {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 0 !important;
    background-color: #373737;
    z-index: 90;
}

div.verticalmenu {
    z-index: 100;
}

div.verticalmenu .navbar {
    border: 0;
}

div.verticalmenu .navbar-collapse,
div.verticalmenu .navbar-vertical {
    margin: 0;
    padding: 0;
}

div.verticalmenu ul {
    padding-left: 0;
    list-style: none;
}

div.verticalmenu .navbar-nav {
    position: static;
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
}

div.verticalmenu .navbar-nav>li {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    -webkit-transition: 0.4s all ease-in-out 0s;
    -o-transition: 0.4s all ease-in-out 0s;
    transition: 0.4s all ease-in-out 0s;
}

.rtl div.verticalmenu .navbar-nav>li {
    float: right;
}

div.verticalmenu .navbar-nav>li>a {
    color: #ccc;
    display: block;
    font-size: 13px;
    padding: 15px 20px;
    -webkit-transition: 0.4s all ease 0s;
    -o-transition: 0.4s all ease 0s;
    transition: 0.4s all ease 0s;
}

div.verticalmenu .navbar-nav>li>a .menu-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: none !important;
}

div.verticalmenu .navbar-nav>li>a .hasicon span:first-child {
    margin-right: 10px;
}

.rtl div.verticalmenu .navbar-nav>li>a .hasicon span:first-child {
    margin-left: 10px;
    margin-right: inherit;
}

div.verticalmenu .navbar-nav>li>a .menu-icon {
    display: block;
    padding: 2px 0;
    background-position: left center !important;
}

.rtl div.verticalmenu .navbar-nav>li>a .menu-icon {
    background-position: right center !important;
}

div.verticalmenu .navbar-nav>li>a .menu-icon span {
    display: block;
    margin-left: 35px;
    line-height: 16px;
    padding: 5px 0;
}

.rtl div.verticalmenu .navbar-nav>li>a .menu-icon span {
    margin-right: 35px;
    margin-left: inherit;
}

div.verticalmenu .navbar-nav>li>a .menu-icon span.menu-desc {
    font-style: normal;
    font-family: "Poppins", sans-serif;
    color: #6f757c;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    line-height: 14px;
}

div.verticalmenu .navbar-nav>li>a .caret {
    position: absolute;
    right: 15px;
    top: 40%;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 0;
    border-left: 0;
    width: 7px;
    height: 7px;
    background: transparent;
    padding: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rtl div.verticalmenu .navbar-nav>li>a .caret {
    left: 15px;
    right: auto;
}

.rtl div.verticalmenu .navbar-nav>li>a .caret {
    border-left: 1px solid #999;
    border-right: inherit;
}

.rtl div.verticalmenu .navbar-nav>li>a .caret {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div.verticalmenu .navbar-nav>li>a:hover,
div.verticalmenu .navbar-nav>li>a:focus {
    color: #f07273;
}

div.verticalmenu .navbar-nav>li>a.last a,
div.verticalmenu .navbar-nav>li>a:last-child {
    border: 0;
}

div.verticalmenu .navbar-nav>li>a.parent:focus>a:after,
div.verticalmenu .navbar-nav>li>a.parent:hover>a:after {
    border-color: #fff;
}

div.verticalmenu .navbar-nav>li>a:focus,
div.verticalmenu .navbar-nav>li>a:hover {
    background: #ffffff;
}

div.verticalmenu .navbar-nav>li>a:focus>a,
div.verticalmenu .navbar-nav>li>a:hover>a {
    color: #f07273;
}

div.verticalmenu .navbar-nav>li>a:focus>a .caret,
div.verticalmenu .navbar-nav>li>a:hover>a .caret {
    border-top-color: #a64444;
    border-right-color: #a64444;
}

div.verticalmenu .navbar-nav>li>a:focus>a:before,
div.verticalmenu .navbar-nav>li>a:hover>a:before {
    color: #a64444;
}

div.verticalmenu .navbar-nav>li .parent {
    position: relative;
}

div.verticalmenu .navbar-nav>li .parent>a .caret {
    position: absolute;
    right: 10px;
    top: 40%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 0;
    border-left: 0;
    width: 6px;
    height: 6px;
    background: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rtl div.verticalmenu .navbar-nav>li .parent>a .caret {
    left: 10px;
    right: auto;
}

.rtl div.verticalmenu .navbar-nav>li .parent>a .caret {
    border-left: 1px solid #000;
    border-right: inherit;
}

.rtl div.verticalmenu .navbar-nav>li .parent>a .caret {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div.verticalmenu .navbar-nav>li .parent>.dropdown-toggle {
    text-transform: none;
    font-weight: normal;
}

div.verticalmenu .navbar-nav>li .parent>.dropdown-menu {
    min-height: 100px;
    height: 100px;
    height: auto !important;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}

@media (max-width: 768px) {
    div.verticalmenu .navbar-nav>li.open .dropdown-menu {
        display: block;
        top: 0;
    }
}

div.verticalmenu .navbar-nav>li:last-child {
    border: none;
}

div.verticalmenu .navbar-nav>li.dropdown.open>a,
div.verticalmenu .navbar-nav>li.dropdown:hover>a {
    background: #ffffff;
    color: #a64444;
}

div.verticalmenu .dropdown-menu {
    top: 100%;
    height: auto;
    color: #6a6a6b;
    min-width: 215px;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    padding: 15px;
    border: 1px solid #e4e9ef;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
}

.rtl div.verticalmenu .dropdown-menu {
    text-align: right;
}

@media (min-width: 991px) {
    div.verticalmenu .dropdown-menu {
        -webkit-animation: 0.5s ease 0s normal forwards 1 running animationmenus;
        -o-animation: 0.5s ease 0s normal forwards 1 running animationmenus;
        animation: 0.5s ease 0s normal forwards 1 running animationmenus;
        -webkit-transform-origin: 50% 50% 0;
        -moz-transform-origin: 50% 50% 0;
        -ms-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
        display: none;
    }
}

@media (max-width: 991px) {
    div.verticalmenu .dropdown-menu {
        width: 100% !important;
    }
}

div.verticalmenu .dropdown-menu ul li {
    border: 0;
    padding: 3px 0;
    line-height: normal;
    list-style: none;
}

div.verticalmenu .dropdown-menu ul li a {
    color: #6a6a6b;
    font-size: 12px;
    font-weight: 400;
    padding: 0 5px;
    display: block;
    text-transform: capitalize;
}

div.verticalmenu .dropdown-menu ul li:hover {
    background: #ccc;
}

div.verticalmenu .dropdown-menu ul li:hover>a {
    color: #000;
}

div.verticalmenu .dropdown-menu ul li:hover>a .caret {
    border-color: #000;
}

div.verticalmenu .dropdown-menu p {
    line-height: 18px;
    font-size: 12px;
}

div.verticalmenu .dropdown-menu .pts-menu-video {
    width: 100%;
}

div.verticalmenu .dropdown-menu .pts-menu-video iframe {
    margin-bottom: 20px;
}

div.verticalmenu .dropdown-menu .action {
    display: none;
}

div.verticalmenu .widget-heading,
div.verticalmenu .widget-title {
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

div.verticalmenu .product-block {
    padding: 15px;
    width: 25%;
    float: left;
}

.rtl div.verticalmenu .product-block {
    float: right;
}

@media (max-width: 768px) {
    div.verticalmenu .product-block {
        width: 50%;
    }
}

div.verticalmenu .product-block .product-meta {
    text-align: center;
}

div.verticalmenu .widget-manufacture {
    padding: 0 10px;
}

div.verticalmenu .widget-manufacture .manu-logo {
    border: 0;
}

div.verticalmenu .widget-manufacture .manu-logo a {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.rtl div.verticalmenu .widget-manufacture .manu-logo a {
    margin: 0 0 10px 10px;
}

.widget-inner .nav-links li a {
    padding: 5px 0;
}

@media (max-width: 768px) {

    .pts-verticalmenu .navbar-nav>li>.dropdown-menu,
    .pts-megamenu .navbar-nav>li>.dropdown-menu {
        position: relative;
    }
}

.right div.verticalmenu .navbar-nav>li>a:after {
    position: absolute;
    left: -2px;
    bottom: inherit;
    top: 0;
    margin: auto;
    content: "";
}

.rtl .right div.verticalmenu .navbar-nav>li>a:after {
    right: -2px;
    left: auto;
}

@media (min-width: 992px) {

    .right div.verticalmenu .navbar-nav>li:focus>.dropdown-menu,
    .right div.verticalmenu .navbar-nav>li:hover>.dropdown-menu {
        right: 100%;
        left: inherit;
        top: 0px;
    }

    .rtl .right div.verticalmenu .navbar-nav>li:focus>.dropdown-menu,
    .rtl .right div.verticalmenu .navbar-nav>li:hover>.dropdown-menu {
        left: 100%;
        right: auto;
    }
}

.right div.verticalmenu .navbar-nav>li .parent:hover>.dropdown-menu {
    right: 100%;
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.rtl .right div.verticalmenu .navbar-nav>li .parent:hover>.dropdown-menu {
    left: 100%;
    right: auto;
}

div.verticalmenu .navbar-nav>li>a:after {
    position: absolute;
    right: -2px;
    bottom: inherit;
    top: 0;
    margin: auto;
    content: "";
}

.rtl div.verticalmenu .navbar-nav>li>a:after {
    left: -2px;
    right: auto;
}

@media (min-width: 992px) {

    div.verticalmenu .navbar-nav>li:focus>.dropdown-menu,
    div.verticalmenu .navbar-nav>li:hover>.dropdown-menu {
        left: 100%;
        top: 0;
        display: block;
    }

    .rtl div.verticalmenu .navbar-nav>li:focus>.dropdown-menu,
    .rtl div.verticalmenu .navbar-nav>li:hover>.dropdown-menu {
        right: 100%;
        left: auto;
    }
}

div.verticalmenu .navbar-nav>li .parent:hover>.dropdown-menu {
    left: 100%;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.rtl div.verticalmenu .navbar-nav>li .parent:hover>.dropdown-menu {
    right: 100%;
    left: auto;
}

#pts-verticalmenu {
    margin: 0 0 30px !important;
}

@media (max-width: 991px) {
    #pts-verticalmenu .title_block {
        background: #a64444;
        display: inline-block;
        width: 100%;
    }

    #pts-verticalmenu .title_block span {
        color: #fff;
    }

    #pts-verticalmenu .title_block span:after {
        content: "\f0c9";
        font-family: "FontAwesome";
        position: absolute;
        font-size: 20px;
        left: 100%;
    }

    .rtl #pts-verticalmenu .title_block span:after {
        right: 100%;
        left: auto;
    }

    #pts-verticalmenu .title_block span:before {
        display: none;
    }
}

.widget-module.block-borderbox {
    border-top: 0;
}

.widget-module .verticalmenu {
    z-index: 75;
}

.widget-module #pts-verticalmenu .pts-verticalmenu {
    position: relative;
    z-index: 80;
}

@media (min-width: 991px) {
    .menu_fixed {
        position: fixed;
        z-index: 95;
        background-color: #fff;
        width: 100%;
        height: 65px;
        top: 0 !important;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        -webkit-box-shadow: 0 0 3px #333;
        box-shadow: 0 0 3px #333;
    }
}

@keyframes animationmenus {
    0% {
        opacity: 0;
        transform: translate(0px, 10px);
    }

    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

.btn.button-plus,
.btn.button-minus {
    font-size: 14px;
    line-height: 14px;
    color: #c0c0c0;
    padding: 0;
    border: 1px solid #e4e9ef;
    background-color: #434a54;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn i {
    margin: 0;
}

.btn i.left {
    margin-right: 5px;
}

.rtl .btn i.left {
    margin-left: 5px;
    margin-right: inherit;
}

.btn i.right {
    margin-left: 5px;
}

.rtl .btn i.right {
    margin-right: 5px;
    margin-left: inherit;
}

.form-group .form-control {
    padding: 3px 5px;
}

.btn-default {
    border-width: 1px;
    font-family: "Poppins", sans-serif;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #fff;
    background: #a64444;
    border-color: #a64444;
}

.btn-newsletter {
    color: #fff;
    background-color: #a64444;
    border: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 8px 11px;
    width: 70px;
    height: 40px;
    font-weight: 600;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -o-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
    margin-left: 20px;
}

.rtl .btn-newsletter {
    margin-right: 20px;
    margin-left: inherit;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .btn-newsletter {
        margin: 20px 0 0 0;
    }
}

.btn-newsletter:hover {
    background-color: #a64444;
}

.btn-newsletter span {
    font-size: 12px;
    letter-spacing: 0;
    color: #fff;
}

select {
    background-position: right center;
    padding: 5px 15px !important;
    padding-right:  25px !important;
    border: 1px solid #e4e9ef;
    background-image: url(../img/data/arrow-bg.png) !important;
    background-repeat: no-repeat !important;
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /*Removes default style Firefox*/
    position: relative;
}

.rtl select {
    background-position: left center;
}

/**
 * Call To Action Widget
 */
.ps-calltoaction {
    padding: 120px 0 60px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
    text-align: center;
    color: #fff;
}

.ps-calltoaction .calltoaction-subtitle {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    position: relative;
    padding-bottom: 24px;
}

.ps-calltoaction .calltoaction-subtitle:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 6px;
    background-color: #a64444;
}

.ps-calltoaction .calltoaction-title {
    font-size: 68px;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 30px 0;
    font-family: "Poppins", sans-serif;
}

.ps-calltoaction .calltoaction-title span {
    font-weight: 300;
}

.ps-calltoaction .calltoaction-text {
    margin-bottom: 40px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 0 230px;
}

@media (max-width: 992px) {
    .ps-calltoaction .calltoaction-text {
        padding: 0 130px;
    }
}

@media (max-width: 480px) {
    .ps-calltoaction .calltoaction-text {
        padding: 0;
    }
}

.ps-calltoaction .btn {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #a64444;
    color: #fff;
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
}

.ps-calltoaction .btn:hover {
    background: #434a54;
}

.ps-calltoaction .btn .icon {
    margin-left: 10px;
    font-weight: 300;
    font-size: 10px;
    position: relative;
    top: -1px;
}

.rtl .ps-calltoaction .btn .icon {
    margin-right: 10px;
    margin-left: inherit;
}

.widget-productlist .title_list.block .title_block {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
}

.rtl .widget-productlist .title_list.block .title_block {
    text-align: right;
}

.widget-productlist .title_list.bg_title1 .title_block {
    background: transparent url("../img/data/new-arrivals-bg.jpg") no-repeat scroll;
    background-position: left center;
    color: #fff;
    padding: 46px 20px 20px;
    margin: 0 0 16px;
}

.rtl .widget-productlist .title_list.bg_title1 .title_block {
    background-position: right center;
}

.widget-productlist .title_list.bg_title2 .title_block {
    background: transparent url("../img/data/best-sellers-bg.jpg") no-repeat scroll;
    background-position: left center;
    color: #fff;
    padding: 46px 20px 20px;
    margin: 0 0 16px;
}

.rtl .widget-productlist .title_list.bg_title2 .title_block {
    background-position: right center;
}

.widget-productlist .title_list.bg_title3 .title_block {
    background: transparent url("../img/data/top-rated-bg.jpg") no-repeat scroll;
    background-position: left center;
    color: #fff;
    padding: 46px 20px 20px;
    margin: 0 0 16px;
}

.rtl .widget-productlist .title_list.bg_title3 .title_block {
    background-position: right center;
}

.widget-productlist .title_list.bg_title4 .title_block {
    background: transparent url("../img/data/most-view-bg.jpg") no-repeat scroll;
    background-position: left center;
    color: #fff;
    padding: 46px 20px 20px;
    margin: 0 0 16px;
}

.rtl .widget-productlist .title_list.bg_title4 .title_block {
    background-position: right center;
}

.widget-manufacturer {
    padding: 24px 0;
}

.widget-manufacturer .carousel-controls {
    display: none;
}

.widget-gallery .carousel-controls {
    display: none;
}

.widget-gallery .owl-wrapper-outer {
    margin-bottom: 30px;
}

.block_newsletter {
    padding: 0;
    text-align: center;
}

.block_newsletter .title {
    color: #fff;
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 500;
    text-transform: inherit;
    text-align: center;
}

.block_newsletter .newsletter-group {
    display: inline-block;
}

@media (min-width: 1200px) {
    .block_newsletter .newsletter-group {
        width: 50%;
    }
}

.block_newsletter .newsletter-group .input-wrapper {
    overflow: hidden;
}

.block_newsletter .newsletter-group #newsletter-input-footer {
    padding: 8px 10px;
    color: #aab2bd;
    background-color: rgba(67, 74, 84, 0.3);
    border: 2px solid #6a717b;
}

.block_newsletter .newsletter-group #newsletter-input-footer:focus {
    border-color: #a64444;
    outline: 0;
}

.block_newsletter .newsletter-group input {
    height: 62px;
}

.block_newsletter .newsletter-group input:focus {
    border: 3px #77a2a0 solid;
}

.block_newsletter .btn {
    background-color: #a64444;
    color: #fff;
    display: block;
    line-height: 36px;
    width: 80px;
    position: relative;
    height: 62px;
    margin-left: -16px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.rtl .block_newsletter .btn {
    margin-right: -16px;
    margin-left: inherit;
}

.blog-meta {
    margin-bottom: 10px;
}

.blog-meta>span {
    margin: 0 25px 0 0;
    color: #434a54;
    position: relative;
    font-size: 12px;
    display: inline-block;
    color: #aab2bd;
}

.rtl .blog-meta>span {
    margin: 0 0 0 25px;
}

.blog-meta>span:before {
    position: absolute;
    content: "-";
    right: -15px;
    top: -2px;
    width: 5px;
    height: 5px;
}

.rtl .blog-meta>span:before {
    left: -15px;
    right: auto;
}

.blog-meta>span:last-child:before {
    display: none;
}

.blog-meta>span span {
    color: #aab2bd;
}

.widget-latestblog {
    padding-top: 70px;
    padding-bottom: 80px;
    border-top: 1px solid #e4e9ef;
    margin-bottom: 0 !important;
}

.widget-latestblog.block .title_block {
    border: none;
}

.widget-latestblog.block .carousel-controls {
    display: none;
}

.widget-latestblog .blog-image {
    margin-bottom: 20px;
}

.widget-latestblog .blog-content {
    padding: 0 50px 0 30px;
    position: relative;
    padding: 0 30px 0 30px;
}

@media (min-width: 1199px) {
    .widget-latestblog .blog-content {
        padding: 0 80px 0 30px;
    }

    .rtl .widget-latestblog .blog-content {
        padding: 0 30px 0 80px;
    }
}

.rtl .widget-latestblog .blog-content {
    padding: 0 30px 0 30px;
}

.widget-latestblog .blog-content:before {
    width: 3px;
    height: 100%;
    background-color: #a64444;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}

.rtl .widget-latestblog .blog-content:before {
    right: 0;
    left: auto;
}

.widget-latestblog .blog-content h5 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 12px;
    line-height: 24px;
}

.widget-latestblog .blog-content .blog-shortinfo {
    margin-top: 12px;
    font-size: 12px;
    color: #aab2bd;
}

.widget-latestblog .blog-content .readmore .btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    border: 1px solid transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: 8px;
    color: #a64444;
}

.widget-latestblog .blog-content .readmore .btn:hover {
    color: #fff !important;
    background-color: #a64444;
}

.widget-latestblog .blog-content:hover .readmore .btn {
    border-color: #a64444;
}

.widget-productdeal .list.list1 .item-countdown {
    border-top: 1px solid #e4e9ef;
    display: block;
    float: none;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
}

#social_block {
    text-align: center;
    padding-left: 15px;
}

.rtl #social_block {
    padding-right: 15px;
    padding-left: inherit;
}

#social_block ul {
    margin: 0;
}

#social_block li a {
    font-size: 14px;
    color: #818796;
}

#social_block li a:hover {
    color: #a64444;
}

.block-search .active .icon-search {
    color: #a64444;
}

#search_block_top.nav-search .button-search {
    color: #a64444;
}

#search_block_top.nav-search .button-search:hover {
    background: #a64444;
    color: #fff;
}

#button_order_cart {
    background: #a64444;
}

#left_column #tags_block_left .block_content a,
#right_column #tags_block_left .block_content a {
    color: #aab2bd;
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin: 0 0 3px 0;
    text-transform: capitalize;
    position: relative;
    padding: 0 20px 0 0;
}

.rtl #left_column #tags_block_left .block_content a,
.rtl #right_column #tags_block_left .block_content a {
    float: right;
}

.rtl #left_column #tags_block_left .block_content a,
.rtl #right_column #tags_block_left .block_content a {
    margin: 0 0 3px 0;
}

.rtl #left_column #tags_block_left .block_content a,
.rtl #right_column #tags_block_left .block_content a {
    padding: 0 0 0 20px;
}

#left_column #tags_block_left .block_content a:before,
#right_column #tags_block_left .block_content a:before {
    position: absolute;
    content: "/";
    right: 4px;
    top: 1px;
    width: 10px;
    height: 10px;
}

.rtl #left_column #tags_block_left .block_content a:before,
.rtl #right_column #tags_block_left .block_content a:before {
    left: 4px;
    right: auto;
}

#left_column #tags_block_left .block_content a:hover,
#right_column #tags_block_left .block_content a:hover {
    color: #434a54;
}

#left_column #tags_block_left .block_content span,
#right_column #tags_block_left .block_content span {
    display: none;
}

.banner-content {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {
    .banner-content {
        background-color: #000;
    }
}

.banner-content .mask-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-content a {
    display: block;
}

.banner-content a img {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner-content .widget-banner-desc {
    font-weight: 400;
    left: 35px;
    position: absolute;
    text-transform: capitalize;
    top: 4.61538rem;
    z-index: 3;
    text-align: left;
}

.rtl .banner-content .widget-banner-desc {
    right: 35px;
    left: auto;
}

.rtl .banner-content .widget-banner-desc {
    text-align: right;
}

.banner-content .widget-banner-desc h2 {
    color: #434a54;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media (min-width: 768px) {
    .banner-content .widget-banner-desc h2 {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }
}

.banner-content .btn-shopnow {
    color: theme-color-primary;
    font-size: 12px;
    left: 0;
    position: absolute;
    text-decoration: underline;
    text-transform: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.rtl .banner-content .btn-shopnow {
    right: 0;
    left: auto;
}

.banner-content .btn-shopnow:hover {
    color: #a64444;
}

@media (min-width: 768px) {
    .banner-content .btn-shopnow {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
        filter: alpha(opacity=0);
        color: #fff;
    }
}

.banner-content .btn-shopnow i {
    margin-left: 10px;
    position: absolute;
    top: 5px;
}

.rtl .banner-content .btn-shopnow i {
    margin-right: 10px;
    margin-left: inherit;
}

@media (min-width: 768px) {
    .banner-content:hover .btn-shopnow {
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        text-decoration: underline;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .rtl .banner-content:hover .btn-shopnow {
        right: 0;
        left: auto;
    }

    .banner-content:hover h2 {
        color: #fff;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .banner-content:hover a img {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale3d(1.1, 1.1, 1);
        -moz-transform: scale3d(1.1, 1.1, 1);
        -o-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

#best-sellers_block_right ul {
    margin: 0;
}

@media (min-width: 992px) {
    #best-sellers_block_right {
        padding: 0 !important;
    }

    #best-sellers_block_right .title_block {
        background: #434a54;
        color: #fff;
        padding: 15px 35px !important;
        margin: 0;
    }

    #best-sellers_block_right .block-category {
        margin-bottom: 0;
        background: #fff;
        padding: 25px 35px;
    }
}

/**
 * Animation should use for each screen vis using @media
 */
.block_manuf {
    margin: 30px 0;
}

.block_manuf a {
    position: relative;
    display: block;
}

.block_manuf a img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(100%);
    /* Current draft standard */
    -webkit-filter: grayscale(100%);
    /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    /* IE6+ */
}

.block_manuf a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.block_manuf a:hover img {
    filter: grayscale(0%);
    /* Current draft standard */
    -webkit-filter: grayscale(0%);
    /* New WebKit */
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
    /* IE6+ */
}

.parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.product-block .left-block {
    position: relative;
}

.product-block .image {
    /*swap image*/
}

.product-block .image .hover-image {
    position: absolute;
    padding: 0;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -o-transition: 0.3s all ease-in-out 0s;
    transition: 0.3s all ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media (min-width: 991px) {
    .product-block:hover.swap-gallery .product-zoom {
        margin: -10px -40px -0 0;
    }

    .product-block:hover.swap-gallery .pav-colorbox {
        margin: -10px 0 0 -25px;
    }

    .product-block:hover.swap-gallery .thumbs-wrap {
        left: -90px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .product-block:hover .hover-image {
        opacity: 1;
        filter: alpha(opacity=100);
        left: 0;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.banner-effect-1.widget-images .image-item img {
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.banner-effect-1.widget-images .image-item:hover img {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

.no-animation .image-item a:before,
.no-animation .image-item a:after {
    display: none;
}

.no-animation .image-item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.no-animation .image-item:hover a:before,
.no-animation .image-item:hover a:after {
    display: none;
}

.no-animation .image-item:hover a img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.category-banner .banner {
    position: relative;
    overflow: visible;
}

.image-item {
    position: relative;
}

.image-item a {
    z-index: 9;
}

.image-item a img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.image-item a:before {
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 30px;
    top: 30px;
    left: 15px;
    right: 15px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.image-item a:after {
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 15px;
    top: 15px;
    left: 30px;
    right: 30px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.image-item:hover a:before,
.image-item:hover a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.image-item:hover a img {
    -webkit-box-shadow: 0 17px 17px 5px rgba(0, 0, 0, 0.13);
    box-shadow: 0 17px 17px 5px rgba(0, 0, 0, 0.13);
}

/*Space Padding
------------------------------------*/
/*Padding Around the Block*/
.space-padding-0 {
    padding: 0 !important;
}

.space-padding-10 {
    padding: 10px !important;
}

.space-padding-20 {
    padding: 20px !important;
}

.space-padding-30 {
    padding: 30px !important;
}

.space-padding-40 {
    padding: 40px !important;
}

.space-padding-50 {
    padding: 50px !important;
}

/*Padding Top & Bottom*/
.space-padding-tb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.space-padding-tb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.space-padding-tb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.space-padding-tb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.space-padding-tb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.space-padding-tb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.space-padding-tb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.space-padding-tb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.space-padding-tb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.space-padding-top-10 {
    padding-top: 10px !important;
}

.space-padding-top-20 {
    padding-top: 20px !important;
}

.space-padding-top-30 {
    padding-top: 30px !important;
}

.space-padding-top-40 {
    padding-top: 40px !important;
}

.space-padding-top-50 {
    padding-top: 50px !important;
}

.space-padding-top-60 {
    padding-top: 60px !important;
}

.space-padding-top-70 {
    padding-top: 70px !important;
}

.space-padding-top-80 {
    padding-top: 80px !important;
}

.space-padding-bottom-10 {
    padding-bottom: 10px !important;
}

.space-padding-bottom-20 {
    padding-bottom: 20px !important;
}

.space-padding-bottom-30 {
    padding-bottom: 30px !important;
}

.space-padding-bottom-40 {
    padding-bottom: 40px !important;
}

.space-padding-bottom-50 {
    padding-bottom: 50px !important;
}

/*Padding Left & Right*/
.space-padding-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.space-padding-lr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.space-padding-lr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.space-padding-lr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.space-padding-lr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

/*Space
------------------------------------*/
/*Margin Top*/
.space-top-5 {
    margin-top: 5px !important;
}

.space-top-10 {
    margin-top: 10px !important;
}

.space-top-15 {
    margin-top: 15px !important;
}

.space-top-20 {
    margin-top: 20px !important;
}

.space-top-25 {
    margin-top: 25px !important;
}

.space-top-30 {
    margin-top: 30px !important;
}

.space-top-35 {
    margin-top: 35px !important;
}

.space-top-40 {
    margin-top: 40px !important;
}

.space-top-45 {
    margin-top: 45px !important;
}

.space-top-50 {
    margin-top: 50px !important;
}

.space-top-60 {
    margin-top: 60px !important;
}

.space-top-70 {
    margin-top: 70px !important;
}

.space-top-80 {
    margin-top: 80px !important;
}

.space-top-220 {
    margin-top: 220px !important;
}

@media (min-width: 992px) {
    .space-top-95 {
        margin-top: 95px !important;
    }
}

/*Margin Top Negative*/
.space-top-n-100 {
    margin-top: -100px !important;
}

/*Margin Bottom*/
.space-0 {
    margin-bottom: 0 !important;
}

.space-5 {
    margin-bottom: 5px !important;
}

.space-10 {
    margin-bottom: 10px !important;
}

.space-15 {
    margin-bottom: 15px !important;
}

.space-20 {
    margin-bottom: 20px !important;
}

.space-25 {
    margin-bottom: 25px !important;
}

.space-30 {
    margin-bottom: 30px !important;
}

.space-35 {
    margin-bottom: 35px !important;
}

.space-40 {
    margin-bottom: 40px !important;
}

.space-45 {
    margin-bottom: 45px !important;
}

.space-50 {
    margin-bottom: 50px !important;
}

.space-55 {
    margin-bottom: 55px !important;
}

.space-60 {
    margin-bottom: 60px !important;
}

.space-65 {
    margin-bottom: 65px !important;
}

.space-70 {
    margin-bottom: 70px !important;
}

.space-75 {
    margin-bottom: 75px !important;
}

.space-80 {
    margin-bottom: 80px !important;
}

.space-85 {
    margin-bottom: 85px !important;
}

.space-90 {
    margin-bottom: 90px !important;
}

.space-95 {
    margin-bottom: 95px !important;
}

.space-100 {
    margin-bottom: 100px !important;
}

.space-120 {
    margin-bottom: 120px !important;
}

.space-margin-tb-80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
}

@media (max-width: 480px) {
    .space-70 {
        margin-bottom: 30px !important;
    }
}

/*Margin left right*/
@media (min-width: 992px) {
    .space-margin-lr-60 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
}

.space-margin-lr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.space-margin-lr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

/*Margin Left*/
.space-left-5 {
    margin-left: 5px !important;
}

.space-left-10 {
    margin-left: 10px !important;
}

.rtl .space-left-10 {
    margin-right: 10px !important;
    margin-left: inherit;
}

.space-left-15 {
    margin-left: 15px !important;
}

/*Removes space*/
.space-top-0 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.space-bottom-0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.no-space-row .row {
    margin: 0;
}

@media (min-width: 1200px) {
    .space-bottom-90 {
        margin-bottom: 90px;
    }
}

.space-bottom {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .space-bottom {
        margin-bottom: 120px;
    }
}

.no-space-row [class^="col-"],
.no-space-row [class*="col-"] {
    padding: 0;
}

@media (min-width: 768px) {
    .text-align-right {
        text-align: right;
    }

    .rtl .text-align-right {
        text-align: left;
    }
}

.background-attr {
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Height
------------------------------------*/
.height-100 {
    height: 100px;
}

.height-200 {
    height: 200px;
}

.height-300 {
    height: 300px;
}

.height-400 {
    height: 400px;
}

.height-500 {
    height: 500px;
}

/*Radius
------------------------------------*/
.radius-0 {
    border-radius: 0 !important;
}

.radius-x {
    border-radius: 50% !important;
}

.radius-1x {
    border-radius: 10px !important;
}

.radius-2x {
    border-radius: 20px !important;
}

.radius-3x {
    border-radius: 30px !important;
}

.radius-4x {
    border-radius: 40px !important;
}

.radius-5x {
    border-radius: 5px !important;
}

.radius-6x {
    border-radius: 3px !important;
}

/*Text Colors
------------------------------------*/
.text-primary {
    color: #222222 !important;
}

.text-info {
    color: #5bc0de !important;
}

.text-danger {
    color: #f35a5a !important;
}

.text-warning {
    color: #e7ca2b !important;
}

.text-success {
    color: #bdca8c !important;
}

.text-purple {
    color: #6c58bd !important;
}

.text-red {
    color: #c32322 !important;
}

.text-orange {
    color: #f66000 !important;
}

.text-yellow {
    color: #e2d951 !important;
}

.text-light {
    color: #FFFFFF !important;
}

.text-darker {
    color: #333 !important;
}

/*Background Colors
------------------------------------*/
.bg-primary {
    background: #222222 !important;
}

.bg-info {
    background: #5bc0de !important;
}

.bg-danger {
    background: #f35a5a !important;
}

.bg-warning {
    background: #e7ca2b !important;
}

.bg-success {
    background: #bdca8c !important;
}

.bg-purple {
    background: #8e86ba !important;
}

.bg-red {
    background: #e1574c !important;
}

.bg-orange {
    background: #f4b45a !important;
}

.bg-yellow {
    background: #e2d951 !important;
}

.bg-blue {
    background: #1ea3d0 !important;
}

.bg-green {
    background: #3db39d !important;
}

.bg-default {
    background: #f5f5f5 !important;
}

.bg-darker {
    background: #324e5c !important;
}

.bg-hidden {
    overflow: hidden;
}

.parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}

.parallax:after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: " ";
    height: 100%;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
}

.has-banner .owl-carousel-play>.carousel-controls .carousel-control.left {
    left: 0;
}

.has-banner .owl-carousel-play>.carousel-controls .carousel-control.right {
    right: 0;
}

.has-banner .owl-carousel-play:focus>.carousel-controls .carousel-control,
.has-banner .owl-carousel-play:hover>.carousel-controls .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.has-banner .owl-carousel-play:focus>.carousel-controls .carousel-control.left,
.has-banner .owl-carousel-play:hover>.carousel-controls .carousel-control.left {
    left: 15px;
}

.has-banner .owl-carousel-play:focus>.carousel-controls .carousel-control.right,
.has-banner .owl-carousel-play:hover>.carousel-controls .carousel-control.right {
    right: 15px;
}

.owl-carousel-play {
    margin-left: -15px;
    margin-right: -15px;
}

.owl-carousel-play .item {
    margin-left: 15px;
    margin-right: 15px;
}

.owl-carousel-play>.carousel-controls .carousel-control.left {
    float: left;
}

.owl-carousel-play>.carousel-controls .carousel-control.right {
    float: right;
}

.owl-carousel-play:focus>.carousel-controls .carousel-control,
.owl-carousel-play:hover>.carousel-controls .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-carousel-play:focus>.carousel-controls .carousel-control:focus,
.owl-carousel-play:focus>.carousel-controls .carousel-control:hover,
.owl-carousel-play:hover>.carousel-controls .carousel-control:focus,
.owl-carousel-play:hover>.carousel-controls .carousel-control:hover {
    z-index: 98;
}

.owl-carousel-play.boxcarousel {
    position: relative;
}

.owl-carousel-play.boxcarousel>.carousel-controls {
    width: 65px;
    margin-top: 0;
    right: 15px;
    position: absolute;
    top: -55px;
}

.rtl .owl-carousel-play.boxcarousel>.carousel-controls {
    left: 15px;
    right: auto;
}

.owl-carousel-play.boxcarousel:focus>.carousel-controls .carousel-control,
.owl-carousel-play.boxcarousel:hover>.carousel-controls .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-carousel-play.boxcarousel:focus>.carousel-controls .carousel-control:focus,
.owl-carousel-play.boxcarousel:focus>.carousel-controls .carousel-control:hover,
.owl-carousel-play.boxcarousel:hover>.carousel-controls .carousel-control:focus,
.owl-carousel-play.boxcarousel:hover>.carousel-controls .carousel-control:hover {
    z-index: 98;
}

.owl-controls .owl-pagination {
    text-align: center;
}

.owl-controls .owl-pagination .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.rtl .owl-controls .owl-pagination .owl-page {
    margin-left: 10px;
    margin-right: inherit;
}

.owl-controls .owl-pagination .owl-page:before {
    font-family: "FontAwesome";
    color: #a64444;
    content: "\f10c";
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.owl-controls .owl-pagination .owl-page.active:before {
    content: "\f111";
    opacity: 1;
    filter: alpha(opacity=100);
}

.widget-categoriesinfo .category-info-bg {
    z-index: 9;
}

@media (min-width: 1400px) {
    .widget-categoriesinfo .category-info-bg {
        margin-top: -290px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .widget-categoriesinfo .category-info-bg {
        margin-top: -100px;
    }
}

.widget-categoriesinfo .grid .item {
    background-color: #fff;
    padding: 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.3s all ease 0s;
    -o-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
}

@media (max-width: 768px) {
    .widget-categoriesinfo .grid .item {
        margin: 30px 0 0;
    }
}

.widget-categoriesinfo .grid .item .categories-info .categories-info-img {
    position: relative;
}

.widget-categoriesinfo .grid .item .categories-info .categories-info-img img {
    -webkit-transition: 1.5s all ease-out 0s;
    -o-transition: 1.5s all ease-out 0s;
    transition: 1.5s all ease-out 0s;
}

.widget-categoriesinfo .grid .item .categories-info .categories-info-img .categories-info-content {
    position: absolute;
    top: 0;
}

.widget-categoriesinfo .grid .item .categories-info .categories-info-img .categories-info-content h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}

.widget-categoriesinfo .grid .item .categories-info .categories-info-img .categories-info-content .product-number {
    font-family: "Abhaya Libre", sans-serif;
    font-size: 16px;
    color: #aab2bd;
}

.widget-categoriesinfo .grid .item .categories-info .categories-info-img .categories-info-content .sub-categories {
    margin-top: 20px;
}

.widget-categoriesinfo .grid .item .categories-info .categories-info-img .btn-shopnow {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #a64444;
    background-color: #fff;
    right: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s all ease 0s;
    -o-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
    padding: 0;
}

.rtl .widget-categoriesinfo .grid .item .categories-info .categories-info-img .btn-shopnow {
    left: 5px;
    right: auto;
}

@media (min-width: 992px) {
    .widget-categoriesinfo .grid .item .categories-info .categories-info-img .btn-shopnow {
        bottom: -40px;
    }
}

.widget-categoriesinfo .grid .item .categories-info .categories-info-img .btn-shopnow:hover {
    background-color: #a64444;
}

.widget-categoriesinfo .grid .item .categories-info .categories-info-img .btn-shopnow:hover a {
    color: #fff;
}

.widget-categoriesinfo .grid .item:hover {
    -webkit-box-shadow: 0px 15px 40px 0px rgba(168, 172, 185, 0.25);
    box-shadow: 0px 15px 40px 0px rgba(168, 172, 185, 0.25);
}

.widget-categoriesinfo .grid .item:hover .categories-info-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.widget-categoriesinfo .grid .item:hover .categories-info .btn-shopnow {
    background-color: #a64444;
}

.widget-categoriesinfo .grid .item:hover .categories-info .btn-shopnow a {
    color: #fff;
}

/*Tab v4
------------------------------------*/
.widget-producttabs.tab-v4 .nav-tabs {
    display: inline-block;
    text-align: center;
    float: none !important;
    margin-bottom: 10px;
    width: 100%;
}

.widget-producttabs.tab-v4 .nav-tabs>li {
    display: inline-block;
    position: relative;
}

.widget-producttabs.tab-v4 .nav-tabs>li>a {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    color: #434a54;
}

.tab-v4 .nav-tabs {
    border-bottom: 1px solid #e4e9ef;
    margin: 0 0 25px;
    padding: 0;
    line-height: 50px;
}

@media (max-width: 768px) {
    .tab-v4 .nav-tabs {
        float: none;
    }
}

.tab-v4 .nav-tabs>li {
    float: none;
    display: inline-block;
}

.tab-v4 .nav-tabs>li>a {
    color: #696969;
    border-radius: 0;
    padding: 0 20px;
    background: transparent;
    font-size: 12px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: normal;
    line-height: 26px;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.tab-v4 .nav-tabs>li:last-child>a:after {
    display: none;
}

.tab-v4 .nav-tabs>li.active>a {
    color: #a64444;
    border: none;
    background: transparent;
}

.tab-v4 .nav-tabs>li:hover>a {
    color: #a64444;
}

/**
 * Testimoninias
 */
.widget-testimonial .title_block {
    border: none !important;
    text-align: center;
}

.testimonials {
    color: #434a54;
    position: relative;
    text-align: center;
    margin: 0 0 70px !important;
}

.testimonials .owl-carousel-play .carousel-controls {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    z-index: 10;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
}

@media (max-width: 768px) {
    .testimonials .owl-carousel-play .carousel-controls {
        display: none;
    }
}

.testimonials .owl-carousel-play .carousel-controls .carousel-control {
    position: absolute;
    line-height: 26px;
}

.testimonials .owl-carousel-play .carousel-controls .carousel-control.left {
    left: 30px;
}

.testimonials .owl-carousel-play .carousel-controls .carousel-control.right {
    right: 30px;
}

@media (max-width: 767px) {
    .testimonials .owl-carousel-play .carousel-controls {
        display: none;
    }
}

.testimonials .owl-controls {
    margin-top: 8px;
}

.testimonials .testimonials-profiles {
    text-align: center;
    z-index: 100;
    position: relative;
}

.testimonials .testimonials-profiles .testimonials-avatar {
    width: 135px;
    height: 135px;
    padding: 10px;
    background-color: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    display: inline-block;
}

.testimonials .testimonials-profiles .testimonials-avatar img {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.testimonials .testimonials-profiles .testimonials-profile .job {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.testimonials .testimonials-profiles .testimonials-profile .job p {
    margin-bottom: 0;
}

.testimonials .testimonials-profiles .testimonials-profile .name {
    display: inline-block;
    font-size: 12px;
    color: #a64444;
    text-transform: capitalize;
    margin: 0;
}

.testimonials .testimonials-quote {
    position: relative;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    overflow: hidden;
    margin-bottom: 0;
    font-family: "Abhaya Libre", sans-serif;
}

@media (min-width: 992px) {
    .testimonials .testimonials-quote {
        max-height: 120px;
    }
}

.testimonials .testimonials-quote .sub_quote {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: normal;
    position: relative;
    padding: 0 0 0 100px;
    font-weight: 400;
}

.rtl .testimonials .testimonials-quote .sub_quote {
    padding: 0 100px 0 0;
}

.testimonials .testimonials-quote .sub_quote:before {
    width: 75px;
    height: 15px;
    background-image: url("../img/data/rate.png");
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
}

.rtl .testimonials .testimonials-quote .sub_quote:before {
    right: 0;
    left: auto;
}

.testimonials .testimonials-quote h3 {
    color: #434a54;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 0;
}

.testimonials h3,
.testimonials h4,
.testimonials h5 {
    text-transform: uppercase;
    font-weight: normal;
}

.testimonials .testimonials-body {
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 33px;
}

@media (min-width: 992px) {
    .testimonials .testimonials-body {
        width: 65%;
    }
}

.testimonials .testimonials-left .testimonials-avatar {
    float: left;
}

.rtl .testimonials .testimonials-left .testimonials-avatar {
    float: right;
}

.testimonials:hover .owl-carousel-play .carousel-controls {
    opacity: 1;
    filter: alpha(opacity=100);
}

/** SOCIAL ICONS ***/
.socialsharing_content {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #e4e9ef;
}

.socialsharing_content span {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #434a54;
}

.rtl .socialsharing_content span {
    float: right;
}

.socialsharing_product {
    float: right;
    margin: 0 !important;
}

.rtl .socialsharing_product {
    float: left;
}

.socialsharing_product button {
    float: left;
    line-height: 33px;
    padding: 0;
    text-align: center;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-color: transparent !important;
    overflow: hidden;
    border: none;
    margin-bottom: 10px !important;
}

.rtl .socialsharing_product button {
    float: right;
}

.rtl .socialsharing_product button {
    margin-left: 10px;
    margin-right: inherit;
}

.socialsharing_product button .icon {
    margin: 0;
}

.socialsharing_product button:hover i {
    background-color: #a64444;
    border-color: #a64444;
    color: #FFFFFF;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.bo-social-icons {
    text-align: center;
    margin-top: 15px;
}

.bo-social-icons a span {
    display: none;
}

.bo-social-icons i {
    color: #aab2bd;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 18px;
    border: 2px solid;
    background-color: transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bo-social-icons i:after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(80%, transparent));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.35)', endColorstr='transparent', GradientType=1);
    background-color: transparent;
    content: "";
    width: 90%;
    height: 10px;
    left: 5%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 100%;
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
}

.rtl .bo-social-icons i:after {
    right: 5%;
    left: auto;
}

.bo-social-icons i:hover {
    background-color: #a64444;
    border-color: #a64444;
    color: #FFFFFF;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.bo-social-icons i:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.bo-social-icons i em,
.bo-social-icons i i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.bo-social-icons.bo-social-plain [class^="bo-social-"] {
    background-color: transparent;
    color: #000;
    padding: 0 15px !important;
}

.bo-social-icons.bo-social-plain [class^="bo-social-"] em,
.bo-social-icons.bo-social-plain [class^="bo-social-"] i {
    padding-right: 5px;
    font-size: 24px;
}

.rtl .bo-social-icons.bo-social-plain [class^="bo-social-"] em,
.rtl .bo-social-icons.bo-social-plain [class^="bo-social-"] i {
    padding-left: 5px;
    padding-right: inherit;
}

.bo-social-icons.social-radius-rounded [class^="bo-social-"] {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    width: 36px;
    height: 36px;
    padding: 0;
}

.bo-social-icons .bo-social-white {
    background: #FFFFFF;
    color: #959595;
    border: 1px solid #959595;
}

.bo-social-icons .bo-social-outline {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.bo-social-icons .bo-social-outline-light {
    background: transparent;
    color: #FFF;
    border: 1px solid #FFFFFF;
}

.bo-social-icons .bo-social-outline-light:hover {
    background: #FFF;
    color: #000;
}

.bo-social-icons .fontawesome-icon-list [class^="bo-social-"] {
    padding: 0 15px;
}

.widget-social .bo-social-icons a {
    display: inline-block;
    margin: 0 10px 0 0;
}

.rtl .widget-social .bo-social-icons a {
    margin: 0 0 0 10px;
}

/* --- SCSS For Counters --- */
.counters {
    text-align: center;
}

.counters .counter-wrap {
    font-size: 36px;
    color: #bdca8c;
    font-weight: 800;
}

.counters .counter-wrap .fa {
    font-size: 46px;
}

.counters .counter-wrap .counter {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.counters .counter-wrap .counter:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #bdca8c;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.counters h5 {
    font-weight: 700;
    margin: 5px 0 30px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
}

/* --- SCSS For Pricing --- */
.pricing {
    text-align: center;
}

.pricing ul {
    padding-left: 0;
    padding-right: 0;
}

.pricing ul li {
    list-style: none;
}

.pricing.pricing-v1 {
    background: #FFFFFF;
    border: 3px solid #313131;
}

.pricing.pricing-v1 .plan-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    padding: 30px 0;
    background: #313131;
    color: #FFFFFF;
}

.pricing.pricing-v1 .plan-figure {
    font-size: 48px;
    font-weight: 700;
    color: #000;
}

.pricing.pricing-v1 .plan-price {
    font-size: 16px;
    border-bottom: 2px solid #e1e1e1;
    line-height: 1;
    padding: 25px 0;
}

.pricing.pricing-v1 .plan-price p {
    margin: 0;
}

.pricing.pricing-v1 .plan-currency {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    position: relative;
    top: -15px;
}

.pricing.pricing-v1 .plain-info {
    padding: 20px;
}

.pricing.pricing-v1 .plain-info li {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    padding: 15px 0;
}

.pricing.pricing-v1 .pricing-footer {
    padding: 0px 20px 40px 20px;
}

.pricing.pricing-v1.pricing-highlight {
    border-color: #77a2a0 !important;
}

.pricing.pricing-v2 {
    background: #FFFFFF;
}

.pricing.pricing-v2 .plan-title {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    padding: 30px 0;
}

.pricing.pricing-v2 .plan-price {
    background: #222222;
    margin: 0 -10px;
    position: relative;
    height: 100px;
}

.pricing.pricing-v2 .plan-price .plan-price-body {
    background: #222222;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -15px;
    right: 0;
    color: #FFF;
    width: 130px;
    height: 130px;
}

.pricing.pricing-v2 .plan-price .plan-figure {
    font-size: 48px;
    font-weight: 300;
}

.pricing.pricing-v2 .plan-price .plan-currency {
    font-size: 30px;
    font-weight: 300;
}

.pricing.pricing-v2 .plain-info {
    padding: 20px;
}

.pricing.pricing-v2 .plain-info li {
    color: #000;
    line-height: 62px;
    border-bottom: 1px dashed #C8C8C8;
}

.pricing.pricing-v2 .pricing-footer {
    padding: 0 20px 40px 20px;
}

.pricing.pricing-v2.pricing-highlight .plan-title {
    background: #FFFFFF;
    color: #000000;
}

.pricing.pricing-v2.pricing-highlight .plan-price-body {
    background: #a64444;
    color: #FFFFFF;
}

.pricing.pricing-v2.pricing-highlight .btn-block {
    background: #a64444;
    border-color: #a64444;
}

.pricing.pricing-v2.pricing-highlight .btn-block:hover,
.pricing.pricing-v2.pricing-highlight .btn-block:focus,
.pricing.pricing-v2.pricing-highlight .btn-block:active {
    background: none;
    color: #a64444;
}

.pricing.pricing-v3 {
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
}

.pricing.pricing-v3 .plan-title {
    background: #261F2F;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    padding: 30px 0;
    border: none;
}

.pricing.pricing-v3 .plan-title span {
    color: #FFFFFF;
}

.pricing.pricing-v3 .plan-figure {
    font-size: 48px;
    font-weight: 300;
    color: #000;
}

.pricing.pricing-v3 .plan-price {
    font-size: 16px;
    background: #332C3E;
    padding: 15px 0;
}

.pricing.pricing-v3 .plan-price>* {
    color: #FFFFFF;
    line-height: 1;
}

.pricing.pricing-v3 .plan-currency {
    font-size: 30px;
    font-weight: 300;
}

.pricing.pricing-v3 .plain-info li {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    background: #F8F8F8;
    padding: 14px 0;
}

.pricing.pricing-v3 .plain-info li:nth-child(2n+1) {
    background: #FFFFFF;
}

.pricing.pricing-v3 .pricing-footer {
    padding: 0px 20px 40px 20px;
}

.pricing.pricing-v3.pricing-highlight .plan-title {
    background: #a64444;
    color: #FFFFFF;
}

.pricing.pricing-v3.pricing-highlight .plan-price {
    background: #a64444;
    color: #FFFFFF;
}

.pricing.pricing-v3.pricing-highlight .btn-block {
    background: #a64444;
    border-color: #a64444;
}

.pricing.pricing-v3.pricing-highlight .btn-block:hover,
.pricing.pricing-v3.pricing-highlight .btn-block:focus,
.pricing.pricing-v3.pricing-highlight .btn-block:active {
    background: none;
    color: #a64444;
}

.pricing.pricing-highlight .plan-title {
    background: #a64444;
    color: #FFFFFF;
}

/* our team */
[class*="team-v"] {
    text-align: center;
}

[class*="team-v"] [class^="bo-social-"] {
    margin: 0;
}

[class*="team-v"] .team-name {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.team-list {
    margin-bottom: 50px;
}

.team-list .team-name {
    font-size: 18px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    position: relative;
}

.team-list .team-name:after {
    bottom: 0;
    left: 0;
    content: "";
    background: #a64444;
    width: 30px;
    height: 2px;
    position: absolute;
}

.team-list .team-position {
    text-transform: uppercase;
    color: #a64444;
    font-weight: 800;
    margin-bottom: 25px;
}

.team-list .team-info {
    margin-bottom: 15px;
}

.team-list .bo-social-icons {
    text-align: left;
}

.team-list .bo-social-icons [class*="bo-social-"] {
    margin: 0;
}

.team-gallery {
    background: #FFF;
}

.team-gallery .team-header {
    position: relative;
    text-align: center;
}

.team-gallery .team-header:before {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: rgba(0, 203, 143, 0.5);
}

.team-gallery .team-name {
    font-size: 14px;
    margin-top: 0;
    text-transform: uppercase;
}

.team-gallery .team-gallery-box {
    top: 0;
    left: 0;
    width: 80%;
    right: 0;
    height: 50%;
    bottom: 0;
    margin: auto;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.team-gallery .team-info {
    color: #FFFFFF;
}

.team-gallery .team-position {
    color: #999999;
    margin-bottom: 0;
}

.team-gallery .team-body-content {
    padding: 30px;
    position: relative;
}

.team-gallery .team-body-content:before {
    content: "";
    right: 0;
    width: 1px;
    height: 50px;
    position: absolute;
    background: #a64444;
}

.team-gallery .bo-social-white {
    border-color: #FFFFFF;
    color: #FFFFFF;
    background: none;
}

.team-gallery:hover .team-header:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-gallery:hover .team-gallery-box {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-hover {
    background: #FFF;
    border: none;
}

.team-hover .team-header {
    position: relative;
    text-align: center;
}

.team-hover .team-header:before {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: rgba(0, 203, 143, 0.5);
}

.team-hover .team-name {
    font-size: 14px;
    margin-top: 0;
    text-transform: uppercase;
}

.team-hover .team-gallery-box {
    width: 100%;
    height: 45px;
    top: 50%;
    margin-top: -22.5px;
}

.team-hover .team-info {
    color: #FFFFFF;
}

.team-hover .team-position {
    color: #999999;
    margin-bottom: 0;
}

.team-hover .team-body-content {
    padding: 20px;
    position: relative;
    text-align: center;
}

.team-hover .team-body-content:before {
    content: none;
}

.team-hover .team-body-content>* {
    text-align: center;
}

.team-hover .team-body-content .team-name {
    margin-bottom: 5px;
}

.team-hover .bo-social-white {
    border-color: #FFFFFF;
    color: #FFFFFF;
    background: none;
}

.team-hover:hover .team-header:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-hover:hover .team-gallery-box {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-small {
    border: none !important;
}

.team-small .team-body {
    background: none !important;
}

.team-small .team-info {
    display: none !important;
}

.team-small:hover .team-body {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

/* --- SCSS For Icon-box --- */
.block-ourservice .ps-ourservice .media i {
    color: #a64444;
    font-size: 30px;
}

.feature-box {
    margin-bottom: 0 !important;
    padding: 30px 0;
}

.feature-box .description {
    color: #fff;
}

.feature-box.feature-box-left {
    text-align: left;
}

.rtl .feature-box.feature-box-left {
    text-align: right;
}

.feature-box.feature-box-right {
    text-align: right;
}

.rtl .feature-box.feature-box-right {
    text-align: left;
}

.feature-box.feature-box-center {
    text-align: center;
}

.feature-box .fbox-image {
    margin-bottom: 14px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.feature-box .fbox-icon i {
    font-size: 6rem;
    margin-bottom: 14px;
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
}

.feature-box p {
    font-size: 14px;
}

.feature-box span {
    font-size: 16px;
    font-family: "Abhaya Libre", sans-serif;
    text-transform: capitalize;
}

.feature-box:hover .fbox-image,
.feature-box:hover .fbox-icon i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.feature-box-v1 .fbox-icon {
    margin-right: 36px;
    float: left;
    position: relative;
    /* &:before{
      width:1px;
      height: 100%;
      content: " ";
      background:$border-color;
      position: absolute;
      top: 0;
      right: -15px;
   }*/
}

.feature-box-v1 .fbox-icon .icons {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
}

.feature-box-v2 {
    text-align: center;
}

.feature-box-v2 .fbox-icon {
    float: none;
    margin-bottom: 20px;
}

.feature-box-v2 .fbox-icon .icons {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 36px;
    background: none;
}

.feature-box-v2 .fbox-content {
    overflow: hidden;
}

.feature-box-v3 {
    position: relative;
    padding: 45px 30px 20px;
    text-align: center !important;
    background: #F5F5F5;
}

.feature-box-v3 .fbox-icon {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -36px;
    margin: 0 auto;
}

.feature-box-v3 .fbox-icon .icons {
    font-size: 24px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #FFFFFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #a64444;
}

.feature-box.feature-box-v4 {
    padding: 40px 0;
    text-align: center !important;
}

.feature-box.feature-box-v4 .fbox-icon {
    display: inline-block;
    text-align: center;
    float: none !important;
    font-size: 28px;
    margin-bottom: 15px;
}

.feature-box.feature-box-v4 .fbox-icon a {
    color: #d6d6d6;
}

.feature-box.feature-box-v4 .description {
    text-align: left;
    font-size: 15px;
    color: #aab2bd;
}

.rtl .feature-box.feature-box-v4 .description {
    text-align: right;
}

.media .pull-left a {
    color: #a64444;
    font-size: 18px;
}

.media .media-body .ourservice-heading {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.blog-created-date {
    color: #a64444;
}

.caption .btn.bt-white:hover {
    background: #a64444;
    color: #fff;
}

.caption .btn.bt-white:hover span {
    color: #fff;
}

.caption .btn span {
    color: #a64444;
}

.widget-gallery .widget-images {
    display: block;
}

.widget-gallery .images-list {
    margin-top: 6px;
}

.widget-gallery .images-list .image-item {
    display: inline-block;
    float: left;
    position: relative;
    width: 20%;
}

.rtl .widget-gallery .images-list .image-item {
    float: right;
}

.widget-gallery .gallery-slider-bt .owl-carousel-play .item img {
    min-height: 235px;
}

.widget-tags a {
    border: 1px solid;
    padding: 0 8px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 17px;
}

.rtl .widget-tags a {
    margin: 0 0 5px 5px;
}

.availability_value {
    font-size: 14px;
    color: #a64444;
    font-family: "Poppins", sans-serif;
}

.close_ads {
    float: right;
    position: relative;
}

.rtl .close_ads {
    float: left;
}

.banner-ads {
    position: relative;
}

.banner-ads img {
    width: 100%;
}

.banner-ads .button_click {
    position: absolute;
    right: -90px;
    top: 100%;
    background: #a64444;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    padding: 0 5px;
    z-index: 100;
    cursor: pointer;
}

.rtl .banner-ads .button_click {
    left: -90px;
    right: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-ads .button_click {
        top: auto;
        bottom: 0;
        right: 0;
        min-width: 70px;
    }

    .rtl .banner-ads .button_click {
        left: 0;
        right: auto;
    }
}

.banner-ads .button_click i {
    margin-left: 4px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.rtl .banner-ads .button_click i {
    margin-right: 4px;
    margin-left: inherit;
}

.box-html {
    padding: 95px 40px;
}

.box-html.block-borderbox.block .title_block {
    text-align: left;
}

.rtl .box-html.block-borderbox.block .title_block {
    text-align: right;
}

.box-html.block-borderbox.block .title_block:before {
    -ms-transform: none;
    /* IE 9 */
    -webkit-transform: none;
    /* Chrome, Safari, Opera */
    transform: none;
    left: 0;
}

.rtl .box-html.block-borderbox.block .title_block:before {
    right: 0;
    left: auto;
}

@media (max-width: 992px) {
    .box-html {
        padding: 0 40px;
    }
}

.title-sidebar {
    background-color: #434a54;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-bottom: 0;
    border: none;
}

/**
 * HEADER CSS STYLES
 */
/* default */
@media (min-width: 992px) {
    #header.headerFixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
    }

    #header.headerFixed.mini-navbar {
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 568px) {
    #header {
        display: inline-block;
        width: 100%;
    }
}

#header-main {
    background: #FFFFFF;
    position: relative;
    padding: 30px 0;
}

@media (max-width: 992px) {

    #header-main .header-left,
    #header-main .header-right {
        text-align: center;
    }
}

#header-main .btn-group .group-title {
    cursor: pointer;
    position: relative;
    padding: 0 10px;
    color: #434a54;
}

#header-main .btn-group .group-title .icon {
    font-size: 26px;
}

#header-main .btn-group .group-title:hover .icon,
#header-main .btn-group .group-title:hover span {
    color: #a64444;
}

.shop-info {
    font-size: 10px;
    font-weight: 600;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    float: left;
}

.shop-info .media-body {
    display: inline-block;
}

.rtl .shop-info {
    float: right;
}

@media (max-width: 768px) {
    .shop-info {
        float: none !important;
    }
}

.shop-info .shop-phone {
    font-size: 16px;
}

.shop-info .shop-phone i {
    color: #fff;
    background: #a64444;
    padding: 2px 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 4px;
    font-size: 16px;
}

.rtl .shop-info .shop-phone i {
    margin-left: 4px;
    margin-right: inherit;
}

.shop-info .shop-phone span {
    color: #a64444;
    margin-left: 5px;
    font-size: 16px;
    font-weight: normal;
}

.rtl .shop-info .shop-phone span {
    margin-right: 5px;
    margin-left: inherit;
}

.topbar {
    background: #ebebeb;
}

@media (max-width: 480px) {

    .topbar .header-right,
    .topbar .header-left {
        width: 100%;
        text-align: center !important;
    }
}

.topbar .header-right {
    text-align: right;
}

.rtl .topbar .header-right {
    text-align: left;
}

.topbar .group-title {
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 10px;
    cursor: pointer;
    font-family: "Abhaya Libre", sans-serif;
    line-height: 40px;
}

.rtl .topbar .group-title {
    margin-left: 15px;
    margin-right: inherit;
}

.topbar .group-title .icon {
    margin-left: 3px;
}

.rtl .topbar .group-title .icon {
    margin-right: 3px;
    margin-left: inherit;
}

.header-default #header-main {
    padding: 0;
}

.header-default #header-main .header-right .search-block .search-focus .text-label {
    display: none;
}

.header-default #header-main .header-right .btn-group .toogle_content {
    right: 0;
    left: auto;
}

.rtl .header-default #header-main .header-right .btn-group .toogle_content {
    left: 0;
    right: auto;
}

.header-default #header-main .header-right .block-cart .shopping_cart .heading {
    margin: 0;
}

.header-default #header-main .header-right .block-cart .shopping_cart .heading .cart-title {
    display: none;
}

.header-default #header-main .header-right .block-cart .shopping_cart .heading .cart-icon {
    display: block;
}

.header-default #header-main .header-right .btn-group .sub-title {
    display: none;
}

.header-default #header-main #header_logo,
.header-default #header-main .header-right {
    padding: 25px 15px 10px;
}

@media (max-width: 991px) {
    .header-default #header-main .header-right {
        text-align: center;
        display: inline-block;
        width: auto !important;
        padding: 10px 15px;
    }

    .header-default #header-main .header-right .pull-right {
        display: inline-block;
        float: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-default .pts-megamenu .megamenu>li>a {
        padding: 25px 5px;
    }

    .header-default .pts-megamenu .megamenu>li>a .menu-title {
        font-size: 11px;
    }
}

@media (min-width: 991px) {
    .header-default .pts-megamenu #pts-top-menu .navbar-nav {
        margin: 0 15px;
    }

    .header-default .pts-megamenu .megamenu>li:first-child a:after {
        display: none;
    }

    .header-default .pts-megamenu .megamenu>li>a {
        position: relative;
    }

    .header-default .pts-megamenu .megamenu>li:focus>a,
    .header-default .pts-megamenu .megamenu>li:focus>a .menu-title,
    .header-default .pts-megamenu .megamenu>li:hover>a,
    .header-default .pts-megamenu .megamenu>li:hover>a .menu-title {
        color: #a64444;
    }

    .header-default .pts-megamenu .megamenu>li.dropdown.open>a,
    .header-default .pts-megamenu .megamenu>li.dropdown.open>a .menu-title,
    .header-default .pts-megamenu .megamenu>li.dropdown:hover>a,
    .header-default .pts-megamenu .megamenu>li.dropdown:hover>a .menu-title {
        color: #a64444;
    }
}

@media (max-width: 991px) {
    .header-default #pts-mainnav {
        display: inline-block;
        width: auto !important;
    }
}

.header-default #pts-mainnav .main-menu {
    position: static;
}

.header-default #pts-mainnav .main-menu .pts-megamenu {
    position: static;
    text-align: left;
}

.rtl .header-default #pts-mainnav .main-menu .pts-megamenu {
    text-align: right;
}

@media (min-width: 992px) {
    .header-default #pts-mainnav .main-menu {
        position: absolute;
        width: 100%;
    }

    .header-default #pts-mainnav .main-menu .pts-megamenu {
        text-align: center !important;
    }
}

.header-default #pts-mainnav #header_logo {
    text-align: left;
}

.rtl .header-default #pts-mainnav #header_logo {
    text-align: right;
}

@media (min-width: 992px) {
    .header-default #pts-mainnav #header_logo {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .header-default #pts-mainnav #header_logo {
        text-align: center;
    }
}

.header-default #pts-mainnav .search-cart {
    padding: 27px 0;
    position: static;
    text-align: right;
    float: right;
}

.rtl .header-default #pts-mainnav .search-cart {
    text-align: left;
}

.rtl .header-default #pts-mainnav .search-cart {
    float: left;
}

@media (max-width: 991px) {
    .header-default #pts-mainnav .search-cart {
        padding: 20px 0;
        text-align: center;
    }
}

.header-default #pts-mainnav .container .row-inner {
    position: relative;
}

@media (min-width: 992px) {
    .header-default #pts-mainnav .container .row-inner {
        border-top: 1px solid #f1f1f1;
    }
}

@media (max-width: 568px) {
    .header-default #pts-mainnav .header-left {
        width: 100% !important;
    }

    .header-default #pts-mainnav .header-left .block-search {
        position: relative;
        width: 100%;
        border: none;
    }

    .header-default #pts-mainnav .header-left .block-search #search_block_top {
        width: 100%;
        margin: 0 -15px;
    }
}

@media (max-width: 991px) {
    .header-default #pts-mainnav .main-menu {
        width: 100% !important;
    }
}

@media (max-width: 568px) {
    .header-default #pts-mainnav .header-right {
        width: 100% !important;
        text-align: center !important;
    }

    .header-default #pts-mainnav .header-right #pts-mini-cart {
        float: none;
    }

    .header-default #pts-mainnav .header-right #pts-mini-cart .cart-icon {
        border: none;
    }
}

.header-default #pts_search_block_top {
    margin-top: 30px;
}

.header-default #pts-verticalmenu {
    margin: 10px 0;
}

/*.header1.headerFixed.mini-navbar #header-main #header_logo,
.header1.headerFixed.mini-navbar #header-main .header-right,
.header1.headerFixed.mini-navbar #header-main .header-left {
    padding: 15px 15px 5px;
}*/

.header1.headerFixed.mini-navbar .pts-megamenu .megamenu>li>a {
    padding: 15px 8px 10px;
}

.header1 #header-main {
    padding: 0;
}

.header1 #header-main .header-right .search-block .search-focus .text-label {
    display: none;
}

@media (max-width: 990px) {
    .header1 #header-main .header-right .search-block {
        margin-right: 20px;
    }
}

.header1 #header-main .header-right .btn-group .toogle_content {
    right: 0;
    left: auto;
}

.rtl .header1 #header-main .header-right .btn-group .toogle_content {
    left: 0;
    right: auto;
}

.rtl .header1 #header-main .header-right .btn-group .toogle_content {
    right: auto;
    left: auto;
}

.header1 #header-main .header-right .block-cart .shopping_cart .heading {
    margin: 0;
}

.header1 #header-main .header-right .block-cart .shopping_cart .heading .cart-title {
    display: none;
}

.header1 #header-main .header-right .block-cart .shopping_cart .heading .cart-icon {
    display: block;
}

.header1 #header-main .header-right .btn-group .sub-title {
    display: none;
}

.header1 #header-main #header_logo {
    text-align: center;
}

/*.header1 #header-main #header_logo,
.header1 #header-main #header_logo img,
.header1 #header-main .header-right,
.header1 #header-main .header-left {
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
}*/

@media (max-width: 768px) {

    .header1 #header-main #header_logo,
    .header1 #header-main .header-right,
    .header1 #header-main .header-left {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .header1 #header-main .header-right {
        text-align: center;
    }

    .header1 #header-main .header-right .pull-right {
        display: inline-block;
        float: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header1 .pts-megamenu .megamenu>li>a .menu-title {
        font-size: 11px;
    }
}

@media (min-width: 991px) {
    .header1 .pts-megamenu #pts-top-menu .navbar-nav {
        position: static;
    }

    .header1 .pts-megamenu .megamenu>li:first-child a:after {
        display: none;
    }

    .header1 .pts-megamenu .megamenu>li>a {
        position: relative;
    }

    .header1 .pts-megamenu .megamenu>li:focus>a,
    .header1 .pts-megamenu .megamenu>li:focus>a .menu-title,
    .header1 .pts-megamenu .megamenu>li:hover>a,
    .header1 .pts-megamenu .megamenu>li:hover>a .menu-title {
        color: #a64444;
    }

    .header1 .pts-megamenu .megamenu>li.dropdown.open>a,
    .header1 .pts-megamenu .megamenu>li.dropdown.open>a .menu-title,
    .header1 .pts-megamenu .megamenu>li.dropdown:hover>a,
    .header1 .pts-megamenu .megamenu>li.dropdown:hover>a .menu-title {
        color: #a64444;
    }
}

@media (max-width: 991px) {
    .header1 #pts-mainnav {
        background: #a64444;
    }
}

.header1 #pts-mainnav .main-menu {
    position: static;
}

.header1 #pts-mainnav .main-menu .pts-megamenu {
    position: static;
    text-align: center;
}

.header1 #pts-mainnav #header_logo {
    text-align: left;
}

.rtl .header1 #pts-mainnav #header_logo {
    text-align: right;
}

@media (min-width: 992px) {
    .header1 #pts-mainnav #header_logo {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .header1 #pts-mainnav #header_logo {
        text-align: center;
    }
}

.header1 #pts-mainnav .search-cart {
    padding: 27px 0;
    position: static;
    text-align: right;
    float: right;
}

.rtl .header1 #pts-mainnav .search-cart {
    text-align: left;
}

.rtl .header1 #pts-mainnav .search-cart {
    float: left;
}

@media (max-width: 991px) {
    .header1 #pts-mainnav .search-cart {
        padding: 20px 0;
        text-align: center;
    }
}

.header1 #pts-mainnav .container .row-inner {
    position: relative;
}

@media (min-width: 992px) {
    .header1 #pts-mainnav .container .row-inner {
        border-top: 1px solid #f1f1f1;
    }
}

@media (max-width: 568px) {
    .header1 #pts-mainnav .header-left {
        width: 100% !important;
    }

    .header1 #pts-mainnav .header-left .block-search {
        position: relative;
        width: 100%;
        border: none;
    }

    .header1 #pts-mainnav .header-left .block-search #search_block_top {
        width: 100%;
        margin: 0 -15px;
    }
}

@media (max-width: 991px) {
    .header1 #pts-mainnav .main-menu {
        width: 100% !important;
    }

    .header1 #pts-mainnav .main-menu .pts-megamenu .navbar-toggle {
        border-color: #fff !important;
    }

    .header1 #pts-mainnav .main-menu .pts-megamenu .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }
}

@media (max-width: 568px) {
    .header1 #pts-mainnav .header-right {
        width: 100% !important;
        text-align: center !important;
    }

    .header1 #pts-mainnav .header-right #pts-mini-cart {
        float: none;
    }

    .header1 #pts-mainnav .header-right #pts-mini-cart .cart-icon {
        border: none;
    }
}

.header1 #pts_search_block_top {
    margin-top: 30px;
}

.header1 #pts-verticalmenu {
    margin: 10px 0;
}

@font-face {
    font-family: 'cooper_hewittbold';
    src: url("../fonts/cooperhewitt-bold.eot");
    src: url("../fonts/cooperhewitt-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cooperhewitt-bold.woff2") format("woff2"), url("../fonts/cooperhewitt-bold.woff") format("woff"), url("../fonts/cooperhewitt-bold.ttf") format("truetype"), url("../fonts/cooperhewitt-bold.svg#cooper_hewittbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooperhewitt-book';
    src: url("../fonts/cooperhewitt-book.eot");
    src: url("../fonts/cooperhewitt-book.eot?#iefix") format("embedded-opentype"), url("../fonts/cooperhewitt-book.woff2") format("woff2"), url("../fonts/cooperhewitt-book.woff") format("woff"), url("../fonts/cooperhewitt-book.ttf") format("truetype"), url("../fonts/cooperhewitt-book.svg#cooperhewitt-book") format("svg");
    font-weight: 700;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
}

/*  PAGINATION STYLE */
.pagination {
    margin: 15px 0 0;
}

.pagination ul>li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.pagination ul>li>a,
.pagination ul>li>span {
    margin: 0 5px 0 0;
    min-height: 30px;
    min-width: 40px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.rtl .pagination ul>li>a,
.rtl .pagination ul>li>span {
    margin: 0 0 0 5px;
}

.pagination .product-count {
    line-height: 50px;
}

#pagination_bottom {
    display: block;
    color: #434a54;
    text-align: center;
}

.bottom-pagination-content .showall {
    display: none;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.form>*>*>td {
    color: #000000;
}

table.form td {
    padding: 4px;
}

table.form tr td:first-child {
    width: 170px;
}

table.radio {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    display: table;
}

table.radio td {
    padding: 5px;
}

table.radio td label {
    display: block;
}

table.radio td input[type="radio"] {
    margin: 0;
}

table.radio tr td:first-child {
    width: 1px;
}

table.radio tr td:first-child input {
    margin-top: 1px;
}

table.radio tr.highlight:hover td {
    background: #eeeeee;
    cursor: pointer;
}

#colorbox {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.no-padding {
    padding: 0;
}

.required sup {
    color: #FF0000;
    font-weight: normal;
    font-size: 12px;
}

.success,
.warning,
.attention,
.information {
    padding: 10px 10px 10px 33px;
    margin: 21px 0;
    color: #555555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.success .close,
.warning .close,
.attention .close,
.information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.attention {
    background: #FFF5CC;
    border: 1px solid #F2DD8C;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.warning {
    background: #FFD1D1;
    border: 1px solid #F8ACAC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.success {
    background: #EAF7D9;
    border: 1px solid #BBDF8D;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    display: block;
}

.error {
    display: block;
    color: #FF0000;
    margin-top: 5px;
}

.welcome {
    color: #636E75;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}

#columns {
    position: relative;
}

.breadcrumbs {
    opacity: 1;
    filter: alpha(opacity=100);
    border-top: 1px solid #e1e1e1;
    padding: 35px 0 25px;
    background-color: #fff;
}

@media (max-width: 992px) {
    .breadcrumbs {
        padding: 25px 0;
    }
}

.breadcrumbs .page-headding-v3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #434a54;
    float: left;
}

.rtl .breadcrumbs .page-headding-v3 {
    float: right;
}

.breadcrumbs .page-headding-v3 a,
.breadcrumbs .page-headding-v3 span {
    display: none;
}

.breadcrumbs .breadcrumb {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    z-index: 1;
    color: #434a54;
    border: none;
    text-transform: capitalize;
}

.breadcrumbs .breadcrumb .navigation-pipe {
    display: none;
}

.breadcrumbs .breadcrumb a,
.breadcrumbs .breadcrumb span {
    text-decoration: none;
}

.breadcrumbs .breadcrumb a {
    display: inline-block;
    background: transparent;
    padding-right: 25px;
    position: relative;
    z-index: 2;
    color: #aab2bd;
}

.rtl .breadcrumbs .breadcrumb a {
    padding-left: 25px;
    padding-right: inherit;
}

.breadcrumbs .breadcrumb a:after {
    display: inline-block;
    content: ".";
    position: absolute;
    right: 10px;
    top: 8px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    text-indent: -5000px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rtl .breadcrumbs .breadcrumb a:after {
    left: 10px;
    right: auto;
}

.rtl .breadcrumbs .breadcrumb a:after {
    border-left: 1px solid #000;
    border-right: inherit;
}

.rtl .breadcrumbs .breadcrumb a:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumbs .breadcrumb a:before {
    display: none;
}

.breadcrumbs .breadcrumb a:hover {
    color: #a64444;
}

#product {
    background-color: #fff;
}

#product .breadcrumbs {
    background-color: #a64444;
    border-color: #a64444;
}

#product .breadcrumbs .page-headding-v3 {
    color: #fff;
}

#product .breadcrumbs .breadcrumb {
    color: #fff;
}

#product .breadcrumbs .breadcrumb a {
    color: #fff;
}

#product .breadcrumbs .breadcrumb a:hover {
    color: #434a54;
}

#product .breadcrumbs .breadcrumb a:after {
    border-color: #fff;
}

#product #image-block .product-label-wrap {
    display: block;
    top: 50%;
}

/*** PAGE HEADING **/
.page-heading {
    font: 600 24px/30px "Poppins", sans-serif;
    color: #000;
    padding: 0 0 5px 0;
    margin-bottom: 25px;
    margin-top: 0;
    letter-spacing: 0;
    position: relative;
    border-bottom: none;
    text-transform: capitalize;
}

.page-heading span.heading-counter {
    font: 300 12px/22px "Poppins", sans-serif;
    text-transform: none;
    display: inline-block;
}

.page-heading.breadcrumb-heading {
    height: 40px;
    overflow: hidden;
    max-width: 50%;
}

@media (max-width: 768px) {
    .page-heading.breadcrumb-heading {
        display: none;
    }
}

.page-heading:after {
    background-color: #a64444;
    bottom: -5px;
    content: " ";
    height: 2px;
    left: 0;
    position: absolute;
    right: inherit;
    width: 70px;
}

.rtl .page-heading:after {
    right: 0;
    left: auto;
}

.page-subheading {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    font-size: 18px;
    padding: 0 0 10px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px solid #e1e1e1;
}

.content_sortPagiBar {
    font-size: 12px;
    color: #a64444;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #FFF;
    border-bottom: none;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 3px 0 rgba(168, 172, 185, 0.1);
    box-shadow: 0 2px 3px 0 rgba(168, 172, 185, 0.1);
}

.content_sortPagiBar label {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    margin: 13px 15px 0 0;
    display: inline-block;
    float: left;
}

.rtl .content_sortPagiBar label {
    margin: 13px 0 0 15px;
}

.rtl .content_sortPagiBar label {
    float: right;
}

@media (max-width: 480px) {
    .content_sortPagiBar label {
        display: none;
    }
}

.content_sortPagiBar .sortPagiBar>* {
    margin-left: 15px;
}

.rtl .content_sortPagiBar .sortPagiBar>* {
    margin-right: 15px;
    margin-left: inherit;
}

.content_sortPagiBar .compare-form .bt_compare {
    padding: 6px 15px;
    border: none;
    background: transparent;
    float: right;
    height: 35px;
    color: #434a54;
    text-transform: capitalize;
    font-weight: 500;
    /*margin-top: 4px;*/
    font-size: 12px;
    border: 1px solid #e4e9ef;
}

.rtl .content_sortPagiBar .compare-form .bt_compare {
    float: left;
}

@media (max-width: 480px) {
    .content_sortPagiBar .compare-form .bt_compare {
        border: none;
    }
}

.content_sortPagiBar .compare-form .bt_compare:hover {
    border-color: #a64444;
    color: #a64444;
}

.content_sortPagiBar .showall {
    display: none;
}

.content_sortPagiBar #productsSortForm {
    float: right;
}

.rtl .content_sortPagiBar #productsSortForm {
    float: left;
}

.content_sortPagiBar .form-control {
    display: inline;
    width: auto;
    border: none;
    height: 35px;
    padding: 7px 27px;
    border: 1px solid #ddd;
    /*margin-top: 4px;*/
}

@media (max-width: 480px) {
    .content_sortPagiBar .form-control {
        border: none;
        padding: 7px 15px;
    }
}

.content_sortPagiBar .form-control {
    color: #434a54;
    text-transform: capitalize;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}

.content_sortPagiBar .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content_sortPagiBar .display {
    margin: 0;
    display: inline-block;
    float: left;
}

.rtl .content_sortPagiBar .display {
    float: right;
}

.content_sortPagiBar .display li {
    float: left;
    display: inline-block;
    text-transform: uppercase;
    color: #434a54;
    height: 35px;
    line-height: 40px;
    text-align: center;
}

.rtl .content_sortPagiBar .display li {
    float: right;
}

.content_sortPagiBar .display li.selected a {
    color: #a64444;
    font-weight: 500;
}

.content_sortPagiBar .display li#grid i {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e4e9ef;
}

.rtl .content_sortPagiBar .display li#grid i {
    padding-left: 15px;
    padding-right: inherit;
}

.rtl .content_sortPagiBar .display li#grid i {
    margin-left: 15px;
    margin-right: inherit;
}

.rtl .content_sortPagiBar .display li#grid i {
    border-left: 1px solid #e4e9ef;
    border-right: inherit;
}

.content_sortPagiBar .display span {
    margin-right: 5px;
}

.content_sortPagiBar .display a {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #aab2bd;
}

.content_sortPagiBar .display a>span {
    margin-left: 10px;
}

.rtl .content_sortPagiBar .display a>span {
    margin-right: 10px;
    margin-left: inherit;
}

.content_sortPagiBar .display a>em {
    display: none;
}

.content_sortPagiBar .display a.selected,
.content_sortPagiBar .display a:hover {
    color: #theme-color;
}

.content_sortPagiBar .display i {
    font-size: 14px;
}

.content_sortPagiBar.bottom-pagination-content {
    clear: both;
    padding: 15px;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    margin-bottom: 0;
    color: #434a54;
}

.footer_links {
    padding: 20px 0;
}

ul.step {
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

ul.step li {
    padding: 0 10px;
    float: none;
    display: inline-block;
}

@media (max-width: 700px) {
    ul.step li {
        display: block;
        text-align: left;
    }

    .rtl ul.step li {
        text-align: right;
    }
}

ul.step li a,
ul.step li span,
ul.step li.step_current span,
ul.step li.step_current_end span {
    display: block;
    padding: 10px;
    color: #555555;
    font-size: 17px;
    line-height: 30px;
    position: relative;
    font-weight: bold;
}

ul.step li a:focus,
ul.step li span:focus,
ul.step li.step_current span:focus,
ul.step li.step_current_end span:focus {
    text-decoration: none;
    outline: none;
}

ul.step li.second span,
ul.step li.second a {
    z-index: 4;
}

ul.step li.third span,
ul.step li.third a {
    z-index: 3;
}

ul.step li.four span,
ul.step li.four a {
    z-index: 2;
}

ul.step li.last span {
    z-index: 1;
}

ul.step li.step_done a,
ul.step li.step_done span,
ul.step li.step_current a,
ul.step li.step_current span {
    color: #a64444;
    border-bottom: 3px solid #a64444;
    text-shadow: none;
}

ul.step li.step_current_end {
    font-weight: bold;
}

ul.step li.step_todo span {
    display: block;
    color: #000;
    position: relative;
}

@media (min-width: 992px) {
    ul.step li#step_end:after {
        display: none;
    }
}

ul.step li em {
    font-style: normal;
}

.rating {
    clear: both;
    display: block;
    margin: 2em;
    cursor: pointer;
}

.rating:after {
    content: ".";
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
}

.cancel,
.star {
    overflow: hidden;
    float: left;
    margin: 0 1px 0 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.rtl .cancel,
.rtl .star {
    float: right;
}

.cancel,
.cancel a {
    background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important;
}

.cancel a,
.star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
}

div.star_on a {
    background-position: 0 -16px;
}

div.star_hover a,
div.star a:hover {
    background-position: 0 -32px;
}

.pack_content {
    margin: 10px 0 10px 0;
}

.confirmation {
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #e6db55;
    font-size: 13px;
    background: none repeat scroll 0 0 lightyellow;
}

.listcomment {
    list-style-type: none;
    margin: 0 0 20px 0 !important;
}

.listcomment li {
    padding: 10px 0;
    border-bottom: 1px dotted #e4e9ef;
    color: #666666;
}

.listcomment .titlecomment {
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #555555;
}

.listcomment .txtcomment {
    display: block;
    padding: 5px 0;
    color: #555555;
}

.cart_navigation {
    margin: 0 0 40px;
}

.cart_navigation .button-exclusive i {
    margin-right: 8px;
}

.rtl .cart_navigation .button-exclusive i {
    margin-left: 8px;
    margin-right: inherit;
}

@media (max-width: 480px) {
    .cart_navigation>span {
        display: block;
        width: 100%;
        padding-bottom: 15px;
    }
}

#HOOK_PAYMENT {
    margin-bottom: 15px;
}

.cart_last_product {
    display: none;
}

.cart_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
}

.cart_gift_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
}

.table tbody>tr>td {
    vertical-align: middle;
}

.table tbody>tr>td.cart_quantity {
    padding: 41px 14px 25px;
    width: 88px;
}

.table tbody>tr>td.cart_quantity .cart_quantity_button {
    margin-top: 3px;
}

.table tbody>tr>td.cart_quantity .cart_quantity_button a {
    float: left;
    margin-right: 5px;
    border: 1px solid #e1e1e1;
    width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 25px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.rtl .table tbody>tr>td.cart_quantity .cart_quantity_button a {
    float: right;
}

.rtl .table tbody>tr>td.cart_quantity .cart_quantity_button a {
    margin-left: 5px;
    margin-right: inherit;
}

.table tbody>tr>td.cart_quantity .cart_quantity_button a+a {
    margin-right: 0;
}

.rtl .table tbody>tr>td.cart_quantity .cart_quantity_button a+a {
    margin-left: 0;
    margin-right: inherit;
}

.table tbody>tr>td.cart_delete,
.table tbody>tr>td.price_discount_del {
    padding: 5px;
}

.table tfoot>tr>td {
    vertical-align: middle;
}

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
    font-size: 23px;
    color: #555555;
}

.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
    color: silver;
}

#cart_summary tbody td.cart_product {
    padding: 19px;
    width: 137px;
}

#cart_summary tbody td.cart_product img {
    border: 1px solid #ddd;
}

#cart_summary tbody td.cart_unit .price span {
    display: block;
}

#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
    margin: 5px auto;
    display: inline-block;
}

#cart_summary tbody td.cart_unit .price span.old-price {
    text-decoration: line-through;
}

#cart_summary tbody td.cart_description {
    width: 360px;
}

#cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0;
}

#cart_summary tbody td.cart_total {
    width: 300px;
}

#cart_summary tbody td.cart_avail {
    text-align: center;
}

#cart_summary tbody td.cart_total {
    text-align: right;
}

.rtl #cart_summary tbody td.cart_total {
    text-align: left;
}

#cart_summary tfoot td.text-right {
    font-weight: bold;
    color: #555555;
}

#cart_summary tfoot td.price {
    text-align: right;
}

.rtl #cart_summary tfoot td.price {
    text-align: left;
}

#cart_summary tfoot td.total_price_container span {
    font: 600 18px/22px "Poppins", sans-serif;
    color: #555555;
    text-transform: uppercase;
}

#cart_summary tfoot td#total_price_container {
    font: 600 21px/25px "Abhaya Libre", sans-serif;
    color: #a64444;
}

.cart_voucher {
    vertical-align: top !important;
}

.cart_voucher h4 {
    font: 600 14px/22px "Poppins", sans-serif;
    color: #000;
    text-transform: uppercase;
}

.cart_voucher .title-offers {
    color: #555555;
    font-weight: bold;
    margin-bottom: 6px;
}

.cart_voucher fieldset {
    margin-bottom: 10px;
}

.cart_voucher fieldset #discount_name {
    float: left;
    width: 219px;
    margin-right: 11px;
}

.rtl .cart_voucher fieldset #discount_name {
    float: right;
}

.rtl .cart_voucher fieldset #discount_name {
    margin-left: 11px;
    margin-right: inherit;
}

.cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #152a38;
}

.cart_voucher #display_cart_vouchers span:hover {
    color: #f07273;
}

.enable-multishipping {
    margin: -13px 0 17px;
}

.enable-multishipping label {
    font-weight: normal;
}

#carrier_area {
    background-color: #fff;
    padding: 20px;
}

#order_carrier {
    clear: both;
    margin-top: 20px;
    border: 1px solid #999999;
    background: #FFFFFF;
}

#order_carrier .title_block {
    padding: 0 15px;
    height: 29px;
    font-weight: bold;
    line-height: 29px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

#order_carrier span {
    display: block;
    padding: 15px;
    font-weight: bold;
}

.multishipping_close_container {
    text-align: center;
}

table#cart_summary .gift-icon {
    color: white;
    background: #0088cc;
    line-height: 20px;
    padding: 2px 5px;
    border-radius: 5px;
}

#multishipping_mode_box {
    padding-top: 12px;
    padding-bottom: 19px;
}

#multishipping_mode_box .title {
    font-weight: bold;
    color: #555555;
    margin-bottom: 15px;
}

#multishipping_mode_box .description_off {
    display: none;
}

#multishipping_mode_box .description_off div {
    margin-bottom: 10px;
}

#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc;
}

#multishipping_mode_box.on .description_off {
    display: block;
}

.multishipping-cart .cart_address_delivery.form-control {
    width: 198px;
}

#order .address_add.submit {
    margin-bottom: 20px;
}

#ordermsg {
    margin-bottom: 30px;
}

#id_address_invoice.form-control,
#id_address_delivery.form-control {
    width: 269px;
}

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
    clear: both;
    float: left;
}

.rtl .addresses .select label,
.rtl .addresses .selector,
.rtl .addresses .addresses .address_select {
    float: right;
}

.addresses .waitimage {
    display: none;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../../../img/loader.gif);
    background-repeat: no-repeat;
    position: relative;
    bottom: -2px;
    left: 10px;
}

.rtl .addresses .waitimage {
    float: right;
}

.rtl .addresses .waitimage {
    right: 10px;
    left: auto;
}

.addresses .checkbox.addressesAreEquals {
    clear: both;
    float: left;
    margin: 15px 0;
}

.rtl .addresses .checkbox.addressesAreEquals {
    float: right;
}

#order .delivery_option>div,
#order-opc .delivery_option>div {
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
}

#order .delivery_option>div>table,
#order-opc .delivery_option>div>table {
    background: #FFFFFF;
    margin-bottom: 0;
}

#order .delivery_option>div>table.resume,
#order-opc .delivery_option>div>table.resume {
    height: 53px;
}

#order .delivery_option>div>table.resume.delivery_option_carrier,
#order-opc .delivery_option>div>table.resume.delivery_option_carrier {
    margin-top: 10px;
    width: 100%;
    background: #d9edf7;
    color: #31708f;
    border: 1px solid #bce8f1;
    font-weight: bold;
}

#order .delivery_option>div>table.resume.delivery_option_carrier td,
#order-opc .delivery_option>div>table.resume.delivery_option_carrier td {
    padding: 8px 11px 7px 11px;
}

#order .delivery_option>div>table.resume.delivery_option_carrier td i,
#order-opc .delivery_option>div>table.resume.delivery_option_carrier td i {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: -2px;
}

.rtl #order .delivery_option>div>table.resume.delivery_option_carrier td i,
.rtl #order-opc .delivery_option>div>table.resume.delivery_option_carrier td i {
    margin-left: 7px;
    margin-right: inherit;
}

#order .delivery_option>div>table.resume td.delivery_option_radio,
#order-opc .delivery_option>div>table.resume td.delivery_option_radio {
    width: 54px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.rtl #order .delivery_option>div>table.resume td.delivery_option_radio,
.rtl #order-opc .delivery_option>div>table.resume td.delivery_option_radio {
    padding-right: 0;
    padding-left: inherit;
}

.rtl #order .delivery_option>div>table.resume td.delivery_option_radio,
.rtl #order-opc .delivery_option>div>table.resume td.delivery_option_radio {
    padding-left: 0;
    padding-right: inherit;
}

#order .delivery_option>div>table.resume td.delivery_option_logo,
#order-opc .delivery_option>div>table.resume td.delivery_option_logo {
    width: 97px;
    padding-left: 21px;
}

.rtl #order .delivery_option>div>table.resume td.delivery_option_logo,
.rtl #order-opc .delivery_option>div>table.resume td.delivery_option_logo {
    padding-right: 21px;
    padding-left: inherit;
}

#order .delivery_option>div>table.resume td.delivery_option_price,
#order-opc .delivery_option>div>table.resume td.delivery_option_price {
    width: 162px;
}

.order_carrier_content {
    line-height: normal;
    padding-bottom: 16px;
}

.order_carrier_content .carrier_title {
    font-weight: bold;
    padding-bottom: 10px;
    color: #555555;
}

.order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px;
}

.order_carrier_content+div {
    padding-bottom: 15px;
}

#carrierTable {
    border: 1px solid #999999;
    border-bottom: none;
    background: #FFFFFF;
}

#carrierTable tbody {
    border-bottom: 1px solid #999999;
}

#carrierTable th {
    padding: 0 15px;
    height: 29px;
    font-weight: bold;
    line-height: 29px;
    color: #000000;
    text-transform: uppercase;
    background: url(../img/bg_table_th.png);
    background-repeat: repeat-x;
    background-color: #999999;
    background-position: -1% 0;
}

.rtl #carrierTable th {
    background-position: 101% 0;
}

#carrierTable td {
    padding: 15px;
    font-weight: bold;
    border-right: 1px solid #e9e9e9;
}

.rtl #carrierTable td {
    border-left: 1px solid #e9e9e9;
    border-right: inherit;
}

#carrierTable td.carrier_price {
    border: none;
}

p.checkbox.gift {
    margin-bottom: 10px;
}

#gift_div {
    display: none;
    margin-top: 5px;
    margin-bottom: 10px;
}

a.iframe {
    color: #555555;
    text-decoration: underline;
}

a.iframe:hover {
    text-decoration: none;
}

p.payment_module {
    margin-bottom: 10px;
}

p.payment_module a {
    display: block;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #555555;
    font-weight: normal;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative;
}

.rtl p.payment_module a {
    padding: 33px 99px 34px 40px;
}

p.payment_module a.bankwire {
    background: url(../img/bankwire.png);
    background-repeat: no-repeat;
    background-color: #fbfbfb;
    background-position: 15px 12px;
}

p.payment_module a.cheque {
    background-image: url(../img/cheque.png);
    background-repeat: no-repeat;
    background-color: #fbfbfb;
    background-position: 15px 15px;
}

p.payment_module a.cash {
    background: url(../img/cash.png);
    background-repeat: no-repeat;
    background-color: #fbfbfb;
    background-position: 15px 15px;
}

p.payment_module a.cheque:after,
p.payment_module a.bankwire:after,
p.payment_module a.cash:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #152a38;
}

.rtl p.payment_module a.cheque:after,
.rtl p.payment_module a.bankwire:after,
.rtl p.payment_module a.cash:after {
    left: 15px;
    right: auto;
}

p.payment_module a:hover {
    border: 1px solid #aab2bd;
}

p.payment_module a span {
    font-weight: bold;
    color: #555555;
}

.payment_module.box {
    margin-top: 20px;
}

p.cheque-indent {
    margin-bottom: 9px;
}

.cheque-box .form-group {
    margin-bottom: 0px;
}

.cheque-box .form-group .form-control {
    width: 269px;
}

.order-confirmation.box {
    line-height: 29px;
}

.order-confirmation.box a {
    text-decoration: underline;
}

.order-confirmation.box a:hover {
    text-decoration: none;
}

#order-detail-content {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

@media (max-width: 700px) {

    #order-detail-content #cart_summary table,
    #order-detail-content #cart_summary thead,
    #order-detail-content #cart_summary tbody,
    #order-detail-content #cart_summary th,
    #order-detail-content #cart_summary td,
    #order-detail-content #cart_summary tr {
        display: block;
    }

    #order-detail-content #cart_summary thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #order-detail-content #cart_summary tr {
        border-bottom: 1px solid #cccccc;
        overflow: hidden;
    }

    #order-detail-content #cart_summary td {
        border: none;
        position: relative;
        width: 50%;
        float: left;
        white-space: normal;
    }

    #order-detail-content #cart_summary td.cart_avail {
        clear: both;
    }

    #order-detail-content #cart_summary td.cart_quantity {
        clear: both;
        padding: 9px 8px 11px 18px;
    }

    #order-detail-content #cart_summary td.cart_delete {
        width: 100%;
        clear: both;
        text-align: right;
    }

    #order-detail-content #cart_summary td.cart_delete:before {
        display: inline-block;
        padding-right: 0.5em;
        position: relative;
        top: -3px;
    }

    #order-detail-content #cart_summary td div {
        display: inline;
    }

    #order-detail-content #cart_summary td:before {
        content: attr(data-title);
        display: block;
    }

    #order-detail-content #cart_summary tfoot td {
        float: none;
        width: 100%;
    }

    #order-detail-content #cart_summary tfoot td:before {
        display: inline;
    }

    #order-detail-content #cart_summary tfoot tr .text-right,
    #order-detail-content #cart_summary tfoot tr .price {
        display: block;
        float: left;
        width: 50%;
    }

    #cart_summary tbody td.cart_unit,
    #cart_summary tbody td.cart_total,
    #cart_summary tbody td.cart_description {
        text-align: right;
    }
}

.delivery_option_carrier td {
    width: 200px;
}

.delivery_option_carrier td+td {
    width: 280px;
}

.delivery_option_carrier td+td+td {
    width: 200px;
}

.delivery_option_carrier tr td {
    padding: 5px;
}

.delivery_option_carrier.selected {
    display: table;
}

.delivery_option_carrier.not-displayable {
    display: none;
}

#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
    color: #f13340;
    margin: 9px 0 16px 0;
}

#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
    color: red;
}

#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
    margin-bottom: 4px;
    padding-top: 4px;
}

#address .gender-line>label,
#identity .gender-line>label,
#account-creation_form .gender-line>label,
#new_account_form .gender-line>label,
#opc_account_form .gender-line>label,
#authentication .gender-line>label {
    margin-right: 10px;
    margin-bottom: 0;
}

.rtl #address .gender-line>label,
.rtl #identity .gender-line>label,
.rtl #account-creation_form .gender-line>label,
.rtl #new_account_form .gender-line>label,
.rtl #opc_account_form .gender-line>label,
.rtl #authentication .gender-line>label {
    margin-left: 10px;
    margin-right: inherit;
}

#address .gender-line .radio-inline label,
#identity .gender-line .radio-inline label,
#account-creation_form .gender-line .radio-inline label,
#new_account_form .gender-line .radio-inline label,
#opc_account_form .gender-line .radio-inline label,
#authentication .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777;
}

#new_account_form .box {
    line-height: 20px;
}

#new_account_form .box .date-select {
    padding-bottom: 10px;
}

#new_account_form .box .top-indent {
    padding-top: 10px;
}

#new_account_form .box .customerprivacy {
    padding-top: 15px;
}

#password {
    padding-top: 0;
    border: none;
}

#password .box p {
    margin-bottom: 9px;
}

#instant_search_results a.close {
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
    filter: alpha(opacity=100);
    line-height: inherit;
    text-transform: none;
    font-family: "Poppins", sans-serif;
}

#instant_search_results a.close:hover {
    color: #f07273;
}

#manufacturers_list,
#suppliers_list {
    background: #fff;
}

#manufacturers_list .mansup-container,
#suppliers_list .mansup-container {
    margin: 15px 0;
}

#manufacturers_list .mansup-container:hover .product-name {
    color: #a64444;
}

#manufacturers_list .mansup-container:hover .btn-default {
    background-color: #a64444;
    border-color: #a64444;
}

#manufacturers_list .left-side,
#suppliers_list .left-side {
    border: 1px solid #e4e9ef;
}

#manufacturers_list .mansup-container .right-side-content {
    text-align: center;
}

table.discount i {
    font-size: 20px;
    line-height: 20px;
    vertical-align: -2px;
}

table.discount i.icon-ok {
    color: #46a74e;
}

table.discount i.icon-remove {
    color: #f13340;
}

#guestTracking .form-control {
    max-width: 271px;
}

@media (min-width: 1200px) {
    #guestTracking .form-group {
        overflow: hidden;
    }

    #guestTracking .form-group i {
        padding-left: 10px;
    }

    .rtl #guestTracking .form-group i {
        padding-right: 10px;
        padding-left: inherit;
    }

    #guestTracking .form-control {
        float: left;
    }

    .rtl #guestTracking .form-control {
        float: right;
    }

    #guestTracking label {
        float: left;
        clear: both;
        width: 100%;
    }

    .rtl #guestTracking label {
        float: right;
    }
}

#pagenotfound #header {
    border-bottom: 1px solid #e4e9ef;
}

#pagenotfound .pagenotfound {
    padding: 30px 0;
}

#pagenotfound .pagenotfound .text-lager {
    font-size: 140px;
    font-weight: 800;
    line-height: 140px;
    color: red;
}

@media (min-width: 768px) {
    #pagenotfound .pagenotfound .text-lager {
        margin-top: 40px;
        padding-right: 40px;
        text-align: right;
    }

    .rtl #pagenotfound .pagenotfound .text-lager {
        padding-left: 40px;
        padding-right: inherit;
    }

    .rtl #pagenotfound .pagenotfound .text-lager {
        text-align: left;
    }
}

#pagenotfound .pagenotfound form {
    padding-top: 20px;
}

#pagenotfound .pagenotfound h1 {
    font: 800 200px/200px "Poppins", sans-serif;
    color: #a64444;
    text-transform: uppercase;
    margin: 20px 0;
}

#pagenotfound .pagenotfound h2 {
    font: 700 40px/40px "Poppins", sans-serif;
    color: #a64444;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center;
}

#pagenotfound .pagenotfound h2 span {
    display: inline-block;
    border-bottom: 1px solid #e4e9ef;
    padding-bottom: 30px;
}

#pagenotfound .pagenotfound p {
    color: #696969;
    font-size: 14px;
    width: 65%;
    display: inline-block;
    margin: 10px 0 25px 0;
}

#pagenotfound .pagenotfound h3 {
    font-weight: bold;
    color: #555555;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px;
}

#pagenotfound .pagenotfound label {
    font-weight: normal;
}

@media (max-width: 767px) {
    #pagenotfound .pagenotfound label {
        display: block;
    }
}

#pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    height: 38px;
    margin-right: 5px;
}

.rtl #pagenotfound .pagenotfound .form-control {
    margin-left: 5px;
    margin-right: inherit;
}

@media (max-width: 767px) {
    #pagenotfound .pagenotfound .form-control {
        margin: 0 auto 15px auto;
        display: block;
    }
}

#pagenotfound .pagenotfound .buttons .btn-home {
    background: #a64444;
    padding: 11px 30px;
    margin-right: 15px;
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.rtl #pagenotfound .pagenotfound .buttons .btn-home {
    margin-left: 15px;
    margin-right: inherit;
}

#pagenotfound .pagenotfound .buttons .btn-home:hover {
    background: #a64444;
}

#pagenotfound .pagenotfound .buttons .button-medium i.left {
    font-size: 17px;
}

#account-creation_form fieldset.reversoform {
    padding: 10px !important;
}

#account-creation_form fieldset.reversoform .text label {
    display: block;
    padding: 0 0 10px 0;
    width: 100%;
    text-align: left;
}

.rtl #account-creation_form fieldset.reversoform .text label {
    text-align: right;
}

#account-creation_form fieldset.reversoform .infos-sup {
    padding: 0 !important;
    font-size: 10px;
    font-style: italic;
    text-align: right;
}

.rtl #account-creation_form fieldset.reversoform .infos-sup {
    text-align: left;
}

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
    cursor: pointer;
}

form#sendComment fieldset {
    padding: 10px;
    border: 1px solid #cccccc;
    background: #eeeeee;
}

form#sendComment h3 {
    font-size: 14px;
}

#new_comment_form p.text {
    margin-bottom: 0;
    padding-bottom: 0;
}

#sendComment p.text label,
#sendComment p.textarea label {
    display: block;
    margin: 12px 0 4px;
    font-weight: bold;
    font-size: 12px;
}

#sendComment p.text input {
    padding: 0 5px;
    height: 28px;
    width: 498px;
    border: 1px solid #cccccc;
    background: url(../img/bg_input.png);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    background-position: left 0;
}

.rtl #sendComment p.text input {
    background-position: right 0;
}

#sendComment p.textarea textarea {
    height: 80px;
    width: 508px;
    border: 1px solid #cccccc;
}

#sendComment p.submit {
    padding: 0;
    text-align: right;
}

.rtl #sendComment p.submit {
    text-align: left;
}

#sendComment p.closeform {
    float: right;
    padding: 0;
    height: 12px;
    width: 12px;
    text-indent: -5000px;
    background-image: url(../img/icon/delete.gif);
    background-repeat: no-repeat;
    background-position: left 0;
}

.rtl #sendComment p.closeform {
    float: left;
}

.rtl #sendComment p.closeform {
    background-position: right 0;
}

.star {
    position: relative;
    top: -1px;
    float: left;
    width: 12px;
    overflow: hidden;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
}

.rtl .star {
    float: right;
}

.star {
    display: block;
}

.star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
}

div.star:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #cecece;
}

div.star.star_on {
    display: block;
}

div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #f7c045;
}

div.star.star_hover:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #fdc91a;
}

@media (max-width: 1199px) {
    .zoomdiv {
        display: none !important;
    }
}

#product.content_only div.pb-left-column p.resetimg {
    margin-bottom: 0px;
    padding-top: 0px;
}

#product.content_only div.pb-left-column #thumbs_list_frame {
    margin-bottom: 0px;
}

#product_comparison td.compare_extra_information {
    padding: 10px;
}

#product_comparison #social-share-compare {
    margin-bottom: 50px;
}

#product_comparison .prices-container.content_price {
    position: relative;
    margin: 15px 0;
    top: auto;
}

.box {
    line-height: 23px;
    margin: 0 0 30px;
}

.box li {
    padding: 5px 0;
}

.nopadding .row {
    margin-left: 0;
    margin-right: 0;
}

.nopadding [class*="col-"],
.nopadding [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.pts-tab-product {
    background-color: #fff;
    margin-bottom: 20px;
}

.pts-tab-product .nav-tabs {
    border-top: 1px solid #e4e9ef;
    text-align: center;
}

.pts-tab-product .nav-tabs a {
    font-size: 14px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.pts-tab-product .tab_product_content {
    padding: 15px 30px;
}

@media (min-width: 1200px) {
    .col-lg-cus-5 {
        width: 20%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .rtl .col-lg-cus-5 {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .col-md-cus-5 {
        width: 20%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .rtl .col-md-cus-5 {
        float: right;
    }
}

@media (max-width: 480px) {
    .col-xs-cus-12 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#to_top {
    display: block;
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 50px;
    font-size: 15px;
    width: 40px;
    height: 40px;
    background-color: #a64444;
    color: #fff !important;
    text-align: center;
    padding: 5px;
}

.rtl #to_top {
    left: 0;
    right: auto;
}

#to_top:hover {
    background-color: #434a54;
}

#to_top span {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 30px;
    border: 1px solid;
}

.themecollection .btn-switchskin {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 138px;
    height: 200px;
}

.themecollection>div.theme-default {
    background-image: url("../img/skins/home_1.jpg");
}

.themecollection>div.theme-home2 {
    background-image: url("../img/skins/home_2.jpg");
}

.themecollection>div.theme-home3 {
    background-image: url("../img/skins/home_3.jpg");
}

.themecollection>div.theme-home4 {
    background-image: url("../img/skins/home_4.jpg");
}

#authentication,
#order {
    background-color: #fff;
}

#pagenotfound #columns .pagenotfound .content-404 {
    text-align: center;
}

.pts-inner .widget-pssliderlayer .active-revslide div {
    font-weight: 900;
}

#pts-mainnav {
    border-bottom: solid 7px #a64444;
    outline: solid 7px #77a2a0;
}

#footer .reseaux ul.nav-links li {
    width: auto;
    margin-right: 20px;
}

#footer .reseaux ul.nav-links li a {
    font-size: 60px;
}

#index .owl-carousel {
    display: block;
}

.mansup-container .product-name {
    min-height: 50px;
    display: block;
    text-align: center;
}

.mansup-container .product-counter {
    display: none;
}

.pts-megamenu .megamenu>li.color-red>a .menu-title {
    color: #a64444;
}

.pts-megamenu .megamenu>li.color-blue>a .menu-title {
    color: #77a2a0;
}

.timeline .timeline-item-subtitle {
    color: #222222;
    font-weight: 500;
    margin: 0;
    font-family: "Crimson Pro";
}

.timeline .timeline-item-title {
    text-transform: uppercase;
    color: #77a2a0 !important;
    font-family: "Poppins", sans-serif;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
}

.timeline .timeline-item-description {
    color: #434a54 !important;
}

.timeline .events {
    border-left: 3px solid #a64444;
    left: 10px;
}

.timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    margin-right: 0;
}

@media (max-width: 1050px) {
    .timeline .events .event-list {
        text-align: left;
        margin-left: 15px;
    }

    .timeline .events .event-list .timeline-item-title:before {
        position: absolute;
        content: "";
        display: inline-block;
        width: 15px;
        left: -24px;
        background-color: #fff;
        height: 15px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 7.5px;
        border: 3px solid #434a54;
        border-radius: 50px;
    }

    .timeline .events .event-list .event-date {
        display: none;
    }
}

@media (min-width: 1051px) {
    .timeline .events .event-list .event-date {
        position: absolute;
        bottom: -12px;
        left: 0;
        right: 0;
        width: 20px;
        height: 20px;
        border-radius: 50px;
        background-color: #fff;
        border: 3px solid #a64444;
        margin: 0 auto;
        padding: 2px 4px;
    }

    .timeline .events .event-list {
        display: inline-block;
        width: 24%;
        padding-top: 45px;
    }

    .timeline .events {
        border-bottom: 3px solid #a64444;
        border-left: none;
        bottom: 10px;
    }
}

/*Fix typo issues*/

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

#category_description_short h3 {
    display: inline-block;
    font-size: 13px;
    padding: 0;
    padding-right: .5em;
}

/*Fix header issues*/

.header1 #header-main #header_logo,
.header1 #header-main .header-right,
.header1 #header-main .header-left {
    padding: 0;
}

.mobile-nav {
    display: none !important;
}

.ets_mm_megamenu ul {
    height: auto !important;
    line-height: 1em;
}

.mm_menu_content_title {
    padding: 0px 20px 10px 20px !important;
}

#header-main .row-inner>.row {
    display: flex;
    align-items: center;
}

.block-cart .block-search {
    display: none;
}

.shopping_cart .mini-cart-count {
    top: -1em !important;
    left: initial !important;
    right: -1em !important;
    border-radius: 10px !important;
    background-color: #FFF;
    font-size: 12px !important;
    line-height: 1 !important;
    width: initial !important;
    height: initial !important;
}

.headerFixed #header-main {
    /*overflow: hidden;*/
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
}

#header_logo img {
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
    height: 125px;
    opacity: 1;
}

#header.headerFixed {
    transition: 0.3s all ease-out 0s;
    box-shadow: none;
}

#header.headerFixed.mini-navbar {
    box-shadow: 0px -5px 40px #434a54;
}

.headerFixed.mini-navbar #header-main #header_logo img {
    height: 80px;
}

.mobile-logo {
    display: none;
    -webkit-transition: 0.3s all ease-out 0s;
    -o-transition: 0.3s all ease-out 0s;
    transition: 0.3s all ease-out 0s;
}

.breadcrumbs {
    padding: 4px 0;
    margin-top: 5px;
}

@media (max-width: 992px) {
    #header.headerFixed {
        position: fixed;
        min-width:  100%;
        z-index: 99;
        top: 0;
    }

    .headerFixed #header-main {
        height: 132px;
    }

    .headerFixed.mini-navbar #header-main {
        height: 0;
    }

    #header-main #header_logo {
        width: auto;
    }

    #header-main #header_logo img {
        max-height: 100%;
    }

    .headerFixed.mini-navbar #header-main #header_logo img {
        height: 40px;
        opacity: 0;
    }

    .modal {
        max-width: 100vw;
    }

    #header-main .row-inner>.row {
        flex-direction: column;
    }

    #header .header-left,
    #header .header-right {
        display: none;
    }

    #header-main #header_logo,
    .header1 #header-main #header_logo {
        padding: 0;
    }

    .mobile-logo {
        display: flex;
        opacity: 0;
    }

    .headerFixed.mini-navbar .mobile-logo {
        opacity:  1;
    }

    .mobile-logo .logo {
        max-height: 40px;
        transition: 0.3s all ease-out 0s;
    }

    .ets_mm_megamenu.hook-custom {
        margin-top: 0 !important;
    }

    .ets_mm_megamenu_content_content,
    .ybc-menu-toggle,
    .mobile-nav {
        display: flex !important;
        place-content: space-between;
        align-items: center;
        min-width:  130px;
    }

    .ybc-menu-toggle {
        place-content: start;
    }

    .mobile-nav {
        place-content: end;
        gap: 2rem;
    }

    .ybc-menu-toggle {
        width: auto !important;
        /*flex-grow: 1;*/
    }

    .mobile-nav,
    .shopping_cart .cart-icon {
        align-items: center;
        font-size: 26px !important;
    }

    .shopping_cart .mini-cart-count {
        font-size: 9px !important;
    }

    .mobile-nav .mini-cart.cart-inner a {
        /*display: flex;*/
        /*flex-direction: row-reverse;*/
    }

    .mobile-nav .btn-group .toogle_content {
        right: 0;
        left: auto;
    }

    .group-userinfo span.sub-title,
    .block-search span.text-label.title {
        display: none;
    }

    .block-search .search-focus {
        padding: 0 !important;
    }

    #categories_blog_menu {
        display: none;
    }
}

@media (max-width: 768px) {

}
