/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    font-weight: 500;
}
h1, h2, h3 {
    font-weight: 700; /* Bold for headings */
}

p {
    font-weight: 500; /* Regular font weight for paragraphs */
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

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

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

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

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

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

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

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

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

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

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

a.bg-success:hover {
    background-color: #c1e2b3
}

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

a.bg-info:hover {
    background-color: #afd9ee
}

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

a.bg-warning:hover {
    background-color: #f7ecb5
}

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

a.bg-danger:hover {
    background-color: #e4b9b9
}

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

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

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        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%;
    text-transform: uppercase
}

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.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

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

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

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

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

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

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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

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

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

.row {
    margin-right: -15px;
    margin-left: -15px
}

.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-right: 15px;
    padding-left: 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-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

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

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.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-top: 4px \9;
    margin-left: -20px
}

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

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

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

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

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

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

.input-lg,
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg,
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

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

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@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
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

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

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

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

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

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

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

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

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

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

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

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#388E3C00', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#388E3C00', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
    text-shadow: none
}

.btn:active,
.btn.active {
    background-image: none
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px
}

.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb
}

.btn-default:disabled,
.btn-default[disabled] {
    background-color: #e0e0e0;
    background-image: none
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px
}

.btn-primary:active,
.btn-primary.active {
    background-color: #265a88;
    border-color: #245580
}

.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #265a88;
    background-image: none
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e
}

.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px
}

.btn-success:active,
.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e
}

.btn-success:disabled,
.btn-success[disabled] {
    background-color: #419641;
    background-image: none
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9
}

.btn-info:hover,
.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px
}

.btn-info:active,
.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9
}

.btn-info:disabled,
.btn-info[disabled] {
    background-color: #2aabd2;
    background-image: none
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px
}

.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13
}

.btn-warning:disabled,
.btn-warning[disabled] {
    background-color: #eb9316;
    background-image: none
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px
}

.btn-danger:active,
.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28
}

.btn-danger:disabled,
.btn-danger[disabled] {
    background-color: #c12e2a;
    background-image: none
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075)
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25)
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
    background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25)
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0
}

@media(max-width:767px) {

    .navbar .navbar-nav .open .dropdown-menu>.active>a,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
        background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
        background-repeat: repeat-x
    }
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05)
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
    text-shadow: none
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x
}

.panel-primary>.panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x
}

.panel-success>.panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x
}

.panel-info>.panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x
}

.panel-warning>.panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x
}

.panel-danger>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

.slick-slider {
  
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    padding-left:5px;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}



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

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: 0;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: bold
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports(padding:max(0)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media(max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports(padding:max(0)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media(max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: 0;
    font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: 0;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: 0;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: 0
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: 0
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: 0
}

.select2-container--classic .select2-dropdown--below {
    border-top: 0
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: "";
    content: none
}

q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300;
    src: local("Cormorant Garamond Light Italic"), local("CormorantGaramond-LightItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-HzhO7_w.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300;
    src: local("Cormorant Garamond Light Italic"), local("CormorantGaramond-LightItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-OzhO7_w.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300;
    src: local("Cormorant Garamond Light Italic"), local("CormorantGaramond-LightItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-FzhO7_w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300;
    src: local("Cormorant Garamond Light Italic"), local("CormorantGaramond-LightItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-EzhO7_w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300;
    src: local("Cormorant Garamond Light Italic"), local("CormorantGaramond-LightItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuz-KzhM.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    src: local("Cormorant Garamond Italic"), local("CormorantGaramond-Italic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtFmSq17w.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    src: local("Cormorant Garamond Italic"), local("CormorantGaramond-Italic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtMmSq17w.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    src: local("Cormorant Garamond Italic"), local("CormorantGaramond-Italic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtHmSq17w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    src: local("Cormorant Garamond Italic"), local("CormorantGaramond-Italic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtGmSq17w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    src: local("Cormorant Garamond Italic"), local("CormorantGaramond-Italic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrEtImSo.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 500;
    src: local("Cormorant Garamond Medium Italic"), local("CormorantGaramond-MediumItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-HzhO7_w.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 500;
    src: local("Cormorant Garamond Medium Italic"), local("CormorantGaramond-MediumItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-OzhO7_w.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 500;
    src: local("Cormorant Garamond Medium Italic"), local("CormorantGaramond-MediumItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-FzhO7_w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 500;
    src: local("Cormorant Garamond Medium Italic"), local("CormorantGaramond-MediumItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-EzhO7_w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 500;
    src: local("Cormorant Garamond Medium Italic"), local("CormorantGaramond-MediumItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7uj-KzhM.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 600;
    src: local("Cormorant Garamond SemiBold Italic"), local("CormorantGaramond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-HzhO7_w.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 600;
    src: local("Cormorant Garamond SemiBold Italic"), local("CormorantGaramond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-OzhO7_w.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 600;
    src: local("Cormorant Garamond SemiBold Italic"), local("CormorantGaramond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-FzhO7_w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 600;
    src: local("Cormorant Garamond SemiBold Italic"), local("CormorantGaramond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-EzhO7_w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 600;
    src: local("Cormorant Garamond SemiBold Italic"), local("CormorantGaramond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvT-KzhM.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 700;
    src: local("Cormorant Garamond Bold Italic"), local("CormorantGaramond-BoldItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-HzhO7_w.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 700;
    src: local("Cormorant Garamond Bold Italic"), local("CormorantGaramond-BoldItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-OzhO7_w.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 700;
    src: local("Cormorant Garamond Bold Italic"), local("CormorantGaramond-BoldItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-FzhO7_w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 700;
    src: local("Cormorant Garamond Bold Italic"), local("CormorantGaramond-BoldItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-EzhO7_w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 700;
    src: local("Cormorant Garamond Bold Italic"), local("CormorantGaramond-BoldItalic"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvD-KzhM.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    src: local("Cormorant Garamond Light"), local("CormorantGaramond-Light"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfsw-I1hc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    src: local("Cormorant Garamond Light"), local("CormorantGaramond-Light"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfug-I1hc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    src: local("Cormorant Garamond Light"), local("CormorantGaramond-Light"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfsQ-I1hc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    src: local("Cormorant Garamond Light"), local("CormorantGaramond-Light"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfsA-I1hc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    src: local("Cormorant Garamond Light"), local("CormorantGaramond-Light"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllfvg-I.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    src: local("Cormorant Garamond Regular"), local("CormorantGaramond-Regular"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYpHtKgS4.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    src: local("Cormorant Garamond Regular"), local("CormorantGaramond-Regular"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYrXtKgS4.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    src: local("Cormorant Garamond Regular"), local("CormorantGaramond-Regular"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYpntKgS4.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    src: local("Cormorant Garamond Regular"), local("CormorantGaramond-Regular"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYp3tKgS4.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    src: local("Cormorant Garamond Regular"), local("CormorantGaramond-Regular"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtK.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    src: local("Cormorant Garamond Medium"), local("CormorantGaramond-Medium"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfsw-I1hc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    src: local("Cormorant Garamond Medium"), local("CormorantGaramond-Medium"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfug-I1hc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    src: local("Cormorant Garamond Medium"), local("CormorantGaramond-Medium"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfsQ-I1hc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    src: local("Cormorant Garamond Medium"), local("CormorantGaramond-Medium"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfsA-I1hc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    src: local("Cormorant Garamond Medium"), local("CormorantGaramond-Medium"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfvg-I.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    src: local("Cormorant Garamond SemiBold"), local("CormorantGaramond-SemiBold"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fsw-I1hc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    src: local("Cormorant Garamond SemiBold"), local("CormorantGaramond-SemiBold"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fug-I1hc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    src: local("Cormorant Garamond SemiBold"), local("CormorantGaramond-SemiBold"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fsQ-I1hc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    src: local("Cormorant Garamond SemiBold"), local("CormorantGaramond-SemiBold"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fsA-I1hc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    src: local("Cormorant Garamond SemiBold"), local("CormorantGaramond-SemiBold"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fvg-I.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    src: local("Cormorant Garamond Bold"), local("CormorantGaramond-Bold"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fsw-I1hc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    src: local("Cormorant Garamond Bold"), local("CormorantGaramond-Bold"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fug-I1hc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    src: local("Cormorant Garamond Bold"), local("CormorantGaramond-Bold"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fsQ-I1hc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    src: local("Cormorant Garamond Bold"), local("CormorantGaramond-Bold"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fsA-I1hc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    src: local("Cormorant Garamond Bold"), local("CormorantGaramond-Bold"), url(https://fonts.gstatic.com/s/cormorantgaramond/v7/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fvg-I.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gbD_u50.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gTD_u50.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3g3D_u50.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gbD_u50.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gfD_u50.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local("Poppins Light"), local("Poppins-Light"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local("Poppins Bold"), local("Poppins-Bold"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local("Poppins Bold"), local("Poppins-Bold"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local("Poppins Bold"), local("Poppins-Bold"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: local("Poppins Black"), local("Poppins-Black"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: local("Poppins Black"), local("Poppins-Black"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: local("Poppins Black"), local("Poppins-Black"), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: sensations-qualities;
    src: url(../fonts/Sensations\ and\ Qualities.woff)
}

@font-face {
    font-family: Lato-Black;
    src: url(../fonts/Lato-Black.ttf)
}

.h-small-space {
    height: 30px
}

.h-medium-space {
    height: 60px
}

.h-large-space {
    height: 90px
}

.top-align-container {
    display: table;
    width: 100%;
    height: 100%
}

.top-align-container .inner-talign-container {
    display: table-cell;
    vertical-align: top
}

.vertical-align-container {
    display: table;
    width: 100%;
    height: 100%
}

.vertical-align-container .inner-valign-container {
    display: table-cell;
    vertical-align: middle
}

.bottom-align-container {
    display: table;
    width: 100%;
    height: 100%
}

.bottom-align-container .inner-balign-container {
    display: table-cell;
    vertical-align: bottom
}

.grid-container {
    border: 1px solid #ba8040;
    box-sizing: border-box;
    width: 100%
}

.grid-container:after {
    content: "";
    clear: both;
    display: block
}

.grid-container .grid {
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    height: 50px;
    border: 1px solid #1bc4ae;
    padding: 0 30px
}

@media screen and (max-width:600px) {
    .grid-container .grid {
        width: 100%;
        padding-bottom: 30px
    }
}

input[type="text"] {
    box-sizing: border-box
}

textarea {
    box-sizing: border-box
}

select {
    box-sizing: border-box
}

::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    background: white
}

::-webkit-scrollbar-track {
    border-radius: 50px
}

::-webkit-scrollbar-thumb {
    background:  #388E3C;
    border-radius: 50px;
    height: 150px
}

::-webkit-scrollbar-thumb:hover {
    background: #ea3e10
}

b {
    font-weight: bold
}

.fixed-img {
    top: 70%;
    position: fixed;
    right: 0;
    z-index: 11
}

.default_transition,
[data-scroll],
#header .navbar-left .dropmenu,
#header #nav-icon3,
#header .sidebar_wrap {
    transition: all 800ms ease-out
}

.rel_y_center,
#header .mobile-header .logo-section,
#header #nav-icon3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.rel_x_center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.rel_xy_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.heading-text {
    font-family: "sensations-qualities";
    color:  #388E3C;
    font-size: 95px;
    line-height: 55px;
    margin: 0 0 20px 0;
    text-align: center
}

@media screen and (max-width:767px) {
    .heading-text {
        font-size: 85px;
        line-height: 65px
    }
}

.sub-heading {
    font-family: "Cormorant Garamond", serif;
    color: #373435;
    font-size: 45px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-align: center
}

@media screen and (max-width:767px) {
    .sub-heading {
        font-size: 32px;
        line-height: 30px
    }
}

.para-text {
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    color: #373435
}

[data-scroll="in"] {
    opacity: 1
}

[data-scroll="out"] {
    opacity: 0
}

.common-text-animation[data-scroll="in"] {
    opacity: 1;
    transform: translateY(0)
}

.common-text-animation[data-scroll="out"] {
    opacity: 0;
    transform: translateY(-30%)
}

.common-img-animation[data-scroll="in"] {
    opacity: 1;
    transition: all 1500ms ease-out
}

.common-img-animation[data-scroll="out"] {
    opacity: 0;
    transition: all 1500ms ease-out
}

.tree-animation[data-scroll="in"] {
    opacity: 1;
    transform: translateY(0)
}

.tree-animation[data-scroll="out"] {
    opacity: 0;
    transform: translateY(30%)
}

.left-animation[data-scroll="in"] {
    opacity: 1;
    transform: translateX(0)
}

.left-animation[data-scroll="out"] {
    opacity: 0;
    transform: translateX(-20%)
}

.slide-left[data-scroll] {
    transition: opacity 1s
}

.slide-left[data-scroll="in"] {
    opacity: 1;
    transform: translateX(0);
    transform-origin: left;
    transition: all 1.5s ease-out
}

.slide-left[data-scroll="out"] {
    opacity: 0;
    transform: translateX(-100%);
    transform-origin: left;
    transition: all 1.5s ease-out
}

.slide-right[data-scroll] {
    transition: opacity 1s
}

.slide-right[data-scroll="in"] {
    opacity: 1;
    transform: translateX(0);
    transform-origin: right;
    transition: all 1.5s ease-out
}

.slide-right[data-scroll="out"] {
    opacity: 0;
    transform: translateX(100%);
    transform-origin: right;
    transition: all 1.5s ease-out
}

.slide-bottom[data-scroll] {
    transition: opacity 1s
}

.slide-bottom[data-scroll="in"] {
    opacity: 1;
    transform: translateY(0);
    transform-origin: bottom;
    transition: all 1.5s ease-out
}

.slide-bottom[data-scroll="out"] {
    opacity: 0;
    transform: translateY(100%);
    transform-origin: bottom;
    transition: all 1.5s ease-out
}

.slide-top[data-scroll] {
    transition: opacity 1s
}

.slide-top[data-scroll="in"] {
    opacity: 1;
    transform: translateY(0);
    transform-origin: top;
    transition: all 1.5s ease-out
}

.slide-top[data-scroll="out"] {
    opacity: 0;
    transform: translateY(-100%);
    transform-origin: top;
    transition: all 1.5s ease-out
}

.loader_overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #eef0f2;
    min-height: 100vh;
    background-repeat: repeat;
    z-index: 1031
}

.loader_overlay .loader_spinner {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 7px solid transparent;
    border-left: 7px solid  #388E3C;
    border-bottom: 7px solid transparent;
    border-right: 7px solid  #388E3C;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite
}

.inside-page-bg {
    background-image: url("../img/inside-page-bg.jpg");
    background-repeat: repeat;
    min-height: 100vh
}

.banner-section {
    position: relative
}

.banner-section .banner-inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    padding: 140px 0 100px
}

@media screen and (max-width:767px) {
    .banner-section .banner-inside {
        display: block;
        padding: 100px 0 60px
    }
}

.banner-section .banner-inside .banner-info .heading-text {
    font-size: 110px;
    text-transform: capitalize
}

@media screen and (max-width:767px) {
    .banner-section .banner-inside .banner-info .heading-text {
        font-size: 85px
    }
}

.banner-section .banner-inside .banner-info .heading-text span {
    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    line-height: 80px;
    font-weight: 700;
    color: #373435;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .banner-section .banner-inside .banner-info .heading-text span {
        font-size: 32px;
        line-height: 60px
    }
}

.banner-section .banner-inside .banner-info:first-child {
    padding-right: 15px
}

@media screen and (max-width:767px) {
    .banner-section .banner-inside .banner-info:first-child {
        padding: 0
    }
}

.banner-section .banner-inside .banner-info:last-child {
    padding-left: 15px
}

@media screen and (max-width:767px) {
    .banner-section .banner-inside .banner-info:last-child {
        padding: 0
    }
}

.btn-section {
    display: inline-block;
    position: relative;
    margin: 10px 0
}

.btn-section a {
    text-transform: uppercase
}

.btn-section .btn_more_default {
    padding: 0 0 5px 0;
    color: #566473;
    text-shadow: none;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color:  #388E3C;
    background: transparent
}

.btn-section .btn_more_default::before,
.btn-section .btn_more_default::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background:  #388E3C;
    content: '';
    transition: transform .3s;
    transform: scale(0.85)
}

.btn-section .btn_more_default::after {
    opacity: 0;
    transition: top .3s, opacity .3s, transform .3s
}

.btn-section .btn_more_default:hover::before,
.btn-section .btn_more_default:hover::after,
.btn-section .btn_more_default:focus::before,
.btn-section .btn_more_default:focus::after {
    transform: scale(1)
}

.btn-section .btn_more_default:hover::after,
.btn-section .btn_more_default:focus::after {
    top: -7px;
    opacity: 1
}

[type="radio"]+label:before,
[type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #5a5a56 !important;
    z-index: 0;
    transition: .28s ease
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:after {
    background-color:  #388E3C !important;
    border: 1px solid  #388E3C !important
}

.nice-select::after {
    border-bottom: 2px solid  #388E3C;
    border-right: 2px solid  #388E3C
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

.select2-container {
    width: 100% !important;
    font-family: "Montserrat", sans-serif
}

.select2-container .select2-selection {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize
}

.select2-container .select2-selection:focus {
    outline: 0
}

.select2-container .select2-selection .select2-selection__arrow {
    height: 40px
}

.select2-container .select2-selection__rendered:focus {
    outline: 0
}

.select2-container .select2-dropdown {
    font-family: "Montserrat", sans-serif
}

.select2-container .select2-dropdown .select2-search input {
    height: 30px;
    margin-bottom: 5px
}

.select2-container .select2-dropdown .select2-search input.select2-search__field:focus {
    border-bottom: 1px solid  #388E3C;
    box-shadow: 0 1px 0 0  #388E3C
}

.select2-container .select2-dropdown .select2-results__options {
    overflow-x: hidden
}

.select2-container .select2-dropdown .select2-results__options li {
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize
}

body {
    overflow-x: hidden
}

.fixedPosition {
    position: fixed
}

#faq {
    padding: 150px 0 60px
}

@media screen and (max-width:767px) {
    #faq {
        padding: 100px 0 60px
    }
}

#faq .heading-text {
    text-align: left;
    margin-bottom: 60px
}

@media screen and (max-width:767px) {
    #faq .heading-text {
        text-align: center;
        font-size: 60px;
        line-height: 50px
    }
}

#faq .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #373435;
    margin-bottom: 30px;
    box-shadow: 0 0 5px #388E3C21
}

#faq .set>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 30px;
    text-decoration: none;
    color: white;
    transition: all .2s linear;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif
}

@media screen and (max-width:767px) {
    #faq .set>a {
        padding: 18px 15px
    }
}

#faq .set>a i {
    float: right;
    margin-top: 2px
}

#faq .content {
    display: none;
    padding: 0 30px 40px
}

#faq .para-text {
    color: white;
    font-size: 15px;
    line-height: 22px
}

#faq a {
    color: white;
    text-decoration: none
}

#faq .faqsection .boxes-tab {
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    white-space: nowrap
}

#faq .faqsection .boxes-tab li a {
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 12px 15px;
    background-color: #373435;
    text-transform: capitalize
}

@media screen and (max-width:767px) {
    #faq .faqsection .boxes-tab li a {
        padding: 10px
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #faq .faqsection .boxes-tab li a {
        margin-bottom: 10px
    }
}

#faq .faqsection .boxes-tab li a:first-child {
    margin-right: 5px
}

#faq .faqsection .boxes-tab li a:focus {
    background-color:  #388E3C
}

#faq .faqsection .boxes-tab li.active>a {
    background-color:  #388E3C
}

#faq .faqsection .space-top {
    margin-top: 50px
}

@media screen and (max-width:767px) {
    #faq .faqsection .space-top {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

#faq .table-responsive {
    border: 0
}

#faq table {
    color: #fff;
    margin: 20px 0
}

#faq table,
#faq th,
#faq td {
    border: 1px solid #fff
}

#faq table th {
    background:  #388E3C
}

#header a {
    text-decoration: none
}

#header .cursor-none {
    pointer-events: none
}

#header .navbar-left {
    padding-left: 15px
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #header .navbar-left {
        padding-left: 10px
    }
}

#header .navbar-left .dropmenu:hover {
    background-color: #de471f
}

#header .navbar-right {
    margin-right: 0;
    float: left !important
}

#header .navbar-right li:first-child {
    margin: 0 0px
}

#header ul li a {
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-shadow: none;
    padding: 25px 8px
}

@media screen and (max-width:991px) {
    #header ul li a {
        display: table;
        margin: auto;
        font-size: 16px;
        padding: 12px 10px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #header ul li a {
        padding: 25px 4px;
        font-size: 12px
    }
}

#header ul li a.social-icon {
    padding: 0;
    background: #f8a791;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px 5px 10px 0
}

@media screen and (max-width:991px) {
    #header ul li a.social-icon {
        margin: 10px 5px 10px 5px !important;
        background:  #388E3C;
        height: 30px;
        width: 30px !important
    }
}

#header ul li a.social-icon svg {
    font-size: 14px;
    margin-right: 0;
    color:  #388E3C
}

@media screen and (max-width:991px) {
    #header ul li a.social-icon svg {
        color: white;
        font-size: 16px
    }
}

#header ul li a svg {
    margin-right: 5px
}

#header ul li a span {
    font-weight: 600
}

#header ul li a .coming-soon {
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #header ul li a .coming-soon {
        font-size: 8px
    }
}

#header ul li:nth-of-type(9) {
    margin-left: 10px
}

@media screen and (max-width:991px) {
    #header ul li:nth-of-type(9) {
        margin-left: 0
    }
}

#header ul .social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

#header ul .social-links li {
    border: 0 !important
}

#header .navbar-inverse {
    background-image: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 15px 0 rgba(0, 0, 0, 0.15);
    border-color: transparent;
    background-color:  #388E3C
}

@media screen and (max-width:991px) {
    #header .navbar-inverse {
        display: none
    }
}

#header .navbar-inverse .navbar-brand {
    text-shadow: none;
    height: auto;
    width: 140px;
    max-width: 140px
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #header .navbar-inverse .navbar-brand {
        margin-left: -32px
    }
}

#header .mobile-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color:  #388E3C;
    height: 60px;
    display: none
}

@media screen and (max-width:991px) {
    #header .mobile-header {
        display: block
    }
}

#header .mobile-header .logo-section {
    left: 15px
}

#header .mobile-header .logo-section img {
    width: 30px;
    height: 30px;
}

#header .mobile-header .more-store-li {
    text-align:center;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%)
}

#header .mobile-header .more-store-li a {
    color: inherit
}

#header .mobile-header .more-store-li a.find-store {
    text-align:center;
    color: white;
    font-size: 14px;
    font-family: "Montserrat", sans-serif
}

#header .mobile-header .more-store-li a.find-store .fa-map-marker-alt {
    margin-right: 5px
}

#header .mobile-header .more-store-li a.find-store span {
    font-weight: 700
}

#header #nav-icon3 {
    width: 24px;
    height: 18px;
    cursor: pointer;
    z-index: 1000
}

@media screen and (max-width:991px) {
    #header #nav-icon3 {
        right: 15px;
        top: 50%;
        transform: none;
        position: absolute;
        display: block;
        transform: translateY(-50%)
    }
}

#header #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out
}

#header #nav-icon3 span:nth-child(1) {
    top: 0
}

#header #nav-icon3 span:nth-child(2) {
    top: 7px
}

#header #nav-icon3 span:nth-child(3) {
    top: 7px
}

#header #nav-icon3 span:nth-child(4) {
    top: 14px
}

#header #nav-icon3.open span:nth-child(1) {
    top: 7px;
    width: 0;
    left: 50%
}

#header #nav-icon3.open span:nth-child(2) {
    transform: rotate(45deg)
}

#header #nav-icon3.open span:nth-child(3) {
    transform: rotate(-45deg)
}

#header #nav-icon3.open span:nth-child(4) {
    top: 7px;
    width: 0;
    left: 50%
}

#header .sidebar_wrap {
    min-height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    padding-top: 60px;
    z-index: 998;
    background-color: #373435
}

#header .sidebar_wrap.open {
    transform: translateX(0)
}

#header .sidebar_wrap .sidebar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

#header .sidebar_wrap .sidebar .links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

#header .sidebar_wrap .sidebar .links li a {
    margin: 0;
    width: 100%;
    text-align: left
}

#header .sidebar_wrap .sidebar .links li a .menu_toggle_icon {
    float: right
}

#header .sidebar_wrap .sidebar .links li .droplist {
    overflow: hidden;
    background-color: #464646;
    margin-bottom: 0
}

#header .sidebar_wrap .sidebar .links li .droplist a {
    margin-left: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.dropmenu {
    position: relative;
    min-height: 1px
}

.dropmenu.dropmenu-active {
   
}

.dropmenu .rem_link_style:focus {
    
}

.dropmenu .menu_toggle_icon svg {
    transition: all linear .3s;
    position: relative;
    top: 1px
}

@media screen and (max-width:991px) {
    .dropmenu .menu_toggle_icon svg {
        top: 2px;
        left: 8px
    }
}

.dropmenu .menu_toggle_icon.invert svg {
    transform: rotate(180deg)
}

.dropmenu .droplist {
    display: none;
    opacity: 0;
    transition: all 500ms ease-out;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    width: -webkit-max-content;
    width: max-content;
    padding: 2px 0 0
}

@media screen and (max-width:991px) {
    .dropmenu .droplist {
        position: relative;
        padding: 0;
        margin-bottom: 10px
    }
}

.dropmenu .droplist .rem_link_style {
    padding: 0 !important;
    line-height: 50px
}

@media screen and (max-width:991px) {
    .dropmenu .droplist .rem_link_style {
        line-height: inherit
    }
}

.dropmenu .droplist.drop_show {
    display: block;
    opacity: 1
}

.dropmenu .droplist .droplist_item {
    padding: 0 25px;
    display: block;
    transition: all 500ms ease-out;
    background-color: white;
    color: #373435;
    font-weight: 400 !important
}

@media screen and (max-width:991px) {
    .dropmenu .droplist .droplist_item {
        padding: 10px 15px;
        background-color: transparent;
        color: white;
        font-size: 15px
    }
}

@media screen and (max-width:767px) {
    .dropmenu .droplist .droplist_item {
        font-size: 14px;
        font-weight: 300 !important
    }
}

.dropmenu .droplist .droplist_item span {
    color:  #388E3C
}

.dropmenu .droplist .droplist_item:hover {
    background-color: #fff;
    color:  #388E3C
}

@media screen and (min-width:994px) and (max-width:1200px) {
    .more-store-li a .menu_toggle_icon {
        display: none
    }
}

.more-store-li a .more-store-find {
    font-weight: 400;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 125%;
    text-align: center
}

.more-store-li .more-store {
    display: none;
    position: absolute;
    width: 250px;
    max-height: 520px;
    background-color:  #388E3C;
    padding: 15px
}

@media screen and (max-width:993px) {
    .more-store-li .more-store {
        width: 400px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 5px
    }
}

@media screen and (max-width:767px) {
    .more-store-li .more-store {
        width: 350px;
        margin-top: 20px;
        left: 37%
    }
}

.more-store-li .more-store .form-group {
    width: 100%;
    display: inline-block
}

.more-store-li .more-store .form-group .nice-select {
    font-family: "Montserrat", sans-serif;
    height: 35px;
    font-size: 12px
}

.more-store-li .more-store .form-group .nice-select .list {
    max-height: 150px;
    overflow-y: scroll
}

.more-store-li .more-store .form-group .nice-select .list::-webkit-scrollbar {
    width: 5px
}

.more-store-li .more-store .form-group .nice-select .list::-webkit-scrollbar-thumb {
    background:  #388E3C;
    border-radius: 50px;
    height: 100px
}

.more-store-li .more-store .form-group .form-control {
    background-color: white;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    text-align: left !important;
    margin-bottom: 0
}

.more-store-li .more-store .show-locations-near {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #373435;
    background-color: white
}

.more-store-li .more-store .show-locations-near .title {
    background-color: #373435;
    color: white;
    padding: 10px 15px
}

.more-store-li .more-store .show-locations-near .title a {
    font-size: 12px
}

.more-store-li .more-store .show-locations-near .address {
    padding: 15px;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden
}

.more-store-li .more-store .show-locations-near .address .item {
    margin-bottom: 15px
}

.more-store-li .more-store .show-locations-near .address p {
    line-height: 1.4
}

.more-store-li .more-store .show-locations-near .address::-webkit-scrollbar {
    width: 4px
}

.more-store-li .more-store .show-locations-near .address::-webkit-scrollbar-thumb {
    background: #373435;
    border-radius: 50px
}

.more-store-li .more-store .show-locations-near .no-stores {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #373435;
    text-align: center;
    padding: 20px 0
}

@media screen and (max-width:767px) {
    .more-store-li .more-store .show-locations-near .no-stores {
        font-size: 16px
    }
}

footer .cursor-none {
    pointer-events: none
}

footer .top-footer {
    padding: 40px 0;
    background-color: #373435
}

@media screen and (max-width:991px) {
    footer .top-footer {
        padding: 30px 0
    }
}

footer .top-footer .footer-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    footer .top-footer .footer-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    footer .top-footer .footer-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media screen and (max-width:767px) {
    footer .top-footer .footer-section .page-links {
        width: 50%;
        margin-bottom: 20px
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    footer .top-footer .footer-section .page-links {
        width: 33.33%;
        padding: 15px 15px 0 0
    }
}

footer .top-footer .footer-section .page-links ul li {
    margin-bottom: 8px;
    text-decoration: none
}

footer .top-footer .footer-section .page-links ul li a {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    text-decoration: none;
    opacity: .7;
    transition: all .3s
}



footer .top-footer .footer-section .page-links ul li a:hover,
footer .top-footer .footer-section .page-links ul li a:focus,
footer .top-footer .footer-section .page-links ul li a:active {
    opacity: 1
}

footer .top-footer .footer-section .page-links ul li a span {
    font-weight: 800;
    opacity: 1
}

footer .top-footer .footer-section .page-links ul li a .text-weight {
    font-weight: 600
}

footer .top-footer .footer-section .page-links .more-links {
    margin: 20px 0 0
}

@media screen and (max-width:767px) {
    footer .top-footer .footer-section .page-links .more-links {
        margin: 0
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    footer .top-footer .footer-section .page-links .more-links {
        margin: 20px 0 0
    }
}

footer .top-footer .footer-section .newsletter-section {
    padding: 0 10px
}

@media screen and (max-width:767px) {
    footer .top-footer .footer-section .newsletter-section {
        padding: 0
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    footer .top-footer .footer-section .newsletter-section {
        padding: 15px 10px 0
    }
}

footer .top-footer .footer-section .newsletter-section h5 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    opacity: .8
}

footer .top-footer .footer-section .newsletter-section .input-search .subs-form {
    position: relative;
    overflow: hidden
}

footer .top-footer .footer-section .newsletter-section .input-search .subs-form :-ms-input-placeholder {
    color: white !important;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    letter-spacing: 1px
}

footer .top-footer .footer-section .newsletter-section .input-search .subs-form ::placeholder {
    color: white !important;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    letter-spacing: 1px
}

footer .top-footer .footer-section .newsletter-section .input-search .subs-form input {
    background: #5f5d5d !important;
    color: white !important;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    padding: 10px;
    height: 26px;
    border: 0;
    margin: 0
}

footer .top-footer .footer-section .newsletter-section .input-search .subs-form input:focus {
    box-shadow: none
}

footer .top-footer .footer-section .newsletter-section .input-search .subs-form .submit-newsletter {
    background-color: transparent;
    background: transparent;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 0
}

footer .top-footer .footer-section .newsletter-section .input-search .subs-form .submit-newsletter svg {
    font-size: 22px
}

@media screen and (max-width:767px) {
    footer .top-footer .footer-section .newsletter-section .social {
        text-align: center
    }
}

footer .top-footer .footer-section .newsletter-section .social li {
    display: inline-block;
    margin: 20px 0 0 0
}

footer .top-footer .footer-section .newsletter-section .social li a {
    background-color: #9b9a9a;
    border-radius: 1.875em;
    color: #373435;
    display: inline-block;
    height: 1.875em;
    line-height: 1.875em;
    width: 1.875em;
    font-size: 1.25em;
    text-align: center;
    transition: all .3s;
    margin-right: 3px
}

@media screen and (max-width:767px) {
    footer .top-footer .footer-section .newsletter-section .social li a {
        line-height: 2em
    }
}

footer .top-footer .footer-section .newsletter-section .social li a:hover,
footer .top-footer .footer-section .newsletter-section .social li a:focus,
footer .top-footer .footer-section .newsletter-section .social li a:active {
    text-decoration: none
}

footer .top-footer .footer-section .newsletter-section .social li a:hover,
footer .top-footer .footer-section .newsletter-section .social li a:active {
    background-color: white
}

footer .top-footer .footer-section .newsletter-section .social li a svg {
    color: #373435;
    transition: all .3s
}

footer .top-footer .footer-section .newsletter-section .social li a svg:hover,
footer .top-footer .footer-section .newsletter-section .social li a svg:focus,
footer .top-footer .footer-section .newsletter-section .social li a svg:active {
    color: #373435
}

footer .bottom-footer {
    background-color: #373435;
    padding: 10px;
    border-top: 1px solid #524f50
}

@media screen and (max-width:767px) {
    footer .bottom-footer {
        padding: 15px 0
    }
}

footer .bottom-footer .copyright-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center
}

@media screen and (max-width:767px) {
    footer .bottom-footer .copyright-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

footer .bottom-footer .copyright-section .copyright-inside a {
    text-decoration: none
}

footer .bottom-footer .copyright-section .copyright-inside p {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
    position: relative;
    top: 14px
}

@media screen and (max-width:767px) {
    footer .bottom-footer .copyright-section .copyright-inside p {
        top: 0;
        margin-bottom: 5px
    }
}

footer .bottom-footer .copyright-section .copyright-inside .ting-unit-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    transform: scale(0.7)
}

@media screen and (max-width:991px) {
    footer .bottom-footer .copyright-section .copyright-inside .ting-unit-wrap {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

footer .bottom-footer .copyright-section .copyright-inside .ting-unit-wrap .made-by-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end
}

footer .bottom-footer .copyright-section .copyright-inside .ting-unit-wrap .made-by-text p {
    color: #373435;
    font-family: "lato-black";
    background-color: #9b9a9a;
    margin-bottom: 3px;
    padding: 2px 8px;
    border-radius: 3px;
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
    top: 0;
    position: relative
}

footer .bottom-footer .copyright-section .copyright-inside .ting-unit-wrap img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin-left: 5px
}

footer .bottom-footer .copyright-section .copyright-inside .ting-unit-wrap img.black-logo {
    filter: invert(1)
}

footer .bottom-footer .copyright-section .copyright-inside .ting-unit-wrap h6 {
    color: #fff;
    font-family: "lato-black";
    font-size: 18px
}

footer .bottom-footer .copyright-section .copyright-inside .ting-unit-wrap h6 a {
    color: #c37bd1;
    text-decoration: none;
    transition: all .5s ease-in
}

footer .bottom-footer .copyright-section .copyright-inside .ting-unit-wrap h6 a:hover {
    color: #c37bd1;
    text-decoration: none
}

#index {
    background-color: #f5f5f5;
    overflow: hidden
}

#index .banner-slider-section {
    position: relative;
    padding-top: 40px
}

@media screen and (max-width:767px) {
    #index .banner-slider-section {
        padding-top: 55px
    }
}

#index .banner-slider-section .banner-slider {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%
}

@media screen and (max-width:1199px) {
    #index .banner-slider-section .banner-slider {
        background-position: center
    }
}

@media only screen and (device-width:1280px) and (device-height:950px) {
    #index .banner-slider-section .banner-slider {
        height: 75vh
    }
}

@media only screen and (device-width:1280px) and (device-height:800px) {
    #index .banner-slider-section .banner-slider {
        height: 75vh
    }
}

@media only screen and (device-width:1440px) and (device-height:900px) {
    #index .banner-slider-section .banner-slider {
        height: 100vh
    }
}

@media only screen and (device-width:1366px) and (device-height:1024px) {
    #index .banner-slider-section .banner-slider {
        height: 80vh
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #index .banner-slider-section .banner-slider {
        height: 45vh
    }
}

@media screen and (max-width:767px) {
    #index .banner-slider-section .banner-slider {
        background: 0;
        height: auto
    }
}

#index .banner-slider-section .banner-slider-img1 {
    background-image: url("../img/home/1.jpg")
}

#index .banner-slider-section .banner-slider-img2 {
    background-image: url("../img/home/2.jpg");
    background-position: center
}

#index .banner-slider-section .banner-slider-img3 {
    background-image: url("../img/home/3.jpg")
}

#index .banner-slider-section .banner-slider-img4 {
    background-image: url("../img/home/4.jpg")
}

#index .banner-slider-section .banner-slider-img5 {
    background-image: url("../img/home/5.jpg")
}

#index .banner-slider-section .banner-slider-img6 {
    background-image: url("../img/home/6.jpg")
}
#index .banner-slider-section .banner-slider-img7 {
    background-image: url("../img/home/7.jpg")
}
#index .banner-slider-section .banner-slider-img8 {
    background-image: url("../img/home/9.jpg")
}#index .banner-slider-section .banner-slider-img9 {
    background-image: url("../img/home/10.jpg")
}#index .banner-slider-section .banner-slider-img10 {
    background-image: url("../img/home/11.jpg")
}
#index .banner-slider-section .slick-prev:before,
#index .banner-slider-section .slick-next:before {
    font-size: 30px
}

#index .banner-slider-section .slick-slide {
    outline: none !important
}

#index .banner-slider-section .slick-dots li button:before {
    font-size: 10px;
    color: white
}

#index .banner-slider-section .slick-dots {
    position: absolute;
    z-index: 1;
    bottom: auto;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

@media screen and (max-width:767px) {
    #index .banner-slider-section .slick-dots {
        bottom: 15px
    }
}

#index .banner-slider-section .slick-dots li {
    display: block
}

#index .banner-slider-section .slick-dots li.slick-active button:before {
    font-size: 10px;
    color: white
}

#index .banner-slider-section .slick-dotted.slick-slider {
    margin-bottom: 0
}

#index .banner-slider-section .down-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    cursor: pointer;
    text-align: center
}

@media screen and (min-width:1201px) and (max-width:1300px) {
    #index .banner-slider-section .down-arrow {
        bottom: 12px
    }
}

@media screen and (max-width:1199px) {
    #index .banner-slider-section .down-arrow {
        bottom: 30px
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    #index .banner-slider-section .down-arrow {
        bottom: 5%
    }
}

#index .banner-slider-section .down-arrow p {
    font-size: 14px;
    color: white;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px
}

#index .banner-slider-section .u119 {
    margin: 0 auto;
    opacity: .8;
    position: relative;
    transition: opacity .9s;
    text-align: left;
    display: inline-block;
    margin-bottom: 30px
}

#index .banner-slider-section .u119:hover {
    opacity: 1
}

#index .banner-slider-section .u119:hover .u119help-mouse-wheel:before,
#index .banner-slider-section .u119:hover .u119help-mouse-wheel:after {
    animation: indicator-up-down 1.5s infinite ease-in-out;
    height: 8px;
    opacity: 0
}

#index .banner-slider-section .u119:hover .u119help-down {
    animation: arrow-down .3s infinite alternate
}

#index .banner-slider-section .u119help-mouse-down {
    border: 3px solid white;
    border-radius: 17px;
    height: 45px;
    position: relative;
    background: transparent;
    width: 25px
}

#index .banner-slider-section .u119help-mouse-wheel {
    position: relative;
    left: 50%;
    transition: opacity .5s;
    border: 1px solid transparent
}

#index .banner-slider-section .u119help-mouse-wheel:before,
#index .banner-slider-section .u119help-mouse-wheel:after {
    content: '';
    background: white;
    border-radius: 50%;
    margin-left: -2px;
    height: 4px;
    position: absolute;
    top: 5px;
    transition: top .5s, height .5s, opacity .5s;
    width: 4px
}

#index .banner-slider-section .u119help-mouse-wheel:before {
    animation: scroll 1.5s .75s infinite ease-in-out
}

#index .banner-slider-section .u119help-mouse-wheel:after {
    animation: scroll 1.5s infinite ease-in-out
}

#index .banner-slider-section .u119help-down {
    animation: arrow-down .6s infinite alternate ease-in-out;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    display: block;
    height: 5px;
    margin: 0 auto;
    transform: rotate(45deg);
    transition: opacity .5s;
    width: 5px;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0
}

@keyframes scroll {
    0% {
        top: 5px;
        opacity: .3
    }

    50% {
        opacity: 1
    }

    100% {
        top: 15px;
        opacity: 0
    }
}

@keyframes indicator-up-down {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        top: 20px
    }
}

@keyframes arrow-down {
    0% {
        margin-top: 5px
    }

    100% {
        margin-top: 15px
    }
}

#index .food-grocery-section {
    background: url("../img/home/food-grocery-section-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 60px 0;
    position: relative
}

@media screen and (max-width:991px) {
    #index .food-grocery-section {
        padding: 40px 0 90px
    }
}

#index .food-grocery-section .food-grocery-inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:1199px) {
    #index .food-grocery-section .food-grocery-inside {
        position: relative;
        z-index: 1
    }
}

#index .food-grocery-section .food-grocery-inside .food-grocery-info {
    width: 50%
}

@media screen and (max-width:991px) {
    #index .food-grocery-section .food-grocery-inside .food-grocery-info {
        width: 100%
    }
}

#index .food-grocery-section .food-grocery-inside .food-grocery-info:last-child {
    padding-left: 80px
}

@media screen and (max-width:991px) {
    #index .food-grocery-section .food-grocery-inside .food-grocery-info:last-child {
        padding-left: 0;
        padding-top: 40px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .food-grocery-section .food-grocery-inside .food-grocery-info:last-child {
        padding-left: 50px
    }
}

@media screen and (max-width:991px) {
    #index .food-grocery-section .food-grocery-inside .food-grocery-info img {
        margin: auto
    }
}

#index .food-grocery-section .food-grocery-inside .food-grocery-info h3 {
    font-family: "Cormorant Garamond", serif;
    color: #373435;
    font-size: 45px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

@media screen and (max-width:767px) {
    #index .food-grocery-section .food-grocery-inside .food-grocery-info h3 {
        font-size: 32px;
        line-height: 30px;
        text-align: center
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .food-grocery-section .food-grocery-inside .food-grocery-info h3 {
        text-align: center
    }
}

#index .food-grocery-section .food-grocery-inside .food-grocery-info h2 {
    font-family: "sensations-qualities";
    color:  #388E3C;
    font-size: 100px;
    line-height: 80px;
    margin: 0 0 20px 0
}

@media screen and (max-width:767px) {
    #index .food-grocery-section .food-grocery-inside .food-grocery-info h2 {
        font-size: 85px;
        line-height: 62px;
        text-align: center
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .food-grocery-section .food-grocery-inside .food-grocery-info h2 {
        text-align: center
    }
}

#index .food-grocery-section .food-grocery-inside .food-grocery-info p {
    font-family: "Montserrat", sans-serif;
    color: #373435;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px
}

#index .food-grocery-section .food-grocery-inside .food-grocery-info p span {
    color:  #388E3C
}

#index .food-grocery-section .food-grocery-inside .food-grocery-info p .more-text {
    font-weight: 800
}

#index .food-grocery-section .food-grocery-img1 {
    position: absolute;
    bottom: 3%;
    left: 5%
}

@media screen and (max-width:991px) {
    #index .food-grocery-section .food-grocery-img1 {
        left: 0;
        bottom: -3%
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    #index .food-grocery-section .food-grocery-img1 {
        bottom: -2%;
        left: 1%
    }
}

@media screen and (max-width:991px) {
    #index .food-grocery-section .food-grocery-img1 img {
        width: 90px
    }
}

#index .buy-more-section {
    padding: 100px 0;
    position: relative
}

#index .buy-more-section .buy-more-inside-section {
    position: relative
}

#index .buy-more-section .buy-more-inside-section .sub-heading {
    line-height: 50px
}

#index .buy-more-section .buy-more-inside-section .sub-heading span {
    color:  #388E3C;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-transform: lowercase;
    font-size: 52px
}

#index .buy-more-section .buy-more-inside-section .heading-text {
    color: #373435
}

#index .buy-more-section .buy-more-inside-section .buy-more-left-img {
    position: absolute;
    top: -2%;
    left: 63%;
    transform: translateX(-50%)
}

@media screen and (max-width:767px) {
    #index .buy-more-section .buy-more-inside-section .buy-more-left-img {
        left: 81%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .buy-more-section .buy-more-inside-section .buy-more-left-img {
        top: -3%;
        left: 70%
    }
}

#index .buy-more-section .buy-more-inside-section .more-market-section {
    position: relative;
    margin-top: 50px
}

@media screen and (max-width:767px) {
    #index .buy-more-section .buy-more-inside-section .more-market-section {
        margin-top: 40px
    }
}

#index .buy-more-section .buy-more-inside-section .more-market-section .hypermart-supermarket-section {
    position: relative
}

#index .buy-more-section .buy-more-inside-section .more-market-section .hypermart-supermarket-section .hypermart-supermarket-description {
    background-color: #fff;
    padding: 25px 15px
}

@media screen and (min-width:768px) {
    #index .buy-more-section .buy-more-inside-section .more-market-section .hypermart-supermarket-section .hypermart-supermarket-description {
        width: 350px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 40px
    }
}

#index .buy-more-section .buy-more-inside-section .more-market-section .hypermart-supermarket-section .hypermart-supermarket-description h4 {
    font-family: "Montserrat", sans-serif;
    color:  #388E3C;
    font-size: 25px;
    margin: 25px 0 10px 0;
    line-height: 23px
}

@media screen and (max-width:767px) {
    #index .buy-more-section .buy-more-inside-section .more-market-section .hypermart-supermarket-section .hypermart-supermarket-description h4 {
        font-size: 22px;
        margin: 20px 0 10px 0
    }
}

#index .buy-more-section .buy-more-inside-section .more-market-section .hypermart-supermarket-section:nth-of-type(2) {
    margin-top: 80px
}

@media screen and (min-width:768px) {
    #index .buy-more-section .buy-more-inside-section .more-market-section .hypermart-supermarket-section:nth-of-type(2) {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width:767px) {
    #index .buy-more-section .buy-more-inside-section .more-market-section .hypermart-supermarket-section:nth-of-type(2) {
        margin-top: 40px
    }
}

#index .buy-more-section .buy-more-inside-section .more-market-section .hypermart-supermarket-section:nth-of-type(2) .hypermart-supermarket-description {
    left: 0
}

#index .buy-more-section .tomato {
    position: absolute;
    top: -3%;
    right: -7%
}

@media screen and (max-width:767px) {
    #index .buy-more-section .tomato {
        right: -11%;
        width: 190px;
        top: -8%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .buy-more-section .tomato {
        top: -6%;
        right: -10%
    }
}

@media screen and (min-width:1700px) {
    #index .buy-more-section .tomato {
        right: -4%
    }
}

#index .buy-more-section .buy-more-section-leaf {
    position: absolute;
    left: 1%;
    top: 30%
}

#index .buy-more-section .buy-more-leaf-tomato {
    position: absolute;
    right: -11%;
    bottom: -5%
}

#index .categories-section {
    background-image: url("../img/home/orange-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}

@media screen and (max-width:991px) {
    #index .categories-section {
        padding: 100px 0 60px
    }
}

#index .categories-section .categories-inside {
    position: relative
}

#index .categories-section .categories-inside .categories-heading-img {
    position: absolute;
    top: -6%;
    left: 70%;
    transform: translateX(-50%)
}

@media screen and (max-width:359px) {
    #index .categories-section .categories-inside .categories-heading-img {
        top: 25px;
        right: -15px;
        width: 75px;
        left: auto;
        transform: inherit
    }
}

@media screen and (min-width:360px) and (max-width:767px) {
    #index .categories-section .categories-inside .categories-heading-img {
        top: 0;
        right: -15px;
        width: 75px;
        left: auto;
        transform: inherit
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .categories-section .categories-inside .categories-heading-img {
        left: 81%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .categories-section .categories-inside .categories-heading-img {
        left: 74%
    }
}

#index .categories-section .categories-inside .categories-img1 {
    position: absolute;
    top: -28%;
    left: 2%
}

@media screen and (max-width:767px) {
    #index .categories-section .categories-inside .categories-img1 {
        top: -24%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .categories-section .categories-inside .categories-img1 {
        top: -23%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .categories-section .categories-inside .categories-img1 {
        top: -20%
    }
}

#index .categories-section .categories-inside .heading-text {
    color: white
}

#index .categories-section .categories-inside .sub-heading {
    color: white
}

#index .categories-section .categories-inside .slick-prev {
    background: url(../img/home/left-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 57%;
    left: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1
}

@media screen and (max-width:767px) {
    #index .categories-section .categories-inside .slick-prev {
        bottom: -110px;
        right: 45%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#index .categories-section .categories-inside .slick-prev:before {
    content: ''
}

#index .categories-section .categories-inside .slick-next {
    background: url(../img/home/right-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 57%;
    right: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1
}

@media screen and (max-width:767px) {
    #index .categories-section .categories-inside .slick-next {
        bottom: -110px;
        right: 31%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#index .categories-section .categories-inside .slick-next:before {
    content: ''
}

#index .categories-section .categories-inside .btn-section {
    display: table;
    position: relative;
    margin: 10px auto
}

#index .categories-section .categories-inside .btn-section .btn_more_default {
    color: white
}

#index .categories-section .categories-inside .btn-section .btn_more_default:before,
#index .categories-section .categories-inside .btn-section .btn_more_default:after {
    background: #fff
}

#index .categories-section .categories-inside .categories-slider {
    padding-bottom: 40px
}

#index .categories-section .categories-inside .categories-slider .slick-slide {
    outline: none !important;
    padding: 80px 0 0;
    position: relative;
    transition: all .4s cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (max-width:767px) {
    #index .categories-section .categories-inside .categories-slider .slick-slide {
        padding: 10px 0 0
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #index .categories-section .categories-inside .categories-slider .slick-slide {
        padding: 40px 15px
    }
}

#index .categories-section .categories-inside .categories-slider .slick-slide:hover {
    margin-top: -20px
}

@media screen and (max-width:1199px) {
    #index .categories-section .categories-inside .categories-slider .slick-slide:hover {
        margin-top: 0
    }
}

#index .categories-section .categories-inside .categories-slider .categories-slider-info {
    margin: 0 12px;
    position: relative;
    text-align: center
}

#index .categories-section .categories-inside .categories-slider .categories-slider-info a {
    outline: 0;
    text-decoration: none
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #index .categories-section .categories-inside .categories-slider .categories-slider-info {
        margin: 0
    }
}

@media screen and (max-width:767px) {
    #index .categories-section .categories-inside .categories-slider .categories-slider-info img {
        margin: auto
    }
}

#index .categories-section .categories-inside .categories-slider .categories-slider-info p {
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

@media screen and (max-width:767px) {
    #index .categories-section .categories-inside .categories-slider .categories-slider-info p {
        text-align: center
    }
}

#index .brands-section {
    padding: 80px 0 50px;
    position: relative
}

@media screen and (max-width:767px) {
    #index .brands-section {
        padding: 40px 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .brands-section {
        padding: 60px 0
    }
}

#index .brands-section .heading-text {
    margin-bottom: 100px
}

@media screen and (max-width:767px) {
    #index .brands-section .heading-text {
        margin-bottom: 40px
    }
}

#index .brands-section .btn-section {
    display: table;
    margin: 10px auto;
    position: relative;
    z-index: 1
}

#index .brands-section .brands-inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px 0
}

@media screen and (max-width:767px) {
    #index .brands-section .brands-inside {
        margin: 0
    }
}

#index .brands-section .brands-inside .brands-info {
    width: 50%
}

@media screen and (max-width:767px) {
    #index .brands-section .brands-inside .brands-info {
        width: auto;
        margin-bottom: 20px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .brands-section .brands-inside .brands-info {
        padding: 0 10px
    }
}

#index .brands-section .brands-inside .brands-info img {
    margin: auto
}

#index .brands-section .brands-img1 {
    position: absolute;
    top: 6%;
    transform: rotate(160deg);
    left: -4%
}

@media screen and (max-width:767px) {
    #index .brands-section .brands-img1 {
        top: 9%;
        transform: rotate(168deg);
        left: -8%
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #index .brands-section .brands-img1 {
        left: -6%
    }
}

@media screen and (min-width:1700px) {
    #index .brands-section .brands-img1 {
        left: -3%
    }
}

@media screen and (max-width:767px) {
    #index .brands-section .brands-img1 img {
        width: 120px
    }
}

#index .brands-section .brands-img2 {
    position: absolute;
    top: 48%;
    right: 0
}

@media screen and (max-width:767px) {
    #index .brands-section .brands-img2 {
        top: 33%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .brands-section .brands-img2 {
        top: 20%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .brands-section .brands-img2 {
        top: 54%
    }
}

@media screen and (max-width:767px) {
    #index .brands-section .brands-img2 img {
        width: 75px
    }
}

#index .brands-section .brands-img3 {
    position: absolute;
    bottom: 15%
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .brands-section .brands-img3 {
        bottom: 24%
    }
}

@media screen and (max-width:767px) {
    #index .brands-section .brands-img3 img {
        width: 50px
    }
}

#index .value-section {
    padding: 60px 0 0;
    position: relative
}

#index .value-section .row {
    position: relative;
    z-index: 1
}

#index .value-section .value-inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px 0 0
}

@media screen and (max-width:767px) {
    #index .value-section .value-inside {
        margin: 40px 0 0
    }
}

#index .value-section .value-inside .value-info {
    width: 33.33%
}

@media screen and (max-width:1199px) {
    #index .value-section .value-inside .value-info {
        width: auto
    }
}

#index .value-section .value-inside .value-info:nth-of-type(1) {
    width: 30%;
    padding-right: 30px
}

@media screen and (max-width:1199px) {
    #index .value-section .value-inside .value-info:nth-of-type(1) {
        width: 100%;
        padding-right: 0
    }
}

#index .value-section .value-inside .value-info:nth-of-type(2) {
    position: relative;
    top: 60px;
    width: 40%;
    padding: 0
}

@media screen and (max-width:1199px) {
    #index .value-section .value-inside .value-info:nth-of-type(2) {
        width: 100%;
        -ms-flex-order: 1;
        order: 1
    }
}

#index .value-section .value-inside .value-info:nth-of-type(3) {
    width: 30%;
    padding-left: 30px
}

@media screen and (max-width:1199px) {
    #index .value-section .value-inside .value-info:nth-of-type(3) {
        width: 100%;
        padding-left: 0
    }
}

@media screen and (max-width:1199px) {
    #index .value-section .value-inside .value-info img {
        margin: auto
    }
}

#index .value-section .value-inside .value-info h5 {
    font-family: "Montserrat", sans-serif;
    color: #f37227;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0
}

#index .value-section .value-inside .value-info h5.integrity {
    color: #6a2b7e
}

#index .value-section .value-inside .value-info h5.collaboration {
    color: #686867
}

#index .value-section .value-inside .value-info h5.growing-talent {
    color: #16a84f
}

#index .value-section .value-inside .value-info h5.grit {
    color: #ec232b
}

#index .value-section .value-inside .value-info h5.collaboration {
    color: #e6c11e
}

#index .value-section .value-inside .value-info h5.Integrity {
    color: #167fc3
}

#index .value-section .value-inside .value-info p {
    font-family: "Montserrat", sans-serif;
    color: #373435;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px
}

#index .value-section .value-inside .value-info p .more {
    color:  #388E3C;
    font-weight: 800
}

#index .value-section .value-inside .value-info p span {
    font-weight: 600
}

#index .value-section .value-inside .value-info.tree-section {
    position: relative
}

#index .value-section .value-inside .value-info.tree-section .tree-img {
    width: 320px;
    margin: auto
}

#index .value-section .value-inside .value-info.tree-section .integrity {
    position: absolute;
    width: 180px;
    top: 45%;
    left: 2%
}

#index .value-section .value-inside .value-info.tree-section .innovation {
    position: absolute;
    width: 180px;
    top: 16%;
    left: -7%;
    z-index: 1
}

#index .value-section .value-inside .value-info.tree-section .collaboration {
    position: absolute;
    width: 170px;
    top: -7%;
    left: 10%
}

#index .value-section .value-inside .value-info.tree-section .customer-obsession {
    position: absolute;
    width: 190px;
    top: -8%;
    right: 8%
}

#index .value-section .value-inside .value-info.tree-section .frugality {
    position: absolute;
    width: 180px;
    top: 13%;
    right: -8%;
    z-index: 1
}

#index .value-section .value-inside .value-info.tree-section .grit {
    position: absolute;
    width: 180px;
    top: 40%;
    right: 7%;
    z-index: 3
}

#index .value-section .value-inside .value-info.tree-section .growing-talent {
    position: absolute;
    left: 46%;
    top: 36%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 180px
}

#index .value-section .heading-section {
    position: relative;
    display: table;
    margin: auto;
    padding-top: 10px
}

#index .value-section .heading-section .mushroom-gif {
    position: absolute;
    left: -9%;
    top: -100%;
    opacity: .6
}

@media screen and (max-width:359px) {
    #index .value-section .heading-section .mushroom-gif {
        top: -26%;
        width: 80px;
        left: -18px
    }
}

@media screen and (min-width:360px) and (max-width:767px) {
    #index .value-section .heading-section .mushroom-gif {
        width: 80px;
        left: -18px;
        top: -17%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .value-section .heading-section .mushroom-gif {
        width: 104px;
        left: -3%;
        top: -60%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .value-section .heading-section .mushroom-gif {
        left: -4%;
        top: -50%
    }
}

@media screen and (max-width:767px) {
    #index .value-section .heading-section .heading-text {
        font-size: 75px;
        line-height: 60px
    }
}

@media screen and (max-width:767px) {
    #index .value-section .heading-section .sub-heading {
        position: relative
    }
}

#index .value-section .value-sectionbg {
    position: absolute;
    top: -10%
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .value-section .value-sectionbg {
        top: -2%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .value-section .value-sectionbg {
        top: -5%
    }
}

#index .value-section .value-img1 {
    position: absolute;
    top: 28%
}

@media screen and (max-width:767px) {
    #index .value-section .value-img1 {
        top: 33%;
        right: -15%;
        transform: rotate(180deg)
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .value-section .value-img1 {
        top: 12%;
        right: -9%;
        transform: rotate(180deg)
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    #index .value-section .value-img1 {
        top: 11%
    }
}

@media screen and (max-width:767px) {
    #index .value-section .value-img1 img {
        width: 50px
    }
}

#index .value-section .value-img2 {
    position: absolute;
    bottom: 14%;
    right: -3%
}

@media screen and (max-width:767px) {
    #index .value-section .value-img2 {
        top: 12%;
        right: -7%;
        bottom: auto
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .value-section .value-img2 {
        bottom: 44%;
        right: -7%
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    #index .value-section .value-img2 {
        bottom: 51%;
        right: -5%
    }
}

@media screen and (max-width:767px) {
    #index .value-section .value-img2 img {
        width: 130px
    }
}

#index .more-family-section {
    padding: 100px 0 0;
    background-image: url("../img/home/more-family-bg.png");
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

#index .more-family-section .more-family-bg {
    background-color: #eef0f2;
    padding: 80px 0 0
}

@media screen and (max-width:767px) {
    #index .more-family-section .more-family-bg {
        padding: 60px 0 0
    }
}

#index .more-family-section .more-family-bg .heading-section {
    position: relative;
    display: table;
    margin: auto
}

#index .more-family-section .more-family-bg .heading-section .watermelon-gif {
    position: absolute;
    left: -48%;
    top: 25%
}

@media screen and (max-width:767px) {
    #index .more-family-section .more-family-bg .heading-section .watermelon-gif {
        width: 85px;
        left: -44px;
        top: 72%
    }
}

#index .more-family-section .heading-text {
    margin: 0;
    color:  #388E3C;
    line-height: 65px
}

#index .more-family-section .heading-text span {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 54px
}

#index .more-family-section .more-family-inside {
    padding: 100px 50px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    #index .more-family-section .more-family-inside {
        padding: 70px 0 0
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #index .more-family-section .more-family-inside {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 80px 0 0
    }
}

#index .more-family-section .more-family-inside .more-family-info {
    width: 50%
}

@media screen and (max-width:991px) {
    #index .more-family-section .more-family-inside .more-family-info {
        width: 100%
    }
}

#index .more-family-section .more-family-inside .more-family-info:nth-of-type(1) {
    position: relative;
    left: 55px;
    z-index: 1
}

@media screen and (max-width:991px) {
    #index .more-family-section .more-family-inside .more-family-info:nth-of-type(1) {
        left: 0
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .more-family-section .more-family-inside .more-family-info:nth-of-type(1) {
        left: 15px
    }
}

#index .more-family-section .more-family-inside .more-family-info:nth-of-type(2) {
    position: relative;
    left: -55px
}

@media screen and (max-width:991px) {
    #index .more-family-section .more-family-inside .more-family-info:nth-of-type(2) {
        left: 0;
        top: -2px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .more-family-section .more-family-inside .more-family-info:nth-of-type(2) {
        width: 528px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .more-family-section .more-family-inside .more-family-info:nth-of-type(2) {
        left: -15px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .more-family-section .more-family-inside .more-family-info img {
        margin: auto
    }
}

#index .more-family-section .more-family-inside .more-family-info.text-info-bg {
    background-color:  #388E3C;
    padding: 150px 30px 150px 150px
}

@media screen and (max-width:991px) {
    #index .more-family-section .more-family-inside .more-family-info.text-info-bg {
        padding: 40px 15px 50px 15px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .more-family-section .more-family-inside .more-family-info.text-info-bg {
        padding: 130px 30px 130px 60px
    }
}

#index .more-family-section .more-family-inside .more-family-info.text-info-bg h4 {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 25px 0;
    line-height: 30px
}

@media screen and (max-width:767px) {
    #index .more-family-section .more-family-inside .more-family-info.text-info-bg h4 {
        font-size: 24px;
        margin: 0 0 20px 0
    }
}

#index .more-family-section .more-family-inside .more-family-info.text-info-bg p {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 16px;
    line-height: 20px
}

#index .more-family-section .more-family-inside .more-family-info.text-info-bg h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 16px;
    margin-bottom: 25px
}

@media screen and (max-width:767px) {
    #index .more-family-section .more-family-inside .more-family-info.text-info-bg h6 {
        margin-bottom: 20px
    }
}

#index .more-family-section .more-family-inside .more-family-info.text-info-bg .btn-section .btn_more_default {
    color: white
}

#index .more-family-section .more-family-inside .more-family-info.text-info-bg .btn-section .btn_more_default:before,
#index .more-family-section .more-family-inside .more-family-info.text-info-bg .btn-section .btn_more_default:after {
    background: #fff
}

#index .more-family-section .more-family-img1 {
    position: absolute;
    top: 40%
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .more-family-section .more-family-img1 {
        top: 31%
    }
}

#index .more-family-section .more-family-img2 {
    position: absolute;
    right: -4%;
    top: 53%
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .more-family-section .more-family-img2 {
        top: 63%;
        right: -9%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .more-family-section .more-family-img2 {
        top: 20%;
        right: -6%
    }
}

@media screen and (min-width:1700px) {
    #index .more-family-section .more-family-img2 {
        right: -3%
    }
}

#index .stay-connected-section {
    background-color: #f7f7f7;
    padding: 120px 0 40px;
    position: relative
}

#index .stay-connected-section .sub-heading {
    z-index: 1;
    position: relative
}

#index .stay-connected-section .stay-connected-inside {
    padding: 30px 85px 50px
}

@media screen and (max-width:767px) {
    #index .stay-connected-section .stay-connected-inside {
        padding: 20px 0 30px
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #index .stay-connected-section .stay-connected-inside {
        padding: 0 0 30px
    }
}

#index .stay-connected-section .stay-connected-inside .stay-connected-info {
    padding: 0 20px
}

@media screen and (max-width:767px) {
    #index .stay-connected-section .stay-connected-inside .stay-connected-info {
        padding: 0
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #index .stay-connected-section .stay-connected-inside .stay-connected-info {
        padding: 40px 15px
    }
}

#index .stay-connected-section .stay-connected-inside .stay-connected-info a {
    text-decoration: none
}

#index .stay-connected-section .stay-connected-inside .stay-connected-info a:focus {
    outline: 0;
    border: 0
}

#index .stay-connected-section .stay-connected-inside .stay-connected-info .more-retail-limited-logo {
    margin: 20px 0
}

#index .stay-connected-section .stay-connected-inside .stay-connected-info p {
    margin-bottom: 10px
}

#index .stay-connected-section .stay-connected-inside .slick-dots li button:before {
    color: #373435
}

#index .stay-connected-section .stay-connected-inside .slick-dots li.slick-active button:before {
    color: #373435
}

#index .stay-connected-section .stay-connected-inside .slick-prev {
    background: url(../img/home/left-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 45%;
    left: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1;
    filter: invert(1)
}

@media screen and (max-width:767px) {
    #index .stay-connected-section .stay-connected-inside .slick-prev {
        bottom: -110px;
        right: 45%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#index .stay-connected-section .stay-connected-inside .slick-prev:before {
    content: ''
}

#index .stay-connected-section .stay-connected-inside .slick-next {
    background: url(../img/home/right-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 45%;
    right: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1;
    filter: invert(1)
}

@media screen and (max-width:767px) {
    #index .stay-connected-section .stay-connected-inside .slick-next {
        bottom: -110px;
        right: 31%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#index .stay-connected-section .stay-connected-inside .slick-next:before {
    content: ''
}

#index .stay-connected-section .stay-connected-inside .slick-prev:before,
#index .stay-connected-section .stay-connected-inside .slick-next:before {
    font-size: 30px
}

#index .stay-connected-section .btn-section {
    display: table;
    margin: auto
}

#index .stay-connected-section .heading-section {
    position: relative;
    display: table;
    margin: auto
}

#index .stay-connected-section .heading-section .chilli-gif {
    position: absolute;
    left: -25%;
    top: -16%
}

@media screen and (max-width:767px) {
    #index .stay-connected-section .heading-section .chilli-gif {
        left: -20%;
        top: -10%;
        width: 90px
    }
}

@media screen and (max-width:359px) {
    #index .stay-connected-section .heading-section .chilli-gif {
        left: -10%
    }
}

#index .stay-connected-section .stay-connected-leftimg1 {
    position: absolute;
    bottom: 28%;
    left: 1%
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .stay-connected-section .stay-connected-leftimg1 {
        bottom: auto;
        left: 0;
        top: 10%
    }
}

#index .stay-connected-section .stay-connected-leftimg2 {
    position: absolute;
    bottom: 0
}

@media screen and (max-width:767px) {
    #index .stay-connected-section .stay-connected-leftimg2 {
        bottom: 0
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #index .stay-connected-section .stay-connected-leftimg2 {
        bottom: 4%
    }
}

#index .stay-connected-section .stay-connected-rightimg1 {
    position: absolute;
    bottom: 6%;
    right: 0
}

@media screen and (max-width:767px) {
    #index .stay-connected-section .stay-connected-rightimg1 {
        bottom: -3%
    }
}

#index .stay-connected-section .more-family-img3 {
    position: absolute;
    right: 3%;
    top: 3%
}

@media screen and (max-width:767px) {
    #index .stay-connected-section .more-family-img3 {
        right: -25px;
        top: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .stay-connected-section .more-family-img3 {
        right: -2%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #index .stay-connected-section .more-family-img3 {
        right: -2%;
        top: 3%
    }
}

@media screen and (max-width:767px) {
    #index .stay-connected-section .more-family-img3 img {
        width: 130px
    }
}

#index .map-section {
  
    background-color: #f7f7f7;
    position: relative
}

#index .map-section .map {
    display: none;
    width: 100%;
    height: 100%
}

#index .map-section .map.active {
    display: block
}

#index .map-section .map iframe {
    width: 100%;
    height: 400px
}

#index .map-section .map-enquiry-section {
    margin: 60px 0
}

@media screen and (max-width:767px) {
    #index .map-section .map-enquiry-section {
        margin: 40px 0 10px
    }
}

#index .map-section .map-enquiry-section .selectWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#index .map-section .map-enquiry-section .selectWrapper .form-group {
    width: 200px
}

@media screen and (max-width:767px) {
    #index .map-section .map-enquiry-section .selectWrapper .form-group {
        width: 100%;
        margin: 10px 20px
    }
}

#index .map-section .map-enquiry-section .selectWrapper .form-group:nth-child(2) {
    margin: 0 20px
}

#index .map-section .map-enquiry-section .selectWrapper .nice-select {
    background-color: #f8f8f8;
    display: block;
    border: 0;
    height: 50px;
    margin: 0 20px;
    width: 25%;
    font-size: 18px;
    font-weight: 500;
    color: #373435;
    font-family: "Montserrat", sans-serif;
    border-radius: 0;
    padding: 6px 10px
}

@media screen and (max-width:767px) {
    #index .map-section .map-enquiry-section .selectWrapper .nice-select {
        margin: 0 5px;
        width: 50%;
        font-size: 16px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .map-section .map-enquiry-section .selectWrapper .nice-select {
        width: 35%
    }
}

#index .map-section .map-enquiry-section .selectWrapper .nice-select.open .list {
    width: 100%;
    max-height: 150px;
    overflow-y: scroll
}

#index .map-section .map-enquiry-section .selectWrapper .nice-select.open .list::-webkit-scrollbar {
    width: 5px
}

#index .map-section .map-enquiry-section .selectWrapper .nice-select.open .list::-webkit-scrollbar-thumb {
    height: 100px
}

#index .map-section .map-enquiry-section .map-directions {
    margin-top: 40px
}

@media screen and (max-width:767px) {
    #index .map-section .map-enquiry-section .map-directions {
        margin-top: 20px;
        margin-bottom: 50px
    }
}

#index .map-section .map-enquiry-section .map-directions .map-info {
    padding: 0 20px;
    color: #373435
}

@media screen and (max-width:767px) {
    #index .map-section .map-enquiry-section .map-directions .map-info {
        width: auto;
        padding: 15px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #index .map-section .map-enquiry-section .map-directions .map-info {
        padding: 0 15px
    }
}

#index .map-section .map-enquiry-section .map-directions .map-info h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 22px
}

#index .map-section .map-enquiry-section .map-directions .map-info p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 22px;
    margin-bottom: 15px
}

#index .map-section .map-enquiry-section .map-directions .map-info .btn-section .btn_more_default {
    color: #373435;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400
}

#index .map-section .map-enquiry-section .map-directions .map-info .btn-section .btn_more_default:before,
#index .map-section .map-enquiry-section .map-directions .map-info .btn-section .btn_more_default:after {
    background-color: #373435
}

#index .map-section .map-enquiry-section .map-directions .map-info .btn-section .btn_more_default:focus {
    border: 0;
    outline: 0
}

#index .map-section .map-enquiry-section .map-directions .map-info.maplinks.active {
    color:  #388E3C
}

#index .map-section .map-enquiry-section .map-directions .map-info.maplinks.active .btn-section .btn_more_default {
    color:  #388E3C
}

#index .map-section .map-enquiry-section .map-directions .map-info.maplinks.active .btn-section .btn_more_default:before,
#index .map-section .map-enquiry-section .map-directions .map-info.maplinks.active .btn-section .btn_more_default::after {
    background-color:  #388E3C
}

#index .map-section .map-enquiry-section .map-directions .slick-dots li button:before {
    color: #373435
}

#index .map-section .map-enquiry-section .map-directions .slick-dots li.slick-active button:before {
    color: #373435
}

#index .map-section .map-enquiry-section .map-directions .slick-prev {
    background: url(../img/home/left-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 45%;
    left: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1;
    filter: invert(1)
}

@media screen and (min-width:1201px) and (max-width:1300px) {
    #index .map-section .map-enquiry-section .map-directions .slick-prev {
        left: -3%
    }
}

@media screen and (max-width:1200px) {
    #index .map-section .map-enquiry-section .map-directions .slick-prev {
        top: auto;
        bottom: -35%;
        left: 40%
    }
}

@media screen and (max-width:993px) {
    #index .map-section .map-enquiry-section .map-directions .slick-prev {
        bottom: -25%
    }
}

@media screen and (max-width:767px) {
    #index .map-section .map-enquiry-section .map-directions .slick-prev {
        left: 35%
    }
}

#index .map-section .map-enquiry-section .map-directions .slick-prev:before {
    content: ''
}

#index .map-section .map-enquiry-section .map-directions .slick-next {
    background: url(../img/home/right-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 45%;
    right: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1;
    filter: invert(1)
}

@media screen and (min-width:1201px) and (max-width:1300px) {
    #index .map-section .map-enquiry-section .map-directions .slick-next {
        right: -3%
    }
}

@media screen and (max-width:1200px) {
    #index .map-section .map-enquiry-section .map-directions .slick-next {
        top: auto;
        bottom: -35%;
        right: 40%
    }
}

@media screen and (max-width:993px) {
    #index .map-section .map-enquiry-section .map-directions .slick-next {
        bottom: -25%
    }
}

@media screen and (max-width:767px) {
    #index .map-section .map-enquiry-section .map-directions .slick-next {
        right: 35%
    }
}

#index .map-section .map-enquiry-section .map-directions .slick-next:before {
    content: ''
}

#index .map-section .map-enquiry-section .map-directions .slick-prev:before,
#index .map-section .map-enquiry-section .map-directions .slick-next:before {
    font-size: 30px
}

#index .map-section .map-enquiry-section .no-stores {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #373435;
    text-align: center;
    padding: 50px 0
}

@media screen and (max-width:767px) {
    #index .map-section .map-enquiry-section .no-stores {
        font-size: 16px
    }
}

#index .map-section .address-section {
    background-color: #eef0f2
}

#index .map-section .heading-section {
    position: relative;
    display: table;
    margin: auto;
    width: 400px
}

@media screen and (max-width:767px) {
    #index .map-section .heading-section {
        width: auto
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #index .map-section .heading-section {
        width: 300px
    }
}

#index .map-section .heading-section .heading-text {
    line-height: 110px;
    margin: 0;
    position: relative;
    top: -30px
}

#index .map-section .heading-section .lemon-gif {
    position: absolute;
    right: -80%;
    top: -80%
}

@media screen and (max-width:767px) {
    #index .map-section .heading-section .lemon-gif {
        width: 95px;
        right: -50%;
        top: -50%
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #index .map-section .heading-section .lemon-gif {
        right: -60%
    }
}

@media screen and (max-width:767px) {
    #index .map-section .heading-section .sub-heading {
        font-size: 38px
    }
}

#index .slick-prev:before,
#index .slick-next:before {
    font-size: 30px
}

#index .slick-prev:before,
#index .slick-next:before {
    font-size: 30px
}

#index .slick-slide {
    outline: none !important
}

#index .slick-dots li button:before {
    font-size: 10px;
    color: white
}

#index .slick-dots {
    position: relative;
    z-index: 1;
    bottom: 0
}

@media screen and (max-width:767px) {
    #index .slick-dots {
        bottom: -15px
    }
}

#index .slick-dots li.slick-active button:before {
    font-size: 10px;
    color: white
}

@media screen and (min-width:768px) {
    #index #caution-modal .modal-dialog {
        width: 700px
    }
}

#index #caution-modal .modal-dialog .modal-content {
    background-color: white;
    padding: 15px
}

@media screen and (max-width:1200px) {
    #index #caution-modal .modal-dialog .modal-content {
        margin-top: 50px
    }
}

#index #caution-modal .modal-dialog .modal-content .modal-header {
    padding: 15px 0;
    border: 0
}

@media screen and (max-width:767px) {
    #index #caution-modal .modal-dialog .modal-content .modal-header {
        padding-top: 0
    }
}

#index #caution-modal .modal-dialog .modal-content .modal-header .close {
    margin-top: 0;
    background-color: #000;
    opacity: 1;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 20px;
    font-weight: normal;
    font-size: 20px
}

@media screen and (max-width:767px) {
    #index #caution-modal .modal-dialog .modal-content .modal-header .close {
        right: -10px
    }
}

#index #caution-modal .modal-dialog .modal-content .modal-header .more-logo {
    position: absolute;
    right: 2%;
    top: 3%;
    z-index: 2
}

@media screen and (max-width:767px) {
    #index #caution-modal .modal-dialog .modal-content .modal-header .more-logo {
        position: relative;
        left: 0
    }
}

#index #caution-modal .modal-dialog .modal-content .modal-header .more-logo img {
    width: 90px
}

@media screen and (max-width:767px) {
    #index #caution-modal .modal-dialog .modal-content .modal-header .more-logo img {
        margin: 0 auto
    }
}

#index #caution-modal .modal-dialog .modal-content .modal-body {
    border: 2px solid black;
    position: relative;
    padding-top: 20px
}

#index #caution-modal .modal-dialog .modal-content .modal-body .modal-title {
    position: absolute;
    top: -10px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width:767px) {
    #index #caution-modal .modal-dialog .modal-content .modal-body .modal-title {
        left: 25%;
        transform: translateX(0)
    }
}

#index #caution-modal .modal-dialog .modal-content .modal-body .modal-title span {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 2px 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase
}

#index #caution-modal .modal-dialog .modal-content .modal-body p {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    color: black;
    line-height: 1.3
}

#index #caution-modal .modal-dialog .modal-content .modal-body p a {
    text-decoration: none;
    color: inherit
}

#index .modal-clk {
    width: 50px;
    height: 50px;
    background-color: #000;
    display: none
}

#newsroom {
    overflow: hidden
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #newsroom.inside-page-bg {
        min-height: 100%
    }
}

#newsroom .banner-section {
    position: relative
}

#newsroom .banner-section .media-img1 {
    position: absolute;
    right: -1%;
    top: 38%
}

@media screen and (max-width:767px) {
    #newsroom .banner-section .media-img1 {
        top: 18%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #newsroom .banner-section .media-img1 {
        bottom: 10%
    }
}

@media screen and (max-width:767px) {
    #newsroom .banner-section .media-img1 img {
        width: 60px
    }
}

#newsroom .press-releases-section {
    position: relative
}

#newsroom .press-releases-section .media-query {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.4
}

@media screen and (max-width:767px) {
    #newsroom .press-releases-section .media-query {
        font-size: 14px
    }
}

#newsroom .press-releases-section .media-query a {
    color: inherit;
    text-decoration: none
}

#newsroom .press-releases-section .press-releases-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px
}

@media screen and (max-width:767px) {
    #newsroom .press-releases-section .press-releases-heading {
        padding: 0
    }
}

#newsroom .press-releases-section .press-releases-heading .text-search-section h3 {
    font-size: 25px;
    color:  #388E3C;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    margin: 0
}

@media screen and (max-width:359px) {
    #newsroom .press-releases-section .press-releases-heading .text-search-section h3 {
        font-size: 18px
    }
}

@media screen and (min-width:360px) and (max-width:767px) {
    #newsroom .press-releases-section .press-releases-heading .text-search-section h3 {
        font-size: 22px
    }
}

#newsroom .press-releases-section .press-releases-heading .text-search-section .nice-select {
    display: block;
    width: 185px;
    height: 40px;
    opacity: 1;
    pointer-events: visible;
    background-color:  #388E3C;
    border: 0;
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    border-radius: 0
}

@media screen and (max-width:359px) {
    #newsroom .press-releases-section .press-releases-heading .text-search-section .nice-select {
        width: 130px
    }
}

@media screen and (min-width:360px) and (max-width:767px) {
    #newsroom .press-releases-section .press-releases-heading .text-search-section .nice-select {
        width: 150px
    }
}

#newsroom .press-releases-section .press-releases-heading .text-search-section .nice-select .list {
    background-color: #373435
}

#newsroom .press-releases-section .press-releases-heading .text-search-section .nice-select .option:hover {
    background-color:  #388E3C;
    color: white
}

#newsroom .press-releases-section .press-releases-heading .text-search-section .nice-select .option.focus {
    background-color:  #388E3C;
    color: white
}

#newsroom .press-releases-section .press-releases-heading .text-search-section .nice-select .option.selected {
    font-weight: normal
}

#newsroom .press-releases-section .press-releases-heading .text-search-section .nice-select .option.selected.focus {
    background-color:  #388E3C;
    color: white
}

#newsroom .press-releases-section .press-releases-heading .text-search-section .nice-select:focus {
    box-shadow: none;
    outline: 0
}

#newsroom .press-releases-section .press-releases-heading .text-search-section .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

#newsroom .press-releases-section .press-releases-heading .text-search-section .nice-select.open .list {
    width: 100%
}

#newsroom .press-releases-section .more-information {
    background-color: white;
    padding: 20px 50px;
    margin: 40px 0 30px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -10px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width:767px) {
    #newsroom .press-releases-section .more-information {
        padding: 0 15px
    }
}

#newsroom .press-releases-section .more-information .information-inside {
    border-bottom: 1px solid #e1e1e1;
    padding: 40px 0
}

#newsroom .press-releases-section .more-information .information-inside:last-child {
    border: 0
}

#newsroom .press-releases-section .more-information .information-inside h4 {
    font-size: 18px;
    color:  #388E3C;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: 24px
}

#newsroom .press-releases-section .more-information .information-inside h4 span {
    font-weight: 600
}

#newsroom .press-releases-section .more-information .information-inside h5 {
    font-size: 15px;
    color: #373435;
    font-family: "Montserrat", sans-serif;
    margin: 12px 0
}

#newsroom .press-releases-section .more-information .information-inside h5 span {
    font-weight: 500
}

#newsroom .press-releases-section .more-information .information-inside h6 {
    font-size: 15px;
    color: #373435;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    opacity: .6;
    margin: 0 0 15px
}

#newsroom .press-releases-section .more-information .information-inside a {
    text-decoration: none
}

#newsroom .press-releases-section .media-img2 {
    position: absolute;
    left: 0;
    top: 10%
}

@media screen and (max-width:767px) {
    #newsroom .press-releases-section .media-img2 {
        top: 3%
    }
}

@media screen and (max-width:767px) {
    #newsroom .press-releases-section .media-img2 img {
        width: 55px
    }
}

#newsroom .press-releases-section .media-img3 {
    position: absolute;
    right: 0;
    top: 32%
}

@media screen and (max-width:767px) {
    #newsroom .press-releases-section .media-img3 {
        top: 20%
    }
}

@media screen and (max-width:767px) {
    #newsroom .press-releases-section .media-img3 img {
        width: 90px
    }
}

#newsroom .press-releases-section .media-img4 {
    position: absolute;
    left: -1%;
    bottom: 22%
}

@media screen and (max-width:767px) {
    #newsroom .press-releases-section .media-img4 {
        right: -8%;
        bottom: 22%;
        left: auto;
        transform: rotate(250deg)
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #newsroom .press-releases-section .media-img4 {
        bottom: 18%
    }
}

@media screen and (max-width:767px) {
    #newsroom .press-releases-section .media-img4 img {
        width: 100px
    }
}

#newsroom .press-releases-section .media-img5 {
    position: absolute;
    right: 0;
    bottom: 8%
}

@media screen and (max-width:767px) {
    #newsroom .press-releases-section .media-img5 {
        bottom: 6%
    }
}

@media screen and (max-width:767px) {
    #newsroom .press-releases-section .media-img5 img {
        width: 60px
    }
}

#media {
    overflow: hidden
}

#media .banner-section {
    position: relative
}

#media .banner-section .lemon-gif {
    position: absolute;
    right: -3%;
    bottom: 20%
}

@media screen and (max-width:767px) {
    #media .banner-section .lemon-gif {
        bottom: 67%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #media .banner-section .lemon-gif {
        bottom: 10%
    }
}

@media screen and (max-width:767px) {
    #media .banner-section .lemon-gif img {
        width: 80px
    }
}

#media .press-releases-section {
    position: relative
}

#media .press-releases-section .press-releases-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px
}

@media screen and (max-width:767px) {
    #media .press-releases-section .press-releases-heading {
        padding: 0
    }
}

#media .press-releases-section .press-releases-heading .text-search-section h3 {
    font-size: 25px;
    color:  #388E3C;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    margin: 0
}

@media screen and (max-width:767px) {
    #media .press-releases-section .press-releases-heading .text-search-section h3 {
        font-size: 22px
    }
}

#media .press-releases-section .press-releases-heading .text-search-section .nice-select {
    display: block;
    width: 185px;
    height: 40px;
    opacity: 1;
    pointer-events: visible;
    background-color:  #388E3C;
    border: 0;
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    border-radius: 0
}

@media screen and (max-width:767px) {
    #media .press-releases-section .press-releases-heading .text-search-section .nice-select {
        width: 150px
    }
}

#media .press-releases-section .press-releases-heading .text-search-section .nice-select .list {
    background-color: #373435
}

#media .press-releases-section .press-releases-heading .text-search-section .nice-select .option:hover {
    background-color:  #388E3C;
    color: white
}

#media .press-releases-section .press-releases-heading .text-search-section .nice-select .option.focus {
    background-color:  #388E3C;
    color: white
}

#media .press-releases-section .press-releases-heading .text-search-section .nice-select .option.selected {
    font-weight: normal
}

#media .press-releases-section .press-releases-heading .text-search-section .nice-select .option.selected.focus {
    background-color:  #388E3C;
    color: white
}

#media .press-releases-section .press-releases-heading .text-search-section .nice-select:focus {
    box-shadow: none;
    outline: 0
}

#media .press-releases-section .press-releases-heading .text-search-section .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

#media .press-releases-section .press-releases-heading .text-search-section .nice-select.open .list {
    width: 100%
}

#media .press-releases-section .more-information {
    background-color: white;
    padding: 20px 50px;
    margin: 40px 0 60px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -10px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width:767px) {
    #media .press-releases-section .more-information {
        padding: 0 15px
    }
}

#media .press-releases-section .more-information .information-inside {
    border-bottom: 1px solid #e1e1e1;
    padding: 40px 0
}

#media .press-releases-section .more-information .information-inside:last-child {
    border: 0
}

#media .press-releases-section .more-information .information-inside a {
    text-decoration: none
}

#media .press-releases-section .more-information .information-inside h4 {
    font-size: 18px;
    color:  #388E3C;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: 24px
}

#media .press-releases-section .more-information .information-inside h4 span {
    font-weight: 600
}

#media .press-releases-section .more-information .information-inside h5 {
    font-size: 15px;
    color: #373435;
    font-family: "Montserrat", sans-serif;
    margin: 12px 0
}

#media .press-releases-section .more-information .information-inside h5 span {
    font-weight: 500
}

#media .press-releases-section .more-information .information-inside h6 {
    font-size: 15px;
    color: #373435;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    opacity: .6;
    margin: 0 0 15px
}

#media .press-releases-section .newsroompage-img1 {
    position: absolute;
    left: 0;
    top: 10%
}

@media screen and (max-width:767px) {
    #media .press-releases-section .newsroompage-img1 {
        top: 1%
    }
}

@media screen and (max-width:767px) {
    #media .press-releases-section .newsroompage-img1 img {
        width: 70px
    }
}

#media .press-releases-section .newsroompage-img2 {
    position: absolute;
    right: 0;
    top: 22%
}

@media screen and (max-width:767px) {
    #media .press-releases-section .newsroompage-img2 {
        top: 14%
    }
}

@media screen and (max-width:767px) {
    #media .press-releases-section .newsroompage-img2 img {
        width: 90px
    }
}

#media .press-releases-section .leaf {
    position: absolute;
    left: -5%;
    bottom: 28%;
    transform: rotate(60deg)
}

@media screen and (max-width:767px) {
    #media .press-releases-section .leaf {
        right: -11%;
        bottom: 30%;
        transform: inherit;
        left: auto
    }
}

#media .press-releases-section .leaf img {
    width: 150px
}

#media .press-releases-section .newsroompage-img3 {
    position: absolute;
    right: 0;
    bottom: 8%
}

@media screen and (max-width:767px) {
    #media .press-releases-section .newsroompage-img3 img {
        width: 60px
    }
}

#employee-speak {
    overflow: hidden
}

#employee-speak .banner-section .banner-inside {
    padding: 45px 0 100px
}

@media screen and (max-width:767px) {
    #employee-speak .banner-section .banner-inside {
        padding: 80px 0 60px
    }
}

#employee-speak .banner-section .leaf {
    position: absolute;
    right: -4%;
    top: 25%
}

@media screen and (max-width:767px) {
    #employee-speak .banner-section .leaf {
        right: -11%;
        top: 20%;
        width: 150px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #employee-speak .banner-section .leaf {
        right: -6%;
        top: 65%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #employee-speak .banner-section .leaf img {
        width: 170px
    }
}

#employee-speak .banner-section .employee-speak1 {
    position: absolute;
    left: 5%;
    bottom: 3%
}

@media screen and (max-width:767px) {
    #employee-speak .banner-section .employee-speak1 {
        left: auto;
        bottom: 3%;
        right: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #employee-speak .banner-section .employee-speak1 {
        left: 2%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #employee-speak .banner-section .employee-speak1 img {
        width: 70px
    }
}

#employee-speak .employee-section {
    padding-bottom: 100px;
    position: relative
}

#employee-speak .employee-section .employee-information-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    #employee-speak .employee-section .employee-information-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#employee-speak .employee-section .employee-information-section .employee-description {
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -10px rgba(0, 0, 0, 0.2);
    padding: 60px 30px 30px 0;
    position: relative;
    width: 48%
}

@media screen and (max-width:767px) {
    #employee-speak .employee-section .employee-information-section .employee-description {
        width: 100%;
        margin-bottom: 40px;
        padding: 40px 0 20px
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #employee-speak .employee-section .employee-information-section .employee-description {
        width: 100%;
        margin-bottom: 40px
    }
}

#employee-speak .employee-section .employee-information-section .employee-description:first-child {
    margin-right: 15px
}

@media screen and (max-width:767px) {
    #employee-speak .employee-section .employee-information-section .employee-description:first-child {
        padding: 0;
        margin-right: 0
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #employee-speak .employee-section .employee-information-section .employee-description:first-child {
        margin-right: 0
    }
}

#employee-speak .employee-section .employee-information-section .employee-description:last-child {
    margin-left: 15px
}

@media screen and (max-width:767px) {
    #employee-speak .employee-section .employee-information-section .employee-description:last-child {
        padding: 0;
        margin-left: 0
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #employee-speak .employee-section .employee-information-section .employee-description:last-child {
        margin-left: 0
    }
}

@media screen and (min-width:768px) {
    #employee-speak .employee-section .employee-information-section .employee-description:nth-child(even) {
        padding: 60px 0 30px 30px
    }

    #employee-speak .employee-section .employee-information-section .employee-description:nth-child(even) .para-desc {
        float: right;
        margin-right: 40px
    }

    #employee-speak .employee-section .employee-information-section .employee-description:nth-child(even) .name-position-section {
        padding: 20px 20px 20px 50px;
        float: right
    }
}

@media screen and (min-width:768px) and (min-width:768px) and (max-width:1199px) {
    #employee-speak .employee-section .employee-information-section .employee-description:nth-child(even) .name-position-section {
        padding: 20px 20px 20px 70px
    }
}

@media screen and (min-width:768px) {
    #employee-speak .employee-section .employee-information-section .employee-description:nth-child(even) .employee-img {
        left: 10px
    }
}

#employee-speak .employee-section .employee-information-section .employee-description .para-desc-wrapper {
    min-height: 190px
}

@media screen and (max-width:767px) {
    #employee-speak .employee-section .employee-information-section .employee-description .para-desc-wrapper {
        min-height: auto;
        margin-bottom: 30px;
        padding: 40px 40px 0
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #employee-speak .employee-section .employee-information-section .employee-description .para-desc-wrapper {
        min-height: 150px
    }
}

#employee-speak .employee-section .employee-information-section .employee-description .para-desc-wrapper .para-desc {
    position: relative;
    width: 55%;
    margin-left: 60px
}

@media screen and (max-width:767px) {
    #employee-speak .employee-section .employee-information-section .employee-description .para-desc-wrapper .para-desc {
        width: auto;
        margin-left: 0
    }
}

#employee-speak .employee-section .employee-information-section .employee-description .para-desc-wrapper .para-desc .before-img {
    position: absolute;
    top: -23px;
    left: -45px
}

@media screen and (max-width:767px) {
    #employee-speak .employee-section .employee-information-section .employee-description .para-desc-wrapper .para-desc .before-img {
        width: 30px;
        top: -12px;
        left: -33px
    }
}

#employee-speak .employee-section .employee-information-section .employee-description .para-desc-wrapper .para-desc .after-img {
    position: absolute;
    bottom: -22px;
    right: 0
}

@media screen and (max-width:767px) {
    #employee-speak .employee-section .employee-information-section .employee-description .para-desc-wrapper .para-desc .after-img {
        width: 30px;
        bottom: -12px
    }
}

#employee-speak .employee-section .employee-information-section .employee-description .para-text .more-text {
    font-weight: 800
}

#employee-speak .employee-section .employee-information-section .employee-description .para-text span {
    color:  #388E3C
}

#employee-speak .employee-section .employee-information-section .employee-description .name-position-section {
    background-color:  #388E3C;
    padding: 20px 20px 20px 40px;
    margin-top: 30px;
    width: 70%
}

@media screen and (max-width:767px) {
    #employee-speak .employee-section .employee-information-section .employee-description .name-position-section {
        margin: 0;
        width: 100%;
        padding: 20px;
        text-align: center
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #employee-speak .employee-section .employee-information-section .employee-description .name-position-section {
        width: 80%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #employee-speak .employee-section .employee-information-section .employee-description .name-position-section {
        width: 85%
    }
}

#employee-speak .employee-section .employee-information-section .employee-description .name-position-section h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: white;
    margin: 0
}

#employee-speak .employee-section .employee-information-section .employee-description .employee-img {
    position: absolute;
    right: 10px;
    bottom: 0
}

@media screen and (max-width:767px) {
    #employee-speak .employee-section .employee-information-section .employee-description .employee-img {
        position: relative;
        padding-top: 40px
    }
}

@media screen and (max-width:767px) {
    #employee-speak .employee-section .employee-information-section .employee-description .employee-img img {
        margin: auto
    }
}

#employee-speak .employee-section .employee-speak2 {
    position: absolute;
    right: 0;
    bottom: 2%
}

#contact_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

#contact_page .banner-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 64px
}

#contact_page .banner-sec .item {
    width: 49%
}

@media screen and (max-width:767px) {
    #contact_page .banner-sec .item {
        width: 100%
    }
}

#contact_page .banner-sec .item:nth-child(1) {
    width: 30%
}

@media screen and (min-width:768px) and (max-width:993px) {
    #contact_page .banner-sec .item:nth-child(1) {
        width: 49%
    }
}

@media screen and (max-width:767px) {
    #contact_page .banner-sec .item:nth-child(1) {
        width: 100%
    }
}

#contact_page .banner-sec .item:nth-child(1) .heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    #contact_page .banner-sec .item:nth-child(1) .heading {
        -ms-flex-pack: center;
        justify-content: center
    }
}

#contact_page .banner-sec .item:nth-child(1) .heading .sub-heading {
    text-transform: capitalize
}

#contact_page .banner-sec .item:nth-child(1) .heading .heading-text {
    margin-left: 25px;
    font-size: 150px
}

#contact_page .banner-sec .item:nth-child(1) p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    padding-top: 20px
}

@media screen and (max-width:767px) {
    #contact_page .banner-sec .item:nth-child(1) p {
        font-size: 18px
    }
}

#contact_page .imp-contact {
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    font-size: 14px;
    padding-top: 20px;
    width: 90%;
    margin: 0 auto
}

@media only screen and (device-width:834px) and (device-height:1191px) {
    #contact_page .imp-contact {
        width: 100%
    }
}

@media only screen and (device-width:768px) and (device-height:1024px) {
    #contact_page .imp-contact {
        width: 100%
    }
}

@media only screen and (device-width:812px) and (device-height:375px) {
    #contact_page .imp-contact {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    #contact_page .imp-contact {
        width: 100%
    }
}

#contact_page .imp-contact p {
    margin-bottom: 5px;
    color: black
}

#contact_page .imp-contact p span {
    font-weight: 600
}

#contact_page .imp-contact p a {
    color: inherit;
    text-decoration: none
}

#contact_page .offices-sec {
    font-family: "Montserrat", sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0
}

@media screen and (max-width:1200px) {
    #contact_page .offices-sec {
        padding: 20px 0
    }
}

@media screen and (max-width:767px) {
    #contact_page .offices-sec {
        padding-bottom: 0
    }
}

#contact_page .offices-sec .item {
    font-size: 15px;
    width: 30.33%;
    background-color: white;
    padding: 50px 30px;
    margin-bottom: 30px;
    filter: drop-shadow(-2px 0 3px #ddd)
}

@media screen and (max-width:1200px) {
    #contact_page .offices-sec .item {
        width: 100%;
        margin-bottom: 15px
    }
}

@media screen and (max-width:993px) {
    #contact_page .offices-sec .item {
        padding: 30px 20px
    }
}

@media screen and (max-width:767px) {
    #contact_page .offices-sec .item {
        font-size: 14px;
        padding: 25px 20px
    }
}

#contact_page .offices-sec .item .title-head {
    color:  #388E3C;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    #contact_page .offices-sec .item .title-head {
        font-size: 16px
    }
}

#contact_page .offices-sec .item .head {
    font-weight: 500;
    margin-bottom: 5px
}

#contact_page .offices-sec .item .address {
    margin-bottom: 10px;
    line-height: 1.4
}

#contact_page .offices-sec .item p {
    line-height: 1.6;
    font-size: 14px
}

#contact_page .offices-sec .item p span {
    font-weight: 600
}

#contact_page .offices-sec .item p a {
    color: inherit;
    text-decoration: none
}

#contact_page .enquiry-sec {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 30px
}

@media screen and (max-width:993px) {
    #contact_page .enquiry-sec {
        padding: 0
    }
}

@media screen and (max-width:767px) {
    #contact_page .enquiry-sec {
        font-size: 14px
    }
}

#contact_page .enquiry-sec .nav-tabs {
    background-color:  #388E3C;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#contact_page .enquiry-sec .nav-tabs li a {
    color: white;
    position: relative;
    border: 0;
    padding: 15px;
    text-align: center;
    opacity: .5;
    transition: .4s ease-in-out
}

@media screen and (max-width:767px) {
    #contact_page .enquiry-sec .nav-tabs li a {
        padding: 10px 5px;
        font-size: 12px
    }
}

#contact_page .enquiry-sec .nav-tabs li a:hover {
    background-color: transparent;
    border: 0;
    opacity: 1;
    outline: 0
}

#contact_page .enquiry-sec .nav-tabs li a:focus {
    background-color: transparent;
    border: 0;
    opacity: 1;
    outline: 0
}

#contact_page .enquiry-sec .nav-tabs li.active a {
    background-color: transparent;
    border: 0;
    opacity: 1
}

#contact_page .enquiry-sec .nav-tabs li.active a::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: white
}

#contact_page .enquiry-sec .tab-content {
    padding: 30px 0 0;
    line-height: 1.4
}

@media screen and (max-width:993px) {
    #contact_page .enquiry-sec .tab-content {
        padding: 20px 0 0
    }
}

#contact_page .enquiry-sec .tab-content .para {
    font-weight: 600
}

#contact_page .enquiry-sec .tab-content .para p {
    margin-bottom: 10px
}

#contact_page .enquiry-sec .tab-content form {
    margin-top: 50px
}

@media screen and (max-width:993px) {
    #contact_page .enquiry-sec .tab-content form {
        margin-top: 20px
    }
}

#contact_page .enquiry-sec .tab-content form .item {
    background-color: white;
    padding: 50px 30px 5px;
    margin-bottom: 10px;
    filter: drop-shadow(-2px 0 3px #ddd)
}

@media screen and (max-width:767px) {
    #contact_page .enquiry-sec .tab-content form .item {
        padding: 20px 15px
    }
}

#contact_page .enquiry-sec .tab-content form .item .row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#contact_page .enquiry-sec .tab-content form .item .row-flex .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 48%;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex .form-group {
        width: 100%
    }
}

#contact_page .enquiry-sec .tab-content form .item .row-flex .form-group label {
    width: 48%;
    font-size: 16px;
    font-weight: 500;
    color: black
}

#contact_page .enquiry-sec .tab-content form .item .row-flex .form-group label span {
    color:  #388E3C
}

@media screen and (max-width:993px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex .form-group label {
        width: 100%;
        text-align: left
    }
}

@media screen and (max-width:767px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex .form-group label {
        font-size: 14px
    }
}

#contact_page .enquiry-sec .tab-content form .item .row-flex .form-group .form-control {
    width: 48%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    background-color: none
}

@media screen and (max-width:1200px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex .form-group .form-control {
        margin-bottom: 10px
    }
}

@media screen and (max-width:993px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex .form-group .form-control {
        width: 100%
    }
}

#contact_page .enquiry-sec .tab-content form .item .row-flex .radio-group {
    width: 100%
}

@media screen and (max-width:993px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex .radio-group {
        margin-bottom: 0
    }
}

#contact_page .enquiry-sec .tab-content form .item .row-flex .radio-group label {
    width: 18%
}

@media screen and (max-width:993px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex .radio-group label {
        width: 100%;
        margin-bottom: 15px
    }
}

#contact_page .enquiry-sec .tab-content form .item .row-flex .radio-group .radio-div {
    width: 78%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:993px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex .radio-group .radio-div {
        width: 100%
    }
}

#contact_page .enquiry-sec .tab-content form .item .row-flex .radio-group .radio-div .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

@media screen and (max-width:767px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex .radio-group .radio-div .box {
        width: 100%
    }
}

#contact_page .enquiry-sec .tab-content form .item .row-flex .radio-group .radio-div .box label {
    width: 100%;
    font-size: 11px;
    text-align: left;
    padding-left: 20px
}

#contact_page .enquiry-sec .tab-content form .item .row-flex .radio-group .radio-div .box:nth-last-child(1) {
    margin-right: 0
}

#contact_page .enquiry-sec .tab-content form .item .row-flex.btn-row {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0
}

@media screen and (min-width:768px) and (max-width:993px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex.btn-row {
        padding: 30px 0
    }
}

@media screen and (max-width:767px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex.btn-row {
        padding: 15px 0
    }
}

#contact_page .enquiry-sec .tab-content form .item .row-flex.btn-row .btn {
    color: white;
    background-color: #373435;
    width: 180px;
    padding: 10px 0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    transition: .4s ease-in-out
}

#contact_page .enquiry-sec .tab-content form .item .row-flex.btn-row .btn:nth-child(1) {
    margin-right: 50px;
    background-color:  #388E3C
}

@media screen and (max-width:767px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex.btn-row .btn {
        width: 120px
    }
}

#contact_page .enquiry-sec .tab-content form .item .row-flex.comments-row .form-group {
    width: 100%
}

#contact_page .enquiry-sec .tab-content form .item .row-flex.comments-row .form-group label {
    width: 23%
}

@media screen and (max-width:993px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex.comments-row .form-group label {
        width: 100%
    }
}

#contact_page .enquiry-sec .tab-content form .item .row-flex.comments-row .form-group .form-control {
    width: 73%;
    resize: none
}

@media screen and (max-width:993px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex.comments-row .form-group .form-control {
        width: 100%
    }
}

#contact_page .enquiry-sec .tab-content form .item .row-flex span.error {
    font-size: 12px;
    color: red;
    width: 100%
}

@media screen and (min-width:994px) {
    #contact_page .enquiry-sec .tab-content form .item .row-flex span.error {
        text-align: right
    }
}

#contact_page .enquiry-sec .tab-content form .item:nth-child(1) {
    margin-bottom: 20px
}

@media screen and (max-width:993px) {
    #contact_page .enquiry-sec .tab-content form .item:nth-child(1) {
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    #contact_page .enquiry-sec .tab-content form .item:nth-child(1) {
        margin-bottom: 10px
    }
}

#contact_page .enquiry-sec .tab-content form .title-details {
    color:  #388E3C;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1
}

@media screen and (max-width:767px) {
    #contact_page .enquiry-sec .tab-content form .title-details {
        margin: 0
    }
}

#contact_page .enquiry-sec .tab-content .nice-select {
    font-size: 12px;
    white-space: break-spaces;
    line-height: 1.4;
    text-transform: capitalize
}

#contact_page .enquiry-sec .tab-content .nice-select .list {
    background-color: #e8e8e8;
    max-height: 200px;
    overflow-y: auto;
    text-transform: capitalize
}

#contact_page .enquiry-sec .tab-content .nice-select .list li {
    line-height: 1.4;
    padding: 10px
}

#contact_page .enquiry-sec .tab-content .nice-select .list::-webkit-scrollbar {
    width: 2px
}

#contact_page .enquiry-sec .tab-content .nice-select .option:hover {
    background-color:  #388E3C;
    color: black
}

#contact_page .enquiry-sec .tab-content .nice-select .option.focus {
    background-color:  #388E3C;
    color: black
}

#contact_page .enquiry-sec .tab-content .nice-select .option.selected.focus {
    background-color:  #388E3C;
    color: black
}

@media screen and (min-width:994px) {
    #contact_page .enquiry-sec .tab-content .select2-container {
        width: 48% !important
    }
}

#contact_page .enquiry-sec .tab-content .select2-container .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none
}

#contact_page .abs-1 {
    position: absolute;
    top: 18%;
    left: 0;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #contact_page .abs-1 {
        top: 13%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #contact_page .abs-1 {
        display: none
    }
}

#contact_page .abs-2 {
    position: absolute;
    top: 37%;
    right: -1%;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #contact_page .abs-2 {
        top: 48%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #contact_page .abs-2 {
        display: none
    }
}

#contact_page .abs-3 {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 120px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #contact_page .abs-3 {
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #contact_page .abs-3 {
        display: none
    }
}

#contact_page .vector-1 {
    position: absolute;
    top: 15%;
    right: -1%;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #contact_page .vector-1 {
        top: 13%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #contact_page .vector-1 {
        display: none
    }
}

#contact_page .vector-2 {
    position: absolute;
    top: 58%;
    left: 0;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #contact_page .vector-2 {
        top: 66%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #contact_page .vector-2 {
        display: none
    }
}

#contact_page .vector-3 {
    position: absolute;
    top: 70%;
    right: -1%;
    width: 120px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #contact_page .vector-3 {
        top: 75%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #contact_page .vector-3 {
        display: none
    }
}

#careers {
    overflow: hidden
}

#careers .section-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    #careers .section-heading {
        -ms-flex-pack: center;
        justify-content: center
    }
}

#careers .section-heading .sub-heading {
    padding-right: 15px
}

@media screen and (max-width:767px) {
    #careers .section-heading .sub-heading {
        padding-right: 10px
    }
}

#careers .section-heading .heading-text {
    margin: 0
}

#careers .banner-section {
    position: relative
}

@media screen and (min-width:768px) and (max-width:991px) {
    #careers .banner-section .banner-inside {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #careers .banner-section .banner-inside .banner-info:first-child {
        width: 40%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #careers .banner-section .banner-inside .banner-info:last-child {
        width: 60%
    }
}

#careers .banner-section .banner-inside .banner-info .heading-text {
    text-transform: inherit;
    color: #373435;
    line-height: 40px
}

#careers .banner-section .banner-inside .banner-info .heading-text span {
    font-family: "Montserrat", sans-serif;
    color:  #388E3C;
    text-transform: lowercase;
    font-size: 54px;
    position: relative;
    left: 85px
}

@media screen and (max-width:767px) {
    #careers .banner-section .banner-inside .banner-info .heading-text span {
        left: 0;
        font-size: 45px;
        line-height: 50px
    }
}

#careers .banner-section .lemon-gif {
    position: absolute;
    left: 3%;
    bottom: 10%;
    transform: rotate(110deg)
}

@media screen and (max-width:767px) {
    #careers .banner-section .lemon-gif {
        top: 18%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #careers .banner-section .lemon-gif {
        bottom: 10%
    }
}

@media screen and (max-width:767px) {
    #careers .banner-section .lemon-gif img {
        width: 60px
    }
}

#careers .md-message-section {
    margin: 40px 0 100px;
    position: relative
}

@media screen and (max-width:767px) {
    #careers .md-message-section {
        margin: 10px 0 60px
    }
}

#careers .md-message-section .we-careimg1 {
    position: absolute;
    right: 0;
    top: 16%
}

@media screen and (max-width:767px) {
    #careers .md-message-section .we-careimg1 {
        width: 70px;
        top: 27%
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #careers .md-message-section .we-careimg1 img {
        width: 70px
    }
}

#careers .md-message-section .md-message-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#careers .md-message-section .md-message-information .md-desc:first-child {
    width: 30%
}

@media screen and (max-width:767px) {
    #careers .md-message-section .md-message-information .md-desc:first-child {
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #careers .md-message-section .md-message-information .md-desc:first-child {
        width: 40%
    }
}

#careers .md-message-section .md-message-information .md-desc:last-child {
    width: 70%;
    padding-left: 80px
}

@media screen and (max-width:767px) {
    #careers .md-message-section .md-message-information .md-desc:last-child {
        width: 100%;
        padding-left: 0;
        margin-top: 60px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #careers .md-message-section .md-message-information .md-desc:last-child {
        padding-left: 30px;
        width: 60%
    }
}

#careers .md-message-section .md-message-information .md-desc h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color:  #388E3C;
    margin: 20px 0 10px
}

@media screen and (max-width:767px) {
    #careers .md-message-section .md-message-information .md-desc h3 {
        text-align: center
    }
}

#careers .md-message-section .md-message-information .md-desc h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #373435;
    margin: 0;
    line-height: 22px
}

@media screen and (max-width:767px) {
    #careers .md-message-section .md-message-information .md-desc h4 {
        text-align: center
    }
}

#careers .md-message-section .md-message-information .md-desc .para-text {
    line-height: 22px;
    margin-bottom: 15px;
    position: relative
}

#careers .md-message-section .md-message-information .md-desc .para-text span {
    font-weight: 700;
    color:  #388E3C
}

#careers .md-message-section .md-message-information .md-desc .para-img {
    display: -ms-flexbox;
    display: flex
}

#careers .md-message-section .md-message-information .md-desc .para-img img {
    padding-left: 15px
}

@media screen and (max-width:767px) {
    #careers .md-message-section .md-message-information .md-desc .para-img img {
        width: 50px
    }
}

#careers .md-message-section .md-message-information .md-desc .top-text-img {
    float: left;
    margin: -30px 15px 0 0
}

@media screen and (max-width:767px) {
    #careers .md-message-section .md-message-information .md-desc .top-text-img {
        margin: -8px 15px 0 0;
        width: 50px
    }
}

#careers .mrl-section {
    background-image: url("../img/careers/mrl-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
    margin-bottom: 100px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    #careers .mrl-section {
        background-image: none;
        height: auto
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #careers .mrl-section {
        height: 445px;
        background-position: 100%
    }
}

#careers .mrl-section .mrl-description {
    width: 375px;
    float: right
}

@media screen and (max-width:767px) {
    #careers .mrl-section .mrl-description {
        width: auto;
        float: none;
        background-color:  #388E3C;
        padding: 40px 15px;
        margin-top: -15px
    }
}

#careers .mrl-section .mrl-description .section-heading .sub-heading {
    color: white
}

#careers .mrl-section .mrl-description .section-heading .heading-text {
    color: white
}

#careers .mrl-section .mrl-description .para-text {
    color: white;
    margin-top: 30px;
    line-height: 22px
}

#careers .mrl-section .grow-img1 {
    position: absolute;
    right: 2%;
    bottom: 10%
}

@media screen and (min-width:1500px) {
    #careers .mrl-section .grow-img1 {
        right: 5%
    }
}

@media screen and (max-width:767px) {
    #careers .mrl-section .grow-img1 {
        right: 0;
        bottom: -7%;
        width: 85px
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #careers .mrl-section .grow-img1 {
        bottom: 3%
    }
}

#careers .grow-section {
    margin-bottom: 80px;
    position: relative
}

@media screen and (max-width:767px) {
    #careers .grow-section {
        margin-bottom: 100px
    }
}

#careers .grow-section .grow-description {
    text-align: center
}

#careers .grow-section .grow-description .section-heading {
    -ms-flex-pack: center;
    justify-content: center
}

#careers .grow-section .grow-description .para-text {
    margin: 60px 0
}

@media screen and (max-width:767px) {
    #careers .grow-section .grow-description .para-text {
        text-align: left;
        margin: 20px 0 60px
    }
}

#careers .grow-section .grow-description .para-text span {
    font-weight: 800;
    color:  #388E3C
}

#careers .grow-section .grow-description .heading-text {
    position: relative
}

#careers .grow-section .grow-description .heading-text:after {
    content: "";
    position: absolute;
    background-image: url(../img/careers/grow-heading-leaf.png);
    background-repeat: no-repeat;
    height: 89px;
    width: 85px;
    top: -100%
}

@media screen and (max-width:767px) {
    #careers .grow-section .grow-description .heading-text:after {
        top: -76%;
        right: -35%
    }
}

#careers .grow-section .grow-description .grow-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    #careers .grow-section .grow-description .grow-logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#careers .grow-section .grow-description .grow-logos .info {
    padding: 0 15px
}

@media screen and (max-width:767px) {
    #careers .grow-section .grow-description .grow-logos .info {
        width: 50%
    }
}

#careers .grow-section .grow-description .grow-logos .info h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #373435
}

#careers .grow-section .grow-leaf {
    position: absolute;
    right: -1%;
    top: 34%
}

@media screen and (max-width:991px) {
    #careers .grow-section .grow-leaf {
        width: 90px;
        top: inherit;
        bottom: -9%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #careers .grow-section .grow-leaf {
        top: 45%
    }
}

#careers .grow-section .grow-img1 {
    position: absolute;
    left: -5%;
    bottom: -10%
}

@media screen and (max-width:991px) {
    #careers .grow-section .grow-img1 {
        width: 80px;
        bottom: -9%
    }
}

#careers .we-care-section {
    margin-bottom: 20px;
    position: relative
}

#careers .we-care-section .we-care-description {
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -10px rgba(0, 0, 0, 0.2);
    padding: 60px 80px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    #careers .we-care-section .we-care-description {
        padding: 40px 0 40px;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #careers .we-care-section .we-care-description {
        padding: 60px 40px 40px
    }
}

#careers .we-care-section .we-care-description .we-care-inside {
    width: 50%;
    padding: 0 15px
}

@media screen and (max-width:767px) {
    #careers .we-care-section .we-care-description .we-care-inside {
        width: 100%
    }
}

#careers .we-care-section .we-care-description .we-care-inside .para-text {
    margin: 20px 0 0
}

#careers .we-care-section .we-care-description .we-care-inside .para-text span {
    font-weight: 800;
    color:  #388E3C
}

#careers .we-care-section .we-careimg2 {
    position: absolute;
    left: 0;
    top: 25%
}

@media screen and (max-width:767px) {
    #careers .we-care-section .we-careimg2 {
        top: 5%;
        width: 60px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #careers .we-care-section .we-careimg2 {
        top: 14%;
        width: 70px
    }
}

#careers .more-opportunities-section {
    position: relative
}

#careers .more-opportunities-section .more-opportunities-description {
    background-color: white;
    padding: 90px 80px 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 80px 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-right: 10px solid  #388E3C;
    border-top: 10px solid  #388E3C
}

@media screen and (max-width:767px) {
    #careers .more-opportunities-section .more-opportunities-description {
        padding: 60px 15px 40px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-right: 5px solid  #388E3C;
        border-top: 5px solid  #388E3C
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #careers .more-opportunities-section .more-opportunities-description {
        padding: 90px 30px 70px
    }
}

#careers .more-opportunities-section .more-opportunities-description .more-opportunities-inside {
    width: 50%;
    padding: 0 15px
}

@media screen and (max-width:767px) {
    #careers .more-opportunities-section .more-opportunities-description .more-opportunities-inside {
        width: 100%
    }
}

#careers .more-opportunities-section .more-opportunities-description .more-opportunities-inside .para-text {
    margin: 0 0 20px
}

#careers .more-opportunities-section .more-opportunities-description .more-opportunities-inside .para-text span {
    font-weight: 800;
    color:  #388E3C
}

#careers .more-opportunities-section .we-careimg2 {
    position: absolute;
    left: -25px;
    top: 55%
}

@media screen and (max-width:767px) {
    #careers .more-opportunities-section .we-careimg2 {
        top: 80%;
        width: 80px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #careers .more-opportunities-section .we-careimg2 {
        top: 14%;
        width: 70px
    }
}

#careers .more-opportunities-section .buy-more-section-leaf {
    position: absolute;
    right: 10px;
    top: 10%;
    transform: rotate(25deg)
}

@media screen and (max-width:767px) {
    #careers .more-opportunities-section .buy-more-section-leaf {
        top: 1%;
        width: 80px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #careers .more-opportunities-section .buy-more-section-leaf {
        top: 5%;
        width: 70px
    }
}

#supermarket {
    overflow: hidden
}

#supermarket .slick-prev:before,
#supermarket .slick-next:before {
    font-size: 30px
}

#supermarket .slick-slide {
    outline: none !important
}

#supermarket .slick-dots {
    bottom: 0
}

#supermarket .slick-dots li button:before {
    font-size: 10px;
    color: white
}

#supermarket .slick-dots li.slick-active button:before {
    font-size: 10px;
    color: white
}

#supermarket .slick-dotted.slick-slider {
    margin-bottom: 0
}

#supermarket .supermarket-banner-section {
    background-image: url(../img/supermarket/supermarket-banner.jpg);
    background-repeat: no-repeat;
    height: 600px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (min-width:1500px) {
    #supermarket .supermarket-banner-section {
        height: 700px
    }
}

@media screen and (max-width:767px) {
    #supermarket .supermarket-banner-section {
        background-image: none;
        height: auto;
        display: block
    }
}

#supermarket .supermarket-banner-section .banner-info {
    float: right;
    width: 425px;
    background-color:  #388E3C;
    padding: 40px
}

@media screen and (max-width:767px) {
    #supermarket .supermarket-banner-section .banner-info {
        float: none;
        width: auto;
        padding: 40px 15px;
        margin: 0 -15px
    }
}

@media screen and (min-width:1500px) {
    #supermarket .supermarket-banner-section .banner-info {
        width: 530px;
        padding: 50px 80px 50px 50px
    }
}

#supermarket .supermarket-banner-section .banner-info .para-text {
    color: white;
    margin: 40px 0 0;
    line-height: 22px
}

#supermarket .supermarket-banner-section .banner-info .para-text span {
    font-weight: 700
}

#supermarket .supermarket-banner-section .banner-tree {
    position: absolute;
    right: 0;
    top: 35%;
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    #supermarket .supermarket-banner-section .banner-tree {
        top: inherit;
        bottom: -19%;
        width: 200px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #supermarket .supermarket-banner-section .banner-tree {
        top: 80%;
        width: 250px
    }
}

@media screen and (max-width:1500px) {
    #supermarket .supermarket-banner-section .banner-tree img {
        width: 330px
    }
}

#supermarket .presence-section {
    position: relative;
    padding: 80px 0 100px
}

#supermarket .presence-section .presence-sectionbg {
    position: absolute;
    top: -15%
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #supermarket .presence-section .presence-sectionbg {
        top: 0
    }
}

#supermarket .presence-section .presence-img1 {
    position: absolute;
    right: 0;
    top: 30%
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #supermarket .presence-section .presence-img1 {
        top: 55%
    }
}

#supermarket .presence-section .presence-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    #supermarket .presence-section .presence-description {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:767px) {
    #supermarket .presence-section .presence-description .presence-inside {
        width: 100%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #supermarket .presence-section .presence-description .presence-inside:last-child {
        padding-left: 100px
    }
}

#supermarket .presence-section .presence-description .presence-inside .section-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    #supermarket .presence-section .presence-description .presence-inside .section-heading {
        -ms-flex-pack: center;
        justify-content: center
    }
}

#supermarket .presence-section .presence-description .presence-inside .section-heading .sub-heading {
    padding-right: 20px
}

@media screen and (max-width:767px) {
    #supermarket .presence-section .presence-description .presence-inside .section-heading .sub-heading {
        padding-right: 15px
    }
}

#supermarket .presence-section .presence-description .presence-inside .section-heading .heading-text {
    margin: 0
}

@media screen and (max-width:767px) {
    #supermarket .presence-section .presence-description .presence-inside img {
        margin: auto
    }
}

#supermarket .presence-section .presence-description .presence-inside h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color: #373435;
    text-align: center;
    margin: 30px 0 10px
}

@media screen and (max-width:767px) {
    #supermarket .presence-section .presence-description .presence-inside h4 {
        margin: 20px 0 10px
    }
}

#supermarket .gallery-section {
    padding-bottom: 80px;
    position: relative
}

#supermarket .gallery-section .section-heading {
    display: table;
    margin: auto;
    position: relative
}

#supermarket .gallery-section .section-heading .heading-text {
    line-height: 120px;
    margin: 0
}

#supermarket .gallery-section .section-heading .gallery-heading-img {
    position: absolute;
    top: -25%;
    right: -100%
}

@media screen and (max-width:767px) {
    #supermarket .gallery-section .section-heading .gallery-heading-img {
        right: -72%
    }
}

#supermarket .gallery-section .gallery-slider {
    padding-bottom: 60px
}

@media screen and (min-width:768px) {
    #supermarket .gallery-section .gallery-slider .slick-track {
        padding: 60px 0
    }
}

#supermarket .gallery-section .gallery-slider .slick-slide {
    margin: 60px 0 0;
    transition: all 800ms ease-out
}

@media screen and (min-width:768px) and (max-width:991px) {
    #supermarket .gallery-section .gallery-slider .slick-slide {
        transform: scale(0.5)
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #supermarket .gallery-section .gallery-slider .slick-slide {
        transform: scale(0.6)
    }
}

@media screen and (min-width:1200px) {
    #supermarket .gallery-section .gallery-slider .slick-slide {
        transform: scale(0.7)
    }
}

#supermarket .gallery-section .gallery-slider .slick-slide:focus {
    outline: 0
}

#supermarket .gallery-section .gallery-slider .slick-slide.slick-current {
    z-index: 1;
    position: relative
}

@media screen and (min-width:768px) and (max-width:991px) {
    #supermarket .gallery-section .gallery-slider .slick-slide.slick-current {
        transform: scale(1.5)
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #supermarket .gallery-section .gallery-slider .slick-slide.slick-current {
        transform: scale(1.4)
    }
}

@media screen and (min-width:1200px) {
    #supermarket .gallery-section .gallery-slider .slick-slide.slick-current {
        transform: scale(1.3)
    }
}

#supermarket .gallery-section .gallery-slider .slick-dots li button:before {
    color: #373435
}

#supermarket .gallery-section .gallery-slider .slick-dots li.slick-active button:before {
    color: #373435
}

#supermarket .gallery-section .gallery-slider .slick-prev {
    background: url(../img/supermarket/left-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    bottom: -5%;
    top: inherit;
    left: 44%;
    background-repeat: no-repeat;
    z-index: 1
}

@media screen and (max-width:767px) {
    #supermarket .gallery-section .gallery-slider .slick-prev {
        bottom: -110px;
        right: 45%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#supermarket .gallery-section .gallery-slider .slick-prev:before {
    content: ''
}

#supermarket .gallery-section .gallery-slider .slick-next {
    background: url(../img/supermarket/right-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    bottom: -5%;
    top: inherit;
    right: 44%;
    background-repeat: no-repeat;
    z-index: 1
}

@media screen and (max-width:767px) {
    #supermarket .gallery-section .gallery-slider .slick-next {
        bottom: -110px;
        right: 31%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#supermarket .gallery-section .gallery-slider .slick-next:before {
    content: ''
}

#supermarket .gallery-section .gallery-slider .slick-prev:before,
#supermarket .gallery-section .gallery-slider .slick-next:before {
    font-size: 30px
}

#supermarket .gallery-section .gallery-img1 {
    position: absolute;
    left: 0;
    top: 0
}

#supermarket .gallery-section .gallery-img2 {
    position: absolute;
    right: 0;
    bottom: 10%
}

#supermarket .categories-section {
    background-image: url("../img/supermarket/orange-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 130px;
    position: relative
}

@media screen and (max-width:991px) {
    #supermarket .categories-section {
        padding: 100px 0 100px
    }
}

#supermarket .categories-section a {
    outline: 0;
    text-decoration: none
}

#supermarket .categories-section .categories-inside {
    position: relative
}

#supermarket .categories-section .categories-inside .heading-text {
    color: white;
    line-height: 70px
}

@media screen and (max-width:767px) {
    #supermarket .categories-section .categories-inside .heading-text {
        font-size: 55px;
        line-height: 45px
    }
}

#supermarket .categories-section .categories-inside .sub-heading {
    color: white
}

@media screen and (max-width:767px) {
    #supermarket .categories-section .categories-inside .sub-heading {
        font-size: 28px
    }
}

#supermarket .categories-section .categories-inside .slick-prev {
    background: url(../img/home/left-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 57%;
    left: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1
}

@media screen and (max-width:767px) {
    #supermarket .categories-section .categories-inside .slick-prev {
        bottom: -110px;
        right: 45%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#supermarket .categories-section .categories-inside .slick-prev:before {
    content: ''
}

#supermarket .categories-section .categories-inside .slick-next {
    background: url(../img/home/right-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 57%;
    right: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1
}

@media screen and (max-width:767px) {
    #supermarket .categories-section .categories-inside .slick-next {
        bottom: -110px;
        right: 31%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#supermarket .categories-section .categories-inside .slick-next:before {
    content: ''
}

#supermarket .categories-section .categories-inside .btn-section {
    display: table;
    position: relative;
    margin: 10px auto
}

#supermarket .categories-section .categories-inside .btn-section .btn_more_default {
    color: white
}

#supermarket .categories-section .categories-inside .btn-section .btn_more_default:before,
#supermarket .categories-section .categories-inside .btn-section .btn_more_default:after {
    background: #fff
}

#supermarket .categories-section .categories-inside .categories-slider {
    padding-bottom: 40px
}

#supermarket .categories-section .categories-inside .categories-slider .slick-slide {
    outline: none !important;
    padding: 80px 0 0;
    position: relative;
    transition: all .4s cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (max-width:767px) {
    #supermarket .categories-section .categories-inside .categories-slider .slick-slide {
        padding: 10px 0 0
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #supermarket .categories-section .categories-inside .categories-slider .slick-slide {
        padding: 40px 15px
    }
}

#supermarket .categories-section .categories-inside .categories-slider .slick-slide:hover {
    margin-top: -20px
}

@media screen and (max-width:1199px) {
    #supermarket .categories-section .categories-inside .categories-slider .slick-slide:hover {
        margin-top: 0
    }
}

#supermarket .categories-section .categories-inside .categories-slider .categories-slider-info {
    margin: 0 12px;
  
    position: relative;
    text-align: center
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #supermarket .categories-section .categories-inside .categories-slider .categories-slider-info {
        margin: 0
    }
}

@media screen and (max-width:767px) {
    #supermarket .categories-section .categories-inside .categories-slider .categories-slider-info img {
        margin: auto
    }
}

#supermarket .categories-section .categories-inside .categories-slider .categories-slider-info p {
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

@media screen and (max-width:767px) {
    #supermarket .categories-section .categories-inside .categories-slider .categories-slider-info p {
        text-align: center
    }
}

#supermarket .categories-section .categories-img1 {
    position: absolute;
    top: 12%;
    left: 0
}

@media screen and (max-width:767px) {
    #supermarket .categories-section .categories-img1 {
        top: 0;
        width: 80px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #supermarket .categories-section .categories-img1 {
        top: 16%;
        width: 80px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #supermarket .categories-section .categories-img1 {
        top: 10%
    }
}

#supermarket .categories-section .grass-section {
    position: absolute;
    bottom: 0
}

#supermarket .switch-to-section {
    padding: 170px 0 0;
    background-image: url(../img/supermarket/grass.png);
    background-repeat: no-repeat;
    margin-top: -60px;
    position: relative
}

#supermarket .switch-to-section .switch-to-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px
}

@media screen and (max-width:767px) {
    #supermarket .switch-to-section .switch-to-description {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#supermarket .switch-to-section .switch-to-description .switch-to-inside .sub-heading {
    color:  #388E3C;
    font-family: "Montserrat", sans-serif
}

#supermarket .switch-to-section .switch-to-description .switch-to-inside .heading-text {
    color: #373435;
    font-size: 60px
}

#supermarket .switch-to-section .switch-to-description .btn-section {
    display: table;
    margin: 30px auto 0
}

@media screen and (max-width:767px) {
    #supermarket .switch-to-section .switch-to-description .btn-section {
        margin: 30px auto 40px
    }
}

#hypermarket {
    overflow: hidden
}

#hypermarket .slick-prev:before,
#hypermarket .slick-next:before {
    font-size: 30px
}

#hypermarket .slick-slide {
    outline: none !important
}

#hypermarket .slick-dots {
    bottom: 0
}

#hypermarket .slick-dots li button:before {
    font-size: 10px;
    color: white
}

#hypermarket .slick-dots li.slick-active button:before {
    font-size: 10px;
    color: white
}

#hypermarket .slick-dotted.slick-slider {
    margin-bottom: 0
}

#hypermarket .hypermarket-banner-section {
    background-image: url(../img/hypermarket/hypermarket-banner.jpg);
    background-repeat: no-repeat;
    height: 600px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (min-width:1500px) {
    #hypermarket .hypermarket-banner-section {
        height: 700px
    }
}

@media screen and (max-width:767px) {
    #hypermarket .hypermarket-banner-section {
        background-image: none;
        height: auto;
        display: block
    }
}

#hypermarket .hypermarket-banner-section .banner-info {
    float: right;
    width: 425px;
    background-color:  #388E3C;
    padding: 40px;
    position: relative
}

@media screen and (max-width:767px) {
    #hypermarket .hypermarket-banner-section .banner-info {
        float: none;
        width: auto;
        padding: 40px 15px;
        margin: 0 -15px
    }
}

@media screen and (min-width:1500px) {
    #hypermarket .hypermarket-banner-section .banner-info {
        width: 530px;
        padding: 50px 80px 50px 50px
    }
}

#hypermarket .hypermarket-banner-section .banner-info .para-text {
    color: white;
    margin: 40px 0 0;
    line-height: 22px
}

#hypermarket .hypermarket-banner-section .banner-info .para-text span {
    font-weight: 700
}

#hypermarket .hypermarket-banner-section .kiwi-img {
    position: absolute;
    right: -10%;
    top: 10%;
    transform: translateY(-50%);
    width: 180px
}

@media screen and (max-width:767px) {
    #hypermarket .hypermarket-banner-section .kiwi-img {
        top: inherit;
        bottom: -44%;
        width: 150px
    }
}

@media screen and (min-width:767px) and (max-width:991px) {
    #hypermarket .hypermarket-banner-section .kiwi-img {
        right: -6%
    }
}

#hypermarket .presence-section {
    position: relative;
    padding: 80px 0 100px
}

#hypermarket .presence-section .presence-sectionbg {
    position: absolute;
    top: -15%
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #hypermarket .presence-section .presence-sectionbg {
        top: 0
    }
}

#hypermarket .presence-section .presence-img1 {
    position: absolute;
    right: -2%;
    top: 45%
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #hypermarket .presence-section .presence-img1 {
        top: 55%
    }
}

#hypermarket .presence-section .presence-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    #hypermarket .presence-section .presence-description {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:767px) {
    #hypermarket .presence-section .presence-description .presence-inside {
        width: 100%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #hypermarket .presence-section .presence-description .presence-inside:last-child {
        padding-left: 100px
    }
}

#hypermarket .presence-section .presence-description .presence-inside img {
    margin: auto
}

#hypermarket .presence-section .presence-description .presence-inside .section-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    #hypermarket .presence-section .presence-description .presence-inside .section-heading {
        -ms-flex-pack: center;
        justify-content: center
    }
}

#hypermarket .presence-section .presence-description .presence-inside .section-heading .sub-heading {
    padding-right: 20px
}

@media screen and (max-width:767px) {
    #hypermarket .presence-section .presence-description .presence-inside .section-heading .sub-heading {
        padding-right: 15px
    }
}

#hypermarket .presence-section .presence-description .presence-inside .section-heading .heading-text {
    margin: 0
}

@media screen and (max-width:767px) {
    #hypermarket .presence-section .presence-description .presence-inside img {
        margin: auto
    }
}

#hypermarket .presence-section .presence-description .presence-inside h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #373435;
    text-align: center;
    margin: 30px 0
}

@media screen and (max-width:767px) {
    #hypermarket .presence-section .presence-description .presence-inside h4 {
        margin: 20px 0
    }
}

#hypermarket .gallery-section {
    padding-bottom: 80px;
    position: relative
}

#hypermarket .gallery-section .section-heading {
    display: table;
    margin: auto;
    position: relative
}

#hypermarket .gallery-section .section-heading .heading-text {
    line-height: 120px;
    margin: 0
}

#hypermarket .gallery-section .section-heading .gallery-heading-img {
    position: absolute;
    top: -25%;
    right: -100%;
    width: 120px
}

@media screen and (max-width:767px) {
    #hypermarket .gallery-section .section-heading .gallery-heading-img {
        right: -60%;
        width: 100px
    }
}

#hypermarket .gallery-section .gallery-slider {
    padding-bottom: 60px
}

@media screen and (min-width:768px) {
    #hypermarket .gallery-section .gallery-slider .slick-track {
        padding: 60px 0
    }
}

#hypermarket .gallery-section .gallery-slider .slick-slide {
    margin: 60px 0 0;
    transition: all 800ms ease-out
}

@media screen and (min-width:768px) and (max-width:991px) {
    #hypermarket .gallery-section .gallery-slider .slick-slide {
        transform: scale(0.5)
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #hypermarket .gallery-section .gallery-slider .slick-slide {
        transform: scale(0.6)
    }
}

@media screen and (min-width:1200px) {
    #hypermarket .gallery-section .gallery-slider .slick-slide {
        transform: scale(0.7)
    }
}

#hypermarket .gallery-section .gallery-slider .slick-slide:focus {
    outline: 0
}

#hypermarket .gallery-section .gallery-slider .slick-slide.slick-current {
    z-index: 1;
    position: relative
}

@media screen and (min-width:768px) and (max-width:991px) {
    #hypermarket .gallery-section .gallery-slider .slick-slide.slick-current {
        transform: scale(1.5)
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #hypermarket .gallery-section .gallery-slider .slick-slide.slick-current {
        transform: scale(1.4)
    }
}

@media screen and (min-width:1200px) {
    #hypermarket .gallery-section .gallery-slider .slick-slide.slick-current {
        transform: scale(1.3)
    }
}

#hypermarket .gallery-section .gallery-slider .slick-dots li button:before {
    color: #373435
}

#hypermarket .gallery-section .gallery-slider .slick-dots li.slick-active button:before {
    color: #373435
}

#hypermarket .gallery-section .gallery-slider .slick-prev {
    background: url(../img/supermarket/left-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    bottom: -5%;
    top: inherit;
    left: 44%;
    background-repeat: no-repeat;
    z-index: 1
}

@media screen and (max-width:767px) {
    #hypermarket .gallery-section .gallery-slider .slick-prev {
        bottom: -110px;
        right: 45%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#hypermarket .gallery-section .gallery-slider .slick-prev:before {
    content: ''
}

#hypermarket .gallery-section .gallery-slider .slick-next {
    background: url(../img/supermarket/right-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    bottom: -5%;
    top: inherit;
    right: 44%;
    background-repeat: no-repeat;
    z-index: 1
}

@media screen and (max-width:767px) {
    #hypermarket .gallery-section .gallery-slider .slick-next {
        bottom: -110px;
        right: 31%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#hypermarket .gallery-section .gallery-slider .slick-next:before {
    content: ''
}

#hypermarket .gallery-section .gallery-slider .slick-prev:before,
#hypermarket .gallery-section .gallery-slider .slick-next:before {
    font-size: 30px
}

#hypermarket .gallery-section .gallery-img1 {
    position: absolute;
    left: -2%;
    top: -8%
}

@media screen and (min-width:1500px) {
    #hypermarket .gallery-section .gallery-img1 {
        left: -1%
    }
}

#hypermarket .gallery-section .gallery-img2 {
    position: absolute;
    right: -3%;
    bottom: 10%
}

@media screen and (min-width:1500px) {
    #hypermarket .gallery-section .gallery-img2 {
        right: -2%
    }
}

@media screen and (max-width:767px) {
    #hypermarket .gallery-section .gallery-img2 {
        right: -10%;
        bottom: 6%
    }
}

#hypermarket .categories-section {
    background-image: url("../img/supermarket/orange-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 130px;
    position: relative
}

@media screen and (max-width:991px) {
    #hypermarket .categories-section {
        padding: 100px 0 100px
    }
}

#hypermarket .categories-section a {
    outline: 0;
    text-decoration: none
}

#hypermarket .categories-section .categories-heading-img {
    position: absolute;
    top: 0;
    left: 10%;
    transform: translateX(-50%);
    width: 120px
}

@media screen and (max-width:359px) {
    #hypermarket .categories-section .categories-heading-img {
        top: 25px;
        right: -15px;
        width: 75px;
        left: auto;
        transform: inherit
    }
}

@media screen and (min-width:360px) and (max-width:767px) {
    #hypermarket .categories-section .categories-heading-img {
        top: 0;
        right: -15px;
        width: 75px;
        left: auto;
        transform: inherit
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #hypermarket .categories-section .categories-heading-img {
        width: 100px;
        left: 0
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #hypermarket .categories-section .categories-heading-img {
        left: 90%
    }
}

#hypermarket .categories-section .categories-inside {
    position: relative
}

#hypermarket .categories-section .categories-inside .heading-text {
    color: white;
    line-height: 70px
}

@media screen and (max-width:767px) {
    #hypermarket .categories-section .categories-inside .heading-text {
        font-size: 55px;
        line-height: 45px
    }
}

#hypermarket .categories-section .categories-inside .sub-heading {
    color: white
}

@media screen and (max-width:767px) {
    #hypermarket .categories-section .categories-inside .sub-heading {
        font-size: 28px
    }
}

#hypermarket .categories-section .categories-inside .slick-prev {
    background: url(../img/home/left-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 57%;
    left: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1
}

@media screen and (max-width:767px) {
    #hypermarket .categories-section .categories-inside .slick-prev {
        bottom: -110px;
        right: 45%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#hypermarket .categories-section .categories-inside .slick-prev:before {
    content: ''
}

#hypermarket .categories-section .categories-inside .slick-next {
    background: url(../img/home/right-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 57%;
    right: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1
}

@media screen and (max-width:767px) {
    #hypermarket .categories-section .categories-inside .slick-next {
        bottom: -110px;
        right: 31%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#hypermarket .categories-section .categories-inside .slick-next:before {
    content: ''
}

#hypermarket .categories-section .categories-inside .btn-section {
    display: table;
    position: relative;
    margin: 10px auto
}

#hypermarket .categories-section .categories-inside .btn-section .btn_more_default {
    color: white
}

#hypermarket .categories-section .categories-inside .btn-section .btn_more_default:before,
#hypermarket .categories-section .categories-inside .btn-section .btn_more_default:after {
    background: #fff
}

#hypermarket .categories-section .categories-inside .categories-slider {
    padding-bottom: 40px
}

#hypermarket .categories-section .categories-inside .categories-slider .slick-slide {
    outline: none !important;
    padding: 80px 0 0;
    position: relative;
    transition: all .4s cubic-bezier(0.77, 0, 0.175, 1)
}

@media screen and (max-width:767px) {
    #hypermarket .categories-section .categories-inside .categories-slider .slick-slide {
        padding: 10px 0 0
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #hypermarket .categories-section .categories-inside .categories-slider .slick-slide {
        padding: 40px 15px
    }
}

#hypermarket .categories-section .categories-inside .categories-slider .slick-slide:hover {
    margin-top: -20px
}

@media screen and (max-width:1199px) {
    #hypermarket .categories-section .categories-inside .categories-slider .slick-slide:hover {
        margin-top: 0
    }
}

#hypermarket .categories-section .categories-inside .categories-slider .categories-slider-info {
    margin: 0 12px;
    position: relative;
    text-align: center
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #hypermarket .categories-section .categories-inside .categories-slider .categories-slider-info {
        margin: 0
    }
}

@media screen and (max-width:767px) {
    #hypermarket .categories-section .categories-inside .categories-slider .categories-slider-info img {
        margin: auto
    }
}

#hypermarket .categories-section .categories-inside .categories-slider .categories-slider-info p {
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

@media screen and (max-width:767px) {
    #hypermarket .categories-section .categories-inside .categories-slider .categories-slider-info p {
        text-align: center
    }
}

#hypermarket .categories-section .grass-section {
    position: absolute;
    bottom: 0
}

#hypermarket .switch-to-section {
    padding: 170px 0 0;
    background-image: url(../img/supermarket/grass.png);
    background-repeat: no-repeat;
    margin-top: -60px;
    position: relative
}

#hypermarket .switch-to-section .switch-to-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px
}

@media screen and (max-width:767px) {
    #hypermarket .switch-to-section .switch-to-description {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#hypermarket .switch-to-section .switch-to-description .switch-to-inside .sub-heading {
    color:  #388E3C;
    font-family: "Montserrat", sans-serif
}

#hypermarket .switch-to-section .switch-to-description .switch-to-inside .heading-text {
    color: #373435;
    font-size: 60px
}

#hypermarket .switch-to-section .switch-to-description .btn-section {
    display: table;
    margin: 30px auto 0
}

@media screen and (max-width:767px) {
    #hypermarket .switch-to-section .switch-to-description .btn-section {
        margin: 30px auto 40px
    }
}

#our-brands {
    overflow: hidden
}

#our-brands .banner-section {
    position: relative
}

#our-brands .banner-section .banner-inside .banner-info .heading-text {
    margin: 0 0 10px 0
}

#our-brands .banner-section .banner-inside .banner-info .para-text {
    font-weight: 500;
    line-height: 22px
}

#our-brands .banner-section .leaf1 {
    position: absolute;
    top: 35%;
    right: -10%
}

@media screen and (max-width:991px) {
    #our-brands .banner-section .leaf1 {
        width: 80px;
        top: 12%;
        right: 0
    }
}

#our-brands .banner-section .leaf2 {
    position: absolute;
    bottom: 10%;
    left: -10%
}

@media screen and (max-width:767px) {
    #our-brands .banner-section .leaf2 {
        bottom: 0
    }
}

@media screen and (max-width:991px) {
    #our-brands .banner-section .leaf2 {
        width: 80px;
        left: 0
    }
}

#our-brands .our-brands-section .brands-description {
    margin-bottom: 50px;
    position: relative
}

#our-brands .our-brands-section .brands-description .brands-img-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 80px
}

@media screen and (max-width:767px) {
    #our-brands .our-brands-section .brands-description .brands-img-section {
        margin: 30px 0
    }
}

#our-brands .our-brands-section .brands-description .brands-img-section .brands-img {
    width: 50%;
    margin: 30px 0
}

@media screen and (max-width:991px) {
    #our-brands .our-brands-section .brands-description .brands-img-section .brands-img {
        padding: 0 15px;
        margin: 10px 0
    }
}

#our-brands .our-brands-section .brands-description .brands-img-section .brands-img img {
    margin: auto
}

#our-brands .our-brands-section .brands-description .leaf3 {
    position: absolute;
    right: -6%;
    top: 18%
}

@media screen and (max-width:767px) {
    #our-brands .our-brands-section .brands-description .leaf3 {
        top: -2%
    }
}

@media screen and (max-width:991px) {
    #our-brands .our-brands-section .brands-description .leaf3 {
        width: 80px
    }
}

#our-brands .our-brands-section .brands-description .leaf4 {
    position: absolute;
    left: -6%;
    bottom: 28%
}

#our-brands .our-brands-section .brands-description .leaf5 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}

@media screen and (max-width:991px) {
    #our-brands .our-brands-section .brands-description .leaf5 {
        width: 70px
    }
}

#our-brands .our-brands-section .brands-description .leaf6 {
    position: absolute;
    left: 0;
    top: 20%;
    width: 80px
}

@media screen and (max-width:991px) {
    #our-brands .our-brands-section .brands-description .leaf6 {
        width: 60px
    }
}

#our-brands .our-brands-section .brands-description .leaf7 {
    position: absolute;
    right: 0;
    bottom: 0
}

@media screen and (max-width:991px) {
    #our-brands .our-brands-section .brands-description .leaf7 {
        width: 80px
    }
}

#our-brands .our-brands-section .brands-description .leaf8 {
    position: absolute;
    left: -6%;
    top: 20%
}

@media screen and (max-width:767px) {
    #our-brands .our-brands-section .brands-description .leaf8 {
        top: 6%
    }
}

@media screen and (max-width:991px) {
    #our-brands .our-brands-section .brands-description .leaf8 {
        width: 80px
    }
}

#our-brands .our-brands-section .brands-description .leaf9 {
    position: absolute;
    right: -6%;
    bottom: 0
}

@media screen and (max-width:767px) {
    #our-brands .our-brands-section .brands-description .leaf9 {
        bottom: -13%
    }
}

@media screen and (max-width:991px) {
    #our-brands .our-brands-section .brands-description .leaf9 {
        width: 80px
    }
}

#our-brands .our-brands-section .brands-description .leaf10 {
    position: absolute;
    right: -6%;
    top: 50%
}

@media screen and (max-width:991px) {
    #our-brands .our-brands-section .brands-description .leaf10 {
        width: 80px
    }
}

#our-brands .our-brands-section .brands-description .leaf11 {
    position: absolute;
    left: 0;
    top: 0
}

@media screen and (max-width:767px) {
    #our-brands .our-brands-section .brands-description .leaf11 {
        top: 14%
    }
}

@media screen and (max-width:991px) {
    #our-brands .our-brands-section .brands-description .leaf11 {
        width: 80px;
        top: 10%
    }
}

#our-brands .our-brands-section .brands-description .leaf12 {
    position: absolute;
    left: -3%;
    bottom: 0;
    width: 80px
}

@media screen and (max-width:767px) {
    #our-brands .our-brands-section .brands-description .leaf12 {
        bottom: -13%
    }
}

@media screen and (max-width:991px) {
    #our-brands .our-brands-section .brands-description .leaf12 {
        width: 80px
    }
}

#categories .categories-wrapper {
    padding: 0;
    position: relative
}

@media screen and (max-width:991px) {
    #categories .categories-wrapper {
        padding: 55px 0 0
    }
}

#categories .categories-wrapper .navbar-nav {
    float: inherit
}

#categories .categories-wrapper .navbar-inverse {
    background-color: #eceef0;
    border-color: #eceef0;
    background-image: none;
    margin-bottom: 0;
    width: 100%;
    border-radius: 0
}

@media screen and (max-width:991px) {
    #categories .categories-wrapper .navbar-inverse {
        display: none
    }
}

#categories .categories-wrapper .navbar-inverse ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

@media screen and (max-width:991px) {
    #categories .categories-wrapper .navbar-inverse ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:767px) {
    #categories .categories-wrapper .navbar-inverse ul li {
        width: 50%
    }
}

#categories .categories-wrapper .navbar-inverse ul li.active a {
    background-color: transparent;
    box-shadow: none;
    background-image: none;
    border-bottom: 3px solid  #388E3C
}

#categories .categories-wrapper .navbar-inverse ul li a {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #373435;
    font-weight: 300;
    text-shadow: none;
    padding: 20px 30px;
    text-decoration: none;
    box-shadow: none;
    border-bottom: 3px solid #eceef0
}

@media screen and (max-width:767px) {
    #categories .categories-wrapper .navbar-inverse ul li a {
        padding: 10px;
        font-size: 15px
    }
}

#categories .categories-wrapper .categories-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:991px) {
    #categories .categories-wrapper .categories-information {
        padding-bottom: 60px
    }
}

#categories .categories-wrapper .categories-information .categories-img {
    background-image: url(../img/categories/foods.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover
}

@media screen and (max-width:991px) {
    #categories .categories-wrapper .categories-information .categories-img {
        height: calc(44vh)
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #categories .categories-wrapper .categories-information .categories-img {
        height: calc(65vh - 50px)
    }
}

#categories .categories-wrapper .categories-information:nth-of-type(2) .categories-img {
    background-image: url(../img/categories/dairies.jpg)
}

#categories .categories-wrapper .categories-information:nth-of-type(3) .categories-img {
    background-image: url(../img/categories/cosmetic.jpg)
}

#categories .categories-wrapper .categories-information:nth-of-type(4) .categories-img {
    background-image: url(../img/categories/gifts.jpg)
}
#categories .categories-wrapper .categories-information:nth-of-type(5) .categories-img {
    background-image: url(../img/categories/sports.jpg)
}
#categories .categories-wrapper .categories-information:nth-of-type(6) .categories-img {
    background-image: url(../img/categories/footwears.jpg)
}
#categories .categories-wrapper .categories-information:nth-of-type(7) .categories-img {
    background-image: url(../img/categories/homeneeds.jpg)
}
#categories .categories-wrapper .categories-information:nth-of-type(8) .categories-img {
    background-image: url(../img/categories/stationary.jpg)
}
#categories .categories-wrapper .categories-information:nth-of-type(9) .categories-img {
    background-image: url(../img/categories/toys.jpg)
}

#categories .categories-wrapper .categories-information:nth-of-type(10) .categories-img {
    background-image: url(../img/categories/newborns.jpg)
}
#categories .categories-wrapper .categories-information:nth-of-type(11) .categories-img {
    background-image: url(../img/categories/jewellery.jpg)
}
#categories .categories-wrapper .categories-information .categories-info {
    width: 50%
}

@media screen and (max-width:991px) {
    #categories .categories-wrapper .categories-information .categories-info {
        width: 100%
    }
}

#categories .categories-wrapper .categories-information .categories-info .heading-text {
    text-align: left
}

@media screen and (max-width:767px) {
    #categories .categories-wrapper .categories-information .categories-info .heading-text {
        font-size: 60px
    }
}

#categories .categories-wrapper .categories-information .categories-info .heading-text span {
    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    line-height: 80px;
    font-weight: 700;
    color: #373435;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    #categories .categories-wrapper .categories-information .categories-info .heading-text span {
        font-size: 32px;
        line-height: 60px
    }
}

#categories .categories-wrapper .categories-information .categories-info .para-text {
    line-height: 22px
}

@media screen and (min-width:1500px) {
    #categories .categories-wrapper .categories-information .categories-info .para-text {
        width: 60%
    }
}

#categories .categories-wrapper .categories-information .categories-info .para-text span {
    font-weight: 700;
    color:  #388E3C
}

#categories .categories-wrapper .categories-information .categories-description {
    padding: 0 140px 0 60px
}

@media screen and (max-width:767px) {
    #categories .categories-wrapper .categories-information .categories-description {
        padding: 30px 15px 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #categories .categories-wrapper .categories-information .categories-description {
        padding: 30px 100px 0
    }
}

#categories-animate .categories-wrapper {
    padding: 72px 0 0;
    position: relative
}

@media screen and (max-width:991px) {
    #categories-animate .categories-wrapper {
        padding: 55px 0 0
    }
}

#categories-animate .categories-wrapper .categories-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:991px) {
    #categories-animate .categories-wrapper .categories-information {
        padding-bottom: 60px
    }
}

#categories-animate .categories-wrapper .categories-information .categories-img {
    background-image: url(../img/categories/);
    background-repeat: no-repeat;
    height: calc(100vh - 72px);
    background-size: cover
}

@media screen and (max-width:991px) {
    #categories-animate .categories-wrapper .categories-information .categories-img {
        height: calc(44vh)
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #categories-animate .categories-wrapper .categories-information .categories-img {
        height: calc(65vh - 72px)
    }
}

#categories-animate .categories-wrapper .categories-information:nth-of-type(2) .categories-img {
    background-image: url(../img/categories/grocery-fresh.jpg)
}

#categories-animate .categories-wrapper .categories-information:nth-of-type(3) .categories-img {
    background-image: url(../img/categories/grocery-non-food.jpg)
}

#categories-animate .categories-wrapper .categories-information:nth-of-type(4) .categories-img {
    background-image: url(../img/categories/lifestyle.jpg)
}

#categories-animate .categories-wrapper .categories-information .categories-inside {
    width: 50%
}

@media screen and (max-width:991px) {
    #categories-animate .categories-wrapper .categories-information .categories-inside {
        width: 100%
    }
}

#categories-animate .categories-wrapper .categories-information .categories-inside .heading-text {
    text-align: left
}

@media screen and (max-width:767px) {
    #categories-animate .categories-wrapper .categories-information .categories-inside .heading-text {
        font-size: 60px
    }
}

#categories-animate .categories-wrapper .categories-information .categories-inside .heading-text span {
    font-family: "Cormorant Garamond", serif;
    font-size: 45px;
    line-height: 80px;
    font-weight: 700;
    color: #373435;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    #categories-animate .categories-wrapper .categories-information .categories-inside .heading-text span {
        font-size: 32px;
        line-height: 60px
    }
}

#categories-animate .categories-wrapper .categories-information .categories-inside .para-text {
    line-height: 22px
}

@media screen and (min-width:1500px) {
    #categories-animate .categories-wrapper .categories-information .categories-inside .para-text {
        width: 60%
    }
}

#categories-animate .categories-wrapper .categories-information .categories-inside .para-text span {
    font-weight: 700;
    color:  #388E3C
}

#categories-animate .categories-wrapper .categories-information .categories-description {
    padding: 0 140px 0 60px
}

@media screen and (max-width:767px) {
    #categories-animate .categories-wrapper .categories-information .categories-description {
        padding: 30px 15px 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #categories-animate .categories-wrapper .categories-information .categories-description {
        padding: 30px 100px 0
    }
}

#mrl-values_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

#mrl-values_page .banner-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 75px
}

#mrl-values_page .banner-sec .item {
    width: 39%
}

@media screen and (max-width:767px) {
    #mrl-values_page .banner-sec .item {
        width: 100%
    }
}

#mrl-values_page .banner-sec .item:nth-child(1) {
    width: 45%
}

@media screen and (min-width:768px) and (max-width:1200px) {
    #mrl-values_page .banner-sec .item:nth-child(1) {
        width: 58%
    }
}

@media screen and (max-width:767px) {
    #mrl-values_page .banner-sec .item:nth-child(1) {
        width: 100%
    }
}

#mrl-values_page .banner-sec .item:nth-child(1) .heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

#mrl-values_page .banner-sec .item:nth-child(1) .heading .heading-text {
    margin-top: 20px
}

#mrl-values_page .banner-sec .item:nth-child(1) p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    padding-top: 20px
}

@media screen and (max-width:767px) {
    #mrl-values_page .banner-sec .item:nth-child(1) p {
        font-size: 18px
    }
}

#mrl-values_page .values-sec {
    position: relative
}

#mrl-values_page .values-sec .value-inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px 0 0
}

@media screen and (max-width:767px) {
    #mrl-values_page .values-sec .value-inside {
        margin: 40px 0 0
    }
}

#mrl-values_page .values-sec .value-inside .value-info {
    width: 33.33%
}

@media screen and (max-width:1199px) {
    #mrl-values_page .values-sec .value-inside .value-info {
        width: auto
    }
}

#mrl-values_page .values-sec .value-inside .value-info:nth-of-type(1) {
    width: 30%;
    padding-right: 30px
}

@media screen and (max-width:1199px) {
    #mrl-values_page .values-sec .value-inside .value-info:nth-of-type(1) {
        width: 100%;
        padding-right: 0
    }
}

#mrl-values_page .values-sec .value-inside .value-info:nth-of-type(2) {
    position: relative;
    top: 60px;
    width: 40%;
    padding: 0
}

@media screen and (max-width:1199px) {
    #mrl-values_page .values-sec .value-inside .value-info:nth-of-type(2) {
        width: 100%;
        -ms-flex-order: 1;
        order: 1
    }
}

#mrl-values_page .values-sec .value-inside .value-info:nth-of-type(3) {
    width: 30%;
    padding-left: 30px
}

@media screen and (max-width:1199px) {
    #mrl-values_page .values-sec .value-inside .value-info:nth-of-type(3) {
        width: 100%;
        padding-left: 0
    }
}

@media screen and (max-width:1199px) {
    #mrl-values_page .values-sec .value-inside .value-info img {
        margin: auto
    }
}

#mrl-values_page .values-sec .value-inside .value-info h5 {
    font-family: "Montserrat", sans-serif;
    color: #f37227;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0
}

#mrl-values_page .values-sec .value-inside .value-info h5.integrity {
    color: #6a2b7e
}

#mrl-values_page .values-sec .value-inside .value-info h5.collaboration {
    color: #686867
}

#mrl-values_page .values-sec .value-inside .value-info h5.growing-talent {
    color: #16a84f
}

#mrl-values_page .values-sec .value-inside .value-info h5.grit {
    color: #ec232b
}

#mrl-values_page .values-sec .value-inside .value-info h5.collaboration {
    color: #e6c11e
}

#mrl-values_page .values-sec .value-inside .value-info h5.Integrity {
    color: #167fc3
}

#mrl-values_page .values-sec .value-inside .value-info p {
    font-family: "Montserrat", sans-serif;
    color: #373435;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px
}

#mrl-values_page .values-sec .value-inside .value-info p .more {
    color:  #388E3C;
    font-weight: 800
}

#mrl-values_page .values-sec .value-inside .value-info p span {
    font-weight: 600
}

#mrl-values_page .values-sec .value-inside .value-info.tree-section {
    position: relative
}

#mrl-values_page .values-sec .value-inside .value-info.tree-section .tree-img {
    width: 320px;
    margin: auto
}

#mrl-values_page .values-sec .value-inside .value-info.tree-section .integrity {
    position: absolute;
    width: 180px;
    top: 45%;
    left: 2%
}

#mrl-values_page .values-sec .value-inside .value-info.tree-section .innovation {
    position: absolute;
    width: 180px;
    top: 16%;
    left: -7%;
    z-index: 1
}

#mrl-values_page .values-sec .value-inside .value-info.tree-section .collaboration {
    position: absolute;
    width: 170px;
    top: -7%;
    left: 10%
}

#mrl-values_page .values-sec .value-inside .value-info.tree-section .customer-obsession {
    position: absolute;
    width: 190px;
    top: -8%;
    right: 8%
}

#mrl-values_page .values-sec .value-inside .value-info.tree-section .frugality {
    position: absolute;
    width: 180px;
    top: 13%;
    right: -8%;
    z-index: 1
}

#mrl-values_page .values-sec .value-inside .value-info.tree-section .grit {
    position: absolute;
    width: 180px;
    top: 40%;
    right: 7%;
    z-index: 3
}

#mrl-values_page .values-sec .value-inside .value-info.tree-section .growing-talent {
    position: absolute;
    left: 46%;
    top: 36%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 180px
}

#mrl-values_page .values-sec .value-sectionbg {
    position: absolute;
    top: -10%
}

@media screen and (min-width:768px) and (max-width:991px) {
    #mrl-values_page .values-sec .value-sectionbg {
        top: -2%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #mrl-values_page .values-sec .value-sectionbg {
        top: -5%
    }
}

#mrl-values_page .values-sec .green-grass {
    position: relative;
    z-index: 1
}

#mrl-values_page .values-sec .vector-1 {
    position: absolute;
    top: 42%;
    right: 0;
    width: 120px;
    transform: translateY(-50%)
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #mrl-values_page .values-sec .vector-1 {
        top: 21%
    }
}

@media screen and (max-width:993px) {
    #mrl-values_page .values-sec .vector-1 {
        display: none
    }
}

#ethics-policies_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

#ethics-policies_page .banner-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 75px
}

#ethics-policies_page .banner-sec .item {
    width: 36%
}

@media screen and (min-width:767px) and (max-width:993px) {
    #ethics-policies_page .banner-sec .item {
        width: 30.33%
    }
}

@media screen and (max-width:767px) {
    #ethics-policies_page .banner-sec .item {
        width: 100%
    }
}

#ethics-policies_page .banner-sec .item img {
    width: 100%
}

#ethics-policies_page .banner-sec .item:nth-child(2) {
    width: 22%
}

@media screen and (min-width:767px) and (max-width:993px) {
    #ethics-policies_page .banner-sec .item:nth-child(2) {
        width: 30.33%
    }
}

@media screen and (max-width:767px) {
    #ethics-policies_page .banner-sec .item:nth-child(2) {
        width: 100%
    }
}

#ethics-policies_page .banner-sec .item:nth-child(2) .heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

#ethics-policies_page .banner-sec .item:nth-child(2) .heading .heading-text {
    margin-top: 20px
}

#ethics-policies_page .banner-sec .item:nth-child(2) p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    padding-top: 20px
}

@media screen and (max-width:767px) {
    #ethics-policies_page .banner-sec .item:nth-child(2) p {
        font-size: 18px
    }
}

#ethics-policies_page .policy-sec {
    position: relative
}

#ethics-policies_page .policy-sec .white-box {
    background-color: white;
    padding: 50px;
    margin-bottom: 70px;
    filter: drop-shadow(-2px 0 3px #ddd)
}

@media screen and (max-width:767px) {
    #ethics-policies_page .policy-sec .white-box {
        padding: 15px
    }
}

#ethics-policies_page .policy-sec .white-box .item {
    font-family: "Montserrat", sans-serif;
    color: black;
    border-bottom: 1px solid #e1e1e1;
    padding: 25px 0 25px
}

#ethics-policies_page .policy-sec .white-box .item .title {
    font-size: 18px;
    color:  #388E3C;
    font-weight: 500;
    line-height: 1.4
}

@media screen and (max-width:767px) {
    #ethics-policies_page .policy-sec .white-box .item .title {
        font-size: 18px
    }
}

#ethics-policies_page .policy-sec .white-box .item .para {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    margin: 5px 0 10px
}

#ethics-policies_page .policy-sec .white-box .item .para span {
    font-weight: 800;
    color:  #388E3C
}

@media screen and (max-width:767px) {
    #ethics-policies_page .policy-sec .white-box .item .para {
        font-size: 14px
    }
}

#ethics-policies_page .policy-sec .white-box .item .download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#ethics-policies_page .policy-sec .white-box .item .download .btn-dl {
    width: 30px;
    margin-right: 10px
}

#ethics-policies_page .policy-sec .white-box .item .download .btn-dl img {
    transition: .4s ease-in-out
}

#ethics-policies_page .policy-sec .white-box .item .download .btn-dl img:hover {
    filter: grayscale(0.8)
}

#ethics-policies_page .policy-sec .white-box .item .download p {
    font-size: 16px
}

@media screen and (max-width:767px) {
    #ethics-policies_page .policy-sec .white-box .item .download p {
        font-size: 14px
    }
}

#ethics-policies_page .policy-sec .white-box .item:nth-last-child(1) {
    border-bottom: 0
}

#ethics-policies_page .policy-sec .vector-1 {
    position: absolute;
    top: 15%;
    left: 0;
    width: 80px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #ethics-policies_page .policy-sec .vector-1 {
        width: 55px
    }
}

@media screen and (max-width:993px) {
    #ethics-policies_page .policy-sec .vector-1 {
        display: none
    }
}

#ethics-policies_page .policy-sec .vector-2 {
    position: absolute;
    top: 20%;
    right: 0;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #ethics-policies_page .policy-sec .vector-2 {
        width: 55px
    }
}

@media screen and (max-width:993px) {
    #ethics-policies_page .policy-sec .vector-2 {
        display: none
    }
}

#ethics-policies_page .policy-sec .vector-3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #ethics-policies_page .policy-sec .vector-3 {
        width: 55px
    }
}

@media screen and (max-width:993px) {
    #ethics-policies_page .policy-sec .vector-3 {
        display: none
    }
}

#ethics-policies_page .policy-sec .vector-4 {
    position: absolute;
    top: 70%;
    right: 0;
    width: 70px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #ethics-policies_page .policy-sec .vector-4 {
        width: 55px
    }
}

@media screen and (max-width:993px) {
    #ethics-policies_page .policy-sec .vector-4 {
        display: none
    }
}

#ethics-policies_page .policy-sec .vector-5 {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 70px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #ethics-policies_page .policy-sec .vector-5 {
        width: 55px
    }
}

@media screen and (max-width:993px) {
    #ethics-policies_page .policy-sec .vector-5 {
        display: none
    }
}

#quality-framework_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

#quality-framework_page .banner-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 75px
}

#quality-framework_page .banner-sec .item {
    width: 39%
}

@media screen and (max-width:767px) {
    #quality-framework_page .banner-sec .item {
        width: 100%
    }
}

#quality-framework_page .banner-sec .item:nth-child(1) {
    width: 45%
}

@media screen and (min-width:768px) and (max-width:1200px) {
    #quality-framework_page .banner-sec .item:nth-child(1) {
        width: 58%
    }
}

@media screen and (max-width:767px) {
    #quality-framework_page .banner-sec .item:nth-child(1) {
        width: 100%
    }
}

#quality-framework_page .banner-sec .item:nth-child(1) .heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

#quality-framework_page .banner-sec .item:nth-child(1) .heading .sub-heading {
    position: relative
}

#quality-framework_page .banner-sec .item:nth-child(1) .heading .sub-heading span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

#quality-framework_page .banner-sec .item:nth-child(1) .heading .sub-heading span .st {
    font-size: 20px;
    position: absolute;
    top: -10px;
    right: -25px;
    font-weight: 700
}

#quality-framework_page .banner-sec .item:nth-child(1) .heading .heading-text {
    margin-top: 20px
}

#quality-framework_page .banner-sec .item:nth-child(1) p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    padding-top: 20px
}

@media screen and (min-width:1201px) {
    #quality-framework_page .banner-sec .item:nth-child(1) p {
        margin: 0 auto 0 130px;
        width: 80%
    }
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #quality-framework_page .banner-sec .item:nth-child(1) p {
        width: 80%;
        margin-left: 140px
    }
}

@media screen and (min-width:768px) and (max-width:993px) {
    #quality-framework_page .banner-sec .item:nth-child(1) p {
        width: 80%;
        margin-left: 85px
    }
}

#quality-framework_page .banner-sec .item:nth-child(1) p span {
    color:  #388E3C;
    font-weight: 800
}

@media screen and (max-width:767px) {
    #quality-framework_page .banner-sec .item:nth-child(1) p {
        font-size: 18px
    }
}

#quality-framework_page .quality-sec {
    padding: 60px 0
}

@media screen and (min-width:768px) and (max-width:993px) {
    #quality-framework_page .quality-sec {
        padding: 60px 0 0
    }
}

@media screen and (max-width:767px) {
    #quality-framework_page .quality-sec {
        padding: 30px 0 0
    }
}

#quality-framework_page .quality-sec .heading .sub-heading {
    width: 75%;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 15px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #quality-framework_page .quality-sec .heading .sub-heading {
        width: 90%
    }
}

@media screen and (max-width:993px) {
    #quality-framework_page .quality-sec .heading .sub-heading {
        width: 100%;
        line-height: 1
    }
}

@media screen and (max-width:767px) {
    #quality-framework_page .quality-sec .heading .heading-text {
        line-height: 50px
    }
}

#quality-framework_page .quality-sec .row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px
}

@media screen and (max-width:767px) {
    #quality-framework_page .quality-sec .row-flex {
        margin-top: 30px
    }
}

#quality-framework_page .quality-sec .row-flex .icon-sec {
    width: 38%
}

@media screen and (max-width:993px) {
    #quality-framework_page .quality-sec .row-flex .icon-sec {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#quality-framework_page .quality-sec .row-flex .icon-sec .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

@media screen and (min-width:768px) and (max-width:993px) {
    #quality-framework_page .quality-sec .row-flex .icon-sec .item {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 30.33%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:767px) {
    #quality-framework_page .quality-sec .row-flex .icon-sec .item {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#quality-framework_page .quality-sec .row-flex .icon-sec .item .icon {
    margin-right: 30px;
    width: 28%
}

@media screen and (min-width:768px) and (max-width:993px) {
    #quality-framework_page .quality-sec .row-flex .icon-sec .item .icon {
        width: 60%;
        margin: 0
    }
}

@media screen and (max-width:767px) {
    #quality-framework_page .quality-sec .row-flex .icon-sec .item .icon {
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width:767px) {
    #quality-framework_page .quality-sec .row-flex .icon-sec .item .icon img {
        margin: 0 auto
    }
}

#quality-framework_page .quality-sec .row-flex .icon-sec .item .name {
    width: 65%;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3
}

@media screen and (max-width:993px) {
    #quality-framework_page .quality-sec .row-flex .icon-sec .item .name {
        width: 100%;
        margin-top: 20px;
        text-align: center
    }
}

@media screen and (max-width:767px) {
    #quality-framework_page .quality-sec .row-flex .icon-sec .item .name {
        font-size: 16px;
        width: 65%;
        margin: 20px auto 0
    }
}

@media screen and (min-width:994px) {
    #quality-framework_page .quality-sec .row-flex .icon-sec .item:nth-last-child(1) {
        margin-bottom: 0
    }
}

#quality-framework_page .quality-sec .row-flex .brief-sec {
    width: 58%;
    background-color:  #388E3C;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 1.6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 80px
}

@media screen and (min-width:768px) and (max-width:993px) {
    #quality-framework_page .quality-sec .row-flex .brief-sec {
        width: 100%;
        padding: 50px
    }
}

@media screen and (max-width:767px) {
    #quality-framework_page .quality-sec .row-flex .brief-sec {
        width: 100%;
        padding: 20px 15px
    }
}

#quality-framework_page .quality-sec .row-flex .brief-sec p span {
    font-weight: 500
}

#quality-framework_page .vendor-sec {
    padding: 60px 0
}

@media screen and (max-width:767px) {
    #quality-framework_page .vendor-sec {
        padding: 30px 0
    }
}

#quality-framework_page .vendor-sec .heading .sub-heading {
    width: 75%;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 15px
}

#quality-framework_page .vendor-sec .row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px
}

@media screen and (max-width:767px) {
    #quality-framework_page .vendor-sec .row-flex {
        margin-top: 30px
    }
}

#quality-framework_page .vendor-sec .row-flex .icon-sec {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:993px) {
    #quality-framework_page .vendor-sec .row-flex .icon-sec {
        width: 100%
    }
}

#quality-framework_page .vendor-sec .row-flex .icon-sec .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
    width: 50%
}

@media screen and (min-width:768px) and (max-width:993px) {
    #quality-framework_page .vendor-sec .row-flex .icon-sec .item {
        width: 24%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    #quality-framework_page .vendor-sec .row-flex .icon-sec .item {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px
    }
}

#quality-framework_page .vendor-sec .row-flex .icon-sec .item .icon {
    width: 38%
}

@media screen and (max-width:993px) {
    #quality-framework_page .vendor-sec .row-flex .icon-sec .item .icon {
        width: 60%
    }
}

@media screen and (max-width:767px) {
    #quality-framework_page .vendor-sec .row-flex .icon-sec .item .icon {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    #quality-framework_page .vendor-sec .row-flex .icon-sec .item .icon img {
        margin: 0 auto
    }
}

#quality-framework_page .vendor-sec .row-flex .icon-sec .item .name {
    width: 54%;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3
}

@media screen and (max-width:993px) {
    #quality-framework_page .vendor-sec .row-flex .icon-sec .item .name {
        width: 100%;
        text-align: center;
        margin-top: 20px
    }
}

#quality-framework_page .vendor-sec .row-flex .brief-sec {
    width: 38%;
    font-family: "Montserrat", sans-serif;
    color: black;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 80px
}

@media screen and (max-width:993px) {
    #quality-framework_page .vendor-sec .row-flex .brief-sec {
        width: 100%;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 50px
    }
}

@media screen and (max-width:767px) {
    #quality-framework_page .vendor-sec .row-flex .brief-sec {
        padding: 0
    }
}

#quality-framework_page .vendor-sec .row-flex .brief-sec p span {
    font-weight: 600
}

#quality-framework_page .abs-1 {
    position: absolute;
    top: 35%;
    left: 0;
    width: 80px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #quality-framework_page .abs-1 {
        top: 30%
    }
}

@media screen and (max-width:993px) {
    #quality-framework_page .abs-1 {
        display: none
    }
}

#quality-framework_page .abs-2 {
    position: absolute;
    top: 68%;
    right: -1%;
    width: 100px
}

@media screen and (max-width:993px) {
    #quality-framework_page .abs-2 {
        display: none
    }
}

#quality-framework_page .vector-1 {
    position: absolute;
    top: 27%;
    right: -1%;
    width: 70px
}

@media screen and (max-width:993px) {
    #quality-framework_page .vector-1 {
        display: none
    }
}

#quality-framework_page .vector-2 {
    position: absolute;
    bottom: 7%;
    left: 0;
    width: 75px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #quality-framework_page .vector-2 {
        bottom: 3%
    }
}

@media screen and (max-width:993px) {
    #quality-framework_page .vector-2 {
        display: none
    }
}

#sustainability-csr_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

#sustainability-csr_page .banner-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 75px
}

#sustainability-csr_page .banner-sec .item {
    width: 39%
}

@media screen and (max-width:767px) {
    #sustainability-csr_page .banner-sec .item {
        width: 100%
    }
}

#sustainability-csr_page .banner-sec .item:nth-child(1) {
    width: 45%
}

@media screen and (min-width:768px) and (max-width:1200px) {
    #sustainability-csr_page .banner-sec .item:nth-child(1) {
        width: 58%
    }
}

@media screen and (max-width:767px) {
    #sustainability-csr_page .banner-sec .item:nth-child(1) {
        width: 100%
    }
}

#sustainability-csr_page .banner-sec .item:nth-child(1) .heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

#sustainability-csr_page .banner-sec .item:nth-child(1) .heading .sub-heading {
    position: relative
}

#sustainability-csr_page .banner-sec .item:nth-child(1) .heading .sub-heading span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

#sustainability-csr_page .banner-sec .item:nth-child(1) .heading .sub-heading span .st {
    font-size: 20px;
    position: absolute;
    top: -10px;
    right: -25px;
    font-weight: 700
}

#sustainability-csr_page .banner-sec .item:nth-child(1) .heading .heading-text {
    margin-top: 20px
}

#sustainability-csr_page .banner-sec .item:nth-child(1) p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    padding-top: 20px
}

@media screen and (min-width:1201px) {
    #sustainability-csr_page .banner-sec .item:nth-child(1) p {
        margin: 0 auto 0 130px;
        width: 80%
    }
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #sustainability-csr_page .banner-sec .item:nth-child(1) p {
        width: 80%;
        margin-left: 140px
    }
}

@media screen and (min-width:768px) and (max-width:993px) {
    #sustainability-csr_page .banner-sec .item:nth-child(1) p {
        width: 80%;
        margin-left: 85px
    }
}

#sustainability-csr_page .banner-sec .item:nth-child(1) p span {
    color:  #388E3C;
    font-weight: 800
}

@media screen and (max-width:767px) {
    #sustainability-csr_page .banner-sec .item:nth-child(1) p {
        font-size: 18px
    }
}

#sustainability-csr_page .content-sec {
    padding: 60px 0 100px
}

@media screen and (max-width:993px) {
    #sustainability-csr_page .content-sec {
        padding: 30px 0
    }
}

#sustainability-csr_page .content-sec .heading .sub-heading {
    text-align: left
}

#sustainability-csr_page .content-sec .row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500
}

@media screen and (max-width:767px) {
    #sustainability-csr_page .content-sec .row-flex {
        margin-top: 10px;
        font-size: 14px
    }
}

#sustainability-csr_page .content-sec .row-flex .brief-para {
    width: 48%
}

@media screen and (max-width:993px) {
    #sustainability-csr_page .content-sec .row-flex .brief-para {
        width: 100%
    }
}

#sustainability-csr_page .content-sec .row-flex .brief-para p {
    margin-bottom: 10px
}

@media screen and (min-width:994px) {
    #sustainability-csr_page .content-sec .row-flex .brief-para p:nth-last-child(1) {
        margin-bottom: 0
    }
}

#sustainability-csr_page .content-sec .row-flex .brief-para p span {
    font-weight: 700;
    color:  #388E3C
}

#sustainability-csr_page .content-sec .row-flex .imp-sec {
    width: 48%
}

@media screen and (max-width:993px) {
    #sustainability-csr_page .content-sec .row-flex .imp-sec {
        width: 100%;
        margin-top: 20px
    }
}

#sustainability-csr_page .content-sec .row-flex .imp-sec p {
    background-color:  #388E3C;
    color: white;
    padding: 22px 20px 22px 40px;
    margin-bottom: 10px;
    border-top-left-radius: 20px;
    position: relative
}

@media screen and (min-width:994px) {
    #sustainability-csr_page .content-sec .row-flex .imp-sec p:nth-last-child(1) {
        margin-bottom: 0
    }
}

#sustainability-csr_page .content-sec .row-flex .imp-sec p::before {
    content: ".";
    position: absolute;
    top: 22%;
    left: 4%;
    font-size: 20px
}

#sustainability-csr_page .vector-1 {
    position: absolute;
    top: 37%;
    left: 2%;
    width: 75px
}

@media screen and (max-width:993px) {
    #sustainability-csr_page .vector-1 {
        display: none
    }
}

#sustainability-csr_page .vector-2 {
    position: absolute;
    bottom: 18%;
    right: -1%;
    width: 90px
}

@media screen and (min-width:994px) and (max-width:1300px) {
    #sustainability-csr_page .vector-2 {
        bottom: 8%;
        width: 65px
    }
}

@media screen and (max-width:993px) {
    #sustainability-csr_page .vector-2 {
        display: none
    }
}

#awards-accolades_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

#awards-accolades_page .banner-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 75px;
    position: relative
}

#awards-accolades_page .banner-sec .item {
    width: 36%
}

@media screen and (min-width:767px) and (max-width:993px) {
    #awards-accolades_page .banner-sec .item {
        width: 30.33%
    }
}

@media screen and (max-width:767px) {
    #awards-accolades_page .banner-sec .item {
        width: 100%
    }
}

#awards-accolades_page .banner-sec .item img {
    width: 100%
}

#awards-accolades_page .banner-sec .item:nth-child(2) {
    width: 22%
}

@media screen and (min-width:767px) and (max-width:993px) {
    #awards-accolades_page .banner-sec .item:nth-child(2) {
        width: 30.33%
    }
}

@media screen and (max-width:767px) {
    #awards-accolades_page .banner-sec .item:nth-child(2) {
        width: 100%
    }
}

#awards-accolades_page .banner-sec .item:nth-child(2) .heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

#awards-accolades_page .banner-sec .item:nth-child(2) .heading .heading-text {
    margin-top: 20px
}

#awards-accolades_page .banner-sec .item:nth-child(2) p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    padding-top: 20px
}

@media screen and (max-width:767px) {
    #awards-accolades_page .banner-sec .item:nth-child(2) p {
        font-size: 18px
    }
}

#awards-accolades_page .banner-sec .banner-abs {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width:994px) and (max-width:1300px) {
    #awards-accolades_page .banner-sec .banner-abs {
        bottom: 0
    }
}

@media screen and (max-width:993px) {
    #awards-accolades_page .banner-sec .banner-abs {
        display: none
    }
}

#awards-accolades_page .content-sec {
    padding-top: 50px;
    font-family: "Montserrat", sans-serif;
    color: black;
    font-weight: 500;
    position: relative
}

#awards-accolades_page .content-sec .year-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 100px
}

@media screen and (max-width:993px) {
    #awards-accolades_page .content-sec .year-sec {
        padding-bottom: 70px
    }
}

#awards-accolades_page .content-sec .year-sec .text {
    font-size: 20px;
    color:  #388E3C;
    margin-right: 30px;
    font-weight: 600
}

#awards-accolades_page .content-sec .year-sec .nice-select {
    width: 200px;
    background-color:  #388E3C;
    color: white;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px
}

#awards-accolades_page .content-sec .year-sec .nice-select::after {
    border-bottom: 2px solid white;
    border-right: 2px solid white
}

#awards-accolades_page .content-sec .year-sec .nice-select .list {
    background-color: #373435
}

#awards-accolades_page .content-sec .year-sec .nice-select .list .option:hover {
    background-color:  #388E3C
}

#awards-accolades_page .content-sec .year-sec .nice-select .list .option.focus {
    background-color:  #388E3C
}

#awards-accolades_page .content-sec .year-sec .nice-select .list .option.selected.focus {
    background-color:  #388E3C
}

#awards-accolades_page .content-sec .row-flex .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px
}

@media screen and (min-width:768px) and (max-width:993px) {
    #awards-accolades_page .content-sec .row-flex .item {
        margin-bottom: 80px
    }
}

@media screen and (max-width:767px) {
    #awards-accolades_page .content-sec .row-flex .item {
        margin-bottom: 50px
    }
}

#awards-accolades_page .content-sec .row-flex .item .img-box {
    width: 38%;
    position: relative
}

@media screen and (max-width:993px) {
    #awards-accolades_page .content-sec .row-flex .item .img-box {
        width: 100%
    }
}

#awards-accolades_page .content-sec .row-flex .item .img-box::before {
    content: '';
    position: absolute;
    top: -3%;
    right: -2%;
    width: 100%;
    height: 103%;
    background-color:  #388E3C;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px
}

@media screen and (min-width:768px) and (max-width:993px) {
    #awards-accolades_page .content-sec .row-flex .item .img-box::before {
        right: 1%;
        width: 95%
    }
}

@media screen and (max-width:767px) {
    #awards-accolades_page .content-sec .row-flex .item .img-box::before {
        right: -2%;
        width: 100%
    }
}

#awards-accolades_page .content-sec .row-flex .item .img-box img {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    position: relative
}

@media screen and (max-width:993px) {
    #awards-accolades_page .content-sec .row-flex .item .img-box img {
        margin: 0 auto
    }
}

#awards-accolades_page .content-sec .row-flex .item .para {
    width: 48%;
    line-height: 1.4;
    font-size: 18px
}

@media screen and (max-width:993px) {
    #awards-accolades_page .content-sec .row-flex .item .para {
        width: 100%;
        margin-top: 20px
    }
}

@media screen and (max-width:767px) {
    #awards-accolades_page .content-sec .row-flex .item .para {
        font-size: 14px
    }
}

#awards-accolades_page .content-sec .row-flex .item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#awards-accolades_page .content-sec .vector-1 {
    position: absolute;
    top: 28%;
    left: -1%;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1300px) {
    #awards-accolades_page .content-sec .vector-1 {
        top: 35%
    }
}

@media screen and (max-width:993px) {
    #awards-accolades_page .content-sec .vector-1 {
        display: none
    }
}

#awards-accolades_page .content-sec .vector-2 {
    position: absolute;
    bottom: 23%;
    right: -1%;
    width: 70px
}

@media screen and (max-width:993px) {
    #awards-accolades_page .content-sec .vector-2 {
        display: none
    }
}

#mission-statement_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - 407px)
}

#mission-statement_page .banner-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 75px
}

#mission-statement_page .banner-sec .item {
    width: 40%
}

@media screen and (max-width:767px) {
    #mission-statement_page .banner-sec .item {
        width: 100%
    }
}

#mission-statement_page .banner-sec .item:nth-child(1) {
    width: 38%
}

@media screen and (min-width:768px) and (max-width:993px) {
    #mission-statement_page .banner-sec .item:nth-child(1) {
        width: 49%
    }
}

@media screen and (max-width:767px) {
    #mission-statement_page .banner-sec .item:nth-child(1) {
        width: 100%
    }
}

#mission-statement_page .banner-sec .item:nth-child(1) .heading {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    #mission-statement_page .banner-sec .item:nth-child(1) .heading {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#mission-statement_page .banner-sec .item:nth-child(1) .heading .sub-heading {
    text-transform: capitalize
}

#mission-statement_page .banner-sec .item:nth-child(1) .heading .heading-text {
    margin-left: 15px
}

#mission-statement_page .banner-sec .item:nth-child(1) p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500
}

@media screen and (max-width:767px) {
    #mission-statement_page .banner-sec .item:nth-child(1) p {
        font-size: 18px
    }
}

#mission-statement_page .vector-1 {
    position: absolute;
    top: 70%;
    left: 0;
    width: 70px
}

@media screen and (max-width:993px) {
    #mission-statement_page .vector-1 {
        display: none
    }
}

#mission-statement_page .vector-2 {
    position: absolute;
    top: 35%;
    right: -1%;
    width: 100px
}

@media screen and (max-width:993px) {
    #mission-statement_page .vector-2 {
        display: none
    }
}

#company-history_page {
    background-image: url(../img/contact/bg-line.jpg);
    position: relative
}

#company-history_page .banner-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 75px
}

#company-history_page .banner-sec .item {
    padding: 70px 0
}

#company-history_page .banner-sec .item .heading {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    #company-history_page .banner-sec .item .heading {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#company-history_page .banner-sec .item .heading .heading-text {
    margin-left: 15px
}

#company-history_page .timeline-sec {
    position: relative
}

#company-history_page .timeline-sec .stick-div {
    position: absolute;
    top: auto;
    bottom: 1%;
    left: 10%;
    height: 100%
}

@media screen and (max-width:993px) {
    #company-history_page .timeline-sec .stick-div {
        display: none
    }
}

#company-history_page .timeline-sec .stick-div .sticky-years {
    position: sticky;
    top: 45%;
    z-index: 1
}

#company-history_page .timeline-sec .stick-div .sticky-years .link-year {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: black;
    line-height: 1.4;
    margin-bottom: 5px
}

#company-history_page .timeline-sec .stick-div .sticky-years .link-year a {
    color: inherit;
    text-decoration: none
}

#company-history_page .timeline-sec .stick-div .sticky-years .link-year a.active {
    color:  #388E3C;
    position: relative
}

#company-history_page .timeline-sec .stick-div .sticky-years .link-year a.active::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 120%;
    width: 135px;
    height: 1px;
    background-color:  #388E3C
}

#company-history_page .timeline-sec .row-time {
    overflow: hidden;
    position: relative
}

#company-history_page .timeline-sec .row-time::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color:  #388E3C
}

@media screen and (max-width:767px) {
    #company-history_page .timeline-sec .row-time::before {
        display: none
    }
}

#company-history_page .timeline-sec .row-time .row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    padding: 25px 0
}

@media screen and (max-width:993px) {
    #company-history_page .timeline-sec .row-time .row-flex {
        width: 100%
    }
}

#company-history_page .timeline-sec .row-time .row-flex .item {
    font-family: "Montserrat", sans-serif;
    width: 40%;
    position: relative;
    padding: 100px 0
}

@media screen and (min-width:994px) {
    #company-history_page .timeline-sec .row-time .row-flex .item {
        min-height: 35vh
    }
}

@media screen and (max-width:993px) {
    #company-history_page .timeline-sec .row-time .row-flex .item {
        padding: 30px 0
    }
}

@media screen and (max-width:767px) {
    #company-history_page .timeline-sec .row-time .row-flex .item {
        width: 100%
    }
}

#company-history_page .timeline-sec .row-time .row-flex .item .year {
    font-weight: 600;
    font-size: 25px;
    color:  #388E3C;
    margin-bottom: 15px;
    margin-left: 30px
}

@media screen and (max-width:767px) {
    #company-history_page .timeline-sec .row-time .row-flex .item .year {
        font-size: 20px
    }
}

#company-history_page .timeline-sec .row-time .row-flex .item .img-div {
    position: relative
}

#company-history_page .timeline-sec .row-time .row-flex .item .img-div img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    z-index: 1
}

#company-history_page .timeline-sec .row-time .row-flex .item .img-div::before {
    content: '';
    position: absolute;
    top: -3%;
    left: -2%;
    width: 100%;
    height: 103%;
    background-color:  #388E3C;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px
}

#company-history_page .timeline-sec .row-time .row-flex .item .para {
    margin: 20px 0
}

#company-history_page .timeline-sec .row-time .row-flex .item .para p {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.4;
    color: black;
    position: relative
}

@media screen and (max-width:767px) {
    #company-history_page .timeline-sec .row-time .row-flex .item .para p {
        font-size: 14px
    }
}

#company-history_page .timeline-sec .row-time .row-flex .item .para p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color:  #388E3C
}

#company-history_page .timeline-sec .row-time .row-flex .item .para p:nth-last-child(1) {
    margin-bottom: 0
}

#company-history_page .timeline-sec .row-time .row-flex .item .arrow-abs {
    position: absolute;
    top: 50%;
    right: -35%;
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:1201px) and (max-width:1300px) {
    #company-history_page .timeline-sec .row-time .row-flex .item .arrow-abs {
        right: -32%
    }
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #company-history_page .timeline-sec .row-time .row-flex .item .arrow-abs {
        top: 35%
    }
}

@media screen and (min-width:768px) and (max-width:993px) {
    #company-history_page .timeline-sec .row-time .row-flex .item .arrow-abs {
        right: -33%
    }
}

@media screen and (max-width:767px) {
    #company-history_page .timeline-sec .row-time .row-flex .item .arrow-abs {
        transform: translate(-50%, -50%) rotate(90deg);
        bottom: -10%;
        top: auto;
        left: 50%;
        right: auto
    }
}

#company-history_page .timeline-sec .row-time .row-flex .item .arrow-abs .dot {
    width: 7px;
    height: 7px;
    background-color:  #388E3C;
    border-radius: 100px;
    margin-right: 5px
}

@media screen and (max-width:767px) {
    #company-history_page .timeline-sec .row-time .row-flex .item .arrow-abs .dot {
        display: none
    }
}

#company-history_page .timeline-sec .row-time .row-flex .item .arrow-abs .lines {
    width: 50px;
    height: 1px;
    border-bottom: 2px dashed  #388E3C
}

@media screen and (min-width:768px) and (max-width:1300px) {
    #company-history_page .timeline-sec .row-time .row-flex .item .arrow-abs .lines {
        width: 40px
    }
}

#company-history_page .timeline-sec .row-time .row-flex .item:nth-last-child(1) {
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media screen and (max-width:767px) {
    #company-history_page .timeline-sec .row-time .row-flex .item:nth-last-child(1) {
        margin-top: 50px
    }
}

#company-history_page .timeline-sec .row-time .row-flex .item:nth-last-child(1) .arrow-abs {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    left: -15%;
    right: auto
}

@media screen and (max-width:767px) {
    #company-history_page .timeline-sec .row-time .row-flex .item:nth-last-child(1) .arrow-abs {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (max-width:767px) {
    #company-history_page .timeline-sec .row-time .row-flex .item:nth-last-child(1) .arrow-abs {
        left: 50%
    }
}

#company-history_page .timeline-sec .row-time .row-flex .item:nth-last-child(1) .arrow-abs .dot {
    margin-left: 5px;
    margin-right: 0
}

@media screen and (max-width:767px) {
    #company-history_page .timeline-sec .row-time .row-flex .item:nth-last-child(1) .arrow-abs .dot {
        margin-right: 5px
    }
}

#company-history_page .vector-1 {
    position: absolute;
    overflow: hidden;
    top: 3%;
    left: -1%;
    width: 80px
}

@media screen and (max-width:993px) {
    #company-history_page .vector-1 {
        width: 70px
    }
}

#company-history_page .vector-2 {
    position: absolute;
    overflow: hidden;
    top: 1%;
    right: 7%;
    width: 100px
}

@media screen and (max-width:993px) {
    #company-history_page .vector-2 {
        width: 70px
    }
}

#company-history_page .vector-3 {
    position: absolute;
    overflow: hidden;
    bottom: 28%;
    left: -1%;
    width: 120px
}

@media screen and (max-width:993px) {
    #company-history_page .vector-3 {
        display: none
    }
}

#company-history_page .vector-4 {
    position: absolute;
    overflow: hidden;
    bottom: 15%;
    right: 10%;
    width: 100px
}

@media screen and (max-width:993px) {
    #company-history_page .vector-4 {
        display: none
    }
}

#company-history_page .abs-1 {
    position: absolute;
    top: 0;
    left: 18%;
    width: 100px
}

@media screen and (max-width:993px) {
    #company-history_page .abs-1 {
        display: none
    }
}

#company-history_page .abs-2 {
    position: absolute;
    top: 3%;
    right: 20%;
    width: 150px
}

@media screen and (max-width:993px) {
    #company-history_page .abs-2 {
        display: none
    }
}

#company-history_page .abs-3 {
    position: absolute;
    top: 17%;
    right: 7%;
    width: 100px
}

@media screen and (max-width:993px) {
    #company-history_page .abs-3 {
        display: none
    }
}

#company-history_page .abs-4 {
    position: absolute;
    top: 20%;
    left: 7%;
    width: 60px
}

@media screen and (max-width:993px) {
    #company-history_page .abs-4 {
        display: none
    }
}

#company-history_page .abs-5 {
    position: absolute;
    top: 36%;
    right: 10%;
    width: 120px
}

@media screen and (max-width:993px) {
    #company-history_page .abs-5 {
        display: none
    }
}

#company-history_page .abs-6 {
    position: absolute;
    bottom: 8%;
    left: 1%;
    width: 150px
}

@media screen and (min-width:994px) and (max-width:1300px) {
    #company-history_page .abs-6 {
        bottom: 10%;
        left: 0
    }
}

@media screen and (max-width:993px) {
    #company-history_page .abs-6 {
        display: none
    }
}

#company-history_page .abs-7 {
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 100px
}

@media screen and (max-width:993px) {
    #company-history_page .abs-7 {
        display: none
    }
}

#leadership_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

#leadership_page .banner-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 60px
}

@media screen and (max-width:767px) {
    #leadership_page .banner-sec {
        padding-top: 75px;
        padding-bottom: 40px
    }
}

#leadership_page .banner-sec .heading {
    margin-top: -70px
}

@media screen and (max-width:993px) {
    #leadership_page .banner-sec .heading {
        margin-top: 0
    }
}

#leadership_page .orange-layer {
    margin-bottom: -280px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #leadership_page .orange-layer {
        margin-bottom: -200px
    }
}

@media screen and (min-width:768px) and (max-width:993px) {
    #leadership_page .orange-layer {
        margin-bottom: -140px
    }
}

@media screen and (max-width:767px) {
    #leadership_page .orange-layer {
        margin-bottom: -50px
    }
}

#leadership_page .board-sec,
#leadership_page .mgmt-sec {
    background-color:  #388E3C;
    position: relative
}

#leadership_page .board-sec .heading,
#leadership_page .mgmt-sec .heading {
    margin-bottom: 150px
}

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

    #leadership_page .board-sec .heading,
    #leadership_page .mgmt-sec .heading {
        margin-bottom: 80px
    }
}

#leadership_page .board-sec .heading .sub-heading,
#leadership_page .mgmt-sec .heading .sub-heading {
    color: white
}

#leadership_page .board-sec .board-members,
#leadership_page .mgmt-sec .board-members {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

#leadership_page .board-sec .board-members .item,
#leadership_page .mgmt-sec .board-members .item {
    width: 28.33%;
    background-color: white;
    margin-bottom: 150px;
    padding: 40px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    transition: .3s ease-in-out
}

@media screen and (min-width:768px) and (max-width:993px) {

    #leadership_page .board-sec .board-members .item,
    #leadership_page .mgmt-sec .board-members .item {
        width: 44%
    }
}

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

    #leadership_page .board-sec .board-members .item,
    #leadership_page .mgmt-sec .board-members .item {
        width: 100%;
        margin-bottom: 100px
    }
}

#leadership_page .board-sec .board-members .item .img-div,
#leadership_page .mgmt-sec .board-members .item .img-div {
    margin-top: -70px
}

#leadership_page .board-sec .board-members .item .img-div img,
#leadership_page .mgmt-sec .board-members .item .img-div img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

#leadership_page .board-sec .board-members .item .name,
#leadership_page .mgmt-sec .board-members .item .name {
    color:  #388E3C;
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0 10px
}

#leadership_page .board-sec .board-members .item .position.big p,
#leadership_page .mgmt-sec .board-members .item .position.big p {
    font-weight: 600;
    font-size: 16px
}

#leadership_page .board-sec .board-members .item .position p,
#leadership_page .mgmt-sec .board-members .item .position p {
    line-height: 1.4;
    font-weight: 500;
    font-size: 14px
}

#leadership_page .board-sec .board-members .item .arrow-img,
#leadership_page .mgmt-sec .board-members .item .arrow-img {
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%)
}

#leadership_page .board-sec .board-members .item a,
#leadership_page .mgmt-sec .board-members .item a {
    text-decoration: none;
    color: inherit
}

#leadership_page .board-sec .board-members .item:hover,
#leadership_page .mgmt-sec .board-members .item:hover {
    background-color: rgba(255, 255, 255, 0.5)
}

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

    #leadership_page .board-sec .board-members .item:hover,
    #leadership_page .mgmt-sec .board-members .item:hover {
        background-color: white
    }
}

#leadership_page .board-sec .abs-1,
#leadership_page .mgmt-sec .abs-1 {
    position: absolute;
    top: 2%;
    left: 5%;
    width: 100px
}

#leadership_page .board-sec .abs-2,
#leadership_page .mgmt-sec .abs-2 {
    position: absolute;
    top: 45%;
    right: 0;
    width: 120px
}

#leadership_page .board-sec .abs-3,
#leadership_page .mgmt-sec .abs-3 {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 80px
}

#leadership_page .mgmt-sec {
    background-color: transparent
}

#leadership_page .mgmt-sec .heading {
    margin-top: 100px
}

@media screen and (max-width:767px) {
    #leadership_page .mgmt-sec .heading {
        margin-top: 50px
    }
}

#leadership_page .mgmt-sec .heading .sub-heading {
    color: #373435
}

#leadership_page .mgmt-sec .board-members .item {
    box-shadow: 0 10px 15px -2px #d4d4d4
}

#leadership_page .mgmt-sec .board-members .item:hover {
    background-color: rgba(240, 78, 35, 0.5)
}

@media screen and (max-width:1200px) {
    #leadership_page .mgmt-sec .board-members .item:hover {
        background-color: white
    }
}

#leadership_page .mgmt-sec .abs-4 {
    position: absolute;
    top: 4%;
    right: 15%;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1300px) {
    #leadership_page .mgmt-sec .abs-4 {
        right: 5%
    }
}

#leadership_page .mgmt-sec .abs-5 {
    position: absolute;
    top: 18%;
    left: 0;
    width: 120px
}

@media screen and (min-width:994px) and (max-width:1300px) {
    #leadership_page .mgmt-sec .abs-5 {
        width: 70px;
        top: 12%
    }
}

#leadership_page .mgmt-sec .abs-6 {
    position: absolute;
    top: 38%;
    right: 0;
    width: 120px
}

#leadership_page .mgmt-sec .abs-7 {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1300px) {
    #leadership_page .mgmt-sec .abs-7 {
        width: 50px
    }
}

#leadership_page .mgmt-sec .abs-8 {
    position: absolute;
    bottom: 30%;
    right: 2%;
    width: 50px
}

#leadership_page .mgmt-sec .vector-1 {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1300px) {
    #leadership_page .mgmt-sec .vector-1 {
        width: 70px;
        bottom: 55%
    }
}

#leadership_page .mgmt-sec .vector-2 {
    position: absolute;
    bottom: -1%;
    right: 20%;
    width: 150px
}

#leadership-inside_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

#leadership-inside_page .profile-sec {
    padding-top: 75px;
    position: relative;
    z-index: 1
}

#leadership-inside_page .profile-sec .row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 70px
}

@media screen and (max-width:767px) {
    #leadership-inside_page .profile-sec .row-flex {
        padding-top: 15px
    }
}

#leadership-inside_page .profile-sec .row-flex .img-div {
    width: 100%
}

@media screen and (min-width:768px) {
    #leadership-inside_page .profile-sec .row-flex .img-div {
        width: 22%
    }
}

#leadership-inside_page .profile-sec .row-flex .img-div img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

#leadership-inside_page .profile-sec .row-flex .name-roll {
    font-family: "Montserrat", sans-serif
}

@media screen and (min-width:768px) {
    #leadership-inside_page .profile-sec .row-flex .name-roll {
        width: 72%
    }
}

@media screen and (max-width:767px) {
    #leadership-inside_page .profile-sec .row-flex .name-roll {
        padding: 15px 0
    }
}

#leadership-inside_page .profile-sec .row-flex .name-roll .name {
    color:  #388E3C;
    font-size: 40px;
    font-weight: 600
}

@media screen and (max-width:767px) {
    #leadership-inside_page .profile-sec .row-flex .name-roll .name {
        font-size: 25px
    }
}

#leadership-inside_page .profile-sec .row-flex .name-roll .position {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0
}

@media screen and (max-width:767px) {
    #leadership-inside_page .profile-sec .row-flex .name-roll .position {
        font-size: 16px
    }
}

#leadership-inside_page .profile-sec .abs-1 {
    position: absolute;
    top: 20%;
    right: 20%;
    width: 80px
}

#leadership-inside_page .brief-sec {
    background-color:  #388E3C;
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
    letter-spacing: 1px;
    padding: 120px 0 50px;
    margin-top: -70px;
    position: relative
}

@media screen and (min-width:768px) and (max-width:993px) {
    #leadership-inside_page .brief-sec {
        padding: 80px 0 50px;
        margin-top: -40px
    }
}

@media screen and (max-width:767px) {
    #leadership-inside_page .brief-sec {
        margin-top: 0;
        padding: 30px 0 0;
        font-size: 14px
    }
}

#leadership-inside_page .brief-sec .para p {
    margin-bottom: 30px
}

#leadership-inside_page .brief-sec .abs-2 {
    position: absolute;
    top: -10%;
    right: 2%;
    width: 100px
}

#leadership-inside_page .brief-sec .abs-3 {
    position: absolute;
    top: 42%;
    left: 0;
    width: 80px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #leadership-inside_page .brief-sec .abs-3 {
        left: -3%
    }
}

#leadership-inside_page .brief-sec .abs-4 {
    position: absolute;
    bottom: -12%;
    right: 2%;
    width: 120px
}

#leadership-inside_page .mgmt-sec {
    position: relative
}

#leadership-inside_page .mgmt-sec .heading {
    margin: 80px 0
}

@media screen and (max-width:767px) {
    #leadership-inside_page .mgmt-sec .heading {
        margin: 30px 0
    }
}

#leadership-inside_page .mgmt-sec .other-members {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px
}

#leadership-inside_page .mgmt-sec .other-members .item {
    background-color: white;
    margin: 40px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    box-shadow: 0 10px 15px -2px #d4d4d4;
    transition: .3s ease-in-out
}

@media screen and (min-width:768px) and (max-width:1200px) {
    #leadership-inside_page .mgmt-sec .other-members .item {
        margin: 20px
    }
}

@media screen and (max-width:767px) {
    #leadership-inside_page .mgmt-sec .other-members .item {
        margin: 30px
    }
}

#leadership-inside_page .mgmt-sec .other-members .item:focus {
    outline: 0;
    border: 0
}

#leadership-inside_page .mgmt-sec .other-members .item a {
    text-decoration: none;
    color: inherit;
    padding: 40px;
    display: inline-block
}

#leadership-inside_page .mgmt-sec .other-members .item a:focus {
    outline: 0;
    border: 0
}

#leadership-inside_page .mgmt-sec .other-members .item .img-div {
    margin-top: -70px
}

#leadership-inside_page .mgmt-sec .other-members .item .img-div img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

#leadership-inside_page .mgmt-sec .other-members .item .name {
    color:  #388E3C;
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0 10px;
    min-height: 40px
}

#leadership-inside_page .mgmt-sec .other-members .item .position {
    min-height: 60px
}

#leadership-inside_page .mgmt-sec .other-members .item .position.big p {
    font-weight: 600;
    font-size: 16px
}

#leadership-inside_page .mgmt-sec .other-members .item .position p {
    line-height: 1.4;
    font-weight: 500;
    font-size: 14px
}

#leadership-inside_page .mgmt-sec .other-members .item .arrow-img {
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%)
}

#leadership-inside_page .mgmt-sec .other-members .item:hover {
    background-color: rgba(240, 78, 35, 0.5)
}

@media screen and (max-width:1200px) {
    #leadership-inside_page .mgmt-sec .other-members .item:hover {
        background-color: white
    }
}

#leadership-inside_page .mgmt-sec .other-members .slick-prev {
    background: url(../img/home/left-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 57%;
    left: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1;
    filter: invert(1)
}

@media screen and (max-width:767px) {
    #leadership-inside_page .mgmt-sec .other-members .slick-prev {
        bottom: -110px;
        right: 45%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#leadership-inside_page .mgmt-sec .other-members .slick-prev:before {
    content: ''
}

#leadership-inside_page .mgmt-sec .other-members .slick-next {
    background: url(../img/home/right-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 57%;
    right: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1;
    filter: invert(1)
}

@media screen and (max-width:767px) {
    #leadership-inside_page .mgmt-sec .other-members .slick-next {
        bottom: -110px;
        right: 31%;
        transform: translate(-50%, -50%);
        left: auto;
        top: auto
    }
}

#leadership-inside_page .mgmt-sec .other-members .slick-next:before {
    content: ''
}

#leadership-inside_page .mgmt-sec .other-members .slick-dots {
    bottom: 5px
}

#leadership-inside_page .mgmt-sec .abs-5 {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #leadership-inside_page .mgmt-sec .abs-5 {
        left: -2%;
        width: 80px
    }
}

#store-locator_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

#store-locator_page .banner-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 75px
}

#store-locator_page .banner-sec .heading {
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px
}

#store-locator_page .banner-sec .item:nth-child(2) {
    margin-top: -20px
}

#store-locator_page .main-sec {
    position: relative
}

#store-locator_page .main-sec .select-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0
}

@media screen and (max-width:767px) {
    #store-locator_page .main-sec .select-row {
        padding: 20px 0
    }
}

#store-locator_page .main-sec .select-row .form-group {
    margin: 0 15px 15px;
    width: 200px
}

@media screen and (max-width:767px) {
    #store-locator_page .main-sec .select-row .form-group {
        width: 100%
    }
}

#store-locator_page .main-sec .select-row .form-group .nice-select {
    width: 200px;
    background-color:  #388E3C;
    color: white;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px
}

#store-locator_page .main-sec .select-row .form-group .nice-select::after {
    border-bottom: 2px solid white;
    border-right: 2px solid white
}

#store-locator_page .main-sec .select-row .form-group .nice-select .list {
    background-color: #373435;
    width: 100%;
    max-height: 150px;
    overflow-y: scroll
}

#store-locator_page .main-sec .select-row .form-group .nice-select .list::-webkit-scrollbar {
    width: 2px
}

#store-locator_page .main-sec .select-row .form-group .nice-select .list .option:hover {
    background-color:  #388E3C
}

#store-locator_page .main-sec .select-row .form-group .nice-select .list .option.focus {
    background-color:  #388E3C
}

#store-locator_page .main-sec .select-row .form-group .nice-select .list .option.selected.focus {
    background-color:  #388E3C
}

#store-locator_page .main-sec .address-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

#store-locator_page .main-sec .address-sec .add-map {
    width: 58%;
    margin-bottom: 10px
}

@media screen and (max-width:993px) {
    #store-locator_page .main-sec .address-sec .add-map {
        width: 100%;
        margin-bottom: 20px
    }
}

#store-locator_page .main-sec .address-sec .add-map .map {
    display: none;
    width: 90%;
    height: 400px
}

@media screen and (max-width:993px) {
    #store-locator_page .main-sec .address-sec .add-map .map {
        width: 100%
    }
}

#store-locator_page .main-sec .address-sec .add-map .map.active {
    display: block
}

#store-locator_page .main-sec .address-sec .add-map .map iframe {
    width: 100%;
    height: 100%
}

#store-locator_page .main-sec .address-sec .address {
    width: 23%;
    overflow-y: scroll;
    max-height: 650px
}

@media screen and (max-width:993px) {
    #store-locator_page .main-sec .address-sec .address {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    #store-locator_page .main-sec .address-sec .address {
        height: 400px
    }
}

#store-locator_page .main-sec .address-sec .address .item {
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6d6c6c
}

#store-locator_page .main-sec .address-sec .address .item.maplinks.active {
    color:  #388E3C
}

#store-locator_page .main-sec .address-sec .address .item.maplinks.active .para .link-add a {
    border-bottom: 1px solid  #388E3C
}

#store-locator_page .main-sec .address-sec .address .item .name {
    font-weight: 600;
    margin-bottom: 10px
}

#store-locator_page .main-sec .address-sec .address .item .para .link-add {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px
}

#store-locator_page .main-sec .address-sec .address .item .para .link-add a {
    border-bottom: 1px solid #6d6c6c;
    padding-bottom: 2px
}

#store-locator_page .main-sec .address-sec .address .item .para p {
    line-height: 1.4
}

#store-locator_page .main-sec .address-sec .address .item .para a {
    color: inherit;
    text-decoration: none
}

#store-locator_page .main-sec .address-sec .address::-webkit-scrollbar {
    width: 2px;
    background: white
}

#store-locator_page .main-sec .no-stores {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #373435;
    text-align: center;
    padding: 20px 0 80px
}

@media screen and (max-width:767px) {
    #store-locator_page .main-sec .no-stores {
        font-size: 16px
    }
}

#store-locator_page .main-sec .vector-1 {
    position: absolute;
    top: 25%;
    right: 0;
    width: 80px
}

#store-locator_page .main-sec .vector-2 {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 80px
}

#terms-conditions_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

#terms-conditions_page .main-content {
    padding-top: 150px
}

@media screen and (max-width:767px) {
    #terms-conditions_page .main-content {
        padding-top: 100px
    }
}

#terms-conditions_page .main-content .more {
    font-weight: 700;
    letter-spacing: 0;
    color:  #388E3C
}

#terms-conditions_page .main-content .head {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color:  #388E3C
}

@media screen and (max-width:767px) {
    #terms-conditions_page .main-content .head {
        font-size: 16px
    }
}

#terms-conditions_page .main-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    #terms-conditions_page .main-content p {
        font-size: 14px
    }
}

#terms-conditions_page .main-content p a {
    color: inherit;
    text-decoration: none
}

#terms-conditions_page .main-content ul li {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: black;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px
}

#terms-conditions_page .main-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    padding: 2px;
    border-radius: 50px;
    background-color:  #388E3C;
    border: 1px solid  #388E3C;
    background-clip: content-box
}

#terms-conditions_page .main-content ol {
    padding-left: 20px
}

#terms-conditions_page .main-content ol li {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    list-style-type: lower-roman;
    color: black;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative
}

#terms-conditions_page .main-content ol li::before {
    display: none
}

#terms-conditions_page .main-content .sec-rules-accord {
    padding: 20px 0
}

#terms-conditions_page .main-content .sec-rules-accord .panel-group .panel+.panel {
    margin-top: 15px
}

#terms-conditions_page .main-content .sec-rules-accord .panel-heading {
    background-color:  #388E3C;
    background-image: none;
    padding: 0;
    border-bottom: 5px solid  #388E3C
}

#terms-conditions_page .main-content .sec-rules-accord .panel-heading a::before {
    float: right !important;
    font-family: "Font Awesome 5 Free";
    content: "\f146";
    padding-right: 5px;
    color: white;
    font-size: 20px
}

@media screen and (max-width:767px) {
    #terms-conditions_page .main-content .sec-rules-accord .panel-heading a::before {
        font-size: 16px
    }
}

#terms-conditions_page .main-content .sec-rules-accord .panel-heading a {
    display: inline-block;
    width: 100%;
    padding: 10px 15px
}

#terms-conditions_page .main-content .sec-rules-accord .panel-heading a .panel-title {
    color: white;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    line-height: 1.4
}

#terms-conditions_page .main-content .sec-rules-accord .panel-heading a .panel-title .more {
    color: white !important;
    font-weight: 700
}

@media screen and (max-width:767px) {
    #terms-conditions_page .main-content .sec-rules-accord .panel-heading a .panel-title {
        font-size: 16px
    }
}

#terms-conditions_page .main-content .sec-rules-accord .panel-heading a.collapsed {
    background-color: #fff
}

#terms-conditions_page .main-content .sec-rules-accord .panel-heading a.collapsed::before {
    float: right !important;
    content: "\f0fe";
    color:  #388E3C
}

#terms-conditions_page .main-content .sec-rules-accord .panel-heading a.collapsed .panel-title {
    color:  #388E3C
}

#terms-conditions_page .main-content .sec-rules-accord .panel-heading a.collapsed .panel-title .more {
    color:  #388E3C !important
}

#terms-conditions_page .main-content .sec-rules-accord .panel-heading a:hover {
    text-decoration: none
}

#terms-conditions_page .main-content .sec-rules-accord .panel-heading a:active {
    text-decoration: none
}

#terms-conditions_page .main-content .sec-rules-accord .panel-heading a:focus {
    text-decoration: none
}

#terms-conditions_page .main-content .sec-rules-accord .panel-body {
    background-color: #efefef
}

#terms-conditions_page .main-content .sec-rules-accord .panel-sub-title {
    text-decoration: underline
}

#terms-conditions_page .main-content .link {
    color: #141aef;
    text-decoration: underline
}

#terms-conditions_page .main-content .disclaimer-address {
    font-family: "Montserrat", sans-serif;
    padding-bottom: 20px
}

#terms-conditions_page .main-content .disclaimer-address .title-head {
    color:  #388E3C;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    #terms-conditions_page .main-content .disclaimer-address .title-head {
        font-size: 16px
    }
}

#terms-conditions_page .main-content .disclaimer-address .head {
    font-weight: 500;
    margin-bottom: 5px
}

#terms-conditions_page .main-content .disclaimer-address .address {
    margin-bottom: 10px;
    line-height: 1.4
}

#terms-conditions_page .main-content .disclaimer-address .address p {
    margin-bottom: 2px
}

#terms-conditions_page.more_rewards .main-content ul {
    padding-left: 15px
}

#terms-conditions_page.more_rewards .main-content ul li {
    list-style: decimal;
    padding-left: 15px
}

#terms-conditions_page.more_rewards .main-content ul li::before {
    display: none
}

#terms-conditions_page.more_rewards .main-content ul li table {
    color: #fff;
    margin: 20px 0
}

#terms-conditions_page.more_rewards .main-content ul li table,
#terms-conditions_page.more_rewards .main-content ul li th,
#terms-conditions_page.more_rewards .main-content ul li td {
    border: 1px solid #fff
}

#terms-conditions_page.more_rewards .main-content ul li table th {
    background:  #388E3C
}

#terms-conditions_page.more_rewards .main-content ul li table tr {
    background-color: #333
}

#coming-soon_page {
    background-image: url(../img/coming-soon/banner.jpg);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100vh;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

#offer-pages {
    background-image: url(../img/inside-page-bg.jpg);
    background-repeat: repeat;
    padding-top: 75px
}

#offer-pages .offer-img {
    width: 100%
}

#offer-pages .video_iframe {
    text-align: center;
    padding: 50px 0
}

#offer-pages .video_iframe iframe {
    width: 60%;
    height: 400px
}

@media screen and (max-width:767px) {
    #offer-pages .video_iframe iframe {
        width: 100%
    }
}

#offer-pages .diwali-offer {
    position: relative
}

#offer-pages .diwali-offer .click-here {
    position: absolute;
    bottom: 2%;
    right: 0;
    width: 17%;
    height: 100px
}

@media screen and (max-width:767px) {
    #offer-pages .diwali-offer .click-here {
        height: 25px
    }
}

@media screen and (min-width:768px) and (max-width:993px) {
    #offer-pages .diwali-offer .click-here {
        height: 55px
    }
}

#offer-pages .diwali-offer .click-here a {
    display: block;
    width: 100%;
    height: 100%
}

#offer-pages_pdf {
    background-image: url(../img/inside-page-bg.jpg);
    background-repeat: repeat;
    padding-top: 75px
}

@media screen and (max-width:993px) {
    #offer-pages_pdf .diwali-offers-pdf-slider {
        padding-bottom: 50px
    }
}

#offer-pages_pdf .diwali-offers-pdf-slider .item a:focus {
    outline: 0
}

#offer-pages_pdf .diwali-offers-pdf-slider .item .offer-img {
    width: 100%
}

#offer-pages_pdf .diwali-offers-pdf-slider .slick-prev {
    background: url(../img/home/left-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 45%;
    left: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1;
    filter: invert(1)
}

@media screen and (min-width:1201px) and (max-width:1300px) {
    #offer-pages_pdf .diwali-offers-pdf-slider .slick-prev {
        left: -3%
    }
}

@media screen and (max-width:1200px) {
    #offer-pages_pdf .diwali-offers-pdf-slider .slick-prev {
        top: auto;
        bottom: -35%;
        left: 40%
    }
}

@media screen and (max-width:993px) {
    #offer-pages_pdf .diwali-offers-pdf-slider .slick-prev {
        bottom: -2%
    }
}

@media screen and (max-width:767px) {
    #offer-pages_pdf .diwali-offers-pdf-slider .slick-prev {
        left: 30%;
        bottom: -5%
    }
}

#offer-pages_pdf .diwali-offers-pdf-slider .slick-prev:before {
    content: ''
}

#offer-pages_pdf .diwali-offers-pdf-slider .slick-next {
    background: url(../img/home/right-arrow.png);
    width: 45px;
    height: 30px;
    background-size: 45px;
    top: 45%;
    right: -5%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 1;
    filter: invert(1)
}

@media screen and (min-width:1201px) and (max-width:1300px) {
    #offer-pages_pdf .diwali-offers-pdf-slider .slick-next {
        right: -3%
    }
}

@media screen and (max-width:1200px) {
    #offer-pages_pdf .diwali-offers-pdf-slider .slick-next {
        top: auto;
        bottom: -35%;
        right: 40%
    }
}

@media screen and (max-width:993px) {
    #offer-pages_pdf .diwali-offers-pdf-slider .slick-next {
        bottom: -2%
    }
}

@media screen and (max-width:767px) {
    #offer-pages_pdf .diwali-offers-pdf-slider .slick-next {
        right: 30%;
        bottom: -5%
    }
}

#offer-pages_pdf .diwali-offers-pdf-slider .slick-next:before {
    content: ''
}

#offer-pages_pdf .diwali-offers-pdf-slider .slick-prev:before,
#offer-pages_pdf .diwali-offers-pdf-slider .slick-next:before {
    font-size: 30px
}

#store-address_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative;
    padding: 100px 0 0
}

@media screen and (max-width:767px) {
    #store-address_page {
        padding: 60px 0 0
    }
}

#store-address_page .offices-sec {
    font-family: "Montserrat", sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0
}

@media screen and (max-width:1200px) {
    #store-address_page .offices-sec {
        padding: 20px 0
    }
}

@media screen and (max-width:767px) {
    #store-address_page .offices-sec {
        padding-bottom: 0
    }
}

#store-address_page .offices-sec .item {
    font-size: 15px;
    width: 30.33%;
    background-color: white;
    padding: 50px 30px;
    margin-bottom: 30px;
    filter: drop-shadow(-2px 0 3px #ddd)
}

@media screen and (max-width:1200px) {
    #store-address_page .offices-sec .item {
        width: 100%;
        margin-bottom: 15px
    }
}

@media screen and (max-width:993px) {
    #store-address_page .offices-sec .item {
        padding: 30px 20px
    }
}

@media screen and (max-width:767px) {
    #store-address_page .offices-sec .item {
        font-size: 14px;
        padding: 25px 20px
    }
}

#store-address_page .offices-sec .item .title-head {
    color:  #388E3C;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    #store-address_page .offices-sec .item .title-head {
        font-size: 16px
    }
}

#store-address_page .offices-sec .item .head {
    font-weight: 500;
    margin-bottom: 5px
}

#store-address_page .offices-sec .item .address {
    margin-bottom: 10px;
    line-height: 1.4
}

#store-address_page .offices-sec .item p {
    line-height: 1.6;
    font-size: 14px
}

#store-address_page .offices-sec .item p span {
    font-weight: 600
}

#store-address_page .offices-sec .item p a {
    color: inherit;
    text-decoration: none
}

#store-address_page .abs-1 {
    position: absolute;
    top: 18%;
    left: 0;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #store-address_page .abs-1 {
        top: 13%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #store-address_page .abs-1 {
        display: none
    }
}

#store-address_page .abs-2 {
    position: absolute;
    top: 37%;
    right: -1%;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #store-address_page .abs-2 {
        top: 48%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #store-address_page .abs-2 {
        display: none
    }
}

#store-address_page .abs-3 {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 120px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #store-address_page .abs-3 {
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #store-address_page .abs-3 {
        display: none
    }
}

#store-address_page .vector-1 {
    position: absolute;
    top: 15%;
    right: -1%;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #store-address_page .vector-1 {
        top: 13%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #store-address_page .vector-1 {
        display: none
    }
}

#store-address_page .vector-2 {
    position: absolute;
    top: 58%;
    left: 0;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #store-address_page .vector-2 {
        top: 66%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #store-address_page .vector-2 {
        display: none
    }
}

#store-address_page .vector-3 {
    position: absolute;
    top: 70%;
    right: -1%;
    width: 120px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #store-address_page .vector-3 {
        top: 75%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #store-address_page .vector-3 {
        display: none
    }
}

#store-hypermart_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

#store-hypermart_page .banner-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 75px
}

#store-hypermart_page .banner-sec .heading {
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px
}

#store-hypermart_page .banner-sec .item:nth-child(2) {
    margin-top: -20px
}

#store-hypermart_page .main-sec {
    position: relative
}

#store-hypermart_page .main-sec .address-sec {
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

#store-hypermart_page .main-sec .address-sec .add-map {
    width: 58%;
    margin-bottom: 10px
}

@media screen and (max-width:993px) {
    #store-hypermart_page .main-sec .address-sec .add-map {
        width: 100%;
        margin-bottom: 20px
    }
}

#store-hypermart_page .main-sec .address-sec .add-map .map {
    width: 90%;
    height: 400px
}

@media screen and (max-width:993px) {
    #store-hypermart_page .main-sec .address-sec .add-map .map {
        width: 100%
    }
}

#store-hypermart_page .main-sec .address-sec .add-map .map iframe {
    width: 100%;
    height: 100%
}

#store-hypermart_page .main-sec .address-sec .address {
    width: 23%;
    overflow-y: scroll;
    max-height: 650px
}

@media screen and (max-width:993px) {
    #store-hypermart_page .main-sec .address-sec .address {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    #store-hypermart_page .main-sec .address-sec .address {
        height: 400px
    }
}

#store-hypermart_page .main-sec .address-sec .address .item {
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6d6c6c
}

#store-hypermart_page .main-sec .address-sec .address .item .name {
    font-weight: 600;
    margin-bottom: 10px
}

#store-hypermart_page .main-sec .address-sec .address .item .para .link-add {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    color:  #388E3C
}

#store-hypermart_page .main-sec .address-sec .address .item .para .link-add a {
    border-bottom: 1px solid  #388E3C;
    padding-bottom: 2px
}

#store-hypermart_page .main-sec .address-sec .address .item .para p {
    line-height: 1.4
}

#store-hypermart_page .main-sec .address-sec .address .item .para a {
    color: inherit;
    text-decoration: none
}

#store-hypermart_page .main-sec .address-sec .address::-webkit-scrollbar {
    width: 2px;
    background: white
}

#store-hypermart_page .main-sec .no-stores {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #373435;
    text-align: center;
    padding: 20px 0 80px
}

@media screen and (max-width:767px) {
    #store-hypermart_page .main-sec .no-stores {
        font-size: 16px
    }
}

#store-hypermart_page .main-sec .vector-1 {
    position: absolute;
    top: 25%;
    right: 0;
    width: 80px
}

#store-hypermart_page .main-sec .vector-2 {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 80px
}

#scan-win_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

#scan-win_page .banner {
    padding-top: 70px
}

@media screen and (max-width:993px) {
    #scan-win_page .banner {
        padding-top: 60px
    }
}

#scan-win_page .main-content {
    padding: 50px 0 20px
}

#scan-win_page .main-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    #scan-win_page .main-content p {
        font-size: 14px
    }
}

#scan-win_page .main-content p a {
    color: inherit;
    text-decoration: none
}

#scan-win_page .main-content p.para {
    font-weight: 600;
    text-align: center;
    margin: 20px 0
}

@media screen and (min-width:994px) {
    #scan-win_page .main-content form {
        width: 50%;
        margin: 0 auto
    }
}

#scan-win_page .main-content form .item {
    background-color: white;
    padding: 50px 30px 5px;
    margin-bottom: 10px;
    filter: drop-shadow(-2px 0 3px #ddd)
}

@media screen and (max-width:767px) {
    #scan-win_page .main-content form .item {
        padding: 20px 15px
    }
}

#scan-win_page .main-content form .item .row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

#scan-win_page .main-content form .item .row-flex .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    #scan-win_page .main-content form .item .row-flex .form-group {
        width: 100%
    }
}

#scan-win_page .main-content form .item .row-flex .form-group label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: black
}

#scan-win_page .main-content form .item .row-flex .form-group label span {
    color:  #388E3C
}

@media screen and (max-width:993px) {
    #scan-win_page .main-content form .item .row-flex .form-group label {
        width: 100%;
        text-align: left
    }
}

@media screen and (max-width:767px) {
    #scan-win_page .main-content form .item .row-flex .form-group label {
        font-size: 14px
    }
}

#scan-win_page .main-content form .item .row-flex .form-group .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    background-color: none
}

@media screen and (max-width:1200px) {
    #scan-win_page .main-content form .item .row-flex .form-group .form-control {
        margin-bottom: 10px
    }
}

@media screen and (max-width:993px) {
    #scan-win_page .main-content form .item .row-flex .form-group .form-control {
        width: 100%
    }
}

#scan-win_page .main-content form .item .row-flex.btn-row {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 20px
}

@media screen and (min-width:768px) and (max-width:993px) {
    #scan-win_page .main-content form .item .row-flex.btn-row {
        padding: 30px 0
    }
}

@media screen and (max-width:767px) {
    #scan-win_page .main-content form .item .row-flex.btn-row {
        padding: 15px 0
    }
}

#scan-win_page .main-content form .item .row-flex.btn-row .btn {
    color: white;
    background-color: #373435;
    width: 180px;
    padding: 10px 0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    transition: .4s ease-in-out
}

#scan-win_page .main-content form .item .row-flex.btn-row .btn:nth-child(1) {
    margin: 0 auto;
    background-color:  #388E3C
}

@media screen and (max-width:767px) {
    #scan-win_page .main-content form .item .row-flex.btn-row .btn {
        width: 120px
    }
}

#scan-win_page .main-content form .item .row-flex span.error {
    font-size: 12px;
    color: red;
    width: 100%
}

#scan-win_page .main-content form .terms p {
    font-size: 12px
}

#scan-win_page .main-content form .terms ul {
    padding-left: 15px
}

#scan-win_page .main-content form .terms ul p {
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    #scan-win_page .main-content .thank-you {
        width: 50%;
        margin: 0 auto
    }
}

#scan-win_page .main-content .thank-you .btn-row {
    text-align: center
}

#scan-win_page .main-content .thank-you .terms {
    padding-top: 30px
}

#scan-win_page .main-content .thank-you .terms p {
    font-size: 12px
}

#scan-win_page .main-content .thank-you .terms ul {
    padding-left: 15px
}

#scan-win_page .main-content .thank-you .terms ul p {
    margin-bottom: 10px
}

#city_page {
    background-image: url(../img/contact/bg-line.jpg);
    overflow: hidden;
    position: relative
}

@media screen and (max-width:767px) {
    #city_page {
        padding: 60px 0 0
    }
}

#city_page .banner-sec img {
    width: 100%
}

#city_page .city-cta-sec {
    position: relative;
    padding-top: 50px
}

@media screen and (max-width:767px) {
    #city_page .city-cta-sec {
        padding-top: 30px
    }
}

#city_page .city-cta-sec .heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#city_page .offices-sec {
    font-family: "Montserrat", sans-serif;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 0;
    padding: 50px 0
}

@media screen and (max-width:1200px) {
    #city_page .offices-sec {
        padding: 20px 0
    }
}

@media screen and (max-width:767px) {
    #city_page .offices-sec {
        padding-bottom: 0;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px
    }
}

#city_page .offices-sec .item {
    font-size: 15px;
    background-color: white;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    filter: drop-shadow(-2px 0 3px #ddd)
}

@media screen and (max-width:1200px) {
    #city_page .offices-sec .item {
        margin-bottom: 15px
    }
}

@media screen and (max-width:993px) {
    #city_page .offices-sec .item {
        padding: 30px 20px
    }
}

@media screen and (max-width:767px) {
    #city_page .offices-sec .item {
        font-size: 14px;
        padding: 10px
    }
}

#city_page .offices-sec .item .title-head {
    color:  #388E3C;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    #city_page .offices-sec .item .title-head {
        font-size: 16px
    }
}

#city_page .offices-sec .item .head {
    font-weight: 500;
    margin-bottom: 5px
}

#city_page .offices-sec .item .address {
    margin-bottom: 10px;
    line-height: 1.4
}

#city_page .offices-sec .item p {
    line-height: 1.6;
    font-size: 14px
}

#city_page .offices-sec .item p span {
    font-weight: 600
}

#city_page .offices-sec .item p a {
    color: inherit;
    text-decoration: none
}

#city_page .abs-1 {
    position: absolute;
    top: 18%;
    left: 0;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #city_page .abs-1 {
        top: 13%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #city_page .abs-1 {
        display: none
    }
}

#city_page .abs-2 {
    position: absolute;
    top: 37%;
    right: -1%;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #city_page .abs-2 {
        top: 48%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #city_page .abs-2 {
        display: none
    }
}

#city_page .abs-3 {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 120px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #city_page .abs-3 {
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #city_page .abs-3 {
        display: none
    }
}

#city_page .vector-1 {
    position: absolute;
    top: 15%;
    right: -1%;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #city_page .vector-1 {
        top: 13%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #city_page .vector-1 {
        display: none
    }
}

#city_page .vector-2 {
    position: absolute;
    top: 58%;
    left: 0;
    width: 100px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #city_page .vector-2 {
        top: 66%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #city_page .vector-2 {
        display: none
    }
}

#city_page .vector-3 {
    position: absolute;
    top: 70%;
    right: -1%;
    width: 120px
}

@media screen and (min-width:994px) and (max-width:1200px) {
    #city_page .vector-3 {
        top: 75%;
        width: 75px
    }
}

@media screen and (max-width:993px) {
    #city_page .vector-3 {
        display: none
    }
}

#city_page .btn-section .btn_more_default::after {
    display: none
}

.materialize-red {
    background-color: #e51c23 !important
}

.materialize-red-text {
    color: #e51c23 !important
}

.materialize-red.lighten-5 {
    background-color: #fdeaeb !important
}

.materialize-red-text.text-lighten-5 {
    color: #fdeaeb !important
}

.materialize-red.lighten-4 {
    background-color: #f8c1c3 !important
}

.materialize-red-text.text-lighten-4 {
    color: #f8c1c3 !important
}

.materialize-red.lighten-3 {
    background-color: #f3989b !important
}

.materialize-red-text.text-lighten-3 {
    color: #f3989b !important
}

.materialize-red.lighten-2 {
    background-color: #ee6e73 !important
}

.materialize-red-text.text-lighten-2 {
    color: #ee6e73 !important
}

.materialize-red.lighten-1 {
    background-color: #ea454b !important
}

.materialize-red-text.text-lighten-1 {
    color: #ea454b !important
}

.materialize-red.darken-1 {
    background-color: #d0181e !important
}

.materialize-red-text.text-darken-1 {
    color: #d0181e !important
}

.materialize-red.darken-2 {
    background-color: #b9151b !important
}

.materialize-red-text.text-darken-2 {
    color: #b9151b !important
}

.materialize-red.darken-3 {
    background-color: #a21318 !important
}

.materialize-red-text.text-darken-3 {
    color: #a21318 !important
}

.materialize-red.darken-4 {
    background-color: #8b1014 !important
}

.materialize-red-text.text-darken-4 {
    color: #8b1014 !important
}

.red {
    background-color: #f44336 !important
}

.red-text {
    color: #f44336 !important
}

.red.lighten-5 {
    background-color: #ffebee !important
}

.red-text.text-lighten-5 {
    color: #ffebee !important
}

.red.lighten-4 {
    background-color: #ffcdd2 !important
}

.red-text.text-lighten-4 {
    color: #ffcdd2 !important
}

.red.lighten-3 {
    background-color: #ef9a9a !important
}

.red-text.text-lighten-3 {
    color: #ef9a9a !important
}

.red.lighten-2 {
    background-color: #e57373 !important
}

.red-text.text-lighten-2 {
    color: #e57373 !important
}

.red.lighten-1 {
    background-color: #ef5350 !important
}

.red-text.text-lighten-1 {
    color: #ef5350 !important
}

.red.darken-1 {
    background-color: #e53935 !important
}

.red-text.text-darken-1 {
    color: #e53935 !important
}

.red.darken-2 {
    background-color: #d32f2f !important
}

.red-text.text-darken-2 {
    color: #d32f2f !important
}

.red.darken-3 {
    background-color: #c62828 !important
}

.red-text.text-darken-3 {
    color: #c62828 !important
}

.red.darken-4 {
    background-color: #b71c1c !important
}

.red-text.text-darken-4 {
    color: #b71c1c !important
}

.red.accent-1 {
    background-color: #ff8a80 !important
}

.red-text.text-accent-1 {
    color: #ff8a80 !important
}

.red.accent-2 {
    background-color: #ff5252 !important
}

.red-text.text-accent-2 {
    color: #ff5252 !important
}

.red.accent-3 {
    background-color: #ff1744 !important
}

.red-text.text-accent-3 {
    color: #ff1744 !important
}

.red.accent-4 {
    background-color: #d50000 !important
}

.red-text.text-accent-4 {
    color: #d50000 !important
}

.pink {
    background-color: #e91e63 !important
}

.pink-text {
    color: #e91e63 !important
}

.pink.lighten-5 {
    background-color: #fce4ec !important
}

.pink-text.text-lighten-5 {
    color: #fce4ec !important
}

.pink.lighten-4 {
    background-color: #f8bbd0 !important
}

.pink-text.text-lighten-4 {
    color: #f8bbd0 !important
}

.pink.lighten-3 {
    background-color: #f48fb1 !important
}

.pink-text.text-lighten-3 {
    color: #f48fb1 !important
}

.pink.lighten-2 {
    background-color: #f06292 !important
}

.pink-text.text-lighten-2 {
    color: #f06292 !important
}

.pink.lighten-1 {
    background-color: #ec407a !important
}

.pink-text.text-lighten-1 {
    color: #ec407a !important
}

.pink.darken-1 {
    background-color: #d81b60 !important
}

.pink-text.text-darken-1 {
    color: #d81b60 !important
}

.pink.darken-2 {
    background-color: #c2185b !important
}

.pink-text.text-darken-2 {
    color: #c2185b !important
}

.pink.darken-3 {
    background-color: #ad1457 !important
}

.pink-text.text-darken-3 {
    color: #ad1457 !important
}

.pink.darken-4 {
    background-color: #880e4f !important
}

.pink-text.text-darken-4 {
    color: #880e4f !important
}

.pink.accent-1 {
    background-color: #ff80ab !important
}

.pink-text.text-accent-1 {
    color: #ff80ab !important
}

.pink.accent-2 {
    background-color: #ff4081 !important
}

.pink-text.text-accent-2 {
    color: #ff4081 !important
}

.pink.accent-3 {
    background-color: #f50057 !important
}

.pink-text.text-accent-3 {
    color: #f50057 !important
}

.pink.accent-4 {
    background-color: #c51162 !important
}

.pink-text.text-accent-4 {
    color: #c51162 !important
}

.purple {
    background-color: #9c27b0 !important
}

.purple-text {
    color: #9c27b0 !important
}

.purple.lighten-5 {
    background-color: #f3e5f5 !important
}

.purple-text.text-lighten-5 {
    color: #f3e5f5 !important
}

.purple.lighten-4 {
    background-color: #e1bee7 !important
}

.purple-text.text-lighten-4 {
    color: #e1bee7 !important
}

.purple.lighten-3 {
    background-color: #ce93d8 !important
}

.purple-text.text-lighten-3 {
    color: #ce93d8 !important
}

.purple.lighten-2 {
    background-color: #ba68c8 !important
}

.purple-text.text-lighten-2 {
    color: #ba68c8 !important
}

.purple.lighten-1 {
    background-color: #ab47bc !important
}

.purple-text.text-lighten-1 {
    color: #ab47bc !important
}

.purple.darken-1 {
    background-color: #8e24aa !important
}

.purple-text.text-darken-1 {
    color: #8e24aa !important
}

.purple.darken-2 {
    background-color: #7b1fa2 !important
}

.purple-text.text-darken-2 {
    color: #7b1fa2 !important
}

.purple.darken-3 {
    background-color: #6a1b9a !important
}

.purple-text.text-darken-3 {
    color: #6a1b9a !important
}

.purple.darken-4 {
    background-color: #4a148c !important
}

.purple-text.text-darken-4 {
    color: #4a148c !important
}

.purple.accent-1 {
    background-color: #ea80fc !important
}

.purple-text.text-accent-1 {
    color: #ea80fc !important
}

.purple.accent-2 {
    background-color: #e040fb !important
}

.purple-text.text-accent-2 {
    color: #e040fb !important
}

.purple.accent-3 {
    background-color: #d500f9 !important
}

.purple-text.text-accent-3 {
    color: #d500f9 !important
}

.purple.accent-4 {
    background-color: #a0f !important
}

.purple-text.text-accent-4 {
    color: #a0f !important
}

.deep-purple {
    background-color: #673ab7 !important
}

.deep-purple-text {
    color: #673ab7 !important
}

.deep-purple.lighten-5 {
    background-color: #ede7f6 !important
}

.deep-purple-text.text-lighten-5 {
    color: #ede7f6 !important
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9 !important
}

.deep-purple-text.text-lighten-4 {
    color: #d1c4e9 !important
}

.deep-purple.lighten-3 {
    background-color: #b39ddb !important
}

.deep-purple-text.text-lighten-3 {
    color: #b39ddb !important
}

.deep-purple.lighten-2 {
    background-color: #9575cd !important
}

.deep-purple-text.text-lighten-2 {
    color: #9575cd !important
}

.deep-purple.lighten-1 {
    background-color: #7e57c2 !important
}

.deep-purple-text.text-lighten-1 {
    color: #7e57c2 !important
}

.deep-purple.darken-1 {
    background-color: #5e35b1 !important
}

.deep-purple-text.text-darken-1 {
    color: #5e35b1 !important
}

.deep-purple.darken-2 {
    background-color: #512da8 !important
}

.deep-purple-text.text-darken-2 {
    color: #512da8 !important
}

.deep-purple.darken-3 {
    background-color: #4527a0 !important
}

.deep-purple-text.text-darken-3 {
    color: #4527a0 !important
}

.deep-purple.darken-4 {
    background-color: #311b92 !important
}

.deep-purple-text.text-darken-4 {
    color: #311b92 !important
}

.deep-purple.accent-1 {
    background-color: #b388ff !important
}

.deep-purple-text.text-accent-1 {
    color: #b388ff !important
}

.deep-purple.accent-2 {
    background-color: #7c4dff !important
}

.deep-purple-text.text-accent-2 {
    color: #7c4dff !important
}

.deep-purple.accent-3 {
    background-color: #651fff !important
}

.deep-purple-text.text-accent-3 {
    color: #651fff !important
}

.deep-purple.accent-4 {
    background-color: #6200ea !important
}

.deep-purple-text.text-accent-4 {
    color: #6200ea !important
}

.indigo {
    background-color: #3f51b5 !important
}

.indigo-text {
    color: #3f51b5 !important
}

.indigo.lighten-5 {
    background-color: #e8eaf6 !important
}

.indigo-text.text-lighten-5 {
    color: #e8eaf6 !important
}

.indigo.lighten-4 {
    background-color: #c5cae9 !important
}

.indigo-text.text-lighten-4 {
    color: #c5cae9 !important
}

.indigo.lighten-3 {
    background-color: #9fa8da !important
}

.indigo-text.text-lighten-3 {
    color: #9fa8da !important
}

.indigo.lighten-2 {
    background-color: #7986cb !important
}

.indigo-text.text-lighten-2 {
    color: #7986cb !important
}

.indigo.lighten-1 {
    background-color: #5c6bc0 !important
}

.indigo-text.text-lighten-1 {
    color: #5c6bc0 !important
}

.indigo.darken-1 {
    background-color: #3949ab !important
}

.indigo-text.text-darken-1 {
    color: #3949ab !important
}

.indigo.darken-2 {
    background-color: #303f9f !important
}

.indigo-text.text-darken-2 {
    color: #303f9f !important
}

.indigo.darken-3 {
    background-color: #283593 !important
}

.indigo-text.text-darken-3 {
    color: #283593 !important
}

.indigo.darken-4 {
    background-color: #388E3C !important
}

.indigo-text.text-darken-4 {
    color: #388E3C !important
}

.indigo.accent-1 {
    background-color: #8c9eff !important
}

.indigo-text.text-accent-1 {
    color: #8c9eff !important
}

.indigo.accent-2 {
    background-color: #536dfe !important
}

.indigo-text.text-accent-2 {
    color: #536dfe !important
}

.indigo.accent-3 {
    background-color: #3d5afe !important
}

.indigo-text.text-accent-3 {
    color: #3d5afe !important
}

.indigo.accent-4 {
    background-color: #304ffe !important
}

.indigo-text.text-accent-4 {
    color: #304ffe !important
}

.blue {
    background-color: #2196f3 !important
}

.blue-text {
    color: #2196f3 !important
}

.blue.lighten-5 {
    background-color: #e3f2fd !important
}

.blue-text.text-lighten-5 {
    color: #e3f2fd !important
}

.blue.lighten-4 {
    background-color: #bbdefb !important
}

.blue-text.text-lighten-4 {
    color: #bbdefb !important
}

.blue.lighten-3 {
    background-color: #90caf9 !important
}

.blue-text.text-lighten-3 {
    color: #90caf9 !important
}

.blue.lighten-2 {
    background-color: #64b5f6 !important
}

.blue-text.text-lighten-2 {
    color: #64b5f6 !important
}

.blue.lighten-1 {
    background-color: #42a5f5 !important
}

.blue-text.text-lighten-1 {
    color: #42a5f5 !important
}

.blue.darken-1 {
    background-color: #1e88e5 !important
}

.blue-text.text-darken-1 {
    color: #1e88e5 !important
}

.blue.darken-2 {
    background-color: #1976d2 !important
}

.blue-text.text-darken-2 {
    color: #1976d2 !important
}

.blue.darken-3 {
    background-color: #1565c0 !important
}

.blue-text.text-darken-3 {
    color: #1565c0 !important
}

.blue.darken-4 {
    background-color: #0d47a1 !important
}

.blue-text.text-darken-4 {
    color: #0d47a1 !important
}

.blue.accent-1 {
    background-color: #82b1ff !important
}

.blue-text.text-accent-1 {
    color: #82b1ff !important
}

.blue.accent-2 {
    background-color: #448aff !important
}

.blue-text.text-accent-2 {
    color: #448aff !important
}

.blue.accent-3 {
    background-color: #2979ff !important
}

.blue-text.text-accent-3 {
    color: #2979ff !important
}

.blue.accent-4 {
    background-color: #2962ff !important
}

.blue-text.text-accent-4 {
    color: #2962ff !important
}

.light-blue {
    background-color: #03a9f4 !important
}

.light-blue-text {
    color: #03a9f4 !important
}

.light-blue.lighten-5 {
    background-color: #e1f5fe !important
}

.light-blue-text.text-lighten-5 {
    color: #e1f5fe !important
}

.light-blue.lighten-4 {
    background-color: #b3e5fc !important
}

.light-blue-text.text-lighten-4 {
    color: #b3e5fc !important
}

.light-blue.lighten-3 {
    background-color: #81d4fa !important
}

.light-blue-text.text-lighten-3 {
    color: #81d4fa !important
}

.light-blue.lighten-2 {
    background-color: #4fc3f7 !important
}

.light-blue-text.text-lighten-2 {
    color: #4fc3f7 !important
}

.light-blue.lighten-1 {
    background-color: #29b6f6 !important
}

.light-blue-text.text-lighten-1 {
    color: #29b6f6 !important
}

.light-blue.darken-1 {
    background-color: #039be5 !important
}

.light-blue-text.text-darken-1 {
    color: #039be5 !important
}

.light-blue.darken-2 {
    background-color: #0288d1 !important
}

.light-blue-text.text-darken-2 {
    color: #0288d1 !important
}

.light-blue.darken-3 {
    background-color: #0277bd !important
}

.light-blue-text.text-darken-3 {
    color: #0277bd !important
}

.light-blue.darken-4 {
    background-color: #01579b !important
}

.light-blue-text.text-darken-4 {
    color: #01579b !important
}

.light-blue.accent-1 {
    background-color: #80d8ff !important
}

.light-blue-text.text-accent-1 {
    color: #80d8ff !important
}

.light-blue.accent-2 {
    background-color: #40c4ff !important
}

.light-blue-text.text-accent-2 {
    color: #40c4ff !important
}

.light-blue.accent-3 {
    background-color: #00b0ff !important
}

.light-blue-text.text-accent-3 {
    color: #00b0ff !important
}

.light-blue.accent-4 {
    background-color: #0091ea !important
}

.light-blue-text.text-accent-4 {
    color: #0091ea !important
}

.cyan {
    background-color: #00bcd4 !important
}

.cyan-text {
    color: #00bcd4 !important
}

.cyan.lighten-5 {
    background-color: #e0f7fa !important
}

.cyan-text.text-lighten-5 {
    color: #e0f7fa !important
}

.cyan.lighten-4 {
    background-color: #b2ebf2 !important
}

.cyan-text.text-lighten-4 {
    color: #b2ebf2 !important
}

.cyan.lighten-3 {
    background-color: #80deea !important
}

.cyan-text.text-lighten-3 {
    color: #80deea !important
}

.cyan.lighten-2 {
    background-color: #4dd0e1 !important
}

.cyan-text.text-lighten-2 {
    color: #4dd0e1 !important
}

.cyan.lighten-1 {
    background-color: #26c6da !important
}

.cyan-text.text-lighten-1 {
    color: #26c6da !important
}

.cyan.darken-1 {
    background-color: #00acc1 !important
}

.cyan-text.text-darken-1 {
    color: #00acc1 !important
}

.cyan.darken-2 {
    background-color: #0097a7 !important
}

.cyan-text.text-darken-2 {
    color: #0097a7 !important
}

.cyan.darken-3 {
    background-color: #00838f !important
}

.cyan-text.text-darken-3 {
    color: #00838f !important
}

.cyan.darken-4 {
    background-color: #006064 !important
}

.cyan-text.text-darken-4 {
    color: #006064 !important
}

.cyan.accent-1 {
    background-color: #84ffff !important
}

.cyan-text.text-accent-1 {
    color: #84ffff !important
}

.cyan.accent-2 {
    background-color: #18ffff !important
}

.cyan-text.text-accent-2 {
    color: #18ffff !important
}

.cyan.accent-3 {
    background-color: #00e5ff !important
}

.cyan-text.text-accent-3 {
    color: #00e5ff !important
}

.cyan.accent-4 {
    background-color: #00b8d4 !important
}

.cyan-text.text-accent-4 {
    color: #00b8d4 !important
}

.teal {
    background-color: #009688 !important
}

.teal-text {
    color: #009688 !important
}

.teal.lighten-5 {
    background-color: #e0f2f1 !important
}

.teal-text.text-lighten-5 {
    color: #e0f2f1 !important
}

.teal.lighten-4 {
    background-color: #b2dfdb !important
}

.teal-text.text-lighten-4 {
    color: #b2dfdb !important
}

.teal.lighten-3 {
    background-color: #80cbc4 !important
}

.teal-text.text-lighten-3 {
    color: #80cbc4 !important
}

.teal.lighten-2 {
    background-color: #4db6ac !important
}

.teal-text.text-lighten-2 {
    color: #4db6ac !important
}

.teal.lighten-1 {
    background-color: #26a69a !important
}

.teal-text.text-lighten-1 {
    color: #26a69a !important
}

.teal.darken-1 {
    background-color: #00897b !important
}

.teal-text.text-darken-1 {
    color: #00897b !important
}

.teal.darken-2 {
    background-color: #00796b !important
}

.teal-text.text-darken-2 {
    color: #00796b !important
}

.teal.darken-3 {
    background-color: #00695c !important
}

.teal-text.text-darken-3 {
    color: #00695c !important
}

.teal.darken-4 {
    background-color: #004d40 !important
}

.teal-text.text-darken-4 {
    color: #004d40 !important
}

.teal.accent-1 {
    background-color: #a7ffeb !important
}

.teal-text.text-accent-1 {
    color: #a7ffeb !important
}

.teal.accent-2 {
    background-color: #64ffda !important
}

.teal-text.text-accent-2 {
    color: #64ffda !important
}

.teal.accent-3 {
    background-color: #1de9b6 !important
}

.teal-text.text-accent-3 {
    color: #1de9b6 !important
}

.teal.accent-4 {
    background-color: #00bfa5 !important
}

.teal-text.text-accent-4 {
    color: #00bfa5 !important
}

.green {
    background-color: #4caf50 !important
}

.green-text {
    color: #4caf50 !important
}

.green.lighten-5 {
    background-color: #e8f5e9 !important
}

.green-text.text-lighten-5 {
    color: #e8f5e9 !important
}

.green.lighten-4 {
    background-color: #c8e6c9 !important
}

.green-text.text-lighten-4 {
    color: #c8e6c9 !important
}

.green.lighten-3 {
    background-color: #a5d6a7 !important
}

.green-text.text-lighten-3 {
    color: #a5d6a7 !important
}

.green.lighten-2 {
    background-color: #81c784 !important
}

.green-text.text-lighten-2 {
    color: #81c784 !important
}

.green.lighten-1 {
    background-color: #66bb6a !important
}

.green-text.text-lighten-1 {
    color: #66bb6a !important
}

.green.darken-1 {
    background-color: #43a047 !important
}

.green-text.text-darken-1 {
    color: #43a047 !important
}

.green.darken-2 {
    background-color: #388e3c !important
}

.green-text.text-darken-2 {
    color: #388e3c !important
}

.green.darken-3 {
    background-color: #2e7d32 !important
}

.green-text.text-darken-3 {
    color: #2e7d32 !important
}

.green.darken-4 {
    background-color: #1b5e20 !important
}

.green-text.text-darken-4 {
    color: #1b5e20 !important
}

.green.accent-1 {
    background-color: #b9f6ca !important
}

.green-text.text-accent-1 {
    color: #b9f6ca !important
}

.green.accent-2 {
    background-color: #69f0ae !important
}

.green-text.text-accent-2 {
    color: #69f0ae !important
}

.green.accent-3 {
    background-color: #00e676 !important
}

.green-text.text-accent-3 {
    color: #00e676 !important
}

.green.accent-4 {
    background-color: #00c853 !important
}

.green-text.text-accent-4 {
    color: #00c853 !important
}

.light-green {
    background-color: #8bc34a !important
}

.light-green-text {
    color: #8bc34a !important
}

.light-green.lighten-5 {
    background-color: #f1f8e9 !important
}

.light-green-text.text-lighten-5 {
    color: #f1f8e9 !important
}

.light-green.lighten-4 {
    background-color: #dcedc8 !important
}

.light-green-text.text-lighten-4 {
    color: #dcedc8 !important
}

.light-green.lighten-3 {
    background-color: #c5e1a5 !important
}

.light-green-text.text-lighten-3 {
    color: #c5e1a5 !important
}

.light-green.lighten-2 {
    background-color: #aed581 !important
}

.light-green-text.text-lighten-2 {
    color: #aed581 !important
}

.light-green.lighten-1 {
    background-color: #9ccc65 !important
}

.light-green-text.text-lighten-1 {
    color: #9ccc65 !important
}

.light-green.darken-1 {
    background-color: #7cb342 !important
}

.light-green-text.text-darken-1 {
    color: #7cb342 !important
}

.light-green.darken-2 {
    background-color: #689f38 !important
}

.light-green-text.text-darken-2 {
    color: #689f38 !important
}

.light-green.darken-3 {
    background-color: #558b2f !important
}

.light-green-text.text-darken-3 {
    color: #558b2f !important
}

.light-green.darken-4 {
    background-color: #33691e !important
}

.light-green-text.text-darken-4 {
    color: #33691e !important
}

.light-green.accent-1 {
    background-color: #ccff90 !important
}

.light-green-text.text-accent-1 {
    color: #ccff90 !important
}

.light-green.accent-2 {
    background-color: #b2ff59 !important
}

.light-green-text.text-accent-2 {
    color: #b2ff59 !important
}

.light-green.accent-3 {
    background-color: #76ff03 !important
}

.light-green-text.text-accent-3 {
    color: #76ff03 !important
}

.light-green.accent-4 {
    background-color: #64dd17 !important
}

.light-green-text.text-accent-4 {
    color: #64dd17 !important
}

.lime {
    background-color: #cddc39 !important
}

.lime-text {
    color: #cddc39 !important
}

.lime.lighten-5 {
    background-color: #f9fbe7 !important
}

.lime-text.text-lighten-5 {
    color: #f9fbe7 !important
}

.lime.lighten-4 {
    background-color: #f0f4c3 !important
}

.lime-text.text-lighten-4 {
    color: #f0f4c3 !important
}

.lime.lighten-3 {
    background-color: #e6ee9c !important
}

.lime-text.text-lighten-3 {
    color: #e6ee9c !important
}

.lime.lighten-2 {
    background-color: #dce775 !important
}

.lime-text.text-lighten-2 {
    color: #dce775 !important
}

.lime.lighten-1 {
    background-color: #d4e157 !important
}

.lime-text.text-lighten-1 {
    color: #d4e157 !important
}

.lime.darken-1 {
    background-color: #c0ca33 !important
}

.lime-text.text-darken-1 {
    color: #c0ca33 !important
}

.lime.darken-2 {
    background-color: #afb42b !important
}

.lime-text.text-darken-2 {
    color: #afb42b !important
}

.lime.darken-3 {
    background-color: #9e9d24 !important
}

.lime-text.text-darken-3 {
    color: #9e9d24 !important
}

.lime.darken-4 {
    background-color: #827717 !important
}

.lime-text.text-darken-4 {
    color: #827717 !important
}

.lime.accent-1 {
    background-color: #f4ff81 !important
}

.lime-text.text-accent-1 {
    color: #f4ff81 !important
}

.lime.accent-2 {
    background-color: #eeff41 !important
}

.lime-text.text-accent-2 {
    color: #eeff41 !important
}

.lime.accent-3 {
    background-color: #c6ff00 !important
}

.lime-text.text-accent-3 {
    color: #c6ff00 !important
}

.lime.accent-4 {
    background-color: #aeea00 !important
}

.lime-text.text-accent-4 {
    color: #aeea00 !important
}

.yellow {
    background-color: #ffeb3b !important
}

.yellow-text {
    color: #ffeb3b !important
}

.yellow.lighten-5 {
    background-color: #fffde7 !important
}

.yellow-text.text-lighten-5 {
    color: #fffde7 !important
}

.yellow.lighten-4 {
    background-color: #fff9c4 !important
}

.yellow-text.text-lighten-4 {
    color: #fff9c4 !important
}

.yellow.lighten-3 {
    background-color: #fff59d !important
}

.yellow-text.text-lighten-3 {
    color: #fff59d !important
}

.yellow.lighten-2 {
    background-color: #fff176 !important
}

.yellow-text.text-lighten-2 {
    color: #fff176 !important
}

.yellow.lighten-1 {
    background-color: #ffee58 !important
}

.yellow-text.text-lighten-1 {
    color: #ffee58 !important
}

.yellow.darken-1 {
    background-color: #fdd835 !important
}

.yellow-text.text-darken-1 {
    color: #fdd835 !important
}

.yellow.darken-2 {
    background-color: #fbc02d !important
}

.yellow-text.text-darken-2 {
    color: #fbc02d !important
}

.yellow.darken-3 {
    background-color: #f9a825 !important
}

.yellow-text.text-darken-3 {
    color: #f9a825 !important
}

.yellow.darken-4 {
    background-color: #f57f17 !important
}

.yellow-text.text-darken-4 {
    color: #f57f17 !important
}

.yellow.accent-1 {
    background-color: #ffff8d !important
}

.yellow-text.text-accent-1 {
    color: #ffff8d !important
}

.yellow.accent-2 {
    background-color: #ff0 !important
}

.yellow-text.text-accent-2 {
    color: #ff0 !important
}

.yellow.accent-3 {
    background-color: #ffea00 !important
}

.yellow-text.text-accent-3 {
    color: #ffea00 !important
}

.yellow.accent-4 {
    background-color: #ffd600 !important
}

.yellow-text.text-accent-4 {
    color: #ffd600 !important
}

.amber {
    background-color: #ffc107 !important
}

.amber-text {
    color: #ffc107 !important
}

.amber.lighten-5 {
    background-color: #fff8e1 !important
}

.amber-text.text-lighten-5 {
    color: #fff8e1 !important
}

.amber.lighten-4 {
    background-color: #ffecb3 !important
}

.amber-text.text-lighten-4 {
    color: #ffecb3 !important
}

.amber.lighten-3 {
    background-color: #ffe082 !important
}

.amber-text.text-lighten-3 {
    color: #ffe082 !important
}

.amber.lighten-2 {
    background-color: #ffd54f !important
}

.amber-text.text-lighten-2 {
    color: #ffd54f !important
}

.amber.lighten-1 {
    background-color: #ffca28 !important
}

.amber-text.text-lighten-1 {
    color: #ffca28 !important
}

.amber.darken-1 {
    background-color: #ffb300 !important
}

.amber-text.text-darken-1 {
    color: #ffb300 !important
}

.amber.darken-2 {
    background-color: #ffa000 !important
}

.amber-text.text-darken-2 {
    color: #ffa000 !important
}

.amber.darken-3 {
    background-color: #ff8f00 !important
}

.amber-text.text-darken-3 {
    color: #ff8f00 !important
}

.amber.darken-4 {
    background-color: #ff6f00 !important
}

.amber-text.text-darken-4 {
    color: #ff6f00 !important
}

.amber.accent-1 {
    background-color: #ffe57f !important
}

.amber-text.text-accent-1 {
    color: #ffe57f !important
}

.amber.accent-2 {
    background-color: #ffd740 !important
}

.amber-text.text-accent-2 {
    color: #ffd740 !important
}

.amber.accent-3 {
    background-color: #ffc400 !important
}

.amber-text.text-accent-3 {
    color: #ffc400 !important
}

.amber.accent-4 {
    background-color: #ffab00 !important
}

.amber-text.text-accent-4 {
    color: #ffab00 !important
}

.orange {
    background-color: #ff9800 !important
}

.orange-text {
    color: #ff9800 !important
}

.orange.lighten-5 {
    background-color: #fff3e0 !important
}

.orange-text.text-lighten-5 {
    color: #fff3e0 !important
}

.orange.lighten-4 {
    background-color: #ffe0b2 !important
}

.orange-text.text-lighten-4 {
    color: #ffe0b2 !important
}

.orange.lighten-3 {
    background-color: #ffcc80 !important
}

.orange-text.text-lighten-3 {
    color: #ffcc80 !important
}

.orange.lighten-2 {
    background-color: #ffb74d !important
}

.orange-text.text-lighten-2 {
    color: #ffb74d !important
}

.orange.lighten-1 {
    background-color: #ffa726 !important
}

.orange-text.text-lighten-1 {
    color: #ffa726 !important
}

.orange.darken-1 {
    background-color: #fb8c00 !important
}

.orange-text.text-darken-1 {
    color: #fb8c00 !important
}

.orange.darken-2 {
    background-color: #f57c00 !important
}

.orange-text.text-darken-2 {
    color: #f57c00 !important
}

.orange.darken-3 {
    background-color: #ef6c00 !important
}

.orange-text.text-darken-3 {
    color: #ef6c00 !important
}

.orange.darken-4 {
    background-color: #e65100 !important
}

.orange-text.text-darken-4 {
    color: #e65100 !important
}

.orange.accent-1 {
    background-color: #ffd180 !important
}

.orange-text.text-accent-1 {
    color: #ffd180 !important
}

.orange.accent-2 {
    background-color: #ffab40 !important
}

.orange-text.text-accent-2 {
    color: #ffab40 !important
}

.orange.accent-3 {
    background-color: #ff9100 !important
}

.orange-text.text-accent-3 {
    color: #ff9100 !important
}

.orange.accent-4 {
    background-color: #ff6d00 !important
}

.orange-text.text-accent-4 {
    color: #ff6d00 !important
}

.deep-orange {
    background-color: #ff5722 !important
}

.deep-orange-text {
    color: #ff5722 !important
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7 !important
}

.deep-orange-text.text-lighten-5 {
    color: #fbe9e7 !important
}

.deep-orange.lighten-4 {
    background-color: #ffccbc !important
}

.deep-orange-text.text-lighten-4 {
    color: #ffccbc !important
}

.deep-orange.lighten-3 {
    background-color: #ffab91 !important
}

.deep-orange-text.text-lighten-3 {
    color: #ffab91 !important
}

.deep-orange.lighten-2 {
    background-color: #ff8a65 !important
}

.deep-orange-text.text-lighten-2 {
    color: #ff8a65 !important
}

.deep-orange.lighten-1 {
    background-color: #ff7043 !important
}

.deep-orange-text.text-lighten-1 {
    color: #ff7043 !important
}

.deep-orange.darken-1 {
    background-color: #f4511e !important
}

.deep-orange-text.text-darken-1 {
    color: #f4511e !important
}

.deep-orange.darken-2 {
    background-color: #e64a19 !important
}

.deep-orange-text.text-darken-2 {
    color: #e64a19 !important
}

.deep-orange.darken-3 {
    background-color: #d84315 !important
}

.deep-orange-text.text-darken-3 {
    color: #d84315 !important
}

.deep-orange.darken-4 {
    background-color: #bf360c !important
}

.deep-orange-text.text-darken-4 {
    color: #bf360c !important
}

.deep-orange.accent-1 {
    background-color: #ff9e80 !important
}

.deep-orange-text.text-accent-1 {
    color: #ff9e80 !important
}

.deep-orange.accent-2 {
    background-color: #ff6e40 !important
}

.deep-orange-text.text-accent-2 {
    color: #ff6e40 !important
}

.deep-orange.accent-3 {
    background-color: #ff3d00 !important
}

.deep-orange-text.text-accent-3 {
    color: #ff3d00 !important
}

.deep-orange.accent-4 {
    background-color: #dd2c00 !important
}

.deep-orange-text.text-accent-4 {
    color: #dd2c00 !important
}

.brown {
    background-color: #795548 !important
}

.brown-text {
    color: #795548 !important
}

.brown.lighten-5 {
    background-color: #efebe9 !important
}

.brown-text.text-lighten-5 {
    color: #efebe9 !important
}

.brown.lighten-4 {
    background-color: #d7ccc8 !important
}

.brown-text.text-lighten-4 {
    color: #d7ccc8 !important
}

.brown.lighten-3 {
    background-color: #bcaaa4 !important
}

.brown-text.text-lighten-3 {
    color: #bcaaa4 !important
}

.brown.lighten-2 {
    background-color: #a1887f !important
}

.brown-text.text-lighten-2 {
    color: #a1887f !important
}

.brown.lighten-1 {
    background-color: #8d6e63 !important
}

.brown-text.text-lighten-1 {
    color: #8d6e63 !important
}

.brown.darken-1 {
    background-color: #6d4c41 !important
}

.brown-text.text-darken-1 {
    color: #6d4c41 !important
}

.brown.darken-2 {
    background-color: #5d4037 !important
}

.brown-text.text-darken-2 {
    color: #5d4037 !important
}

.brown.darken-3 {
    background-color: #4e342e !important
}

.brown-text.text-darken-3 {
    color: #4e342e !important
}

.brown.darken-4 {
    background-color: #3e2723 !important
}

.brown-text.text-darken-4 {
    color: #3e2723 !important
}

.blue-grey {
    background-color: #607d8b !important
}

.blue-grey-text {
    color: #607d8b !important
}

.blue-grey.lighten-5 {
    background-color: #eceff1 !important
}

.blue-grey-text.text-lighten-5 {
    color: #eceff1 !important
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc !important
}

.blue-grey-text.text-lighten-4 {
    color: #cfd8dc !important
}

.blue-grey.lighten-3 {
    background-color: #b0bec5 !important
}

.blue-grey-text.text-lighten-3 {
    color: #b0bec5 !important
}

.blue-grey.lighten-2 {
    background-color: #90a4ae !important
}

.blue-grey-text.text-lighten-2 {
    color: #90a4ae !important
}

.blue-grey.lighten-1 {
    background-color: #78909c !important
}

.blue-grey-text.text-lighten-1 {
    color: #78909c !important
}

.blue-grey.darken-1 {
    background-color: #546e7a !important
}

.blue-grey-text.text-darken-1 {
    color: #546e7a !important
}

.blue-grey.darken-2 {
    background-color: #455a64 !important
}

.blue-grey-text.text-darken-2 {
    color: #455a64 !important
}

.blue-grey.darken-3 {
    background-color: #37474f !important
}

.blue-grey-text.text-darken-3 {
    color: #37474f !important
}

.blue-grey.darken-4 {
    background-color: #263238 !important
}

.blue-grey-text.text-darken-4 {
    color: #263238 !important
}

.grey {
    background-color: #9e9e9e !important
}

.grey-text {
    color: #9e9e9e !important
}

.grey.lighten-5 {
    background-color: #fafafa !important
}

.grey-text.text-lighten-5 {
    color: #fafafa !important
}

.grey.lighten-4 {
    background-color: #f5f5f5 !important
}

.grey-text.text-lighten-4 {
    color: #f5f5f5 !important
}

.grey.lighten-3 {
    background-color: #eee !important
}

.grey-text.text-lighten-3 {
    color: #eee !important
}

.grey.lighten-2 {
    background-color: #e0e0e0 !important
}

.grey-text.text-lighten-2 {
    color: #e0e0e0 !important
}

.grey.lighten-1 {
    background-color: #bdbdbd !important
}

.grey-text.text-lighten-1 {
    color: #bdbdbd !important
}

.grey.darken-1 {
    background-color: #757575 !important
}

.grey-text.text-darken-1 {
    color: #757575 !important
}

.grey.darken-2 {
    background-color: #616161 !important
}

.grey-text.text-darken-2 {
    color: #616161 !important
}

.grey.darken-3 {
    background-color: #424242 !important
}

.grey-text.text-darken-3 {
    color: #424242 !important
}

.grey.darken-4 {
    background-color: #212121 !important
}

.grey-text.text-darken-4 {
    color: #212121 !important
}

.black {
    background-color: #000 !important
}

.black-text {
    color: #000 !important
}

.white {
    background-color: #fff !important
}

.white-text {
    color: #fff !important
}

.transparent {
    background-color: transparent !important
}

.transparent-text {
    color: transparent !important
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none
}

ul:not(.browser-default)>li {
    list-style-type: none
}

a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

.valign-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.clearfix {
    clear: both
}

.z-depth-0 {
    box-shadow: none !important
}

.z-depth-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.z-depth-1-half {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2)
}

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)
}

.z-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3)
}

.z-depth-4 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3)
}

.z-depth-5 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3)
}

.hoverable {
    transition: box-shadow .25s
}

.hoverable:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73
}

i {
    line-height: inherit
}

i.left {
    float: left;
    margin-right: 15px
}

i.right {
    float: right;
    margin-left: 15px
}

i.tiny {
    font-size: 1rem
}

i.small {
    font-size: 2rem
}

i.medium {
    font-size: 4rem
}

i.large {
    font-size: 6rem
}

img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto
}

.pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px
}

.pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px
}

.pagination li.active a {
    color: #fff
}

.pagination li.active {
    background-color: #ee6e73
}

.pagination li.disabled a {
    cursor: default;
    color: #999
}

.pagination li i {
    font-size: 2rem
}

.pagination li.pages ul li {
    display: inline-block;
    float: none
}

@media only screen and (max-width:992px) {
    .pagination {
        width: 100%
    }

    .pagination li.prev,
    .pagination li.next {
        width: 10%
    }

    .pagination li.pages {
        width: 80%;
        overflow: hidden;
        white-space: nowrap
    }
}

.breadcrumb {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7)
}

.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px
}

.breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased
}

.breadcrumb:first-child:before {
    display: none
}

.breadcrumb:last-child {
    color: #fff
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px
}

.parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.parallax-container .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%)
}

.pin-top,
.pin-bottom {
    position: relative
}

.pinned {
    position: fixed !important
}

ul.staggered-list li {
    opacity: 0
}

.fade-in {
    opacity: 0;
    transform-origin: 0 50%
}

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

    .hide-on-small-only,
    .hide-on-small-and-down {
        display: none !important
    }
}

@media only screen and (max-width:992px) {
    .hide-on-med-and-down {
        display: none !important
    }
}

@media only screen and (min-width:601px) {
    .hide-on-med-and-up {
        display: none !important
    }
}

@media only screen and (min-width:600px) and (max-width:992px) {
    .hide-on-med-only {
        display: none !important
    }
}

@media only screen and (min-width:993px) {
    .hide-on-large-only {
        display: none !important
    }
}

@media only screen and (min-width:993px) {
    .show-on-large {
        display: block !important
    }
}

@media only screen and (min-width:600px) and (max-width:992px) {
    .show-on-medium {
        display: block !important
    }
}

@media only screen and (max-width:600px) {
    .show-on-small {
        display: block !important
    }
}

@media only screen and (min-width:601px) {
    .show-on-medium-and-up {
        display: block !important
    }
}

@media only screen and (max-width:992px) {
    .show-on-medium-and-down {
        display: block !important
    }
}

@media only screen and (max-width:600px) {
    .center-on-small-only {
        text-align: center
    }
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: #ee6e73
}

.page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08)
}

table,
th,
td {
    border: 0
}

table {
    width: 100%;
    display: table
}

table.bordered>thead>tr,
table.bordered>tbody>tr {
    border-bottom: 1px solid #d0d0d0
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: #f2f2f2
}

table.striped>tbody>tr>td {
    border-radius: 0
}

table.highlight>tbody>tr {
    transition: background-color .25s ease
}

table.highlight>tbody>tr:hover {
    background-color: #f2f2f2
}

table.centered thead tr th,
table.centered tbody tr td {
    text-align: center
}

thead {
    border-bottom: 1px solid #d0d0d0
}

td,
th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px
}

@media only screen and (max-width:992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative
    }

    table.responsive-table td:empty:before {
        content: '\00a0'
    }

    table.responsive-table th,
    table.responsive-table td {
        margin: 0;
        vertical-align: top
    }

    table.responsive-table th {
        text-align: left
    }

    table.responsive-table thead {
        display: block;
        float: left
    }

    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0
    }

    table.responsive-table thead tr th::before {
        content: "\00a0"
    }

    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap
    }

    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top
    }

    table.responsive-table th {
        display: block;
        text-align: right
    }

    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left
    }

    table.responsive-table tr {
        padding: 0 10px
    }

    table.responsive-table thead {
        border: 0;
        border-right: 1px solid #d0d0d0
    }

    table.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0
    }

    table.responsive-table.bordered td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

    table.responsive-table.bordered tr {
        border: 0
    }

    table.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0
    }
}

.collection {
    margin: .5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative
}

.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0
}

.collection .collection-item.avatar {
    min-height: 84px;
    padding-left: 72px;
    position: relative
}

.collection .collection-item.avatar:not(.circle-clipper)>.circle,
.collection .collection-item.avatar :not(.circle-clipper)>.circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle
}

.collection .collection-item.avatar i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center
}

.collection .collection-item.avatar .title {
    font-size: 16px
}

.collection .collection-item.avatar p {
    margin: 0
}

.collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right: 16px
}

.collection .collection-item:last-child {
    border-bottom: 0
}

.collection .collection-item.active {
    background-color: #26a69a;
    color: #eafaf9
}

.collection .collection-item.active .secondary-content {
    color: #fff
}

.collection a.collection-item {
    display: block;
    transition: .25s;
    color: #26a69a
}

.collection a.collection-item:not(.active):hover {
    background-color: #ddd
}

.collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px
}

.collection.with-header .collection-item {
    padding-left: 30px
}

.collection.with-header .collection-item.avatar {
    padding-left: 72px
}

.secondary-content {
    float: right;
    color: #26a69a
}

.collapsible .collection {
    margin: 0;
    border: 0
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
    overflow: hidden
}

.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear
}

.progress .indeterminate {
    background-color: #26a69a
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}

.hide {
    display: none !important
}

.left-align {
    text-align: left
}

.right-align {
    text-align: right
}

.center,
.center-align {
    text-align: center
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.no-select,
input[type=range],
input[type=range]+.thumb {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.circle {
    border-radius: 50%
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.no-padding {
    padding: 0 !important
}

.material-icons {
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga'
}

.container-mat {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%
}

@media only screen and (min-width:601px) {
    .container-mat {
        width: 85%
    }
}

@media only screen and (min-width:993px) {
    .container-mat {
        width: 70%
    }
}

.container-mat .row-mat {
    margin-left: -0.75rem;
    margin-right: -0.75rem
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section.no-pad {
    padding: 0
}

.section.no-pad-bot {
    padding-bottom: 0
}

.section.no-pad-top {
    padding-top: 0
}

.row-mat {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.row-mat:after {
    content: "";
    display: table;
    clear: both
}

.row-mat .col {
    float: left;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px
}

.row-mat .col[class*="push-"],
.row-mat .col[class*="pull-"] {
    position: relative
}

.row-mat .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row-mat .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row-mat .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row-mat .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row-mat .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row-mat .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row-mat .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row-mat .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row-mat .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row-mat .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row-mat .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row-mat .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row-mat .col.offset-s1 {
    margin-left: 8.3333333333%
}

.row-mat .col.pull-s1 {
    right: 8.3333333333%
}

.row-mat .col.push-s1 {
    left: 8.3333333333%
}

.row-mat .col.offset-s2 {
    margin-left: 16.6666666667%
}

.row-mat .col.pull-s2 {
    right: 16.6666666667%
}

.row-mat .col.push-s2 {
    left: 16.6666666667%
}

.row-mat .col.offset-s3 {
    margin-left: 25%
}

.row-mat .col.pull-s3 {
    right: 25%
}

.row-mat .col.push-s3 {
    left: 25%
}

.row-mat .col.offset-s4 {
    margin-left: 33.3333333333%
}

.row-mat .col.pull-s4 {
    right: 33.3333333333%
}

.row-mat .col.push-s4 {
    left: 33.3333333333%
}

.row-mat .col.offset-s5 {
    margin-left: 41.6666666667%
}

.row-mat .col.pull-s5 {
    right: 41.6666666667%
}

.row-mat .col.push-s5 {
    left: 41.6666666667%
}

.row-mat .col.offset-s6 {
    margin-left: 50%
}

.row-mat .col.pull-s6 {
    right: 50%
}

.row-mat .col.push-s6 {
    left: 50%
}

.row-mat .col.offset-s7 {
    margin-left: 58.3333333333%
}

.row-mat .col.pull-s7 {
    right: 58.3333333333%
}

.row-mat .col.push-s7 {
    left: 58.3333333333%
}

.row-mat .col.offset-s8 {
    margin-left: 66.6666666667%
}

.row-mat .col.pull-s8 {
    right: 66.6666666667%
}

.row-mat .col.push-s8 {
    left: 66.6666666667%
}

.row-mat .col.offset-s9 {
    margin-left: 75%
}

.row-mat .col.pull-s9 {
    right: 75%
}

.row-mat .col.push-s9 {
    left: 75%
}

.row-mat .col.offset-s10 {
    margin-left: 83.3333333333%
}

.row-mat .col.pull-s10 {
    right: 83.3333333333%
}

.row-mat .col.push-s10 {
    left: 83.3333333333%
}

.row-mat .col.offset-s11 {
    margin-left: 91.6666666667%
}

.row-mat .col.pull-s11 {
    right: 91.6666666667%
}

.row-mat .col.push-s11 {
    left: 91.6666666667%
}

.row-mat .col.offset-s12 {
    margin-left: 100%
}

.row-mat .col.pull-s12 {
    right: 100%
}

.row-mat .col.push-s12 {
    left: 100%
}

@media only screen and (min-width:601px) {
    .row-mat .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.offset-m1 {
        margin-left: 8.3333333333%
    }

    .row-mat .col.pull-m1 {
        right: 8.3333333333%
    }

    .row-mat .col.push-m1 {
        left: 8.3333333333%
    }

    .row-mat .col.offset-m2 {
        margin-left: 16.6666666667%
    }

    .row-mat .col.pull-m2 {
        right: 16.6666666667%
    }

    .row-mat .col.push-m2 {
        left: 16.6666666667%
    }

    .row-mat .col.offset-m3 {
        margin-left: 25%
    }

    .row-mat .col.pull-m3 {
        right: 25%
    }

    .row-mat .col.push-m3 {
        left: 25%
    }

    .row-mat .col.offset-m4 {
        margin-left: 33.3333333333%
    }

    .row-mat .col.pull-m4 {
        right: 33.3333333333%
    }

    .row-mat .col.push-m4 {
        left: 33.3333333333%
    }

    .row-mat .col.offset-m5 {
        margin-left: 41.6666666667%
    }

    .row-mat .col.pull-m5 {
        right: 41.6666666667%
    }

    .row-mat .col.push-m5 {
        left: 41.6666666667%
    }

    .row-mat .col.offset-m6 {
        margin-left: 50%
    }

    .row-mat .col.pull-m6 {
        right: 50%
    }

    .row-mat .col.push-m6 {
        left: 50%
    }

    .row-mat .col.offset-m7 {
        margin-left: 58.3333333333%
    }

    .row-mat .col.pull-m7 {
        right: 58.3333333333%
    }

    .row-mat .col.push-m7 {
        left: 58.3333333333%
    }

    .row-mat .col.offset-m8 {
        margin-left: 66.6666666667%
    }

    .row-mat .col.pull-m8 {
        right: 66.6666666667%
    }

    .row-mat .col.push-m8 {
        left: 66.6666666667%
    }

    .row-mat .col.offset-m9 {
        margin-left: 75%
    }

    .row-mat .col.pull-m9 {
        right: 75%
    }

    .row-mat .col.push-m9 {
        left: 75%
    }

    .row-mat .col.offset-m10 {
        margin-left: 83.3333333333%
    }

    .row-mat .col.pull-m10 {
        right: 83.3333333333%
    }

    .row-mat .col.push-m10 {
        left: 83.3333333333%
    }

    .row-mat .col.offset-m11 {
        margin-left: 91.6666666667%
    }

    .row-mat .col.pull-m11 {
        right: 91.6666666667%
    }

    .row-mat .col.push-m11 {
        left: 91.6666666667%
    }

    .row-mat .col.offset-m12 {
        margin-left: 100%
    }

    .row-mat .col.pull-m12 {
        right: 100%
    }

    .row-mat .col.push-m12 {
        left: 100%
    }
}

@media only screen and (min-width:993px) {
    .row-mat .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.offset-l1 {
        margin-left: 8.3333333333%
    }

    .row-mat .col.pull-l1 {
        right: 8.3333333333%
    }

    .row-mat .col.push-l1 {
        left: 8.3333333333%
    }

    .row-mat .col.offset-l2 {
        margin-left: 16.6666666667%
    }

    .row-mat .col.pull-l2 {
        right: 16.6666666667%
    }

    .row-mat .col.push-l2 {
        left: 16.6666666667%
    }

    .row-mat .col.offset-l3 {
        margin-left: 25%
    }

    .row-mat .col.pull-l3 {
        right: 25%
    }

    .row-mat .col.push-l3 {
        left: 25%
    }

    .row-mat .col.offset-l4 {
        margin-left: 33.3333333333%
    }

    .row-mat .col.pull-l4 {
        right: 33.3333333333%
    }

    .row-mat .col.push-l4 {
        left: 33.3333333333%
    }

    .row-mat .col.offset-l5 {
        margin-left: 41.6666666667%
    }

    .row-mat .col.pull-l5 {
        right: 41.6666666667%
    }

    .row-mat .col.push-l5 {
        left: 41.6666666667%
    }

    .row-mat .col.offset-l6 {
        margin-left: 50%
    }

    .row-mat .col.pull-l6 {
        right: 50%
    }

    .row-mat .col.push-l6 {
        left: 50%
    }

    .row-mat .col.offset-l7 {
        margin-left: 58.3333333333%
    }

    .row-mat .col.pull-l7 {
        right: 58.3333333333%
    }

    .row-mat .col.push-l7 {
        left: 58.3333333333%
    }

    .row-mat .col.offset-l8 {
        margin-left: 66.6666666667%
    }

    .row-mat .col.pull-l8 {
        right: 66.6666666667%
    }

    .row-mat .col.push-l8 {
        left: 66.6666666667%
    }

    .row-mat .col.offset-l9 {
        margin-left: 75%
    }

    .row-mat .col.pull-l9 {
        right: 75%
    }

    .row-mat .col.push-l9 {
        left: 75%
    }

    .row-mat .col.offset-l10 {
        margin-left: 83.3333333333%
    }

    .row-mat .col.pull-l10 {
        right: 83.3333333333%
    }

    .row-mat .col.push-l10 {
        left: 83.3333333333%
    }

    .row-mat .col.offset-l11 {
        margin-left: 91.6666666667%
    }

    .row-mat .col.pull-l11 {
        right: 91.6666666667%
    }

    .row-mat .col.push-l11 {
        left: 91.6666666667%
    }

    .row-mat .col.offset-l12 {
        margin-left: 100%
    }

    .row-mat .col.pull-l12 {
        right: 100%
    }

    .row-mat .col.push-l12 {
        left: 100%
    }
}

@media only screen and (min-width:1201px) {
    .row-mat .col.xl1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.xl2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.xl4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.xl5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.xl7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.xl8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.xl10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.xl11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row-mat .col.offset-xl1 {
        margin-left: 8.3333333333%
    }

    .row-mat .col.pull-xl1 {
        right: 8.3333333333%
    }

    .row-mat .col.push-xl1 {
        left: 8.3333333333%
    }

    .row-mat .col.offset-xl2 {
        margin-left: 16.6666666667%
    }

    .row-mat .col.pull-xl2 {
        right: 16.6666666667%
    }

    .row-mat .col.push-xl2 {
        left: 16.6666666667%
    }

    .row-mat .col.offset-xl3 {
        margin-left: 25%
    }

    .row-mat .col.pull-xl3 {
        right: 25%
    }

    .row-mat .col.push-xl3 {
        left: 25%
    }

    .row-mat .col.offset-xl4 {
        margin-left: 33.3333333333%
    }

    .row-mat .col.pull-xl4 {
        right: 33.3333333333%
    }

    .row-mat .col.push-xl4 {
        left: 33.3333333333%
    }

    .row-mat .col.offset-xl5 {
        margin-left: 41.6666666667%
    }

    .row-mat .col.pull-xl5 {
        right: 41.6666666667%
    }

    .row-mat .col.push-xl5 {
        left: 41.6666666667%
    }

    .row-mat .col.offset-xl6 {
        margin-left: 50%
    }

    .row-mat .col.pull-xl6 {
        right: 50%
    }

    .row-mat .col.push-xl6 {
        left: 50%
    }

    .row-mat .col.offset-xl7 {
        margin-left: 58.3333333333%
    }

    .row-mat .col.pull-xl7 {
        right: 58.3333333333%
    }

    .row-mat .col.push-xl7 {
        left: 58.3333333333%
    }

    .row-mat .col.offset-xl8 {
        margin-left: 66.6666666667%
    }

    .row-mat .col.pull-xl8 {
        right: 66.6666666667%
    }

    .row-mat .col.push-xl8 {
        left: 66.6666666667%
    }

    .row-mat .col.offset-xl9 {
        margin-left: 75%
    }

    .row-mat .col.pull-xl9 {
        right: 75%
    }

    .row-mat .col.push-xl9 {
        left: 75%
    }

    .row-mat .col.offset-xl10 {
        margin-left: 83.3333333333%
    }

    .row-mat .col.pull-xl10 {
        right: 83.3333333333%
    }

    .row-mat .col.push-xl10 {
        left: 83.3333333333%
    }

    .row-mat .col.offset-xl11 {
        margin-left: 91.6666666667%
    }

    .row-mat .col.pull-xl11 {
        right: 91.6666666667%
    }

    .row-mat .col.push-xl11 {
        left: 91.6666666667%
    }

    .row-mat .col.offset-xl12 {
        margin-left: 100%
    }

    .row-mat .col.pull-xl12 {
        right: 100%
    }

    .row-mat .col.push-xl12 {
        left: 100%
    }
}

a {
    text-decoration: none
}

html {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87)
}

@media only screen and (min-width:0) {
    html {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) {
    html {
        font-size: 14.5px
    }
}

@media only screen and (min-width:1200px) {
    html {
        font-size: 15px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.1
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}

h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0
}

h2 {
    font-size: 3.56rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem 0
}

h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0
}

h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 .912rem 0
}

h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: .82rem 0 .656rem 0
}

h6 {
    font-size: 1rem;
    line-height: 110%;
    margin: .5rem 0 .4rem 0
}

em {
    font-style: italic
}

strong {
    font-weight: 500
}

small {
    font-size: 75%
}

.light,
.page-footer .footer-copyright {
    font-weight: 300
}

.thin {
    font-weight: 200
}

.flow-text {
    font-weight: 300
}

@media only screen and (min-width:360px) {
    .flow-text {
        font-size: 1.2rem
    }
}

@media only screen and (min-width:390px) {
    .flow-text {
        font-size: 1.224rem
    }
}

@media only screen and (min-width:420px) {
    .flow-text {
        font-size: 1.248rem
    }
}

@media only screen and (min-width:450px) {
    .flow-text {
        font-size: 1.272rem
    }
}

@media only screen and (min-width:480px) {
    .flow-text {
        font-size: 1.296rem
    }
}

@media only screen and (min-width:510px) {
    .flow-text {
        font-size: 1.32rem
    }
}

@media only screen and (min-width:540px) {
    .flow-text {
        font-size: 1.344rem
    }
}

@media only screen and (min-width:570px) {
    .flow-text {
        font-size: 1.368rem
    }
}

@media only screen and (min-width:600px) {
    .flow-text {
        font-size: 1.392rem
    }
}

@media only screen and (min-width:630px) {
    .flow-text {
        font-size: 1.416rem
    }
}

@media only screen and (min-width:660px) {
    .flow-text {
        font-size: 1.44rem
    }
}

@media only screen and (min-width:690px) {
    .flow-text {
        font-size: 1.464rem
    }
}

@media only screen and (min-width:720px) {
    .flow-text {
        font-size: 1.488rem
    }
}

@media only screen and (min-width:750px) {
    .flow-text {
        font-size: 1.512rem
    }
}

@media only screen and (min-width:780px) {
    .flow-text {
        font-size: 1.536rem
    }
}

@media only screen and (min-width:810px) {
    .flow-text {
        font-size: 1.56rem
    }
}

@media only screen and (min-width:840px) {
    .flow-text {
        font-size: 1.584rem
    }
}

@media only screen and (min-width:870px) {
    .flow-text {
        font-size: 1.608rem
    }
}

@media only screen and (min-width:900px) {
    .flow-text {
        font-size: 1.632rem
    }
}

@media only screen and (min-width:930px) {
    .flow-text {
        font-size: 1.656rem
    }
}

@media only screen and (min-width:960px) {
    .flow-text {
        font-size: 1.68rem
    }
}

@media only screen and (max-width:360px) {
    .flow-text {
        font-size: 1.2rem
    }
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all .7s ease-out;
    transition-property: transform, opacity;
    transform: scale(0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45)
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7)
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7)
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7)
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7)
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7)
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7)
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: 0
}

.waves-effect img {
    position: relative;
    z-index: -1
}

.waves-notransition {
    transition: none !important
}

.waves-circle {
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%)
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none
}

.waves-block {
    display: block
}

.waves-effect .waves-ripple {
    z-index: -1
}

select:focus {
    outline: 1px solid #c9f3ef
}

button:focus {
    outline: 0;
    background-color: #2ab7a9
}

label {
    font-size: .8rem;
    color: #9e9e9e
}

:-ms-input-placeholder {
    color: #d1d1d1
}

::placeholder {
    color: #d1d1d1
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s
}

input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42)
}

input:not([type]):disabled+label,
input:not([type])[readonly="readonly"]+label,
input[type=text]:not(.browser-default):disabled+label,
input[type=text]:not(.browser-default)[readonly="readonly"]+label,
input[type=password]:not(.browser-default):disabled+label,
input[type=password]:not(.browser-default)[readonly="readonly"]+label,
input[type=email]:not(.browser-default):disabled+label,
input[type=email]:not(.browser-default)[readonly="readonly"]+label,
input[type=url]:not(.browser-default):disabled+label,
input[type=url]:not(.browser-default)[readonly="readonly"]+label,
input[type=time]:not(.browser-default):disabled+label,
input[type=time]:not(.browser-default)[readonly="readonly"]+label,
input[type=date]:not(.browser-default):disabled+label,
input[type=date]:not(.browser-default)[readonly="readonly"]+label,
input[type=datetime]:not(.browser-default):disabled+label,
input[type=datetime]:not(.browser-default)[readonly="readonly"]+label,
input[type=datetime-local]:not(.browser-default):disabled+label,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"]+label,
input[type=tel]:not(.browser-default):disabled+label,
input[type=tel]:not(.browser-default)[readonly="readonly"]+label,
input[type=number]:not(.browser-default):disabled+label,
input[type=number]:not(.browser-default)[readonly="readonly"]+label,
input[type=search]:not(.browser-default):disabled+label,
input[type=search]:not(.browser-default)[readonly="readonly"]+label,
textarea.materialize-textarea:disabled+label,
textarea.materialize-textarea[readonly="readonly"]+label {
    color: rgba(0, 0, 0, 0.42)
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #26a69a
}

input:not([type]).validate+label,
input[type=text]:not(.browser-default).validate+label,
input[type=password]:not(.browser-default).validate+label,
input[type=email]:not(.browser-default).validate+label,
input[type=url]:not(.browser-default).validate+label,
input[type=time]:not(.browser-default).validate+label,
input[type=date]:not(.browser-default).validate+label,
input[type=datetime]:not(.browser-default).validate+label,
input[type=datetime-local]:not(.browser-default).validate+label,
input[type=tel]:not(.browser-default).validate+label,
input[type=number]:not(.browser-default).validate+label,
input[type=search]:not(.browser-default).validate+label,
textarea.materialize-textarea.validate+label {
    width: 100%
}

input:not([type]).invalid+label:after,
input:not([type]).valid+label:after,
input[type=text]:not(.browser-default).invalid+label:after,
input[type=text]:not(.browser-default).valid+label:after,
input[type=password]:not(.browser-default).invalid+label:after,
input[type=password]:not(.browser-default).valid+label:after,
input[type=email]:not(.browser-default).invalid+label:after,
input[type=email]:not(.browser-default).valid+label:after,
input[type=url]:not(.browser-default).invalid+label:after,
input[type=url]:not(.browser-default).valid+label:after,
input[type=time]:not(.browser-default).invalid+label:after,
input[type=time]:not(.browser-default).valid+label:after,
input[type=date]:not(.browser-default).invalid+label:after,
input[type=date]:not(.browser-default).valid+label:after,
input[type=datetime]:not(.browser-default).invalid+label:after,
input[type=datetime]:not(.browser-default).valid+label:after,
input[type=datetime-local]:not(.browser-default).invalid+label:after,
input[type=datetime-local]:not(.browser-default).valid+label:after,
input[type=tel]:not(.browser-default).invalid+label:after,
input[type=tel]:not(.browser-default).valid+label:after,
input[type=number]:not(.browser-default).invalid+label:after,
input[type=number]:not(.browser-default).valid+label:after,
input[type=search]:not(.browser-default).invalid+label:after,
input[type=search]:not(.browser-default).valid+label:after,
textarea.materialize-textarea.invalid+label:after,
textarea.materialize-textarea.valid+label:after {
    display: none
}

input:not([type]).invalid+label.active:after,
input:not([type]).valid+label.active:after,
input[type=text]:not(.browser-default).invalid+label.active:after,
input[type=text]:not(.browser-default).valid+label.active:after,
input[type=password]:not(.browser-default).invalid+label.active:after,
input[type=password]:not(.browser-default).valid+label.active:after,
input[type=email]:not(.browser-default).invalid+label.active:after,
input[type=email]:not(.browser-default).valid+label.active:after,
input[type=url]:not(.browser-default).invalid+label.active:after,
input[type=url]:not(.browser-default).valid+label.active:after,
input[type=time]:not(.browser-default).invalid+label.active:after,
input[type=time]:not(.browser-default).valid+label.active:after,
input[type=date]:not(.browser-default).invalid+label.active:after,
input[type=date]:not(.browser-default).valid+label.active:after,
input[type=datetime]:not(.browser-default).invalid+label.active:after,
input[type=datetime]:not(.browser-default).valid+label.active:after,
input[type=datetime-local]:not(.browser-default).invalid+label.active:after,
input[type=datetime-local]:not(.browser-default).valid+label.active:after,
input[type=tel]:not(.browser-default).invalid+label.active:after,
input[type=tel]:not(.browser-default).valid+label.active:after,
input[type=number]:not(.browser-default).invalid+label.active:after,
input[type=number]:not(.browser-default).valid+label.active:after,
input[type=search]:not(.browser-default).invalid+label.active:after,
input[type=search]:not(.browser-default).valid+label.active:after,
textarea.materialize-textarea.invalid+label.active:after,
textarea.materialize-textarea.valid+label.active:after {
    display: block
}

input.valid:not([type]),
input.valid:not([type]):focus,
input[type=text].valid:not(.browser-default),
input[type=text].valid:not(.browser-default):focus,
input[type=password].valid:not(.browser-default),
input[type=password].valid:not(.browser-default):focus,
input[type=email].valid:not(.browser-default),
input[type=email].valid:not(.browser-default):focus,
input[type=url].valid:not(.browser-default),
input[type=url].valid:not(.browser-default):focus,
input[type=time].valid:not(.browser-default),
input[type=time].valid:not(.browser-default):focus,
input[type=date].valid:not(.browser-default),
input[type=date].valid:not(.browser-default):focus,
input[type=datetime].valid:not(.browser-default),
input[type=datetime].valid:not(.browser-default):focus,
input[type=datetime-local].valid:not(.browser-default),
input[type=datetime-local].valid:not(.browser-default):focus,
input[type=tel].valid:not(.browser-default),
input[type=tel].valid:not(.browser-default):focus,
input[type=number].valid:not(.browser-default),
input[type=number].valid:not(.browser-default):focus,
input[type=search].valid:not(.browser-default),
input[type=search].valid:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid>input.select-dropdown {
    border-bottom: 1px solid #4caf50;
    box-shadow: 0 1px 0 0 #4caf50
}

input.invalid:not([type]),
input.invalid:not([type]):focus,
input[type=text].invalid:not(.browser-default),
input[type=text].invalid:not(.browser-default):focus,
input[type=password].invalid:not(.browser-default),
input[type=password].invalid:not(.browser-default):focus,
input[type=email].invalid:not(.browser-default),
input[type=email].invalid:not(.browser-default):focus,
input[type=url].invalid:not(.browser-default),
input[type=url].invalid:not(.browser-default):focus,
input[type=time].invalid:not(.browser-default),
input[type=time].invalid:not(.browser-default):focus,
input[type=date].invalid:not(.browser-default),
input[type=date].invalid:not(.browser-default):focus,
input[type=datetime].invalid:not(.browser-default),
input[type=datetime].invalid:not(.browser-default):focus,
input[type=datetime-local].invalid:not(.browser-default),
input[type=datetime-local].invalid:not(.browser-default):focus,
input[type=tel].invalid:not(.browser-default),
input[type=tel].invalid:not(.browser-default):focus,
input[type=number].invalid:not(.browser-default),
input[type=number].invalid:not(.browser-default):focus,
input[type=search].invalid:not(.browser-default),
input[type=search].invalid:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid>input.select-dropdown {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #f44336
}

input:not([type]).valid+label:after,
input:not([type]):focus.valid+label:after,
input[type=text]:not(.browser-default).valid+label:after,
input[type=text]:not(.browser-default):focus.valid+label:after,
input[type=password]:not(.browser-default).valid+label:after,
input[type=password]:not(.browser-default):focus.valid+label:after,
input[type=email]:not(.browser-default).valid+label:after,
input[type=email]:not(.browser-default):focus.valid+label:after,
input[type=url]:not(.browser-default).valid+label:after,
input[type=url]:not(.browser-default):focus.valid+label:after,
input[type=time]:not(.browser-default).valid+label:after,
input[type=time]:not(.browser-default):focus.valid+label:after,
input[type=date]:not(.browser-default).valid+label:after,
input[type=date]:not(.browser-default):focus.valid+label:after,
input[type=datetime]:not(.browser-default).valid+label:after,
input[type=datetime]:not(.browser-default):focus.valid+label:after,
input[type=datetime-local]:not(.browser-default).valid+label:after,
input[type=datetime-local]:not(.browser-default):focus.valid+label:after,
input[type=tel]:not(.browser-default).valid+label:after,
input[type=tel]:not(.browser-default):focus.valid+label:after,
input[type=number]:not(.browser-default).valid+label:after,
input[type=number]:not(.browser-default):focus.valid+label:after,
input[type=search]:not(.browser-default).valid+label:after,
input[type=search]:not(.browser-default):focus.valid+label:after,
textarea.materialize-textarea.valid+label:after,
textarea.materialize-textarea:focus.valid+label:after,
.select-wrapper.valid+label:after {
    content: attr(data-success);
    color: #4caf50;
    opacity: 1;
    transform: translateY(9px)
}

input:not([type]).invalid+label:after,
input:not([type]):focus.invalid+label:after,
input[type=text]:not(.browser-default).invalid+label:after,
input[type=text]:not(.browser-default):focus.invalid+label:after,
input[type=password]:not(.browser-default).invalid+label:after,
input[type=password]:not(.browser-default):focus.invalid+label:after,
input[type=email]:not(.browser-default).invalid+label:after,
input[type=email]:not(.browser-default):focus.invalid+label:after,
input[type=url]:not(.browser-default).invalid+label:after,
input[type=url]:not(.browser-default):focus.invalid+label:after,
input[type=time]:not(.browser-default).invalid+label:after,
input[type=time]:not(.browser-default):focus.invalid+label:after,
input[type=date]:not(.browser-default).invalid+label:after,
input[type=date]:not(.browser-default):focus.invalid+label:after,
input[type=datetime]:not(.browser-default).invalid+label:after,
input[type=datetime]:not(.browser-default):focus.invalid+label:after,
input[type=datetime-local]:not(.browser-default).invalid+label:after,
input[type=datetime-local]:not(.browser-default):focus.invalid+label:after,
input[type=tel]:not(.browser-default).invalid+label:after,
input[type=tel]:not(.browser-default):focus.invalid+label:after,
input[type=number]:not(.browser-default).invalid+label:after,
input[type=number]:not(.browser-default):focus.invalid+label:after,
input[type=search]:not(.browser-default).invalid+label:after,
input[type=search]:not(.browser-default):focus.invalid+label:after,
textarea.materialize-textarea.invalid+label:after,
textarea.materialize-textarea:focus.invalid+label:after,
.select-wrapper.invalid+label:after {
    content: attr(data-error);
    color: #f44336;
    opacity: 1;
    transform: translateY(9px)
}

input:not([type])+label:after,
input[type=text]:not(.browser-default)+label:after,
input[type=password]:not(.browser-default)+label:after,
input[type=email]:not(.browser-default)+label:after,
input[type=url]:not(.browser-default)+label:after,
input[type=time]:not(.browser-default)+label:after,
input[type=date]:not(.browser-default)+label:after,
input[type=datetime]:not(.browser-default)+label:after,
input[type=datetime-local]:not(.browser-default)+label:after,
input[type=tel]:not(.browser-default)+label:after,
input[type=number]:not(.browser-default)+label:after,
input[type=search]:not(.browser-default)+label:after,
textarea.materialize-textarea+label:after,
.select-wrapper+label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out
}

.input-field {
    position: relative;
    margin-top: 1rem
}

.input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.input-field.inline input,
.input-field.inline .select-dropdown {
    margin-bottom: 1rem
}

.input-field.col label {
    left: .75rem
}

.input-field.col .prefix~label,
.input-field.col .prefix~.validate~label {
    width: calc(100% - 3rem - 1.5rem)
}

.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 1rem;
    cursor: text;
    transition: transform .2s ease-out;
    transform-origin: 0 100%;
    text-align: initial;
    transform: translateY(12px);
    pointer-events: none
}

.input-field label:not(.label-icon).active {
    transform: translateY(-14px) scale(0.8);
    transform-origin: 0 0
}

.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s
}

.input-field .prefix.active {
    color: #26a69a
}

.input-field .prefix~input,
.input-field .prefix~textarea,
.input-field .prefix~label,
.input-field .prefix~.validate~label,
.input-field .prefix~.autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.input-field .prefix~label {
    margin-left: 3rem
}

@media only screen and (max-width:992px) {
    .input-field .prefix~input {
        width: 86%;
        width: calc(100% - 3rem)
    }
}

@media only screen and (max-width:600px) {
    .input-field .prefix~input {
        width: 80%;
        width: calc(100% - 3rem)
    }
}

.input-field input[type=search] {
    display: block;
    line-height: inherit
}

.nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    box-shadow: none
}

.input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444
}

.input-field input[type=search]:focus+label i,
.input-field input[type=search]:focus~.mdi-navigation-close,
.input-field input[type=search]:focus~.material-icons {
    color: #444
}

.input-field input[type=search]+label {
    left: 1rem
}

.input-field input[type=search]~.mdi-navigation-close,
.input-field input[type=search]~.material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color
}

textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent
}

textarea.materialize-textarea {
    overflow-y: hidden;
    padding: .8rem 0 1.6rem 0;
    resize: none;
    min-height: 3rem
}

textarea.materialize-textarea.validate+label {
    height: 100%
}

textarea.materialize-textarea.validate+label::after {
    top: calc(100% - 12px)
}

textarea.materialize-textarea.validate+label:not(.label-icon).active {
    transform: translateY(-25px)
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem;
    position: absolute;
    top: 0
}

.autocomplete-content {
    margin-top: -20px;
    margin-bottom: 20px;
    display: block;
    opacity: 1;
    position: static
}

.autocomplete-content li .highlight {
    color: #444
}

.autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[type="radio"]+label:before,
[type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:before,
[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
    border-radius: 50%
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after {
    border: 2px solid #5a5a5a
}

[type="radio"]:not(:checked)+label:after {
    transform: scale(0)
}

[type="radio"]:checked+label:before {
    border: 2px solid transparent
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
    border: 2px solid #26a69a
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:after {
    background-color: #26a69a
}

[type="radio"]:checked+label:after {
    transform: scale(1.02)
}

[type="radio"].with-gap:checked+label:after {
    transform: scale(0.5)
}

[type="radio"].tabbed:focus+label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1)
}

[type="radio"].with-gap:disabled:checked+label:before {
    border: 2px solid rgba(0, 0, 0, 0.42)
}

[type="radio"].with-gap:disabled:checked+label:after {
    border: 0;
    background-color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled:not(:checked)+label:before,
[type="radio"]:disabled:checked+label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled+label {
    color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled:not(:checked)+label:before {
    border-color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled:checked+label:after {
    background-color: rgba(0, 0, 0, 0.42);
    border-color: #949494
}

form p {
    margin-bottom: 10px;
    text-align: left
}

form p:last-child {
    margin-bottom: 0
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s
}

[type="checkbox"]:not(.filled-in)+label:after {
    border: 0;
    transform: scale(0)
}

[type="checkbox"]:not(:checked):disabled+label:before {
    border: 0;
    background-color: rgba(0, 0, 0, 0.42)
}

[type="checkbox"].tabbed:focus+label:after {
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1)
}

[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 100% 100%
}

[type="checkbox"]:checked:disabled+label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42)
}

[type="checkbox"]:indeterminate+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: 0;
    border-left: 0;
    border-right: 2px solid #26a69a;
    border-bottom: 0;
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 100% 100%
}

[type="checkbox"]:indeterminate:disabled+label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    background-color: transparent
}

[type="checkbox"].filled-in+label:after {
    border-radius: 2px
}

[type="checkbox"].filled-in+label:before,
[type="checkbox"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}

[type="checkbox"].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0
}

[type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0
}

[type="checkbox"].filled-in.tabbed:focus+label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1)
}

[type="checkbox"].filled-in.tabbed:checked:focus+label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:before {
    background-color: transparent;
    border: 2px solid transparent
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:after {
    border-color: transparent;
    background-color: #949494
}

[type="checkbox"].filled-in:disabled:checked+label:before {
    background-color: transparent
}

[type="checkbox"].filled-in:disabled:checked+label:after {
    background-color: #949494;
    border-color: #949494
}

.switch,
.switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch label {
    cursor: pointer
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #84c7c1
}

.switch label input[type=checkbox]:checked+.lever:before,
.switch label input[type=checkbox]:checked+.lever:after {
    left: 18px
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #26a69a
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0.38);
    border-radius: 15px;
    margin-right: 10px;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px
}

.switch label .lever:before,
.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease
}

.switch label .lever:before {
    background-color: rgba(38, 166, 154, 0.15)
}

.switch label .lever:after {
    background-color: #f1f1f1;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

input[type=checkbox]:checked:not(:disabled)~.lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever::before {
    transform: scale(2.4);
    background-color: rgba(38, 166, 154, 0.15)
}

input[type=checkbox]:not(:disabled)~.lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus~.lever::before {
    transform: scale(2.4);
    background-color: rgba(0, 0, 0, 0.08)
}

.switch input[type=checkbox][disabled]+.lever {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.12)
}

.switch label input[type=checkbox][disabled]+.lever:after,
.switch label input[type=checkbox][disabled]:checked+.lever:after {
    background-color: #949494
}

select {
    display: none
}

select.browser-default {
    display: block
}

select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem
}

.input-field>select {
    display: block;
    position: absolute;
    width: 0;
    pointer-events: none;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0
}

.select-label {
    position: absolute
}

.select-wrapper {
    position: relative
}

.select-wrapper.valid+label,
.select-wrapper.invalid+label {
    width: 100%;
    pointer-events: none
}

.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    outline: 0;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px
}

.select-wrapper+label {
    position: absolute;
    top: -26px;
    font-size: .8rem
}

select:disabled {
    color: rgba(0, 0, 0, 0.42)
}

.select-wrapper.disabled span.caret,
.select-wrapper.disabled+label {
    color: rgba(0, 0, 0, 0.42)
}

.select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, 0.42);
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-wrapper i {
    color: rgba(0, 0, 0, 0.3)
}

.select-dropdown li.disabled,
.select-dropdown li.disabled>span,
.select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent
}

.select-dropdown.dropdown-content li.active {
    background-color: transparent
}

.select-dropdown.dropdown-content li:hover {
    background-color: rgba(0, 0, 0, 0.06)
}

.select-dropdown.dropdown-content li.selected {
    background-color: rgba(0, 0, 0, 0.03)
}

.prefix~.select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.prefix~label {
    margin-left: 3rem
}

.select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right
}

.select-dropdown li.optgroup {
    border-top: 1px solid #eee
}

.select-dropdown li.optgroup.selected>span {
    color: rgba(0, 0, 0, 0.7)
}

.select-dropdown li.optgroup>span {
    color: rgba(0, 0, 0, 0.4)
}

.select-dropdown li.optgroup~li.optgroup-option {
    padding-left: 1rem
}

.file-field {
    position: relative
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px
}

.file-field input.file-path {
    width: 100%
}

.file-field .btn {
    float: left;
    height: 3rem;
    line-height: 3rem
}

.file-field span {
    cursor: pointer
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.file-field input[type=file]::-webkit-file-upload-button {
    display: none
}

.range-field {
    position: relative
}

input[type=range],
input[type=range]+.thumb {
    cursor: pointer
}

input[type=range] {
    position: relative;
    background-color: transparent;
    border: 0;
    outline: 0;
    width: 100%;
    margin: 15px 0;
    padding: 0
}

input[type=range]:focus {
    outline: 0
}

input[type=range]+.thumb {
    position: absolute;
    top: 10px;
    left: 0;
    border: 0;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #26a69a;
    margin-left: 7px;
    transform-origin: 50% 50%;
    transform: rotate(-45deg)
}

input[type=range]+.thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #26a69a;
    font-size: 0;
    transform: rotate(45deg)
}

input[type=range]+.thumb.active {
    border-radius: 50% 50% 50% 0
}

input[type=range]+.thumb.active .value {
    color: #fff;
    margin-left: -1px;
    margin-top: 8px;
    font-size: 10px
}

input[type=range] {
    -webkit-appearance: none
}

input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    background: #c2c0c2;
    border: 0
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #26a69a;
    transform-origin: 50% 50%;
    margin: -5px 0 0 0;
    transition: .3s
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc
}

input[type=range] {
    border: 1px solid white
}

input[type=range]::-moz-range-track {
    height: 3px;
    background: #ddd;
    border: 0
}

input[type=range]::-moz-range-thumb {
    border: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #26a69a;
    margin-top: -5px
}

input[type=range]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

input[type=range]:focus::-moz-range-track {
    background: #ccc
}

input[type=range]::-ms-track {
    height: 3px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #777
}

input[type=range]::-ms-fill-upper {
    background: #ddd
}

input[type=range]::-ms-thumb {
    border: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #26a69a
}

input[type=range]:focus::-ms-fill-lower {
    background: #888
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc
}

.caption {
    border: 1px solid #bd41b0;
    height: 500px
}

.valign {
    text-align: center
}

.ivc {
    font: 29px "bold";
    color: black;
    display: inline-block;
    line-height: 1.5em;
    letter-spacing: 5px;
    word-spacing: normal;
    margin: 0 0 20px 0;
    transition: .5s all ease 0s
}

.ivc:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 0;
    vertical-align: middle;
    border-bottom: 1px solid red;
    transition: .5s all ease 0s
}

.ivc:after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 0;
    vertical-align: middle;
    border-bottom: 1px solid red;
    transition: .5s all ease 0s
}

.ivc:hover:before {
    width: 150px
}

.ivc:hover:after {
    width: 150px
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

p.demo {
    animation: spin .65s infinite linear
}

p.demo {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

input:-ms-input-placeholder {
    color: red
}

input::placeholder {
    color: red
}

.media {
    color: red
}

@media screen and (max-width:991px) {
    .media {
        color: green
    }
}

@media screen and (min-width:992px) {
    .media {
        color: greenyellow;
        display: block
    }
}

@media screen and (min-width:420px) and (max-width:450px) {
    .media {
        color: red
    }
}

.map-responsive {
    position: relative;
    overflow: hidden;
    width: 100%; /* Full width */
    padding-top: 56.25%; /* 16:9 Aspect Ratio (for the height to be relative to the width) */
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
