

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    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],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .66667px
}

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: 30px;
    line-height: 30px
}

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
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .66667px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 54px;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 2.66667px
}

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: 54px;
    line-height: 54px
}

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
}

.form-group-lg .form-control {
    height: 54px;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 2.66667px
}

.form-group-lg select.form-control {
    height: 54px;
    line-height: 54px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 54px;
    min-height: 38px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.33333
}

.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: #494949
}

.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: #52370c
}

@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 .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .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;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.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: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "€"
}

.glyphicon-minus:before {
    content: "−"
}

.glyphicon-cloud:before {
    content: "☁"
}

.glyphicon-envelope:before {
    content: "✉"
}

.glyphicon-pencil:before {
    content: "✏"
}

.glyphicon-glass:before {
    content: ""
}

.glyphicon-music:before {
    content: ""
}

.glyphicon-search:before {
    content: ""
}

.glyphicon-heart:before {
    content: ""
}

.glyphicon-star:before {
    content: ""
}

.glyphicon-star-empty:before {
    content: ""
}

.glyphicon-user:before {
    content: ""
}

.glyphicon-film:before {
    content: ""
}

.glyphicon-th-large:before {
    content: ""
}

.glyphicon-th:before {
    content: ""
}

.glyphicon-th-list:before {
    content: ""
}

.glyphicon-ok:before {
    content: ""
}

.glyphicon-remove:before {
    content: ""
}

.glyphicon-zoom-in:before {
    content: ""
}

.glyphicon-zoom-out:before {
    content: ""
}

.glyphicon-off:before {
    content: ""
}

.glyphicon-signal:before {
    content: ""
}

.glyphicon-cog:before {
    content: ""
}

.glyphicon-trash:before {
    content: ""
}

.glyphicon-home:before {
    content: ""
}

.glyphicon-file:before {
    content: ""
}

.glyphicon-time:before {
    content: ""
}

.glyphicon-road:before {
    content: ""
}

.glyphicon-download-alt:before {
    content: ""
}

.glyphicon-download:before {
    content: ""
}

.glyphicon-upload:before {
    content: ""
}

.glyphicon-inbox:before {
    content: ""
}

.glyphicon-play-circle:before {
    content: ""
}

.glyphicon-repeat:before {
    content: ""
}

.glyphicon-refresh:before {
    content: ""
}

.glyphicon-list-alt:before {
    content: ""
}

.glyphicon-lock:before {
    content: ""
}

.glyphicon-flag:before {
    content: ""
}

.glyphicon-headphones:before {
    content: ""
}

.glyphicon-volume-off:before {
    content: ""
}

.glyphicon-volume-down:before {
    content: ""
}

.glyphicon-volume-up:before {
    content: ""
}

.glyphicon-qrcode:before {
    content: ""
}

.glyphicon-barcode:before {
    content: ""
}

.glyphicon-tag:before {
    content: ""
}

.glyphicon-tags:before {
    content: ""
}

.glyphicon-book:before {
    content: ""
}

.glyphicon-bookmark:before {
    content: ""
}

.glyphicon-print:before {
    content: ""
}

.glyphicon-camera:before {
    content: ""
}

.glyphicon-font:before {
    content: ""
}

.glyphicon-bold:before {
    content: ""
}

.glyphicon-italic:before {
    content: ""
}

.glyphicon-text-height:before {
    content: ""
}

.glyphicon-text-width:before {
    content: ""
}

.glyphicon-align-left:before {
    content: ""
}

.glyphicon-align-center:before {
    content: ""
}

.glyphicon-align-right:before {
    content: ""
}

.glyphicon-align-justify:before {
    content: ""
}

.glyphicon-list:before {
    content: ""
}

.glyphicon-indent-left:before {
    content: ""
}

.glyphicon-indent-right:before {
    content: ""
}

.glyphicon-facetime-video:before {
    content: ""
}

.glyphicon-picture:before {
    content: ""
}

.glyphicon-map-marker:before {
    content: ""
}

.glyphicon-adjust:before {
    content: ""
}

.glyphicon-tint:before {
    content: ""
}

.glyphicon-edit:before {
    content: ""
}

.glyphicon-share:before {
    content: ""
}

.glyphicon-check:before {
    content: ""
}

.glyphicon-move:before {
    content: ""
}

.glyphicon-step-backward:before {
    content: ""
}

.glyphicon-fast-backward:before {
    content: ""
}

.glyphicon-backward:before {
    content: ""
}

.glyphicon-play:before {
    content: ""
}

.glyphicon-pause:before {
    content: ""
}

.glyphicon-stop:before {
    content: ""
}

.glyphicon-forward:before {
    content: ""
}

.glyphicon-fast-forward:before {
    content: ""
}

.glyphicon-step-forward:before {
    content: ""
}

.glyphicon-eject:before {
    content: ""
}

.glyphicon-chevron-left:before {
    content: ""
}

.glyphicon-chevron-right:before {
    content: ""
}

.glyphicon-plus-sign:before {
    content: ""
}

.glyphicon-minus-sign:before {
    content: ""
}

.glyphicon-remove-sign:before {
    content: ""
}

.glyphicon-ok-sign:before {
    content: ""
}

.glyphicon-question-sign:before {
    content: ""
}

.glyphicon-info-sign:before {
    content: ""
}

.glyphicon-screenshot:before {
    content: ""
}

.glyphicon-remove-circle:before {
    content: ""
}

.glyphicon-ok-circle:before {
    content: ""
}

.glyphicon-ban-circle:before {
    content: ""
}

.glyphicon-arrow-left:before {
    content: ""
}

.glyphicon-arrow-right:before {
    content: ""
}

.glyphicon-arrow-up:before {
    content: ""
}

.glyphicon-arrow-down:before {
    content: ""
}

.glyphicon-share-alt:before {
    content: ""
}

.glyphicon-resize-full:before {
    content: ""
}

.glyphicon-resize-small:before {
    content: ""
}

.glyphicon-exclamation-sign:before {
    content: ""
}

.glyphicon-gift:before {
    content: ""
}

.glyphicon-leaf:before {
    content: ""
}

.glyphicon-fire:before {
    content: ""
}

.glyphicon-eye-open:before {
    content: ""
}

.glyphicon-eye-close:before {
    content: ""
}

.glyphicon-warning-sign:before {
    content: ""
}

.glyphicon-plane:before {
    content: ""
}

.glyphicon-calendar:before {
    content: ""
}

.glyphicon-random:before {
    content: ""
}

.glyphicon-comment:before {
    content: ""
}

.glyphicon-magnet:before {
    content: ""
}

.glyphicon-chevron-up:before {
    content: ""
}

.glyphicon-chevron-down:before {
    content: ""
}

.glyphicon-retweet:before {
    content: ""
}

.glyphicon-shopping-cart:before {
    content: ""
}

.glyphicon-folder-close:before {
    content: ""
}

.glyphicon-folder-open:before {
    content: ""
}

.glyphicon-resize-vertical:before {
    content: ""
}

.glyphicon-resize-horizontal:before {
    content: ""
}

.glyphicon-hdd:before {
    content: ""
}

.glyphicon-bullhorn:before {
    content: ""
}

.glyphicon-bell:before {
    content: ""
}

.glyphicon-certificate:before {
    content: ""
}

.glyphicon-thumbs-up:before {
    content: ""
}

.glyphicon-thumbs-down:before {
    content: ""
}

.glyphicon-hand-right:before {
    content: ""
}

.glyphicon-hand-left:before {
    content: ""
}

.glyphicon-hand-up:before {
    content: ""
}

.glyphicon-hand-down:before {
    content: ""
}

.glyphicon-circle-arrow-right:before {
    content: ""
}

.glyphicon-circle-arrow-left:before {
    content: ""
}

.glyphicon-circle-arrow-up:before {
    content: ""
}

.glyphicon-circle-arrow-down:before {
    content: ""
}

.glyphicon-globe:before {
    content: ""
}

.glyphicon-wrench:before {
    content: ""
}

.glyphicon-tasks:before {
    content: ""
}

.glyphicon-filter:before {
    content: ""
}

.glyphicon-briefcase:before {
    content: ""
}

.glyphicon-fullscreen:before {
    content: ""
}

.glyphicon-dashboard:before {
    content: ""
}

.glyphicon-paperclip:before {
    content: ""
}

.glyphicon-heart-empty:before {
    content: ""
}

.glyphicon-link:before {
    content: ""
}

.glyphicon-phone:before {
    content: ""
}

.glyphicon-pushpin:before {
    content: ""
}

.glyphicon-usd:before {
    content: ""
}

.glyphicon-gbp:before {
    content: ""
}

.glyphicon-sort:before {
    content: ""
}

.glyphicon-sort-by-alphabet:before {
    content: ""
}

.glyphicon-sort-by-alphabet-alt:before {
    content: ""
}

.glyphicon-sort-by-order:before {
    content: ""
}

.glyphicon-sort-by-order-alt:before {
    content: ""
}

.glyphicon-sort-by-attributes:before {
    content: ""
}

.glyphicon-sort-by-attributes-alt:before {
    content: ""
}

.glyphicon-unchecked:before {
    content: ""
}

.glyphicon-expand:before {
    content: ""
}

.glyphicon-collapse-down:before {
    content: ""
}

.glyphicon-collapse-up:before {
    content: ""
}

.glyphicon-log-in:before {
    content: ""
}

.glyphicon-flash:before {
    content: ""
}

.glyphicon-log-out:before {
    content: ""
}

.glyphicon-new-window:before {
    content: ""
}

.glyphicon-record:before {
    content: ""
}

.glyphicon-save:before {
    content: ""
}

.glyphicon-open:before {
    content: ""
}

.glyphicon-saved:before {
    content: ""
}

.glyphicon-import:before {
    content: ""
}

.glyphicon-export:before {
    content: ""
}

.glyphicon-send:before {
    content: ""
}

.glyphicon-floppy-disk:before {
    content: ""
}

.glyphicon-floppy-saved:before {
    content: ""
}

.glyphicon-floppy-remove:before {
    content: ""
}

.glyphicon-floppy-save:before {
    content: ""
}

.glyphicon-floppy-open:before {
    content: ""
}

.glyphicon-credit-card:before {
    content: ""
}

.glyphicon-transfer:before {
    content: ""
}

.glyphicon-cutlery:before {
    content: ""
}

.glyphicon-header:before {
    content: ""
}

.glyphicon-compressed:before {
    content: ""
}

.glyphicon-earphone:before {
    content: ""
}

.glyphicon-phone-alt:before {
    content: ""
}

.glyphicon-tower:before {
    content: ""
}

.glyphicon-stats:before {
    content: ""
}

.glyphicon-sd-video:before {
    content: ""
}

.glyphicon-hd-video:before {
    content: ""
}

.glyphicon-subtitles:before {
    content: ""
}

.glyphicon-sound-stereo:before {
    content: ""
}

.glyphicon-sound-dolby:before {
    content: ""
}

.glyphicon-sound-5-1:before {
    content: ""
}

.glyphicon-sound-6-1:before {
    content: ""
}

.glyphicon-sound-7-1:before {
    content: ""
}

.glyphicon-copyright-mark:before {
    content: ""
}

.glyphicon-registration-mark:before {
    content: ""
}

.glyphicon-cloud-download:before {
    content: ""
}

.glyphicon-cloud-upload:before {
    content: ""
}

.glyphicon-tree-conifer:before {
    content: ""
}

.glyphicon-tree-deciduous:before {
    content: ""
}

.glyphicon-cd:before {
    content: ""
}

.glyphicon-save-file:before {
    content: ""
}

.glyphicon-open-file:before {
    content: ""
}

.glyphicon-level-up:before {
    content: ""
}

.glyphicon-copy:before {
    content: ""
}

.glyphicon-paste:before {
    content: ""
}

.glyphicon-alert:before {
    content: ""
}

.glyphicon-equalizer:before {
    content: ""
}

.glyphicon-king:before {
    content: ""
}

.glyphicon-queen:before {
    content: ""
}

.glyphicon-pawn:before {
    content: ""
}

.glyphicon-bishop:before {
    content: ""
}

.glyphicon-knight:before {
    content: ""
}

.glyphicon-baby-formula:before {
    content: ""
}

.glyphicon-tent:before {
    content: "⛺"
}

.glyphicon-blackboard:before {
    content: ""
}

.glyphicon-bed:before {
    content: ""
}

.glyphicon-apple:before {
    content: ""
}

.glyphicon-erase:before {
    content: ""
}

.glyphicon-hourglass:before {
    content: "⌛"
}

.glyphicon-lamp:before {
    content: ""
}

.glyphicon-duplicate:before {
    content: ""
}

.glyphicon-piggy-bank:before {
    content: ""
}

.glyphicon-scissors:before {
    content: ""
}

.glyphicon-bitcoin:before {
    content: ""
}

.glyphicon-btc:before {
    content: ""
}

.glyphicon-xbt:before {
    content: ""
}

.glyphicon-yen:before {
    content: "¥"
}

.glyphicon-jpy:before {
    content: "¥"
}

.glyphicon-ruble:before {
    content: "₽"
}

.glyphicon-rub:before {
    content: "₽"
}

.glyphicon-scale:before {
    content: ""
}

.glyphicon-ice-lolly:before {
    content: ""
}

.glyphicon-ice-lolly-tasted:before {
    content: ""
}

.glyphicon-education:before {
    content: ""
}

.glyphicon-option-horizontal:before {
    content: ""
}

.glyphicon-option-vertical:before {
    content: ""
}

.glyphicon-menu-hamburger:before {
    content: ""
}

.glyphicon-modal-window:before {
    content: ""
}

.glyphicon-oil:before {
    content: ""
}

.glyphicon-grain:before {
    content: ""
}

.glyphicon-sunglasses:before {
    content: ""
}

.glyphicon-text-size:before {
    content: ""
}

.glyphicon-text-color:before {
    content: ""
}

.glyphicon-text-background:before {
    content: ""
}

.glyphicon-object-align-top:before {
    content: ""
}

.glyphicon-object-align-bottom:before {
    content: ""
}

.glyphicon-object-align-horizontal:before {
    content: ""
}

.glyphicon-object-align-left:before {
    content: ""
}

.glyphicon-object-align-vertical:before {
    content: ""
}

.glyphicon-object-align-right:before {
    content: ""
}

.glyphicon-triangle-right:before {
    content: ""
}

.glyphicon-triangle-left:before {
    content: ""
}

.glyphicon-triangle-bottom:before {
    content: ""
}

.glyphicon-triangle-top:before {
    content: ""
}

.glyphicon-console:before {
    content: ""
}

.glyphicon-superscript:before {
    content: ""
}

.glyphicon-subscript:before {
    content: ""
}

.glyphicon-menu-left:before {
    content: ""
}

.glyphicon-menu-right:before {
    content: ""
}

.glyphicon-menu-down:before {
    content: ""
}

.glyphicon-menu-up:before {
    content: ""
}




.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #494949
}

a.text-primary:hover,
a.text-primary:focus {
    color: #303030
}

.text-success {
    color: #494949
}

a.text-success:hover,
a.text-success:focus {
    color: #303030
}

.text-info {
    color: #1b988d
}

a.text-info:hover,
a.text-info:focus {
    color: #136d65
}

.text-warning {
    color: #d35464
}

a.text-warning:hover,
a.text-warning:focus {
    color: #c23244
}

.text-danger {
    color: #52370c
}

a.text-danger:hover,
a.text-danger:focus {
    color: #261905
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #494949
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #303030
}

.bg-success {
    background-color: #d4dfe8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #b3c6d6
}

.bg-info {
    background-color: #ccecea
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #a7dedb
}

.bg-warning {
    background-color: #efe1e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #ddc0c4
}

.bg-danger {
    background-color: #eadec5
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #dcc9a0
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

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: 20px
}

dt,
dd {
    line-height: 1.42857
}

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:768px) {
    .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 #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '— '
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    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: ' —'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

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: 3px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px
}

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: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.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%
}




@font-face {
    font-family: 'LinearIcons';
    src: url('../fonts/linearIcons.eot?w118d');
    src: url('../fonts/linearIcons.eot?#iefixw118d') format('embedded-opentype'), url('../fonts/linearIcons.woff2?w118d') format('woff2'), url('../fonts/linearIcons.woff?w118d') format('woff'), url('../fonts/linearIcons.ttf?w118d') format('truetype'), url('../fonts/linearIcons.svg?w118d#Linearicons-Free') format('svg');
    font-weight: normal;
    font-style: normal
}

.icon {
    font-family: 'LinearIcons';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-home:before {
    content: ""
}

.icon-apartment:before {
    content: ""
}

.icon-pencil:before {
    content: ""
}

.icon-magic-wand:before {
    content: ""
}

.icon-drop:before {
    content: ""
}

.icon-lighter:before {
    content: ""
}

.icon-poop:before {
    content: ""
}

.icon-sun:before {
    content: ""
}

.icon-moon:before {
    content: ""
}

.icon-cloud:before {
    content: ""
}

.icon-cloud-upload:before {
    content: ""
}

.icon-cloud-download:before {
    content: ""
}

.icon-cloud-sync:before {
    content: ""
}

.icon-cloud-check:before {
    content: ""
}

.icon-database:before {
    content: ""
}

.icon-lock:before {
    content: ""
}

.icon-cog:before {
    content: ""
}

.icon-trash:before {
    content: ""
}

.icon-dice:before {
    content: ""
}

.icon-heart:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-star-half:before {
    content: ""
}

.icon-star-empty:before {
    content: ""
}

.icon-flag:before {
    content: ""
}

.icon-envelope:before {
    content: ""
}

.icon-paperclip:before {
    content: ""
}

.icon-inbox:before {
    content: ""
}

.icon-eye:before {
    content: ""
}

.icon-printer:before {
    content: ""
}

.icon-file-empty:before {
    content: ""
}

.icon-file-add:before {
    content: ""
}

.icon-enter:before {
    content: ""
}

.icon-exit:before {
    content: ""
}

.icon-graduation-hat:before {
    content: ""
}

.icon-license:before {
    content: ""
}

.icon-music-note:before {
    content: ""
}

.icon-film-play:before {
    content: ""
}

.icon-camera-video:before {
    content: ""
}

.icon-camera:before {
    content: ""
}

.icon-picture:before {
    content: ""
}

.icon-book:before {
    content: ""
}

.icon-bookmark:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-users:before {
    content: ""
}

.icon-shirt:before {
    content: ""
}

.icon-store:before {
    content: ""
}

.icon-cart:before {
    content: ""
}

.icon-tag:before {
    content: ""
}

.icon-phone-handset:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-pushpin:before {
    content: ""
}

.icon-map-marker:before {
    content: ""
}

.icon-map:before {
    content: ""
}

.icon-location:before {
    content: ""
}

.icon-calendar-full:before {
    content: ""
}

.icon-keyboard:before {
    content: ""
}

.icon-spell-check:before {
    content: ""
}

.icon-screen:before {
    content: ""
}

.icon-smartphone:before {
    content: ""
}

.icon-tablet:before {
    content: ""
}

.icon-laptop:before {
    content: ""
}

.icon-laptop-phone:before {
    content: ""
}

.icon-power-switch:before {
    content: ""
}

.icon-bubble:before {
    content: ""
}

.icon-heart-pulse:before {
    content: ""
}

.icon-construction:before {
    content: ""
}

.icon-pie-chart:before {
    content: ""
}

.icon-chart-bars:before {
    content: ""
}

.icon-gift:before {
    content: ""
}

.icon-diamond:before {
    content: ""
}

.icon-linearicons:before {
    content: ""
}

.icon-dinner:before {
    content: ""
}

.icon-coffee-cup:before {
    content: ""
}

.icon-leaf:before {
    content: ""
}

.icon-paw:before {
    content: ""
}

.icon-rocket:before {
    content: ""
}

.icon-briefcase:before {
    content: ""
}

.icon-bus:before {
    content: ""
}

.icon-car:before {
    content: ""
}

.icon-train:before {
    content: ""
}

.icon-bicycle:before {
    content: ""
}

.icon-wheelchair:before {
    content: ""
}

.icon-select:before {
    content: ""
}

.icon-earth:before {
    content: ""
}

.icon-smile:before {
    content: ""
}

.icon-sad:before {
    content: ""
}

.icon-neutral:before {
    content: ""
}

.icon-mustache:before {
    content: ""
}

.icon-alarm:before {
    content: ""
}

.icon-bullhorn:before {
    content: ""
}

.icon-volume-high:before {
    content: ""
}

.icon-volume-medium:before {
    content: ""
}

.icon-volume-low:before {
    content: ""
}

.icon-volume:before {
    content: ""
}

.icon-mic:before {
    content: ""
}

.icon-hourglass:before {
    content: ""
}

.icon-undo:before {
    content: ""
}

.icon-redo:before {
    content: ""
}

.icon-sync:before {
    content: ""
}

.icon-history:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-download:before {
    content: ""
}

.icon-upload:before {
    content: ""
}

.icon-enter-down:before {
    content: ""
}

.icon-exit-up:before {
    content: ""
}

.icon-bug:before {
    content: ""
}

.icon-code:before {
    content: ""
}

.icon-link:before {
    content: ""
}

.icon-unlink:before {
    content: ""
}

.icon-thumbs-up:before {
    content: ""
}

.icon-thumbs-down:before {
    content: ""
}

.icon-magnifier:before {
    content: ""
}

.icon-cross:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-list:before {
    content: ""
}

.icon-chevron-up:before {
    content: ""
}

.icon-chevron-down:before {
    content: ""
}

.icon-chevron-left:before {
    content: ""
}

.icon-chevron-right:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-arrow-down:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-move:before {
    content: ""
}

.icon-warning:before {
    content: ""
}

.icon-question-circle:before {
    content: ""
}

.icon-menu-circle:before {
    content: ""
}

.icon-checkmark-circle:before {
    content: ""
}

.icon-cross-circle:before {
    content: ""
}

.icon-plus-circle:before {
    content: ""
}

.icon-circle-minus:before {
    content: ""
}

.icon-arrow-up-circle:before {
    content: ""
}

.icon-arrow-down-circle:before {
    content: ""
}

.icon-arrow-left-circle:before {
    content: ""
}

.icon-arrow-right-circle:before {
    content: ""
}

.icon-chevron-up-circle:before {
    content: ""
}

.icon-chevron-down-circle:before {
    content: ""
}

.icon-chevron-left-circle:before {
    content: ""
}

.icon-chevron-right-circle:before {
    content: ""
}

.icon-crop:before {
    content: ""
}

.icon-frame-expand:before {
    content: ""
}

.icon-frame-contract:before {
    content: ""
}

.icon-layers:before {
    content: ""
}

.icon-funnel:before {
    content: ""
}

.icon-text-format:before {
    content: ""
}

.icon-text-format-remove:before {
    content: ""
}

.icon-text-size:before {
    content: ""
}

.icon-bold:before {
    content: ""
}

.icon-italic:before {
    content: ""
}

.icon-underline:before {
    content: ""
}

.icon-strikethrough:before {
    content: ""
}

.icon-highlight:before {
    content: ""
}

.icon-text-align-left:before {
    content: ""
}

.icon-text-align-center:before {
    content: ""
}

.icon-text-align-right:before {
    content: ""
}

.icon-text-align-justify:before {
    content: ""
}

.icon-line-spacing:before {
    content: ""
}

.icon-indent-increase:before {
    content: ""
}

.icon-indent-decrease:before {
    content: ""
}

.icon-pilcrow:before {
    content: ""
}

.icon-direction-ltr:before {
    content: ""
}

.icon-direction-rtl:before {
    content: ""
}

.icon-page-break:before {
    content: ""
}

.icon-sort-alpha-asc:before {
    content: ""
}

.icon-sort-amount-asc:before {
    content: ""
}

.icon-hand:before {
    content: ""
}

.icon-pointer-up:before {
    content: ""
}

.icon-pointer-right:before {
    content: ""
}

.icon-pointer-down:before {
    content: ""
}

.icon-pointer-left:before {
    content: ""
}


.btn {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

@media(max-width:767px) {
    .btn {
        padding: 8px 16px
    }
}

.btn.btn-main {
    background-color: #2e73bb;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.btn.btn-main:hover {
    background-color: #3a3d45
}

.btn.btn-main,
.btn.btn-main:hover,
.btn.btn-main:focus,
.btn.btn-main:active {
    color: #fff
}

.btn.btn-clean {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important
}

.btn.btn-clean:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000 !important
}

.btn.btn-clean-dark {
    background-color: transparent;
    border-color: rgba(58, 61, 69, .5);
    color: #3a3d45 !important
}

.btn.btn-clean-dark:hover {
    background-color: #3a3d45;
    border-color: #3a3d45;
    color: #fff !important
}

.btn.btn-add {
    background: #2e73bb;
    position: absolute;
    overflow: hidden;
    color: #fff;
    bottom: 10px;
    right: 10px;
    border: 0;
    width: 50px;
    height: 50px;
    font-size: 19px;
    cursor: pointer;
    z-index: 9;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.btn.btn-add:hover {
    color: #fff
}

.btn.btn-add:hover:before {
    background-color: #000
}

.btn.btn-add .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn.btn-buy {
    background-color: #2e73bb;
    color: #fff;
    position: absolute;
    padding: 0;
    right: 10px;
    top: 0;
    width: 80px;
    height: 80px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 20
}

.btn.btn-buy:after,
.btn.btn-buy:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 80px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn.btn-buy:before {
    font-family: 'LinearIcons';
    content: "";
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.btn.btn-buy:after {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    content: attr(data-text);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.btn.btn-buy:hover:before {
    font-family: 'LinearIcons';
    content: "";
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.btn.btn-buy:hover:after {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}


nav .cart-wrapper {
    position: absolute;
    width: 100%;
    top: 111px;
    right: 0;
    padding: 7.5px;
    max-width: 500px;
    background: #eee;
    border: 1px solid #e0e0e0;
    border-top: 0;
    overflow: hidden
}

nav .cart-wrapper .checkout {
    padding: 0 15px;
    opacity: 0;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

nav .cart-wrapper .checkout hr {
    margin-top: 5px;
    margin-bottom: 5px
}

nav .cart-wrapper .checkout .cart-block {
    padding: 10px;
    margin-bottom: 10px
}

nav .cart-wrapper .checkout .cart-block>div.quantity {
    padding: 5px 0;
    text-align: left
}

nav .cart-wrapper .checkout .cart-block>div.quantity .form-control {
    width: 60px;
    height: inherit
}

nav .cart-wrapper .checkout .cart-block>div.price {
    padding-right: 10px
}

nav .cart-wrapper .checkout .cart-block.cart-block-footer {
    padding: 5px 0;
    margin: 0;
    margin-bottom: 3px;
    width: 100%;
    background-color: transparent
}

nav .cart-wrapper .checkout .cart-block.cart-block-footer>div {
    float: left;
    padding: 0
}

nav .cart-wrapper .checkout .cart-block .icon-delete {
    padding: 2px
}

nav .cart-wrapper .checkout .cart-block-buttons {
    margin: 20px 0
}

nav .cart-wrapper.open .checkout {
    opacity: 1;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

nav .search-wrapper,
nav .login-wrapper,
nav .cart-wrapper {
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

nav .search-wrapper.open,
nav .login-wrapper.open,
nav .cart-wrapper.open {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

@media(max-width:991px) {
    nav .search-wrapper,
    nav .login-wrapper,
    nav .cart-wrapper {
        top: 55px;
        border-top: 1px solid #e0e0e0
    }
}

.categories {
    background: #f8f8f8
}

.categories .test {
    color: #fff
}

.categories figure {
    text-align: center
}

.categories figure figcaption {
    font-size: 14px;
    text-transform: uppercase
}

.categories figure .f-icon {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 100px
}

.categories figure:hover .f-icon {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.header-content {
    padding: 0;
    position: relative;
    overflow: hidden
}

.header-content .item {
    height: 238px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover
}

.header-content .item .box {
    position: absolute;
    width: 100%;
    color: #fff;
    z-index: 99;
    bottom: 0;
    top: 0;
    padding: 60px 15px;
    background-color: rgba(0, 0, 0, .4)
}

@media(min-width:992px) {
    .header-content .item .box {
        top: auto;
        padding: 15px
    }
}

@media(max-width:767px) {
    .header-content .item .box .text-right,
    .header-content .item .box .text-left {
        text-align: center
    }
}

.header-content .item .title {
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    text-transform: none
}

.header-content .item .btn {
    margin-top: 20px
}

@media(min-width:992px) {
    .header-content .item .btn {
        margin-top: 40px
    }
}

.header-content .item .block {
    display: block
}

@media(min-width:768px) {
    .header-content .item {
        height: 400px
    }
    .header-content .item .box {
        padding: 80px 80px 240px
    }
    .header-content .item .box.box-left,
    .header-content .item .box.box-right {
        width: 50%;
        height: 100%;
        left: auto;
        right: auto;
        display: table;
        padding: 0 40px
    }
    .header-content .item .box.box-left>div,
    .header-content .item .box.box-right>div {
        display: table-cell;
        vertical-align: middle;
        height: inherit
    }
    .header-content .item .box.box-left {
        left: 0
    }
    .header-content .item .box.box-right {
        right: 0
    }
    .header-content .item .block {
        display: table;
        width: 100%
    }
    .header-content .item .block>div {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        height: 600px
    }
    .header-content .item .block .text {
        padding: 40px;
        background-color: #2e73bb;
        color: #fff
    }
    .header-content .item .block .image {
        background-position: center;
        background-size: cover
    }
    .header-content .item .block .image img {
        display: none
    }
}

@media(min-width:1200px) {
    .header-content .item {
        height: 600px
    }
    .header-content .item .title {
        font-size: 40px
    }
}

.header-content .owl-theme .owl-controls .owl-pagination {
    text-align: end;
    padding-right: 20px
}

.header-content .owl-theme .owl-controls .owl-buttons div span {
    color: #fff
}

.header-content .owl-theme .owl-controls .owl-page span {
    background: #fff
}

.blocks {
    padding: 400px 0;
    position: relative
}

.blocks .image {
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0
}

.blocks .item {
    width: 50%
}

.blocks.rtl .item {
    padding-right: 50px
}

.blocks.ltr .item {
    margin-left: 50%;
    padding-left: 50px
}

.blocks.ltr .image {
    right: 50%
}

.blocks.blocks-fluid {
    background-color: #e8e8e8;
    position: relative
}

.blocks.blocks-boxed {
    padding: 0
}

.blocks.blocks-boxed .container {
    position: relative
}

.blocks.blocks-boxed .text {
    padding: 45px 0
}

@media(max-width:768px) {
    .blocks>div {
        display: flex;
        flex-flow: column
    }
    .blocks .item {
        order: 2;
        width: 100%
    }
    .blocks .image {
        width: 100%;
        order: 1;
        position: relative;
        min-height: 300px;
        left: 0;
        right: 0
    }
    .blocks.ltr .item,
    .blocks.rtl .item {
        margin-left: 0;
        margin-right: 0;
        padding: 0
    }
    .blocks .text,
    .blocks.blocks-boxed .text {
        padding: 20px 0 0 0
    }
}

.sort-bar {
    border-bottom: 1px solid #e0e0e0;
    background-color: #eee;
    font-size: 14px
}

.sort-bar select {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #e0e0e0;
    outline: none
}

.sort-bar .grid-list {
    padding-right: 0 !important
}

.sort-bar .grid-list a {
    background: #fff;
    color: #666;
    padding: 5px 8px;
    display: inline-block;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sort-bar .grid-list a:hover {
    background-color: #2e73bb;
    color: #fff;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.sort-bar strong {
    font-weight: 500;
    color: #616161
}

.sort-bar a.toggle-filters-mobile {
    display: inline-block
}

.sort-bar .sort-results>span {
    display: none;
    padding: 0 10px
}

@media(min-width:992px) {
    .sort-bar {
        padding: 20px;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s
    }
    .sort-bar:hover {
        opacity: 1
    }
    .sort-bar .sort-results>span {
        display: inline-block
    }
    .sort-bar a.toggle-filters-mobile {
        display: none
    }
}

@media(max-width:991px) {
    .sort-bar {
        background-color: #fff;
        margin-bottom: 1px;
        padding: 7.5px
    }
}

.price-filter {
    padding: 15px 0
}

.price-filter.price-filter-top {
    padding: 0;
    margin-top: -20px;
    margin-bottom: 20px
}

.pagination-wrapper {
    position: relative;
    text-align: center
}

@media(max-width:767px) {
    .pagination-wrapper {
        margin: 0 15px;
        padding-top: 20px
    }
}

.pagination-wrapper .pagination>li:first-child,
.pagination-wrapper .pagination>li:last-child {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.pagination-wrapper .pagination>li:first-child:hover,
.pagination-wrapper .pagination>li:last-child:hover {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.pagination-wrapper .pagination>li:first-child {
    left: 0
}

.pagination-wrapper .pagination>li:last-child {
    right: 0
}

.pagination-wrapper .pagination>li>a,
.pagination-wrapper .pagination>li>span {
    border: 0;
    border-radius: 100%;
    color: #fff;
    background-color: #2e73bb;
    margin: 0 3px;
    display: inline-block;
    padding: 6px 12px
}

.pagination-wrapper .pagination>li>a:hover,
.pagination-wrapper .pagination>li>span:hover {
    background-color: #000
}

.pagination-wrapper .pagination .active>a,
.pagination-wrapper .pagination .active>a:hover,
.pagination-wrapper .pagination .active>a:focus,
.pagination-wrapper .pagination .active>span,
.pagination-wrapper .pagination .active>span:hover,
.pagination-wrapper .pagination .active>span:focus {
    background-color: #000
}

.filters {
    background-color: #eee
}

.filters .filter-box {
    border-bottom: 1px solid #e0e0e0
}

.filters .filter-box .title {
    cursor: pointer;
    padding: 10px;
    position: relative
}

.filters .filter-box .title:after {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    content: "";
    font-family: 'LinearIcons';
    position: absolute;
    display: inline-block;
    line-height: 34px;
    height: 100%;
    width: 42px;
    right: 0;
    top: 0;
    text-align: center
}

.filters .filter-box.active .title:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(min-width:992px) {
    .filters .filter-box {
        border: 0;
        margin-bottom: 1px
    }
    .filters .filter-box .title {
        padding: 20px;
        height: 71px;
        line-height: 31px
    }
    .filters .filter-box .title:after {
        height: 71px;
        line-height: 71px
    }
}

.filters .filter-content {
    display: none;
    padding: 10px;
    background-color: #f6f6f6
}

.filters .filter-content .checkbox label {
    display: block
}

.filters .filter-content i {
    font-style: normal;
    display: block;
    font-size: 70%;
    float: right;
    line-height: 28px;
    margin-right: 5px
}

.filters .filter-content .product-colors {
    padding: 15px
}

.filters .filter-content .product-colors .color-btn {
    width: 35px;
    height: 35px;
    margin-bottom: 10px
}

.filters.filters-top .filter-box {
    position: relative
}

.filters.filters-top .filter-update {
    display: none
}

@media(min-width:992px) {
    .filters.filters-top {
        position: relative;
        line-height: 31px;
        background-color: transparent
    }
    .filters.filters-top .filter-content {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 99;
        border: 1px solid #e4e4e4;
        margin: 0;
        max-height: 300px;
        overflow: auto
    }
    .filters.filters-top .filter-update {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 20px 13.33333px;
        text-align: center;
        cursor: pointer;
        background-color: #232529;
        color: #fff;
        display: none
    }
    .filters.filters-top .filter-box {
        margin-bottom: 0;
        border-bottom: 1px solid #e0e0e0
    }
    .filters.filters-top .filter-box .title {
        padding: 20px;
        background-color: #eee;
        height: auto
    }
    .filters.filters-top .filter-box .title:hover {
        background-color: #3a3d45;
        color: #fff;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .filters.filters-top .filter-box .title:after {
        line-height: 71px;
        height: 100%
    }
    .filters.filters-top .filter-box.active .title {
        background-color: #3a3d45;
        color: #fff;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .filters.filters-top .filter-box.active .filter-update {
        display: block
    }
}

@media(max-width:991px) {
    .filters.filters-top .container {
        padding: 0;
        width: 100%
    }
}

.filters .toggle-filters-close {
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media(max-width:991px) {
    .filters {
        background-color: #fff;
        position: fixed;
        width: 50%;
        height: 100%;
        z-index: 9999;
        top: 0;
        left: auto;
        right: 0;
        overflow: auto;
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .filters .row {
        margin: 0
    }
    .filters .row>div {
        padding: 0
    }
    .filters.active {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        box-shadow: 0 10px 15px rgba(0, 0, 0, .5)
    }
    .filters .toggle-filters-close {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.products .container {
    background-color: #fff
}

.products article {
    background-color: #fff;
    position: relative;
    transition: all .3s;
    margin-bottom: 1px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-left: -1px;
    margin-top: -2px
}

.products article .label {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: initial
}

.products article sub,
.products article sup {
    font-size: 100%
}

.products article .text {
    width: 100%;
    padding: 10px
}

.products article .text a:hover {
    color: #333
}

.products article .text .title {
    display: block;
    margin: 0 0 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.products article .text sub,
.products article .text sup {
    bottom: auto;
    top: auto;
    display: inline-block;
    margin-right: 10px
}

.products article .text sub {
    text-decoration: line-through;
    font-weight: 300
}

.products article .image {
    overflow: hidden;
    height: auto
}

.products article .image a {
    display: block
}

.products article .image img {
    width: 100%;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media(min-width:768px) {
    .products article .image {
        padding: 80px 0
    }
}

.products article .btn-add {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.products article:hover {
    box-shadow: 0 2px 120px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 22
}

.products article:hover .btn-add {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.products article:hover .info>span {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.products article:hover .image img {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

@media(min-width:992px) {
    .products article:hover {
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.products article .info {
    display: none;
    position: absolute;
    width: 35px;
    right: 15px;
    top: 15px;
    margin-right: 0;
    margin-top: 5px;
    z-index: 3
}

.products article .info .add-favorite.added {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.products article .info .add-favorite.added a {
    background-color: #e71d36
}

.products article .info .add-favorite.added a:hover:after {
    content: attr(data-title-added);
    background-color: inherit
}

.products article .info a {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    background-color: #696969;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px
}

@media(min-width:992px) {
    .products article .info a {
        margin-bottom: 10px
    }
}

.products article .info a:hover {
    background-color: #000;
    color: #fff
}

.products article .info a:hover:after {
    position: absolute;
    content: attr(data-title);
    padding: 5px 6px;
    right: 110%;
    top: 3px;
    white-space: nowrap;
    z-index: 20;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    line-height: normal
}

.products article .info>span {
    display: block;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

@media(min-width:992px) {
    .products article .info {
        display: block
    }
}

.products article .info>span:nth-child(1) {
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.products article .info>span:nth-child(2) {
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.products article .info>span:nth-child(3) {
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.products article .figure-list {
    display: table;
    width: 100%
}

.products article .figure-list .image,
.products article .figure-list .text {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

@media(min-width:992px) {
    .products article .figure-list .image {
        padding: 0
    }
}

.products article .figure-list .text {
    position: relative;
    padding: 0 20px
}

.products article .figure-list .text .title {
    white-space: inherit
}

.products article .figure-list .text .description {
    display: none;
    margin-top: 15px
}

.products article .figure-grid .text .description {
    display: none
}

.products article .figure-block .text .description {
    position: relative;
    display: none;
    height: 80px;
    overflow: hidden;
    z-index: 1;
    padding-top: 5px
}

.products article .figure-block .text .description:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    content: "";
    display: block;
    z-index: 2
}

@media(min-width:768px) {
    .products article .figure-block .text .description {
        display: block
    }
}

@media(min-width:768px) {
    .products.products-category {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .products article .label {
        top: auto;
        bottom: 10px;
        left: 10px
    }
    .products article sub,
    .products article sup {
        font-size: 80%
    }
    .products article .figure-grid .text {
        position: absolute;
        padding: 20px 20px 0;
        top: 0
    }
    .products article .figure-list .image {
        width: 30%
    }
    .products article .figure-list .text {
        width: 70%
    }
    .products article .figure-list .text .description {
        display: block
    }
    .products article .figure-block .text {
        padding: 20px
    }
}

@media(max-width:767px) {
    .products .row {
        margin: 0
    }
    .products .container,
    .products .row>div {
        padding-left: 1px;
        padding-right: 1px
    }
    .products .btn-add {
        display: none
    }
}

.product {
    position: relative;
    padding: 0;
    overflow: hidden
}

.product .container {
    padding-left: 15px;
    padding-right: 15px
}

.product .main {
    padding: 20px 0
}

.product .product-info-wrapper {
    position: relative;
    margin-bottom: 10px
}

.product .title {
    color: #000;
    font-weight: 600;
    position: relative
}

.product .title:before {
    content: attr(data-title);
    font-size: 550%;
    color: rgba(99, 99, 99, .07);
    position: absolute;
    width: inherit;
    white-space: nowrap;
    left: -30%;
    top: -100%;
    z-index: 1
}

.product .title small {
    display: block;
    text-transform: none;
    color: #000;
    font-size: 40%;
    margin: 5px 0
}

.product .price {
    margin-bottom: 20px
}

.product .price small {
    text-decoration: line-through;
    margin-left: 10px
}

.product .info-box {
    margin-bottom: 2px;
    padding: 5px 0;
    display: table;
    width: 100%
}

.product .info-box>span {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.product .info-box>span:first-child {
    width: 35%
}

.product .info-box>span:last-child {
    width: 65%
}

.product .info-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.product .info-box .checked {
    border-color: #000
}

.product .info-box strong {
    display: block;
    font-weight: 500
}

.product .info-box.info-cell {
    display: table;
    width: 100%
}

.product .info-box.info-cell>span {
    display: table-cell;
    vertical-align: middle
}

.product .info-box.info-box-addto {
    cursor: pointer
}

.product .info-box.info-box-addto i {
    font-style: normal
}

.product .info-box.info-box-addto .added {
    display: none;
    color: #2e73bb
}

.product .info-box.info-box-addto .add {
    display: block
}

.product .info-box.info-box-addto.added .added {
    display: block
}

.product .info-box.info-box-addto.added .add {
    display: none
}

.product .product-colors {
    display: block
}

.product .info {
    background-color: #e2e2e2;
    padding: 20px 0;
    z-index: 1
}

.product .info .content {
    padding: 30px 0
}

.product .info .content hr {
    border-color: #c1c1c1
}

.product .info .content .full-image {
    width: 100%
}

.product .info .content h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.product .info .content h3:after {
    background: #2e73bb;
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0
}

.product .info .products {
    background-color: transparent
}

.product .owl-product-gallery.owl-theme .owl-controls .owl-buttons div span {
    background-color: rgba(0, 0, 0, .5)
}

@media(min-width:992px) {
    .product .main {
        padding: 50px 0;
        margin-bottom: 50px
    }
    .product .title {
        margin-top: 0
    }
    .product .product-info-wrapper {
        padding-top: 30px;
        margin-bottom: 50px
    }
}

@media(max-width:991px) {
    .product .product-flex {
        display: flex;
        flex-flow: column
    }
    .product .product-flex .product-flex-gallery {
        order: 1
    }
    .product .product-flex .product-flex-info {
        order: 2
    }
}

.color-btn {
    display: block;
    float: left;
    position: relative;
    width: 25px;
    height: 25px;
    background-color: #f8f8f8;
    border: 2px solid transparent;
    margin-right: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 21px;
    color: #000;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.color-btn:hover {
    cursor: pointer
}

.color-btn.checked {
    border-color: #000
}

.color-btn.color-btn-yellow {
    background-color: #fbf600
}

.color-btn.color-btn-pink {
    background-color: #ff62fc
}

.color-btn.color-btn-black {
    background-color: #000
}

.color-btn.color-btn-black.checked {
    border-color: #f00
}

.color-btn.color-btn-white {
    background-color: #fff;
    border-color: #c3c3c3
}

.color-btn.color-btn-white.checked {
    border-color: #f00
}

.color-btn.color-btn-orange {
    background-color: #ffbd46
}

.color-btn.color-btn-white {
    background-color: #fff
}

.color-btn.color-btn-red {
    background-color: #ef6e6e
}

.color-btn.color-btn-blue {
    background-color: #6a8abb
}

.color-btn.color-btn-green {
    background-color: #71bf72
}

.color-btn.color-btn-gray {
    background-color: #e6e6e6
}

.color-btn.color-btn-biege {
    background-color: #ece3b4
}

.blog {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.blog.blog-intro {
    text-align: center
}

.blog.blog-intro header {
    margin-bottom: 0
}

@media(min-width:768px) {
    .blog.blog-intro {
        margin-top: -70px
    }
}

.blog.blog-category {
    padding: 15px
}

@media(min-width:992px) {
    .blog.blog-category {
        padding: 60px 0
    }
}

.blog.blog-category article {
    margin-bottom: 15px
}

@media(min-width:992px) {
    .blog.blog-category article {
        margin-bottom: 40px
    }
}

.blog.blog-widget {
    position: relative
}

.blog.blog-widget:before {
    background-color: #245a92;
    background-image: url(img/bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.blog.blog-widget header {
    background-color: transparent;
    color: #fff;
    margin-bottom: 0
}

.blog.blog-widget header:before {
    display: none
}

.blog.blog-widget header .title {
    color: #fff
}

@media(min-width:992px) {
    .blog.blog-animation article:hover {
        box-shadow: 0 2px 120px rgba(0, 0, 0, .2);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.blog .title {
    color: #3a3d45
}

.blog header {
    margin-bottom: 40px
}

.blog .pre-header {
    margin-bottom: 15px;
    padding-bottom: 7.5px;
    display: table;
    width: 100%
}

.blog .pre-header .sort-bar {
    border: 0;
    background-color: transparent;
    padding: 0
}

.blog .pre-header>div {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.blog .pre-header>div>* {
    margin: 0
}

@media(min-width:992px) {
    .blog .pre-header {
        margin-bottom: 20px;
        padding-bottom: 7.5px
    }
}

.blog .blog-title,
.blog .blog-subtitle {
    text-transform: none;
    color: #3a3d45
}

.blog strong {
    font-weight: 500
}

.blog aside .box {
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    background-color: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 15px
}

.blog aside .box .title {
    padding-top: 7.5px;
    margin-bottom: 15px
}

.blog aside .box ul {
    margin: 0;
    padding: 0
}

.blog aside .box ul li {
    list-style-type: circle;
    margin-left: 20px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog aside .box ul li:hover {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.blog aside .box ul li a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #ededed
}

.blog aside .box ul li.active a {
    color: #2e73bb
}

.blog aside .box ul li:last-child a {
    border-bottom: 0
}

.blog aside .box.box-search {
    padding: 0;
    position: relative;
    background-color: #fff
}

.blog aside .box.box-search .form-control {
    border: 0
}

.blog aside .box.box-search .btn {
    position: absolute;
    right: 10px;
    top: 8px
}

.blog aside .box.box-posts ul li {
    list-style-type: none;
    margin-left: 0
}

.blog aside .box.box-posts ul li a {
    position: relative;
    display: table;
    width: 100%
}

.blog aside .box.box-posts ul li a>span {
    display: table-cell;
    vertical-align: middle
}

.blog aside .box.box-posts ul li a .date {
    width: 40px;
    text-align: center;
    line-height: 1
}

.blog aside .box.box-posts ul li a .date span {
    display: block
}

.blog aside .box.box-posts ul li a .date span:nth-child(1) {
    font-size: 75%
}

.blog aside .box.box-posts ul li a .date span:nth-child(2) {
    font-weight: bold;
    font-size: 20px
}

.blog aside .box.box-posts ul li a .text {
    padding-left: 5px
}

.blog aside .box.box-tags ul li {
    margin: 0 2px 2px 0;
    display: block;
    float: left
}

.blog aside .box.box-tags ul li a {
    padding: 5px;
    border: 0;
    background-color: #2e73bb;
    color: #fff;
    font-size: 13px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.blog aside .box.box-tags ul li a:hover {
    background-color: #245a92
}

@media(min-width:768px) {
    .blog aside {
        display: block
    }
    .blog aside .box {
        margin-bottom: 30px
    }
}

.blog .nav-link {
    position: absolute;
    width: 65px;
    height: 85px;
    top: 220px;
    cursor: pointer;
    opacity: .5;
    z-index: 50
}

.blog .nav-link:hover {
    opacity: 1
}

.blog .nav-link:before {
    font-family: 'LinearIcons';
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
    content: "";
    display: inline-block;
    width: 65px;
    height: 65px
}

.blog .nav-link.next {
    right: 5px
}

.blog .nav-link.prev {
    left: 5px
}

.blog .nav-link.prev:before {
    content: ""
}

.blog .nav-link.next:before {
    content: ""
}

.blog .nav-link figure {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    display: none;
    opacity: 0;
    position: absolute;
    width: 180px;
    left: auto;
    right: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog .nav-link figure figcaption {
    text-align: center;
    padding: 10px
}

.blog .nav-link figure figcaption .blog-title {
    margin: 0
}

.blog .nav-link figure .image {
    position: relative;
    overflow: hidden
}

.blog .nav-link figure .image img {
    width: 100%
}

.blog .nav-link.next figure {
    right: 100%
}

.blog .nav-link.prev figure {
    left: 100%
}

.blog .nav-link.next:hover figure,
.blog .nav-link.prev:hover figure {
    opacity: 1
}

@media(min-width:992px) {
    .blog .nav-link figure {
        display: block
    }
}

@media(max-width:767px) {
    .blog .nav-link {
        display: none
    }
}

.blog article {
    box-shadow: 0 0 1px rgba(0, 0, 0, .3)
}

.blog article,
.blog article a {
    color: #000
}

.blog article a {
    display: block
}

.blog article a:hover {
    color: #000
}

.blog article .image {
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: auto
}

.blog article .image img {
    display: block;
    width: 100%
}

.blog article .entry {
    background-color: #fff;
    padding: 10px 15px;
    position: relative
}

.blog article .entry.entry-table {
    display: table;
    width: 100%;
    height: 80px
}

.blog article .entry.entry-table>div {
    display: table-cell;
    vertical-align: middle
}

.blog article .entry.entry-table .title {
    padding-left: 10px
}

.blog article .entry .date-wrapper {
    width: 55px
}

.blog article .entry .date-wrapper .date {
    width: 50px;
    height: 60px;
    z-index: 99;
    padding: 6px 0;
    z-index: 99;
    padding: 7px 0;
    text-align: center;
    border-right: 1px solid #ccc
}

.blog article .entry .date-wrapper .date span {
    display: block;
    font-size: 11px;
    line-height: 12px
}

.blog article .entry .title>* {
    margin: 0;
    text-transform: none
}

.blog article .description {
    padding: 15px 0;
    color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog article .description ul {
    margin-left: 0;
    padding-left: 20px
}

.blog article .description ul li.more {
    list-style-type: none
}

.blog article .description ul li.more>a:after {
    width: 100%
}

.blog article .description ul li>a {
    padding: 5px 0;
    display: inline-block;
    position: relative
}

.blog article .description ul li>a:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog article .description ul li>a:hover:after {
    width: 100%
}

.blog article .show-more {
    background-color: #fff;
    position: absolute;
    padding: 15px 15px;
    left: 0;
    bottom: 0;
    width: 100%;
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.blog article .show-more .btn {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.blog article .show-more,
.blog article .show-more .btn {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.blog article.article-table {
    background-color: #fff
}

.blog article.article-table>a {
    display: table;
    width: 100%
}

.blog article.article-table>a>div {
    display: table-cell;
    vertical-align: middle
}

.blog article.article-table>a .image {
    width: 50%
}

.blog article.article-table>a .image img {
    display: none
}

.blog article.article-table>a .text {
    padding: 15px;
    position: relative
}

.blog article.article-table>a .text .title p {
    margin-bottom: 5px
}

.blog article.article-table>a .text .title h2 {
    margin-top: 15px
}

.blog article.article-table>a .text>* {
    position: relative;
    z-index: 99
}

.blog article.article-table>a .text .text-intro {
    display: none
}

.blog article.article-table:hover {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none
}

@media(min-width:768px) {
    .blog article {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s
    }
    .blog article .description {
        padding: 25px 0;
        -moz-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        -o-transform: translate3d(0, 20px, 0);
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 0
    }
    .blog article:hover {
        position: relative;
        color: initial
    }
    .blog article:hover .text-wrapper {
        padding-bottom: 40px
    }
    .blog article:hover .show-more {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    .blog article:hover .show-more .btn {
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    .blog article:hover .description {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .blog article .image {
        height: 220px
    }
    .blog article .image img {
        display: none
    }
    .blog article.article-table:hover .text:before {
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        box-shadow: 0 0 40px rgba(0, 0, 0, .3)
    }
    .blog article.article-table>a .text {
        padding: 40px
    }
    .blog article.article-table>a .text .text-intro {
        display: block
    }
    .blog article header {
        margin-bottom: 50px
    }
}

.blog.blog-block header {
    margin-bottom: 0
}

.blog.blog-block article {
    position: relative
}

.blog.blog-block article,
.blog.blog-block article a,
.blog.blog-block article .title {
    color: #fff
}

.blog.blog-block article .entry-block {
    background-color: transparent;
    width: 100%;
    top: 0;
    overflow: hidden;
    padding: 25px;
    position: absolute
}

.blog.blog-block article .date {
    font-size: 80%;
    margin-bottom: 5px
}

.blog.blog-block article .image {
    height: auto
}

.blog.blog-block article .image img {
    display: block
}

.blog.blog-block article .image:before {
    background: -moz-linear-gradient(top, #000 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #000 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #000 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    opacity: .5;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.blog.blog-block article:hover .image:before {
    opacity: .9
}

.blog.blog-block article .show-more {
    padding: 0;
    background-color: transparent;
    top: inherit;
    width: 90%;
    left: 50%;
    -moz-transform: scale(1, 1) translate(-50%, -50%);
    -ms-transform: scale(1, 1) translate(-50%, -50%);
    -o-transform: scale(1, 1) translate(-50%, -50%);
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
    transform: scale(1, 1) translate(-50%, -50%)
}

.blog .blog-info.blog-info-top {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 5px 0;
    margin-bottom: 20px;
    text-align: left
}

@media(min-width:992px) {
    .blog .blog-info.blog-info-top {
        padding: 10px 0
    }
}

.blog .blog-info.blog-info-bottom {
    padding: 20px 0
}

.blog .blog-info ul {
    margin: 0;
    padding: 0
}

.blog .blog-info ul li {
    padding: 0;
    list-style-type: none
}

.blog .blog-info .entry {
    padding: 5px 10px 5px 25px;
    list-style-type: none;
    display: inline-block;
    font-size: 90%
}

.blog .blog-info .entry .fa {
    margin-left: -25px;
    width: 20px;
    text-align: center;
    margin-right: 5px
}

.blog .blog-info .entry.divider {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px
}

.blog.blog-fluid header {
    margin-bottom: 0
}

.blog .blog-post {
    padding-bottom: 40px
}

.blog .blog-post .blog-image-main {
    margin-top: 0;
}

.blog .blog-post .blog-image-main img {
    width: 100%
}

@media(min-width:992px) {
    .blog .blog-post .blog-image-main {
        margin-top: 40px
    }
    .blog .blog-post .blog-image-main img {
        box-shadow: 0 -5px 15px rgba(0, 0, 0, .2)
    }
}

@media(max-width:767px) {
    .blog .blog-post .blog-image-main {
        margin-top: 0
    }
}

.blog .blog-post .blog-post-content {
    background-color: #fff;
    padding: 20px
}

@media(min-width:992px) {
    .blog .blog-post .blog-post-content {
        padding: 60px
    }
}

.blog .blog-post .blog-image {
    margin: 20px 0;
    display: block
}

.blog .blog-post .blog-image .caption {
    display: block;
    text-align: center;
    font-size: 75%;
    font-style: italic;
    padding: 5px 0
}

@media(min-width:992px) {
    .blog .blog-post .blog-image {
        margin: 30px 0
    }
}

.blog .blog-post .blog-post-text img {
    border: 5px solid #fff;
    width: 100%
}

.blog .blog-post .blog-post-text h2,
.blog .blog-post .blog-post-text h3,
.blog .blog-post .blog-post-text h4,
.blog .blog-post .blog-post-text h5 {
    margin-top: 35px;
    text-transform: none
}

.brands {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0
}

.brands .box {
    display: table;
    width: 100%
}

.brands .image {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0
}

.brands .image img {
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 100%
}

.brands .name {
    background-color: #f5f5f5;
    text-align: left;
    padding-left: 15px;
    padding: 20px !important
}

.brands .name .title {
    margin: 0
}

.brands .name .title small {
    font-size: initial;
    color: #666
}

@media(min-width:992px) {
    .brands {
        margin-right: 15px;
        margin-top: -80px
    }
    .brands .image {
        padding: 15px
    }
}

.nav-tabs {
    border: 0
}

.nav-tabs>li>a {
    border-radius: 1px;
    background: #f1f1f1;
    border: 0;
    margin-right: 1px;
    padding: 14px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    color: #000
}

.nav-tabs>li.active>a {
    background: #e2e2e2;
    color: #000;
    box-shadow: 0 -5px 0 #2e73bb;
    border: none
}

.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    background: #e2e2e2;
    color: #000;
    box-shadow: 0 -5px 0 #2e73bb
}

@media(min-width:992px) {
    .nav-tabs {
        margin-top: -71px
    }
}

.comments {
    display: block;
    background-color: #fff
}

.comments h2 {
    font-size: 18px
}

.comments .fa.active {
    color: #2e73bb
}

.comments h2 .rating {
    display: inline-block
}

.comments .rate-box {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 20px 30px;
    border: 1px solid #eee
}

.comments .rate-box strong {
    margin: 0 0 10px 0;
    font-size: 14px
}

.comments .rate-box .rating {
    padding: 5px 0
}

@media(min-width:992px) {
    .comments .rate-box {
        width: 33.333333333%;
        float: left
    }
}

@media(max-width:1199px) {
    .comments {
        margin-bottom: 20px
    }
}

.comments content {
    max-width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.comments .comment-header {
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center
}

.comments .comment-header a {
    display: inline-block;
    padding: 0 10px
}

.comments .comment-block {
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 15px;
    padding-right: 30px
}

.comments .comment-block:last-child,
.comments .comment-block>.comment-block {
    border-bottom: none
}

.comments .comment-block>.comment-block {
    background-color: #eee;
    border-top: 1px solid rgba(224, 224, 224, .5);
    padding-bottom: 20px;
    padding-top: 20px
}

@media(min-width:768px) {
    .comments .comment-block {
        padding-left: 40px;
        padding-right: 40px
    }
    .comments .comment-block>.comment-block {
        margin-left: 50px
    }
}

.comments .comment-user {
    display: table;
    width: 100%
}

.comments .comment-user div {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.comments .comment-user div img {
    border-radius: 100%;
    width: 40px
}

.comments .comment-user div h5 {
    margin: 0
}

.comments .comment-user div h5 small {
    display: block;
    padding: 4px 0
}

.comments .comment-user div:first-child {
    width: 50px
}

.comments .comment-desc {
    margin-left: 50px;
    margin-top: 10px
}

.comments .comment-add {
    margin-top: 40px;
    padding: 0 20px 20px
}

.comments .comment-add .comment-reply-message {
    margin-bottom: 15px
}

.comments .comment-add .comment-reply-message .title {
    margin-bottom: 10px
}

.comments .comment-add .btn-circle {
    background-color: #000;
    color: #fff
}

.wrapper-more {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}

@media(min-width:992px) {
    .wrapper-more .wrapper-more {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.wrapper-more .btn {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    position: relative;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.wrapper-more .btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background-color: #2e73bb;
    -moz-transition: width .4s;
    -o-transition: width .4s;
    -webkit-transition: width .4s;
    transition: width .4s
}

.wrapper-more .btn:hover {
    letter-spacing: -1px
}

.wrapper-more .btn:hover:before {
    width: 0
}

.stretcher-wrapper {
    margin: 0;
    padding: 0
}

.stretcher-wrapper .stretcher {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 0;
    margin: 0;
    padding: 0
}

.stretcher-wrapper .stretcher:hover {
    z-index: 5
}

.stretcher-wrapper .stretcher .stretcher-item {
    position: relative;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    height: 30vh;
    overflow: hidden;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.stretcher-wrapper .stretcher .stretcher-item>a {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    z-index: 99
}

.stretcher-wrapper .stretcher .stretcher-item:hover>a {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.stretcher-wrapper .stretcher .stretcher-item.more {
    background-color: #245a92;
    position: relative;
    height: 100px
}

.stretcher-wrapper .stretcher .stretcher-item.more a {
    position: absolute;
    width: 100%;
    height: 100%
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon {
    font-size: 70px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon,
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
    display: inline-block
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before,
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before {
    content: attr(data-title-show);
    opacity: 0;
    font-size: 16px
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
    content: attr(data-title-hide);
    opacity: 1
}

.stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:before {
    opacity: 1
}

.stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:after {
    opacity: 0
}

@media(min-width:992px) {
    .stretcher-wrapper .stretcher .stretcher-item.more,
    .stretcher-wrapper .stretcher .stretcher-item.more.inactive {
        width: 8%
    }
    .stretcher-wrapper .stretcher .stretcher-item.more.active {
        width: 28%
    }
    .stretcher-wrapper .stretcher .stretcher-item.more.more {
        height: 100%
    }
}

.stretcher-wrapper .stretcher .stretcher-item.inactive,
.stretcher-wrapper .stretcher .stretcher-item.active {
    width: 100%
}

@media(min-width:992px) {
    .stretcher-wrapper .stretcher .stretcher-item {
        width: 23%;
        height: 100%;
        display: inline-block
    }
    .stretcher-wrapper .stretcher .stretcher-item.inactive {
        width: 18%
    }
    .stretcher-wrapper .stretcher .stretcher-item.active {
        width: 38%;
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 333;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .3)
    }
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    font-size: initial;
    color: #fff
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo img,
.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    right: 15px
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
    text-align: center
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .f-icon {
    font-size: 100px
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .text-intro {
    display: block
}

.stretcher-wrapper .stretcher .stretcher-item:hover .stretcher-logo {
    opacity: 0
}

.stretcher-wrapper .stretcher .stretcher-item figure {
    background-color: rgba(36, 90, 146, .5);
    color: #fff;
    position: absolute;
    z-index: 9;
    font-size: initial;
    padding: 20px 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.stretcher-wrapper .stretcher .stretcher-item figure h4 {
    margin-bottom: 0
}

@media(min-width:992px) {
    .stretcher-wrapper .stretcher .stretcher-item figure {
        padding: 20px 30px
    }
}

.stretcher-wrapper .stretcher .stretcher-item:hover figure {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media(min-width:992px) {
    .stretcher-wrapper .stretcher {
        height: 500px;
        white-space: nowrap
    }
    .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher {
        height: 100vh
    }
    .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item figure {
        bottom: 20%;
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        overflow: hidden;
        padding: 50px 30px
    }
    .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item:hover figure {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.scroll-top {
    visibility: hidden;
    padding: 8px 18px 20px;
    background-color: #2e73bb;
    color: #fff;
    position: fixed;
    bottom: -15px;
    left: 50%;
    margin-left: -28px;
    z-index: 999;
    cursor: pointer;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.scroll-top.visible {
    visibility: visible;
    opacity: 1
}

.scroll-top.active {
    bottom: 15px
}

.scroll-top:hover {
    background-color: #333
}

@media(min-width:768px) {
    .scroll-top:hover,
    .scroll-top.active {
        bottom: 0
    }
}

.banner {
    position: relative;
    background-position: center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 160px;
    color: #fff;
    background-color: #3a3d45;
    padding-left: 15px;
    padding-right: 15px
}

.banner .btn {
    margin-top: 40px
}

.banner.banner-smaller {
    padding-top: 40px;
    padding-bottom: 40px
}

@media(min-width:768px) {
    .banner.banner-smaller {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media(min-width:1200px) {
    .banner.banner-smaller {
        padding-top: 160px;
        padding-bottom: 160px
    }
}

.popup-main {
    background: #e6e6e6;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 20px #000
}

.popup-main.popup-main-article img {
    width: 100%
}

.popup-main .popup-title {
    padding: 20px;
    text-align: left;
    font-size: 24px
}

.popup-main .popup-title>* {
    margin: 0
}

.popup-main .popup-content {
    background-color: #fff;
    padding: 15px
}

.popup-main .popup-buttons a {
    border-left: 1px solid #fff;
    padding: 32px 30px;
    display: inline-block;
    margin-left: -3px
}

.popup-main .popup-buttons a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.popup-main .mfp-close {
    height: 72px;
    border-left: 1px solid #fff
}

.popup-main .popup-table {
    display: table;
    width: 100%;
    width: 100%
}

.popup-main .popup-table .popup-cell {
    display: table-cell;
    vertical-align: middle;
    vertical-align: middle
}

.popup-main .popup-table .popup-cell:nth-child(1) {
    padding-left: 18px
}

.popup-main .popup-table .popup-cell:nth-child(2) {
    text-align: right
}

@media(max-width:767px) {
    .popup-main .popup-table .popup-cell .icon {
        font-size: 20px
    }
}

.popup-main .product .product-info-wrapper {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0
}

.popup-main .product .title small {
    display: block;
    margin: 0
}

.popup-main .product .price {
    text-align: left;
    margin: 0
}

.popup-main .product .price.price-single {
    padding: 15px 0
}

@media(min-width:992px) {
    .popup-main .product .price.price-single {
        padding: 20px 0
    }
}

.popup-main .product .price small {
    display: block;
    margin: 0
}

.popup-main .product .product-colors {
    margin-top: 10px
}

.popup-main .product .owl-product-gallery {
    margin-bottom: 1px
}

@media(min-width:768px) {
    .popup-main {
        width: 640px
    }
    .popup-main.popup-main-article {
        width: 760px
    }
    .popup-main .popup-content {
        padding: 40px
    }
    .popup-main .mfp-close {
        height: 90px;
        border-left: 1px solid #fff
    }
    .popup-main .product .owl-product-gallery {
        margin-bottom: 1px
    }
}

.instagram {
    padding-bottom: 0;
    position: relative
}

.instagram header {
    width: 180px;
    height: 180px;
    padding: 50px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 33;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center
}

.instagram header:before {
    display: none
}

@media(min-width:992px) {
    .instagram header {
        width: 260px;
        height: 260px;
        padding: 50px 0
    }
}

@media(max-width:991px) {
    .instagram header {
        background: #d2d2d2
    }
    .instagram header .fa-3x {
        font-size: 24px
    }
}

.instagram .gallery .item {
    width: 16.66667%;
    float: left;
    overflow: hidden
}

.instagram .gallery .item img {
    width: 100%;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.instagram .gallery .item:hover img {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.checkout {
    background-color: #eee;
    padding-top: 15px;
    padding-bottom: 15px
}

@media(min-width:992px) {
    .checkout {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media(max-width:767px) {
    .checkout {
        padding-left: 15px;
        padding-right: 15px
    }
}

.checkout hr {
    border-color: #e0e0e0
}

.checkout .cart-wrapper {
    margin: 15px 0
}

@media print {
    .checkout .cart-wrapper {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }
    .checkout .cart-wrapper+.cart-wrapper {
        border-top: 0
    }
}

.checkout .white-block {
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 15px
}

.checkout .note-block {
    background-color: #fff
}

.checkout .title {
    margin: 0
}

.checkout .cart-block {
    position: relative;
    margin-bottom: 15px
}

.checkout .cart-block:last-child {
    margin-bottom: 0
}

.checkout .cart-block.cart-block-header {
    display: none;
    background-color: #fbfbfb;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.checkout .cart-block.cart-block-item {
    background-color: #fff
}

.checkout .cart-block.cart-block-footer {
    color: #000;
    margin-top: 1px;
    background-color: #fff;
    padding: 15px 30px
}

.checkout .cart-block.cart-block-footer.cart-block-footer-price {
    padding: 30px 30px;
    background-color: #fff
}

.checkout .cart-block.cart-block-footer>div {
    padding: 0
}

.checkout .cart-block.cart-block-footer>div:nth-child(1),
.checkout .cart-block.cart-block-footer>div:nth-child(2) {
    width: 50%
}

.checkout .cart-block.cart-block-footer>div:nth-child(2) {
    text-align: right
}

.checkout .cart-block.cart-block-footer .form-coupon {
    display: inline-block;
    width: inherit;
    margin-left: 10px;
    text-align: left
}

.checkout .cart-block>div {
    padding: 0 30px
}

.checkout .cart-block>div img {
    width: 100%;
    vertical-align: middle
}

.checkout .cart-block>div.image {
    padding: 0
}

.checkout .cart-block>div.quantity,
.checkout .cart-block>div.price {
    width: 50%;
    float: left
}

.checkout .cart-block>div.quantity .form-quantity {
    display: inline-block;
    width: 80px
}

.checkout .cart-block .title>* {
    margin: 0
}

.checkout .cart-block .price>span {
    display: block;
    text-align: right
}

.checkout .cart-block .price .final {
    margin: 0
}

.checkout .cart-block .price .discount {
    text-decoration: line-through
}

.checkout .cart-block .icon-delete {
    position: absolute;
    cursor: pointer;
    padding: 5px;
    right: 0;
    top: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.checkout .cart-block .icon-delete:hover {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(min-width:768px) {
    .checkout .white-block {
        padding: 30px
    }
    .checkout .cart-block {
        display: table;
        width: 100%;
        margin-bottom: 1px
    }
    .checkout .cart-block.cart-block-header {
        display: table;
        padding: 15px
    }
    .checkout .cart-block.cart-block-header>div {
        padding: 0
    }
    .checkout .cart-block.cart-block-footer .form-coupon {
        position: absolute;
        top: 0
    }
    .checkout .cart-block>div {
        display: table-cell;
        vertical-align: middle
    }
    .checkout .cart-block>div img {
        width: 100%;
        vertical-align: middle
    }
    .checkout .cart-block>div:nth-child(1) {
        width: 15%
    }
    .checkout .cart-block>div:nth-child(2) {
        width: 30%
    }
    .checkout .cart-block>div:nth-child(3) {
        width: 20%
    }
    .checkout .cart-block>div:nth-child(4) {
        width: 15%
    }
    .checkout .cart-block>div:nth-child(5) {
        width: 15%
    }
    .checkout .cart-block>div:nth-child(6) {
        width: 10%
    }
    .checkout .cart-block>div.quantity,
    .checkout .cart-block>div.price {
        float: none
    }
    .checkout .cart-block>div.quantity {
        text-align: center
    }
    .checkout .cart-block .title {
        padding: 0 0 0 0px
    }
    .checkout .cart-block .title>* {
        margin: 0
    }
    .checkout .cart-block .price {
        padding-right: 30px
    }
    .checkout .cart-block .price>span {
        display: block;
        text-align: right
    }
    .checkout .cart-block .price .final {
        margin: 0
    }
    .checkout .cart-block .price .discount {
        text-decoration: line-through
    }
    .checkout .cart-block .form-control {
        text-align: center
    }
}

@media(max-width:767px) {
    .checkout .cart-block {
        padding-bottom: 15px
    }
    .checkout .cart-block>div {
        padding: 0 10px
    }
    .checkout .cart-block .title {
        margin-bottom: 15px
    }
    .checkout .cart-block .form-control {
        height: 30px
    }
    .checkout .cart-block.cart-block-footer {
        color: #000
    }
    .checkout .cart-block.cart-block-footer>div {
        float: left
    }
    .checkout .cart-block.cart-block-footer .form-coupon {
        margin-top: 10px;
        margin-left: 0
    }
}

.step-wrapper {
    background-color: #fff;
    padding: 30px 0 20px 0
}

@media(min-width:768px) {
    .step-wrapper {
        padding: 60px 0 40px 0
    }
}

@media print {
    .step-wrapper {
        display: none !important
    }
}

.step-wrapper header {
    padding: 0
}

.step-wrapper header .title {
    padding-top: 15px;
    color: #fff
}

@media(min-width:768px) {
    .step-wrapper header .title {
        padding-top: 40px
    }
}

.step-wrapper .stepper {
    color: #fff
}

.step-wrapper .stepper>ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0
}

.step-wrapper .stepper>ul>li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding: 0
}

.step-wrapper .stepper>ul>li:first-child:before {
    display: none
}

.step-wrapper .stepper>ul>li:before {
    background-color: #3078c3;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    right: 50%;
    z-index: 0
}

.step-wrapper .stepper>ul>li span {
    background-color: #fff;
    font-size: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    z-index: 9;
    color: #3078c3;
    font-family: 'LinearIcons'
}

.step-wrapper .stepper>ul>li span:before {
    content: ""
}

.step-wrapper .stepper>ul>li span:after {
    content: attr(data-text);
    position: absolute;
    display: inline-block;
    bottom: 100%;
    text-transform: uppercase;
    text-align: center;
    width: initial;
    left: 50%;
    font-size: 10px;
    white-space: nowrap;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Open Sans", sans-serif
}

@media(min-width:992px) {
    .step-wrapper .stepper>ul>li span {
        width: 50px;
        height: 60px;
        font-size: 50px;
        line-height: 60px
    }
    .step-wrapper .stepper>ul>li span:after {
        font-size: 16px;
        line-height: initial
    }
}

.step-wrapper .stepper>ul>li.active:before {
    background-color: #000
}

.step-wrapper .stepper>ul>li.active span {
    color: #000
}

.step-wrapper .stepper>ul>li.active span:before {
    content: ""
}

.login-wrapper.login-wrapper-page {
    background-color: #eee;
    padding: 40px 0
}

.login-wrapper .white-block {
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .login-wrapper .white-block {
        padding: 30px
    }
}

.login-wrapper .login-block .row {
    margin-left: -5px;
    margin-right: -5px
}

.login-wrapper .login-block .row>div {
    padding-left: 5px;
    padding-right: 5px
}

.login-wrapper .login-block.login-block-signin {
    display: none
}

.login-wrapper .login-block.login-block-signup {
    display: block
}

.contact {
    background-color: #eee;
    padding: 0 0 80px 0
}

.contact.contact-single {
    background-color: #3a3d45
}

.contact.contact-single.banner {
    padding-bottom: 0
}

.contact #map {
    width: 100%;
    height: 400px;
    background-color: #808080
}

.contact .contact-block {
    margin-top: -80px
}

.contact .contact-block .banner {
    padding: 80px 40px
}

.contact .contact-block .contact-info {
    background-color: #fff;
    padding: 40px 0
}

.contact .contact-block .contact-info .contact-form-wrapper {
    padding: 40px 0
}

.contact .contact-block .contact-info figure {
    padding: 15px
}

.contact .contact-block .contact-info figure figcaption>strong {
    display: block;
    padding: 7.5px 0
}

.contact .contact-block .contact-info figure figcaption>span {
    font-size: 90%
}

.contact .contact-block .contact-info figure .icon {
    font-size: 50px;
    color: #2e73bb
}

.contact .contact-block .contact-form {
    display: none;
    margin-top: 50px
}

.map-info-window .fa {
    width: 20px;
    text-align: center;
    margin-right: 3px;
    display: inline-block
}

.shortcodes {
    background-color: #f8f8f8;
    padding: 40px 0
}

.shortcodes .buttons .btn {
    display: block;
    width: 100%
}

.shortcodes .buttons .button-box {
    background-size: cover;
    background-position: center;
    min-height: 200px
}

.shortcodes .list-group-item {
    padding: 0
}

.shortcodes .list-group-item a {
    padding: 10px 15px;
    display: block;
    color: #666
}

.shortcodes .list-group-item a.active,
.shortcodes .list-group-item a:hover {
    background-color: #ddd
}

.shortcodes article {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 15px;
    display: block;
    margin-bottom: 60px
}

.shortcodes article h1:first-child+hr {
    border-color: #2e73bb
}

.shortcodes article .icons figure {
    text-align: center;
    display: block;
    margin-bottom: 20px
}

.shortcodes article .icons figure .icon {
    font-size: 78px
}

.shortcodes article .icons figure figcaption {
    font-size: small;
    display: block;
    white-space: nowrap
}

.shortcodes .well {
    background-color: #666;
    margin: 15px 0;
    background-position: center;
    background-size: cover
}

.shortcodes .affix {
    top: 80px;
    width: 212px
}

@media(min-width:1200px) {
    .shortcodes .affix {
        width: 262px
    }
}

.shortcodes .icons-wrapper figure {
    text-align: center;
    font-size: 100px
}

.shortcodes .icons-wrapper figure figcaption {
    font-size: 16px
}

.shortcodes .show-all {
    float: right
}

.shortcodes .bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden;
    max-height: 230px
}

.shortcodes .bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff
}

.shortcodes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px
}

.shortcodes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word
}

.shortcodes .bs-glyphicons li:hover {
    color: #fff;
    background-color: #2e73bb
}

.shortcodes #glyphs.expanded .bs-glyphicons {
    max-height: 100%
}

.shortcodes .bs-glyphicons-list {
    padding-left: 0;
    list-style: none
}

@media(min-width:768px) {
    .shortcodes .bs-glyphicons {
        margin-right: 0;
        margin-left: 0
    }
    .shortcodes .bs-glyphicons li {
        width: 12.5%;
        font-size: 12px
    }
}

.tabsy-wrapper.tabsy-wrapper-clean {
    padding: 0
}

.tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, .5)
}

@media(max-width:991px) {
    .tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure figcaption {
        top: 0;
        border: 1px solid rgba(255, 255, 255, .3);
        margin-left: -1px;
        margin-top: -1px
    }
}

.tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure figcaption .title {
    margin-bottom: 0
}

.tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure figcaption .desc {
    display: none
}

.tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure:after {
    display: none
}

.tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure.current {
    background-color: transparent
}

.tabsy-wrapper.tabsy-wrapper-intro .tabsy .tabsy-links figure.current figcaption {
    background-color: rgba(46, 115, 187, .8)
}

.tabsy-wrapper .tabsy {
    background-size: cover;
    background-position: center;
    position: relative
}

.tabsy-wrapper .tabsy .tabsy-images,
.tabsy-wrapper .tabsy .tabsy-images>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.tabsy-wrapper .tabsy .tabsy-images .title {
    position: absolute;
    left: 50%;
    left: 15px;
    top: 15px;
    color: #fff;
    text-transform: none;
    text-align: left;
    text-shadow: 0 0 5px black;
    background-color: #000;
    padding: 40px;
    z-index: 66
}

@media(max-width:991px) {
    .tabsy-wrapper .tabsy .tabsy-images .title {
        display: none
    }
}

.tabsy-wrapper .tabsy .tabsy-images .title small {
    display: block;
    margin-bottom: 5px
}

.tabsy-wrapper .tabsy .tabsy-images>div {
    background-size: cover;
    background-position: center;
    opacity: 0;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.tabsy-wrapper .tabsy .tabsy-images>div.current {
    opacity: 1
}

.tabsy-wrapper .tabsy .tabsy-images img {
    display: none
}

.tabsy-wrapper .tabsy .tabsy-links .row {
    margin: 0
}

.tabsy-wrapper .tabsy .tabsy-links figure {
    cursor: pointer;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 160px;
    background-color: rgba(0, 0, 0, .1);
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width:992px) {
    .tabsy-wrapper .tabsy .tabsy-links figure {
        min-height: 450px
    }
}

.tabsy-wrapper .tabsy .tabsy-links figure:after {
    font: normal normal normal 24px/30px LinearIcons;
    content: "";
    -webkit-font-smoothing: antialiased;
    display: block;
    position: absolute;
    text-align: right;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 10px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.tabsy-wrapper .tabsy .tabsy-links figure a.link {
    background-color: transparent;
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 88;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption {
    margin: 20px;
    overflow: hidden
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption .date {
    font-size: 75%;
    display: block;
    color: #2e73bb
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption .title {
    display: block;
    margin-top: 0;
    text-transform: none;
    color: #fff
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
    display: none;
    color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

@media(min-width:768px) {
    .tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
        display: block
    }
}

.tabsy-wrapper .tabsy .tabsy-links figure.current {
    background-color: rgba(46, 115, 187, .8)
}

.tabsy-wrapper .tabsy .tabsy-links figure.current a.link {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.tabsy-wrapper .tabsy .tabsy-links figure.current figcaption .desc {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.tabsy-wrapper .tabsy .tabsy-links figure.current:after {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

@media(min-width:768px) {
    .tabsy-wrapper .wrapper-more {
        margin-top: 20px
    }
}

@media(min-width:992px) {
    .tabsy-wrapper .wrapper-more {
        margin-top: 35px
    }
}

.history {
    background-color: #eee
}

.history .container {
    padding-left: 15px;
    padding-right: 15px
}

.history .title {
    text-transform: none
}

.history .history-title .title {
    margin-bottom: 0
}

.history .history-image {
    background-position: center;
    background-size: cover;
    min-height: 300px
}

.history .row-block {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 15px 0
}

.history .row-block:last-child {
    border-bottom: 0
}

@media(min-width:992px) {
    .history {
        padding: 80px 0
    }
    .history .row-block {
        display: table;
        width: 100%;
        margin-bottom: 80px;
        border-bottom: 0
    }
    .history .row-block>* {
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding: 80px
    }
    .history .history-title {
        position: absolute;
        text-align: center;
        color: #fff;
        width: 100px;
        height: 100px;
        padding-top: 20px;
        z-index: 1;
        margin: 0 auto;
        top: 50%;
        right: -50px;
        margin-top: -50px
    }
    .history .history-title:before {
        z-index: -1;
        content: "";
        display: block;
        background-color: #2e73bb;
        left: 50%;
        top: 50%;
        position: absolute;
        width: 100%;
        height: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -moz-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        -o-transform: translate(-50%, -50%) scale(1.3);
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3)
    }
    .history .history-desc {
        background-color: #fff;
        padding-left: 120px
    }
}

@media(max-width:991px) {
    .history .row-block {
        border: 0
    }
    .history .history-title {
        background-color: #2e73bb;
        color: #fff;
        display: inline-block;
        padding: 15px;
        margin-left: -20px;
        width: 40%;
        border-bottom-right-radius: 35px
    }
    .history .history-title p {
        margin-bottom: 0
    }
    .history .history-image {
        margin-bottom: 20px
    }
}

.intro {
    background-color: #eee;
    padding: 30px 0
}

.intro.intro-white {
    background-color: #fff
}

@media(min-width:768px) {
    .intro {
        padding: 160px 0;
        text-align: center
    }
}

.text-blocks {
    padding: 40px 0
}

.text-blocks .text-block {
    padding: 60px 0;
    display: table;
    width: 100%;
    text-align: left
}

.text-blocks .text-block>div {
    display: table-cell;
    vertical-align: middle
}

.text-blocks .text-block .icon {
    font-size: 50px;
    padding: 0 60px
}

@media(min-width:992px) {
    .text-blocks {
        padding: 80px 0
    }
}

.quotes {
    padding: 60px 0;
    background-color: #2e73bb;
    position: relative;
    background-size: cover;
    background-position: center
}

@media(min-width:992px) {
    .quotes {
        padding: 80px 0
    }
}

.quotes header {
    position: relative;
    z-index: 2
}

.quotes header .title {
    color: #fff;
    text-align: center
}

.quotes:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 0
}

.quotes .row {
    position: relative;
    z-index: 10
}

.quotes .row,
.quotes .row>div {
    margin: 0;
    padding: 0
}

.quotes .quote {
    color: #fff;
    text-align: center
}

.quotes .quote .image {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    top: 0;
    margin-bottom: 40px
}

.quotes .quote .image img {
    width: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.quotes .quote .text h4,
.quotes .quote .text .h4 {
    text-transform: none;
    margin-bottom: 10px
}

.quotes .quote:hover .image {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.quotes .quote .more .rating {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px
}

.quotes .quote .more .rating .icon {
    width: 16px;
    display: inline-block
}

@media(max-width:767px) {
    .quotes .quote {
        margin-bottom: 80px
    }
}

.quotes.quotes-slider .quote {
    padding-top: 30px
}

.quotes.quotes-slider .quote .image img {
    width: 100px
}

@media(max-width:767px) {
    .quotes.quotes-slider .quote {
        margin-bottom: 0
    }
}

.quotes.quotes-slider .owl-theme {
    margin-bottom: 20px
}

.quotes.quotes-slider .owl-theme .owl-controls .owl-buttons>div {
    color: #fff
}

.quotes.quotes-slider .owl-theme .owl-controls .owl-buttons>div span {
    background-color: transparent
}

.quotes.quotes-slider .owl-theme .owl-controls .owl-pagination {
    position: relative;
    margin-top: 40px
}

.quotes.quotes-slider .owl-theme .owl-controls .owl-page span {
    background-color: rgba(255, 255, 255, .5)
}

.quotes.quotes-slider .owl-theme .owl-controls .owl-page.active span {
    background-color: #fff;
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.team {
    padding: 0
}

.team article {
    background-color: #fff;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.team article.inactive {
    opacity: .2
}

.team article.active {
    opacity: 1
}

.team article .title {
    text-transform: none;
    margin: 0
}

.team article .image img {
    width: 100%;
    display: block
}

.team article a {
    color: #fff
}

.team article .details {
    background-color: #2e73bb;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 0;
    -moz-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .5s cubic-bezier(.68, -.55, .265, 1.55)
}

.team article .details .inner {
    padding: 15px 0
}

.team article .details-text {
    top: auto;
    bottom: 100%
}

.team article .details-social {
    top: 100%;
    bottom: auto
}

.team article .details-social .fa {
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center
}

.team article:hover {
    position: relative;
    z-index: 999
}

.team article:hover .details-text {
    height: 70px
}

.team article:hover .details-social {
    height: 60px
}

.owl-icons-wrapper {
    padding: 0;
    position: relative
}

.owl-icons-wrapper .container {
    background-color: #fff
}

.owl-icons-wrapper .owl-icons {
    position: relative;
    padding: 15px 0
}

@media(min-width:992px) {
    .owl-icons-wrapper .owl-icons {
        padding: 40px
    }
}

.owl-icons-wrapper .owl-icons a:hover,
.owl-icons-wrapper .owl-icons figure:hover {
    color: #000
}

.owl-icons-wrapper .owl-icons figure {
    text-align: center;
    padding: 10px 0
}

.owl-icons-wrapper .owl-icons figure:hover .licon {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-icons-wrapper .owl-icons figure .licon {
    font-size: 20px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.owl-icons-wrapper .owl-icons figcaption {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
    text-align: center
}

.owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons div span {
    color: #3a3d45
}

.owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 10px
}

.owl-icons-wrapper .owl-icons.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 10px
}

.owl-icons-wrapper .owl-icons-rounded figure {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center
}

.owl-icons-wrapper .owl-icons-rounded figure:hover {
    border-width: 10px;
    border-color: #e0e0e0
}

.owl-icons-wrapper .owl-icons-rounded figcaption {
    margin-top: 5px;
    padding: 0
}

.owl-icons-wrapper .owl-icons-boxed {
    padding: 50px 0
}

.owl-icons-wrapper .owl-icons-boxed figure {
    background-color: #fafafa;
    border-radius: 4px;
    color: #000;
    margin: 0 5px
}

.owl-icons-wrapper .owl-icons-boxed figure:hover {
    color: #2e73bb
}

.owl-icons-wrapper .owl-icons-outter .owl-wrapper-outer {
    margin-top: -100px
}

footer {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #666;
    background-color: #f1f1f1;
    padding: 15px !important;
    font-size: 85%
}

@media(min-width:768px) {
    footer {
        padding: 80px !important
    }
}

@media(max-width:767px) {
    footer {
        text-align: center
    }
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5,
footer .h6 {
    color: #245a92
}

footer .form-control {
    background-color: transparent;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #2e73bb
}

footer ul {
    margin: 0;
    padding: 0
}

footer ul li {
    list-style-type: none;
    padding: 5px 0
}

footer a {
    color: #666
}

footer a:hover {
    color: #2e73bb
}

footer .footer-showroom {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #222
}

footer .footer-showroom.footer-showroom-single {
    margin-bottom: 0
}

footer .footer-showroom .call-us {
    margin-top: 20px
}

@media(min-width:768px) {
    footer .footer-showroom {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px
    }
}

@media(min-width:992px) {
    footer .footer-showroom {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 60px
    }
}

@media(min-width:1200px) {
    footer .footer-showroom {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 80px
    }
}

footer .footer-links .form-newsletter {
    position: relative
}

footer .footer-links .form-newsletter .btn {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

footer .footer-links a {
    display: inline-block
}

footer .footer-links a:hover {
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

@media print {
    footer .footer-links {
        display: none !important
    }
}

footer .footer-social {
    padding: 10px 0;
    text-align: center
}

footer .footer-social li {
    display: inline-block
}

footer .footer-social li a {
    padding: 0 5px
}

@media(min-width:992px) {
    footer .footer-social {
        padding: 30px 0;
        text-align: left
    }
    footer .footer-social .links {
        text-align: right
    }
}

@media(max-width:991px) {
    footer .row>div {
        margin-bottom: 30px
    }
    footer .row>div:last-child {
        margin-bottom: 0
    }
}

.info-icons {
    background-color: #eee
}

.info-icons.info-icons-inner {
    margin-top: -145px
}

.info-icons.info-icons-inner,
.info-icons.info-icons-inner figure {
    background-color: transparent
}

.info-icons.info-icons-inner figure {
    border: 0
}

.info-icons.info-icons-inner figure figcaption {
    color: #fff
}

.info-icons figure {
    border: 1px solid #eee;
    background-color: #fff
}

.info-icons figure figcaption {
    text-align: center
}

.info-icons figure figcaption .icon {
    font-size: 40px
}

.info-icons figure figcaption>span {
    display: block
}

.info-icons figure figcaption>span,
.info-icons figure figcaption>span>* {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px
}

.info-icons figure figcaption>span:nth-child(1) {
    padding-top: 15px;
    padding-bottom: 15px
}

.info-icons figure figcaption>span:nth-child(2) {
    padding-bottom: 15px
}

.info-icons figure figcaption>span>strong {
    display: block;
    font-weight: 700
}

.cards {
    position: relative
}

.cards figure {
    position: relative;
    overflow: hidden
}

.cards figure figcaption {
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 360px;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s
}

.cards figure figcaption img {
    display: none
}

.cards figure figcaption:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3a3d45;
    opacity: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.cards figure:hover figcaption {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.cards figure:hover figcaption:before {
    opacity: .8
}

.cards figure .btn {
    position: absolute;
    top: 100%;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0
}

.cards figure:hover .btn {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    opacity: 1
}

.not-found {
    padding: 160px 0;
    text-align: center
}

.not-found .title {
    position: relative;
    color: #fff;
    font-size: 80px;
    margin-bottom: 15px;
    line-height: .8;
    z-index: 2
}

.not-found .title:before {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    color: #666;
    opacity: .1;
    font-size: 40px;
    z-index: -1
}

@media(min-width:992px) {
    .not-found {
        padding: 320px 0
    }
    .not-found .title {
        font-size: 250px
    }
    .not-found .title:before {
        font-size: 100px
    }
}

.not-found .subtitle {
    color: #fff
}

.not-found a {
    color: #666;
    text-decoration: underline
}

.not-found a:hover {
    color: #2e73bb
}

.not-found p {
    margin-bottom: 0
}

.about {
    padding: 80px 0
}

.about .container {
    padding-left: 15px;
    padding-right: 15px
}

.about .image {
    margin-bottom: 40px
}

.about .image img {
    width: 100%
}

.numbers {
    padding: 40px 0
}

.numbers .item {
    text-align: center
}

.numbers .item .number {
    color: #2e73bb;
    font-size: 65px;
    font-weight: 700;
    line-height: 1
}

.numbers .item .title {
    font-size: 30px;
    font-weight: 700
}

.numbers .item .text {
    color: #3a3d45
}
