#topbarnav .menu>ul>li.menu-item-has-children>a:after,
#wi-mainnav .menu>ul>li.menu-item-has-children>a:after,
.entry-meta>:before,
.fa {
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale
}

.flex-container a:hover,
.flex-slider a:hover,
a:active,
a:hover {
    outline: 0
}

.flexslider:hover .flex-direction-nav .flex-next,
.tipsy-se .tipsy-arrow {
    right: 10px
}

.flexslider .slides>li,
.mfp-wrap {
    -webkit-backface-visibility: hidden
}

.mfp-title,
pre {
    word-wrap: break-word
}

.spacing-half,
.tipsy {
    letter-spacing: .5px
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

.mfp-container,
.slicknav_menu,
.slicknav_menu *,
img.mfp-img {
    box-sizing: border-box
}

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

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x,
.flex-control-nav,
.mfp-container,
.tipsy-inner {
    text-align: center
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

a img {
    border: 0
}

#mobile-topbarnav .menu>ul li>.indicator,
#mobilenav .menu>ul li>.indicator,
.font-awesome {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    font-style: "normal";
    font-weight: "normal";
    src: url(css/vendor/fontawesome/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(css/vendor/fontawesome/fontawesome-webfont.woff2) format("woff2"), url(css/vendor/fontawesome/fontawesome-webfont.woff) format("woff")
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

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

@font-face {
    font-family: budicon;
    font-style: "normal";
    font-weight: "normal";
    src: url(css/vendor/budicon/budicon.eot?#iefix) format("embedded-opentype"), url(css/vendor/budicon/budicon.woff) format("woff")
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

[class*=" bi_"]:before,
[class^=bi_]:before {
    font-family: budicon;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: .2em
}

.mfp-close,
.slicknav_btn,
.slicknav_nav a {
    text-decoration: none
}

.bi_animal-fish:before {
    content: '\e800'
}

.bi_animal-fox:before {
    content: '\e801'
}

.bi_animal-frog:before {
    content: '\e802'
}

.bi_animal-goose:before {
    content: '\e803'
}

.bi_animal-husky:before {
    content: '\e804'
}

.bi_animal-lion:before {
    content: '\e805'
}

.bi_animal-monkey:before {
    content: '\e806'
}

.bi_animal-monkey-a:before {
    content: '\e807'
}

.bi_animal-mouse:before {
    content: '\e808'
}

.bi_animal-pig:before {
    content: '\e809'
}

.bi_animal-pig-a:before {
    content: '\e80a'
}

.bi_animal-sheep:before {
    content: '\e80b'
}

.bi_animal-shrimp:before {
    content: '\e80c'
}

.bi_animal-wolf:before {
    content: '\e80d'
}

.bi_animal-bull:before {
    content: '\e80e'
}

.bi_animal-cat:before {
    content: '\e80f'
}

.bi_animal-chicken:before {
    content: '\e810'
}

.bi_animal-cow:before {
    content: '\e811'
}

.bi_animal-cow-a:before {
    content: '\e812'
}

.bi_animal-dog:before {
    content: '\e813'
}

.bi_com-bubble-dot-b:before {
    content: '\e814'
}

.bi_com-bubble-line:before {
    content: '\e815'
}

.bi_com-bubble-line-a:before {
    content: '\e816'
}

.bi_com-bubble-line-b:before {
    content: '\e817'
}

.bi_com-chat:before {
    content: '\e818'
}

.bi_com-check-box:before {
    content: '\e819'
}

.bi_com-email:before {
    content: '\e81a'
}

.bi_com-email-cross:before {
    content: '\e81b'
}

.bi_com-email-minus:before {
    content: '\e81c'
}

.bi_com-email-o:before {
    content: '\e81d'
}

.bi_com-email-plus:before {
    content: '\e81e'
}

.bi_com-email-tick:before {
    content: '\e81f'
}

.bi_com-envelope:before {
    content: '\e820'
}

.bi_com-feather-pen:before {
    content: '\e821'
}

.bi_com-fountain-pen:before {
    content: '\e822'
}

.bi_com-group-bubble:before {
    content: '\e823'
}

.bi_com-group-bubble-a:before {
    content: '\e824'
}

.bi_com-group-bubble-b:before {
    content: '\e825'
}

.bi_com-group-bubble-c:before {
    content: '\e826'
}

.bi_com-group-bubble-d:before {
    content: '\e827'
}

.bi_com-help:before {
    content: '\e828'
}

.bi_com-help-a:before {
    content: '\e829'
}

.bi_com-megaphone:before {
    content: '\e82a'
}

.bi_com-megaphone-a:before {
    content: '\e82b'
}

.bi_com-mic:before {
    content: '\e82c'
}

.bi_com-mic-mute:before {
    content: '\e82d'
}

.bi_com-paperplane:before {
    content: '\e82e'
}

.bi_com-phone:before {
    content: '\e82f'
}

.bi_com-phone-a:before {
    content: '\e830'
}

.bi_com-pictures:before {
    content: '\e831'
}

.bi_com-voicemail:before {
    content: '\e832'
}

.bi_com-bell:before {
    content: '\e833'
}

.bi_com-bell-a:before {
    content: '\e834'
}

.bi_com-broadcast:before {
    content: '\e835'
}

.bi_com-broadcast-a:before {
    content: '\e836'
}

.bi_com-bubble:before {
    content: '\e837'
}

.bi_com-bubble-a:before {
    content: '\e838'
}

.bi_com-bubble-b:before {
    content: '\e839'
}

.bi_com-bubble-dot:before {
    content: '\e83a'
}

.bi_com-bubble-dot-a:before {
    content: '\e83b'
}

.bi_doc-analytic-blank:before {
    content: '\e83c'
}

.bi_doc-analytic-line:before {
    content: '\e83d'
}

.bi_doc-analytic-line-a:before {
    content: '\e83e'
}

.bi_doc-article:before {
    content: '\e83f'
}

.bi_doc-article-a:before {
    content: '\e840'
}

.bi_doc-article-b:before {
    content: '\e841'
}

.bi_doc-attachment:before {
    content: '\e842'
}

.bi_doc-attachment-a:before {
    content: '\e843'
}

.bi_doc-binder-blank:before {
    content: '\e844'
}

.bi_doc-binder-four:before {
    content: '\e845'
}

.bi_doc-binder-one:before {
    content: '\e846'
}

.bi_doc-binder-three:before {
    content: '\e847'
}

.bi_doc-binder-two:before {
    content: '\e848'
}

.bi_doc-binder-zero:before {
    content: '\e849'
}

.bi_doc-book:before {
    content: '\e84a'
}

.bi_doc-book-a:before {
    content: '\e84b'
}

.bi_doc-book-b:before {
    content: '\e84c'
}

.bi_doc-book-c:before {
    content: '\e84d'
}

.bi_doc-book-d:before {
    content: '\e84e'
}

.bi_doc-bookmark:before {
    content: '\e84f'
}

.bi_doc-book-mark:before {
    content: '\e850'
}

.bi_doc-box:before {
    content: '\e851'
}

.bi_doc-briefcase:before {
    content: '\e852'
}

.bi_doc-briefcase-a:before {
    content: '\e853'
}

.bi_doc-briefcase-b:before {
    content: '\e854'
}

.bi_doc-briefcase-c:before {
    content: '\e855'
}

.bi_doc-briefcase-d:before {
    content: '\e856'
}

.bi_doc-compose:before {
    content: '\e857'
}

.bi_doc-compose-a:before {
    content: '\e858'
}

.bi_doc-documents:before {
    content: '\e859'
}

.bi_doc-documents-minus:before {
    content: '\e85a'
}

.bi_doc-documents-plus:before {
    content: '\e85b'
}

.bi_doc-download:before {
    content: '\e85c'
}

.bi_doc-drawer:before {
    content: '\e85d'
}

.bi_doc-drawer-a:before {
    content: '\e85e'
}

.bi_doc-drawer-b:before {
    content: '\e85f'
}

.bi_doc-drawer-blank:before {
    content: '\e860'
}

.bi_doc-drawer-download:before {
    content: '\e861'
}

.bi_doc-drawer-line:before {
    content: '\e862'
}

.bi_doc-drawer-upload:before {
    content: '\e863'
}

.bi_doc-envelope:before {
    content: '\e864'
}

.bi_doc-file-blank:before {
    content: '\e865'
}

.bi_doc-file-blank-a:before {
    content: '\e866'
}

.bi_doc-file-cross:before {
    content: '\e867'
}

.bi_doc-file-cross-a:before {
    content: '\e868'
}

.bi_doc-file-line:before {
    content: '\e869'
}

.bi_doc-file-line-a:before {
    content: '\e86a'
}

.bi_doc-file-minus:before {
    content: '\e86b'
}

.bi_doc-file-minus-a:before {
    content: '\e86c'
}

.bi_doc-file-plus:before {
    content: '\e86d'
}

.bi_doc-file-plus-a:before {
    content: '\e86e'
}

.bi_doc-file-stack:before {
    content: '\e86f'
}

.bi_doc-file-tick:before {
    content: '\e870'
}

.bi_doc-file-tick-a:before {
    content: '\e871'
}

.bi_doc-folder:before {
    content: '\e872'
}

.bi_doc-folder-a:before {
    content: '\e873'
}

.bi_doc-folder-check-a:before {
    content: '\e874'
}

.bi_doc-folder-cross:before {
    content: '\e875'
}

.bi_doc-folder-cross-a:before {
    content: '\e876'
}

.bi_doc-folder-minus:before {
    content: '\e877'
}

.bi_doc-folder-minus-a:before {
    content: '\e878'
}

.bi_doc-folder-plus:before {
    content: '\e879'
}

.bi_doc-folder-plus-a:before {
    content: '\e87a'
}

.bi_doc-folder-s:before {
    content: '\e87b'
}

.bi_doc-folder-sync:before {
    content: '\e87c'
}

.bi_doc-folder-tick:before {
    content: '\e87d'
}

.bi_doc-list:before {
    content: '\e87e'
}

.bi_doc-news:before {
    content: '\e87f'
}

.bi_doc-newspaper:before {
    content: '\e880'
}

.bi_doc-newspaper-a:before {
    content: '\e881'
}

.bi_doc-newspaper-b:before {
    content: '\e882'
}

.bi_doc-notebook:before {
    content: '\e883'
}

.bi_doc-notebook-a:before {
    content: '\e884'
}

.bi_doc-note-pen:before {
    content: '\e885'
}

.bi_doc-paper-line:before {
    content: '\e886'
}

.bi_doc-papers:before {
    content: '\e887'
}

.bi_doc-paper-stack:before {
    content: '\e888'
}

.bi_doc-photo-stack:before {
    content: '\e889'
}

.bi_doc-pie:before {
    content: '\e88a'
}

.bi_doc-pie-a:before {
    content: '\e88b'
}

.bi_doc-pie-b:before {
    content: '\e88c'
}

.bi_doc-pin:before {
    content: '\e88d'
}

.bi_doc-pin-a:before {
    content: '\e88e'
}

.bi_doc-print:before {
    content: '\e88f'
}

.bi_doc-print-a:before {
    content: '\e890'
}

.bi_doc-profile:before {
    content: '\e891'
}

.bi_doc-profile-a:before {
    content: '\e892'
}

.bi_doc-upload:before {
    content: '\e893'
}

.bi_doc-wboard-line:before {
    content: '\e894'
}

.bi_doc-wboard-tick:before {
    content: '\e895'
}

.bi_media-glass:before {
    content: '\e896'
}

.bi_media-glass-a:before {
    content: '\e897'
}

.bi_media-image:before {
    content: '\e898'
}

.bi_media-image-a:before {
    content: '\e899'
}

.bi_media-image-b:before {
    content: '\e89a'
}

.bi_media-image-c:before {
    content: '\e89b'
}

.bi_media-image-d:before {
    content: '\e89c'
}

.bi_media-negative:before {
    content: '\e89d'
}

.bi_media-negative-a:before {
    content: '\e89e'
}

.bi_media-video:before {
    content: '\e89f'
}

.bi_media-video-a:before {
    content: '\e8a0'
}

.bi_media-video-clip:before {
    content: '\e8a1'
}

.bi_media-video-r:before {
    content: '\e8a2'
}

.bi_business-tie:before {
    content: '\e8a3'
}

.bi_business-tie-a:before {
    content: '\e8a4'
}

.bi_business-tie-b:before {
    content: '\e8a5'
}

.bi_doc-analytic-bar:before {
    content: '\e8a6'
}

.bi_ecommerce-basket:before {
    content: '\e8a7'
}

.bi_ecommerce-bill:before {
    content: '\e8a8'
}

.bi_ecommerce-bill-a:before {
    content: '\e8a9'
}

.bi_ecommerce-bill-b:before {
    content: '\e8aa'
}

.bi_ecommerce-bowtie:before {
    content: '\e8ab'
}

.bi_ecommerce-cash:before {
    content: '\e8ac'
}

.bi_ecommerce-cash-a:before {
    content: '\e8ad'
}

.bi_ecommerce-coins:before {
    content: '\e8ae'
}

.bi_ecommerce-coins-a:before {
    content: '\e8af'
}

.bi_ecommerce-creditcard:before {
    content: '\e8b0'
}

.bi_ecommerce-creditcard-b:before {
    content: '\e8b1'
}

.bi_ecommerce-creditcard-c:before {
    content: '\e8b2'
}

.bi_ecommerce-creditcard-d:before {
    content: '\e8b3'
}

.bi_ecommerce-diamon:before {
    content: '\e8b4'
}

.bi_ecommerce-digital-download:before {
    content: '\e8b5'
}

.bi_ecommerce-digital-upload:before {
    content: '\e8b6'
}

.bi_ecommerce-dollar:before {
    content: '\e8b7'
}

.bi_ecommerce-euro:before {
    content: '\e8b8'
}

.bi_ecommerce-gift:before {
    content: '\e8b9'
}

.bi_ecommerce-hanger:before {
    content: '\e8ba'
}

.bi_ecommerce-jeans:before {
    content: '\e8bb'
}

.bi_ecommerce-lipstick:before {
    content: '\e8bc'
}

.bi_ecommerce-market:before {
    content: '\e8bd'
}

.bi_ecommerce-mastercard:before {
    content: '\e8be'
}

.bi_ecommerce-pack:before {
    content: '\e8bf'
}

.bi_ecommerce-pack-a:before {
    content: '\e8c0'
}

.bi_ecommerce-pounds:before {
    content: '\e8c1'
}

.bi_ecommerce-ring:before {
    content: '\e8c2'
}

.bi_ecommerce-safebox:before {
    content: '\e8c3'
}

.bi_ecommerce-shirt:before {
    content: '\e8c4'
}

.bi_ecommerce-shirt-a:before {
    content: '\e8c5'
}

.bi_ecommerce-shoes:before {
    content: '\e8c6'
}

.bi_ecommerce-shop:before {
    content: '\e8c7'
}

.bi_ecommerce-shopcart:before {
    content: '\e8c8'
}

.bi_ecommerce-shopcart-a:before {
    content: '\e8c9'
}

.bi_ecommerce-shopcart-a-download:before {
    content: '\e8ca'
}

.bi_ecommerce-shopcart-a-fill:before {
    content: '\e8cb'
}

.bi_ecommerce-shopcart-c:before {
    content: '\e8cc'
}

.bi_ecommerce-shopcart-d:before {
    content: '\e8cd'
}

.bi_ecommerce-shopcart-download:before {
    content: '\e8ce'
}

.bi_ecommerce-shopcart-fill:before {
    content: '\e8cf'
}

.bi_ecommerce-short:before {
    content: '\e8d0'
}

.bi_ecommerce-suitcase:before {
    content: '\e8d1'
}

.bi_ecommerce-suitcase-a:before {
    content: '\e8d2'
}

.bi_ecommerce-tag:before {
    content: '\e8d3'
}

.bi_ecommerce-tag-a:before {
    content: '\e8d4'
}

.bi_ecommerce-tag-a-s:before {
    content: '\e8d5'
}

.bi_ecommerce-tag-b:before {
    content: '\e8d6'
}

.bi_ecommerce-tag-b-s:before {
    content: '\e8d7'
}

.bi_ecommerce-tag-c:before {
    content: '\e8d8'
}

.bi_ecommerce-tag-cross:before {
    content: '\e8d9'
}

.bi_ecommerce-tag-c-s:before {
    content: '\e8da'
}

.bi_ecommerce-tag-minus:before {
    content: '\e8db'
}

.bi_ecommerce-tag-plus:before {
    content: '\e8dc'
}

.bi_ecommerce-tag-tick:before {
    content: '\e8dd'
}

.bi_ecommerce-tracking:before {
    content: '\e8de'
}

.bi_ecommerce-tshirt:before {
    content: '\e8df'
}

.bi_ecommerce-wallet:before {
    content: '\e8e0'
}

.bi_ecommerce-wallet-a:before {
    content: '\e8e1'
}

.bi_ecommerce-woman-bag:before {
    content: '\e8e2'
}

.bi_ecommerce-yen:before {
    content: '\e8e3'
}

.bi_ecommerce-backpack:before {
    content: '\e8e4'
}

.bi_ecommerce-backpack-a:before {
    content: '\e8e5'
}

.bi_ecommerce-bag:before {
    content: '\e8e6'
}

.bi_ecommerce-bag-a:before {
    content: '\e8e7'
}

.bi_ecommerce-bag-b:before {
    content: '\e8e8'
}

.bi_editorial-pencil-s:before {
    content: '\e8e9'
}

.bi_editorial-pen-s:before {
    content: '\e8ea'
}

.bi_editorial-redo:before {
    content: '\e8eb'
}

.bi_editorial-right-align:before {
    content: '\e8ec'
}

.bi_editorial-trash:before {
    content: '\e8ed'
}

.bi_editorial-trash-a:before {
    content: '\e8ee'
}

.bi_editorial-trash-a-l:before {
    content: '\e8ef'
}

.bi_editorial-trash-l:before {
    content: '\e8f0'
}

.bi_editorial-undo:before {
    content: '\e8f1'
}

.bi_editorial-write:before {
    content: '\e8f2'
}

.bi_editorial-write-s:before {
    content: '\e8f3'
}

.bi_editorial-ascending:before {
    content: '\e8f4'
}

.bi_editorial-bookmark:before {
    content: '\e8f5'
}

.bi_editorial-bookmark-a:before {
    content: '\e8f6'
}

.bi_editorial-brush:before {
    content: '\e8f7'
}

.bi_editorial-center-align:before {
    content: '\e8f8'
}

.bi_editorial-compose:before {
    content: '\e8f9'
}

.bi_editorial-descending:before {
    content: '\e8fa'
}

.bi_editorial-left-align:before {
    content: '\e8fb'
}

.bi_editorial-pen:before {
    content: '\e8fc'
}

.bi_editorial-pencil:before {
    content: '\e8fd'
}

.bi_editorial-pencil-a:before {
    content: '\e8fe'
}

.bi_editorial-pencil-a-s:before {
    content: '\e8ff'
}

.bi_building-drawer-a:before {
    content: '\e900'
}

.bi_building-house:before {
    content: '\e901'
}

.bi_building-house-a:before {
    content: '\e902'
}

.bi_building-museum:before {
    content: '\e903'
}

.bi_building-office:before {
    content: '\e904'
}

.bi_building-office-a:before {
    content: '\e905'
}

.bi_building-office-b:before {
    content: '\e906'
}

.bi_building-sofa:before {
    content: '\e907'
}

.bi_building-sofa-a:before {
    content: '\e908'
}

.bi_building-sofa-b:before {
    content: '\e909'
}

.bi_building-sofa-twin:before {
    content: '\e90a'
}

.bi_building-sofa-twin-a:before {
    content: '\e90b'
}

.bi_building-table-lamp:before {
    content: '\e90c'
}

.bi_building-table-lamp-a:before {
    content: '\e90d'
}

.bi_building-tower:before {
    content: '\e90e'
}

.bi_building-tree:before {
    content: '\e90f'
}

.bi_environment-flower:before {
    content: '\e910'
}

.bi_environment-flower-a:before {
    content: '\e911'
}

.bi_environment-flower-b:before {
    content: '\e912'
}

.bi_environment-leaf:before {
    content: '\e913'
}

.bi_environment-leaf-a:before {
    content: '\e914'
}

.bi_environment-mountain:before {
    content: '\e915'
}

.bi_environment-mountain-a:before {
    content: '\e916'
}

.bi_environment-no-smoke:before {
    content: '\e917'
}

.bi_environment-plant:before {
    content: '\e918'
}

.bi_environment-sign:before {
    content: '\e919'
}

.bi_environment-smoke:before {
    content: '\e91a'
}

.bi_environment-tree:before {
    content: '\e91b'
}

.bi_building-apartment:before {
    content: '\e91c'
}

.bi_building-bed:before {
    content: '\e91d'
}

.bi_building-bulb:before {
    content: '\e91e'
}

.bi_building-cabinet:before {
    content: '\e91f'
}

.bi_building-desk:before {
    content: '\e920'
}

.bi_building-desk-a:before {
    content: '\e921'
}

.bi_building-desk-b:before {
    content: '\e922'
}

.bi_building-desk-c:before {
    content: '\e923'
}

.bi_building-door:before {
    content: '\e924'
}

.bi_building-drawer:before {
    content: '\e925'
}

.bi_beverage-cocktail-a:before {
    content: '\e926'
}

.bi_beverage-coffee:before {
    content: '\e927'
}

.bi_beverage-coffee-a:before {
    content: '\e928'
}

.bi_beverage-coffee-b:before {
    content: '\e929'
}

.bi_beverage-coffee-cup:before {
    content: '\e92a'
}

.bi_beverage-coffee-cup-a:before {
    content: '\e92b'
}

.bi_beverage-cokctail:before {
    content: '\e92c'
}

.bi_beverage-cup-straw:before {
    content: '\e92d'
}

.bi_beverage-empty-glass:before {
    content: '\e92e'
}

.bi_beverage-milk:before {
    content: '\e92f'
}

.bi_beverage-milk-a:before {
    content: '\e930'
}

.bi_beverage-tea:before {
    content: '\e931'
}

.bi_beverage-tea-a:before {
    content: '\e932'
}

.bi_beverage-tea-cup:before {
    content: '\e933'
}

.bi_beverage-tea-cup-a:before {
    content: '\e934'
}

.bi_beverage-water:before {
    content: '\e935'
}

.bi_beverage-water-a:before {
    content: '\e936'
}

.bi_beverage-water-glass:before {
    content: '\e937'
}

.bi_beverage-wine:before {
    content: '\e938'
}

.bi_food-apple:before {
    content: '\e939'
}

.bi_food-bowl:before {
    content: '\e93a'
}

.bi_food-cherry:before {
    content: '\e93b'
}

.bi_food-cherry-a:before {
    content: '\e93c'
}

.bi_food-chinese-food:before {
    content: '\e93d'
}

.bi_food-chinese-food-a:before {
    content: '\e93e'
}

.bi_food-chinese-food-b:before {
    content: '\e93f'
}

.bi_food-drumstick:before {
    content: '\e940'
}

.bi_food-egg:before {
    content: '\e941'
}

.bi_food-grape:before {
    content: '\e942'
}

.bi_food-hamburger:before {
    content: '\e943'
}

.bi_food-hamburger-a:before {
    content: '\e944'
}

.bi_food-ice-cream:before {
    content: '\e945'
}

.bi_food-ice-cream-a:before {
    content: '\e946'
}

.bi_food-ice-cream-b:before {
    content: '\e947'
}

.bi_food-ice-cream-c:before {
    content: '\e948'
}

.bi_food-melon:before {
    content: '\e949'
}

.bi_food-noodle:before {
    content: '\e94a'
}

.bi_food-noodle-a:before {
    content: '\e94b'
}

.bi_food-onigiri:before {
    content: '\e94c'
}

.bi_food-onigiri-a:before {
    content: '\e94d'
}

.bi_food-white-bread:before {
    content: '\e94e'
}

.bi_kitchen-fork-knife:before {
    content: '\e94f'
}

.bi_kitchen-fork-knife-a:before {
    content: '\e950'
}

.bi_kitchen-fridge:before {
    content: '\e951'
}

.bi_kitchen-grill:before {
    content: '\e952'
}

.bi_kitchen-heat:before {
    content: '\e953'
}

.bi_kitchen-heat-a:before {
    content: '\e954'
}

.bi_kitchen-hood:before {
    content: '\e955'
}

.bi_kitchen-hood-a:before {
    content: '\e956'
}

.bi_kitchen-jam:before {
    content: '\e957'
}

.bi_kitchen-ketchup:before {
    content: '\e958'
}

.bi_kitchen-leaf:before {
    content: '\e959'
}

.bi_kitchen-microwave:before {
    content: '\e95a'
}

.bi_kitchen-pepper:before {
    content: '\e95b'
}

.bi_kitchen-plate:before {
    content: '\e95c'
}

.bi_kitchen-recipe-book:before {
    content: '\e95d'
}

.bi_kitchen-salt:before {
    content: '\e95e'
}

.bi_kitchen-spatula:before {
    content: '\e95f'
}

.bi_kitchen-spoon-fork:before {
    content: '\e960'
}

.bi_kitchen-spoon-fork-a:before {
    content: '\e961'
}

.bi_kitchen-tissue:before {
    content: '\e962'
}

.bi_kitchen-water:before {
    content: '\e963'
}

.bi_beverage-alt-glass:before {
    content: '\e964'
}

.bi_beverage-alt-glass-a:before {
    content: '\e965'
}

.bi_beverage-alt-glass-b:before {
    content: '\e966'
}

.bi_beverage-alt-glass-c:before {
    content: '\e967'
}

.bi_beverage-beer:before {
    content: '\e968'
}

.bi_beverage-chinese-tea:before {
    content: '\e969'
}

.bi_beverage-chinese-tea-a:before {
    content: '\e96a'
}

.bi_beverage-chinese-tea-a-s:before {
    content: '\e96b'
}

.bi_beverage-chinese-tea-s:before {
    content: '\e96c'
}

.bi_setting-switch:before {
    content: '\e96d'
}

.bi_setting-switch-a:before {
    content: '\e96e'
}

.bi_setting-wrench:before {
    content: '\e96f'
}

.bi_setting-wrench-a:before {
    content: '\e970'
}

.bi_setting-airplane:before {
    content: '\e971'
}

.bi_setting-component:before {
    content: '\e972'
}

.bi_setting-eq:before {
    content: '\e973'
}

.bi_setting-eq-a:before {
    content: '\e974'
}

.bi_setting-gear:before {
    content: '\e975'
}

.bi_setting-gear-a:before {
    content: '\e976'
}

.bi_setting-gear-b:before {
    content: '\e977'
}

.bi_setting-hotspot:before {
    content: '\e978'
}

.bi_setting-notification:before {
    content: '\e979'
}

.bi_sport-tape:before {
    content: '\e97a'
}

.bi_sport-tennisball:before {
    content: '\e97b'
}

.bi_sport-time:before {
    content: '\e97c'
}

.bi_sport-trophy:before {
    content: '\e97d'
}

.bi_sport-trophy-a:before {
    content: '\e97e'
}

.bi_sport-tv:before {
    content: '\e97f'
}

.bi_sport-tv-a:before {
    content: '\e980'
}

.bi_medicine-heart:before {
    content: '\e981'
}

.bi_medicine-lab:before {
    content: '\e982'
}

.bi_medicine-lab-a:before {
    content: '\e983'
}

.bi_sport-alt-badge:before {
    content: '\e984'
}

.bi_sport-alt-badge-a:before {
    content: '\e985'
}

.bi_sport-badge:before {
    content: '\e986'
}

.bi_sport-badge-a:before {
    content: '\e987'
}

.bi_sport-badge-b:before {
    content: '\e988'
}

.bi_sport-badge-c:before {
    content: '\e989'
}

.bi_sport-badge-one:before {
    content: '\e98a'
}

.bi_sport-badge-one-a:before {
    content: '\e98b'
}

.bi_sport-baseball:before {
    content: '\e98c'
}

.bi_sport-basketball:before {
    content: '\e98d'
}

.bi_sport-basketball-a:before {
    content: '\e98e'
}

.bi_sport-bottle:before {
    content: '\e98f'
}

.bi_sport-cards:before {
    content: '\e990'
}

.bi_sport-dumbell:before {
    content: '\e991'
}

.bi_sport-dumbell-a:before {
    content: '\e992'
}

.bi_sport-flag:before {
    content: '\e993'
}

.bi_sport-flag-a:before {
    content: '\e994'
}

.bi_sport-football:before {
    content: '\e995'
}

.bi_sport-medic:before {
    content: '\e996'
}

.bi_sport-mic:before {
    content: '\e997'
}

.bi_sport-puzzle:before {
    content: '\e998'
}

.bi_sport-stadium:before {
    content: '\e999'
}

.bi_sport-stadium-a:before {
    content: '\e99a'
}

.bi_time-alarm:before {
    content: '\e99b'
}

.bi_time-alt-wall-clock:before {
    content: '\e99c'
}

.bi_time-calendar:before {
    content: '\e99d'
}

.bi_time-calendar-a:before {
    content: '\e99e'
}

.bi_time-calendar-b:before {
    content: '\e99f'
}

.bi_time-clock:before {
    content: '\e9a0'
}

.bi_time-clock-a:before {
    content: '\e9a1'
}

.bi_time-clock-b:before {
    content: '\e9a2'
}

.bi_time-clock-c:before {
    content: '\e9a3'
}

.bi_time-hour-glass:before {
    content: '\e9a4'
}

.bi_time-speed-meter:before {
    content: '\e9a5'
}

.bi_time-stopwatch:before {
    content: '\e9a6'
}

.bi_time-stopwatch-a:before {
    content: '\e9a7'
}

.bi_time-stopwatch-b:before {
    content: '\e9a8'
}

.bi_time-timer:before {
    content: '\e9a9'
}

.bi_time-wall-clock:before {
    content: '\e9aa'
}

.bi_time-watches:before {
    content: '\e9ab'
}

.bi_time-watches-a:before {
    content: '\e9ac'
}

.bi_time-watches-b:before {
    content: '\e9ad'
}

.bi_location-alt-pin:before {
    content: '\e9ae'
}

.bi_location-avenue:before {
    content: '\e9af'
}

.bi_location-compass:before {
    content: '\e9b0'
}

.bi_location-map:before {
    content: '\e9b1'
}

.bi_location-pin:before {
    content: '\e9b2'
}

.bi_location-pin-blank:before {
    content: '\e9b3'
}

.bi_location-pin-check:before {
    content: '\e9b4'
}

.bi_location-pin-map:before {
    content: '\e9b5'
}

.bi_location-pin-map-a:before {
    content: '\e9b6'
}

.bi_location-pin-minus:before {
    content: '\e9b7'
}

.bi_location-pin-plus:before {
    content: '\e9b8'
}

.bi_location-pin-regular:before {
    content: '\e9b9'
}

.bi_location-sign-street:before {
    content: '\e9ba'
}

.bi_tool-console:before {
    content: '\e9bb'
}

.bi_tool-console-a:before {
    content: '\e9bc'
}

.bi_tool-console-old:before {
    content: '\e9bd'
}

.bi_tool-disk:before {
    content: '\e9be'
}

.bi_tool-disk-a:before {
    content: '\e9bf'
}

.bi_tool-flashlight:before {
    content: '\e9c0'
}

.bi_tool-flashlight-a:before {
    content: '\e9c1'
}

.bi_tool-flashlight-a-s:before {
    content: '\e9c2'
}

.bi_tool-flashlight-s:before {
    content: '\e9c3'
}

.bi_tool-gameboy:before {
    content: '\e9c4'
}

.bi_tool-hammer:before {
    content: '\e9c5'
}

.bi_tool-headphone:before {
    content: '\e9c6'
}

.bi_tool-headphone-a:before {
    content: '\e9c7'
}

.bi_tool-laptop:before {
    content: '\e9c8'
}

.bi_tool-magic-wand:before {
    content: '\e9c9'
}

.bi_tool-magic-wand-a:before {
    content: '\e9ca'
}

.bi_tool-magnet:before {
    content: '\e9cb'
}

.bi_tool-magnifier:before {
    content: '\e9cc'
}

.bi_tool-medical-tape:before {
    content: '\e9cd'
}

.bi_tool-mobile:before {
    content: '\e9ce'
}

.bi_tool-mobile-l:before {
    content: '\e9cf'
}

.bi_tool-monitor:before {
    content: '\e9d0'
}

.bi_tool-monitor-a:before {
    content: '\e9d1'
}

.bi_tool-mouse:before {
    content: '\e9d2'
}

.bi_tool-net:before {
    content: '\e9d3'
}

.bi_tool-paint-roler:before {
    content: '\e9d4'
}

.bi_tool-projector:before {
    content: '\e9d5'
}

.bi_tool-radio:before {
    content: '\e9d6'
}

.bi_tool-ruler:before {
    content: '\e9d7'
}

.bi_tool-scissor:before {
    content: '\e9d8'
}

.bi_tool-tablet:before {
    content: '\e9d9'
}

.bi_tool-tablet-l:before {
    content: '\e9da'
}

.bi_tool-television:before {
    content: '\e9db'
}

.bi_tool-toothbrush:before {
    content: '\e9dc'
}

.bi_tool-umbrella:before {
    content: '\e9dd'
}

.bi_tool-video:before {
    content: '\e9de'
}

.bi_tool-alt-camera:before {
    content: '\e9df'
}

.bi_tool-alt-camera-a:before {
    content: '\e9e0'
}

.bi_tool-android:before {
    content: '\e9e1'
}

.bi_tool-android-l:before {
    content: '\e9e2'
}

.bi_tool-binoculars:before {
    content: '\e9e3'
}

.bi_tool-brush:before {
    content: '\e9e4'
}

.bi_tool-brush-a:before {
    content: '\e9e5'
}

.bi_tool-calculator:before {
    content: '\e9e6'
}

.bi_tool-camera:before {
    content: '\e9e7'
}

.bi_tool-camera-a:before {
    content: '\e9e8'
}

.bi_tool-camera-b:before {
    content: '\e9e9'
}

.bi_tool-compass:before {
    content: '\e9ea'
}

.bi_transport-car-b:before {
    content: '\e9eb'
}

.bi_transport-car-c:before {
    content: '\e9ec'
}

.bi_transport-ship:before {
    content: '\e9ed'
}

.bi_transport-train:before {
    content: '\e9ee'
}

.bi_transport-truck:before {
    content: '\e9ef'
}

.bi_transport-truck-a:before {
    content: '\e9f0'
}

.bi_transport-alt-bus:before {
    content: '\e9f1'
}

.bi_transport-bicycle:before {
    content: '\e9f2'
}

.bi_transport-bicycle-a:before {
    content: '\e9f3'
}

.bi_transport-boat:before {
    content: '\e9f4'
}

.bi_transport-bus:before {
    content: '\e9f5'
}

.bi_transport-bus-a:before {
    content: '\e9f6'
}

.bi_transport-car:before {
    content: '\e9f7'
}

.bi_transport-car-a:before {
    content: '\e9f8'
}

.bi_user-male:before {
    content: '\e9f9'
}

.bi_user-male-check:before {
    content: '\e9fa'
}

.bi_user-male-cross:before {
    content: '\e9fb'
}

.bi_user-male-minus:before {
    content: '\e9fc'
}

.bi_user-male-plus:before {
    content: '\e9fd'
}

.bi_user-male-sign:before {
    content: '\e9fe'
}

.bi_user-password:before {
    content: '\e9ff'
}

.bi_user-password-u:before {
    content: '\ea00'
}

.bi_user-password-u-a:before {
    content: '\ea01'
}

.bi_user-single:before {
    content: '\ea02'
}

.bi_user-single-a:before {
    content: '\ea03'
}

.bi_user-single-a-check:before {
    content: '\ea04'
}

.bi_user-single-a-cross:before {
    content: '\ea05'
}

.bi_user-single-a-group:before {
    content: '\ea06'
}

.bi_user-single-a-list:before {
    content: '\ea07'
}

.bi_user-single-a-minus:before {
    content: '\ea08'
}

.bi_user-single-a-plus:before {
    content: '\ea09'
}

.bi_user-single-check:before {
    content: '\ea0a'
}

.bi_user-single-cross:before {
    content: '\ea0b'
}

.bi_user-single-minus:before {
    content: '\ea0c'
}

.bi_user-single-plus:before {
    content: '\ea0d'
}

.bi_user-single-round:before {
    content: '\ea0e'
}

.bi_user-alt:before {
    content: '\ea0f'
}

.bi_user-alt-check:before {
    content: '\ea10'
}

.bi_user-alt-cross:before {
    content: '\ea11'
}

.bi_user-alt-group:before {
    content: '\ea12'
}

.bi_user-alt-list:before {
    content: '\ea13'
}

.bi_user-alt-minus:before {
    content: '\ea14'
}

.bi_user-alt-plus:before {
    content: '\ea15'
}

.bi_user-contact-book:before {
    content: '\ea16'
}

.bi_user-female:before {
    content: '\ea17'
}

.bi_user-female-cross:before {
    content: '\ea18'
}

.bi_user-female-group:before {
    content: '\ea19'
}

.bi_user-female-list:before {
    content: '\ea1a'
}

.bi_user-female-minus:before {
    content: '\ea1b'
}

.bi_user-female-plus:before {
    content: '\ea1c'
}

.bi_user-female-sign:before {
    content: '\ea1d'
}

.bi_user-female-tick:before {
    content: '\ea1e'
}

.bi_user-key:before {
    content: '\ea1f'
}

.bi_user-lock:before {
    content: '\ea20'
}

.bi_user-lock-u:before {
    content: '\ea21'
}

.bi_user-lock-u-a:before {
    content: '\ea22'
}

.bi_weather-sunset-a:before {
    content: '\ea23'
}

.bi_weather-wind:before {
    content: '\ea24'
}

.bi_weather-wind-pressure:before {
    content: '\ea25'
}

.bi_weather-wind-pressure-a:before {
    content: '\ea26'
}

.bi_weather-cloud:before {
    content: '\ea27'
}

.bi_weather-cloud-a:before {
    content: '\ea28'
}

.bi_weather-cloud-rainy:before {
    content: '\ea29'
}

.bi_weather-cloud-rainy-a:before {
    content: '\ea2a'
}

.bi_weather-cloud-snow:before {
    content: '\ea2b'
}

.bi_weather-cloud-snow-a:before {
    content: '\ea2c'
}

.bi_weather-cloud-stormy:before {
    content: '\ea2d'
}

.bi_weather-cloud-stormy-a:before {
    content: '\ea2e'
}

.bi_weather-cloud-sun:before {
    content: '\ea2f'
}

.bi_weather-humid:before {
    content: '\ea30'
}

.bi_weather-moon:before {
    content: '\ea31'
}

.bi_weather-moon-a:before {
    content: '\ea32'
}

.bi_weather-moon-b:before {
    content: '\ea33'
}

.bi_weather-moon-r:before {
    content: '\ea34'
}

.bi_weather-sun-a:before {
    content: '\ea35'
}

.bi_weather-sun-b:before {
    content: '\ea36'
}

.bi_weather-sun-r:before {
    content: '\ea37'
}

.bi_weather-sunrise:before {
    content: '\ea38'
}

.bi_web-bug:before {
    content: '\ea39'
}

.bi_web-code:before {
    content: '\ea3a'
}

.bi_web-database:before {
    content: '\ea3b'
}

.bi_web-download:before {
    content: '\ea3c'
}

.bi_web-graph:before {
    content: '\ea3d'
}

.bi_web-inspect:before {
    content: '\ea3e'
}

.bi_web-internet:before {
    content: '\ea3f'
}

.bi_web-internet-a:before {
    content: '\ea40'
}

.bi_web-logout:before {
    content: '\ea41'
}

.bi_web-menu-collapse-down:before {
    content: '\ea42'
}

.bi_web-menu-collapse-left:before {
    content: '\ea43'
}

.bi_web-menu-collapse-right:before {
    content: '\ea44'
}

.bi_web-menu-collapse-up:before {
    content: '\ea45'
}

.bi_web-reading-list:before {
    content: '\ea46'
}

.bi_web-report:before {
    content: '\ea47'
}

.bi_web-report-a:before {
    content: '\ea48'
}

.bi_web-rss:before {
    content: '\ea49'
}

.bi_web-share:before {
    content: '\ea4a'
}

.bi_web-share-a:before {
    content: '\ea4b'
}

.bi_web-share-b:before {
    content: '\ea4c'
}

.bi_web-statistic:before {
    content: '\ea4d'
}

.bi_web-traffic:before {
    content: '\ea4e'
}

.bi_web-traffic-a:before {
    content: '\ea4f'
}

.bi_web-traffic-b:before {
    content: '\ea50'
}

.bi_web-traffic-c:before {
    content: '\ea51'
}

.bi_web-upload:before {
    content: '\ea52'
}

.bi_web-url:before {
    content: '\ea53'
}

.bi_web-url-a:before {
    content: '\ea54'
}

.bi_web-url-b:before {
    content: '\ea55'
}

.bi_web-warning:before {
    content: '\ea56'
}

.bi_web-webcam:before {
    content: '\ea57'
}

.bi_web-broken-link:before {
    content: '\ea58'
}

.bi_web-browser:before {
    content: '\ea59'
}

.bi_web-browser-a:before {
    content: '\ea5a'
}

.bi_web-browser-b:before {
    content: '\ea5b'
}

.bi_web-browser-cross:before {
    content: '\ea5c'
}

.bi_web-browser-minus:before {
    content: '\ea5d'
}

.bi_web-browser-plus:before {
    content: '\ea5e'
}

.bi_web-browser-tab:before {
    content: '\ea5f'
}

.bi_web-browser-tab-cross:before {
    content: '\ea60'
}

.bi_web-browser-tab-minus:before {
    content: '\ea61'
}

.bi_web-browser-tab-plus:before {
    content: '\ea62'
}

.bi_web-browser-tab-tick:before {
    content: '\ea63'
}

.bi_web-browser-tick:before {
    content: '\ea64'
}

.bi_web-browser-window:before {
    content: '\ea65'
}

.bi_logo-vimeo:before {
    content: '\ea66'
}

.bi_logo-windows:before {
    content: '\ea67'
}

.bi_logo-zerply:before {
    content: '\ea68'
}

.bi_logo-amazon:before {
    content: '\ea69'
}

.bi_logo-dribbble:before {
    content: '\ea6a'
}

.bi_logo-dropbox:before {
    content: '\ea6b'
}

.bi_logo-evernote:before {
    content: '\ea6c'
}

.bi_logo-facebook:before {
    content: '\ea6d'
}

.bi_logo-grooveshark:before {
    content: '\ea6e'
}

.bi_logo-instagram:before {
    content: '\ea6f'
}

.bi_logo-linkedin:before {
    content: '\ea70'
}

.bi_logo-musio:before {
    content: '\ea71'
}

.bi_logo-path:before {
    content: '\ea72'
}

.bi_logo-paypal:before {
    content: '\ea73'
}

.bi_logo-picasa:before {
    content: '\ea74'
}

.bi_logo-pinterest:before {
    content: '\ea75'
}

.bi_logo-rdio:before {
    content: '\ea76'
}

.bi_logo-squarespace:before {
    content: '\ea77'
}

.bi_logo-squareup:before {
    content: '\ea78'
}

.bi_logo-twitter:before {
    content: '\ea79'
}

.bi_misc-one-click:before {
    content: '\ea7a'
}

.bi_misc-pointer:before {
    content: '\ea7b'
}

.bi_misc-pointer-swipe-l:before {
    content: '\ea7c'
}

.bi_misc-pointer-swipe-r:before {
    content: '\ea7d'
}

.bi_misc-puzzle:before {
    content: '\ea7e'
}

.bi_misc-wifi:before {
    content: '\ea7f'
}

.bi_misc-crown:before {
    content: '\ea80'
}

.bi_misc-cube:before {
    content: '\ea81'
}

.bi_misc-dice-five:before {
    content: '\ea82'
}

.bi_misc-dice-four:before {
    content: '\ea83'
}

.bi_misc-dice-one:before {
    content: '\ea84'
}

.bi_misc-dice-six:before {
    content: '\ea85'
}

.bi_misc-dice-three:before {
    content: '\ea86'
}

.bi_misc-dice-two:before {
    content: '\ea87'
}

.bi_misc-double-click:before {
    content: '\ea88'
}

.bi_misc-female-gender:before {
    content: '\ea89'
}

.bi_misc-globe:before {
    content: '\ea8a'
}

.bi_misc-male-gender:before {
    content: '\ea8b'
}

.bi_misc-mood-happy:before {
    content: '\ea8c'
}

.bi_misc-mood-sad:before {
    content: '\ea8d'
}

.bi_music-mic:before {
    content: '\ea8e'
}

.bi_music-mic-a:before {
    content: '\ea8f'
}

.bi_music-next:before {
    content: '\ea90'
}

.bi_music-next-l:before {
    content: '\ea91'
}

.bi_music-next-l-a:before {
    content: '\ea92'
}

.bi_music-pause:before {
    content: '\ea93'
}

.bi_music-pause-a:before {
    content: '\ea94'
}

.bi_music-pause-b:before {
    content: '\ea95'
}

.bi_music-play:before {
    content: '\ea96'
}

.bi_music-playlist:before {
    content: '\ea97'
}

.bi_music-previous:before {
    content: '\ea98'
}

.bi_music-previous-l:before {
    content: '\ea99'
}

.bi_music-previous-l-a:before {
    content: '\ea9a'
}

.bi_music-radio:before {
    content: '\ea9b'
}

.bi_music-record:before {
    content: '\ea9c'
}

.bi_music-record-a:before {
    content: '\ea9d'
}

.bi_music-repeat:before {
    content: '\ea9e'
}

.bi_music-repeat-a:before {
    content: '\ea9f'
}

.bi_music-repeat-one:before {
    content: '\eaa0'
}

.bi_music-repeat-one-a:before {
    content: '\eaa1'
}

.bi_music-shuffle:before {
    content: '\eaa2'
}

.bi_music-shuffle-a:before {
    content: '\eaa3'
}

.bi_music-song-note:before {
    content: '\eaa4'
}

.bi_music-song-note-a:before {
    content: '\eaa5'
}

.bi_music-speaker:before {
    content: '\eaa6'
}

.bi_music-speaker-a:before {
    content: '\eaa7'
}

.bi_music-stop:before {
    content: '\eaa8'
}

.bi_music-stop-a:before {
    content: '\eaa9'
}

.bi_volume-high:before {
    content: '\eaaa'
}

.bi_volume-high-a:before {
    content: '\eaab'
}

.bi_volume-low:before {
    content: '\eaac'
}

.bi_volume-low-a:before {
    content: '\eaad'
}

.bi_volume-medium:before {
    content: '\eaae'
}

.bi_volume-medium-a:before {
    content: '\eaaf'
}

.bi_volume-mute:before {
    content: '\eab0'
}

.bi_volume-mute-a:before {
    content: '\eab1'
}

.bi_music-album:before {
    content: '\eab2'
}

.bi_music-album-a:before {
    content: '\eab3'
}

.bi_music-album-b:before {
    content: '\eab4'
}

.bi_music-album-c:before {
    content: '\eab5'
}

.bi_music-album-cd:before {
    content: '\eab6'
}

.bi_music-cd:before {
    content: '\eab7'
}

.bi_music-eject:before {
    content: '\eab8'
}

.bi_music-eq:before {
    content: '\eab9'
}

.bi_music-eq-a:before {
    content: '\eaba'
}

.bi_music-group-note:before {
    content: '\eabb'
}

.bi_music-group-note-a:before {
    content: '\eabc'
}

.bi_music-headphone:before {
    content: '\eabd'
}

.bi_music-headphone-a:before {
    content: '\eabe'
}

.bi_music-list:before {
    content: '\eabf'
}

.bi_interface-backspace:before {
    content: '\eac0'
}

.bi_interface-backspace-a:before {
    content: '\eac1'
}

.bi_interface-bell:before {
    content: '\eac2'
}

.bi_interface-bell-a:before {
    content: '\eac3'
}

.bi_interface-block:before {
    content: '\eac4'
}

.bi_interface-bottom:before {
    content: '\eac5'
}

.bi_interface-bottom-k:before {
    content: '\eac6'
}

.bi_interface-bottom-r:before {
    content: '\eac7'
}

.bi_interface-box-bottom:before {
    content: '\eac8'
}

.bi_interface-box-bottom-a:before {
    content: '\eac9'
}

.bi_interface-box-cross:before {
    content: '\eaca'
}

.bi_interface-box-left:before {
    content: '\eacb'
}

.bi_interface-box-left-a:before {
    content: '\eacc'
}

.bi_interface-box-minus:before {
    content: '\eacd'
}

.bi_interface-box-plus:before {
    content: '\eace'
}

.bi_interface-box-right:before {
    content: '\eacf'
}

.bi_interface-box-right-a:before {
    content: '\ead0'
}

.bi_interface-box-tick:before {
    content: '\ead1'
}

.bi_interface-box-top:before {
    content: '\ead2'
}

.bi_interface-box-top-a:before {
    content: '\ead3'
}

.bi_interface-bulleye:before {
    content: '\ead4'
}

.bi_interface-calendar:before {
    content: '\ead5'
}

.bi_interface-circle:before {
    content: '\ead6'
}

.bi_interface-circle-cross:before {
    content: '\ead7'
}

.bi_interface-circle-minus:before {
    content: '\ead8'
}

.bi_interface-circle-plus:before {
    content: '\ead9'
}

.bi_interface-circle-tick:before {
    content: '\eada'
}

.bi_interface-circle-tick-a:before {
    content: '\eadb'
}

.bi_interface-clock:before {
    content: '\eadc'
}

.bi_interface-clock-a:before {
    content: '\eadd'
}

.bi_interface-clock-b:before {
    content: '\eade'
}

.bi_interface-cloud-download:before {
    content: '\eadf'
}

.bi_interface-cloud-upload:before {
    content: '\eae0'
}

.bi_interface-cmd:before {
    content: '\eae1'
}

.bi_interface-crop:before {
    content: '\eae2'
}

.bi_interface-cross:before {
    content: '\eae3'
}

.bi_interface-dashboard:before {
    content: '\eae4'
}

.bi_interface-direction:before {
    content: '\eae7'
}

.bi_interface-downloading:before {
    content: '\eae8'
}

.bi_interface-enlarge:before {
    content: '\eae9'
}

.bi_interface-enlarge-a:before {
    content: '\eaea'
}

.bi_interface-enlarge-c:before {
    content: '\eaeb'
}

.bi_interface-expand:before {
    content: '\eaec'
}

.bi_interface-forward:before {
    content: '\eaed'
}

.bi_interface-fullscreen:before {
    content: '\eaee'
}

.bi_interface-fullscreen-a:before {
    content: '\eaef'
}

.bi_interface-fullscreen-wide:before {
    content: '\eaf0'
}

.bi_interface-hamburger:before {
    content: '\eaf1'
}

.bi_interface-heart:before {
    content: '\eaf2'
}

.bi_interface-help:before {
    content: '\eaf3'
}

.bi_interface-help-a:before {
    content: '\eaf4'
}

.bi_interface-home:before {
    content: '\eaf5'
}

.bi_interface-home-a:before {
    content: '\eaf6'
}

.bi_interface-horizontal:before {
    content: '\eaf7'
}

.bi_interface-horizontal-a:before {
    content: '\eaf8'
}

.bi_interface-in-link:before {
    content: '\eaf9'
}

.bi_interface-left:before {
    content: '\eafa'
}

.bi_interface-left-b-k:before {
    content: '\eafb'
}

.bi_interface-left-k:before {
    content: '\eafc'
}

.bi_interface-left-r:before {
    content: '\eafd'
}

.bi_interface-left-t-k:before {
    content: '\eafe'
}

.bi_interface-list-view:before {
    content: '\eaff'
}

.bi_interface-login:before {
    content: '\eb00'
}

.bi_interface-logout-a:before {
    content: '\eb01'
}

.bi_interface-minimize:before {
    content: '\eb02'
}

.bi_interface-minus:before {
    content: '\eb03'
}

.bi_interface-more:before {
    content: '\eb04'
}

.bi_interface-number:before {
    content: '\eb05'
}

.bi_interface-out-link:before {
    content: '\eb06'
}

.bi_interface-pixel:before {
    content: '\eb07'
}

.bi_interface-places:before {
    content: '\eb08'
}

.bi_interface-places-a:before {
    content: '\eb09'
}

.bi_interface-plus:before {
    content: '\eb0a'
}

.bi_interface-popup:before {
    content: '\eb0b'
}

.bi_interface-power:before {
    content: '\eb0c'
}

.bi_interface-refresh:before {
    content: '\eb0d'
}

.bi_interface-repeating:before {
    content: '\eb0e'
}

.bi_interface-reply:before {
    content: '\eb0f'
}

.bi_interface-resize-full:before {
    content: '\eb10'
}

.bi_interface-resize-full-a:before {
    content: '\eb11'
}

.bi_interface-resize-normal:before {
    content: '\eb12'
}

.bi_interface-reverse:before {
    content: '\eb13'
}

.bi_interface-right:before {
    content: '\eb14'
}

.bi_interface-right-k:before {
    content: '\eb15'
}

.bi_interface-right-r:before {
    content: '\eb16'
}

.bi_interface-rigth-b-k:before {
    content: '\eb17'
}

.bi_interface-rigth-t-k:before {
    content: '\eb18'
}

.bi_interface-search:before {
    content: '\eb19'
}

.bi_interface-search-cross:before {
    content: '\eb1a'
}

.bi_interface-search-minus:before {
    content: '\eb1b'
}

.bi_interface-search-plus:before {
    content: '\eb1c'
}

.bi_interface-search-tick:before {
    content: '\eb1d'
}

.bi_interface-sidebar-hamburger:before {
    content: '\eb1e'
}

.bi_interface-star:before {
    content: '\eb1f'
}

.bi_interface-star-a:before {
    content: '\eb20'
}

.bi_interface-target:before {
    content: '\eb21'
}

.bi_interface-thumbnail:before {
    content: '\eb22'
}

.bi_interface-tick:before {
    content: '\eb23'
}

.bi_interface-top:before {
    content: '\eb24'
}

.bi_interface-top-k:before {
    content: '\eb25'
}

.bi_interface-top-r:before {
    content: '\eb26'
}

.bi_interface-undo:before {
    content: '\eb27'
}

.bi_interface-uploading:before {
    content: '\eb28'
}

.bi_interface-vertical:before {
    content: '\eb29'
}

.bi_interface-vertical-a:before {
    content: '\eb2a'
}

.bi_interface-view:before {
    content: '\eb2b'
}

.bi_interface-warning:before {
    content: '\eb2c'
}

.bi_interface-window:before {
    content: '\eb2d'
}

.bi_layout-footer:before {
    content: '\eb2e'
}

.bi_layout-grid:before {
    content: '\eb2f'
}

.bi_layout-half:before {
    content: '\eb30'
}

.bi_layout-header:before {
    content: '\eb31'
}

.bi_layout-sidebar-l:before {
    content: '\eb32'
}

.bi_layout-sidebar-l-a:before {
    content: '\eb33'
}

.bi_layout-sidebar-l-half:before {
    content: '\eb34'
}

.bi_layout-sidebar-l-half-a:before {
    content: '\eb35'
}

.bi_layout-sidebar-r:before {
    content: '\eb36'
}

.bi_layout-sidebar-r-a:before {
    content: '\eb37'
}

.bi_layout-sidebar-r-half:before {
    content: '\eb38'
}

.bi_layout-sidebar-r-half-a:before {
    content: '\eb39'
}

.bi_layout-third-h:before {
    content: '\eb3a'
}

.bi_layout-third-v:before {
    content: '\eb3b'
}

.bi_layout-wireframe:before {
    content: '\eb3c'
}

.bi_layout-wireframe-a:before {
    content: '\eb3d'
}

.bi_interface-alt-cross:before {
    content: '\eb3e'
}

.bi_interface-alt-fullscreen:before {
    content: '\eb3f'
}

.bi_interface-alt-minus:before {
    content: '\eb40'
}

.bi_interface-alt-plus:before {
    content: '\eb41'
}

.bi_interface-alt-tick:before {
    content: '\eb42'
}

.bi_interface-alt-widescreen:before {
    content: '\eb43'
}

.bi_interface-arrow-all:before {
    content: '\eb44'
}

.bi_interface-arrow-bottom:before {
    content: '\eb45'
}

.bi_interface-arrow-bottom-circle:before {
    content: '\eb46'
}

.bi_interface-arrow-left:before {
    content: '\eb47'
}

.bi_interface-arrow-left-b:before {
    content: '\eb48'
}

.bi_interface-arrow-left-circle:before {
    content: '\eb49'
}

.bi_interface-arrow-left-t:before {
    content: '\eb4a'
}

.bi_interface-arrow-right:before {
    content: '\eb4b'
}

.bi_interface-arrow-right-b:before {
    content: '\eb4c'
}

.bi_interface-arrow-right-circle:before {
    content: '\eb4d'
}

.bi_interface-arrow-right-t:before {
    content: '\eb4e'
}

.bi_interface-arrow-top:before {
    content: '\eb4f'
}

.bi_interface-arrow-top-circle:before {
    content: '\eb50'
}

.bi_animal-dog-a:before {
    content: '\eb51'
}

.bi_interface-horizontal-a-1:before {
    content: '\eb52'
}

.bi_interface-vertical-a-1:before {
    content: '\eb53'
}

.bi_interface-diag:before {
    content: '\eb54'
}

.bi_interface-diag-a:before {
    content: '\eb55'
}

@font-face {
    font-family: icomoon;
    font-style: "normal";
    font-weight: "normal";
    src: url(css/vendor/icomoon/icomoon.woff) format("woff"), url(css/vendor/icomoon/icomoon.ttf) format("truetype"), url(css/vendor/icomoon/icomoon.svg#icomoon) format("svg")
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-star-full:before {
    content: "\e9d9"
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider .slides>li {
    display: none
}

.flex-pauseplay a,
.flexslider .slides img,
.no-js .flexslider .slides>li:first-child,
html[xmlns] .flexslider .slides {
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

* html .flexslider .slides {
    height: 1%
}

.flexslider {
    position: relative;
    zoom: 1;
    -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, .2)
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.flexslider:hover .flex-direction-nav .flex-next:hover,
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    content: '\f001';
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: 10px
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute
}

.flex-control-nav li {
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a.flex-active {
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover,
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}


/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */

.slicknav_menu:after,
.slicknav_menu:before {
    display: table;
    content: " "
}

.slicknav_btn,
.slicknav_nav li,
.slicknav_nav ul {
    display: block
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_nav,
.slicknav_nav ul {
    padding: 0;
    list-style: none;
    overflow: hidden
}

.slicknav_btn {
    position: relative;
    vertical-align: middle
}

.slicknav_menu .slicknav_icon {
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    background-color: #fff
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    padding: 5px
}

.slicknav_btn {
    border-radius: 4px;
    background-color: #222
}

.slicknav_nav {
    clear: both;
    margin: 0;
    font-size: .875em
}

.slicknav_nav ul {
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}

.tipsy {
    position: absolute;
    padding: 5px;
    z-index: 100000;
    font-weight: 300
}

.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    color: #fff
}

.tipsy-arrow-n {
    border-bottom-color: #000
}

.tipsy-arrow-s {
    border-top-color: #000
}

.tipsy-arrow-e {
    border-left-color: #000
}

.tipsy-arrow-w {
    border-right-color: #000
}

.tipsy-n .tipsy-arrow,
.tipsy-nw .tipsy-arrow {
    border-left-color: transparent;
    border-right-color: transparent;
    top: 0;
    border-bottom-style: solid;
    border-top: none
}

.tipsy-n .tipsy-arrow {
    left: 50%;
    margin-left: -5px
}

.tipsy-nw .tipsy-arrow {
    left: 10px
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-s .tipsy-arrow,
.tipsy-se .tipsy-arrow,
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-s .tipsy-arrow {
    left: 50%;
    margin-left: -5px
}

.tipsy-sw .tipsy-arrow {
    left: 10px
}

.tipsy-e .tipsy-arrow,
.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -5px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.tipsy-e .tipsy-arrow {
    right: 0;
    border-left-style: solid;
    border-right: none
}

.tipsy-w .tipsy-arrow {
    left: 0;
    border-right-style: solid;
    border-left: none
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.mfp-bg {
    overflow: hidden;
    position: fixed
}

.mfp-wrap {
    position: fixed;
    outline: 0!important
}

.mfp-container {
    position: absolute;
    padding: 0 8px
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

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

.mfp-close {
    line-height: 44px;
    text-align: center;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    text-align: right;
    padding-right: 6px
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

img.mfp-img {
    width: auto;
    height: auto;
    display: block;
    padding: 80px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    padding-right: 36px;
    font-family: "PT Serif", serif
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}




@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-bg {
    z-index: 11042
}

.mfp-preloader {
    display: block;
    direction: ltr;
    text-indent: -9999px;
    background: url(images/loading.svg) center center no-repeat;
    background-size: 32px;
    height: 40px
}

.mfp-s-error .mfp-preloader {
    text-indent: 0;
    background: 0 0
}

.mfp-s-error .mfp-preloader a {
    color: inherit;
    text-decoration: underline
}

#topbarnav .menu>ul>li>a,
#wi-logo a,
.flex-direction-nav a,
.instagram-pics li,
.instagram-pics li a,
a {
    text-decoration: none
}

.mfp-gallery .mfp-figure {
    opacity: 1 !important;
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .4s cubic-bezier(.19, 1, .22, 1);
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scale(.99);
    -moz-transform: scale(.99);
    -ms-transform: scale(.99);
    -o-transform: scale(.99);
    transform: scale(.99)
}

#offcanvas,
.mfp-bg {
    -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

.mfp-gallery.mfp-image-loaded .mfp-figure {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.mfp-gallery.mfp-image-loaded.mfp-removing .mfp-figure {
    opacity: 0;
    -webkit-transform: scale(.99);
    -moz-transform: scale(.99);
    -ms-transform: scale(.99);
    -o-transform: scale(.99);
    transform: scale(.99)
}

#hamburger,
button.mfp-arrow,
button.mfp-arrow:hover {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.mfp-bg {
    background: rgba(0, 0, 0, .85);
    opacity: 1;
    -moz-transition: all .4s cubic-bezier(.215, .61, .355, 1);
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-figure:after {
    display: none
}

.mfp-iframe-scaler iframe {
    box-shadow: none;
    background: 0 0
}

.mfp-wrap {
    z-index: 11043
}

.mfp-content .wp-video {
    max-height: 80%;
    max-width: 80%;
    margin: auto
}

.wp-caption,
img,
pre {
    max-width: 100%
}

.mfp-content .wp-video-shortcode {
    margin: 0
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer
}

button.mfp-arrow,
button.mfp-arrow:hover {
    display: block;
    background: 0 0;
    color: inherit;
    visibility: visible;
    width: 30px;
    height: 40px;
    font-size: 24px;
    left: 30px;
    top: 50%;
    padding: 0;
    margin: 0;
    @incldue transition( color .3s ease-out);
    transform: translate(0, -50%)
}

button.mfp-arrow i,
button.mfp-arrow:hover i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

button.mfp-arrow.mfp-arrow-right {
    right: 100px;
    left: auto
}

button.mfp-arrow:after,
button.mfp-arrow:before {
  /* display: none*/
}

button.mfp-arrow {
    opacity: .7
}

button.mfp-arrow:hover {
    opacity: 1
}

.mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    position: fixed;
    top: 10px;
    left: auto;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: inherit;
    cursor: pointer;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    transition: color .3s ease-out;
    opacity: .7
}

.mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
    opacity: 1;
    background: 0 0
}

.mfp-close i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.admin-bar .mfp-close {
    top: 42px
}

body .mfp-close:before,
body button.mfp-arrow-left:before,
body button.mfp-arrow-right:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    z-index: 40;
    border: none!important;
    outline: 0;
    background: 0 0!important;
    content: "";
    margin: 0!important;
    padding: 0!important;
    opacity: 0
}

.bg_thumb,
select {
    position: relative
}

blockquote,
figure,
p {
    margin: 0 0 2rem
}

.mfp-counter,
.mfp-title {
    color: inherit
}

body,
button,
input,
select,
textarea {
    color: #606060;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.84615385;
    /*background: #2E3031*/
}

.wp-caption-text,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-family: "PT Serif", serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 2rem;
    clear: both;
    line-height: 1.3;
    font-weight: 400
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

h5,
h6 {
    font-size: 16px
}

b,
strong {
    font-weight: 700
}

cite,
dfn,
em,
i {
    font-style: italic
}

img {
    height: auto
}

ol,
ul {
    margin: 0 0 2rem 1rem;
    padding-left: 1rem
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

iframe {
    display: block;
    width: 100%
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.thin {
    font-weight: 100
}

.light {
    font-weight: 300
}

.bold {
    font-weight: 700
}

.regular {
    font-weight: 400
}

.semibold {
    font-weight: 600
}

.spacing-1,
.spacing-2 {
    letter-spacing: 2px
}

.spacing-3 {
    letter-spacing: 3px
}

.spacing-4 {
    letter-spacing: 4px
}

a {
    color: #5EA7B1;
    outline: 0
}

a:focus {
    outline: dotted thin
}

blockquote {
    border-left: 3px solid #5EA7B1;
    font-style: italic;
    padding-left: 30px;
    color: #888;
    font-size: 1.6rem
}

blockquote p {
    margin-bottom: 1rem
}

blockquote>p:last-child {
    margin-bottom: 0
}

blockquote cite,
blockquote em {
    color: #5EA7B1;
    font-size: 12px;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    display: block;
    margin-top: 1rem
}

blockquote cite:before,
blockquote em:before {
    content: "\2014";
    margin-right: 10px
}

blockquote b,
blockquote strong {
    font-weight: 400
}

table {
    border-spacing: 0;
    width: 100%;
    margin: 0 0 2rem;
    border-collapse: collapse
}

td,
th {
    text-align: left;
    padding: 1rem;
    border: 1px solid #eaeaea
}

.align-center,
.aligncenter,
.gallery-item {
    text-align: center
}

hr {
    border-top: 1px solid #eaeaea;
    border-bottom: none;
    margin-bottom: 2rem
}

.alignleft {
    display: block;
    float: left;
    margin: 0 2rem 2rem 0
}

.alignright {
    display: block;
    float: right;
    margin: 0 0 2rem 2rem
}

.aligncenter {
    clear: both;
    float: none;
    margin: 0 auto 2rem
}

.col,
.topbar-left {
    float: left
}

.wp-caption-text {
    font-size: 12px;
    margin: 0
}

.gallery:after {
    display: table;
    content: "";
    clear: both
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left
}

.gallery {
    margin: 0 -5px 2rem
}

.gallery-item {
    float: left;
    display: block;
    padding: 5px;
    margin: 0
}

.gallery-item:hover {
    opacity: .85
}

.gallery-item a:focus {
    outline: 0
}

.gallery-caption {
    display: none
}

.gallery-item img {
    display: block;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.33%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.66%
}

.gallery-columns-7 .gallery-item {
    width: 14.28%
}

input:not([type]),
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    display: block;
    max-width: 100%;
    height: 36px;
    width: 100%;
    padding: 6px 12px;
    line-height: 24px;
    font-size: 13px;
    border: 1px solid #eaeaea;
    background: #fff;
    outline: 0;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s
}

input:not([type]):focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    border-color: #d9d9d9
}

textarea {
    height: 100px
}

select {
    background: #fff;
    border: 0;
    outline: #eaeaea solid 1px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    width: 100%;
    display: block
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    display: block;
    padding: 6px 20px;
    font-family: "PT Serif", serif;
    color: #fff;
    background: #5EA7B1;
    border: none;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: "";
    clear: both
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #3B8893
}

address {
    font-style: italic;
    margin: 0 0 1.6em
}

code,
kbd,
pre,
samp,
tt,
var {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, .01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, .1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    overflow: auto;
    padding: .8em;
    white-space: pre;
    white-space: pre-wrap
}

mark {
    background: #ffd;
    padding: 0 5px
}

.bg_thumb .bg_element,
.jarallax {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1020px
}

.clearfix {
    clear: both
}

.bg_thumb .height_element {
    padding-bottom: 80%
}

.bg_thumb .bg_element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.row {
    margin: 0 -30px
}

.col {
    display: block;
    position: relative;
    padding: 0 30px;
    width: 100%
}

.col-1-2 {
    width: 50%
}

.col-1-3 {
    width: 33.3333333%
}

.col-2-3 {
    width: 66.6666666%
}

.col-1-4 {
    width: 25%
}

.col-3-4 {
    width: 75%
}

.col-1-5 {
    width: 20%
}

.col-2-5 {
    width: 40%
}

.col-3-5 {
    width: 60%
}

.col-4-5 {
    width: 80%
}

.col-1-6 {
    width: 16.6666666%
}

.col-5-6 {
    width: 83.3333333%
}

.col-1-7 {
    width: 14.2857143%
}

.col-1-8 {
    width: 12.5%
}

.offset-1-2 {
    margin-left: 50%
}

.offset-1-3 {
    margin-left: 33.3333333%
}

.offset-2-3 {
    margin-left: 66.6666666%
}

.offset-1-4 {
    margin-left: 25%
}

.offset-3-4 {
    margin-left: 75%
}

.offset-1-5 {
    margin-left: 20%
}

.offset-2-5 {
    margin-left: 40%
}

.offset-3-5 {
    margin-left: 60%
}

.offset-4-5 {
    margin-left: 80%
}

.offset-1-6 {
    margin-left: 16.6666666%
}

.offset-5-6 {
    margin-left: 83.3333333%
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px
}

.jarallax {
    background-color: transparent!important;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    transition: all .6s ease-out
}

.jarallax[data-jarallax-video] {
    background-image: url(images/blank.gif)
}

.jarallax[data-jarallax-done=true] {
    background-color: transparent!important;
    opacity: 1;
    visibility: visible;
    background-image: none!important;
    background-position: -9999px
}

#wi-header {
    position: relative;
    z-index: 3000
}

#wi-topbar {
    background: #f5f5f5;
    border-bottom: 1px solid #f0f0f0;
    color: #888;
    height: 40px
}

.topbar-right {
    float: right
}

.topbar-right:after {
    clear: both;
    content: "";
    display: table
}

.topbar-right>* {
    display: block;
    float: left;
    margin-left: 10px
}

.topbar-right>:first-child {
    margin-left: 0
}

#topbarnav .menu {
    display: block;
    font-family: "Open Sans", sans-serif
}

#topbarnav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#topbarnav .menu>ul:after {
    display: table;
    content: "";
    clear: both
}

#topbarnav .menu>ul>li {
    display: block;
    float: left;
    position: relative
}

#topbarnav .menu>ul>li>a {
    display: block;
    color: inherit;
    line-height: 40px;
    padding: 0 12px;
    font-size: 11px;
    /*text-transform: uppercase;*/
    letter-spacing: .5px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
    position: relative;
    outline: 0
}

#topbarnav .menu>ul>li:hover>a {
    color: #606060
}

#topbarnav .menu>ul>li.menu-item-has-children>a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    margin-left: 6px;
    color: #bbb
}

#mobile-topbarnav,
#mobilenav,
#wi-mainnav {
    font-family: "Open Sans", sans-serif
}

#topbarnav .menu>ul>li.current-menu-ancestor>a,
#topbarnav .menu>ul>li.current-menu-item>a {
    color: #a5a5a5
}

#topbarnav .menu ul ul {
    position: absolute;
    top: 90%;
    left: 0;
    background: #fff;
    border: 2px solid #eaeaea;
    width: 140px;
    padding: 10px 14px;
    text-transform: uppercase;
    display: none
}

#topbarnav .menu ul ul:before {
    position: absolute;
    top: -6px;
    left: 20px;
    margin-left: -6px;
    border: 6px solid #eaeaea;
    border-color: #eaeaea transparent;
    border-top: none;
    content: "";
    z-index: 98
}

#topbarnav .menu ul>li:hover ul {
    display: block
}

#topbarnav .menu ul ul a {
    display: block;
    padding: 3px 0;
    color: #888;
    font-size: 12px
}

#topbarnav .menu ul ul li.current-menu-ancestor a,
#topbarnav .menu ul ul li.current-menu-item a,
#topbarnav .menu ul ul li:hover>a {
    color: #606060
}

#offcanvas .social-list ul,
#wi-topbar .social-list ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

#offcanvas .social-list ul::after,
#wi-topbar .social-list ul::after {
    clear: both;
    content: "";
    display: table
}

#offcanvas .social-list ul li,
#wi-topbar .social-list ul li {
    display: block;
    float: left
}

#offcanvas .social-list ul a,
#wi-topbar .social-list ul a {
    display: block;
    height: 40px;
    width: 26px;
    line-height: 40px;
    color: #a5a5a5;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

#offcanvas .social-list ul a:hover,
#wi-topbar .social-list ul a:hover {
    color: #606060
}

#offcanvas .social-list ul a i,
#wi-topbar .social-list ul a i {
    display: block;
    line-height: inherit
}

#wi-topbar .searchform .search-field {
    height: 30px;
    padding: 3px 12px 3px 30px;
    width: 180px;
    border: 1px solid #eaeaea;
    background: #fff
}

#wi-topbar .searchform .submit {
    width: 30px;
    height: 30px
}

#wi-topbar .searchform .submit i {
    line-height: 30px
}

#logo-area {
    padding: 20px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll
}

#wi-logo {
    text-align: center
}

#wi-logo h1,
#wi-logo h2 {
    margin: 0
}

#wi-logo a {
    display: inline-block;
    border: none;
    outline: 0;
    color: inherit
}

#wi-logo img {
    display: block;
    width: 100%;
    max-width:100%;
}

#wi-tagline {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 1rem
}

#hamburger {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: none;
    cursor: pointer;
    border: 0;
    outline: 0;
    width: 32px;
    padding: 5px 0;
    background: 0 0;
    border-radius: 0
}

#hamburger span {
    height: 4px;
    background: #aaa;
    width: 100%;
    display: block
}

#hamburger span+span {
    margin-top: 6px
}

#logo-area .header-cart {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 280px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    padding: 2.4rem;
    -moz-transition: all .4s cubic-bezier(.215, .61, .355, 1);
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    -ms-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0)
}

#offcanvas #mobile-topbarnav,
#offcanvas .header-text,
#offcanvas .searchform,
#offcanvas .social-list {
    margin-top: 1.5rem
}

#offcanvas .social-list ul a {
    width: 29px;
    outline: 0;
    font-size: 18px
}

.admin-bar #offcanvas {
    top: 32px;
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px)
}

#offcanvas-overlay {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 4000;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .4s cubic-bezier(.215, .61, .355, 1);
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

.offcanvas-open {
    overflow: hidden
}

.offcanvas-open #offcanvas {
    -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);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.offcanvas-open #offcanvas-overlay {
    visibility: visible;
    opacity: .4
}

#mobile-topbarnav .menu>ul,
#mobilenav .menu>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#mobile-topbarnav .menu>ul li,
#mobilenav .menu>ul li {
    display: block;
    position: relative
}

#mobile-topbarnav .menu>ul li>.indicator,
#mobilenav .menu>ul li>.indicator {
    display: none;
    position: absolute;
    top: 1.3rem;
    right: 0;
    font-size: 1.2em
}

#mobile-topbarnav .menu>ul li>.indicator:before,
#mobilenav .menu>ul li>.indicator:before {
    content: "\f107"
}

#mobile-topbarnav .menu>ul li.menu-item-has-children,
#mobilenav .menu>ul li.menu-item-has-children {
    cursor: pointer
}

#mobile-topbarnav .menu>ul li.menu-item-has-children>a,
#mobilenav .menu>ul li.menu-item-has-children>a {
    margin-right: 3rem
}

#mobile-topbarnav .menu>ul li.menu-item-has-children>.indicator,
#mobilenav .menu>ul li.menu-item-has-children>.indicator {
    display: block
}

#mobile-topbarnav .menu>ul>li,
#mobilenav .menu>ul>li {
    display: block;
    position: relative;
    padding: .8rem 0
}

#mobile-topbarnav .menu>ul>li+li,
#mobilenav .menu>ul>li+li {
    border-top: 1px solid #eaeaea
}

#mobile-topbarnav .menu>ul>li>a,
#mobilenav .menu>ul>li>a {
    text-transform: uppercase;
    color: inherit
}

#mobile-topbarnav .menu>ul ul,
#mobilenav .menu>ul ul {
    list-style: none;
    margin: 0;
    display: none;
    padding: 1rem 0 1rem 1rem
}

#mobile-topbarnav .menu>ul ul>li,
#mobilenav .menu>ul ul>li {
    padding: .2rem
}

#mobile-topbarnav .menu>ul ul>li>.indicator,
#mobilenav .menu>ul ul>li>.indicator {
    top: .7rem
}

#mobile-topbarnav .menu>ul ul a,
#mobilenav .menu>ul ul a {
    color: inherit;
    font-size: 1.1em
}

#mobile-topbarnav .menu>ul>li>a {
    text-transform: none
}

#sidenav a,
#wi-mainnav .menu>ul>li>a,
.entry-meta,
.meta-nav {
    text-transform: uppercase
}

#wi-mainnav .container {
    padding: 4px 0;
    border: 0 solid #eaeaea;
    position: relative
}

#wi-mainnav {
    border: 0 solid #eaeaea
}

#wi-mainnav.mainnav-border-container .container,
#wi-mainnav.mainnav-border-fullwidth {
    border-width: 1px 0
}

#wi-mainnav .menu {
    height: 48px
}

#wi-mainnav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#wi-mainnav a {
    outline: 0
}

#wi-mainnav .menu>ul {
    display: inline-block
}

#wi-mainnav .menu li,
#wi-mainnav .menu>ul>li>a {
    display: block;
    position: relative
}

#wi-mainnav .menu>ul>li {
    float: left
}

#wi-mainnav .menu>ul>li>a {
    line-height: 48px;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #333;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease
}

#wi-mainnav .menu>ul>li>a:hover {
    color: #5EA7B1
}

#wi-mainnav .menu>ul>li.current-menu-ancestor>a,
#wi-mainnav .menu>ul>li.current-menu-item>a {
    color: #a5a5a5
}

#wi-mainnav .menu>ul>li.menu-item-has-children>a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    margin-left: 2px;
    color: #bababa
}

#wi-copyright,
.slicknav_menu {
    font-family: "PT Serif", serif
}

#wi-copyright p{
text-align:center!important;
}
#wi-mainnav .menu>ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, .98);
    border: 2px solid #eaeaea;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, .07);
    width: 200px;
    padding: 16px;
    text-align: left;
    display: none
}

#wi-mainnav .menu>ul>li>ul:before {
    position: absolute;
    top: -8px;
    left: 40px;
    margin-left: -6px;
    border: 6px solid #eaeaea;
    border-color: #eaeaea transparent;
    border-top: none;
    content: "";
    z-index: 98
}

#wi-mainnav .menu>ul ul li>a {
    display: block;
    padding: 4px 0;
    color: #555;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    font-size: 14px
}

#wi-mainnav .menu>ul ul li>a:hover {
    color: #5EA7B1
}

#wi-mainnav .menu>ul ul>li.current-menu-ancestor>a,
#wi-mainnav .menu>ul ul>li.current-menu-item>a {
    color: #bababa
}

#wi-mainnav .menu>ul>li:not(.mega)>ul>li>ul {
    top: 0;
    left: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

#wi-mainnav .menu>ul>li.mega>ul {
    width: 180px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#wi-mainnav .menu>ul>li.mega>ul:before {
    left: 50%
}

#wi-mainnav .menu>ul>li.mega>ul ul {
    position: static!important;
    border: 0!important;
    padding: 0!important;
    display: block!important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

#wi-mainnav .menu>ul>li.mega>ul>li {
    width: 100%;
    display: block;
    float: left;
    padding: 0 10px
}

#wi-mainnav .menu>ul>li.mega.column-2>ul {
    width: 400px
}

#wi-mainnav .menu>ul>li.mega.column-2>ul>li {
    width: 50%
}

#wi-mainnav .menu>ul>li.mega.column-3>ul {
    width: 600px
}

#wi-mainnav .menu>ul>li.mega.column-3>ul>li {
    width: 33.33%
}

#wi-mainnav .menu>ul>li.mega.column-4>ul {
    width: 800px
}

#wi-mainnav .menu>ul>li.mega.column-4>ul>li {
    width: 25%
}

#wi-mainnav .menu>ul>li.mega>ul>li>a {
    color: #606060;
    font-weight: 600;
    text-transform: uppercase
}

#wi-mainnav .menu>ul>li.mega>ul>li>ul {
    display: block!important;
    visibility: visible!important;
    opacity: 1!important
}

#wi-mainnav .menu>ul>li.mega>ul>li>ul>li {
    display: block;
    float: right;
    width: 100%
}

#wi-mainnav {
    display: block;
    text-align: center;
    position: static;
    top: -200px;
    -webkit-transition: top .6s;
    transition: top .6s
}

#mainnav-height {
    height: 56px;
    display: none
}

#wi-mainnav.before-sticky {
    position: fixed;
    left: 0;
    width: 100%;
    height: 56px;
    background: #fff;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, .07);
    border: 0;
    z-index: 3000;
    overflow: hidden
}

#wi-mainnav.before-sticky+#mainnav-height {
    display: block
}

#wi-mainnav.is-sticky {
    top: 0;
    overflow: visible
}

.admin-bar #wi-mainnav.is-sticky {
    top: 32px
}

#wi-mainnav.before-sticky .container {
    border: none
}

#mobilemenu {
    display: none
}

.slicknav_menu {
    background: 0 0;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: none;
    display: block;
    margin: 0 auto
}

.slicknav_btn {
    text-shadow: none;
    background: 0 0;
    color: #333;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: inherit
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
    color: #666;
    font-weight: 400;
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
    float: none
}

.slicknav_menu .slicknav_icon {
    height: 16px;
    margin-top: 1px;
    margin-left: 10px;
    display: inline-block;
    float: none;
    vertical-align: middle
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar,
.slicknav_menu .slicknav_icon-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 2px;
    background: #666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 3px
}

.slicknav_menu .slicknav_icon-bar:first-child {
    margin-top: 0
}

.slicknav_nav {
    color: #333
}

.slicknav_nav a {
    color: #333;
    border-top: 1px solid #eaeaea
}

.slicknav_nav a>a {
    border: none
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    color: #aaa
}

.header-2 #logo-area .container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.header-2 #logo-area .social-list {
    display: block;
    text-align: right
}

.header-2 #logo-area .social-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.header-2 #logo-area .social-list ul::after {
    clear: both;
    content: "";
    display: table
}

.header-2 #logo-area .social-list li {
    display: block;
    float: left
}

.header-2 #logo-area .social-list li+li {
    margin-left: 4px
}

.header-2 #logo-area .social-list a {
    text-align: center;
    display: block;
    color: #fff;
    background: #ddd;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    font-size: 14px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.header-2 #logo-area .social-list a:hover {
    background: #ccc
}

.header-2 #logo-area .social-list a i {
    display: block;
    line-height: inherit
}

.header-2 #wi-logo {
    text-align: left
}

.header-2 #wi-mainnav .menu>ul {
    display: block;
    margin-left: -20px
}

.header-2 #wi-mainnav .menu>ul>li.mega>ul {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.header-2 #wi-mainnav .menu>ul>li.mega>ul:before {
    left: 40px
}

.header-right {
    margin-left: auto;
    text-align: right;
    max-width: 400px
}

.header-right>*+* {
    margin-top: 10px
}

.header-text {
    color: #777
}

.header-text p {
    margin: 0
}

#footer-bottom,
#footer-widgets {
    overflow: hidden;
    padding: 3em 0;
    border-top: 1px solid #eaeaea; 
    /*background-color:#fff;*/
}

.footer-col {
    display: block;
    float: left;
    padding: 0 0;
    text-align: justify;
}

.footer-widgets-container {
    margin: 0 -30px;
    display: block;
    /*background-color:#fff;*/
}

.footer-widgets-container::after {
    clear: both;
    content: "";
    display: table
}

.footer-widgets-container.column-1 .footer-col {
    width: 100%
}

.footer-widgets-container.column-2 .footer-col {
    width: 50%
}

.footer-widgets-container.column-3 .footer-col {
    width: 33.33%
}

#footer-logo {
    margin: 0 0 10px
}

#footer-logo a {
    display: inline-block
}

#footer-logo img {
    
    width: 380px
}

#wi-copyright {
    margin: 0;
    font-size: 13px
}

#wi-copyright a {
    border-bottom: 1px dotted
}

#wi-copyright a:hover {
    border-bottom: 1px solid
}

#footer-bottom .social-list {
    clear: both;
    overflow: hidden
}

#footer-bottom .social-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

#footer-bottom .social-list ul li {
    display: block;
    float: left
}

#footer-bottom .social-list ul li+li {
    margin-left: 8px
}

#footer-bottom .social-list ul li a {
    display: block;
    position: relative;
    border-radius: 50%;
    font-size: 14px;
    background: #fff;
    color: #888;
    border: 1px solid #eaeaea;
    width: 32px;
    height: 32px;
    text-align: center;
    outline: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

#footer-bottom .social-list ul li a:hover {
    background: #5EA7B1;
    border-color: #5EA7B1;
    color: #fff
}

#footer-bottom .social-list ul li a i {
    display: block;
    line-height: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer-center {
    text-align: center
}

.footer-center .social-list {
    margin-top: 3em
}

.footer-sides .container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

#footer-bottom.footer-sides .footer-right .social-list ul,
#primary,
#secondary,
#sidenav li {
    display: block
}

.footer-sides .footer-right {
    margin-left: auto;
    text-align: right
}

.footer-dark {
    color: #fff;
    color: rgba(255, 255, 255, .9)
}

.footer-dark #footer-bottom,
.footer-dark #footer-widgets {
    border: 0
}

.footer-dark #footer-widgets {
    background: #333
}

.footer-dark #footer-bottom {
    background: #111
}

.footer-dark .widget-title {
    border-color: rgba(255, 255, 255, .1)
}

.footer-dark select {
    outline: 0
}

.footer-dark input:not([type]),
.footer-dark input[type=color],
.footer-dark input[type=date],
.footer-dark input[type=datetime],
.footer-dark input[type=datetime-local],
.footer-dark input[type=email],
.footer-dark input[type=month],
.footer-dark input[type=number],
.footer-dark input[type=password],
.footer-dark input[type=search],
.footer-dark input[type=tel],
.footer-dark input[type=text],
.footer-dark input[type=time],
.footer-dark input[type=url],
.footer-dark input[type=week],
.footer-dark textarea {
    background: #fff;
    border: 0
}

.footer-dark .widget_archive ul li,
.footer-dark .widget_categories ul li,
.footer-dark .widget_meta ul li,
.footer-dark .widget_nav_menu ul li,
.footer-dark .widget_pages ul li,
.footer-dark .widget_recent_comments ul li,
.footer-dark .widget_recent_entries ul li {
    border-color: rgba(255, 255, 255, .1)
}

.footer-dark #wp-calendar td,
.footer-dark #wp-calendar th {
    border: 1px dashed rgba(255, 255, 255, .1)
}

.footer-dark .tagcloud a {
    background: rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .6)
}

.footer-dark .tagcloud a:hover {
    color: rgba(255, 255, 255, .9)
}

.footer-dark .post-widget .post-widget-meta {
    color: rgba(255, 255, 255, .5)
}

body.layout-boxed {
    background: center no-repeat fixed #f0f0f0;
    background-size: cover
}

body.layout-boxed #wi-wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 0 auto;
    width: 1140px;
    max-width: 100%;
    overflow: hidden
}

#page-wrapper {
    padding: 1em 0
}

.home #page-wrapper {
    padding-top: 1px
}

#primary {
    float: left;
    width: 73%;
    padding-right: 40px;
    min-height: 1px
}

#secondary {
    float: left;
    width: 27%;
    min-height: 1px
}

.sidebar-left #primary {
    float: right;
    padding-right: 0;
    padding-left: 40px
}

.sidebar-left #secondary {
    float: left
}

.page-header {
    padding: 2rem;
    border: 1px solid #eaeaea;
    background: #fafafa;
    margin-bottom: 4rem;
    text-align: center
}

.page-header h1 {
    margin: 0;
    font-size: 1.1em;
    color: #888
}

.entry-title,
.page-title {
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
    padding-bottom: 2rem
}

.entry-title:after,
.page-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 3px solid #5EA7B1;
    border-width: 3px 0 0
}

#sidenav,
#sidenav ul,
.image-figure,
.searchform form {
    position: relative
}

.entry-content>:last-child {
    margin-bottom: 0
}

.entry-content p a:not(.more-link) {
    border-bottom: 1px dotted;
    text-decoration: none
}

.entry-content p a:not(.more-link):hover {
    border-bottom: 1px solid
}

#sidenav {
    padding-bottom: 4rem;
    border: 1px solid #eaeaea;
    border-width: 0 0 0 1px;
    box-shadow: 2px 0 2px rgba(0, 0, 0, .05) inset
}

#sidenav ul {
    z-index: 20;
    list-style: none;
    margin: 0;
    padding: 0
}

#sidenav ul ul {
    margin-left: 20px
}

#sidenav li {
    padding: .8rem 0 .8rem 2rem
}

#sidenav li+li {
    border-top: 1px solid #eaeaea
}

#sidenav a {
    color: #777;
    font-size: 13px
}

#sidenav a:hover {
    color: #606060
}

#sidenav li.current-menu-ancestor>a,
#sidenav li.current-menu-item>a {
    color: #5EA7B1
}

.sidebar-left #sidenav {
    box-shadow: -2px 0 2px rgba(0, 0, 0, .05) inset;
    border-width: 0 1px 0 0
}

.error-404 {
    padding: 40px 0
}

.error-404 .searchform form {
    margin: 0 auto
}

.wi-flexslider {
    margin: 0 0 3rem
}

.flexslider,
.flexslider .slides {
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0
}

.flexslider {
    margin-bottom: 3rem
}

.flexslider:last-child {
    margin-bottom: 0
}

.flex-control-nav {
    bottom: 10px;
    z-index: 20
}

.flex-control-nav li {
    margin: 0 3px
}

.flex-control-paging li a {
    outline: 0;
    width: 12px;
    height: 12px;
    box-shadow: none;
    border: none;
    background: rgba(0, 0, 0, .4)
}

.flex-control-paging li a:hover {
    background: rgba(0, 0, 0, .5)
}

.flex-control-paging li a.flex-active {
    background: rgba(0, 0, 0, .6)
}

.flex-direction-nav .flex-prev {
    left: 0!important
}

.flex-direction-nav .flex-next {
    right: 0!important;
    text-align: center
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    text-shadow: none;
    text-align: center;
    outline: 0;
    font-size: 30px;
    -webkit-transition: opacity .3s ease, background .1s ease;
    transition: opacity .3s ease, background .1s ease
}

.flex-direction-nav a i {
    line-height: 80px
}

.flex-direction-nav a:before {
    display: none!important
}

.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1
}

.flex-direction-nav a:hover {
    background: rgba(0, 0, 0, .55)
}

.wi-article {
    padding-top: 5rem;
    margin-top: 5rem;
    border-top: 1px solid #eaeaea
}

.wi-article:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none
}

.sticky,
.sticky:first-of-type {
    background: #f9f9f9;
    padding: 3rem
}

.post-thumbnail {
    margin-bottom: 3rem
}

.post-thumbnail a {
    display: block;
    outline: 0
}

.post-thumbnail img {
    display: block;
    width: 100%
}

.entry-meta {
    text-align: center;
    font-size: 11px;
    margin: 0 0 2rem
}

.entry-meta>* {
    display: inline-block
}

.entry-meta>:after {
    content: "|";
    margin: 0 10px
}

.entry-meta>:last-child:after,
.updated:not(.published) {
    display: none
}

.entry-meta a {
    color: inherit
}

.entry-meta a:hover {
    color: #5EA7B1
}

.entry-meta>:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px
}

#respond p label,
.comment-notes,
.logged-in-as,
.more-link,
.navigation .post-title,
.reply,
article.comment-body .fn {
    font-family: "PT Serif", serif
}

.posted-on:before {
    content: "\f017"
}

.byline:before {
    content: "\f044"
}

.cat-links:before {
    content: "\f114"
}

.tags-links:before {
    content: "\f097"
}

.comments-link:before {
    content: "\f24a"
}

.entry-title a {
    color: inherit;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.entry-title a:hover {
    color: #5EA7B1
}

.more-link {
    display: table;
    margin: 0 auto;
    background: #5EA7B1;
    color: #fff;
    text-align: center;
    padding: 5px 20px
}

.more-link:hover {
    opacity: .8
}

.more-link:after {
    content: "\2014";
    margin-left: 6px
}

.readmore {
    border: 0!important;
    white-space: nowrap
}

.navigation {
    border-top: 1px solid #eaeaea;
    padding: 2rem 0 0;
    margin-top: 3rem;
    text-align: right
}

.nav-links {
    display: block;
    overflow: hidden
}

.nav-links br {
    display: none
}

.nav-links>* {
    display: inline-block;
    margin-left: 10px
}

.nav-links>:first-child {
    margin-left: 0
}

.nav-links a {
    outline: 0;
    display: inline-block
}

.nav-links a:hover {
    color: #666
}

.meta-nav {
    display: block;
    font-size: 11px;
    color: #333
}

.post-grid {
    display: block;
    float: left;
    padding: 30px 8px 0
}

.blog-grid {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -30px -8px 0
}

.blog-grid.column-2 .post-grid {
    width: 50%
}

.blog-grid.column-3 .post-grid {
    width: 33.33%
}

.blog-grid.column-4 .post-grid {
    width: 25%
}

.blog-grid.column-4 .grid-title {
    font-size: 1.4em;
    margin-bottom: .5rem
}

.blog-grid.column-4 .entry-meta {
    font-size: .8em
}

.blog-grid.column-4 .entry-meta>:after {
    margin: 0 5px
}

.blog-grid.column-4 .grid-content {
    font-size: .95em;
    color: #888
}

.post-grid-thumbnail {
    display: block;
    margin: 0 0 2rem
}

.post-grid-thumbnail a {
    display: block;
    color: inherit;
    outline: 0
}

.post-grid-thumbnail img {
    display: block;
    width: 100%
}

.grid-title {
    font-size: 1.4em;
    margin: 0 0 .5rem
}

.grid-title a {
    color: inherit
}

.grid-title a:hover {
    color: #5EA7B1
}

.grid-content>:last-child {
    margin-bottom: 0
}

.entry-meta.grid-meta {
    text-transform: none;
    color: #aaa;
    text-align: inherit;
    margin-bottom: 1.2rem
}

.entry-meta.grid-meta>:before {
    display: none
}

.entry-meta.grid-meta>:after {
    color: #ccc
}

.post-list::after {
    clear: both;
    content: "";
    display: table
}

.post-list+.post-list {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #eaeaea
}

.post-list-thumbnail {
    display: block;
    float: left;
    width: 240px;
    margin: 0 2rem 0 0
}

.post-list-thumbnail a {
    display: block;
    color: inherit;
    outline: 0
}

.post-list-thumbnail img {
    display: block;
    width: 100%
}

.list-section {
    overflow: hidden
}

.list-section .grid-meta {
    text-align: left
}

.list-title {
    font-size: 1.5em;
    margin: 0 0 1rem
}

.list-title a {
    color: inherit
}

.list-title a:hover {
    color: #5EA7B1
}

.list-content>:last-child {
    margin-bottom: 0
}

.post-search .post-list-thumbnail {
    width: 100px
}

.post-search .list-title {
    font-size: 1.2em;
    margin-bottom: 0
}

.post-search .entry-meta {
    margin-bottom: 1rem;
    font-size: .85em
}

.author-heading {
    display: none
}

.author-info {
    background: #f5f5f5;
    padding: 1rem;
    margin: 3rem 0
}

.author-info a {
    color: inherit
}

.author-inner {
    padding: 3rem;
    border: 1px solid rgba(0, 0, 0, .15)
}

.author-avatar {
    display: block;
    float: left;
    margin-right: 3rem;
    padding: 5px;
    background: #fff;
    width: 72px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.author-avatar img {
    display: block;
    width: 100%
}

.author-bio {
    margin-bottom: 0
}

.author-description {
    overflow: hidden
}

.author-title {
    margin-bottom: 1rem
}

.author-social-list {
    display: block;
    margin: 1rem 0 0
}

.author-social-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.author-social-list li {
    display: inline-block;
    margin: 0 5px
}

.comment-author img,
.comment-list>li.comment,
.single .nav-links a {
    display: block
}

.author-social-list a {
    color: inherit;
    font-size: 14px
}

.author-social-list a:hover {
    color: #aaa
}

.entry-tags {
    margin-top: 2rem;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .5px
}

.tag-label {
    font-weight: 700
}

.single .nav-links .nav-previous {
    float: left;
    text-align: left
}

#reply-title,
.entry-attachment,
.widget-title {
    text-align: center
}

#comments {
    margin-top: 6rem
}

.comments-title {
    font-size: 1.4em
}

.comment-list {
    list-style: none;
    margin: 0 0 6rem;
    padding: 0
}

.comment-list ol.children {
    list-style: none;
    margin-left: 3rem;
    padding: 0
}

article.comment-body {
    display: block;
    border-top: 1px solid #eaeaea;
    padding-top: 3rem;
    margin-top: 3rem
}

.comment-author img {
    float: left;
    width: 54px;
    margin-right: 20px
}

.comment-content,
.comment-metadata,
.reply {
    padding-left: 74px
}

article.comment-body .fn {
    font-size: 1.1em
}

.reply,
article.comment-body .fn {
    font-weight: 400
}

.reply a,
article.comment-body .fn a {
    color: inherit
}

.reply a:hover,
article.comment-body .fn a:hover {
    color: #606060
}

.reply {
    color: #888
}

.comment-metadata {
    text-transform: uppercase;
    font-size: 10px;
    color: #888
}

.comment-metadata a {
    color: inherit
}

.comment-metadata a:hover {
    color: #606060
}

.comment-metadata>* {
    display: inline-block
}

.comment-metadata>:before {
    content: "\B7";
    margin: 0 6px
}

.comment-metadata>:first-child:before {
    display: none
}

.comment-content {
    margin-top: 1rem
}

.comment-content>:last-child {
    margin-bottom: 0
}

#reply-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.comment-notes,
.logged-in-as {
    border: 1px dashed #aaa;
    padding: 1rem;
    text-align: center;
    display: none
}

.comment-form-author {
    float: left;
    width: 32%
}

.comment-form-email,
.comment-form-url {
    float: left;
    width: 32%;
    margin-left: 2%
}

.comment-form-url+p {
    clear: both
}

#respond input[type=submit] {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background: #aaa
}

#respond input[type=submit]:hover {
    background: #5EA7B1
}

.widget {
    margin-top: 3rem
}

.widget:first-child {
    margin-top: 0
}

.widget-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 1.5rem;
    padding-top: 3rem;
    border-top: 1px solid #eaeaea
}

#wp-calendar caption,
.null-instagram-feed .clear a,
.tagcloud a,
.widget_recent_entries ul li a,
.wpcf7 input[type=submit],
body .mc4wp-alert,
body .mc4wp-form label {
    font-family: "PT Serif", serif
}

.widget:first-child .widget-title {
    padding-top: 0;
    border-top: none
}

.textwidget>:last-child,
.widget>:last-child {
    margin-bottom: 0
}

.textwidget p:not(:last-child) {
    margin-bottom: 1.2rem
}

.textwidget>:last-child {
    margin-bottom: 0;
	margin-top:20px;
}

.image-figure {
    margin: 0
}

.image-figure a {
    color: inherit;
    outline: 0
}

.image-figure img {
    display: block;
    margin: 0 auto
}

.image-desc {
    margin: 1em 0 0
}

.image-desc>:last-child {
    margin-bottom: 0
}

.image-desc.align-left {
    text-align: left
}

.image-desc.align-center {
    text-align: center
}

.image-desc.align-right {
    text-align: right
}

.image-desc.align-justify {
    text-align: justify
}

.searchform form {
    display: block;
    margin: 5px 0 0;
    max-width: 320px
}

.searchform form .search-field {
    padding-left: 36px;
    font-size: 13px;
    letter-spacing: .5px;
    width: 100%;
    max-width: 100%
}

.widget .searchform form .search-field {
    width: 100%
}

.searchform .submit {
    border: none;
    outline: 0;
    background: 0 0;
    color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    cursor: default;
    opacity: 1
}

.instagram-pics li a:hover,
.wpcf7 input[type=submit]:hover {
    opacity: .8
}

.searchform .submit i {
    line-height: 36px
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li {
    border: 1px solid #eaeaea;
    border-width: 1px 0 0;
    padding: 10px 0;
    font-family: "PT Serif", serif
}

.widget_recent_entries ul li {
    border: 1px solid #eaeaea;
    border-width: 1px 0 0;
    padding: 10px 0
}

.widget_recent_entries ul li a {
    display: block;
    line-height: 1.6
}

.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_meta ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child {
    padding-top: 0;
    border-top: none
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child {
    padding-bottom: 0
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a {
    color: inherit;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover {
    color: #5EA7B1
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul {
    margin-left: 2rem;
    margin-top: 10px
}

.widget_recent_entries ul li .post-date {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: .5rem
}

.tagcloud::after {
    clear: both;
    content: "";
    display: table
}

.tagcloud a {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0 5px 10px 0;
    padding: 3px 8px;
    font-size: 10px!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    background: #f5f5f5;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.tagcloud a:hover {
    background: #5EA7B1;
    color: #fff
}

#wp-calendar caption {
    text-align: center;
    margin-bottom: 1rem
}

#wp-calendar td,
#wp-calendar th {
    padding: .5rem;
    text-align: center
}

.instagram-pics {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    overflow: hidden
}

.instagram-pics li {
    display: block;
    width: 33.33%;
    float: left;
    padding: 5px
}

.instagram-pics li:nth-child(3n+1) {
    clear: left
}

.instagram-pics li a {
    display: block;
    outline: 0
}

.instagram-pics li a img {
    display: block;
    width: 100%
}

.null-instagram-feed .clear {
    text-align: center;
    margin-top: 2rem;
    clear: both
}

.null-instagram-feed .clear a {
    border-bottom: 1px dotted
}

.null-instagram-feed .clear a:hover {
    border-bottom: 1px solid
}

.post-widget+.post-widget {
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
    margin-top: 20px
}

.post-widget .post-inner::after {
    clear: both;
    content: "";
    display: table
}

.post-widget .post-widget-thumbnail {
    width: 110px;
    float: left;
    margin: 0 20px 0 0
}

.post-widget .post-widget-section {
    overflow: hidden
}

.post-widget .post-widget-title {
    font-size: 1.1em;
    margin: 0
}

.post-widget .post-widget-meta {
    font-style: italic;
    color: #888
}

.post-widget-thumbnail {
    display: block;
    overflow: hidden;
    position: relative
}

.post-widget-thumbnail a {
    display: block;
    outline: 0
}

.post-widget-thumbnail img {
    display: block;
    width: 100%
}

.post-widget-title a {
    color: inherit
}

.mc4wp-form p:last-child {
    margin-bottom: 0
}

body .mc4wp-form-basic,
body .mc4wp-form-basic input,
body .mc4wp-form-basic label,
body .mc4wp-form-theme,
body .mc4wp-form-theme input,
body .mc4wp-form-theme label {
    line-height: inherit
}

body .mc4wp-form label {
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 1rem
}

body .mc4wp-form button,
body .mc4wp-form input[type=button],
body .mc4wp-form input[type=submit] {
    line-height: normal;
    display: block;
    padding: 10px 20px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

body .mc4wp-form-basic input[type=date],
body .mc4wp-form-basic input[type=email],
body .mc4wp-form-basic input[type=tel],
body .mc4wp-form-basic input[type=text],
body .mc4wp-form-basic input[type=url],
body .mc4wp-form-basic select,
body .mc4wp-form-basic textarea,
body .mc4wp-form-theme input[type=date],
body .mc4wp-form-theme input[type=email],
body .mc4wp-form-theme input[type=tel],
body .mc4wp-form-theme input[type=text],
body .mc4wp-form-theme input[type=url],
body .mc4wp-form-theme select,
body .mc4wp-form-theme textarea {
    max-width: 100%
}

body .mc4wp-alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

body .mc4wp-alert a {
    color: inherit;
    text-decoration: underline
}

.wpcf7 .row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 2rem
}

.wpcf7 .col {
    padding: 0 10px
}

.wpcf7 input[type=submit] {
    display: block;
    border: none;
    text-decoration: none;
    padding: 6px 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #5EA7B1;
    width: 50%;
    margin: 0 auto;
    outline: 0;
    cursor: pointer
}

.wpcf7 p:last-of-type {
    margin-bottom: 0
}

.wpcf7 img.ajax-loader {
    width: 20px;
    margin: 10px auto;
    vertical-align: middle
}

div.wpcf7-response-output {
    margin: 0 0 20px;
    border-width: 1px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .5)
}

div.wpcf7-validation-errors {
    border-color: #f7e700;
    color: #afa50f;
    background: #fffeee
}

div.wpcf7-mail-sent-ok {
    background: #f5fff0;
    border-color: #a8ca99;
    color: #73b556
}

div.wpcf7-mail-sent-ng {
    border-color: #e49292;
    background: #fff6f6;
    color: #d45858
}

div.wpcf7-spam-blocked {
    color: #e09f27;
    border-color: #e2bd78;
    background: #fffbf2
}

.tp-caption {
    text-shadow: none!important;
    font-weight: 400!important
}

.tp-caption.very_large_text,
.very_large_text {
    font-size: 40px;
    line-height: 40px;
    text-shadow: none;
    letter-spacing: 0
}

.medium_grey,
.tp-caption.medium_grey {
    background: rgba(0, 0, 0, .5);
    padding-left: 10px;
    padding-right: 10px
}

.modern_big_bluebg,
.tp-caption.modern_big_bluebg {
    background: #74a9b0
}

.mediumwhitebg,
.tp-caption.mediumwhitebg {
    background: rgba(255, 255, 255, .9)!important
}

body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description,
body .gform_wrapper .instruction {
    font-size: .95em
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 6px 12px
}

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-bottom: 20px
}

body .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
body .gform_wrapper.gf_browser_chrome .ginput_complex select {
    line-height: 36px
}

body .gform_wrapper .gf_progressbar_percentage {
    background-color: #5EA7B1!important;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0, 0, 0, .1) 10px, rgba(0, 0, 0, .1) 20px), linear-gradient(to bottom, transparent, transparent);
    text-shadow: none
}

body .gform_wrapper .gf_progressbar_percentage span {
    line-height: 24px
}

body .gform_wrapper .gform_page_footer {
    display: flex
}

.header-cart {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .1s;
    transition: all .1s
}

.header-cart a {
    display: block;
    font-size: 14px;
    margin-left: 20px;
    color: #333
}

.header-cart a:hover {
    color: #5EA7B1
}

.header-cart a i,
.header-cart a span {
    display: inline-block;
    vertical-align: middle
}

.header-cart a span {
    margin-left: 1px
}

#logo-area .header-cart {
    display: none
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    outline: 0
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 48px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #5EA7B1
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin-bottom: -2.992em
}

.woocommerce nav.woocommerce-pagination {
    clear: both
}

.woocommerce nav.woocommerce-pagination::after {
    clear: both;
    content: "";
    display: table
}

.product-thumbnail {
    position: relative;
    margin: 0 0 10px;
    overflow: hidden
}

.product-thumbnail-inner {
    overflow: hidden
}

.product-thumbnail a {
    display: block;
    outline: 0;
    border: 0;
    text-decoration: none;
    color: inherit
}

.product-thumbnail img {
    display: block;
    width: 100%
}

.woocommerce ul.products li.product a {
    border: 0;
    outline: 0
}

.woocommerce ul.products li.product a img {
    margin: 0
}

.woocommerce ul.products li.product h3 {
    display: block;
    margin: 0;
    padding: .5em 0 .2em;
    font-size: 14px;
    font-family: "Open Sans", sans-serif
}

.woocommerce ul.products li.product h3 a {
    color: inherit;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.woocommerce ul.products li.product h3 a:hover {
    color: #999
}

.woocommerce .star-rating {
    line-height: 1.1
}

.woocommerce .products .star-rating {
    margin: .5em 0
}

.woocommerce .star-rating span:before {
    color: #5EA7B1
}

.woocommerce ul.products li.product .price {
    font-size: 1.05em;
    color: #999
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 400
}

.woocommerce ul.products li.product .price del {
    display: inline;
    margin-right: 10px
}

.woocommerce span.onsale {
    left: -2em
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    background: #5EA7B1;
    color: #fff;
    top: 40px;
    right: -20px;
    z-index: 30;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0;
    font-weight: 400;
    font-size: 12px;
    padding: 0 1.2em;
    height: 36px;
    line-height: 36px;
    background: #f0f0f0;
    color: #333;
    border: 0!important
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    padding-right: 1.2em
}

.woocommerce #respond input#submit.added,
.woocommerce #respond input#submit.added:hover,
.woocommerce a.button.added,
.woocommerce a.button.added:hover,
.woocommerce button.button.added,
.woocommerce button.button.added:hover,
.woocommerce input.button.added,
.woocommerce input.button.added:hover {
    background: #e0efe0;
    color: #349c34
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    display: none
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #e9e9e9
}

.woocommerce a.added_to_cart {
    color: inherit;
    border-bottom: 1px dotted;
    padding-top: 0;
    vertical-align: middle;
    margin-left: 10px;
    font-family: "PT Serif", serif;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px
}

.woocommerce a.added_to_cart:hover {
    color: #999;
    border-bottom: 1px solid
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #5EA7B1;
    color: #fff;
    border-radius: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    padding: 0 2rem
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #5EA7B1;
    opacity: .9
}

.woocommerce a.add_to_cart_button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .85);
    color: #333;
    margin: 0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    display: block;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    opacity: 0;
    box-shadow: -2px 0 4px rgba(0, 0, 0, .1)
}

.woocommerce a.add_to_cart_button:hover {
    background: #5EA7B1;
    color: #fff
}

.woocommerce .product-thumbnail:hover a.add_to_cart_button {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.woocommerce .product-thumbnail:hover a.add_to_cart_button.loading {
    opacity: .25
}

.woocommerce .product-thumbnail .added_to_cart {
    display: none
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: 0
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: 0 0;
    color: #333
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin: -5px
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper>div {
    padding: 5px
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1.5em
}

.woocommerce div.product div.images a {
    color: inherit;
    border: 0;
    outline: 0;
    display: block
}

.woocommerce div.product div.images img {
    border: 0
}

.woocommerce div.product div.images a:hover {
    opacity: .8
}

.woocommerce div.product .product_title {
    text-align: left;
    padding-bottom: 2rem;
    font-size: 20px;
    margin-bottom: 2rem
}

.woocommerce div.product .product_title:after {
    margin: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 400;
    text-decoration: none
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: inherit;
    font-family: "PT Serif", serif
}

.woocommerce div.product .stock {
    color: #77a464;
    font-weight: 700;
    background: #fafafa;
    display: table;
    padding: 6px 12px;
    border: 1px dashed #ccc
}

.woocommerce button.single_add_to_cart_button {
    height: 40px;
    line-height: 40px;
    padding: 0 20px
}

.product_meta {
    font-size: 12px
}

.product_meta>span {
    display: block
}

.product_meta a {
    color: #333;
    border-bottom: 1px solid #eee
}

.product_meta a:hover {
    border-bottom-color: #ddd
}

.woocommerce div.quantity,
.woocommerce-page div.quantity {
    border: 1px solid #e5e5e5;
    float: left;
    overflow: hidden;
    width: 96px;
    margin: 0 20px 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible
}

.woocommerce div.quantity input.minus,
.woocommerce div.quantity input.plus,
.woocommerce-page div.quantity input.minus,
.woocommerce-page div.quantity input.plus {
    -webkit-appearance: none
}

.woocommerce div.quantity input.minus,
.woocommerce div.quantity input.plus,
.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.minus,
.woocommerce-page div.quantity input.plus,
.woocommerce-page div.quantity input.qty {
    border: none;
    -moz-appearance: textfield;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #333;
    float: left;
    font-size: 16px;
    width: 26px;
    height: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    background: 0 0;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.woocommerce div.quantity input.minus:hover,
.woocommerce div.quantity input.plus:hover,
.woocommerce-page div.quantity input.minus:hover,
.woocommerce-page div.quantity input.plus:hover {
    background: #fafafa
}

.woocommerce div.quantity input.minus,
.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.minus,
.woocommerce-page div.quantity input.qty {
    border-right: 1px solid #e5e5e5
}

.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty {
    background: 0 0;
    width: 40px
}

.woocommerce div.quantity input.qty::-webkit-inner-spin-button,
.woocommerce div.quantity input.qty::-webkit-outer-spin-button,
.woocommerce-page div.quantity input.qty::-webkit-inner-spin-button,
.woocommerce-page div.quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    padding: 0;
    margin: 0 10px 0 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-color: #e9e9e9
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    outline: 0;
    display: block;
    font-family: "PT Serif", serif;
    font-weight: 400;
    color: #999;
    padding: 1rem 2rem;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-width: 1px 1px 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #fff
}

#tab-additional_information h2,
.woocommerce-Tabs-panel--description>h2:first-child {
    display: none
}

.woocommerce table.shop_attributes {
    border: 0
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    font-style: normal;
    font-weight: 400;
    padding: 10px 20px;
    border: 0;
    background: 0 0
}

.woocommerce #reviews {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    margin: 0 -30px;
    padding: 20px 0
}

.woocommerce #review_form_wrapper,
.woocommerce #reviews #comments {
    display: block;
    width: 60%;
    padding: 0 30px;
    min-height: 1px
}

.woocommerce #review_form_wrapper {
    width: 40%;
    border-left: 1px solid #e9e9e9;
    box-shadow: 2px 0 2px rgba(0, 0, 0, .05) inset
}

.woocommerce-Reviews #comments {
    margin: 0
}

.woocommerce-Reviews-title {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase
}

.woocommerce-noreviews {
    color: #999
}

#review_form #reply-title {
    text-align: inherit
}

.comment-form-rating>* {
    display: inline-block;
    vertical-align: middle
}

.comment-form-rating label {
    font-style: italic;
    color: #999
}

.woocommerce #review_form #respond p.stars {
    margin: 0 0 0 10px
}

.woocommerce #review_form #respond p.stars>span {
    display: block;
    height: 1em
}

.woocommerce p.stars a {
    border: 0!important;
    outline: 0
}

.woocommerce #review_form #respond .form-submit input {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0;
    line-height: 32px;
    height: 32px
}

.woocommerce #review_form #respond p.comment-form-email {
    margin-left: 4%
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px dashed #ccc
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 20px;
    width: 48px;
    height: 48px;
    border: 0;
    background: 0 0;
    padding: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0;
    padding: 0;
    margin-left: 70px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin: 0 0 5px;
    font-size: .9em
}

.cross-sells>h2,
.products.related>h2,
.products.upsells>h2 {
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #e9e9e9;
    border-width: 1px 0 0;
    padding: 20px 0 0;
    margin: 0 0 10px
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    color: #000;
    border: 0;
    background: #f9f9f9;
    padding: 10px 20px!important;
    line-height: 36px;
    font-size: 12px;
    letter-spacing: .5px
}

.woocommerce .woocommerce-message {
    background: #e5edf1;
    color: #4f89a7
}

.woocommerce .woocommerce-error {
    background: #F5EFEF;
    color: #DC6B6B
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
    display: none
}

.woocommerce .woocommerce-message #respond input#submit,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-message button.button,
.woocommerce .woocommerce-message input.button {
    background: #fff
}

.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
    border-bottom: 1px dotted
}

.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover {
    border-bottom: 1px solid
}

.woocommerce table.shop_table {
    border-collapse: collapse;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 0
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 12px;
    vertical-align: middle;
    border-top: 0
}

.woocommerce a.remove {
    margin: 0 auto
}

.woocommerce a.remove:hover {
    color: red!important;
    background: 0 0
}

.woocommerce-cart table.cart .product-thumbnail {
    width: 100px
}

.woocommerce-cart table.cart img {
    width: 100%;
    display: block
}

.woocommerce table.shop_table td.product-name a:hover {
    opacity: .8
}

#coupon_code {
    width: 150px
}

.woocommerce-cart table.cart input[name=update_cart] {
    display: block;
    margin-left: auto
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 1em
}

.cart_totals h2 {
    font-size: 18px
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: middle
}

.entry-content .select2-container .select2-choice,
.entry-content .select2-container .select2-choice:hover {
    border-bottom: 1px solid #ccc
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-color: #eaeaea;
    padding-left: 10px
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fafafa
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-color: #f0f0f0
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #efefef;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #efefef
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 300;
    border-top: 0
}

.product-quantity {
    font-weight: 400
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce-MyAccount-navigation ul li+li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eaeaea
}

.woocommerce-MyAccount-navigation ul a {
    color: inherit
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #aaa
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 0;
    border-color: #eaeaea
}

@media only screen and (max-width:740px) {
    .woocommerce #reviews {
        display: block;
        margin: 0
    }
    .woocommerce #review_form_wrapper,
    .woocommerce #reviews #comments {
        width: auto;
        padding: 0
    }
    .woocommerce #review_form_wrapper {
        margin-top: 2rem;
        padding-top: 2rem;
        border: 0;
        box-shadow: none;
        border-top: 1px solid #eaeaea
    }
	
	.widget-title {
    text-align:center!important;
}
}

@media only screen and (max-width:400px) {
    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        float: none
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: none;
        margin: 1rem 0 2rem
    }
    .woocommerce span.onsale,
    .woocommerce ul.products li.product .onsale {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
        top: 20px
    }
}

@media only screen and (max-width:1080px) {
    .container {
        width: 940px
    }
}

@media only screen and (max-width:940px) {
	.footer-right {width:200px!important; height:70px!important; margin-top:0px!important; 
		position: absolute !important; left:0; right:0; float:none; margin: 0 auto !important;
		/*margin-left:45px!important;*/}
	
	
	.footer-col {
    padding: 0px;	
}	
    .footer-col:nth-child(1) {
     padding-left: 0px !important;
}	
  .footer-col:nth-child(2) {
     padding-left: 0px !important;
}		
  .footer-col:nth-child(3) {
     padding-left: 0px !important;
}		
.menu_footer {
     margin-left: 30px!important;
}	
.footer-widgets-container.column-3 .footer-col {
    margin-top: 20px;
}	
	
	
	
	.widget-title {
    text-align:center!important;
}
	
    .container {
        width: 740px
    }
    .wp-caption-text {
        line-height: 1.5;
        color: #888;
        font-size: 11px
    }
    blockquote {
        padding-left: 20px
    }
    #logo-area {
        border-bottom: 1px solid #eaeaea
    }
    #logo-area .container {
        position: relative;
        padding-left: 60px;
        padding-right: 60px
    }
    .elementor-icon-box-title span {margin-left: 23px}
    #hamburger,
    #logo-area .header-cart {
        display: block
    }
    #wi-mainnav,
    #wi-topbar,
    .header-2 #logo-area .social-list,
    .header-2 .header-text {
        display: none
    }
    #wi-logo a {
        display: table;
        margin: 0 auto
    }
    .header-2 #logo-area .container {
        display: block
    }
    .header-2 #wi-logo {
        text-align: center
    }
    #mainnav-height {
        display: none!important
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .col {
        padding-left: 10px;
        padding-right: 10px
    }
    body.layout-boxed {
        background: 0 0!important
    }
    body.layout-boxed #wi-wrapper {
        box-shadow: none;
        width: 100%
    }
    #primary {
        padding-right: 30px
    }
    .sidebar-left #primary {
        padding-right: 0;
        padding-left: 30px
    }
    .wi-article {
        padding-top: 5rem;
        margin-top: 5rem
    }
    .wi-article:first-of-type {
        padding-top: 0;
        margin-top: 0
    }
    .sticky,
    .sticky:first-of-type {
        background: 0 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
    .sticky:first-of-type {
        padding-top: 0
    }
    .entry-meta {
        text-transform: none
    }
    .entry-meta>:after {
        margin: 0 5px
    }
    .grid-content {
        font-size: .95em;
        line-height: 1.7
    }
    .widget-title {
        font-size: 14px;
        letter-spacing: 1px
    }
    .widget_archive ul li,
    .widget_categories ul li,
    .widget_meta ul li,
    .widget_nav_menu ul li,
    .widget_pages ul li,
    .widget_recent_comments ul li,
    .widget_recent_entries ul li {
        padding: 6px 0
    }
    .tagcloud a {
        margin-bottom: 5px;
        padding: 2px 5px
    }
    .post-widget .post-widget-thumbnail {
        width: 80px;
        margin-right: 10px
    }
    .image-desc {
        line-height: 1.7;
        font-size: .95em
    }
    .author-info {
        padding: .8rem
    }
    .author-info .author-avatar {
        margin-right: 2rem;
        width: 56px;
        padding: 3px
    }
    .author-info .author-title {
        font-size: 1.3em
    }
    .author-inner {
        padding: 2rem
    }
    .footer-widgets-container {
        margin: 0 -15px
    }
    .footer-col {
        padding: 5px;
		
    }
    .footer-col+.footer-col {
        margin-top: 2rem
    }
}

@media only screen and (max-width:740px) {
    .container {
        width: 480px
    }
    .row {
        margin-left: 0;
        margin-right: 0
    }
    .col {
        width: 100%!important;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 2rem
    }
    .col:last-child {
        margin-bottom: 0
    }
    h1 {
        font-size: 28px
    }
    h2 {
        font-size: 24px
    }
    h3 {
        font-size: 19px
    }
    h4 {
        font-size: 16px
    }
    h5,
    h6 {
        font-size: 15px
    }
    #primary,
    #secondary {
        display: block;
        width: 100%;
        float: none!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
    #secondary {
        margin-top: 3rem
    }
    #secondary .searchform form {
        max-width: 100%
    }
    #page-wrapper {
        padding: 2rem 0 4rem
    }
    body #wi-tagline {
        letter-spacing: 1px
    }
    .blog-grid.column-3 .post-grid,
    .blog-grid.column-4 .post-grid {
        width: 50%
    }
    .post-list-thumbnail {
        width: 180px
    }
    .list-content {
        font-size: .95em;
        line-height: 1.7
    }
    .footer-widgets-container.column-2 .footer-col,
    .footer-widgets-container.column-3 .footer-col {
        width: 100%;
        text-align: center !important;
    }

.footer-col:nth-child(1) { padding-left: 0px !important;text-align: center !important } 
.footer-col:nth-child(2) { padding-left: 0px !important; text-align: center !important} 
.footer-col:nth-child(3) { padding-left: 0px !important; text-align: center !important} 
.menu_footer{margin-left: -10px !important;}

    .footer-sides .container {
        display: block;
        text-align: center !important;
    }
    .footer-sides .container .footer-right {
        margin-top: 2rem
    }
    .footer-sides .container .footer-right .social-list {
        display: table;
        margin: 0 auto
    }
}

@media only screen and (max-width:480px) {
    .container {
        width: 420px;
        max-width: 93%
    }
    #hamburger {
        width: 24px
    }
    #hamburger span {
        height: 2px
    }
    body #logo-area {
        padding: 20px 0
    }
    #logo-area .container {
        width: 96%;
        padding-left: 48px;
        padding-right: 48px
    }
    #wi-tagline {
        display: none
    }
}

@media only screen and (max-width:400px) {
    .list-section .entry-meta.grid-meta,
    .list-title {
        margin-bottom: .5rem
    }
    .container {
        width: 340px
    }
    blockquote {
        line-height: 1.5
    }
    h1 {
        font-size: 22px
    }
    h2 {
        font-size: 19px
    }
    h3 {
        font-size: 17px
    }
    h4 {
        font-size: 16px
    }
    h5,
    h6 {
        font-size: 14px
    }
    .entry-meta {
        text-align: left
    }
    .entry-meta>* {
        padding: 3px 0;
        display: block
    }
    .entry-meta>:after {
        display: none
    }
    .entry-meta>*+* {
        border-top: 1px solid #eaeaea
    }
    .blog-grid.column-2 .post-grid,
    .blog-grid.column-3 .post-grid,
    .blog-grid.column-4 .post-grid {
        width: 100%
    }
    .post-list-thumbnail {
        width: 110px;
        margin-right: 1.5rem
    }
    .list-title {
        font-size: 1.3em
    }
    .entry-title,
    .page-title {
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:370px) {
    .container {
        width: 300px
    }
    #wi-main {
        overflow: hidden
    }
}

.wi-footer #footer-widgets {width: 100% !important; background-color: #2f2e2e !important ; border-bottom:4px solid  blue ;padding-top: 100px; padding-bottom: 100px;}
.wi-footer .container{width: 90% !important; margin: 0 auto}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1499165518955.vc_row-has-fill {background-color: #2E3031 !important;}

.footer-col h4{text-align: left;font-size: 26px; color: white; font-weight: bold; font-family: roboto;}

.footer-col:nth-child(1) { padding-left: 90px ; } 
.footer-col:nth-child(2) { padding-left: 170px; } 
.footer-col:nth-child(3) { padding-left: 20px ; } 

.menu_footer{ margin-left: -26px;}
#post-7 .page-title {color: #ED1C24;}

h1#page-title.page-title::after {color: #ED1C24;}

.media_image-2 {
    max-width: 90%;
    height: auto;
    float: right;
    margin-top: 35px;
    }

.cafe { width: 90% !important; height: auto}

/*#testimonial_slider-1 .flex-control-nav.flex-control-paging { display: none !important}*/

.vc_separator h4 {
    font-size: 20px !important;
    font-weight: bold !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

.testimonial-content {
    padding-top: 40px !important;
}

.testimonial-slider .flex-control-nav {
    padding-right: 90px;
}

.full-width { width: 100%;}

.full-width .vc_figure{width: 100%;}

.vc_single_image-wrapper {width: 100%}

.full-width .vc_single_image-wrapper img {width: 100%}

#post-7 #page-title { display: none}

.page-id-7 #text-1 { display: none !important}

.page-id-3627 #text-1 { display: none !important}

.page-id-3629 #text-1 { display: none !important}

.page-id-7 .footer-widgets-container.column-2 .footer-col  {
    width: 100%;
}
.page-id-3627 .footer-widgets-container.column-2 .footer-col  {
    width: 100%;
}
.page-id-3629 .footer-widgets-container.column-2 .footer-col
 {
    width: 100%;
}

.page-id-7 .footer-widgets-container.column-2 .footer-col img  { 
    text-align: center;
    margin:auto;
    float: none !important;
    display: inherit;
    margin-top: 0px !important;
}

.page-id-3627 .footer-widgets-container.column-2 .footer-col img  { 
    text-align: center;
    margin:auto;
    float: none !important;
    display: inherit;
    margin-top: 0px !important;
}

.page-id-3629 .footer-widgets-container.column-2 .footer-col img
 { 
	text-align: center;
    margin:auto;
    float: none !important;
    display: inherit;
    margin-top: 0px !important;
}

.searchform { display:none !important}

.img-he {height: 87px;}

.menu_footer a{
    font-size: 20px;
    color: white !important;
}
.menu_footer ul{  font-size: 20px; font-family: Roboto;  margin:0px !important;list-style: square inside url("http://www.ganzer-technology.com/wp-content/uploads/2021/05/rhombus.svg")  !important; }
.contact_footer{
    font-size: 20px;
    font-family: Roboto;
   /* margin-bottom: 30px;*/
}
.prop_footer{
	
    margin-top:-10px ;
    font-size: 20px;
    font-family: Roboto;
}
.footer_icon{width: 50px; height: 50px; border-radius: 50%; background-color: blue; font-size: 27px;padding: 7px;text-align: center;margin-left:6px;padding-top: 10px;}
.icon_footer {padding-right: 10px;}
.icon_footer a{color: white !important;}
.avecnous{
    color: white;
}

@media screen and (max-width:758px){
	
	
	
}
{display:none !important;}
.st0 {fill:#FFF !important}
.st1 {fill:#FFF !important ; strok:none !important; stroke-width:0 !important;}
.slid_partners_filter .swiper-slide-image{/*filter:saturate(0) !important;*/cursor:pointer}
.slid_partners_filter .swiper-slide-image:hover{filter:saturate(1) !important}
/*.footer-right{background-image:url("https://www.ganzer.marrakechinfo.com/wp-content/uploads/2021/05/certificat_sgs_footer-1.svg") !important;width:290px; height:110px;background-size:cover;background-repeat:no-repeat;float:left;margin-top:-100px; margin-left:-40px;}
.certificat_footer {background-image:url("https://www.ganzer.marrakechinfo.com/wp-content/uploads/2021/05/certificat_sgs_footerr.svg") !important;width:280px; height:110px;color:white !important;margin-left:-70px; margin-top:10px;}*/

 /*.icon_footer .fa {font-family:Font Awesome 5 Free !important;font-weight:900 !important;}*/




