.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer,.rsts-thumbs-header,.rsts-thumbs-footer{overflow:hidden}.rsts-view,.rsts-thumbs-view{position:relative}@media print{.rsts-view,.rsts-thumbs-view{position:static}}.rsts-crop,.rsts-thumbs-crop{position:relative;overflow:hidden}@media print{.rsts-crop,.rsts-thumbs-crop{position:static;overflow:visible;width:auto !important;height:auto !important;transform:none !important}}.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:absolute;left:0;top:0}@media print{.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:static;width:auto !important;height:auto !important;transform:none !important}.rsts-slides.rsts-slide-image img,.rsts-slides.rsts-slide-video img,.rsts-slides.rsts-thumbs-slide-image img,.rsts-slides.rsts-thumbs-slide-video img,.rsts-slide.rsts-slide-image img,.rsts-slide.rsts-slide-video img,.rsts-slide.rsts-thumbs-slide-image img,.rsts-slide.rsts-thumbs-slide-video img,.rsts-thumbs-slides.rsts-slide-image img,.rsts-thumbs-slides.rsts-slide-video img,.rsts-thumbs-slides.rsts-thumbs-slide-image img,.rsts-thumbs-slides.rsts-thumbs-slide-video img,.rsts-thumbs-slide.rsts-slide-image img,.rsts-thumbs-slide.rsts-slide-video img,.rsts-thumbs-slide.rsts-thumbs-slide-image img,.rsts-thumbs-slide.rsts-thumbs-slide-video img{width:100% !important;height:auto !important;margin:0 !important}}.rsts-slide,.rsts-thumbs-slide{overflow:hidden}@media print{.rsts-slide,.rsts-thumbs-slide{position:static}}.rsts-video-iframe,.rsts-thumbs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view,.rsts-thumbs-type-slide .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rsts-type-slide.rsts-dragging-disabled .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging-disabled .rsts-thumbs-view{cursor:auto}@media print{.rsts-nav,.rsts-prev,.rsts-next,.rsts-overlay-prev,.rsts-overlay-next,.rsts-progress,.rsts-thumbs-nav,.rsts-thumbs-prev,.rsts-thumbs-next,.rsts-thumbs-overlay-prev,.rsts-thumbs-overlay-next,.rsts-thumbs-progress{display:none !important}}

.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
@media screen{
#iso_ajaxBox{width:20%;padding:9px 50px 9px 24px;position:fixed;top:10%;left:40%;background:#fff url(../../system/modules/isotope/assets/images/loading.gif) no-repeat right center;border:2px solid #000;font-family:"Trebuchet MS",Verdana,sans-serif;font-size:15px;line-height:18px;text-align:left;color:#000;z-index:9999}#iso_ajaxBox.btnClose{background-image:none;cursor:pointer}#iso_ajaxBox p{margin:1em 0;padding:0}#iso_ajaxBox .iso_error{padding-left:34px;background:url(../../system/modules/isotope/assets/images/cross-24.png) left center no-repeat}#iso_ajaxBox .iso_confirm{padding-left:34px;background:url(../../system/modules/isotope/assets/images/tick-24.png) left center no-repeat}#iso_ajaxBox .iso_info{padding-left:34px;background:url(../../system/modules/isotope/assets/images/information-24.png) left center no-repeat}#iso_ajaxOverlay{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;z-index:9998;-moz-opacity:.5;opacity:.5;_display:none;filter:Alpha(opacity=50)}
}

/**
 * @package   EuF-Overlay
 * @author    Sebastian Buck
 * @license   LGPL
 * @copyright Erdmann & Freunde
 */

.euf_overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
}

.euf_overlay__content {
  max-width: 400px;
  width: 100%;
  padding: 2em;
  margin: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.75);

  position: absolute;
  margin: auto;

  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  background: #fff;
  color: #000;
}

.euf_overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 0.75rem;
  border: 0;
  background: none;
  font-weight: 700;
  cursor: pointer;
}

.euf_overlay__close:hover {
  opacity: 0.5;
}

.cc-head>*:first-child{margin-top:0}.cc-head>*:last-child{margin-bottom:15px}.contao-cookiebar{--ccb-backdrop: rgba(0, 0, 0, .75);--ccb-anim-duration: .5s;--ccb-checked-clr: #399d32;--ccb-checked-bg: #dcf3db;--ccb-unchecked-clr: #9c9b99;--ccb-unchecked-bg: #fff;--ccb-disabled-clr: #c8c7c5;--ccb-disabled-bg: #f4f4f4;--ccb-focus-clr: #00a4f4;position:fixed;inset:0;z-index:9999;display:flex;align-items:var(--ccb-align, center);justify-content:var(--ccb-justify, center);letter-spacing:0;padding:15px;max-height:100dvh;box-sizing:border-box;pointer-events:none;overflow:hidden;color:var(--ccb-clr, #444)}.contao-cookiebar *{box-sizing:border-box}.contao-cookiebar p{color:var(--ccb-text, #868686);line-height:1.4}.contao-cookiebar label{position:relative;display:block;padding:8px 13px 8px 0;line-height:1.2rem}.contao-cookiebar label.group{font-weight:600}.contao-cookiebar input{position:absolute;width:1px;height:1px;outline:0 none;opacity:0}.contao-cookiebar input+label{padding:8px 13px 8px 45px;cursor:pointer}.contao-cookiebar input+label:before,.contao-cookiebar input+label:after{content:"";position:absolute;border-radius:10px}.contao-cookiebar input+label:before{top:7px;left:0;width:35px;height:18px;margin:0;box-sizing:content-box;background:var(--ccb-unchecked-bg);border:1px solid var(--ccb-unchecked-clr);transition:border-color .2s}.contao-cookiebar input+label:after{display:block;top:11px;left:4px;width:12px;height:12px;background:var(--ccb-unchecked-clr);transition:background .2s,margin-left .2s,padding .2s}.contao-cookiebar input+label:active:after{padding-left:5px}.contao-cookiebar input.cc-group-half+label:after{background:linear-gradient(to right, var(--ccb-unchecked-clr) 0%, var(--ccb-unchecked-clr) 50%, var(--ccb-checked-clr) 50%, var(--ccb-checked-clr) 100%)}.contao-cookiebar input:checked+label:after{background:var(--ccb-checked-clr);margin-left:17px}.contao-cookiebar input:checked+label:active:after{margin-left:12px}.contao-cookiebar input:checked+label:before{background:var(--ccb-checked-bg);border-color:var(--ccb-checked-clr)}.contao-cookiebar input:disabled+label{pointer-events:none}.contao-cookiebar input:disabled+label:after{background:var(--ccb-disabled-clr)}.contao-cookiebar input:disabled+label:before{background:var(--ccb-disabled-bg);border-color:var(--ccb-disabled-clr)}.contao-cookiebar input:focus-visible:not(.cc-hide-focus)+label:before{outline:3px dashed var(--ccb-focus-clr);outline-offset:2px}.contao-cookiebar .cc-btn{display:inline-block;cursor:pointer;width:100%;padding:8px 14px;margin-bottom:8px;font-size:15px;outline:0 none;border:1px solid var(--ccb-btn-bdr, #cfcfcf);border-radius:4px;color:var(--ccb-btn-clr, #444);background:var(--ccb-btn-bg, #f5f5f5)}.contao-cookiebar .cc-btn:hover,.contao-cookiebar .cc-btn:focus{background:var(--ccb-btn-bg-hvr, #ececec)}.contao-cookiebar .cc-btn:last-child{margin-bottom:0}.contao-cookiebar .grayscale{--ccb-btn-bg: #f1efef;--ccb-btn-bg-hvr: #ececec}.contao-cookiebar .grayscale .success{--ccb-btn-bg: #fbfbfb;--ccb-btn-bg-hvr: #f7f7f7}.contao-cookiebar .highlight .success{--ccb-btn-bg: #4e9e3e;--ccb-btn-bg-hvr: #4c933f;--ccb-btn-bdr: #3e7830;--ccb-btn-clr: #fff}.cc-focus:not(.cc-hide-focus):focus-visible{outline:3px dashed var(--ccb-focus-clr);outline-offset:-3px}.cc-invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;float:left}.cc-inner{display:inline-block;overflow-y:auto;max-height:100%;max-width:100%;padding:23px;border-radius:3px;opacity:0;pointer-events:none;visibility:hidden;font-size:1rem;text-align:left;background:var(--ccb-bg, #fff);box-shadow:var(--ccb-box-shadow, rgba(99, 99, 99, 0.2)) 0 2px 8px 0;animation:var(--ccb-anim, cookiebar-middle-in) var(--ccb-anim-duration) ease-in-out forwards}.cc-group{position:relative;border:1px solid var(--ccb-bdr, #d0d0d0);border-radius:5px;margin-bottom:10px}.cc-cookie-info{font-size:.875rem;background:var(--ccb-info-bg, #fff);border:1px solid var(--ccb-info-bdr, #efefef);padding:10px;border-radius:5px}.cc-cookie-info>div>span{font-weight:600}.cc-cookie-info>div+div{margin-top:5px;word-wrap:break-word}.cc-cookie-info+button.cc-detail-btn-details{margin-top:15px}.cc-cookies{background:var(--ccb-cookies-bg, #fbfbfb);border-radius:0 0 5px 5px}.cc-cookies>p{font-size:.875rem}.cc-cookies>p,.cc-cookies>.cc-cookie{margin:0;padding:15px;border-top:1px solid var(--ccb-cookies-bdr, #fbfbfb)}.cc-cookie label.cookie+*{margin-top:10px}.cc-cookie p{margin:0 0 15px;font-size:.875rem}.cc-cookie-desc p{margin-bottom:0}.cc-footer,.cc-info{text-align:center}.cc-info{margin-top:15px}.cc-info>p{font-size:.875rem}.cc-info>a{display:inline-block;font-size:.813rem;color:var(--ccb-detail-clr, #a2a2a2);text-decoration:none}.cc-info>a:hover{color:var(--ccb-detail-clr-hvr, #717171)}.cc-info>a+a:before{display:inline-block;content:"·";margin-right:5px}.cc-active .cc-inner{opacity:1;pointer-events:auto;visibility:visible}.cc-active.cc-blocked{pointer-events:auto;animation:cookiebar-overlay-in var(--ccb-anim-duration) ease-in-out forwards}.cc-saved.cc-inner{opacity:0;pointer-events:none;visibility:hidden}.cc-saved.cc-blocked{pointer-events:none;animation:cookiebar-overlay-out var(--ccb-anim-duration) ease-in-out forwards}.cc-left{--ccb-justify: flex-start}.cc-right{--ccb-justify: flex-end}.cc-top{--ccb-align: flex-start}.cc-top.cc-active{--ccb-anim: cookiebar-top-in}.cc-top.cc-saved{--ccb-anim: cookiebar-top-out}.cc-middle.cc-active{--ccb-anim: cookiebar-middle-in}.cc-middle.cc-saved{--ccb-anim: cookiebar-middle-out}.cc-bottom{--ccb-align: flex-end}.cc-bottom.cc-active{--ccb-anim: cookiebar-bottom-in}.cc-bottom.cc-saved{--ccb-anim: cookiebar-bottom-out}@media(min-width: 768px){.contao-cookiebar .cc-btn{width:auto;margin-bottom:0}.cc-inner{max-width:var(--ccb-max-width, 750px)}}@media(forced-colors){.contao-cookiebar input+label:after{border:1px solid currentColor}.cc-inner{border:1px solid currentColor}input.cc-group-half+label:after{margin-left:9px}}@media(prefers-reduced-motion){.contao-cookiebar{--ccb-anim-duration: 2s}}@media print{.contao-cookiebar{opacity:0}}@keyframes cookiebar-overlay-in{0%{background:rgba(0,0,0,0)}to{background:var(--ccb-backdrop)}}@keyframes cookiebar-overlay-out{0%{background:var(--ccb-backdrop)}to{background:rgba(0,0,0,0);visibility:hidden}}@keyframes cookiebar-top-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-top-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(-100%)}}@keyframes cookiebar-middle-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes cookiebar-middle-out{0%{opacity:1;visibility:visible;transform:scale(1)}to{opacity:0;visibility:hidden;transform:scale(0)}}@keyframes cookiebar-bottom-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-bottom-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(100%)}}.cc-group{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:center}.cc-group>label{flex-grow:1;margin:5px 0 5px 10px}.cc-cookies{display:none;width:100%}.cc-detail-btn{padding:8px 10px;line-height:1.2rem}.cc-detail-btn-details{text-decoration:underline;padding:0;margin:0 0 10px}.cc-detail-btn,.cc-detail-btn-details{display:inline-block;color:var(--ccb-detail-clr, #a2a2a2);border:0 none;outline:0 none;background:rgba(0,0,0,0);font-size:13px;letter-spacing:0;text-transform:initial;cursor:pointer}.cc-detail-btn span:nth-child(2),.cc-detail-btn-details span:nth-child(2){display:none}.cc-detail-btn.cc-active span:nth-child(1),.cc-detail-btn-details.cc-active span:nth-child(1){display:none}.cc-detail-btn.cc-active span:nth-child(2),.cc-detail-btn-details.cc-active span:nth-child(2){display:inline}.cc-detail-btn:hover,.cc-detail-btn-details:hover{background:rgba(0,0,0,0);color:var(--ccb-detail-clr-hvr, #717171)}
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
.newslist,
.newslist-v2,
ol,
ul {
    list-style: none
}

.fontsizexxxxl,
fontsizel,
fontsizem,
fontsizexl,
fontsizexxl,
fontsizexxxl {
    line-height: 1.2
}

.image_container {
    position: relative
}


/**,*/
:after,
:before {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

body {
    overflow-x: hidden;
    background-repeat: repeat;
    background-size: auto;
    background-position: top left
}

body,
html {
    min-height: 100vh
}

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

td {
    padding: 15px
}

.inside {
    text-align: left
}

.block {
    overflow: hidden
}

.clear,
.defloat {
    clear: both;
    height: none
}

.nomargin {
    margin: 0
}

.nopadding {
    padding: 0
}

.hide,
.invisible {
    display: none!important;
    visibility: hidden!important
}

.inlineblock,
code,
pre {
    display: inline-block
}

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

.animate {
    opacity: 0
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

p,
p:last-of-type {
    margin-bottom: 16px
}

hr {
    border: 0;
    height: 1px;
    margin-bottom: 18px;
    margin-top: 18px
}

img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.autowidth,
.noresponsive,
.noresponsive figure,
.noresponsive img,
.notresponsive,
.notresponsive figure,
.notresponsive img,
img.noresponsive,
img.notresponsive {
    width: auto!important;
    max-width: 100%!important;
    height: auto
}

strong {
    font-weight: 700;
    font-weight: 600
}

a,
a:active,
a:link,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.mt0 {
    margin-top: 0!important
}

.mt5 {
    margin-top: 5px!important
}

.mt10 {
    margin-top: 10px!important
}

.mt20 {
    margin-top: 20px!important
}

.mt30 {
    margin-top: 30px!important
}

.mt40 {
    margin-top: 40px!important
}

.mt50 {
    margin-top: 50px!important
}

.mt60 {
    margin-top: 60px!important
}

.mt70 {
    margin-top: 70px!important
}

.mt80 {
    margin-top: 80px!important
}

.mt90 {
    margin-top: 90px!important
}

.mt100 {
    margin-top: 100px!important
}

.mt110 {
    margin-top: 110px!important
}

.mt120 {
    margin-top: 120px!important
}

.mt130 {
    margin-top: 130px!important
}

.mt140 {
    margin-top: 140px!important
}

.mt150 {
    margin-top: 150px!important
}

.mt160 {
    margin-top: 160px!important
}

.mt170 {
    margin-top: 170px!important
}

.mt180 {
    margin-top: 180px!important
}

.mt190 {
    margin-top: 190px!important
}

.mt200 {
    margin-top: 200px!important
}

.mb0 {
    margin-bottom: 0!important
}

.mb5 {
    margin-bottom: 5px!important
}

.mb10 {
    margin-bottom: 10px!important
}

.mb20 {
    margin-bottom: 20px!important
}

.mb30 {
    margin-bottom: 30px!important
}

.mb40 {
    margin-bottom: 40px!important
}

.mb50 {
    margin-bottom: 50px!important
}

.mb60 {
    margin-bottom: 60px!important
}

.mb70 {
    margin-bottom: 70px!important
}

.mb80 {
    margin-bottom: 80px!important
}

.mb90 {
    margin-bottom: 90px!important
}

.mb100 {
    margin-bottom: 100px!important
}

.mb110 {
    margin-bottom: 110px!important
}

.mb120 {
    margin-bottom: 120px!important
}

.mb130 {
    margin-bottom: 130px!important
}

.mb140 {
    margin-bottom: 140px!important
}

.mb150 {
    margin-bottom: 150px!important
}

.mb160 {
    margin-bottom: 160px!important
}

.mb170 {
    margin-bottom: 170px!important
}

.mb180 {
    margin-bottom: 180px!important
}

.mb190 {
    margin-bottom: 190px!important
}

.mb200 {
    margin-bottom: 200px!important
}

.ml0 {
    margin-left: 0!important
}

.ml5 {
    margin-left: 5px!important
}

.ml10 {
    margin-left: 10px!important
}

.ml20 {
    margin-left: 20px!important
}

.ml30 {
    margin-left: 30px!important
}

.ml40 {
    margin-left: 40px!important
}

.ml50 {
    margin-left: 50px!important
}

.ml60 {
    margin-left: 60px!important
}

.ml70 {
    margin-left: 70px!important
}

.ml80 {
    margin-left: 80px!important
}

.ml90 {
    margin-left: 90px!important
}

.ml100 {
    margin-left: 100px!important
}

.ml110 {
    margin-left: 110px!important
}

.ml120 {
    margin-left: 120px!important
}

.ml130 {
    margin-left: 130px!important
}

.ml140 {
    margin-left: 140px!important
}

.ml150 {
    margin-left: 150px!important
}

.ml160 {
    margin-left: 160px!important
}

.ml170 {
    margin-left: 170px!important
}

.ml180 {
    margin-left: 180px!important
}

.ml190 {
    margin-left: 190px!important
}

.ml200 {
    margin-left: 200px!important
}

.mr0 {
    margin-right: 0!important
}

.mr5 {
    margin-right: 5px!important
}

.mr10 {
    margin-right: 10px!important
}

.mr20 {
    margin-right: 20px!important
}

.mr30 {
    margin-right: 30px!important
}

.mr40 {
    margin-right: 40px!important
}

.mr50 {
    margin-right: 50px!important
}

.mr60 {
    margin-right: 60px!important
}

.mr70 {
    margin-right: 70px!important
}

.mr80 {
    margin-right: 80px!important
}

.mr90 {
    margin-right: 90px!important
}

.mr100 {
    margin-right: 100px!important
}

.mr110 {
    margin-right: 110px!important
}

.mr120 {
    margin-right: 120px!important
}

.mr130 {
    margin-right: 130px!important
}

.mr140 {
    margin-right: 140px!important
}

.mr150 {
    margin-right: 150px!important
}

.mr160 {
    margin-right: 160px!important
}

.mr170 {
    margin-right: 170px!important
}

.mr180 {
    margin-right: 180px!important
}

.mr190 {
    margin-right: 190px!important
}

.mr200 {
    margin-right: 200px!important
}

.pt0 {
    padding-top: 0!important
}

.pt5 {
    padding-top: 5px!important
}

.pt10 {
    padding-top: 10px!important
}

.pt20 {
    padding-top: 20px!important
}

.pt30 {
    padding-top: 30px!important
}

.pt40 {
    padding-top: 40px!important
}

.pt50 {
    padding-top: 50px!important
}

.pt60 {
    padding-top: 60px!important
}

.pt70 {
    padding-top: 70px!important
}

.pt80 {
    padding-top: 80px!important
}

.pt90 {
    padding-top: 90px!important
}

.pt100 {
    padding-top: 100px!important
}

.pt110 {
    padding-top: 110px!important
}

.pt120 {
    padding-top: 120px!important
}

.pt130 {
    padding-top: 130px!important
}

.pt140 {
    padding-top: 140px!important
}

.pt150 {
    padding-top: 150px!important
}

.pt160 {
    padding-top: 160px!important
}

.pt170 {
    padding-top: 170px!important
}

.pt180 {
    padding-top: 180px!important
}

.pt190 {
    padding-top: 190px!important
}

.pt200 {
    padding-top: 200px!important
}

.pb0 {
    padding-bottom: 0!important
}

.pb5 {
    padding-bottom: 5px!important
}

.pb10 {
    padding-bottom: 10px!important
}

.pb20 {
    padding-bottom: 20px!important
}

.pb30 {
    padding-bottom: 30px!important
}

.pb40 {
    padding-bottom: 40px!important
}

.pb50 {
    padding-bottom: 50px!important
}

.pb60 {
    padding-bottom: 60px!important
}

.pb70 {
    padding-bottom: 70px!important
}

.pb80 {
    padding-bottom: 80px!important
}

.pb90 {
    padding-bottom: 90px!important
}

.pb100 {
    padding-bottom: 100px!important
}

.pb110 {
    padding-bottom: 110px!important
}

.pb120 {
    padding-bottom: 120px!important
}

.pb130 {
    padding-bottom: 130px!important
}

.pb140 {
    padding-bottom: 140px!important
}

.pb150 {
    padding-bottom: 150px!important
}

.pb160 {
    padding-bottom: 160px!important
}

.pb170 {
    padding-bottom: 170px!important
}

.pb180 {
    padding-bottom: 180px!important
}

.pb190 {
    padding-bottom: 190px!important
}

.pb200 {
    padding-bottom: 200px!important
}

.pl0 {
    padding-left: 0!important
}

.pl5 {
    padding-left: 5px!important
}

.pl10 {
    padding-left: 10px!important
}

.pl20 {
    padding-left: 20px!important
}

.pl30 {
    padding-left: 30px!important
}

.pl40 {
    padding-left: 40px!important
}

.pl50 {
    padding-left: 50px!important
}

.pl60 {
    padding-left: 60px!important
}

.pl70 {
    padding-left: 70px!important
}

.pl80 {
    padding-left: 80px!important
}

.pl90 {
    padding-left: 90px!important
}

.pl100 {
    padding-left: 100px!important
}

.pl110 {
    padding-left: 110px!important
}

.pl120 {
    padding-left: 120px!important
}

.pl130 {
    padding-left: 130px!important
}

.pl140 {
    padding-left: 140px!important
}

.pl150 {
    padding-left: 150px!important
}

.pl160 {
    padding-left: 160px!important
}

.pl170 {
    padding-left: 170px!important
}

.pl180 {
    padding-left: 180px!important
}

.pl190 {
    padding-left: 190px!important
}

.pl200 {
    padding-left: 200px!important
}

.pr0 {
    padding-right: 0!important
}

.pr5 {
    padding-right: 5px!important
}

.pr10 {
    padding-right: 10px!important
}

.pr20 {
    padding-right: 20px!important
}

.pr30 {
    padding-right: 30px!important
}

.pr40 {
    padding-right: 40px!important
}

.pr50 {
    padding-right: 50px!important
}

.pr60 {
    padding-right: 60px!important
}

.pr70 {
    padding-right: 70px!important
}

.pr80 {
    padding-right: 80px!important
}

.pr90 {
    padding-right: 90px!important
}

.pr100 {
    padding-right: 100px!important
}

.pr110 {
    padding-right: 110px!important
}

.pr120 {
    padding-right: 120px!important
}

.pr130 {
    padding-right: 130px!important
}

.pr140 {
    padding-right: 140px!important
}

.pr150 {
    padding-right: 150px!important
}

.pr160 {
    padding-right: 160px!important
}

.pr170 {
    padding-right: 170px!important
}

.pr180 {
    padding-right: 180px!important
}

.pr190 {
    padding-right: 190px!important
}

.pr200 {
    padding-right: 200px!important
}

.p0 {
    padding: 0!important
}

.p5 {
    padding: 5px!important
}

.p10 {
    padding: 10px!important
}

.p20 {
    padding: 20px!important
}

.p30 {
    padding: 30px!important
}

.p40 {
    padding: 40px!important
}

.p50 {
    padding: 50px!important
}

.p60 {
    padding: 60px!important
}

.p70 {
    padding: 70px!important
}

.p80 {
    padding: 80px!important
}

.p90 {
    padding: 90px!important
}

.p100 {
    padding: 100px!important
}

.p110 {
    padding: 110px!important
}

.p120 {
    padding: 120px!important
}

.p130 {
    padding: 130px!important
}

.p140 {
    padding: 140px!important
}

.p150 {
    padding: 150px!important
}

.p160 {
    padding: 160px!important
}

.p170 {
    padding: 170px!important
}

.p180 {
    padding: 180px!important
}

.p190 {
    padding: 190px!important
}

.p200 {
    padding: 200px!important
}

.m0 {
    margin: 0!important
}

.mtxxl {
    margin-top: 80px!important
}

.mtxl {
    margin-top: 70px!important
}

.mtl {
    margin-top: 60px!important
}

.mtm {
    margin-top: 50px!important
}

.mts {
    margin-top: 40px!important
}

.mtxs {
    margin-top: 30px!important
}

.mtxxs {
    margin-top: 20px!important
}

.mbxxl {
    margin-bottom: 80px!important
}

.mbxl {
    margin-bottom: 70px!important
}

.mbl {
    margin-bottom: 60px!important
}

.mbm {
    margin-bottom: 50px!important
}

.mbs {
    margin-bottom: 40px!important
}

.mbxs {
    margin-bottom: 30px!important
}

.mbxxs {
    margin-bottom: 20px!important
}

.ptxxl {
    padding-top: 170px!important
}

.ptxl {
    padding-top: 150px!important
}

.ptl {
    padding-top: 120px!important
}

.ptm {
    padding-top: 100px!important
}

.pts {
    padding-top: 90px!important
}

.ptxs {
    padding-top: 50px!important
}

.ptxxs {
    padding-top: 30px!important
}

.pbxxl {
    padding-bottom: 170px!important
}

.pbxl {
    padding-bottom: 150px!important
}

.pbl {
    padding-bottom: 120px!important
}

.pbm {
    padding-bottom: 100px!important
}

.pbs {
    padding-bottom: 90px!important
}

.pbxs {
    padding-bottom: 50px!important
}

.pbxxs {
    padding-bottom: 30px!important
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .mt0m {
        margin-top: 0!important
    }
    .mt5m {
        margin-top: 5px!important
    }
    .mt10m {
        margin-top: 10px!important
    }
    .mt20m {
        margin-top: 20px!important
    }
    .mt30m {
        margin-top: 30px!important
    }
    .mt40m {
        margin-top: 40px!important
    }
    .mt50m {
        margin-top: 50px!important
    }
    .mt60m {
        margin-top: 60px!important
    }
    .mt70m {
        margin-top: 70px!important
    }
    .mt80m {
        margin-top: 80px!important
    }
    .mt90m {
        margin-top: 90px!important
    }
    .mt100m {
        margin-top: 100px!important
    }
    .mt110m {
        margin-top: 110px!important
    }
    .mt120m {
        margin-top: 120px!important
    }
    .mt130m {
        margin-top: 130px!important
    }
    .mt140m {
        margin-top: 140px!important
    }
    .mt150m {
        margin-top: 150px!important
    }
    .mt160m {
        margin-top: 160px!important
    }
    .mt170m {
        margin-top: 170px!important
    }
    .mt180m {
        margin-top: 180px!important
    }
    .mt190m {
        margin-top: 190px!important
    }
    .mt200m {
        margin-top: 200px!important
    }
    .mb0m {
        margin-bottom: 0!important
    }
    .mb5m {
        margin-bottom: 5px!important
    }
    .mb10m {
        margin-bottom: 10px!important
    }
    .mb20m {
        margin-bottom: 20px!important
    }
    .mb30m {
        margin-bottom: 30px!important
    }
    .mb40m {
        margin-bottom: 40px!important
    }
    .mb50m {
        margin-bottom: 50px!important
    }
    .mb60m {
        margin-bottom: 60px!important
    }
    .mb70m {
        margin-bottom: 70px!important
    }
    .mb80m {
        margin-bottom: 80px!important
    }
    .mb90m {
        margin-bottom: 90px!important
    }
    .mb100m {
        margin-bottom: 100px!important
    }
    .mb110m {
        margin-bottom: 110px!important
    }
    .mb120m {
        margin-bottom: 120px!important
    }
    .mb130m {
        margin-bottom: 130px!important
    }
    .mb140m {
        margin-bottom: 140px!important
    }
    .mb150m {
        margin-bottom: 150px!important
    }
    .mb160m {
        margin-bottom: 160px!important
    }
    .mb170m {
        margin-bottom: 170px!important
    }
    .mb180m {
        margin-bottom: 180px!important
    }
    .mb190m {
        margin-bottom: 190px!important
    }
    .mb200m {
        margin-bottom: 200px!important
    }
    .ml0m {
        margin-left: 0!important
    }
    .ml5m {
        margin-left: 5px!important
    }
    .ml10m {
        margin-left: 10px!important
    }
    .ml20m {
        margin-left: 20px!important
    }
    .ml30m {
        margin-left: 30px!important
    }
    .ml40m {
        margin-left: 40px!important
    }
    .ml50m {
        margin-left: 50px!important
    }
    .ml60m {
        margin-left: 60px!important
    }
    .ml70m {
        margin-left: 70px!important
    }
    .ml80m {
        margin-left: 80px!important
    }
    .ml90m {
        margin-left: 90px!important
    }
    .ml100m {
        margin-left: 100px!important
    }
    .ml110m {
        margin-left: 110px!important
    }
    .ml120m {
        margin-left: 120px!important
    }
    .ml130m {
        margin-left: 130px!important
    }
    .ml140m {
        margin-left: 140px!important
    }
    .ml150m {
        margin-left: 150px!important
    }
    .ml160m {
        margin-left: 160px!important
    }
    .ml170m {
        margin-left: 170px!important
    }
    .ml180m {
        margin-left: 180px!important
    }
    .ml190m {
        margin-left: 190px!important
    }
    .ml200m {
        margin-left: 200px!important
    }
    .mr0m {
        margin-right: 0!important
    }
    .mr5m {
        margin-right: 5px!important
    }
    .mr10m {
        margin-right: 10px!important
    }
    .mr20m {
        margin-right: 20px!important
    }
    .mr30m {
        margin-right: 30px!important
    }
    .mr40m {
        margin-right: 40px!important
    }
    .mr50m {
        margin-right: 50px!important
    }
    .mr60m {
        margin-right: 60px!important
    }
    .mr70m {
        margin-right: 70px!important
    }
    .mr80m {
        margin-right: 80px!important
    }
    .mr90m {
        margin-right: 90px!important
    }
    .mr100m {
        margin-right: 100px!important
    }
    .mr110m {
        margin-right: 110px!important
    }
    .mr120m {
        margin-right: 120px!important
    }
    .mr130m {
        margin-right: 130px!important
    }
    .mr140m {
        margin-right: 140px!important
    }
    .mr150m {
        margin-right: 150px!important
    }
    .mr160m {
        margin-right: 160px!important
    }
    .mr170m {
        margin-right: 170px!important
    }
    .mr180m {
        margin-right: 180px!important
    }
    .mr190m {
        margin-right: 190px!important
    }
    .mr200m {
        margin-right: 200px!important
    }
    .pt0m {
        padding-top: 0!important
    }
    .pt5m {
        padding-top: 5px!important
    }
    .pt10m {
        padding-top: 10px!important
    }
    .pt20m {
        padding-top: 20px!important
    }
    .pt30m {
        padding-top: 30px!important
    }
    .pt40m {
        padding-top: 40px!important
    }
    .pt50m {
        padding-top: 50px!important
    }
    .pt60m {
        padding-top: 60px!important
    }
    .pt70m {
        padding-top: 70px!important
    }
    .pt80m {
        padding-top: 80px!important
    }
    .pt90m {
        padding-top: 90px!important
    }
    .pt100m {
        padding-top: 100px!important
    }
    .pt110m {
        padding-top: 110px!important
    }
    .pt120m {
        padding-top: 120px!important
    }
    .pt130m {
        padding-top: 130px!important
    }
    .pt140m {
        padding-top: 140px!important
    }
    .pt150m {
        padding-top: 150px!important
    }
    .pt160m {
        padding-top: 160px!important
    }
    .pt170m {
        padding-top: 170px!important
    }
    .pt180m {
        padding-top: 180px!important
    }
    .pt190m {
        padding-top: 190px!important
    }
    .pt200m {
        padding-top: 200px!important
    }
    .pb0m {
        padding-bottom: 0!important
    }
    .pb5m {
        padding-bottom: 5px!important
    }
    .pb10m {
        padding-bottom: 10px!important
    }
    .pb20m {
        padding-bottom: 20px!important
    }
    .pb30m {
        padding-bottom: 30px!important
    }
    .pb40m {
        padding-bottom: 40px!important
    }
    .pb50m {
        padding-bottom: 50px!important
    }
    .pb60m {
        padding-bottom: 60px!important
    }
    .pb70m {
        padding-bottom: 70px!important
    }
    .pb80m {
        padding-bottom: 80px!important
    }
    .pb90m {
        padding-bottom: 90px!important
    }
    .pb100m {
        padding-bottom: 100px!important
    }
    .pb110m {
        padding-bottom: 110px!important
    }
    .pb120m {
        padding-bottom: 120px!important
    }
    .pb130m {
        padding-bottom: 130px!important
    }
    .pb140m {
        padding-bottom: 140px!important
    }
    .pb150m {
        padding-bottom: 150px!important
    }
    .pb160m {
        padding-bottom: 160px!important
    }
    .pb170m {
        padding-bottom: 170px!important
    }
    .pb180m {
        padding-bottom: 180px!important
    }
    .pb190m {
        padding-bottom: 190px!important
    }
    .pb200m {
        padding-bottom: 200px!important
    }
    .pl0m {
        padding-left: 0!important
    }
    .pl5m {
        padding-left: 5px!important
    }
    .pl10m {
        padding-left: 10px!important
    }
    .pl20m {
        padding-left: 20px!important
    }
    .pl30m {
        padding-left: 30px!important
    }
    .pl40m {
        padding-left: 40px!important
    }
    .pl50m {
        padding-left: 50px!important
    }
    .pl60m {
        padding-left: 60px!important
    }
    .pl70m {
        padding-left: 70px!important
    }
    .pl80m {
        padding-left: 80px!important
    }
    .pl90m {
        padding-left: 90px!important
    }
    .pl100m {
        padding-left: 100px!important
    }
    .pl110m {
        padding-left: 110px!important
    }
    .pl120m {
        padding-left: 120px!important
    }
    .pl130m {
        padding-left: 130px!important
    }
    .pl140m {
        padding-left: 140px!important
    }
    .pl150m {
        padding-left: 150px!important
    }
    .pl160m {
        padding-left: 160px!important
    }
    .pl170m {
        padding-left: 170px!important
    }
    .pl180m {
        padding-left: 180px!important
    }
    .pl190m {
        padding-left: 190px!important
    }
    .pl200m {
        padding-left: 200px!important
    }
    .pr0m {
        padding-right: 0!important
    }
    .pr5m {
        padding-right: 5px!important
    }
    .pr10m {
        padding-right: 10px!important
    }
    .pr20m {
        padding-right: 20px!important
    }
    .pr30m {
        padding-right: 30px!important
    }
    .pr40m {
        padding-right: 40px!important
    }
    .pr50m {
        padding-right: 50px!important
    }
    .pr60m {
        padding-right: 60px!important
    }
    .pr70m {
        padding-right: 70px!important
    }
    .pr80m {
        padding-right: 80px!important
    }
    .pr90m {
        padding-right: 90px!important
    }
    .pr100m {
        padding-right: 100px!important
    }
    .pr110m {
        padding-right: 110px!important
    }
    .pr120m {
        padding-right: 120px!important
    }
    .pr130m {
        padding-right: 130px!important
    }
    .pr140m {
        padding-right: 140px!important
    }
    .pr150m {
        padding-right: 150px!important
    }
    .pr160m {
        padding-right: 160px!important
    }
    .pr170m {
        padding-right: 170px!important
    }
    .pr180m {
        padding-right: 180px!important
    }
    .pr190m {
        padding-right: 190px!important
    }
    .pr200m {
        padding-right: 200px!important
    }
    .p0m {
        padding: 0!important
    }
    .p5m {
        padding: 5px!important
    }
    .p10m {
        padding: 10px!important
    }
    .p20m {
        padding: 20px!important
    }
    .p30m {
        padding: 30px!important
    }
    .p40m {
        padding: 40px!important
    }
    .p50m {
        padding: 50px!important
    }
    .p60m {
        padding: 60px!important
    }
    .p70m {
        padding: 70px!important
    }
    .p80m {
        padding: 80px!important
    }
    .p90m {
        padding: 90px!important
    }
    .p100m {
        padding: 100px!important
    }
    .p110m {
        padding: 110px!important
    }
    .p120m {
        padding: 120px!important
    }
    .p130m {
        padding: 130px!important
    }
    .p140m {
        padding: 140px!important
    }
    .p150m {
        padding: 150px!important
    }
    .p160m {
        padding: 160px!important
    }
    .p170m {
        padding: 170px!important
    }
    .p180m {
        padding: 180px!important
    }
    .p190m {
        padding: 190px!important
    }
    .p200m {
        padding: 200px!important
    }
    .mtxxl {
        margin-top: 60px!important
    }
    .mtxl {
        margin-top: 50px!important
    }
    .mtl {
        margin-top: 40px!important
    }
    .mtm {
        margin-top: 30px!important
    }
    .mts {
        margin-top: 25px!important
    }
    .mtxs,
    .mtxxs {
        margin-top: 20px!important
    }
    .mbxxl {
        margin-bottom: 60px!important
    }
    .mbxl {
        margin-bottom: 50px!important
    }
    .mbl {
        margin-bottom: 40px!important
    }
    .mbm {
        margin-bottom: 30px!important
    }
    .mbs {
        margin-bottom: 25px!important
    }
    .mbxs,
    .mbxxs {
        margin-bottom: 20px!important
    }
    .ptxxl {
        padding-top: 130px!important
    }
    .ptxl {
        padding-top: 110px!important
    }
    .ptl {
        padding-top: 100px!important
    }
    .ptm {
        padding-top: 80px!important
    }
    .pts {
        padding-top: 70px!important
    }
    .ptxs {
        padding-top: 40px!important
    }
    .ptxxs {
        padding-top: 30px!important
    }
    .pbxxl {
        padding-bottom: 130px!important
    }
    .pbxl {
        padding-bottom: 110px!important
    }
    .pbl {
        padding-bottom: 100px!important
    }
    .pbm {
        padding-bottom: 80px!important
    }
    .pbs {
        padding-bottom: 70px!important
    }
    .pbxs {
        padding-bottom: 40px!important
    }
    .pbxxs {
        padding-bottom: 30px!important
    }
}

@media only screen and (max-width:767px) {
    .mt0s {
        margin-top: 0!important
    }
    .mt5s {
        margin-top: 5px!important
    }
    .mt10s {
        margin-top: 10px!important
    }
    .mt20s {
        margin-top: 20px!important
    }
    .mt30s {
        margin-top: 30px!important
    }
    .mt40s {
        margin-top: 40px!important
    }
    .mt50s {
        margin-top: 50px!important
    }
    .mt60s {
        margin-top: 60px!important
    }
    .mt70s {
        margin-top: 70px!important
    }
    .mt80s {
        margin-top: 80px!important
    }
    .mt90s {
        margin-top: 90px!important
    }
    .mt100s {
        margin-top: 100px!important
    }
    .mt110s {
        margin-top: 110px!important
    }
    .mt120s {
        margin-top: 120px!important
    }
    .mt130s {
        margin-top: 130px!important
    }
    .mt140s {
        margin-top: 140px!important
    }
    .mt150s {
        margin-top: 150px!important
    }
    .mt160s {
        margin-top: 160px!important
    }
    .mt170s {
        margin-top: 170px!important
    }
    .mt180s {
        margin-top: 180px!important
    }
    .mt190s {
        margin-top: 190px!important
    }
    .mt200s {
        margin-top: 200px!important
    }
    .mb0s {
        margin-bottom: 0!important
    }
    .mb5s {
        margin-bottom: 5px!important
    }
    .mb10s {
        margin-bottom: 10px!important
    }
    .mb20s {
        margin-bottom: 20px!important
    }
    .mb30s {
        margin-bottom: 30px!important
    }
    .mb40s {
        margin-bottom: 40px!important
    }
    .mb50s {
        margin-bottom: 50px!important
    }
    .mb60s {
        margin-bottom: 60px!important
    }
    .mb70s {
        margin-bottom: 70px!important
    }
    .mb80s {
        margin-bottom: 80px!important
    }
    .mb90s {
        margin-bottom: 90px!important
    }
    .mb100s {
        margin-bottom: 100px!important
    }
    .mb110s {
        margin-bottom: 110px!important
    }
    .mb120s {
        margin-bottom: 120px!important
    }
    .mb130s {
        margin-bottom: 130px!important
    }
    .mb140s {
        margin-bottom: 140px!important
    }
    .mb150s {
        margin-bottom: 150px!important
    }
    .mb160s {
        margin-bottom: 160px!important
    }
    .mb170s {
        margin-bottom: 170px!important
    }
    .mb180s {
        margin-bottom: 180px!important
    }
    .mb190s {
        margin-bottom: 190px!important
    }
    .mb200s {
        margin-bottom: 200px!important
    }
    .ml0s {
        margin-left: 0!important
    }
    .ml5s {
        margin-left: 5px!important
    }
    .ml10s {
        margin-left: 10px!important
    }
    .ml20s {
        margin-left: 20px!important
    }
    .ml30s {
        margin-left: 30px!important
    }
    .ml40s {
        margin-left: 40px!important
    }
    .ml50s {
        margin-left: 50px!important
    }
    .ml60s {
        margin-left: 60px!important
    }
    .ml70s {
        margin-left: 70px!important
    }
    .ml80s {
        margin-left: 80px!important
    }
    .ml90s {
        margin-left: 90px!important
    }
    .ml100s {
        margin-left: 100px!important
    }
    .ml110s {
        margin-left: 110px!important
    }
    .ml120s {
        margin-left: 120px!important
    }
    .ml130s {
        margin-left: 130px!important
    }
    .ml140s {
        margin-left: 140px!important
    }
    .ml150s {
        margin-left: 150px!important
    }
    .ml160s {
        margin-left: 160px!important
    }
    .ml170s {
        margin-left: 170px!important
    }
    .ml180s {
        margin-left: 180px!important
    }
    .ml190s {
        margin-left: 190px!important
    }
    .ml200s {
        margin-left: 200px!important
    }
    .mr0s {
        margin-right: 0!important
    }
    .mr5s {
        margin-right: 5px!important
    }
    .mr10s {
        margin-right: 10px!important
    }
    .mr20s {
        margin-right: 20px!important
    }
    .mr30s {
        margin-right: 30px!important
    }
    .mr40s {
        margin-right: 40px!important
    }
    .mr50s {
        margin-right: 50px!important
    }
    .mr60s {
        margin-right: 60px!important
    }
    .mr70s {
        margin-right: 70px!important
    }
    .mr80s {
        margin-right: 80px!important
    }
    .mr90s {
        margin-right: 90px!important
    }
    .mr100s {
        margin-right: 100px!important
    }
    .mr110s {
        margin-right: 110px!important
    }
    .mr120s {
        margin-right: 120px!important
    }
    .mr130s {
        margin-right: 130px!important
    }
    .mr140s {
        margin-right: 140px!important
    }
    .mr150s {
        margin-right: 150px!important
    }
    .mr160s {
        margin-right: 160px!important
    }
    .mr170s {
        margin-right: 170px!important
    }
    .mr180s {
        margin-right: 180px!important
    }
    .mr190s {
        margin-right: 190px!important
    }
    .mr200s {
        margin-right: 200px!important
    }
    .pt0s {
        padding-top: 0!important
    }
    .pt5s {
        padding-top: 5px!important
    }
    .pt10s {
        padding-top: 10px!important
    }
    .pt20s {
        padding-top: 20px!important
    }
    .pt30s {
        padding-top: 30px!important
    }
    .pt40s {
        padding-top: 40px!important
    }
    .pt50s {
        padding-top: 50px!important
    }
    .pt60s {
        padding-top: 60px!important
    }
    .pt70s {
        padding-top: 70px!important
    }
    .pt80s {
        padding-top: 80px!important
    }
    .pt90s {
        padding-top: 90px!important
    }
    .pt100s {
        padding-top: 100px!important
    }
    .pt110s {
        padding-top: 110px!important
    }
    .pt120s {
        padding-top: 120px!important
    }
    .pt130s {
        padding-top: 130px!important
    }
    .pt140s {
        padding-top: 140px!important
    }
    .pt150s {
        padding-top: 150px!important
    }
    .pt160s {
        padding-top: 160px!important
    }
    .pt170s {
        padding-top: 170px!important
    }
    .pt180s {
        padding-top: 180px!important
    }
    .pt190s {
        padding-top: 190px!important
    }
    .pt200s {
        padding-top: 200px!important
    }
    .pb0s {
        padding-bottom: 0!important
    }
    .pb5s {
        padding-bottom: 5px!important
    }
    .pb10s {
        padding-bottom: 10px!important
    }
    .pb20s {
        padding-bottom: 20px!important
    }
    .pb30s {
        padding-bottom: 30px!important
    }
    .pb40s {
        padding-bottom: 40px!important
    }
    .pb50s {
        padding-bottom: 50px!important
    }
    .pb60s {
        padding-bottom: 60px!important
    }
    .pb70s {
        padding-bottom: 70px!important
    }
    .pb80s {
        padding-bottom: 80px!important
    }
    .pb90s {
        padding-bottom: 90px!important
    }
    .pb100s {
        padding-bottom: 100px!important
    }
    .pb110s {
        padding-bottom: 110px!important
    }
    .pb120s {
        padding-bottom: 120px!important
    }
    .pb130s {
        padding-bottom: 130px!important
    }
    .pb140s {
        padding-bottom: 140px!important
    }
    .pb150s {
        padding-bottom: 150px!important
    }
    .pb160s {
        padding-bottom: 160px!important
    }
    .pb170s {
        padding-bottom: 170px!important
    }
    .pb180s {
        padding-bottom: 180px!important
    }
    .pb190s {
        padding-bottom: 190px!important
    }
    .pb200s {
        padding-bottom: 200px!important
    }
    .pl0s {
        padding-left: 0!important
    }
    .pl5s {
        padding-left: 5px!important
    }
    .pl10s {
        padding-left: 10px!important
    }
    .pl20s {
        padding-left: 20px!important
    }
    .pl30s {
        padding-left: 30px!important
    }
    .pl40s {
        padding-left: 40px!important
    }
    .pl50s {
        padding-left: 50px!important
    }
    .pl60s {
        padding-left: 60px!important
    }
    .pl70s {
        padding-left: 70px!important
    }
    .pl80s {
        padding-left: 80px!important
    }
    .pl90s {
        padding-left: 90px!important
    }
    .pl100s {
        padding-left: 100px!important
    }
    .pl110s {
        padding-left: 110px!important
    }
    .pl120s {
        padding-left: 120px!important
    }
    .pl130s {
        padding-left: 130px!important
    }
    .pl140s {
        padding-left: 140px!important
    }
    .pl150s {
        padding-left: 150px!important
    }
    .pl160s {
        padding-left: 160px!important
    }
    .pl170s {
        padding-left: 170px!important
    }
    .pl180s {
        padding-left: 180px!important
    }
    .pl190s {
        padding-left: 190px!important
    }
    .pl200s {
        padding-left: 200px!important
    }
    .pr0s {
        padding-right: 0!important
    }
    .pr5s {
        padding-right: 5px!important
    }
    .pr10s {
        padding-right: 10px!important
    }
    .pr20s {
        padding-right: 20px!important
    }
    .pr30s {
        padding-right: 30px!important
    }
    .pr40s {
        padding-right: 40px!important
    }
    .pr50s {
        padding-right: 50px!important
    }
    .pr60s {
        padding-right: 60px!important
    }
    .pr70s {
        padding-right: 70px!important
    }
    .pr80s {
        padding-right: 80px!important
    }
    .pr90s {
        padding-right: 90px!important
    }
    .pr100s {
        padding-right: 100px!important
    }
    .pr110s {
        padding-right: 110px!important
    }
    .pr120s {
        padding-right: 120px!important
    }
    .pr130s {
        padding-right: 130px!important
    }
    .pr140s {
        padding-right: 140px!important
    }
    .pr150s {
        padding-right: 150px!important
    }
    .pr160s {
        padding-right: 160px!important
    }
    .pr170s {
        padding-right: 170px!important
    }
    .pr180s {
        padding-right: 180px!important
    }
    .pr190s {
        padding-right: 190px!important
    }
    .pr200s {
        padding-right: 200px!important
    }
    .p0s {
        padding: 0!important
    }
    .p5s {
        padding: 5px!important
    }
    .p10s {
        padding: 10px!important
    }
    .p20s {
        padding: 20px!important
    }
    .p30s {
        padding: 30px!important
    }
    .p40s {
        padding: 40px!important
    }
    .p50s {
        padding: 50px!important
    }
    .p60s {
        padding: 60px!important
    }
    .p70s {
        padding: 70px!important
    }
    .p80s {
        padding: 80px!important
    }
    .p90s {
        padding: 90px!important
    }
    .p100s {
        padding: 100px!important
    }
    .p110s {
        padding: 110px!important
    }
    .p120s {
        padding: 120px!important
    }
    .p130s {
        padding: 130px!important
    }
    .p140s {
        padding: 140px!important
    }
    .p150s {
        padding: 150px!important
    }
    .p160s {
        padding: 160px!important
    }
    .p170s {
        padding: 170px!important
    }
    .p180s {
        padding: 180px!important
    }
    .p190s {
        padding: 190px!important
    }
    .p200s {
        padding: 200px!important
    }
    .mtxxl {
        margin-top: 50px!important
    }
    .mtxl {
        margin-top: 40px!important
    }
    .mtl {
        margin-top: 30px!important
    }
    .mtm {
        margin-top: 25px!important
    }
    .mts,
    .mtxs,
    .mtxxs {
        margin-top: 20px!important
    }
    .mbxxl {
        margin-bottom: 50px!important
    }
    .mbxl {
        margin-bottom: 40px!important
    }
    .mbl {
        margin-bottom: 30px!important
    }
    .mbm {
        margin-bottom: 25px!important
    }
    .mbs,
    .mbxs,
    .mbxxs {
        margin-bottom: 20px!important
    }
    .ptxxl {
        padding-top: 80px!important
    }
    .ptl,
    .ptxl {
        padding-top: 70px!important
    }
    .ptm {
        padding-top: 60px!important
    }
    .pts {
        padding-top: 50px!important
    }
    .ptxs {
        padding-top: 40px!important
    }
    .ptxxs {
        padding-top: 30px!important
    }
    .pbxxl {
        padding-bottom: 80px!important
    }
    .pbl,
    .pbxl {
        padding-bottom: 70px!important
    }
    .pbm {
        padding-bottom: 60px!important
    }
    .pbs {
        padding-bottom: 50px!important
    }
    .pbxs {
        padding-bottom: 40px!important
    }
    .pbxxs {
        padding-bottom: 30px!important
    }
}

.fontsizexxxxl {
    font-size: 85px
}

fontsizexxxl {
    font-size: 75px
}

fontsizexxl {
    font-size: 65px
}

fontsizexl {
    font-size: 55px
}

fontsizel {
    font-size: 45px
}

fontsizem {
    font-size: 35px
}

fontsizes {
    font-size: 25px
}

fontsizexs {
    font-size: 22px
}

fontsizexxs {
    font-size: 18px
}

fontsizexxxs {
    font-size: 13px
}

fontsizexxxxs {
    font-size: 10px
}

.btdark {
    border-top: 1px solid #e5e5e5
}

.bbdark {
    border-bottom: 1px solid #e5e5e5
}

.btlight {
    border-top: 1px solid #fff
}

.bblight {
    border-bottom: 1px solid #fff
}

.btdark-dashed {
    border-top: 1px dashed #e5e5e5
}

.bbdark-dashed {
    border-bottom: 1px dashed #e5e5e5
}

.btlightdashed {
    border-top: 1px dashed #fff
}

.bblightdashed {
    border-bottom: 1px dashed #fff
}

.btdarkdotted {
    border-top: 1px dotted #e5e5e5
}

.bbdarkdotted {
    border-bottom: 1px dotted #e5e5e5
}

.btlightdotted {
    border-top: 1px dotted #fff
}

.bblightdotted {
    border-bottom: 1px dotted #fff
}

.bg-accent {
    background-color: #989898
}

.bg-lightgray {
    background-color: #f7f7f7
}

.bg-darkgray {
    background-color: #454545
}

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

.bg-alert {
    background-color: #ce4f4b
}

.bg-info {
    background-color: #5ebbd7
}

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

.bg-success {
    background-color: #52ac52
}

.bg-transparent-white {
    background-color: rgba(255, 255, 255, .7)
}

.bg-transparent-black {
    background-color: rgba(0, 0, 0, .7)
}

.colorwhite,
.colorwhite a:not(.linkwhite),
.colorwhite h1,
.colorwhite h2,
.colorwhite h3,
.colorwhite h4,
.colorwhite h5,
.colorwhite h6,
.colorwhite i,
.colorwhite p {
    color: #fff!important
}

.colorgray,
.colorgray a:not(.linkwhite),
.colorgray h1,
.colorgray h2,
.colorgray h3,
.colorgray h4,
.colorgray h5,
.colorgray h6,
.colorgray i,
.colorgray p {
    color: #7f7f7f!important
}

.colorlightgray,
.colorlightgray a:not(.linkwhite),
.colorlightgray h1,
.colorlightgray h2,
.colorlightgray h3,
.colorlightgray h4,
.colorlightgray h5,
.colorlightgray h6,
.colorlightgray i,
.colorlightgray p {
    color: #b4b4b4!important
}

.colordarkgray,
.colordarkgray a:not(.linkwhite),
.colordarkgray h1,
.colordarkgray h2,
.colordarkgray h3,
.colordarkgray h4,
.colordarkgray h5,
.colordarkgray h6,
.colordarkgray i,
.colordarkgray p {
    color: #4c4c4c!important
}

.coloraccent,
.coloraccent a:not(.linkwhite),
.coloraccent h1,
.coloraccent h2,
.coloraccent h3,
.coloraccent h4,
.coloraccent h5,
.coloraccent h6,
.coloraccent i,
.coloraccent p {
    color: #989898
}

.colorsuccess,
.colorsuccess a:not(.linkwhite),
.colorsuccess h1,
.colorsuccess h2,
.colorsuccess h3,
.colorsuccess h4,
.colorsuccess h5,
.colorsuccess h6,
.colorsuccess i,
.colorsuccess p {
    color: #9dd55d
}

.coloralert,
.coloralert a:not(.linkwhite),
.coloralert h1,
.coloralert h2,
.coloralert h3,
.coloralert h4,
.coloralert h5,
.coloralert h6,
.coloralert i,
.coloralert p {
    color: #f7505a
}

.colorwarning,
.colorwarning a:not(.linkwhite),
.colorwarning h1,
.colorwarning h2,
.colorwarning h3,
.colorwarning h4,
.colorwarning h5,
.colorwarning h6,
.colorwarning i,
.colorwarning p {
    color: #f08a24
}

.colorinfo,
.colorinfo a:not(.linkwhite),
.colorinfo h1,
.colorinfo h2,
.colorinfo h3,
.colorinfo h4,
.colorinfo h5,
.colorinfo h6,
.colorinfo i,
.colorinfo p {
    color: #a0d3e8
}

.aligncenter,
.aligncenter * {
    text-align: center
}

.alignright,
.alignright * {
    text-align: right
}

.alignleft,
.alignleft *,
.alignlefteasy {
    text-align: left
}

.alignrighteasy {
    text-align: right
}

.aligncentereasy,
.smallwidthcenter {
    text-align: center
}

[class*=label] {
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 10px;
    display: inline-block
}

.labelaccent {
    background: #989898
}

.labelsecondary {
    background: #e7e7e7;
    color: #333
}

.labelsuccess {
    background: #9dd55d
}

.labelalert {
    background: #f7505a
}

.labelwarning {
    background: #f08a24
}

.labelinfo {
    background: #a0d3e8;
    color: #333
}

.letterspacingxl {
    letter-spacing: 5px
}

.letterspacingl {
    letter-spacing: 3px
}

.letterspacingm {
    letter-spacing: 2px
}

.letterspacings {
    letter-spacing: 1px
}

.linethrough {
    text-decoration: line-through
}

.mediumwidth {
    max-width: 600px
}

.mediumsmall {
    max-width: 400px
}

.mediumwidthcenter {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.smallwidthcenter {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

span.highlight {
    background: #333;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px
}

span.serif {
    font-family: Georgia, Times, serif
}

span.no-serif {
    font-family: Arial, Verdana, sans-serif
}

.floatright,
.right {
    float: right
}

.floatleft,
.left {
    float: left
}

.borderradius3 {
    border-radius: 3px
}

.borderradius5 {
    border-radius: 5px
}

.borderradius10,
.borderradius15,
.borderradius30 {
    border-radius: 10px
}

.borderradius50 {
    border-radius: 50px
}

.borderradius100 {
    border-radius: 100%
}

.colfull {
    width: 100%
}

.colhalf {
    width: 50%
}

.colthird {
    width: 33.3333%
}

.colfourth {
    width: 25%
}

.colfifth {
    width: 20%
}

.colsixth {
    width: 16.6667%
}

.coltwothird {
    width: 66.6667%
}

.coltwofourth {
    width: 50%
}

.colthreefourth {
    width: 75%
}

.coltwofifth {
    width: 40%
}

.colthreefifth {
    width: 60%
}

.colfourfifth {
    width: 80%
}

.coltwosixth {
    width: 33.3333%
}

.colthreesixth {
    width: 49.9999%
}

.colfoursixth {
    width: 66.6667%
}

.colfivesixth {
    width: 83.3333%
}

code,
pre {
    font-family: monospace;
    padding: 10px;
    margin-bottom: 10px
}

abbr {
    border-bottom: 1px dashed;
    cursor: pointer
}

.pagination {
    clear: both
}

.pagination ul {
    padding: 0;
    float: left
}

.pagination p {
    float: right
}

.pagination li {
    background: 0 0;
    padding: 0;
    margin: 0;
    float: left;
    list-style-type: none
}

.pagination li a:before,
.pagination li:before {
    content: ''
}

.pagination li a,
.pagination li span {
    background: 0 0;
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 6px 15px
}

.pagination li span.current {
    background: #989898;
    color: #fff
}

.pagination li a:hover {
    color: #989898
}

.pagination p {
    display: none;
    visibility: hidden
}

.image_container {
    padding: 0;
    margin: 0;
    line-height: 0
}

.image_container a {
    line-height: 0;
    overflow: hidden;
    display: block
}

.image_container .caption {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 8px 12px;
    font-size: 13px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 5px;
    width: auto!important;
    line-height: 1.4
}

.image_container .caption h1,
.image_container .caption h2,
.image_container .caption h3,
.image_container .caption h4,
.image_container .caption h5,
.image_container .caption h6 {
    color: #fff;
    margin: 0
}

.image_container.float_left,
.image_container.float_right {
    float: right;
    width: 45%;
    padding: 0;
    margin-bottom: 3%
}

.image_container.float_right {
    margin-left: 5%
}

.image_container.float_left {
    margin-right: 5%;
    float: left
}

.image_container img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.no-responsive .image_container img,
.no-responsive.image_container img {
    width: auto;
    max-width: none;
    display: inline-block
}

.no-responsive .image_container.float_left,
.no-responsive .image_container.float_right {
    width: auto;
    margin: 0
}

.border .image_container img {
    border: 1px solid #e5e5e5
}

blockquote p {
    font-style: italic;
    text-align: justify;
    font-size: 1.1rem
}

blockquote p:after {
    content: "\f10e";
    font-family: 'Line Awesome Free';
    display: block;
    font-size: 2.4rem;
    margin-top: 2rem
}

blockquote em {
    font-size: .6em;
    font-style: normal;
    line-height: 1;
    font-weight: 700
}

blockquote a {
    color: #989898
}

i:hover {
    opacity: .7!important
}

i.fa-facebook.originalfarbe,
i.fa-facebook.originalfarbe:hover {
    background: #436098!important;
    color: #fff!important
}

i.fa-twitter.originalfarbe,
i.fa-twitter.originalfarbe:hover {
    background: #28a9e2!important;
    color: #fff!important
}

i.fa-xing.originalfarbe,
i.fa-xing.originalfarbe:hover {
    background: #005d5e!important;
    color: #fff!important
}

i.fa-tumblr.originalfarbe,
i.fa-tumblr.originalfarbe:hover {
    background: #2d4966!important;
    color: #fff!important
}

i.fa-google-plus.originalfarbe,
i.fa-google-plus.originalfarbe:hover {
    background: #d95232!important;
    color: #fff!important
}

i.fa-flickr.originalfarbe,
i.fa-flickr.originalfarbe:hover {
    background: #fa1d84!important;
    color: #fff!important
}

i.fa-linkedin.originalfarbe,
i.fa-linkedin.originalfarbe:hover {
    background: #0274b3!important;
    color: #fff!important
}

i.fa-instagram.originalfarbe,
i.fa-instagram.originalfarbe:hover {
    background: #a77c62!important;
    color: #fff!important
}

i.fa-pinterest.originalfarbe,
i.fa-pinterest.originalfarbe:hover {
    background: #cd2128!important;
    color: #fff!important
}

i.fa-vimeo-square.originalfarbe,
i.fa-vimeo-square.originalfarbe:hover {
    background: #34c0ee!important;
    color: #fff!important
}

i.fa-youtube.originalfarbe,
i.fa-youtube.originalfarbe:hover {
    background: #dc2130!important;
    color: #fff!important
}

.ce_table {
    position: relative;
    overflow: visible
}

.ce_table table {
    margin-bottom: 10px;
    width: 99.9%;
    text-align: center;
    white-space: nowrap;
    position: relative
}

.ce_table table td,
.ce_table table th {
    text-align: left;
    padding: 12px
}

.ce_table table td p {
    margin: 0
}

.ce_table table th {
    color: #fff;
    font-weight: 700;
    background: #989898
}

.ce_table table tfoot td {
    color: #989898;
    font-weight: 700
}

.ce_table .table-striped td {
    border: 0;
    background: #f9f9f9
}

hr.separator2,
hr.seperator1 {
    border: none;
    width: 100%;
    padding: 0;
    color: #ccc;
    margin: 25px 0;
    height: 1px;
    float: left;
    text-align: center;
    clear: both
}

.ce_table .table-striped .odd td {
    background: #f4f4f4
}

.ce_table.overflowx {
    overflow-x: scroll
}

body.ie .ce_table.overflowx {
    overflow-x: hidden;
    box-shadow: none
}

hr.seperator1 {
    border-top: 1px solid #ddd
}

hr.separator2 {
    border-top: 3px double #ddd
}

hr.separator3 {
    clear: both;
    width: 100%;
    float: left;
    padding: 0;
    border: none;
    border-top: 1px solid #ddd;
    color: #ccc;
    text-align: center;
    height: 1px;
    margin: 25px 0;
    position: relative
}

hr.separator3:before {
    width: 20%;
    height: 1px;
    bottom: 0;
    left: 50%;
    position: absolute;
    display: block;
    content: '';
    background: #989898;
    margin-left: -10%
}

.separator4 {
    display: block;
    text-align: center;
    clear: both
}

.separator4first {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 3px;
    border: 3px solid #989898;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px
}

.separator4second {
    width: 4px;
    height: 4px;
    margin-top: 2px;
    margin-left: 2px;
    background-color: #989898;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.separator4::after,
.separator4::before,
.separator5:after,
.separator5:before {
    background-color: #989898;
    content: "";
    height: 1px;
    margin-top: -6px;
    vertical-align: middle
}

.separator4::after,
.separator4::before {
    display: inline-block!important;
    width: 70px
}

.separator5 {
    display: block;
    text-align: center;
    clear: both
}

.separator5 i {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.separator5:after,
.separator5:before {
    display: inline-block!important;
    width: 30%
}

.ce_list ol,
.ce_list ul,
.ce_text ol,
.ce_text ul {
    margin-bottom: 15px;
    padding-left: 26px
}

.ce_list li,
.ce_list ol,
.ce_text li,
.ce_text ol {
    line-height: 1.5em
}

.ce_list ul li,
.ce_text ul li {
    list-style-type: disc;
    list-style-position: outside
}

.ce_list ol,
.ce_text ol {
    list-style: decimal inside;
    padding-left: 26px
}

.ce_list ol ol,
.ce_text ol ol {
    list-style: upper-alpha
}

.ce_list ol ol ol,
.ce_text ol ol ol {
    list-style: lower-roman
}

.ce_list li.fa {
    display: block;
    margin-bottom: 4px
}

.ce_list li.fa:before {
    margin-left: -26px;
    margin-right: 10px;
    width: 26px
}

.ce_gallery .cols_2 li {
    width: 50%;
    float: left
}

.ce_gallery .cols_3 li {
    width: 33.3333%;
    float: left
}

.ce_gallery .cols_4 li {
    width: 25%;
    float: left
}

.ce_gallery .cols_5 li {
    width: 20%;
    float: left
}

.ce_gallery .cols_6 li {
    width: 16.6666%;
    float: left
}

.ce_gallery .cols_7 li {
    width: 14.2857%;
    float: left
}

.ce_gallery .cols_8 li {
    width: 12.5%;
    float: left
}

.ce_gallery .cols_9 li {
    width: 11.1111%;
    float: left
}

.ce_gallery .cols_10 li {
    width: 10%;
    float: left
}

.ce_gallery .cols_11 li {
    width: 9.0909%;
    float: left
}

.ce_gallery .cols_12 li {
    width: 8.3333%;
    float: left
}

.ce_gallery .gallery-margin {
    margin-left: -10px;
    margin-right: -10px
}

.ce_gallery .gallery-margin .image_container {
    margin: 0 5px 10px
}

.ce_gallery .image_container {
    margin: 0;
    overflow: hidden
}

.ce_gallery a {
    width: 100%;
    height: 100%;
    display: block
}

.ce_gallery .content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: rgba(152, 152, 152, .8);
    opacity: 0;
    transition: All .5s ease;
    -webkit-transition: All .5s ease
}

.ce_gallery li:hover .content {
    opacity: 1
}

.ce_gallery li img {
    transition: All .5s ease;
    -webkit-transition: All .5s ease
}

.ce_gallery .content-outside {
    display: table;
    width: 100%;
    height: 100%
}

.ce_gallery .content-inside {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    line-height: 1.5
}

.ce_gallery .capt h1,
.ce_gallery .capt h2,
.ce_gallery .capt h3,
.ce_gallery .capt h4,
.ce_gallery .capt h5,
.ce_gallery .capt h6 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin: 0
}

.ce_gallery .capt h1:after,
.ce_gallery .capt h2:after,
.ce_gallery .capt h3:after,
.ce_gallery .capt h4:after,
.ce_gallery .capt h5:after,
.ce_gallery .capt h6:after {
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    margin: 8px auto 15px;
    background: #fff
}

.ce_gallery .capt {
    font-size: 12px
}

.slider-control a.slider-next:after,
.slider-control a.slider-prev:before {
    font-family: 'Line Awesome Free';
    position: relative;
    font-size: 45px;
    text-shadow: 0 0 2px transparent;
    opacity: 0;
    color: #fff;
    text-decoration: none
}

.ce_gallery .borders li {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.ce_gallery .borders li.row_last {
    border-bottom: 1px solid transparent
}

.ce_gallery .borders li.col_last {
    border-right-color: transparent
}

.ce_gallery .borders li:hover img {
    transform: none;
    -webkit-transform: none
}

.ce_sliderStart {
    position: relative
}

.slider-control a.slider-next:after {
    content: "\f112";
    right: 15px;
    -webkit-transition: All .9s ease;
    transition: All .8s ease
}

.slider-control a.slider-prev:before {
    content: "\f111";
    left: 15px;
    -webkit-transition: All .9s ease;
    transition: All .8s ease
}

.slider-control a.slider-next:active:after,
.slider-control a.slider-prev:active:before {
    top: 1px
}

.ce_sliderStart:hover .slider-control a.slider-next:after {
    opacity: 1;
    right: 15px
}

.ce_sliderStart:hover .slider-control a.slider-prev:before {
    opacity: 1;
    left: 15px
}

.ce_sliderStart .slider-control .slider-menu {
    bottom: 0;
    top: auto;
    font-size: 0;
    line-height: 40px
}

.ce_sliderStart .slider-control a {
    top: 50%;
    color: transparent!important;
    line-height: 50px;
    margin-top: -51px
}

.ce_sliderStart .slider-control a:hover {
    text-decoration: none
}

.ce_sliderStart .slider-control {
    height: 50px;
    position: static
}

.ce_sliderStart .slider-control .slider-menu span {
    width: 12px;
    background: #fff;
    display: inline-block;
    text-indent: -9999em;
    line-height: 6px;
    font-family: Arial, sans-serif;
    margin: 0 3px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0 0 1px 1px transparent;
    cursor: pointer
}

.mod_login,
.mod_registration {
    box-shadow: 0 0 5px 1px #e5e5e5;
    max-width: 500px
}

.ce_sliderStart .slider-control .slider-menu span.active {
    background: rgba(0, 0, 0, .1);
    width: 12px;
    height: 12px;
    position: relative
}

.ce_sliderStart .slider-wrapper {
    -webkit-transform: translate3d(0, 0, 0)
}

#slideshow .ce_slidertext .table,
#slideshow .slider-wrapper {
    max-height: 700px
}

#slideshow .slider-control a.slider-next:after,
#slideshow .slider-control a.slider-prev:before {
    font-size: 90px
}

#slideshow .slider-control {
    background: #fff
}

#slideshow .ce_slidertext .contentwrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%
}

#slideshow .ce_slidertext .table {
    display: table;
    width: 100%;
    height: 100%
}

#slideshow .ce_slidertext .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 20px
}

#slideshow .ce_slidertext h1 {
    font-size: 65px
}

#slideshow .ce_slidertext p {
    font-size: 20px
}

#slideshow .ce_slidertext p a {
    margin-top: 20px
}

.ce_download img.mime_icon,
.ce_downloads img.mime_icon {
    vertical-align: middle
}

.ce_download a,
.ce_downloads a {
    text-decoration: none
}

.ce_download a span.size,
.ce_downloads a span.size {
    font-size: 12px;
    font-style: italic;
    text-decoration: none
}

.ce_downloads li {
    margin-bottom: 6px;
    padding: 12px 20px;
    vertical-align: middle;
    border-bottom: 0 solid #eee
}

.ce_download {
    background: #3b3c42;
    color: #fff;
    border-radius: 3px;
    position: relative
}

.ce_download a,
.ce_download h1,
.ce_download h2,
.ce_download h3,
.ce_download h4,
.ce_download h5,
.ce_download h6 {
    color: #fff
}

.ce_download:after {
    font-family: 'Line Awesome Free';
    content: "\f019";
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -35px;
    font-size: 70px;
    color: rgba(255, 255, 255, .1);
    line-height: 70px
}

.ce_accordionStart,
.ce_hyperlink a,
.newslist,
.newslist-v2,
.newslist-v2 .teaser-v2,
a.btn {
    position: relative
}

.ce_accordion .accordion {
    padding: 20px;
    border: 0;
    background: 0 0
}

.ce_accordion .accordion>div {
    padding: 0
}

.ce_accordion .toggler {
    line-height: 40px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 5px;
    padding-left: 20px
}

.ce_accordionStart:last-of-type .toggler {
    margin-bottom: 0
}

.ce_accordion .toggler:hover {
    color: #fff
}

.ce_accordion .toggler:before {
    width: 25px;
    height: 25px;
    float: right;
    clear: both;
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 0;
    text-align: center;
    font-family:  'Line Awesome Free';
	font-size: 1.5rem;
	line-height: 30px;
    font-weight: 900;
    color: #000000;
    content: "\f107"
}

.ce_accordion .toggler.ui-state-active:before {
    font-family: 'Line Awesome Free';
    content: "\f106"
}

.ce_hyperlink a,
a.btn {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .2s ease-out 0s;
    width: auto;
    background: #989898;
    border: 2px solid #989898;
    color: #fff;
    font-weight: 700;
    font-size: .8rem;
    min-width: 140px;
    text-align: center!important;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.ce_hyperlink a:hover,
a.btn:hover {
    background: #333;
    border-color: #333
}

.ce_hyperlink a.linkwhite,
a.btn.linkwhite {
    color: #989898;
    border: 2px solid #fff;
    background: #fff
}

.ce_hyperlink a.linkwhite:hover,
a.btn.linkwhite:hover {
    background: #989898;
    color: #fff
}

.ce_hyperlink a.linkwhite.outline,
a.btn.linkwhite.outline {
    color: #fff
}

.ce_hyperlink a.linkwhite.outline:hover,
a.btn.linkwhite.outline:hover {
    background: #fff;
    border-color: #fff;
    color: #252525
}

.ce_hyperlink a.outline,
a.btn.outline {
    background: 0 0;
    color: #989898
}

.ce_hyperlink a.outline:hover,
a.btn.outline:hover {
    background: #252525;
    border-color: #252525;
    color: #fff
}

.ce_hyperlink i {
    margin-right: 5px
}

.ce_hyperlink.small a,
a.btn.small {
    padding: 9px 15px;
    font-size: .75rem
}

.ce_hyperlink.large a,
a.btn.large {
    padding: 20px 30px
}

.ce_hyperlink.expand a,
a.btn.expand {
    width: 100%
}

.ce_hyperlink a.success,
a.btn.success {
    background: #9dd55d;
    border-color: #9dd55d
}

.ce_hyperlink a.secondary,
a.btn.secondary {
    background: #e7e7e7;
    border-color: #e7e7e7;
    color: #333
}

.ce_hyperlink a.alert,
a.btn.alert {
    background: #f7505a;
    border-color: #f7505a
}

.ce_hyperlink a.warning,
a.btn.warning {
    background: #f08a24;
    border-color: #f08a24
}

.ce_hyperlink a.info,
a.btn.info {
    background: #a0d3e8;
    border-color: #a0d3e8;
    color: #333
}

.ce_hyperlink a.alert:hover,
.ce_hyperlink a.info:hover,
.ce_hyperlink a.secondary:hover,
.ce_hyperlink a.success:hover,
.ce_hyperlink a.warning:hover,
a.btn.alert:hover,
a.btn.info:hover,
a.btn.secondary:hover,
a.btn.success:hover,
a.btn.warning:hover {
    opacity: .8
}

.ce_hyperlink.borderradius3 a,
a.btn.borderradius3 {
    border-radius: 3px
}

.ce_hyperlink.borderradius5 a,
a.btn.borderradius5 {
    border-radius: 5px
}

.ce_hyperlink.border-radius-10 a,
a.btn.border-radius-10 {
    border-radius: 10px
}

.ce_hyperlink.borderradius20 a,
a.btn.borderradius20 {
    border-radius: 20px
}

.ce_text a.btn {
    margin-top: 15px
}

.ce_hyperlink.btn-animated i {
    opacity: 0;
    width: 0;
    transition: All .3s ease;
    -webkit-transition: All .3s ease
}

.ce_hyperlink.btn-animated a:hover i {
    opacity: 1;
    width: 16px
}

.mod_subscribe table,
.mod_subscribe table td {
    border: 0
}

.mod_subscribe {
    padding: 5%;
    border: 1px solid #e5e5e5
}

.mod_subscribe label {
    width: 100%;
    display: block
}

.mod_subscribe input.submit[type=submit] {
    border-width: 1px;
    padding: 10px;
    border-radius: 0 2px 2px 0;
    font-weight: 400
}

.mod_subscribe input.text {
    margin-bottom: 10px
}

.mod_subscribe .formbody {
    margin: 0
}

.mod_login table,
.mod_login table td {
    border: 0
}

.mod_login {
    padding: 5%;
    background: #f8f8f8;
    margin: 10px auto
}

.mod_login input {
    margin-bottom: 10px
}

.mod_login .checkbox_container label {
    margin-left: 5px
}

.mod_login .formbody,
.mod_login .submit_container,
.mod_login input.submit {
    margin: 0
}

.mod_calendar table {
    border: 0;
    width: 100%
}

.mod_calendar .calendar td {
    width: 14%;
    height: 7em;
    padding: 0;
    border: 1px solid #ddd;
    vertical-align: top
}

.mod_calendar td .event {
    display: inline-block;
    font-size: 11px
}

.mod_calendar th.label {
    padding: 10px 0
}

.mod_calendar th.head {
    padding: 0;
    background: #989898;
    border-top: 1px solid #989898;
    border-right: 1px solid #989898;
    border-left: 1px solid #989898;
    color: #fff
}

.mod_calendar th.next a,
.mod_calendar th.previous a {
    display: inline-block;
    padding: 10px;
    background-color: #989898;
    text-decoration: none;
    color: #fff
}

.mod_calendar th.next a:hover,
.mod_calendar th.previous a:hover {
    border-color: #84898d!important
}

.mod_calendar th.current {
    text-align: center
}

.mod_calendar th.next {
    text-align: right
}

.mod_calendar th.previous {
    text-align: left
}

.mod_calendar th.label {
    text-align: center;
    background-color: #2c2c2c;
    border-right: 1px solid #2c2c2c;
    border-left: 1px solid #2c2c2c;
    color: #fff
}

.mod_calendar td div.header {
    padding: 3px 3px 3px 6px;
    background-color: #f8f8f8;
    font-size: 13px
}

.mod_calendar td.empty {
    background: #fff
}

.mod_calendar td .event {
    width: 99%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    padding: 5px
}

.mod_calendar td.today {
    background-color: #f8f8f8
}

.mod_calendar th.current {
    padding: 10px
}

.mod_calendar th.current:before {
    display: inline-block;
    margin-right: 8px;
    font-family: 'Line Awesome Free';
    content: "\f133"
}

.mod_eventreader .info:before,
.mod_faqpage h3:before {
    font-family: 'Line Awesome Free';
    margin-right: 5px
}

.mod_eventreader .info:before {
    content: "\f05a";
    text-indent: 0;
    display: inline-block;
    position: relative;
    top: -1px;
    left: 0
}

.mod_eventlist .event {
    margin-bottom: 25px
}

.mod_eventlist .event h2 {
    font-size: 20px
}

.mod_eventlist .header {
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 15px
}

.mod_faqpage h2 {
    display: none
}

.mod_faqpage .info {
    font-size: 12px
}

.mod_faqpage h3 {
    font-size: 18px
}

.mod_faqpage h3:before {
    content: "\f2cc";
    color: #989898
}

.mod_faqpage section {
    display: inline-block;
    width: 49.5%;
    padding: 40px;
    border: 0!important;
    vertical-align: top
}

.mod_faqpage .toplink {
    display: none
}

.mod_search input {
    width: 45%;
    float: left;
    height: 45px!important
}

.mod_search input.submit {
    border: 1px solid #989898;
    border-radius: 0
}

.mod_search form {
    overflow: hidden
}

.mod_search p.header {
    margin-top: 15px
}

.mod_search input:not(.submit) {
    -webkit-appearance: textfield!important
}

.mod_registration {
    padding: 5%;
    background: #f8f8f8;
    margin: 10px auto
}

.mod_registration .widget {
    margin-bottom: 15px;
    overflow: hidden
}

.mod_registration label {
    width: 40%;
    float: left
}

.mod_registration input {
    width: 60%;
    float: left
}

.mod_registration .submit_container {
    width: 100%;
    margin-top: 0
}

.mod_registration .submit_container input {
    width: 60%
}

.mod_registration .captcha_text {
    float: left;
    display: block;
    margin-left: 40%;
    color: red;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px
}

.mod_sitemap ul {
    margin: 10px;
    background: rgba(0, 0, 0, .05);
    padding: 20px
}

.newslist .author,
.newslist .comments {
    color: #9b9b9b;
    border-left: 1px solid #e6e6e6;
    margin-left: 5px
}

.mod_sitemap ul li {
    margin-bottom: 3px
}

.mod_sitemap ul li i:before {
    content: "\f0e8";
    display: inline-block;
    font: normal normal normal 14px/1 'Line Awesome Free';
    transform: translate(0, 0);
    margin-right: 5px
}

.newslist {
    margin-bottom: 50px;
    overflow: hidden
}

.newslist .author {
    padding-left: 10px
}

.newslist .news-date {
    text-align: center;
    color: #9b9b9b
}

.newslist .teaser {
    border-top: 1px solid #e6e6e6;
    padding: 30px 0;
    margin-top: 20px
}

.newslist .comments {
    padding-left: 10px
}

.newslist .comments:before {
    font-size: 16px;
    font-family: 'Line Awesome Free';
    content: "\f086";
    margin-right: 5px
}

.newslist .image_container {
    margin-bottom: 25px
}

.newslist .news-content {
    overflow: hidden;
    margin-bottom: 35px
}

.newslist h2 {
    border: 0;
    margin: 0 0 20px;
    padding: 0;
    font-size: 24px;
    letter-spacing: 0
}

.newslist h2,
.newslist h2 a {
    color: #989898;
    margin-bottom: 10px
}

.newslist h2 a:hover {
    text-decoration: underline
}

.newslist .link:before {
    font-family: 'Line Awesome Free';
    content: "\f0c1";
    margin-right: 5px
}

.newslist .ce_hyperlink,
.newslist .ce_hyperlink a {
    margin-bottom: 0
}

.newslist-v2 {
    background: #fff;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5
}

.newslist-v2 .news-content-v2 {
    padding: 20px
}

.subheadline-v2 {
    text-transform: uppercase;
    color: #989898;
    margin-bottom: 5px;
    font-weight: 700
}

.newslist-v2 h4 {
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.newslist-v2 .info {
    margin-bottom: 10px;
    color: #9b9b9b
}

.newslist-v2 .teaser-v2 {
    height: 90px;
    overflow: hidden
}

.newslist-v2 .teaser-v2:after {
    content: '';
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.newslist-v2 .ce_hyperlink {
    margin-top: 20px
}

.newslist-v2 .ce_hyperlink,
.newslist-v2 .ce_hyperlink a {
    margin-bottom: 0
}

.newslist-v2 .image_container {
    margin: 0
}

.newslist-v2 .comments-v2 {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 8px 15px;
    background: #f8f8f8;
    border-radius: 5px
}

.newslist-v2 .comments-v2:before {
    font-family: 'Line Awesome Free';
    content: "\f086";
    margin-right: 5px
}

.mod_newslist .isotope {
    margin-left: -10px;
    margin-right: -10px
}

.newslist-v3 {
    width: 33.31%
}

.newslist-v3-inside {
    margin: 0 10px 20px
}

.newslist-v3 .info .comments {
    border: 0
}

.newslist-v3 h6 {
    margin-bottom: 10px;
    font-weight: 700
}

.newslist-v3 .content {
    padding: 45px 7% 7%;
    background: #fff;
    border: 1px solid #dcdddd;
    text-align: center;
    border-radius: 0 0 5px 5px
}

.newslist-v3 .subheadline {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #989898;
    letter-spacing: 2px;
    margin-bottom: 10px
}

.newslist-v3 .image_container {
    margin-bottom: 0;
    border-radius: 5px 5px 0 0
}

.newslist-v3 .image_container img {
    border-radius: 5px 5px 0 0
}

.newslist-v3 .news-overlay {
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    height: 40px;
    width: 40px;
    background: #afb9bf;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    display: none
}

.newslist-v3 .news-overlay i {
    color: #fff;
    -webkit-transform: rotate(+45deg);
    transform: rotate(+45deg);
    text-align: center;
    font-size: 26px;
    line-height: 40px
}

.newslist-v3 .info {
    font-size: .9em;
    color: #afb9bf
}

.newslist-v3.news-cat-1 .subheadline {
    color: #67a2a7
}

.newslist-v3.news-cat-1 .news-overlay {
    background: #67a2a7;
    display: block
}

.newslist-v3.news-cat-1 i:before {
    content: "\f06c"
}

.newslist-v3.news-cat-2 .subheadline {
    color: #9f4d56
}

.newslist-v3.news-cat-2 .news-overlay {
    background: #9f4d56;
    display: block
}

.newslist-v3.news-cat-2 i:before {
    content: "\f1cd"
}

.newslist-v3.news-cat-3 .subheadline {
    color: #62bde0
}

.newslist-v3.news-cat-3 .news-overlay {
    background: #62bde0;
    display: block
}

.newslist-v3.news-cat-3 i:before {
    content: "\f200"
}

.newslist-v3.news-cat-4 .subheadline {
    color: #ebad00
}

.newslist-v3.news-cat-4 .news-overlay {
    background: #ebad00;
    display: block
}

.newsreader .author,
.newsreader .comments,
.newsreader .date {
    display: inline-block
}

.newslist-v3.news-cat-4 i:before {
    content: "\f1d8"
}

.newsreader .date {
    margin-right: 20px
}

.newsreader .info {
    font-size: .8em;
    margin-bottom: 35px;
    background: #f8f8f8;
    padding: 10px
}

.newsreader .date:before {
    font-family: 'Line Awesome Free';
    content: "\f15c";
    margin-right: 5px
}

.newsreader .author {
    margin-right: 20px
}

.newsreader .author:before,
.newsreader .comments:before,
.newsteaser .author:before,
.newsteaser .comments:before {
    font-family: 'Line Awesome Free';
    margin-right: 5px
}

.newsreader .author:before {
    content: "\f007"
}

.newsreader .comments:before {
    content: "\f086"
}

.newsreader .back {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    float: none;
    position: relative;
    clear: both
}

.newsreader .back a {
    font-size: 10px;
    text-transform: uppercase
}

.newsreader .ce_comments {
    max-width: 500px;
    margin-top: 55px
}

.newsreader .ce_comments .widget {
    margin-bottom: 15px
}

.newsteaser .info .comments {
    border: 0
}

.newsteaser h6 {
    margin-bottom: 10px
}

.newsteaser .ce_hyperlink a {
    padding: 10px;
    min-width: 0;
    margin-top: 20px
}

.newsteaser .content {
    padding: 20px;
    border: 1px solid #f2f2f2
}

.newsteaser .image_container {
    margin-bottom: 0
}

.newsteaser.last:after {
    display: none
}

.newsteaser .date {
    position: absolute;
    left: 0;
    top: 20px;
    color: #fff;
    background: #989898;
    padding: 10px;
    text-align: center;
    line-height: 1.3
}

.newsteaser .date .day {
    font-size: 26px;
    line-height: 26px
}

.newsteaser .date .month,
.newsteaser .date .year {
    display: block;
    font-size: 11px
}

.newsteaser .date .month {
    text-transform: uppercase
}

.newsteaser .author:before {
    content: "\f364"
}

.newsteaser .info {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    font-size: 12px;
    padding: 8px;
    transition: All .6s ease;
    line-height: 20px;
    -webkit-transition: All .6s ease
}

.newsteaser_v2,
.newsteaser_v3 {
    position: relative;
    overflow: hidden
}

.newsteaser:hover .info {
    background: rgba(0, 0, 0, .9)
}

.newsteaser .info-v2,
.newsteaser .info-v3,
.newsteaser .news-overlay {
    display: none
}

.newsteaser .comments {
    margin-left: 10px
}

.newsteaser .comments:before {
    content: "\f0e6"
}

.newsteaser_v2 .content_left {
    float: left;
    width: 20%
}

.newsteaser_v2 .content_right {
    float: left;
    width: 80%
}

.newsteaser_v2 .day {
    display: block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700
}

.newsteaser_v2 .month {
    display: block
}

.newsteaser_v2 h6 {
    margin: 0
}

.newsteaser_v2 .author,
.newsteaser_v2 .comments {
    color: #969696
}

.newsteaser_v2 .info {
    margin: 3px 0
}

.newsteaser_v3 .content_left {
    padding-right: 4%
}

.newsteaser_v3 .day {
    font-size: 28px
}

.newsteaser_v3 .month,
.newsteaser_v3 .year {
    font-size: 18px
}

.newsteaser_v3 h6 {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 10px
}

.newsteaser_v3 .info {
    color: #969696;
    margin-bottom: 10px
}

.newsteaser_v3 .news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: All .3s ease;
    -webkit-transition: All .3s ease
}

.newsteaser-v4 .news-overlay,
.newsteaser_v3 .news-overlay i {
    position: absolute;
    left: 50%;
    height: 40px;
    width: 40px;
    text-align: center
}

.newsteaser_v3 .news-overlay i {
    top: 0;
    margin-top: -20px;
    margin-left: -20px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    background: #989898;
    opacity: 0;
    transition: All .3s ease;
    -webkit-transition: All .3s ease
}

.newsteaser_v3:hover .news-overlay {
    opacity: 1
}

.newsteaser_v3:hover .news-overlay i {
    opacity: 1;
    top: 50%
}

.newsteaser-v4-inside {
    margin: 0 10px 20px
}

.newsteaser-v4 .info .comments {
    border: 0
}

.newsteaser-v4 h6 {
    margin-bottom: 10px;
    font-weight: 700
}

.newsteaser-v4 .content {
    padding: 45px 7% 7%;
    background: #fff;
    border: 1px solid #dcdddd;
    text-align: center;
    border-radius: 0 0 5px 5px
}

form fieldset legend,
form select option {
    padding-right: 10px;
    padding-left: 10px
}

.newsteaser-v4 .subheadline {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #989898;
    letter-spacing: 2px;
    margin-bottom: 10px
}

.newsteaser-v4 .image_container {
    margin-bottom: 0;
    border-radius: 5px 5px 0 0
}

form div.widget,
form fieldset {
    margin-bottom: 20px
}

.newsteaser-v4 .image_container img {
    border-radius: 5px 5px 0 0
}

.newsteaser-v4 .news-overlay {
    bottom: -20px;
    margin-left: -20px;
    background: #afb9bf;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none
}

.newsteaser-v4 .news-overlay i {
    color: #fff;
    -webkit-transform: rotate(+45deg);
    transform: rotate(+45deg);
    text-align: center;
    font-size: 26px;
    line-height: 40px
}

.newsteaser-v4 .info {
    font-size: .9em;
    color: #afb9bf
}

.newsteaser-v4.news-cat-1 .subheadline {
    color: #67a2a7
}

.newsteaser-v4.news-cat-1 .news-overlay {
    background: #67a2a7;
    display: block
}

.newsteaser-v4.news-cat-1 i:before {
    content: "\f06c"
}

.newsteaser-v4.news-cat-2 .subheadline {
    color: #9f4d56
}

.newsteaser-v4.news-cat-2 .news-overlay {
    background: #9f4d56;
    display: block
}

.newsteaser-v4.news-cat-2 i:before {
    content: "\f1cd"
}

.newsteaser-v4.news-cat-3 .subheadline {
    color: #62bde0
}

.newsteaser-v4.news-cat-3 .news-overlay {
    background: #62bde0;
    display: block
}

.newsteaser-v4.news-cat-3 i:before {
    content: "\f200"
}

.newsteaser-v4.news-cat-4 .subheadline {
    color: #ebad00
}

.newsteaser-v4.news-cat-4 .news-overlay {
    background: #ebad00;
    display: block
}

.newsteaser-v4.news-cat-4 i:before {
    content: "\f1d8"
}

input,
select,
textarea {
    padding: 10px;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(0, 0, 0, .2);
    transition: all .15s linear 0s;
    width: 100%
}

body.ie input.upload::-ms-value {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    transition: all .15s linear 0s;
    width: 100%
}

label {
    margin-bottom: 3px
}

form .widget input,
form .widget select,
form .widget textarea {
    width: 100%
}

textarea {
    height: 400px
}

input:hover:not([type=submit]),
textarea:hover {
    border: 1px solid #999
}

input:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid #989898;
    border-radius: 0
}

form fieldset,
form select {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .2)
}

input.checkbox {
    margin-right: 5px
}

input.captcha,
input.checkbox {
    width: auto!important
}

form div.widget {
    position: relative
}

form fieldset legend {
    width: auto;
    background-color: #989898;
    color: #fff
}

form p.error,
form span.mandatory {
    color: red
}

form select {
    border-radius: 0;
    line-height: 60px
}

.chrome form select,
.safari form select {
    height: 35px
}

form select.multiselect option {
    padding-right: 0;
    padding-left: 0
}

form .checkbox_container span,
form .widget-radio span {
    display: block;
    overflow: hidden;
    margin-bottom: 5px
}

form .widget-radio input {
    width: auto;
    margin-right: 5px;
    margin-left: 3px
}

form .widget-radio label {
    width: auto
}

form .captcha_text {
    margin: 10px 0 15px 15px;
    color: red
}

.ie form .widget-checkbox input,
.ie form .widget-radio input {
    border: 0
}

input.submit {
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    transition: all .2s ease-out 0s;
    width: auto;
    background: #989898;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: .8rem;
    min-width: 140px;
    text-align: center;
    position: relative;
    -webkit-appearance: none
}

input.submit[type=submit]:hover {
    background: rgba(152, 152, 152, .9)
}

input.datepicker,
input.timepicker {
    background-position: right center;
    padding-right: 40px;
    background-repeat: no-repeat
}

.autogrid_wrapper.formfield,
.autogrid_wrapper.formfield .autogrid {
    overflow: visible
}

input.datepicker {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwMCA1MDAiIGhlaWdodD0iNTAwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MDAgNTAwIiB3aWR0aD0iNTAwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxnPjxnPjxwYXRoIGQ9Ik0yMTAuNzI2LDMwMi4yNzFjMCwwLDUuNSw1LjUsMTIuNjMzLDUuNWM1LjU4NiwwLDguNzY2LTIuNzUsOC43NjYtNi4xMDIgICAgICBjMC00LjgxMy00LjgxMy02Ljc4OS0xMS40MzEtNi43ODloLTQuMjk3bC0zLjE4LTcuMzA1bDguMDc4LTkuNzExYzIuOTIyLTMuNTI0LDUuMzI5LTUuNzU4LDUuMzI5LTUuNzU4di0wLjE3MiAgICAgIGMwLDAtMS45NzcsMC40My01Ljg0NCwwLjQzaC0xNC42OTV2LTEyLjg5MWgzOC43NTl2OS4zNjdsLTEyLjQ2MSwxNC4zNTJjOS4xMSwxLjk3NywxNC44NjcsOS4xOTUsMTQuODY3LDE3Ljc5ICAgICAgYzAsMTAuNDg1LTcuMzkxLDIwLjk2OS0yMi43NzQsMjAuOTY5Yy0xMy43NTEsMC0yMC45NjktOC4wNzgtMjAuOTY5LTguMDc4TDIxMC43MjYsMzAyLjI3MXoiIGZpbGw9IiMyMzFGMjAiLz48cGF0aCBkPSJNMjU2LjE4OCwzMDguMDI5aDEzLjA2M3YtMjUuNjFjMC0yLjMyLDAuMDg2LTQuNzI3LDAuMDg2LTQuNzI3aC0wLjE3MmMwLDAtMC43NzMsMS43MTktMi40MDYsMy4yNjYgICAgICBsLTMuNjk1LDMuMzUxbC04LjY4LTkuMjgxbDE2LjU4Ni0xNS41NTVoMTIuOTc3djQ4LjU1NmgxMy4xNDl2MTIuODkxaC00MC45MDhWMzA4LjAyOXoiIGZpbGw9IiMyMzFGMjAiLz48L2c+PHBhdGggZD0iTTM0MS4zMjEsMTg2Ljc2OGgtMjIuNzczdi0xNS45NDFjMC0xNS4wNjktMTIuMjU5LTI3LjMyOC0yNy4zMjgtMjcuMzI4cy0yNy4zMjgsMTIuMjU5LTI3LjMyOCwyNy4zMjggICAgIHYxNS45NDFoLTI3Ljc4M3YtMTUuOTQxYzAtMTUuMDY5LTEyLjI1OS0yNy4zMjgtMjcuMzI4LTI3LjMyOGMtMTUuMDY5LDAtMjcuMzI4LDEyLjI1OS0yNy4zMjgsMjcuMzI4djE1Ljk0MWgtMjIuNzczICAgICBjLTQuNTI4LDAtOC4xOTgsMy42NzEtOC4xOTgsOC4xOTh2MTU0LjQwM2MwLDQuNTI4LDMuNjcxLDguMTk4LDguMTk4LDguMTk4aDE4Mi42NDJjNC41MjgsMCw4LjE5OC0zLjY3LDguMTk4LTguMTk4VjE5NC45NjYgICAgIEMzNDkuNTE5LDE5MC40MzgsMzQ1Ljg0OSwxODYuNzY4LDM0MS4zMjEsMTg2Ljc2OHogTTI4MC4yODksMTcwLjgyN2MwLTYuMDM3LDQuODk0LTEwLjkzMSwxMC45MzEtMTAuOTMxICAgICBjNi4wMzcsMCwxMC45MzEsNC44OTQsMTAuOTMxLDEwLjkzMXYzNy4xMmMwLDYuMDM3LTQuODk0LDEwLjkzMS0xMC45MzEsMTAuOTMxYy02LjAzNywwLTEwLjkzMS00Ljg5NC0xMC45MzEtMTAuOTMxVjE3MC44Mjd6ICAgICAgTTE5Ny44NDksMTcwLjgyN2MwLTYuMDM3LDQuODk0LTEwLjkzMSwxMC45MzEtMTAuOTMxYzYuMDM3LDAsMTAuOTMxLDQuODk0LDEwLjkzMSwxMC45MzF2MzcuMTIgICAgIGMwLDYuMDM3LTQuODk0LDEwLjkzMS0xMC45MzEsMTAuOTMxYy02LjAzNywwLTEwLjkzMS00Ljg5NC0xMC45MzEtMTAuOTMxVjE3MC44Mjd6IE0zMzMuMTIzLDM0MS4xNzFIMTY2Ljg3OFYyNDIuNzloMTY2LjI0NSAgICAgVjM0MS4xNzF6IiBmaWxsPSIjMjMxRjIwIi8+PC9nPjwvZz48L3N2Zz4=);
    background-size: 45px
}

input.timepicker {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMSBUaW55Ly9FTicgICdodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS10aW55LmR0ZCc+PHN2ZyBiYXNlUHJvZmlsZT0idGlueSIgaGVpZ2h0PSIzMnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiLz48ZyBpZD0iSWNvbnMiPjxnPjxwYXRoIGQ9Ik0xNyw4LjA1OVY2aC0ydjIuMDU5QzEwLjUwMSw4LjU1Nyw3LDEyLjM2OCw3LDE3YzAsMi4xMjUsMC43NDEsNC4wNzQsMS45NzIsNS42MTRsLTEuNDU3LDEuNDU3bDEuNDE0LDEuNDE0bDEuNDU3LTEuNDU3ICAgIEMxMS45MjYsMjUuMjU5LDEzLjg3NSwyNiwxNiwyNnM0LjA3NC0wLjc0MSw1LjYxNC0xLjk3MmwxLjQ1NywxLjQ1N2wxLjQxNC0xLjQxNGwtMS40NTctMS40NTdDMjQuMjU5LDIxLjA3NCwyNSwxOS4xMjUsMjUsMTcgICAgQzI1LDEyLjM2OCwyMS40OTksOC41NTcsMTcsOC4wNTl6IE0xNiwyNGMtMy44NjYsMC03LTMuMTM0LTctN2MwLTMuODY2LDMuMTM0LTcsNy03czcsMy4xMzQsNyw3QzIzLDIwLjg2NiwxOS44NjYsMjQsMTYsMjR6Ii8+PHBvbHlnb24gcG9pbnRzPSIxNywxMiAxNSwxMiAxNSwxNy41IDE4LjA2MiwyMC41NjIgMTkuNDc3LDE5LjE0OCAxNywxNi42NzIgICAiLz48cmVjdCBoZWlnaHQ9IjUiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgOC4yMyAtMy40MDkpIiB3aWR0aD0iMiIgeD0iNy4yMyIgeT0iNS43MyIvPjxyZWN0IGhlaWdodD0iMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxMi43NjQzIC0xNC40MzkxKSIgd2lkdGg9IjUiIHg9IjIxLjMxMiIgeT0iNy4xODgiLz48L2c+PC9nPjwvc3ZnPg==);
    background-size: 32px
}

body .picker--focused .picker__day--highlighted,
body .picker__day--infocus:hover,
body .picker__list-item:hover {
    color: #fff
}

body .picker__button--clear:hover,
body .picker__button--close:hover,
body .picker__button--today:hover,
body .picker__nav--next:hover,
body .picker__nav--prev:hover {
    background: #f0f0f0
}

body .picker--focused .picker__day--highlighted,
body .picker__day--highlighted:hover,
body .picker__day--infocus:hover,
body .picker__day--outfocus:hover {
    opacity: .7
}

.picker__list-item:hover,
body .picker--focused .picker__day--highlighted,
body .picker--focused .picker__day--selected,
body .picker--focused .picker__list-item--highlighted,
body .picker__day--highlighted:hover,
body .picker__day--infocus:hover,
body .picker__day--outfocus:hover,
body .picker__day--selected,
body .picker__day--selected:hover,
body .picker__list-item--highlighted,
body .picker__list-item--highlighted:hover,
body .picker__list-item:hover {
    background-color: #282828;
    border-color: #282828
}

.picker__list-item:hover,
body .picker__list-item--highlighted {
    border-color: #464646
}

@media only screen and (max-width:767px) {
    .fontsizexxxxl {
        font-size: 45px
    }
    .fontsizexxxl {
        font-size: 35px
    }
    .fontsizexxl {
        font-size: 30px
    }
    .fontsizexl {
        font-size: 23px
    }
    .fontsizel {
        font-size: 22px
    }
    .fontsizem {
        font-size: 18px
    }
    .fontsizes {
        font-size: 17px
    }
    .fontsizexs {
        font-size: 16px
    }
    .fontsizexxs {
        font-size: 14px
    }
    .fontsizexxxs {
        font-size: 12px
    }
    .fontsizexxxxs {
        font-size: 10px
    }
    .image_container {
        padding: 0;
        float: none
    }
    html {
        -webkit-text-size-adjust: none
    }
    table {
        font-size: 11px
    }
    .ce_gallery .gallery-margin .image_container {
        margin-bottom: 10px
    }
    .ce_gallery [class*=cols_] li {
        width: 50%
    }
    .ce_gallery .borders li,
    .ce_gallery .borders li.col_last {
        border-right: 1px solid transparent;
        width: 50%
    }
    .ce_gallery .borders li.row_last {
        border-bottom: 1px solid #e5e5e5
    }
    .ce_gallery .borders li:nth-child(odd) {
        border-right: 1px solid #e5e5e5
    }
    .mod_calendar table {
        font-size: 7px
    }
    .mod_subscribe input {
        width: 100%;
        margin-bottom: 10px
    }
    .mod_registration .captcha_text,
    .mod_registration .submit_container input,
    .mod_registration input,
    .mod_registration label {
        width: 100%;
        margin: 0
    }
    .mod_registration .captcha_text {
        margin: 5px 0 15px
    }
    .mod_registration p.error {
        margin-left: 0
    }
    form .captcha_text {
        line-height: 1em
    }
    .mod_search input {
        width: 100%!important;
        float: none;
        margin-bottom: 5px;
        margin-left: 0!important
    }
    .more a {
        padding: 2px 5px;
        font-size: 80%
    }
    .mod_faqpage section {
        width: 100%;
        padding: 20px
    }
    #slideshow .slider-control a.slider-next:after,
    #slideshow .slider-control a.slider-prev:before {
        font-size: 55px
    }
    .mod_portfoliolist.portfolio-col2 .item,
    .mod_portfoliolist.portfolio-col3 .item,
    .mod_portfoliolist.portfolio-col4 .item {
        width: 100%
    }
    .newslist-v2 .comments-v2 {
        top: 10px
    }
    .newslist-v3 {
        width: 100%
    }
    .image_container .caption {
        font-size: 9px;
        padding: 2px
    }
    [class*=newsteaser] {
        margin-bottom: 20px
    }
    .mod_portfoliolist .swiper-slide {
        width: 100%
    }
    .pagination p,
    .pagination ul {
        float: none;
        display: block;
        width: 100%
    }
    .newslist-timeline {
        background: 0 0
    }
    .newslist-timeline:before {
        display: none
    }
    .newslist-timeline h4 {
        margin-top: 0
    }
    .newslist-timeline .newslist-timeline-date {
        position: static;
        margin-bottom: 10px;
        display: block
    }
    .newslist-timeline .newslist-timeline-contentwrapper {
        padding-left: 0
    }
    .newslist-timeline-both {
        padding: 0!important;
        background: no-repeat;
        margin-bottom: 40px
    }
    .newslist-timeline-both h4:before {
        display: none
    }
    .newslist-timeline-both .newslist-timeline-date {
        position: static;
        margin-bottom: 10px
    }
    .newslist-timeline-both:nth-child(even) {
        background: 0 0
    }
    .mod_portfoliolist.portfolio-col1 .content,
    .mod_portfoliolist.portfolio-col1 .image_container {
        width: 100%;
        display: block
    }
    .mod_portfoliolist.portfolio-col1 .image_container:before {
        top: 0;
        left: 50%
    }
    .mod_calendar td .event {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 38px;
        white-space: normal;
        font-size: .5rem
    }
}

@media only screen and (max-width:480px) {
    .ce_gallery [class*=cols_] li {
        width: 100%
    }
}

.green {
    color: #000
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.notresponsive img,
img.notresponsive {
    width: auto!important
}

.notresponsive figure,
.notresponsive figure a {
    display: inline-block!important
}

.ce_accordion,
.ce_download,
.ce_downloads,
.ce_gallery,
.ce_hyperlink,
.ce_image,
.ce_list,
.ce_table,
.ce_text,
.mod_subscribe {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.ce_accordionStart,
.ce_sliderStart {
    margin-top: 2.4rem
}

.ce_accordionEnd,
.ce_accordionStop,
.ce_sliderEnd,
.ce_sliderStop {
    margin-bottom: 2.4rem
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}.bounceOut,.flipOutX{-webkit-animation-duration:.75s}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/* barlow-semi-condensed-300 - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-300.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-300italic - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-300italic.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-regular - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-regular.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-italic - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-italic.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-500 - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-500.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-500italic - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 500;
  src: url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-500italic.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-700 - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-700.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-semi-condensed-700italic - latin */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/fonts/barlow-semi-condensed-v14-latin-700italic.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'barakregular';
    src: url('../../files/layout/barak/barak-webfont.woff2') format('woff2'),
         url('../../files/layout/barak/barak-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
|--------------------------------------------------------------------------
| Basis CSS
|--------------------------------------------------------------------------
*/

#gradientblockbottom {
	background: rgba(0,0,0,0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.xl-parallax {-webkit-transform: translateZ(0)}

.block {
	overflow:visible !important;
}

strong {
    font-weight: 700;
}

ul, li {
	padding:0px;
	margin:0px;
}

html, body {
	color:#000000;
	font:20px/1 'Barlow Semi Condensed', sans-serif;
	font-weight:300;
	font-style:normal;
	text-align:left;
	line-height:1.8rem;
	background:none;
} 

html {
    height: 100.1%;
}

body {
	overflow-y: scroll;
	-webkit-backface-visibility: hidden;
	background:#ffffff;
	height:100%;
}

#main {
	hyphens: auto;
}

#wrapper {
	height:66%;
}

#header + .custom {
	height:100%;
}

.lage #header + .custom {
	height:auto !important;
}

.home #wrapper {
	height:100%;
}

@media (max-width: 768px) {
body {
	line-height:1.6rem;
}
}

@media (max-width: 480px) {
body {
    font-size: 16px !important;
	line-height:1.4rem;
}
}

@media (max-width: 370px) {
body {
    font-size: 15px !important;
	line-height:1.3rem;
}
}

iframe {
	border:none;
}

/* Farben Layout */
.rot {color:#fbb900;}
/* Farben Layout Ende */

i:hover {
    opacity: 1!important;
}

/*Fix für ios resize bug bei scroll*/
html, body {
	   height:100%;
       width:100%;
       overflow:auto;
}

a {
	color: #000000;
	transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out
}
	
a:link, a:visited, a:active {
	color:#000000;
	text-decoration:none;
	} 
	
a:hover {
	text-decoration: underline;
	color:#fbb900;
	cursor: pointer;
	transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out
}

.buttonlink a{
	background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 4px;
    line-height: 40px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 5px;
    padding-right: 25px;
    padding-left: 25px;
    display: inline-block;
	min-width:320px;
	max-width:100%;
	
}

.buttonlink a:hover{
	background:#000000;
	color:#ffffff;
	border:1px solid #000000;
	text-decoration:none;
}

hr {
	background-color: #000000;
	color: #000000;
	width:100%;
	margin-top:1rem;
	margin-bottom:1rem;
	}

label, caption, th, blockquote, cite {
	color:#000000;
	font-style:italic;
	}

label a:hover {
	text-decoration:underline;
}
	
code, pre {
	color:#cccccc;
	text-align: left !important;
	width:100%;
	padding:1rem;
	background: none;
}

.maxi {
	max-width:1800px !important;
	margin-left:auto;
	margin-right:auto;
	overflow: visible;
}

.maxiklein {
	max-width:1600px !important;
	margin-left:auto;
	margin-right:auto;
	overflow: visible;
}

.maxikleiner {
	max-width:1400px !important;
	margin-left:auto;
	margin-right:auto;
	overflow: visible;
}

.versatzbildrechts {
	position:absolute;
	top:50%;
	right:60px;
	z-index: 2;
}

.versatzbildlinks {
	position:absolute;
	top:400px;
	left:60px;
	z-index: 2;
}

@media only screen and (max-width: 1600px) {

.versatzbildrechts, .versatzbildlinks {
	top:360px;
}
}

@media only screen and (max-width: 1300px) {

.versatzbildrechts, .versatzbildlinks {
	top:320px;
}
}

@media only screen and (max-width: 991px) {

.versatzbildrechts, .versatzbildlinks {
	position:relative;
	bottom:auto;
	top:auto;
	right:auto;
	left:auto;
	display:none !important;
}
}

.ce_dlh_googlemaps img {
	border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px;
	width:auto;
}

.dlh_googlemap img {
    width:auto;
}

.ce_dlh_googlemaps {
    overflow: hidden !important;
	height: 100%;
}

.box {
	background: #f4f4f4;
    padding: 30px;
	width: 48%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box h1, .box h2, .box h3:first-of-type, .box2 h1, .box2 h2, .box2 h3:first-of-type {
	margin-top:0px;
	margin-bottom:1rem;
	font-size:2rem;
}

.box p, .box2 p, .box3 p {
	margin-bottom:1rem;
}

.box2 {
	background: #f4f4f4;
	width:98%;
    padding: 30px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box3 {
	background: #f4f4f4;
	width:30%;
    padding: 0px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box ul li, .box2 ul li {
    font-weight: 500 !important;
    display: block !important;
}

@media only screen and (max-width: 1300px) {
	.box3 {
		width:48%;
	}
}

@media only screen and (max-width: 991px) {
	.box, .box2, .box3 {
		width:100%;
	}
}

.weiss {
	background:#ffffff;
	color:#000000;
}

@media only screen and (max-width: 991px) {
.weiss {
	background:none;
	color:#ffffff;
	text-align: center;
}
	
	.weiss h3 {
		font-size:1.4rem !important;
	}
}

/*
|--------------------------------------------------------------------------
| Content Bilder
|--------------------------------------------------------------------------
*/

.inhaltsbild1 {
	position: absolute;
    right: 0;
    z-index: 2;
	max-width:240px !important;
}

.inhaltsbild2 {
	position: absolute;
    top: 180px;
    z-index: 1;
	max-width:240px !important;
}

@media only screen and (max-width: 1500px) {
	.inhaltsbild1, .inhaltsbild2 {max-width:200px !important;}
	.inhaltsbild2 {top:160px;}
}

@media only screen and (max-width: 1200px) {
	.inhaltsbild1, .inhaltsbild2 {max-width:170px !important;}
	.inhaltsbild2 {top:140px;}
}

@media only screen and (max-width: 991px) {
	.inhaltsbild1, .inhaltsbild2 {
		position:relative;
		top:auto;
		right:auto;
		left:auto;
		max-width: 49% !important;
    	margin-left: 0.5%;
		display:inline-block;
		margin-top:2rem !important;
	}
}

@media only screen and (max-width: 520px) {
	.inhaltsbild1, .inhaltsbild2 {
		max-width: 100% !important;
    	margin-left: 0%;
		display:block;
	}
}

/*
|--------------------------------------------------------------------------
| Fullbilder Left Right Flexbox
|--------------------------------------------------------------------------
*/

.fullbildi {
    height: 100%;
    min-height: 440px;
}

/*
|--------------------------------------------------------------------------
| Überschriften
|--------------------------------------------------------------------------
*/

h1,h2,h3,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom: 1.6rem;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:1.6rem;
	margin-bottom:1.6rem;
	line-height:normal;
	color:#000000;
}

h1, h2 {
	font-size:3.5rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:0px; 
	margin-top:0px;
}

table {
	font-size:inherit;
	width:100% !important;
}

caption,th {
	font-weight:bold;
}

h4 {
	margin-top:0px;
	margin-bottom:1rem !important;
	color:#ffffff;
}

h3 {
	font-size: 3rem; 
	font-weight: 500 !important;
	font-family:"barakregular", serif;
	margin-bottom:-15px !important;
	margin-top:0px;
}

.aligncenter h3 {
	margin-left:-300px;
}

@media only screen and (max-width: 991px) {
.aligncenter h3 {
	margin-left:0px;
}
}

.noheadermargin h3 {
	margin-left:0px !important;
}

h4 {
    font-size: 2em;
    font-weight: 500 !important;
    font-style: italic;
    text-transform: uppercase;
    color: #ffffff;
	text-shadow: -1px -1px 0 #fbb900, 1px -1px 0 #fbb900, -1px 1px 0 #fbb900, 1px 1px 0 #fbb900;
	letter-spacing: 1px;
}

.dj img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.dj h4 {
	margin-bottom:0px !important;
	font-size:1.7rem;
}

.dj a {margin-left:4px; margin-right:4px;}

@media only screen and (max-width: 1200px) {
.dj h4 {
    font-size:1.5rem;
}
}

@media only screen and (max-width: 768px) {
.dj h4 {
    font-size:1.2rem;
}
}

@media only screen and (max-width: 540px) {
.dj a {
    display:block;
	margin-left:0px; margin-right:0px;
}
}

.seppiblock h1, .seppiblock h2, .seppiblock h3, .seppiblock h4 {
	padding-left:2rem;
}

.seppiblock p, .seppiblock .accordion {
	padding-left:6rem;
}

.seppiblock .accordion p {
	padding-left:0px !important;
}

.seppiblock .toggler {
	margin-left:6rem;
}

@media only screen and (max-width: 1600px) {
	.seppiblock h1, .seppiblock h2, .seppiblock h3, .seppiblock h4 {
	padding-left:1rem;
}
	
.seppiblock p, .seppiblock .accordion {
	padding-left:5rem;
}
	
	.seppiblock .toggler {
	margin-left:5rem;
}
	
}

@media only screen and (max-width: 1400px) {
	.seppiblock h1, .seppiblock h2, .seppiblock h3, .seppiblock h4 {
	padding-left:0rem;
}

.seppiblock p, .seppiblock .accordion {
	padding-left:2.5rem;
}
	
	.seppiblock .toggler {
	margin-left:2.5rem;
}
}

@media only screen and (max-width: 1200px) {

.seppiblock p, .seppiblock .accordion {
	padding-left:1.5rem;
}
	
	.seppiblock .toggler {
	margin-left:1.5rem;
}
}

@media only screen and (max-width: 991px) {

.seppiblock p {
	padding-left:0rem;
}
	
	.seppiblock .toggler {
	margin-left:0rem;
}
}

/*#main h1, #main h2 {
	background-image:linear-gradient(to bottom, #ffffff 0%,#f1f1f1 52%,#c4c4c4 55%,#ffffff 70%, #414141 90%);
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
}*/

.signatur img {
	width:380px !important;
	max-width:80% !important;
}

.trenner, .signatur img.trenner {
	width:250px !important;
	max-width:60% !important;
}

@media only screen and (max-width: 1200px) {
	h1, h2 {
		font-size:2.5rem;
	}
	h3, h4 {
		font-size:2.4rem;
	}
}

@media only screen and (max-width: 991px) {
	h1, h2 {
		font-size:2.2rem;
	}
	h3, h4 {
		font-size:2.2rem;
	}
}

@media only screen and (max-width: 768px) {
	h1, h2 {
		font-size:2rem;
	}
	h3, h4 {
		font-size:2rem;
	}
	h2 {
	    background-size: 300px;
	}
}

@media only screen and (max-width: 400px) {
	h1, h2 {
		font-size:2rem;
		letter-spacing: 0px;
	}
	h3, h4 {
		font-size:1.8rem;
	}
}
/*
|--------------------------------------------------------------------------
| Scrolldown
|--------------------------------------------------------------------------
*/

#scrolldown {
    color: #ffffff;
    width: 160px;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -80px;
    z-index: 1;
    text-align: center;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
	line-height: 1rem;
	background-image: url("../../files/layout/hutweiss.svg");
	background-repeat: no-repeat;
	background-size:50px;
	background-position: top center;
	padding-top:50px;
}

#scrolldown:hover {
	cursor:pointer;
	opacity:1;
	 color: #fbb900;
	background-image: url("../../files/layout/hutgelb.svg");
}

#scrolldown img {
	width:50px;
}

/*
|--------------------------------------------------------------------------
| Slideshowi
|--------------------------------------------------------------------------
*/

#slideshowi {
	position:relative;
	margin-bottom:0px;
	height:100%;
}

/*
|--------------------------------------------------------------------------
| Home Fullbg Slideshow und Pageimage Background Fullheight
|--------------------------------------------------------------------------
*/

.home #slideshowi {
	height: 100%;
}

.home #slideshowi .inside, .home #slideshowi .inside .mod_article, .home #slideshowi .inside .mod_article .ce_bxslider, .home #slideshowi .inside .mod_article .ce_bxslider .bx-wrapper, .home #slideshowi .inside .mod_article .ce_bxslider .bx-wrapper .bx-viewport, .home #slideshowi .inside .mod_article .ce_bxslider .bx-wrapper .bx-viewport .bxslider, .home #slideshowi .inside .mod_article .ce_bxslider .bx-wrapper .bx-viewport .bxslider li {
	height: 100% !important;
}

#slideshowi .inside, #slideshowi .inside .mod_article, #slideshowi .inside .mod_article .ce_bxslider, #slideshowi .inside .mod_article .ce_bxslider .bx-wrapper, #slideshowi .inside .mod_article .ce_bxslider .bx-wrapper .bx-viewport, #slideshowi .inside .mod_article .ce_bxslider .bx-wrapper .bx-viewport .bxslider, #slideshowi .inside .mod_article .ce_bxslider .bx-wrapper .bx-viewport .bxslider li {
	height: 100% !important;
}

#slideshowi .inside .mod_article .ce_bxslider .bx-wrapper .bx-viewport .bxslider li {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

#slideshowi .inside, #slideshowi .inside .mod_pageImage, #slideshowi .inside .mod_pageImage .pagebildlfull {
	height:100% !important;
}

.mod_pageImage {
	background:#ffffff;
	overflow: hidden !important;
}

.mod_pageImage img {
	opacity:0.85;
}

.pagebildlfull {
	background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.lage #slideshowi {
	height:auto !important;
}

/*
|--------------------------------------------------------------------------
| Abstände in Inhalten überschreiben
|--------------------------------------------------------------------------
*/

.ce_table, .ce_gallery, .ce_list, .ce_image, .ce_download, .ce_downloads, .ce_accordion, .ce_hyperlink, .mod_subscribe {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.ce_table {
	margin-bottom:4rem;
}

.ce_gallery, .ce_image {
    margin-top: 0px;
    margin-bottom: 0px;
	overflow: hidden;
	width:100%;
}

.ce_hyperlink, .ce_download {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ce_accordion table {
	margin-bottom:0px;
}

@media only screen and (max-width: 991px) {
	#main .mod_article .ce_image.col-12 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
}

/*
|--------------------------------------------------------------------------
| Preloader
|--------------------------------------------------------------------------
*/

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#ffffff;
    z-index:9999999999; 
		width:100vw;
	height:100vh;
}

#status {
    width:120px;
    height:120px;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(../../files/layout/status.svg); 
    background-repeat:no-repeat;
    background-position:center;
	background-size:120px;
    margin:-60px 0 0 -60px; 
}

@media only screen and (max-width: 1200px) {
	#status {
    width:90px;
    height:90px;
	background-size:90px;
    margin:-45px 0 0 -45px; 
}
}

@media only screen and (max-width: 768px) {
	#status {
    width:60px;
    height:60px;
	background-size:60px;
    margin:-30px 0 0 -30px; 
}
}

/*
|--------------------------------------------------------------------------
| Logo und Logoicon
|--------------------------------------------------------------------------
*/

#logo img {
	max-width:150px;
	transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 991px) {
}

}

@media only screen and (max-width: 768px) {
}

}

@media only screen and (max-width: 580px) {
}
}

@media only screen and (max-width: 480px) {
}

}


/*
|--------------------------------------------------------------------------
| Hauptcontainer
|--------------------------------------------------------------------------
*/

.container-fluid {
	padding:0px !important;
}

#header {
	text-align: center;
    background: none;
    padding: 30px;
    position: absolute;
    overflow: visible;
    top: 0;
    width: 300px;
    left: 50%;
    margin-left: -150px;
	z-index:998;
		transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	border-color:#000000;
}

#header .inside {
	text-align: center;
}

@media only screen and (max-width: 768px) {
	#header {
    position: absolute;
    top: auto;
    left: 50%;
    margin-left: -130px !important;
    padding: 10px 0px;
    margin-left: 0px;
    width: 260px;
}
}

#langi {
	position:absolute;
	top:50%;
	left:25px;
	height: 200px;
	margin-top:-100px;
	z-index:2;
	display: flex;
    align-content: space-around;
    align-items: center;
}

#langi a {
	color:#ffffff;
	display:flex;
}

@media only screen and (max-width: 800px) {
	#langi {display:none;}
}

#navicons i {
	margin-right:6px;
}

#navicons a:hover i {
	color:#d2a095;
}

#navicons a i:hover {
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#navicons .la-2x {
	font-size:1.6rem;
}

.mobileicons #navicons {
	position: relative;
	text-align: center;
	margin-top:30px;
}

.mobileicons #navicons .la-2x {
	font-size:2rem;
}

.mobileicons #navicons i {
	margin-left:6px;
	margin-right:6px;
}

#main {
	min-height:350px;
	clear: both;
	padding-top:60px;
	}

.speisekartenpage #main {
	padding-top:0px !important;
}

.speisekartenpage table * {
	font-size:18px !important;
}

.speisekartenpage table strong {
	font-size:20px !important;
}

.col-12 {
	clear:both;
}

#main .ce_text .image_container .la {
    color: #ffffff !important;
    background: none;
    border-radius: 0px;
    padding: 0px;
}

#main .ce_text .la{
    color: #ffffff !important;
    background: #000000;
    border-radius: 50%;
    padding: 6px;
	margin-left:6px;
	margin-right:6px;
}

#main .ce_text .angebotslink .la {
	background:none !important;
	padding:0px; margin-left:0px; margin-right:0px; border-radius:0px;
}

#container {
	clear:both;
}

/*.impressionen #main {
	display:none;
	visibility: hidden;
}*/
	
@media only screen and (max-width: 991px) {
	#main {
		margin-left:0px;
		min-height:250px;
		}
}

p {
	margin-bottom:1.6rem;
}

p:last-of-type {
	margin-bottom:0px;
}

/*
|--------------------------------------------------------------------------
| Quicklinks
|--------------------------------------------------------------------------
*/

#quicklinks li {
	display: block;
	text-transform: uppercase;
	font-size:1.2rem;
	font-weight: 700;
	width:100%;
}

#quicklinks a:hover {
	text-decoration: none;
		color:#ffffff;
	text-shadow: -1px -1px 0 #fbb900, 1px -1px 0 #fbb900, -1px 1px 0 #fbb900, 1px 1px 0 #fbb900;
	letter-spacing:2px;
	font-style:italic;
}

#quicklinks .mobilink.active {
	color:#ffffff;
	text-shadow: -1px -1px 0 #fbb900, 1px -1px 0 #fbb900, -1px 1px 0 #fbb900, 1px 1px 0 #fbb900;
	letter-spacing:2px;
	font-style:italic;
}

#quicklinks a::before {
	content:url("../../files/layout/eggblackline.svg");
	opacity:1;
	position:absolute;
	width:20px;
	height: 20px;
	left:-20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

#quicklinks a:hover::before, #quicklinks a.active::before {
	content:url("../../files/layout/eggline.svg");
	opacity:1;
	position:absolute;
	width:20px;
	height: 20px;
	left:-20px;
}

/*
|--------------------------------------------------------------------------
| Social Icons Header
|--------------------------------------------------------------------------
*/

.socialicons {
	position: relative;
}

.socialiconsinner {
	position:absolute;
	bottom:20px;
	right:0px;
	width:100%;
}

.socialiconsinner .item {
	display:inline;
}

.socialicons a {
	color:#ffffff;
	font-size:26px;
	display:inline-block;
	width:32px;
	height:32px;
	line-height: 30px;
	text-align: center;
	margin-left:4px;
	margin-right:4px;
	position:relative;
}

.socialicons a:hover {
	color:#000000;
}

@media only screen and (max-width: 1200px) {
	.socialiconsinner {
		bottom:10px;
	}
}

@media only screen and (max-width: 991px) {
	.socialiconsinner {
		bottom:15px;
		right:0px;
	}
}

@media only screen and (max-width: 768px) {
	.socialicons a {
	width:28px;
	height:28px;
	line-height: 27px;
}
}

@media only screen and (max-width: 600px) {
	.socialiconsinner {
		bottom:32px;
	}
	#header .alignleft {
	}
	#logo img {max-width:80%; width:320px; margin-bottom:15px;}
	.nosocialmobile {display:none !important;}
}

@media only screen and (max-width: 514px) {
	.socialiconsinner {
		bottom:25px;
	}
	#logo img {
		max-width:70%;
	}
	.socialicons a {
		display:none !important;
	}
}

@media only screen and (max-width: 420px) {
	.socialiconsinner {
		bottom:15px;
	}
}

@media only screen and (min-width: 515px) {
.mobilekontaktonly {
	display:none;
}
}

@media only screen and (max-width: 514px) {
.mobilekontaktonly {

}
	.mobileonlymaile, .mobileonlytele {
    border-radius: 50%;
    background: #000000;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    /* float: right; */
    justify-items: center;
    text-align: center;
    justify-content: space-around;
    margin: 2px;
		font-size:22px;
		color:#ffffff !important;
}
	
	.mobileonlymaile:hover, .mobileonlytele:hover {
		background: #fbb900;
	}
	
	.mobileonlytele {
		position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: 25px;
	}
	
	.mobileonlymaile {
		position: absolute;
    right: 50%;
    margin-right: -80px;
    bottom: 25px;
	}
	
}

/*
|--------------------------------------------------------------------------
| Custom Tooltip
|--------------------------------------------------------------------------
*/

.tooltip {
	color:#000000;
	padding:4px;
	border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px;
	background:#000000;
	position:absolute;
	top:45px;
	left:50%;
	width:250px;
	margin-left:-125px;
	font-size:16px;
	text-align:center;
	font-weight: 600;
	opacity:0;
	display:block;
	height:fit-content;
	transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
}

.socialicons a:hover .tooltip {
	opacity:1;
	bottom:60px;
	transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
}

.tooltip:before {
    content: '';
    position: absolute;
    left: 116px;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #000000;
}

#teletooltip {
	margin-left:-142px;
}

#teletooltip:before {
	left:134px;
}

#mailtooltip {
	width:280px;
	margin-left:-220px;
}

#mailtooltip:before {
	left:210px;
}

/*
|--------------------------------------------------------------------------
| Icons Linke Seite
|--------------------------------------------------------------------------
*/
#iconslinkeseite, #iconsrechteseite {
	position: absolute;
	left: -80px;
	top: 0;
	width: 80px;
	text-align: center;
	height: 100%;
	display: flex;
	align-self: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#iconsrechteseite {
	left: auto;
	right: -80px;
}

#iconslinkeseite a, #iconsrechteseite a {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	#iconslinkeseite {
		left: -60px;
		width: 60px;
}

	#iconsrechteseite {
		right: -60px;
		width: 60px;
	}
}

@media only screen and (max-width: 991px) {
	#iconslinkeseite {
		left: -40px;
		width: 40px;
}

	#iconsrechteseite {
		right: -40px;
		width: 40px;
	}
}

@media only screen and (max-width: 768px) {
	#iconslinkeseite, #iconsrechteseite {
		display:none;
		}
}

/*
|--------------------------------------------------------------------------
| Pageimage
|--------------------------------------------------------------------------
*/

.headertitel {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    justify-content: space-around;
    height: 100%;
    align-self: center;
    align-items: center;
    text-align: center;
    align-content: center;
	color:#ffffff;
	font-weight: 400;
	font-size:3rem;
	font-family: "BigCaslon", serif;
    letter-spacing: 2px;
	text-shadow:0 0 8px rgba(0,0,0,0.3); -moz-text-shadow:0 0 8px rgba(0,0,0,0.3); -webkit-text-shadow:0 0 8px rgba(0,0,0,0.3);
}


@media only screen and (max-width: 1200px) {
	.headertitel {font-size:2.6rem;}
}

@media only screen and (max-width: 991px) {
	.headertitel {font-size:2.2rem;}
}

@media only screen and (max-width: 768px) {
	.headertitel {font-size:1.8rem;}
}

@media only screen and (max-width: 580px) {
	.headertitel {display:none;}
}

/*
|--------------------------------------------------------------------------
| ToTop
|--------------------------------------------------------------------------
*/

#toTop {
	width: 50px;
    height: 50px;
    text-align: center;
    background: url("../../files/layout/eggblackline.svg");
	background-size:contain;
	background-repeat: no-repeat;
    text-align: center;
    position: fixed;
    bottom: 40px;
    right: 15px;
    cursor: pointer;
    display: none;
    color: #000000;
    z-index: 99999999;
    opacity: 1 !important;
}

#toTop:hover {
   background: url("../../files/layout/eggblack.svg");
	color:#ffffff;
	opacity: 1 !important;
}

#toTop i {
	display:block;
	font-size:22px;
	line-height: 50px;
	}

#toTop i:hover {
	opacity: 1 !important;
}

@media (max-width:768px){
	#toTop {
		display:none !important;
		visibility:hidden !important;
	}
}

/*
|--------------------------------------------------------------------------
| Slick Slider
|--------------------------------------------------------------------------
*/

.slick-prev, .slick-next {
	z-index:1;
}

.slick-prev:before, .slick-next:before {
	font-size:0px !important;
}

.slick-prev i, .slick-next i{
	font-size:20px;
	color:#000000;
}

.slick-next {
	right:-40px;
}

.slick-prev {
	left:-40px;
}

.slick-dots li {
	margin:0px;
}

.slick-prev:hover, .slick-next:hover, .slick-dots li button:hover, .slick-dots li button:focus{
	border:none !important;
	border-bottom:none !important;
}

.slick-prev:hover i, .slick-next:hover i{
	color:#fbb900;
}

.slick-dots {
	bottom:-40px;
}

.slick-dots li button:before {
	font-size:15px;
	color:#D8D8D8;
	opacity:1;
}

.slick-dots li.slick-active button:before, .slick-dots li button:hover:before {
	color:#fbb900; opacity:1;
}

@media (max-width:768px){

.slick-next {
	right:-15px;
}

.slick-prev {
	left:-15px;
}
	
}

/*.slick-list,
.slick-track,
.slick-slide .inhalt {
   height: 100%;   
}*/

/*
|--------------------------------------------------------------------------
| News
|--------------------------------------------------------------------------
*/

.info {
    color: #000000;
    padding: 0px;
	margin:0px;
    display: block;
    text-align: center;
}

.blog .info {
	display: block;
	text-align: center;
	padding:0 0 10px 0 !important;
}

.blog .layout_full h1 {
    text-align: center;
    padding-bottom: 60px;
}

.blog p {
	padding-left:30px;
	padding-right:30px;
	max-width:1220px;
	margin-left:auto;
	margin-right:auto;
}

.blog p:first-of-type {
	padding:60px 30px 0 30px;
}

.blog p:last-of-type {
	padding:0 30px 60px 30px;
}

@media (max-width:960px){
	.blog p:first-of-type {
	padding:40px 30px 0 30px;
}

.blog p:last-of-type {
	padding:0 30px 40px 30px;
}
}

@media (max-width:768px){
	.blog p:first-of-type {
	padding:30px 30px 0 30px;
}

.blog p:last-of-type {
	padding:0 30px 30px 30px;
}
}

.mod_newslist h2, .mod_newslist h2 a {
    margin: 0;
    color: #ffffff !important;
}


.mod_newslist .ce_text {
	margin: inherit;
	display: block;
}

.blog li.previous, .blog li.next {
	padding:30px;
}

.more a, .back a {
	background: #332D2B;
	color:#ffffff !important;
	padding:12px 25px;
	display:block;
	border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px;
}

.more a:hover, .back a:hover {
	background:#000000;
	color:#ffffff !important;
	text-decoration: none;
}

.back {
	clear: both;
	display:none;
}

#goback {
	position: absolute;
	bottom:100px;
	left:50%;
	margin-left:-150px;
	width:300px;
	text-align: center;
	padding: 10px 30px;
	font-weight: 600;
	border-bottom: 1px dashed #000000;
	border-top: 1px dashed #000000;
}

#goback:hover {
	background:#000000;
	color:#ffffff;
}

@media (max-width:780px){
	#goback {
		position: relative;
		display: block;
		bottom:auto;
		left: auto;
		margin: 0px;
		width: auto;
		margin-top:15px;
	}
}

.s-prev, .s-next {
	display:inline-block;
	padding:10px 30px;
	font-weight: 600;
		border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

.s-prev:hover, .s-next:hover {
	background:#000000;
	color:#ffffff;
	text-decoration: none;
}

.s-prev:before {
	content:'\f060';
	font-family:"Line Awesome Free";
	font-weight: 900;
	margin-right:6px;
}

.s-next:after {
	content:'\f061 ';
	font-family:"Line Awesome Free";
	font-weight: 900;
	margin-left:6px;
}

.s-prev {
	float:left;
}

.s-next {
	float:right;
}

.layout_full .ce_gallery, .layout_full .ce_image, .layout_full .ce_youtube {
	margin-bottom:0px;
	margin-top:0px;
}

.ce_gallery ul {
		margin-bottom:0px;
	margin-top:0px;
}

.layout_full .info {
	margin-top:1rem;
	margin-bottom:0px;
}

.layout_full h1:first-of-type {
	margin-bottom:0rem !important;
	margin-top:0rem !important;
}

.layout_full .ce_text {
	margin-top:0px;
	margin-bottom:0px;
}

.layout_latest {
	margin-bottom:15px;
	position:relative;
}

.layout_latest h1, .layout_latest h2, .layout_latest h3 {
	margin-top:0px !important;
	letter-spacing: 0px;
	font-size:1.5rem;
}

.angebot h1 a:hover, .angebot h2 a:hover, .angebot h3 a:hover, .layout_latest h1 a:hover, .layout_latest h2 a:hover, .layout_latest h3 a:hover {
	text-decoration: none;
}

.layout_latest figure {
	padding:0;
	margin:0;
}

.layout_latest img:hover {
	opacity:0.7;
}

.layout_latest .more {
	padding: 0px;
    position: absolute;
    bottom: 0;
	margin-bottom:0px !important;
	width: 250px;
    left: 50%;
    margin-left: -125px;
}

.layout_latest .more a:hover {
	color:#e5d3cb !important;
	text-decoration:none !important;
}

.innernews {
	text-align: center;
}

.image_container .caption {
	right:auto;
	background:rgba(255,255,255,0.9);
	color:#525252;
	left: 30px;
    bottom: 30px;
    max-width: calc(100% - 60px);
}

/*
|--------------------------------------------------------------------------
| Hilfsklassen
|--------------------------------------------------------------------------
*/

@media (max-width:768px){
.nomobile {
	display:none !important;
}
}

@media (min-width:769px){
.nodesktop {
	display:none !important;
}
}

.onlymobile {
	font-size:14px !important;
	text-align: center !important;
	margin: 0 0 1rem 0 !important;
	padding:0px !important;
}

@media (min-width:581px){
.onlymobile {
	display:none !important;
}
}

.alignjustify {
	text-align: justify;
}

.nomargin {
	margin:0px !important;
}

.nopadding {
	padding:0px !important;
}

.fullwidth img, .fullwidth figure{
	width:100%;
}

.zweispaltig {
	column-count: 2 !important;
	column-gap: 50px !important;
	margin-bottom:0px !important;
}

.dreispaltig {
	column-count: 3 !important;
	column-gap: 50px !important;
	margin-bottom:0px !important;
}

.vierspaltig {
	column-count: 4 !important;
	column-gap: 50px !important;
	margin-bottom:0px !important;
}

.zweispaltig h3, .dreispaltig h3, .vierspaltig h3 {
	font-family:"Barlow Semi Condensed", sans-serif;
	font-size:1.4rem;
	margin-bottom:1rem !important;
	margin-top:1rem !important;
}

@media (max-width:1200px){
	.dreispaltig, .vierspaltig {
		column-count: 2 !important;
	}
}

@media (max-width:991px){
	.zweispaltig, .dreispaltig, .vierspaltig {
		column-count: 1 !important;
	}
}

.zweispaltig h2, .dreispaltig h2, .vierspaltig h2 {
	font-size:1.75rem;
	border-bottom:1px solid;
	border-top:1px solid;
	padding-bottom:20px;
	padding-top:20px;
	background:none !important;
}

/*
|--------------------------------------------------------------------------
| Pagination
|--------------------------------------------------------------------------
*/

.pagination li a {
display: inline-block;
    padding: 10px 30px;
    font-weight: 600;
    border-bottom: 1px dashed #000000;
    border-top: 1px dashed #000000;
	color:#000000;
}

.pagination li a.next:after {
	content: '\f061 ';
    font-family: "Line Awesome Free";
    font-weight: 900;
    margin-left: 6px;
}

.pagination li a.prev:before {
	content: '\f060';
    font-family: "Line Awesome Free";
    font-weight: 900;
    margin-right: 6px;
}
	
.pagination li span.active {
	background: #000000;
	color:#ffffff;
}

.pagination li a:hover {
	background:#000000;
	color: #ffffff;
	text-decoration: none;
}

.pagination ul {
    width: 100%;
    text-align: left;
	margin-top:0px;
	margin-bottom:0px;
}

.pagination li {
    float: none;
	display: none;
}

.pagination li.previous {
    float: left;
	display: inline-block;
}

.pagination li.previous a:before {
	content:'\f060 ';
	font-family:"Line Awesome Free";
	font-weight: 900;
}

.pagination li.next a:after {
	content:' \f061';
	font-family:"Line Awesome Free";
	font-weight: 900;
}

.pagination li.next {
    float: right;
	display: inline-block;
}

.pagination {
	margin-bottom:0px;
	width:100%;
	clear:both;
	margin:15px;
}

.pagination p {
	display:none;
}
	
/*
|--------------------------------------------------------------------------
| Bilderlinks
|--------------------------------------------------------------------------
*/

a img:hover {
	opacity:0.8;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	text-decoration:none;
	}
	
/*.image_container .caption {
    background: rgba(255,255,255,0.6);
	}
*/
/*
|--------------------------------------------------------------------------
| Youtube
|--------------------------------------------------------------------------
*/

.ce_youtube {
	margin-bottom:15px;
}


/*
|--------------------------------------------------------------------------
| Subnavi 
|--------------------------------------------------------------------------
*/

#subnavi {
	background:#ffffff;
	position: relative;
	padding:15px 0;
	border-bottom:1px solid #000000;
	margin-left:60px;
	margin-right:60px;
}

#subnavi:before, #subnavi:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

#subnavi:before {
    margin-left: -15px;
    border-width: 15px;
    border-top-color: #000000;
}

#subnavi:after {
    margin-left: -14px;
    border-width: 14px;
    border-top-color: #ffffff;
}

@media (max-width:1200px){
	#subnavi {
		margin-left:30px;
		margin-right:30px;
	}
}

@media (max-width:991px){
	#subnavi {
		display:none;
	}
}

.home #subnavi {
	display:none;
}

.subnavi {
	padding:15px;
	text-align: center;
}

.subnavi ul {
	margin:0;
}

.subnavi li {
	display:inline-block;
	margin:0 5px;
}

.subnavi li a{
	display:inline-block;
	border: 1px solid #000000;
	color:#000000;
    padding: 0px 15px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	margin-bottom:15px;
}

.subnavi li a:hover, .subnavi li.active a, .subnavi li.trail a {
	color:#ffffff;
	background:#000000;
	text-decoration: none;
}

@media (max-width:1400px){
	.subnavi {
		font-size:14px;
	}
	.subnavi li {
		margin:0 2px;
	}
}

@media (max-width:991px){
	.subnavi {
		display:none;
	}
}

/*
|--------------------------------------------------------------------------
| Kontaktformular
|--------------------------------------------------------------------------
*/

.formborder {
    border-bottom: 2px dashed #000000;
}

form div.widget, form fieldset {
	margin-bottom:24px;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

input, textarea {color:#000000;}

.widget-submit {
	width:100%;
	margin-top:2rem;
}

.ce_form {
	overflow: visible;
}

.ce_form .widget input, .ce_form .widget select, .ce_form .widget legend{
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
} 

.ce_form .widget input {
	text-align: left;
}

form div.widget.widget-checkbox {margin-bottom:0px;}

form fieldset legend {

	}

input:not([type="submit"]) {
	border-bottom: 1px solid #000000;
}

button.submit {
    display: inline-block;
    background: #ffffff;
    color: #000000;
	border: none;
	width: auto;
	font-size: 17px;
	padding:10px 60px;
	text-align: center !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	margin:0 auto;
	position:relative;
	min-width:260px;
	border:2px solid #000000;
}

button.submit:hover {
    color: #ffffff !important;
	background:#000000 !important;
	cursor: pointer;
	transition:all 0.3s ease-in-out 0s; 
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
}
	
#main button:hover:not([type="submit"]), #main input:hover:not([type="submit"]), #main textarea:hover, #main input:focus, #main textarea:focus {
    border:none;
	border-bottom: 1px solid #000000;
	background-color:none !important;
	background:none !important;
	color:#000000;
}

label {
	padding-left: 0px !important;
	}
	
form span.mandatory {
    color: #000000;
	margin-left:4px;
	display:inline;
}

form .widget-radio label {
    width: auto;
	margin-right:25px;
	margin-left:15px;
}

.ce_form .widget input.radio {
    width: auto !important;
}

form .checkbox_container span, form .widget-radio span {
    display: inline-block;
	margin-bottom:0px;
	overflow:visible;
}

input, textarea {
    border: 0px solid #ffffff;
	border-bottom:1px solid #ffffff;
    background: none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	max-width:100% !important;
}

#main form select {
	border:none;
	border-bottom: 1px solid #ffffff;
	padding:0px 15px;
	background:none;
	color:#000000;
	width:100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	display:block;
	line-height: 53px;
}

.chrome form select, .safari form select {
    height: 53px;
}



select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: #ffffff;
    border: none;
    border-radius: 0px;
    padding: 1em 2em 1em 1em;
    font-size: 1em;
}
.select {position:relative; display: block;}
.select:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.select:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: 20px;
    right: 25px;
    border-top: 8px solid black;
    opacity: 1;
}

label.select:after {
	display:none !important;
}

select::-ms-expand {
    display: none;
}

select:hover {
	cursor:pointer;
}

#main form select:hover, #main form select:active {
	border-bottom: 1px solid #000000;
	color:#000000;
}

form fieldset {
	border:1px solid #ffffff;
	padding:0px;
}

form fieldset.checkbox_container {
	border:none;
	margin-bottom: 0px;
}

form fieldset legend {
	color: #000000;
	background: none;
	font-size:1rem;
	width:auto !important;
}

.ce_form .widget fieldset legend {
	width:auto !important;
	background:#ffffff;
	padding:0px 12px;
}

.ce_form .widget .checkbox_container span, .ce_form .widget .checkbox_container input, .ce_form .widget .checkbox_container label {
	display:inline !important;
	width:auto !important;
	font-size:0.9rem;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
input:hover::-moz-placeholder, textarea:hover::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
input:hover:-ms-input-placeholder, textarea:hover:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
input:hover:-moz-placeholder, textarea:hover:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

textarea {
	height: 200px;
	border:0px solid #000000;
	border-bottom:1px solid #000000;
}

textarea:hover, textarea:focus {
	border:0px solid #000000;
	border-bottom:1px solid #000000;
	color:#000000;
	background:none;
}



/*
|--------------------------------------------------------------------------
| Content Slider
|--------------------------------------------------------------------------
*/
.ce_sliderStart {
	margin-top:0px;
}

.ce_sliderStart .slider-control .slider-menu b {
	background: none;
	border: 2px solid #ffffff;
}

.ce_sliderStart .slider-control .slider-menu b:hover {
	background: #ffffff; color:#ffffff;
}

.ce_sliderStart .slider-control .slider-menu b.active {
	background: #ffffff; color:#ffffff;
}

.slider-control a.slider-prev:before, .slider-control a.slider-next:after {
    color: #ffffff;
}

.ce_sliderStart .slider-prev, .ce_sliderStart .slider-next {
	display: block;
	border:none;
	width:50px;
	height:50px;
	text-align: center;
	padding:0px;
}

.ce_sliderStart .slider-control {
	height: 0px;
}

.ce_sliderStart .slider-control a {
    top: 50%;
    color: #ffffff;
    line-height: 50px;
    margin-top: -25px;
	font-size:1rem;
	background-color: none;
	background-position: center;
	background-size:cover;
}

.ce_sliderStart .slider-control a:before, .ce_sliderStart .slider-control a:after {
	left:auto;
	right:auto;
	font-size:1.2rem;
	opacity: 1; 
	color:#ffffff;
	display:block;
	position: absolute;
	width:50px;
	top:0;
}

.ce_sliderStart .slider-prev {
	left:15px;
}

.ce_sliderStart .slider-next {
	right:15px;
}

.ce_sliderStart .slider-prev:hover, .ce_sliderStart .slider-next:hover {
	opacity:0.8;
}

.ce_sliderStart:hover .slider-control a.slider-prev {
	
}

.ce_sliderStart:hover .slider-control a.slider-prev:before {
    left: auto; right: auto;
}

.ce_sliderStart:hover .slider-control a.slider-next:after {
    right: auto; left: auto;
}

.home .ce_sliderStart {
	padding-top:0px;
}

.flexslider .content-slider {
	height:100%;
}

.flexslider .slider-wrapper {
	height:100%;
	display:flex;
}

.contentslide img {
	width:1920px !important;
	height:auto !important;
	min-width:100%;
	max-width:100%;
}

.ce_sliderStart .slider-control .slider-menu {
    bottom: 20px;
    top: auto;
    font-size: 0;
    line-height: 40px;
    position: absolute;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    max-width: 100%;
}

@media (max-width:991px){

.flexorderbefore {
		order: 1 !important;
}
	
.flexorderafter {
		order: 2 !important;
}
}

@media (max-width:768px){

.ce_sliderStart .slider-control .slider-menu {
	bottom:0;
	width:100%;
	left:0;
	margin-left:0;
}
}

.contentslidertext {
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    padding: 20px;
    left: 0;
    margin-left: 0;
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    color: #ffffff;
    line-height: 1.5rem;
	font-size:14px;
}

.noscale, .noscale img {
	-webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.contentslidertext h1, .contentslidertext h2, .contentslidertext h3 {
	color:#ffffff;
	margin-top:0px;
	text-shadow:0 0 8px rgba(0,0,0,0.3); -moz-text-shadow:0 0 8px rgba(0,0,0,0.3); -webkit-text-shadow:0 0 8px rgba(0,0,0,0.3);
}

.contentslidertext h3{
	font-size:1.2rem;
	margin:0 !important;
	text-shadow:0 0 8px rgba(0,0,0,0.3); -moz-text-shadow:0 0 8px rgba(0,0,0,0.3); -webkit-text-shadow:0 0 8px rgba(0,0,0,0.3);
}

.contentslidertext p {
	margin:0px;
	text-shadow:0 0 8px rgba(0,0,0,0.3); -moz-text-shadow:0 0 8px rgba(0,0,0,0.3); -webkit-text-shadow:0 0 8px rgba(0,0,0,0.3);
}

@media (max-width:768px){
	.contentslidertext {
		position: relative;
    	width: 100%;
    	bottom: auto;
    	left: auto;
    	margin-left: 0;
	}
	.ce_sliderStart .slider-control a {
		/*top:25%;*/
	}
}


/*
|--------------------------------------------------------------------------
| Speisekarten Links von Startseite
|--------------------------------------------------------------------------
*/
.speisenlink {
		margin-top:10px !important;
}

.speisenlink a{
	background:#ffffff;
	color:#000000;
	border:1px solid #000000;
	border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px;
	text-align: center;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:4px;
	line-height: 40px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 5px;
    padding-right: 15px;
	padding-left: 15px;
	display:block;
}

.speisenlink a:hover{
	background:#000000;
	color:#ffffff;
	border:1px solid #000000;
	text-decoration:none;
}

/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/

.ce_accordion {
	margin:2px !important;
}

.seppiblock .ce_accordion {
	margin:2px 0px !important;
}

.ce_accordion .toggler {
	background:#ffffff;
	color:#000000;
	border:1px solid #000000;
	border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px;
	text-align: center;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	}

.ce_accordion.getraenke .toggler {
	background:#000000;
	color:#ffffff;
	border:1px solid #000000;
	}

.ce_accordion .toggler span{
	line-height: 1.2rem;
}
	
.ce_accordion .toggler:hover {
	border:1px solid #000000;
  background:#000000;
	color:#ffffff;
}

.ce_accordion.getraenke .toggler:hover {
	background:#ffffff;
	color:#000000;
	border:1px solid #000000;
	}

.ce_accordion .toggler .ui-icon {
	display: inline !important;
}

.ce_accordion {
	margin-top:10px;
	margin-bottom:10px;
}

.ce_accordion .toggler:before {
    font-size: 1rem;
    line-height: 30px;
	color:#000000;
	position:absolute;
	right:15px;
}

.ce_accordion .toggler:hover:before {
    color: #ffffff;
}

.ce_accordion.getraenke .toggler:before {
	color:#ffffff;
}

.ce_accordion.getraenke .toggler:hover:before {
    color: #000000;
}

.ce_accordion ul {
	margin-top:0px !important; margin-bottom:0px !important;
}

.ce_accordion .toggler.ui-state-active {
	background:#000000;
	color:#ffffff;
}

.ce_accordion .toggler.ui-state-active:before {
	color:#ffffff;
}

.accordion a{
	color:#fbb900;
}

.accordion a:hover{
	color:#fbb900;
	text-decoration: underline;
}

.home .accordion ol:first-of-type {
	margin-top:0px;
	margin-bottom:0px;
}

@media (max-width:768px){
	.ce_accordion .accordion {
	padding:15px 0;
}
}

/*
|--------------------------------------------------------------------------
| UL Listen Zebra
|--------------------------------------------------------------------------
*/

.ce_text ul, .ce_list ul, .ce_text ol, .ce_list ol {
    padding-left: 0px;
	margin-top:2rem;
	margin-bottom:2rem;
}

.ce_text ul li, .ce_list ul li {
	background: none !important;
	padding-top: 0.2rem !important;
	padding-bottom: 0.2rem !important;
	list-style: none;
	padding-left:1.2rem;
	padding-right:1.2rem;
	font-weight: 700;
	display:inline-block;
	}

@media only screen and (max-width: 768px){
	.ce_text ul li, .ce_list ul li {
		padding-left:0.5rem;
		padding-right:0.5rem;
	}
}

.ce_text ul li::before, .ce_list ul li::before {
	content: "\f058"; 
	font-family: "Line Awesome Free";
	font-weight:900;
	color: #fbb900;
	display: inline-block; width: 1rem;
	margin-left: -1.5rem;
	margin-right: 8px;
	font-weight: 800;
}

.ce_text ol li, .ce_list ol li {
	padding:0.25rem;
	}

.ce_text nav ul li:before {
	display:none;
}


/*
|--------------------------------------------------------------------------
| Tabellen
|--------------------------------------------------------------------------
*/

table {
	border-collapse: separate !important;
	border-spacing: 1px !important;
}

.ce_table table {
	margin-bottom:0px;
}
	
.ce_table table th, .ce_text table th {
    color: #ffffff;
    background: #000000;
	font-weight: 400;
	font-style: normal;
}

tbody th {
	font-style:italic;
	font-weight: 700;
}

.ce_table table th td, .ce_text table th td {
    border-right: 0px solid #f4f4f4;
	border-left:0px;
}

.ce_table table th td:last-of-type, .ce_text table th td:last-of-type{
    border-right: 0px solid #f4f4f4;
	border-left:0px;
}

.ce_table table tfoot td, .ce_text table tfoot td {
    background: #000000;
    color:#ffffff;
}

.ce_table table th, .ce_text table th {
	border-bottom:0px solid #f4f4f4;
	}

.ce_table table td, .ce_text table td {
	border:0px solid #f4f4f4;
	line-height: normal;
	}
	
.ce_table table tr:nth-child(odd) {
	background: #ffffff;
	}

.ce_table table tr:nth-child(even) {
    background: #ffffff;
	}
	
.ce_table table td:hover, .ce_text table td:hover {
	background:#ffffff;
	}
	
.ce_table.aligncenter table td, .ce_text.aligncenter table td {
    text-align: center;
}

.ce_table.alignright table td, .ce_text.alignright table td {
    text-align: right;
}

.ce_text table tr:nth-child(odd) {
	background: #ffffff;
	}

.ce_text table tr:nth-child(even) {
	background: #ffffff;
	}

.ce_text table tr:first-child td {
    border-right: 0px solid #f4f4f4;
	border-left:0px;
}

.ce_text table tr:first-child td:last-of-type {
    border-right: 0px solid #f4f4f4;
	border-left:0px;
}

.ce_table table th td:hover, .ce_text table th td:hover, .ce_text table tr:first-child td:hover {
    background: #ffffff;
}

.ce_table table td, .ce_table table th {
	text-align: center;
}

/*.ce_table table td, .ce_text table td {
	min-width:200px;
}*/

table td {
	border-bottom:1px dotted #000000 !important;
	vertical-align: top;
}

@media only screen and (max-width: 991px){
.ce_table, .ce_text table{
    overflow-x: scroll;
}
}

/*
|--------------------------------------------------------------------------
| Code & Markup
|--------------------------------------------------------------------------
*/
.ce_code, .ce_markdown {
	background:#f4f4f4;
    background: rgba(255,255,255,0.3);
}

/*
|--------------------------------------------------------------------------
| Hyperlinks & Download Links
|--------------------------------------------------------------------------
*/
	
.ce_hyperlink a, .ce_download a, a.btn {
	background:#ffffff;
	color:#000000;
	border:1px solid #000000 !important;
	border:none;
	font-size:1rem;
	min-width:280px;
	width:100%;
	font-weight: 600;
	}

.ce_hyperlink a:after, .ce_download a:after {
	content:"\f0c1";
	font-family:"Line Awesome Free";
	font-weight:900;
	margin-left:5px;
	}

.ce_hyperlink.noicon a:after, .ce_download.noicon a:after {
	content:"";
}
	
.ce_hyperlink a:hover, .ce_download a:hover, a.btn:hover {
	text-decoration:none;
	}
	
.ce_hyperlink a:hover, .ce_download a:hover, a.btn:hover {
    background: #000000;
   border:1px solid #000000 !important;
	color:#ffffff;
}

.ce_hyperlink h4 {
	color:#000000 !important;
	margin:0 !important;
}

.ce_download {
	background:none;
	border-radius:0; -webkit-border-radius:0; -moz-border-radius:0;
}

p.download-element {
	margin:0 !important;
}

.ce_download a {
	display:inline-block;
	text-align: center;
    padding: 12px 20px;
	border-radius:0; -webkit-border-radius:0; -moz-border-radius:0;
}

.ce_download:after {
	content: "";
}

/*
|--------------------------------------------------------------------------
| Galerie Border, etc.
|--------------------------------------------------------------------------
*/

@media only screen and (max-width: 1200px){
	.ce_gallery [class*='cols_'] li {
    	width: 100%;
	}
	.ce_gallery .cols_7 li {
    	width: 33.3333% !important;
	}
	.ce_gallery .cols_6 li {
    	width: 33.3333% !important;
	}
	.ce_gallery .cols_5 li {
    	width: 20% !important;
	}
	.ce_gallery .cols_4 li {
    	width: 25% !important;
	}
	.ce_gallery .cols_3 li {
    	width: 33.3333% !important;
	}
	.ce_gallery .cols_2 li {
    width: 50% !important;
}
}

@media only screen and (max-width: 991px){
	.ce_gallery [class*='cols_'] li {
    	width: 100%;
	}
	.ce_gallery .cols_7 li {
    	width: 33.3333% !important;
	}
	.ce_gallery .cols_6 li {
    	width: 33.3333% !important;
	}
	.ce_gallery .cols_5 li {
    	width: 20% !important;
	}

	.ce_gallery .cols_4 li {
    	width: 50% !important;
	}
	.ce_gallery .cols_3 li {
    	width: 33.3333% !important;
	}
}

@media only screen and (max-width: 767px){
	.ce_gallery [class*='cols_'] li {
    	width: 50% !important;
	}
	.ce_gallery .cols_5 li {
    	width: 50% !important;
	}
	.ce_gallery .cols_4 li {
    	width: 50% !important;
	}
}

.ce_gallery .image_container {
	overflow:hidden;
	}
	
.ce_gallery a {

}

.ce_image figure a i, .ce_gallery figure a i, .ce_text .image_container a i, .mod_iso_productreader figure a i, .ce_masonry_gallery figure a i, .slick-slide figure a i, .angebotslink i  {
	width:36px; 
	height:36px; 
	position:absolute; 
	bottom:auto !important; 
	left:50%; 
	top: 50%; 
	opacity:0; 
	margin-left:-18px !important;  
	margin-top:-18px !important; 
	text-decoration:none; 
	color:#ffffff; 
	z-index:9997; 
	font-size:32px;
	}
	
.ce_image figure:hover a i, .ce_gallery figure:hover a i, .ce_text .image_container:hover a i, .mod_iso_productreader figure:hover a i, .ce_masonry_gallery figure:hover a i, .slick-slide figure:hover a i, .angebotslink:hover i  {
	visibility:visible; 
	height:36px; 
	width:36px; 
	position:absolute; 
	bottom:auto; 
	left:50%; 
	top: 50%; 
	margin-left:-18px; 
	margin-top:-18px; 
	opacity:1;
	text-decoration:none; 
	color:#ffffff;
	transition:all 0.3s ease-in-out 0s; 
	animation:0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	}
	
.ce_image figure a:hover i, .ce_gallery figure a:hover i, .ce_text .image_container a:hover i, .mod_iso_productreader figure a:hover i, .ce_image figure a i:hover, .ce_gallery figure a i:hover, .ce_text .image_container a i:hover, .mod_iso_productreader figure a i:hover, .ce_masonry_gallery figure a i:hover, .slick-slide figure a i:hover, .angebotslink i:hover   {
	color:#ffffff;
	}

.ce_image figure:hover a i:before, .ce_gallery figure:hover a i:before, .ce_text .image_container:hover a i:before, .mod_iso_productreader figure:hover a i:before, .ce_masonry_gallery figure:hover a i:before, .slick-slide figure:hover a i:before, .angebotslink:hover i:before {
    content: '';
    width: 40px;
    height: 1px;
    background: rgb(255,255,255);
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.ce_image figure:hover a i:before, .ce_gallery figure:hover a i:before, .ce_text .image_container:hover a i:before, .mod_iso_productreader figure:hover a i:before, .ce_masonry_gallery figure:hover a i:before, .slick-slide figure:hover a i:before, .angebotslink:hover i:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
    transition: all 0.4s;
}

.ce_image figure:hover a i:after, .ce_gallery figure:hover a i:after, .ce_text .image_container:hover a i:after, .mod_iso_productreader figure:hover a i:after, .ce_masonry_gallery figure:hover a i:after, .slick-slide figure:hover a i:after, .angebotslink:hover i:after {
content: '';
    width: 40px;
    height: 1px;
    background: rgb(255,255,255);
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
}

.ce_image figure span, .ce_gallery figure span, .ce_text .image_container span, .ce_masonry_gallery figure span, .slick-slide figure span, .angebotslink span {
	width:100%; 
	height:100%; 
	position:absolute; 
	left:0%; 
	bottom:0%;
	}

.ce_image figure:hover span, .ce_gallery figure:hover span, .ce_text .image_container:hover span, .ce_masonry_gallery .image_container:hover span, .slick-slide .image_container:hover span, .angebotslink:hover span {
	width:100%; 
	height:100%; 
	left:0;	
	bottom:0;
	background:#fbb900; 
	background:rgba(251,185,0,0.9); 
	opacity:0.95; 
	transition:all 0.3s ease-in-out 0s; 
	animation:0.3s ease-in-out 0s; 
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	cursor:pointer;
	z-index:2;
}

.ce_image figure a:hover, .ce_gallery figure a:hover, .ce_text .image_container a:hover, .slick-slide .image_container a:hover {
	cursor:pointer;
}

.ie8 .ce_image figure a i, .ie8 .ce_gallery figure a i, .ie8 .ce_text .image_container a i, .ie8 .ce_image figure span, .ie8 .ce_gallery figure span, .ie8 .ce_text figure span, .ie8 .ce_image figure:hover span, .ie8 .ce_gallery figure:hover span, .ie8 .ce_text .image_container:hover span {display:none !important; visibility:hidden !important;}

/* Zoom In Effect 
.ce_gallery figure img, .ce_image figure img, .ce_text figure img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}*/

.notresponsive figure img {
	-webkit-transform: scale(1.00) !important;
	transform: scale(1.00) !important;
}

/*.ce_gallery figure:hover img, .ce_image figure:hover img, .ce_text figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.ce_gallery.noeffect figure:hover img, .ce_image.noeffect figure:hover img, .ce_text.noeffect figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1.01);
}*/

.stempel figure img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}

.stempel figure:hover img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}

.mod_article {
	position:relative;
	overflow:visible;
}

.stempel figure {
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-35px;
	z-index: 9;
}

/*.circleflow {
	border-radius: 100%; 
	width: 32px !important; 
	height: 32px !important; 
	position: absolute; 
	left: 50%; 
	border: 2px solid rgba(255,255,255,0); 
	top: 50%; 
	margin-left: -16px; 
	margin-top: -16px; 
	display: block; 
	z-index:9997;
}

.ce_gallery figure:hover .circleflow, .ce_image figure:hover .circleflow, .ce_text figure:hover .circleflow, .ce_masonry_gallery figure:hover .circleflow {
	border: 2px solid #ffffff; 
	opacity: 0; 
	-moz-transform: scale(1.3); 
	-webkit-transform: scale(1.3); 
	-o-transform: scale(1.3);  
	-ms-transform: scale(1.3); 
	transform: scale(1.3); 
	-webkit-transition: All 0.8s ease; 
	-moz-transition: All 0.8s ease; 
	-o-transition: All 0.8s ease; 
	-ms-transition: All 0.8s ease; 
	transition: All 0.8s ease;
}*/

/*
|--------------------------------------------------------------------------
| Parallax Article
|--------------------------------------------------------------------------
*/

.xl-parallax {
	background-color:none !important;
	background-repeat: no-repeat;
	position: unset;
	position:relative;
	display:flex;
	min-height:650px;
	padding:0px;
}

/*
.xl-parallax:before {
    clear: both;
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1px;
	left:0;
    background: #000000;
}

.xl-parallax:after {
    clear: both;
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
	left:0;
    height: 1px;
    background: #000000;
}
*/

.xl-parallax .mod_article {width:100%;} 

.parallaxbg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
    height: 100%;
    /*background: rgba(0,0,0,0.35);*/
}

/*#slideshowi .xl-parallax {
	background:none !important;
}   Verursacht Bug in iOS und iPadOS*/

.xl-parallax * {
	color:#ffffff;
	align-items:center;
}

.xl-parallax h3 {
	font-family:"alegreya", serif;
	font-weight: 700 !important;
	font-size:3rem;
	margin-top: 1rem;
	letter-spacing:2px;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.xl-parallax h4 {
    margin-bottom: 0px !important;
	font-weight: 600 !important;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	color:#000000;
}

@media (max-width:1200px){
	.xl-parallax {
		min-height: 450px;
	}
	.xl-parallax h3 {
	font-size:2.6rem;
	letter-spacing:1px;
}
}

@media (max-width:991px){
	.xl-parallax h3 {
	font-size:2.4rem;
	letter-spacing:0px;
}
}

@media (max-width:768px){
	.xl-parallax {
		min-height: 350px;
	}
	.xl-parallax h3 {
	font-size:1.8rem;
}
}

@media (max-width:580px){
	.xl-parallax h3 {
	font-size:1.2rem;
}
}

.xl-parallax .content a {
	background:none;
	color:#000000;
	border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px;
	font-weight:700;
	border:none;
}

.xl-parallax .content a:hover {
	background:#c89378;
	color:#000000 !important;
}

.parallax-mirror {
	overflow: hidden !important;
}
	
/*
|--------------------------------------------------------------------------
| Mobile Menu Plugin
|--------------------------------------------------------------------------
*/

#mobilemenui .inside {
		text-align: right;
		/*padding: 20px;*/
	}
	
.mm-listitem>a, .mm-listitem>span {
    padding: 15px 15px 15px 20px !important;
}

.mm-menu_navbar_top-1 .mm-panels {
    top: 80px !important;
}

.mm-navbar {
	height:auto !important;
}

.mod_mobile_menu {
	display:inline;
}

.mobileseparator {
	width:250px;
	max-width:70%;
}

.mobile_menu_trigger{
    cursor: pointer;
    color: #ffffff !important;
    display: inline-block !important;
	width:56px;
	height:56px;
    position: fixed;
	z-index: 9;
    left: 30px;
    top: 50%;
    margin-top: -30px;
		transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

@media (max-width:1600px){
	.mobile_menu_trigger{
      left: 15px;
}
}

@media (max-width:768px){
	.mobile_menu_trigger{
	top:35px;
      left: 10px;
}
	
	.custom > #fixedbuttonsi::before {
		content:"";
		display:block;
		width:100%;
		height:0px;
		position: fixed;
		top:0px;
		left:0px;
		background:#ffffff;
		box-shadow:0px 0px 8px rgba(0,0,0,0.35);
		-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.35);
		-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.35);
		z-index:1;
		opacity:0;
		transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;
	}
	
	.scrolled + .custom > #fixedbuttonsi::before {
		content:"";
		display:block;
		width:100%;
		height:70px;
		opacity:1;
		position: fixed;
		top:0px;
		left:0px;
		background:#ffffff;
		box-shadow:0px 0px 8px rgba(0,0,0,0.35);
		-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.35);
		-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.35);
		z-index:4;
		transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;
	}

	
}

.mobile_menu_trigger:hover{
	cursor: pointer;
}

.mobile_menu_trigger.scrolled .hamburger-inner, .mobile_menu_trigger.scrolled .hamburger-inner::before, .mobile_menu_trigger.scrolled .hamburger-inner::after {
	background-color:#fbb900 !important;
}

.mobile_menu h3.leftheader {
	font-family: "alegreya", serif;
	color:#000000;
    font-size: 120px;
	position:absolute;
	display: block !important;
	left: 0px;
    top: 280px;
	transform-origin: left top;
}

@media (max-width:768px){
	.mobile_menu h3.leftheader {
		display:none !important;
	}
}

.preislisten h3, #tab4 .ce_table h3 {
	font-size: 2.5rem;
}

@media (max-width:1200px){
.preislisten h3 {
	font-size: 2.2rem;
}
}

@media (max-width:768px){
.preislisten h3 {
	font-size: 1.8rem;
}
}

/*
|--------------------------------------------------------------------------
| Hamburger
|--------------------------------------------------------------------------
*/

.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
	line-height: 1rem;
  overflow: visible; }
 
.hamburger:hover {
    opacity: 1; color:#000000;}
.hamburger:hover {
	border-bottom:0px solid #000000 !important;
}

button:focus, :focus {outline:0px; -webkit-focus-ring-color auto 0px;}

.hamburger-box {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 36px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
	  left:0;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner {
	width:22px;
}

  .hamburger-inner::before {
    top: -12px; }
  .hamburger-inner::after {
    bottom: -12px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--arrow:hover .hamburger-inner::before {
	background-color:#fbb900;
	transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;
}

.hamburger--arrow:hover .hamburger-inner::after {
	background-color:#fbb900;
	transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;
}
.hamburger--arrow:hover .hamburger-inner {
	width:36px;
	background-color:#fbb900;
	transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;
}

.menutext {
	display: inline-block;
    margin-right: 6px;
    font-size: 1.2rem;
    position: absolute;
    right: 40px;
    top: 12px;
}

/*
|--------------------------------------------------------------------------
| MOBILE MENU CUSTOMIZATION
|--------------------------------------------------------------------------
*/

.c4g-spinner {width:auto !important;}

/*
|--------------------------------------------------------------------------
| HEADERNAVIGATION
|--------------------------------------------------------------------------
*/

.headernavigation {
	text-transform: uppercase;
	position: relative;
	display:flex;
}

.headernavigation ul.navi {
	width:100% !important;
	margin-bottom:0px !important;
}

.headernavigation li {
    display: inline-block;
}

.headernavigationinner {
    align-items: center;
    justify-items: center;
    display: flex;
    width: 100%;
}

.headernavigation a, .headernavigation a:link, .headernavigation a:visited {
	color:#ffffff;
	display:inline-block;
	padding:5px 20px;
}

.headernavigation a:hover, .headernavigation a.active  {
	color:#000000;
}

@media only screen and (max-width: 1400px) {
	.headernavigation {
		font-size: 15px;
	}
	.headernavigation a, .headernavigation a:link, .headernavigation a:visited {
		padding:5px 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.headernavigation {
		font-size: 14px;
	}
	.headernavigation a, .headernavigation a:link, .headernavigation a:visited {
		padding:5px 10px;
	}
}

@media only screen and (max-width: 991px) {
	.headernavigation {
		display:none;
	}
}

/*
|--------------------------------------------------------------------------
| MOBILE MENU CUSTOMIZATION
|--------------------------------------------------------------------------
*/

.menuseparator {width:250px;}

#mobilelogo img {
	max-width: 130px;
}

#mobilemenui {
		position: fixed;
		z-index: 9999;
		width: auto;
		top:50px;
		left:50px;
	}

#mobilelogo {
    position: absolute;
    width: 100%;
    padding-left: 35%;
    top: 40px;
	text-align:left;
}

#mobilelogo img {
	width:280px;
}

@media only screen and (max-width: 1200px) {
	#mobilelogo img {
	max-width: 100px;
}
}

@media only screen and (max-width: 991px) {
	#mobilelogo {
		position: relative;
		display:block;
		text-align: center;
		padding:0px;
		top:auto;
}
}

@media only screen and (max-width: 768px) {
	#mobilelogo img {
	max-width: 80px;
}
}


@media only screen and (max-height: 850px) {
	#mobilelogo img {
	max-width: 100px;
}
}

.mobile_menu {
	background:rgba(0,0,0,0.8);
	opacity:0;
	justify-content: space-around;
    align-items: center;
    display: flex !important;
}

.mobile_menu.active {
	transition:opacity 600ms ease 0s !important;
	-webkit-transition:opacity 600ms ease 0s !important;
	-moz-transition:opacity 600ms ease 0s !important;
	opacity:1;
}

.mobile_menu .inner {
	background:rgba(255,255,255,1);
	padding:0px;
	overflow-y: auto;
	overflow-x:hidden;
	text-align: center;
	align-items: center;
    display: flex;
    justify-items: center;
    position: relative;
	max-width: 100%;
    max-height: 100%;
	width:100%;
}

@media only screen and (max-width: 1400px) {
	.mobile_menu .inner {
		padding:40px;
	}
}

@media only screen and (max-width: 991px) {
	.mobile_menu .inner {
		display:block;
	}
}

.mobile_menu #mobilenav {
	text-align:left;
	color:#000000;
	font-size:16px;
	margin:0 auto;
	margin-top:2rem !important;
	margin-bottom:2rem !important;
	letter-spacing: 0rem;
	min-width:750px;
}

@media only screen and (max-width: 1200px) {
	.mobile_menu #mobilenav {
	margin-top:1.5rem !important;
	margin-bottom:1.5rem !important;
}
		.mobile_menu .inner {
		padding:30px;
	}
}

@media only screen and (max-width: 991px) {
	.mobile_menu .alignleft, .mobile_menu .alignleft * {
		text-align: center !important;
	}
	.mobile_menu .inner {
		padding:20px;
	}
	#mobilenav, #mobilenav *, .mobile_menu, .mobile_menu .alignleft, .mobile_menu .alignleft * {
		text-align: center !important;
	}
	.mobile_menu #mobilenav {
		text-align:center !important;
	}
	
	#mobilenav {
		    padding-top: 20px !important;
    padding-bottom: 20px;
	}
}


@media only screen and (max-width: 768px) {
	.mobile_menu #mobilenav {
	margin-top:1rem !important;
	margin-bottom:1rem !important;
		min-width:auto;
}
	.mobile_menu .inner {
		padding:15px;
	}
}

@media only screen and (max-width: 480px) {
	.mobile_menu .inner {
		padding:10px;
	}
}

.mobile_menu #mobilenav ul {
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.mobile_menu #mobilenav ul.level_2 {
	margin-top:0px !important;
	margin-bottom:1rem !important;
	padding-left:2px;
}

.mobile_menu #mobilenav li {
	display:block;
	width:100%;
}

.mobile_menu #mobilenav a {
	padding:10px 0px;
	display:block;
	font-size:2rem;
	line-height: 1.5rem;
	font-weight: 700;
	font-family:'Barlow Semi Condensed',sans-serif;
	text-transform: uppercase;
}

.mobile_menu #mobilenav .level_2 a {
	font-weight: 500;
	display: inline-block;
	font-family:"Barlow Semi Condensed", sans-serif;
}

.mobile_menu #mobilenav li li {
	font-family:"Barlow Semi Condensed", sans-serif;
}

@media only screen and (max-width: 1600px) {
	.mobile_menu #mobilenav a {
		font-size:2rem;
		line-height: 1.5rem;
	}
}

@media only screen and (max-width: 1400px) {
	.mobile_menu #mobilenav a {
		font-size:1.8rem;
		line-height: 1.4rem;
	}
}

@media only screen and (max-height: 850px) {
	.mobile_menu #mobilenav a {
		font-size:1.6rem;
		line-height: 1.0rem;
	}
}

@media only screen and (max-height: 650px) {
	.mobile_menu #mobilenav a {
		font-size:1.3rem;
		line-height: 0.8rem;
	}
}

@media only screen and (min-width: 768px) and (max-height: 650px) {
	#mobilelogo{display:none;}
}


@media only screen and (max-width: 1200px) {
	.mobile_menu #mobilenav a {
		font-size:1.6rem;
		line-height: 1.2rem;
	}
}

@media only screen and (max-width: 991px) {
	.mobile_menu #mobilenav a {
		font-size:1.5rem;
		line-height: 1.2rem;
	}
}

@media only screen and (max-width: 768px) {
	.mobile_menu #mobilenav a {
		font-size:1.3rem;
		line-height: 1.2rem;
	}
}

.mobile_menu #mobilenav .level_2 a.active {
	color:#fbb900 !important;
	text-decoration: none;
}

.mobile_menu #mobilenav .level_2 {
	font-size:1rem;
	color:#000000 !important;
}

.mobile_menu #mobilenav .level_2 li {
	display:inline !important;
	color:#ffffff !important;
}

.mobile_menu #mobilenav .level_2 a {
	color:#000000 !important;
	padding:0px;
	font-size:1rem;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 400;
}

@media only screen and (max-width: 1200px) {
	.mobile_menu #mobilenav .level_2 a {
	font-size:0.9rem;
}
}

@media only screen and (max-width: 991px) {
	.mobile_menu #mobilenav .level_2 a {
	font-size:0.8rem;
}
}

@media only screen and (max-width: 768px) {
	.mobile_menu #mobilenav .level_2 a {
	font-size:0.9rem;
}
}

.mobile_menu #mobilenav .level_2 a:hover {
	color:#ffb900 !important;
	text-shadow:none !important;
	letter-spacing: 0px;
	font-style: normal;
}

.mobile_menu #mobilenav .level_2 a:after {
	content:"·";
	margin-left:10px; 
	margin-right:10px;
	color:#000000;
}

.mobile_menu #mobilenav .level_2 li.last a:after {
	content:"";
	display:none;
}

.mobile_menu #mobilenav a:hover, .mobile_menu #mobilenav a.active {
	color:#ffffff;
	font-style: italic;
	letter-spacing: 2px;
	text-decoration: none;
	transition:all 0.3s ease-in-out 0s; 
	animation:0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;	
	text-shadow: -1px -1px 0 #fbb900, 1px -1px 0 #fbb900, -1px 1px 0 #fbb900, 1px 1px 0 #fbb900;
}


.mobile_menu #mobilenav a::before {
	content:url("../../files/layout/eggline.svg");
	opacity:0;
	position:absolute;
	width:46px;
	height: 46px;
	left:0px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.mobile_menu #mobilenav a:hover::before, .mobile_menu #mobilenav a.active::before {
	content:url("../../files/layout/eggline.svg");
	opacity:1;
	position:absolute;
	width:46px;
	height: 46px;
	left:-40px;
	margin-top:-2px;
}

@media only screen and (max-width: 1600px) {
	.mobile_menu #mobilenav a::before, .mobile_menu #mobilenav a:hover::before, .mobile_menu #mobilenav a.active::before {
			width:35px;
		height: 35px;
		left:-35px;
		margin-top:0px;
	}
}

@media only screen and (max-width: 1400px) {
	.mobile_menu #mobilenav a::before, .mobile_menu #mobilenav a:hover::before, .mobile_menu #mobilenav a.active::before {
		width:34px;
		height: 34px;
		left:-34px;
		margin-top:0px;
	}
}

@media only screen and (max-height: 850px) {
	.mobile_menu #mobilenav a::before, .mobile_menu #mobilenav a:hover::before, .mobile_menu #mobilenav a.active::before {
		width:34px;
		height: 34px;
		left:-34px;
		margin-top:0px;
	}
}

@media only screen and (max-width: 1200px) {
	.mobile_menu #mobilenav a::before, .mobile_menu #mobilenav a:hover::before, .mobile_menu #mobilenav a.active::before {
		width:26px;
		height: 26px;
		left:-26px;
		margin-top:0px;
	}
}

@media only screen and (max-height: 650px) {
	.mobile_menu #mobilenav a::before, .mobile_menu #mobilenav a:hover::before, .mobile_menu #mobilenav a.active::before {
		width:26px;
		height: 26px;
		left:-26px;
		margin-top:0px;
	}
}

@media only screen and (min-width: 2000px) {
	.mobile_menu #mobilenav {
		width:2000px;
	}
}

.mobile_menu #mobilenav a.submenu:after {
	font-family: "Line Awesome Free";
	font-weight:900;
	content: "\f107";
    position: relative;
	margin-left:10px;
	font-size:1rem;
}

.mobile_menu #mobilenav .submenu_show a {
	color:#000000;
}

.mobile_menu #mobilenav .submenu_show a.submenu:after {
	content: "\f106";
}

@media only screen and (max-width: 991px) {
	.mobile_menu #mobilenav a::before {
	display:none !important;
}
}

.mobile_menu a {
}

.mobile_menu a:hover {
}

.mobileclose {
	background: none;
    padding: 0px;
    position: fixed;
	top:40px;
	right:40px;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    width: 40px;
    height: 40px;
    font-weight: 700;
    display: block;
}

.mobileclose:hover {
	text-decoration: none;
	color:#fbb900;
	cursor:pointer;
	background:none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
	.mobileclose {
	top:40px;
	right:30px;
    font-size: 20px;
}
}

@media only screen and (max-width: 991px) {
	.mobileclose {
	top:40px;
	right:20px;
    font-size: 18px;
}
}

@media only screen and (max-width: 768px) {
	.mobileclose {
	top:40px;
	right:10px;
    font-size: 16px;
}
}

.mobileclose i {
	line-height: 40px;
}

.mobileclose i:hover {
	opacity:1 !important;
}

.mobile_menu_overlay.background {
    background:none;
	z-index:9998;
}

.mobile_menu {
	z-index:9999;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.mobilecontact {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 40px;
	width:30px;
    height: 180px;
    margin-top: -90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

@media only screen and (max-width: 991px) {
	.mobilecontact {
	display:none;
}
}

.mobilecontact p {
	margin-bottom:0px;
	display: block;
    width: 100%;
}

.mobilecontact a:hover {
	color:#fbb900;
}

.menunormallinks {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0px;
    position: absolute;
    bottom: 40px;
	left:0px;
    width: 100%;
    text-align: left;
    padding-left: 35%;
}

@media only screen and (max-width: 1400px) {
.menunormallinks {
	font-size:1.1rem;
}
}

@media only screen and (max-width: 1200px) {
.menunormallinks {
	font-size:1.0rem;
	margin-bottom:1.5rem;
	padding:15px;
	text-align: center;
}
}

@media only screen and (max-height: 650px) {
.menunormallinks {
	font-size:1.0rem;
	margin-bottom:0rem;
	padding:0px;
	bottom:10px;
	text-align: center;
}
}

@media only screen and (max-width: 991px) {
.menunormallinks {
	font-size:1rem;
	position:relative;
	display:block;
	bottom:auto;
}
}

@media only screen and (max-width: 768px) {
.menunormallinks {
	font-size:1rem;
	margin-bottom:1rem;
}
}

@media only screen and (max-width: 768px) {
.mobile_menu .container-fluid.alignleft * {
    text-align: center !important;
}
	
	.container-fluid {
		padding-left:0px;
		padding-right:0px;
	}
	
}

/*
|--------------------------------------------------------------------------
| RESERVIERUNG
|--------------------------------------------------------------------------
*/

.mobilereservierung, #headerreservierung {
	position:absolute;
	right:40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	 writing-mode: vertical-lr;
    transform: scaleX(1) scaleY(1);
	height: 100%;
    top: 0;
}

.mobilereservierung a{
	text-decoration: none;
	color:#000000;
}

.mobilereservierung a:hover, #headerreservierung, #headerreservierung:hover {
	text-decoration: none;
	color:#fbb900;
}

#headerreservierung {
	color:#ffffff;
	text-align: center;
	position:fixed;
}

#headerreservierung.scrolled {
	color:#fbb900;
}

@media only screen and (max-width: 991px) {
	.mobilereservierung {
		display:none;
}
}

/*
|--------------------------------------------------------------------------
| RESERVIERUNG BUTTON
|--------------------------------------------------------------------------
*/

#reservierungbutton {
	width:200px;
	height:200px;
	background:url("../../files/layout/reservierung-de.svg");
	background-size:contain;
	background-repeat: no-repeat;
	position:absolute;
    top: -25px;
    right: -80px;
		transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
}

#reservierungbutton:hover {
	background:url("../../files/layout/reservierung-gelb-de.svg");
}

#reservierungbutton.english {
	background:url("../../files/layout/reservierung-en.svg");
}

#reservierungbutton.english:hover {
	background:url("../../files/layout/reservierung-gelb-en.svg");
}

#takeawaybutton {
	width:200px;
	height:200px;
	background:url("../../files/layout/takeaway-de.svg");
	background-size:contain;
	background-repeat: no-repeat;
	position:absolute;
    top: -25px;
    right: -80px;
		transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
}

#takeawaybutton:hover {
	background:url("../../files/layout/takeaway-gelb-de.svg");
}

#takeawaybutton.english {
	background:url("../../files/layout/takeaway-en.svg");
}

#takeawaybutton.english:hover {
	background:url("../../files/layout/takeaway-gelb-en.svg");
}

@media only screen and (max-width: 1600px) {
	#reservierungbutton,#takeawaybutton{
		width:175px;
		height:175px;
		top: -40px;
		right: -80px;
}
}

@media only screen and (max-width: 991px) {
	#reservierungbutton,#takeawaybutton{
		width:150px;
		height:150px;
		top: -60px;
		right: -80px;
}
}


@media only screen and (max-width: 580px) {
	#reservierungbutton,#takeawaybutton{
		width:120px;
		height:120px;
		top: -50px;
		right: -60px;
}
}

@media only screen and (max-width: 480px) {
	#reservierungbutton,#takeawaybutton{
		width:120px;
		height:120px;
		top: -70px;
		right: -30px;
}
}

@media only screen and (max-width: 350px) {
	#reservierungbutton,#takeawaybutton{
		width:100px;
		height:100px;
		top: -70px;
		right: -20px;
}
}

@media only screen and (max-height: 440px) {
	#reservierungbutton,#takeawaybutton{
		width:80px;
		height:80px;
		top: -20px;
		right: -40px;
}
}

@media only screen and (max-width: 320px) {
	#reservierungbutton,#takeawaybutton{
		display:none;
}
}


/*
|--------------------------------------------------------------------------
| Hüttenwahnsinn
|--------------------------------------------------------------------------
*/

.slogan{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 640px;
    margin-left: -320px;
    margin-top: -228px;
}

@media only screen and (max-width: 1600px) {
	.slogan{
    width: 500px;
    margin-left: -250px;
    margin-top: -178px;
}
}


@media only screen and (max-width: 991px) {
	.slogan{
    width: 400px;
    margin-left: -200px;
    margin-top: -147px;
}
}

@media only screen and (max-width: 768px) {

}


@media only screen and (max-width: 580px) {
	.slogan{
    width: 320px;
    margin-left: -160px;
    margin-top: -114px;
	}
}

@media only screen and (max-width: 380px) {
	.slogan{
    width: 280px;
    margin-left: -140px;
    margin-top: -100px;
	}
}

@media only screen and (max-height: 500px) {
	.slogan{
    width: 280px;
    margin-left: -140px;
    margin-top: -100px;
	}
}

@media only screen and (max-height: 440px) {
	.slogan{
    width: 200px;
    margin-left: -100px;
    margin-top: -71px;
	}
}

@media only screen and (max-height: 300px) {
	.slogan{
		display:none !important;
	}
}

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/

footer img:first-of-type:hover {
	opacity:1;
}

footer img.lagebild {
	margin-top:0px !important;
}

footer {
	padding:0px 30px 30px 30px;
	font-weight: 500;
}

#footer .ce_text {
	margin-top:0px;
}

footer p {
	margin-bottom:1rem;
}

footer p:first-of-type {
	line-height: 1.8rem;
}

footer strong {
	font-size:1.2rem;
}

footer .smallfont {
	margin-top:2rem;
}

footer .smallfont p, footer .smallfont p:first-of-type {
	font-size:1rem !important;
}

footer .trennlinie {
	width:470px !important;
	max-width: 100% !important;
}

footer .fa-2x {
	font-size:1.3rem !important;
}

.socialfooterlink {
	background: url("../../files/layout/eggblack.svg");
    display: inline-flex;
    padding: 6px;
	margin-left:6px; 
	margin-right:6px;
	width: 50px;
    height: 50px;
	color:#ffffff;
	align-items: center;
    justify-content: space-around;
}

.socialfooterlink:hover {
	background: url("../../files/layout/eggline.svg");
    color: #fbb900 !important;
    display: inline-flex;
    padding: 6px;
	text-decoration: none;
}

.socialfooterlink i {
	color:#ffffff;
	margin-left:-3px;
}

.socialfooterlink:hover i {
	color:#fbb900;
}

footer .huettenwahnsinn h2, footer .huettenwahnsinn h4 {
	font-size:2.7rem;
	line-height:2.7rem;
}

@media only screen and (max-width: 1200px) {
	footer .alignleft, footer .alignright, footer .alignleft *, footer .alignright *{
    text-align:center !important;
}
}

/*
|--------------------------------------------------------------------------
| GLightbox
|--------------------------------------------------------------------------
*/

.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover, .glightbox-modern .gclose:hover, .glightbox-modern .gnext:hover, .glightbox-modern .gprev:hover {
    background-color: rgba(0,0,0,.2);
    border-bottom: none;
}

.glightbox-open {
	height: 100% !important;
}

.gslide-external {
	max-height: 100%;
	height:100%;
}

/*
|--------------------------------------------------------------------------
| MASONRY ANPASSUNGEN
|--------------------------------------------------------------------------
*/

.ce_masonry_gallery {
	width:100%;
	display:block;
}

.masonry {
    margin: 0 !important;
	width:100% !important;
}

.ce_masonry_gallery img {
	border-radius:0px !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
}

.msry_theme_standard.ce_masonry_gallery {
	padding:15px;
}

/*.masonry_gallery {
	border:4px solid #000000;
}*/

.masonry_gallery {
	padding:2px !important;
	background-color:rgba(0,0,0,0) !important;
}

.msry_theme_standard .masonry_gallery {
    margin-bottom: 0px;
    padding: 0px;
    background-color: #000000;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, .0), 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .0), 0 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, .0), 0 0px 0px rgba(0, 0, 0, 0);
}

.masonrywidth, .masonry_gallery {
	width:25% !important;
}

@media only screen and (max-width: 1400px) {
	.masonrywidth, .masonry_gallery {width:33.3333% !important;}
}

@media only screen and (max-width: 768px) {
	.masonrywidth, .masonry_gallery {width:50% !important;}
}

@media only screen and (max-width: 480px) {
	.masonrywidth, .masonry_gallery {width:100% !important;}
}

/*
|--------------------------------------------------------------------------
| Tabs 
|--------------------------------------------------------------------------
*/

.tabs section {
-moz-animation-name: fadeIn;
-moz-animation-timing-function: ease-in;
-moz-animation-duration: 1s;
-webkit-animation-name: fadeIn;
-webkit-animation-timing-function: ease-in;
-webkit-animation-duration: 1s }

@keyframes fadeIn{
from {
opacity: 0;

}
to {
opacity: 1;
}
}

.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 400;
	font-size: 1rem;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1400px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	text-transform: uppercase;
}

.tabs nav a:hover {
	text-decoration:none;
	border-bottom: 1px solid;
}

.tabs nav .angebot a:hover, .tabs nav .angebot a {
	border-bottom:none !important;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #000000;
}

.tabs nav a:focus {
	outline: none;
}

.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1rem 0;
	text-align: center;
}

.content-wrap section.content-current {
	display: block;
}

.tab-current a:before, .tab-current a:after, .tabs nav a:hover:before, .tabs nav a:hover:after, .tabs nav li:hover a:before, .tabs nav li:hover a:after {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.tab-current a:after, .tabs nav a:hover:after, .tabs nav li:hover .angebot a:after {
    margin-left: -14px !important;
    border-width: 14px !important;
    border-top-color: #ffffff !important;
}

.tabs nav a:hover:before {
    border-top-color: #ffffff !important;
}

.tabs nav li:hover a:before {
	border-top-color: #ffffff !important;
}


.tab-current a {
    border-bottom: 1px solid #000000;
	color:#000000 !important;
}

.tab-current a:hover {
    border-bottom: 1px solid #fbb900;
	color:#fbb900 !important;
}

.tabs nav a {
	overflow: visible;
}

/*
|--------------------------------------------------------------------------
| Angebot Galerie
|--------------------------------------------------------------------------
*/

.angebot.galerie {
	border:none !important;
}

.angebot.galerie .inhaltinner h3 {
    background: rgba(178, 7, 35, 0.9);
    display: inline-block;
    padding: 6px 30px;
	transform:rotate(-6deg); -moz-transform:rotate(-6deg); -webkit-transform:rotate(-6deg);
	transition:all .0s ease-in-out;-moz-transition:all .0s ease-in-out;-webkit-transition:all .0s ease-in-out;-o-transition:all .0s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
}

.angebot.galerie .inhaltinner h3:hover {
	 background: rgba(147,10,37, 0.9);
}

.angebot.galerie .inhaltinner p {
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding: 4px 20px;
	margin-top:8px;
	font-size:16px;
	transform:rotate(2deg); -moz-transform:rotate(2deg); -webkit-transform:rotate(2deg);
	transition:all .0s ease-in-out;-moz-transition:all .0s ease-in-out;-webkit-transition:all .0s ease-in-out;-o-transition:all .0s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
}

.angebot.galerie .inhaltinner p:hover {
    background: rgba(0, 0, 0, 1);
}

.slick-slide figure span, .leistungenbg {
		-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
}

/*
|--------------------------------------------------------------------------
| Cookie Bar
|--------------------------------------------------------------------------
*/

.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}.cookiebar__analytics{margin-right:18px}.cookiebar__analytics-label{cursor:pointer}.cookiebar__analytics-checkbox{margin-right:5px}

.cookiebar {
	z-index:999999999 !important;
	font-size:1rem;
	box-shadow:none; 
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
}

.cookiebar--active {
	background: url("../../files/layout/egg.svg") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	padding:100px;
	text-align: center;
	position:fixed;
	top:50%;
	margin-top:-250px;
	bottom:auto;
	color:#000000;
	left:50%;
	width:620px;
	margin-left:-310px;
	max-width:90%;
}

.cookieimage {
	width:130px;
	margin-bottom:10px;
}

.cookiebar.cookieoverlayer {
	top: 0;
    background: rgba(0,0,0,0.3) !important;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999 !important;
	border: none;
    outline: none;
	padding:0px;
	margin: 0px;
	margin-top:0px;
	left:0;
	margin-left:0px;
	max-width:100%;
	box-shadow:0px 0px 15px rgba(0,0,0,0); 
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0); 
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,0); 
}

.cookiebar--active + .cookieoverlayer {
display: block !important;
}

.cookiebar__message {
	margin-right:0px;
}

#cookiebar-text {
	display:inline-block;
}
 
.cookiebar a {
    color: #fbb900 !important;
	text-decoration: underline;
}

.cookiebar a:hover {
    color: #e31c13 !important;
	text-decoration: underline;
}

.cookiebar button {
    background-color: #fff !important;
    font-weight: 500;
    color: #000000;
    border: 2px solid;
    padding: 5px 25px;
	display:inline-block;
	margin-top:30px;
}

.cookiebar button:hover {
    background-color: #000000 !important;
	cursor:pointer;
	border:2px solid #000000 !important;
	color:#ffffff;
}

@media only screen and (max-width: 660px) {
	.cookiebar--active {
		width:90%;
		height: 400px;
		max-height: 90%;
		position:fixed;
		top:50%;
		left:0px;
		margin-left: 5%;
    	margin-top: -200px;
		overflow: hidden;
		font-size:16px;
		line-height: 1.2rem;
	}
	
	.cookieimage {
		width:65px;
		margin-bottom:15px;
}
	.cookiebar button {
		margin-top:15px;
	}
}

@media only screen and (max-width: 480px) {
	.cookiebar--active {
		width:100%;
		max-width:100%;
		height: auto;
		max-height: 100%;
		position:fixed;
		top:50%;
		left:0px;
		margin-left: 0%;
    	margin-top: -200px;
		overflow: hidden;
		font-size:15px;
		line-height: 1.2rem;
		padding:80px;
	}
}

@media only screen and (max-width: 390px) {
	.cookiebar--active {
		padding:55px;
	}
}


/*
|--------------------------------------------------------------------------
| Instagram Lightwidget
|--------------------------------------------------------------------------
*/

.lightwidget--captions .lightwidget__caption {
    text-align: center !important;
    margin-top: 8px !important;
	margin-left:auto;
	margin-right:auto;
}

/*
|--------------------------------------------------------------------------
| Fancy Numbers Counter
|--------------------------------------------------------------------------
*/
#counter h2 {
	display:inline;
}

.fancyadd {
	display:inline; 
	font-weight: 700; 
	font-size:3.5rem;
}

@media only screen and (max-width: 1200px) {
.fancyadd {
	font-size:2.8rem;
}
}

@media only screen and (max-width: 991px) {
.fancyadd {
	font-size:2.5rem;
}
}

@media only screen and (max-width: 768px) {
.fancyadd {
	font-size:2rem;
}
}

/*
|--------------------------------------------------------------------------
| Rocksolid Slider Additional
|--------------------------------------------------------------------------
*/
.rsts-main div {
	height:100% !important;
}

.rsts-prev {
    position: absolute !important;
    left: 50% !important;
    margin-left: -115px !important;
    bottom: 40px !important;
		width:16px !important;
	height:16px !important;
    background: none !important;
	right:auto !important;
	background-color:transparent;
	background: url("../../files/layout/prev.svg") !important;
    border: none !important;
    border-radius: 0px !important;
	z-index: 9998 !important;
		box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.rsts-next {
    position: absolute !important;
    right: 50% !important;
    margin-right: -115px !important;
	width:16px !important;
	height:16px !important;
    bottom: 40px !important;
    background: none !important;
	left:auto !important;
	background-color:transparent;
	background: url("../../files/layout/next.svg") !important;
    border: none !important;
    border-radius: 0px !important;
	z-index: 9998 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.rsts-prev:hover {
	background: url("../../files/layout/prev-gelb.svg") !important;
}

.rsts-next:hover {
	background: url("../../files/layout/next-gelb.svg") !important;
}

.rsts-skin-seppis .rsts-nav {
    top: 115px !important;
    position: absolute !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    text-align: center !important;
    width: 300px !important;
    margin-left: -150px !important;
	z-index:9998 !important;
	height:auto !important;
}

.rsts-skin-seppis .rsts-nav{
	display:none !important;
}

.rsts-skin-seppis .rsts-nav-bullets a {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    overflow: hidden !important;
    margin: 0px 5px !important;
    text-align: center !important;
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, 1) !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.rsts-skin-seppis .rsts-nav-bullets a:hover {
    background-color: #fbb900 !important;
}

/*
|--------------------------------------------------------------------------
| RESERVIERUNG komisches Image aus Quandoo Code
|--------------------------------------------------------------------------
*/

.reservierung img:last-of-type {
	width:auto !important;
}


.reservierung #toTop {display:none !important;}

/*
|--------------------------------------------------------------------------
| EQUALIZER BUTTON SVG
|--------------------------------------------------------------------------
*/

#equalizer {
    position: fixed;
    right: 40px;
    top: 50%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-top: -20px;
	z-index: 9;
}

@media (max-width:1600px){
	#equalizer{
      right: 20px;
}
}

@media only screen and (max-width: 768px) {
#equalizer{
     top:30px;
	right:15px;
}
}

#equalizer:hover {
	cursor:pointer;
	color:#fbb900;
}

#equalizer:hover g{
	fill:#fbb900 !important;
}

#equalizer.scrolled, #equalizer.scrolled g {
    color: #fbb900;
	fill:#fbb900 !important;
}

#bar1 {
  animation: bar1 1.2s infinite linear;
}

#bar2 {
  animation: bar2 0.8s infinite linear;
}

#bar3 {
  animation: bar3 1s infinite linear;
}

#bar4 {
  animation: bar4 0.7s infinite linear;
}

#equalizer.stop #bar1, #equalizer.stop #bar2, #equalizer.stop #bar3, #equalizer.stop #bar4{
	animation:none;
}

#equalizer.stop::after {
	content:"play";
	color:#ffffff;
}

@keyframes bar1 {
  0% {
    height: 2px;
  }
  50% {
    height: 7px;
  }
  100% {
    height: 2px;
  }
}

@keyframes bar2 {
  0% {
    height: 5px;
  }
  40% {
    height: 1px;
  }
  80% {
    height: 7px;
  }
  100% {
    height: 5px;
  }
}

@keyframes bar3 {
  0% {
    height: 7px;
  }
  50% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}

@keyframes bar4 {
  0% {
    height: 2px;
  }
  50% {
    height: 7px;
  }
  100% {
    height: 2px;
  }
}

#playAudio, .mejs__audio {
	position:fixed;
	z-index: 9;
	bottom:15px;
	left:15px;
	width:280px !important;
	z-index:3;
}

.mejs__container {
	background:none;
}

.mejs__container button:hover:not([type="submit"]), .mejs__container input:hover:not([type="submit"]) {
	color:#fbb900 !important;
	border-bottom:none !important;
}

.mejs__time-current, .mejs__time-handle-content {
	background:#fbb900 !important;
}

@media only screen and (max-width: 900px) {
	#playAudio {display:none !important;}
}

/* Audio für Contao 4.9 NEU */

audio::-webkit-media-controls-panel {background:#ffffff;}
audio::-webkit-media-controls-mute-button{}
audio::-webkit-media-controls-play-button {}
audio::-webkit-media-controls-timeline-container {}
audio::-webkit-media-controls-current-time-display{}
audio::-webkit-media-controls-time-remaining-display{}
audio::-webkit-media-controls-timeline{}
audio::-webkit-media-controls-volume-slider-container{}
audio::-webkit-media-controls-volume-slider{}
audio::-webkit-media-controls-seek-back-button{}
audio::-webkit-media-controls-seek-forward-button{}
audio::-webkit-media-controls-fullscreen-button{}
audio::-webkit-media-controls-rewind-button{}
audio::-webkit-media-controls-return-to-realtime-button{}
audio::-webkit-media-controls-toggle-closed-captions-button{}


/*
|--------------------------------------------------------------------------
| Sprachenwechsler
|--------------------------------------------------------------------------
*/

#langswitch {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
	margin:0px;
	padding:0px;
	z-index: 1;
}

#langswitch a {
	color: #ffffff;
}

#langswitch a:hover {
	color: #fbb900;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
#langswitch {
	top:15px;
	right:90px;
}
}

@media only screen and (max-width: 580px) {
#langswitch {
display:none !important;
}
}

@media only screen and (max-width: 500px) {
#langswitch {
	display:none !important;
}
}

/*
|--------------------------------------------------------------------------
| Sprachenwechsler Mobile Menu
|--------------------------------------------------------------------------
*/

#langswitchmenu {
	position: absolute;
    top: 40px;
    left: 40px;
    font-weight: 600;
    letter-spacing: 2px;
	margin:0px;
	padding:0px;
	font-size:20px !important;
}

/*
|--------------------------------------------------------------------------
| COVIDBUTTON
|--------------------------------------------------------------------------
*/

#covidbutton {
	position: absolute;
    top: 40px;
    left: 40px;
    font-weight: 600;
    letter-spacing: 0px;
	margin:0px;
	padding:0px;
	color:#ffffff;
	z-index:1;
}

#covidbutton:hover {
	color: #fbb900;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
#covidbutton {
	top:15px;
	left:90px;
}
}

@media only screen and (max-width: 580px) {
#covidbutton {
	width: 140px;
    left: -40px;
    top: 120px;
    margin-left: 0;
    display: block;
    text-align: center;
	transform:rotate(-90deg);
}
}

/*
|--------------------------------------------------------------------------
| Restaurantlinks & Contentreservierung
|--------------------------------------------------------------------------
*/

.buttonlink .mobilink {
    word-break: keep-all;
    line-height: 3rem;
    white-space: nowrap;
	padding:8px 10px;
}

@media only screen and (max-width: 1760px) {
.buttonlink #restaurantlinks .mobilink {
	width:100%;
	display:block;
	padding:0px 20px;
	margin-bottom:6px;
}
}

#contentreserverierung {
	padding:15px;
    width: 160px;
    height: 160px;
    background-image: url("../../files/layout/eggyellow.svg");
	background-size:contain;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 500;
    position: absolute;
    top: 180px;
    left: 50%;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.4em;
    font-size: 1.1rem;
    transform: rotate(15deg); -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg);
	z-index:3;
}

#contentreserverierung:hover {
	transform:rotate(25deg); -webkit-transform:rotate(25deg); -moz-transform:rotate(25deg);
	text-decoration: none;
	opacity:0.7;
}

@media only screen and (max-width: 991px) {
	#contentreserverierung {
		 left: 70%;
	}
}

@media only screen and (max-width: 768px) {
	#contentreserverierung {
		top:150px;
	}
}

@media only screen and (max-width: 620px) {
	#contentreserverierung {
		right:7%;
		left:auto;
		top:100px;
		width: 120px;
    height: 120px;
		 font-size: 14px;
	}
}

@media only screen and (max-width: 540px) {
	#contentreserverierung {
		right:7%;
	}
}

@media only screen and (max-width: 420px) {
	#contentreserverierung {
		top:15%;
	}
}

@media only screen and (max-width: 374px) {
	#contentreserverierung {
		display:none !important;
	}
}

/*
|--------------------------------------------------------------------------
| Speisekarte Language Switcher
|--------------------------------------------------------------------------
*/

.menucat{
	color:#fbb900;
}

.menucat td {
	border-bottom:1px dotted #fbb900 !important;
}

.noborder, .noborder td {
	border-bottom:1px dotted #ffffff !important;
}

.speisekartelanguage {
	text-align:center;
}

.speisekartelanguage a, .speisekartelanguage li {
	color:#fbb900 !important;
	font-weight: 600;
	margin-left:10px;
	margin-right:10px;
}

.speisekartelanguage a.active {
	color:#000000 !important;
}

.speisekartelanguage a:hover {
	color:#000000 !important;
	text-decoration:none !important;
}

.speisekartelanguage a.active:hover {
	color:#000000 !important;
}

.speisekartelanguage li {
	display:inline-block;
}

/*
|--------------------------------------------------------------------------
| Kalender
|--------------------------------------------------------------------------
*/

.mod_eventlist a {
	pointer-events: none;  
}

.mod_calendar [class*=label] {
	display:table-cell;
	font-size:14px;
}

.mod_calendar td .event {
	font-size:14px;
	font-weight:600;
}

.mod_calendar .calendar td {
	border:1px solid #ffffff;
}

.mod_calendar table td {
	border-bottom:1px solid #ffffff !important;
}

.mod_calendar .calendar td {
	min-width:100px;
}

.mod_calendar th.next a, .mod_calendar th.previous a, .mod_calendar th.current, .mod_calendar th.label{
	font-style:normal;
}

/* Listendarstellung Responsive */

.mod_eventlist .time {
	display:none;
}

.event.layout_full, .event.layout_list *, .mod_eventlist .header {
	text-align: center !important;
}

.event.layout_full h1, .event.layout_full h2, .event.layout_full h3 {
	font-size:1.2rem;
}

.event.layout_full .info {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 991px){
.mod_calendar{
    overflow-x: scroll !important;
}
}

@media only screen and (max-width: 767px){
.mod_calendar table {
    font-size: 11px;
}
.mod_calendar [class*=label] {
	font-size:11px;
}

.mod_calendar td .event {
	font-size:11px;
	width:auto !important;
}
	
	.mod_calendar td, .mod_calendar thead .label {
		display:none;
	}
	
	.mod_calendar td.active {
		display:block;
	}
	
	.mod_eventlist h3 {
	font-family:'Barlow Semi Condensed', sans-serif !important;
		font-size:28px;
		text-transform: uppercase;
		font-weight: 700 !important;
		letter-spacing: 1px;
		color:#fbb900;
}
	
}

@media only screen and (max-width: 768px){
	.mod_eventlist .event h2{
		font-size:0.9rem;
	}
	.mod_eventlist .event {
		margin-bottom:1rem !important;
	}
	
	.mod_eventlist .event .ce_text {
		display:none !important;
	}
	
	.mod_eventlist .header {
		margin-bottom:8px;
		font-size:16px;
		padding:6px;
	}
	
	.mod_eventlist {
		display: flex;
	    flex-wrap: wrap;
    	justify-content: space-around;
	}
	
	.eventwrapper {
		width: 50%;
	}
	
	.mod_eventlist h3.layout_seperator {
		width:100%;
	}
	
}

@media only screen and (max-width: 360px){
	.eventwrapper {
		width: 100%;
	}
	.mod_eventlist .header {
		margin-bottom:6px;
		font-size:15px;
		padding:5px;
	}
	.mod_eventlist .event h2{
		font-size:0.8rem;
	}
}


/*
|--------------------------------------------------------------------------
| Online Shop
|--------------------------------------------------------------------------
*/

.product {
	text-align: center;
	margin-bottom: 30px;
	    margin-left: auto;
    margin-right: auto;
	padding-top:15px;
}

.od_iso_productreader .product {
	position:relative;
}

.product h3 {
	margin-top:1rem;
	margin-bottom:1rem !important;
	font-size: 1.8rem;
	hyphens: auto;
}

.product .details {
	font-size:11px;
	display:none;
	visibility: hidden;
}

.product .sku {
	display:none;
	visibility: hidden;
}

.product .teaser {
	font-size:1rem;
	margin-bottom:1rem;
	margin-top:-1rem;
}

.product .price {
	font-size:32px;
	font-weight: 600;
	margin-bottom:6px;
}

.mod_iso_cart.full .product .price, .mod_iso_checkout .review .product .price {
	font-size:inherit;
	margin-top:0;
	font-weight: 400;
}

.mod_iso_cart .name a{
	text-transform: uppercase;
	font-weight: 600;
}

.mod_iso_cart.full .product .price.total, .mod_iso_checkout .review .product .price.total {
	font-weight: 600;
}

.product.donation .price {
	display:none;
	visibility: hidden;
}

.product .hinweise {
	margin-top:15px;
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
}

.product .hinweisekleiner {
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
}

.product input.submit {
    text-transform: uppercase;
    font-weight: 600;
    background: #fbb900;
    color: #000000;
    margin-top: 0rem;
    font-size: 1rem;
    padding: 15px 50px;
	border-bottom:0px solid #ffffff;
}

.product input.submit:hover, .product input.submit:focus, #main .product input:focus {
    background: #000000 !important;
    color: #fbb900 !important;
	border:none !important;
}

.options .widget-select {
	display:block !important;
}

.product_list form {
	border:0px solid #ffffff;
}

.product_list .product:hover {
	border:0px solid #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.product .innerproduct .description {
	margin-top:2rem;
	margin-bottom:2rem;
}

.product .innerproduct, .mod_iso_productreader .innerproduct {
	padding:30px;
	padding-bottom:150px;
}

.mod_iso_productreader .innerproduct {
	padding:0px 60px;
	text-align: left !important;
}

@media only screen and (max-width: 991px){
	.mod_iso_productreader .innerproduct {
	margin-top:3rem;
}
}

@media only screen and (max-width: 767px){
	.mod_iso_productreader .innerproduct {
	padding:0px;
	text-align: center !important;
}
}

.mod_iso_productreader .image_container img {
	width:100%;
	margin:0;
}

.mod_iso_productreader .product .submit_container{
    position: relative;
    bottom: auto;
    width: auto;
    left: auto;
    margin-left: 0px;
margin-top:50px;
}

.mod_iso_productreader li::before {
    list-style: initial;
    list-style-position: inside;
	content: "\f00c"; 
	font-family: "Line Awesome Free";
	color: #fbb900;
	display: inline-block; width: 1rem;
	margin-left: 0rem;
	margin-right: 8px;
	font-weight: 900;
}

.product .submit_container {
    position: absolute;
    bottom: 25px;
    width: 250px;
    left: 50%;
	margin-left: -125px;
}

#shoppingleiste {
	padding: 0px 15px;
    background: none;
    color: #000000;
    overflow: hidden;
	text-align: center;
}

#shoppingleiste form select {
	border:1px solid #000000;
}

#shoppingleiste form select option, #shoppingleiste form select {
	color:#000000;
}

#shoppingleiste a {
	color:#000000;
}

#shoppingleiste i {
	margin-left:40px;
}

#shoppingleiste i.normargin {
	margin-left:10px;
}

#shoppingleiste i:first-of-type {
	margin-left:0px;
}

.sorting label {
	display:none;
	visibility: hidden;
}

.mod_iso_productfilter {
	display:inline-block;
	text-align:right;
	min-width:320px;
	float: right;
	margin-bottom:-8px;
}

.mod_iso_productfilter form {
	margin-bottom:0px;
}

.mod_iso_productfilter .clear {
	display: none;
	visibility: hidden;
}

.inline-block {
	display:inline-block;
	padding:18px 0;
	font-size:18px;
}

.clear_filters {
	font-size:11px;
	margin:0;
}

#iso_ajaxBox {
    width: 600px;
	max-width:100%;
    padding: 10px 20px;
    position: fixed;
    top: 44%;
    left: 50%;
	margin-left:-300px;
    background: none;
	background: #fbb900;
    border: 0px solid #000;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    z-index: 9999;
}

#iso_ajaxBox .iso_confirm {
    padding: 15px !important;
    background: none;
}

@media only screen and (max-width: 767px){
	#iso_ajaxBox {
		width: 100%;
		left: 0;
		margin-left:0px;
	}
}

.mod_iso_productlist, .mod_iso_productreader {
	border-bottom:0px solid #a3acb2;
	margin-bottom:5rem;
}

.mod_iso_cart.mini {
	background:#a3acb2;
	background:rgba(0,0,0,0.5);
	padding:15px;
	text-align: left;
}

.mod_iso_cart.mini .remove a:after {
	content:"\f00d";
	font-family:"Line Awesome Free";
	font-size:1rem;
	width:20px;
	height:20px;
	font-weight: 900;
}

.mod_iso_cart.mini .remove {
	font-size:0px;
	float: right;
}

.mod_iso_cart.mini .name {
	float: left;
}

.mod_iso_cart.mini .info {
    clear: both;
	margin-top:0px
}

.mod_iso_cart.mini .price {
    float: none;
    text-align: left;
    font-size: 0.8rem;
    font-weight: normal;
	margin-top:0px;
	color:#cccccc;
}

.mod_iso_cart.mini .product {
	line-height: 0.9rem;
	border-bottom: 1px solid #cccccc;
	margin-bottom:15px;
	margin-top:15px;
}

.mod_iso_cart.mini .product .info ul {
	margin-bottom:4px;
	text-align: left;
}

.mod_iso_cart.mini .subtotal {
    display: block;
    clear: both;
    overflow: hidden;
    font-weight: 600;
    padding: 10px 0 25px;
	font-size:18px;
}

.mod_iso_cart.mini .subtotal [class*='label'] {
	font-size:18px;
	padding:0px;
}

.mod_iso_cart.mini .cart {
    float: left;
}

.mod_iso_cart.mini .checkout {
    float: right;
}

.mod_iso_cart.mini .cart a, .mod_iso_cart.mini .checkout a {
	color: #a3acb2 !important;
    padding: 6px;
    background: #ffffff;
}

.mod_iso_cart.mini .cart a:hover, .mod_iso_cart.mini .checkout a:hover {
    text-decoration: none;
    background: #a3acb2;
	color:#ffffff !important;
}

.mod_iso_cart.mini .clear {
	height:0px !important;
}

.product .image_container.thumb {
    width: 20%;
    display: block;
    margin: 0px;
	float:left;
}

.product .innergallery {
	padding:0px;
	line-height: 0px;
	margin-top:1rem;
}

.innergallery figure {
    width: 25%;
    float: left;
	border-right:4px solid #ffffff;
}

@media only screen and (max-width: 1200px){
.innergallery figure {
    width: 33.3333%;
}
}

@media only screen and (max-width: 991px){
.innergallery figure {
    width: 50%;
}
}

@media only screen and (max-width: 767px){
.innergallery figure {
    width: 100%;
    float: none;
}
}

.mod_iso_cart.full {
	margin-top:2rem;
	padding-left:0px;
	padding-right:0px;
}

.mod_iso_cart.full table, .mod_iso_checkout .review table {
	width:100%;
}

.mod_iso_cart.full table td, .mod_iso_checkout .review table td {
	padding:0.5rem;
}

.mod_iso_cart.full table td.image, .mod_iso_checkout .review table td.image {
    padding: 0px !important;
}

.mod_iso_cart.full table tr:nth-of-type(even) td, .mod_iso_cart.full table tfoot tr:nth-of-type(odd) td, .mod_iso_checkout .review table tr:nth-of-type(even) td, .mod_iso_checkout .review table tfoot tr:nth-of-type(odd) td {
    background: none;
	padding:20px !important;
}

.mod_iso_cart.full table tr:nth-of-type(odd) td, .mod_iso_cart.full table tfoot tr:nth-of-type(even) td, .mod_iso_checkout .review table tr:nth-of-type(odd) td, .mod_iso_checkout .review table tfoot tr:nth-of-type(even) td {
    background: #f8f8f8;
	padding:20px !important;
}

.mod_iso_cart.full figure, .review.orderproducts figure, .mod_iso_orderdetails figure {
    max-width: 180px;
	min-width:100px;
}

.review tfoot tr, .mod_iso_cart tfoot tr {
	border-top:1px solid #ffffff;
}

.processing.message {
	text-align: center;
}

.mod_iso_cart a {
	color:#000000;
}

.mod_iso_cart.full .foot_first td, .mod_iso_checkout .foot_first td, .mod_iso_cart.full .foot_1 td, .mod_iso_checkout .foot_1 td, .mod_iso_checkout .review .foot_first td, .mod_iso_checkout .review .foot_first td, .mod_iso_checkout .review .foot_1 td, .mod_iso_checkout .review .foot_1 td, .mod_iso_cart.full .foot_2 td, .mod_iso_checkout .foot_2 td, .mod_iso_checkout .review .foot_2 td, .mod_iso_checkout .review .foot_2 td, .mod_iso_cart.full .foot_3 td, .mod_iso_checkout .foot_3 td, .mod_iso_checkout .review .foot_3 td, .mod_iso_checkout .review .foot_3 td {
    background: #f8f8f8 !important;
	padding:1rem 0.5rem;
}

.tabmod_iso_checkout .info {
	display:block !important;
}

.mod_iso_cart.full .foot_last, .mod_iso_cart.full .foot_last td, .mod_iso_checkout .foot_last, .mod_iso_checkout .foot_last td {
    background: #ffffff !important;
	color:#000000;
	font-size:18px;
	font-weight: 600;
	text-transform: uppercase;
	padding:15px 0;
}

.mod_iso_cart.full .product, .mod_iso_checkout .review .product{
	text-align: left;
	padding:10px 0;
}

/*.mod_iso_cart.full .image_container img, .mod_iso_checkout .review .image_container img{
	width:150px;
}*/

.mod_iso_cart.full .remove:after, .mod_iso_checkout .review .remove:after{
	content:"\f00d";
	font-family:"Line Awesome Free";
	font-weight: 900;
	font-size:1rem;
	width:20px;
	height:20px;
}

.subtotal .remove:after, tfoot .remove:after {
	display:none;
}

.mod_iso_cart.full .remove, .mod_iso_checkout .review .remove {
	font-size:0px;
	float: none;
	padding-top:8px;
}

a.remove {
    display: inline-block !important;
    padding-top: 0px !important;
}

.mod_iso_cart.full .edit, .mod_iso_cart.full .button_cart, .mod_iso_checkout .review .edit, .mod_iso_checkout .review .button_cart {
	display:none;
	visibility: hidden;
}

.mod_iso_cart .quantity input, .mod_iso_checkout .quantity input {
    width: 60px;
    text-align: center;
}

.mod_iso_cart .quantity input, .mod_iso_checkout .quantity input {
    background:none;
    color: #000000;
}

.mod_iso_cart.full input, .mod_iso_checkout.full input.next {
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 10px 15px;
}

.mod_iso_cart.full input.button_continue:hover {
	background: #ffffff !important;
	color:#cccccc;
}

.mod_iso_cart.full .button_checkout, .mod_iso_checkout.full .button_checkout {
    background: #fbb900;
    color: #000000;
    border: none;
    padding: 10px 15px;
	text-transform:uppercase;
}

.mod_iso_cart .button_checkout, .mod_iso_checkout .button_checkout {
    float: right;
	width:auto;
}

.mod_iso_cart .button_checkout:hover, .mod_iso_checkout .button_checkout:hover {
    background:#000000 !important;
	color:#fbb900 !important;
}

.mod_iso_cart.full .button_update, .mod_iso_checkout .button_update {
    float: left;
	width:auto;
	background:#a3acb2 !important;
	color:#ffffff !important;
}

.mod_iso_cart.full .button_update:hover, .mod_iso_checkout .button_update:hover {
	color:#ffffff !important;
	background:#424242 !important;
}

.mod_iso_checkout .steps  {
	background:#f8f8f8;
	padding:15px;
	overflow:hidden;
}

.mod_iso_checkout form {
	background:none;
	padding:15px;
	overflow:hidden;
}

.mod_iso_checkout input:hover:not([type="submit"]), .mod_iso_checkout textarea:hover, .mod_iso_checkout input:focus, .mod_iso_checkout textarea:focus {
    border: 1px solid #a3acb2;
	color:#a3acb2;
}

.submit_container input:hover:not([type="submit"]), .submit_container input:focus {
    border: 0px solid #a3acb2;
}

.mod_iso_checkout label {
}

.address {
	clear:both;
}

.mod_iso_checkout .address .widget {
	width:48%;
	display:block;
	float: left;
}

.mod_iso_checkout .address .widget:nth-of-type(even) {
	float:right;
}

.mod_iso_checkout .address .widget:nth-of-type(odd) {
	clear:both;
}

.mod_iso_checkout .widget.widget-radio {
	width:100%;
	float:none;
}

@media only screen and (max-width: 767px){
	.mod_iso_checkout .address .widget {
		width:100%;
	    display:block;
		margin-bottom:15px;
	}

	.mod_iso_checkout .address .widget, .mod_iso_checkout .widget {
		float:none !important;
	}
}

.mod_iso_checkout form p {
	margin-bottom:15px;
}

.steps {
	margin-bottom:15px;
}

.steps ol {
	margin: 0px;
	padding:0px;
}

.steps li.active {
    font-weight: 600;
	background:#000000;
	color:#fbb900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.steps li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
	padding:10px 20px;	
}

.steps li:before {
    content: "\f0a9";
    font-family: "Line Awesome Free";
    font-size: 18px;
	margin-right:4px;
	font-weight: 900;
}

.mod_iso_checkout h2, .mod_iso_checkout h3 {
	background:#ffffff;
	padding:0px;
	padding-top:30px;
	color:#000000;
	clear:both;
} 

.mod_iso_checkout h2:after, .mod_iso_checkout h3:after {
	content:none !important;
} 

.mod_iso_checkout input.submit.next, .mod_iso_checkout input.submit.confirm {
    background: #fbb900;
    color: #000000;
    border: 1px solid #fbb900 !important;
	text-transform:uppercase;
	font-size:1rem;
}

.mod_iso_checkout input.submit.next:focus, .mod_iso_checkout input.submit.confirm:focus, .mod_iso_checkout input.submit.next:hover:focus, .mod_iso_checkout input.submit.confirm:hover:focus{
	color:#fbb900 !important;
	border:1px solid #fbb900 !important;
}

.mod_iso_checkout input, .mod_iso_checkout textarea {
    border: 1px solid #000000 !important;
    background: none;
}

.mod_iso_checkout form .widget input, .mod_iso_checkout form .widget textarea, .mod_iso_checkout form .widget select {
    color: #000000;
}

.mod_iso_checkout input.submit {
	border: 0px !important;
		letter-spacing: 1px;
	text-transform: uppercase;
}

.mod_iso_checkout input.submit.next:hover, .mod_iso_checkout input.submit.confirm:hover {
    background:#000000 !important;
	color:#fbb900 !important;
	border:1px solid #000000 !important;
}

.mod_iso_cart .quantity input, .mod_iso_checkout .quantity input {
	border:1px solid #000000;
	background:none;
	color:#000000;
}

.mod_iso_cart .quantity input:hover, .mod_iso_checkout .quantity input:hover, .mod_iso_cart .quantity input:focus, .mod_iso_checkout .quantity input:focus {
	border:1px solid #424242 !important;
	background:none;
	color:#424242;
}

.mod_iso_checkout input.submit.previous {
	background:none !important;
	border:1px solid #000000 !important;
	color:#000000;
	font-size:1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mod_iso_checkout input.submit.previous:hover {
	background:#000000 !important;
	color:#fbb900;
}

@media only screen and (min-width: 767px){
.mod_iso_checkout input.submit.next, .mod_iso_checkout input.submit.confirm {
    width: 30% !important;
    float: right !important;
}
.mod_iso_checkout input.submit.previous {
    width: 30% !important;
    float: left !important;
}
}

.mod_iso_checkout label {
    font-style: normal;
    font-weight: 600;
}

.mod_iso_checkout .note {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-top: 0px;
}

.mod_iso_checkout fieldset {
	padding:0px;
	margin:0px;
	border:none;
}


.mod_iso_checkout fieldset label {
	color:#000000;
	line-height: 1rem;
}

.mod_iso_checkout fieldset span:first-of-type {
	border-bottom:0px solid #000000;
}

.mod_iso_checkout fieldset span {
    padding: 15px;
	background: #ffffff;
	color:#000000;
	    display: flex;
    align-items: center;
}

.mod_iso_checkout fieldset span p{
	margin-bottom:0px;
}

.mod_iso_checkout fieldset span:hover, .mod_iso_checkout fieldset label:hover {
    cursor: pointer;
	background: #f8f8f8;
}

.mod_iso_checkout fieldset span span {
	border-bottom:none;
	display:inline;
	padding:0px;
	background:none;
}

.mod_iso_checkout .info, .mod_iso_orderdetails .info  {
    font-style: normal;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: 15px;
	display:block !important;
}

.mod_iso_orderdetails .order_status, .mod_iso_orderdetails form, .mod_iso_orderdetails .billing_address, .mod_iso_orderdetails .payment_method, .mod_iso_orderdetails h2, .mod_iso_cart .submit.continue {
	display:none;
}

.mod_iso_orderdetails .downloads h2 {
	display:block;
}

.mod_iso_orderdetails .downloads {
	background:#7e935e;
	color:#ffffff;
	padding:30px;
}

.mod_iso_orderdetails .downloads a{
    font-size: 30px;
    /* font-weight: 700; */
    text-transform: uppercase;
    padding: 15px;
    display: inline-block;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    margin: 2rem 0;
}

.mod_iso_orderdetails .downloads a:hover {
	text-decoration: none;
	color:#9aaa82;
	border-color:#9aaa82;
}

.mod_iso_orderdetails .downloads h2, .mod_iso_orderdetails .downloads h3, .mod_iso_orderdetails .downloads p, .mod_iso_orderdetails .downloads a {
	color:#ffffff;
}

.mod_iso_orderdetails .downloads ul {
	margin-bottom:0px !important;
}

.mod_iso_checkout input:hover:not([type="submit"]), .mod_iso_checkout textarea:hover, .mod_iso_checkout input:focus, .mod_iso_checkout textarea:focus {
    border: 1px solid #000000;
    background: #f8f8f8;
}

#main .mod_iso_checkout form select {
    border: 1px solid #000000;
}

.mod_iso_checkout h2, .mod_iso_checkout h3 {
	font-size:24px;
} 

.mod_iso_checkout h3 {
	margin-top:30px;
	font-size:18px;
} 

.shopheader h3 {
	margin-top:30px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:0px !important;
	text-align:center;
	background:#a3acb2;
	color:#ffffff;
}

.listencart .empty.message {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.mod_iso_checkout form select option, .product select option {
	color:#a3acb2;
}

.mod_iso_checkout .submit_container {
	clear:both;
}

.product .options {
	margin-top:15px;
}

.product .options .widget label {
	display:none;
	visibility: hidden;
}

.product .newbutton {
	position:absolute;
	top:30px;
	right:30px;
	width:44px;
	height:44px;
	line-height: 44px;
	font-weight: 600;
	font-size:14px;
	z-index:1;
	background:#000000;
	color:#ffffff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.mod_iso_productreader .product .newbutton {
	top:15px;
}

p.error {
	background:#b25552 !important;
	color:#ffffff !important;
	padding: 15px 0;
	font-weight:600;
	text-align: center;
	margin:15px 0 !important;
}

p.processing {
	margin-bottom:0px;
}

.register {
	text-transform: uppercase;
	font-weight: 600;
}

.register a {
	margin-top:30px;
	display:block;
	padding:15px;
	background: rgba(0,0,0,0.5);
	margin-bottom:30px;
}

.register a:hover {
	text-decoration: none;
	background:#ffffff;
	color:#a3acb2 !important;
}

.mod_login {
    padding: 15px;
    background: none;
	background:rgba(0,0,0,0.5);
    margin: 30px 0;
    max-width:100%;
	display: block;
	clear:both;
	box-shadow: none;
}

.empty.message {
	text-align:center !important;
}

@media only screen and (max-width: 580px){
.ce_table, .ce_text table, .mod_iso_cart table, .mod_iso_checkout table {
    display: block;
    overflow-x: scroll;
    -webkit-overflow scrolling: touch;
}
	
	.ce_table tr, .ce_text table tr{
		display: table-row;
	}
	
	.ce_table td, .ce_text table td{
		display: table-cell;
	}
	
	.ce_table tbody, .ce_text table tbody{
		display: table;
		width:100%;
	}
	
	.speisekartenpage .ce_accordion .toggler {
		padding-right:36px;
	}
	
}

@media only screen and (max-width: 800px){
	
	.mod_iso_checkout input.submit.previous, .mod_iso_checkout input.submit.next, .mod_iso_checkout input.submit.confirm {
		float:none;
		width:100%;
		margin-bottom:6px;
	}
	
}

@media only screen and (max-width: 480px){
	
}

input.submit.button_reorder {display:none;}

#storebutton {
	position:absolute;
	top:40px;
	right:40px;
	background:#ffffff;
	text-align:center;
	z-index:1;
	width:200px;
	height:200px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	padding:15px;
	transform:rotate(9deg);
	-webkit-transform:rotate(9deg);
	-moz-transform:rotate(9deg);
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    white-space: normal;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
}

#storebutton:hover {
	background:#f4f4f4;
	text-decoration: none;
		transform:rotate(6deg);
	-webkit-transform:rotate(6deg);
	-moz-transform:rotate(6deg);
}

#storebutton span {
	font-weight: 700;
	font-size:40px;
	display:block;
	margin-bottom:1rem;
	margin-top:10px;
}

#storebutton div {
    display: block;
    width: 100%;
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px){
	#storebutton {
		display:none;
	}
}

.projectdetailseite #storebutton {
	display:none !important;
}

#main .shop figure:hover a {
	background:none!important;
}

.original_price, .stattpreis {
    font-size: 18px;
	text-decoration: line-through;
}


.mod_iso_checkout h2 {
	font-family:'Barlow Semi Condensed', sans-serif;
	text-transform: uppercase;
	font-size:1.8rem;
	letter-spacing:1px;
}

.product h3, .mod_iso_checkout h3, .normalheader h3 {
	font-family:'Barlow Semi Condensed', sans-serif;
	text-transform: uppercase;
	font-size:1.3rem;
	font-weight: 700 !important;
	letter-spacing:1px;
}

.normalheader.aligncenter h3 {
	margin-left:0px !important;
	margin-bottom:1rem !important;
}

.mod_iso_cart table td, .mod_iso_checkout table td {
	border-bottom:1px solid #ffffff !important;
}

.orderconditionsafterproducts {
	margin-bottom:2rem;
}

.mod_iso_checkout .review .info {
	margin-top:1rem !important;
	text-align: left !important;
}

#cboxCurrent {display:none !important;}

#main .product form select {
	border:1px solid #000000 !important;
	border-bottom:1px solid #000000 !important;
}

.shop #langswitch a, .shop #covidbutton {
	color:#000000;
}

.shop #langswitch a:hover, .shop #covidbutton:hover {
	color:#fbb900;
}

.shop .hamburger-inner, .shop .hamburger-inner::before, .shop .hamburger-inner::after {
	background-color:#000000;
}
.shop #header + .custom {
	height:auto;
	border-bottom:0px solid #000000;
}

.shop #logo {display:none;}

/* CMS Wartung */

.rsfh-lightbox-close, .rsfh-lightbox-cancel {
	color:#fbb900 !important;
}

.takeaway #main .product_list .product .image_container{display:none;}
.takeaway .product .innerproduct, .takeaway .mod_iso_productreader .innerproduct {
	padding-bottom:100px;
}

img.ui-datepicker-trigger {
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

/*
|--------------------------------------------------------------------------
| Landingpage Seppis und Basecamp
|--------------------------------------------------------------------------
*/
.landing {
	background:#000000 !important;
}

.landing #container, .landing #main, .landing .inside, .landing .mod_article {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#landingseppis {
	display:flex;
	align-content: center;
	align-items: center;
	background-image:url("../../files/images/seppis-2022/VLS09792.jpg");
	background-size:cover;
	background-position:center;
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
}

#landingbasecamp {
	display:flex;
	align-content: center;
	align-items: center;
	background-image:url("../../files/images/basecamp-rosaleni/pexels-damian-barczak-8148694.jpg");
	background-size:cover;
	background-position:center;
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
}

.landingcontent {
	position: absolute;
	z-index:1;
	text-align: center;
	width:100%;
}

.landingcontent * {
	color:#ffffff !important;
}

.landingzusatz {
	position: absolute;
	z-index:1;
	text-align: center;
	width:100%;
	bottom:15px;
	color:#ffffff;
}


#landingseppis img, #landingbasecamp img {
	width:380px;
	max-width:90%;
}

#landingseppis:after, #landingbasecamp:after {
	content:"";
	position: absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.35);
	z-index:0;
}

#landingseppis:hover:after, #landingbasecamp:hover:after {
	background:rgba(0,0,0,0.6);
}

@media only screen and (max-width: 1400px){
	#landingseppis img, #landingbasecamp img {
	width:330px;
	max-width:90%;
}
}

@media only screen and (max-width: 1200px){
	#landingseppis img, #landingbasecamp img {
	width:300px;
	max-width:90%;
}
}

@media only screen and (max-width: 991px){
	#landingseppis img, #landingbasecamp img {
	width:280px;
	max-width:90%;
}
}

@media only screen and (max-width:768px){
	#landingseppis img, #landingbasecamp img {
	width:220px;
	max-width:90%;
}
	
	#landingseppis, #landingbasecamp {
		width:100%;
		height:50%;
	}
	
	#landingbasecamp {
		top:auto;
		bottom:0;
	}
	
}

@media only screen and (max-width:580px){
	#landingseppis img, #landingbasecamp img {
	width:260px;
	max-width:90%;
}
}

/*
|--------------------------------------------------------------------------
| Cookie Consent
|--------------------------------------------------------------------------
*/

.contao-cookiebar .cc-cookies .cc-cookie p {
	font-size:0.7rem;
}

.contao-cookiebar h2 {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
	color:#000000;
}

.contao-cookiebar p {
	color:#000000;
	line-height:1rem;
}

.contao-cookiebar .cc-head p{
	text-align:center;
}

.contao-cookiebar label {
	color:#000000;
	padding-left:50px !important;
	font-weight: 700;
}

.contao-cookiebar .cc-info > a {
	color:#fbb900;
}

.contao-cookiebar .cc-info > a:hover {
	color:#fb9400;
	text-decoration: underline;
}

.contao-cookiebar .cc-btn {
	border:none;
	background:#c3c3c3;
	font-weight:600;
}

.contao-cookiebar .cc-btn:hover {
	border:none;
	background:#aaaaaa;
}

.contao-cookiebar .highlight .cc-btn.success{
	background: #fbb900 !important;
	border:0px;
	color:#000000;
	font-weight:600;
}

.contao-cookiebar .highlight .cc-btn.success:hover{
	background: #fb9400 !important;
}

.contao-cookiebar input:checked + label:before {
		background: #ffffff;
    	border-color: #fbb900;
	}

.contao-cookiebar input:checked + label:after{
	background:#fbb900;
}

.contao-cookiebar input.cc-group-half + label:after {
    background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #fbb900 50%, #fbb900 100%);
}

.mod_cookiebarOpener {
	display:inline;
}

.cc-module {
    text-align: center;
    /* max-width: 991px; */
    margin: 0 auto;
    /* padding: 200px 0; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 120px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}

.cc-module:before {
	content:url("/files/layout/datenschutz.png");
	width:200px;
		display:block;
	margin:0 auto 15px;
}

.cc-module p:before {
    content: "Datenschutz";
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
	margin-bottom: 1rem;
}

.ccb-element-blocker {
    font-size: 14px;
    font-family: sans-serif;
    text-align: center;
    color: #6f6f6f;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	align-content: center;
}

.ccb-element-blocker div {
	padding:30px;
}

#main iframe {min-height:250px;}

.contao-cookiebar .cc-inner {
	font-size:15px !important;
}

.cc-module button {
    margin-top: 30px;
    padding: 10px;
    border: none;
}

/* Frontend Helper */
.rsfh-toolbox, .rsfh-lightbox {
	z-index:99999999999999999;
}

#whatsappbutton {
	width:240px;
	height:240px;
	position:absolute;
	bottom:30px;
	right:30px;
}

@media only screen and (max-width:768px){
	#whatsappbutton {display:none;}
}

#whatsappbuttoncontent {
	display:none;
}

@media only screen and (max-width:768px){
	#whatsappbuttoncontent {
		display:block;
	}
	#whatsappbuttoncontent img {
				width:280px !important;
		max-width:100% !important;
		margin-left:auto;
		margin-right:auto;
	}
}


.noeffect.nohover figure:hover span {
	opacity:0 !important;
	background:none !important;
}

.noeffect.nohover figure:hover i, .noeffect.nohover figure:hover i:before, .noeffect.nohover figure:hover i:after {
	display:none !important;
	opacity:0 !important;
}

/*
|--------------------------------------------------------------------------
| EUF Overlay Popup
|--------------------------------------------------------------------------
*/

.euf_overlay {
	overflow-y: auto;
}

#euf_overlay .euf_overlay__content{
	background:#ffffff;
    border: 0px solid #ffffff;
    padding: 30px;
    width: 660px;
    max-width: 90%;
    min-width: 250px;
	text-align: center;
	color:#000000;
	max-height: 90%;
	overflow-y: auto !important;
}

#euf_overlay p:last-of-type, #euf_overlay ul:last-of-type, #euf_overlay li:last-of-type {
    margin-bottom: 0px;
}

#euf_overlay h1, #euf_overlay h2, #euf_overlay h3 {
	color:#fbb900;
}

#euf_overlay .euf_overlay__close {
	color:#fbb900;
	font-size:20px;
	z-index:9999999999999999999999999;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: 300;
	cursor: pointer;
    background: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
	padding:0px;
    margin: 0px;
	top:15px;
	right:15px;
}

#euf_overlay .euf_overlay__close:hover, #main button.euf_overlay__close:hover:not([type="submit"]) {
	cursor:pointer !important;
	background:#fbb900 !important;
	color:#000000 !important;
	border:none !important;
	border-bottom:none !important;
	opacity:1 !important;
}

#euf_overlay {
	z-index:999999999999999999999999;
}

#euf_overlay .ce_image, #euf_overlay .ce_gallery, #euf_overlay ul, #euf_overlay ol {
	margin:0px !important;
	padding:0px !important;
}

button.euf_overlay__close + p {
    display: none;
}

@media (max-width: 580px) {
	#euf_overlay .euf_overlay__content{
		font-size:16px;
	}
}

.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0;overflow:hidden}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;max-width:100%;margin:0;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{width:100%;max-width:100%;position:relative;width:100vh;max-width:100vh;width:100%!important}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';display:block;position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;padding:20px;text-align:left;max-height:calc(100vh - 40px);overflow:auto}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:62vh}.gslide-media{display:block;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p::last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;background:0 0;position:absolute;bottom:15px;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc string{color:#fff}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:100%;position:fixed;top:0;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{background-repeat:no-repeat;z-index:99999;cursor:pointer;width:26px;height:44px;display:block;background-position:0 0;border:none}.gclose svg,.gnext svg,.gprev svg{display:block;width:100%;height:auto}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description,.glightbox-modern .gslide-description{background:#fff}.glightbox-clean .gdesc-inner,.glightbox-modern .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title,.glightbox-modern .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc,.glightbox-modern .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video,.glightbox-modern .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev,.glightbox-modern .gclose,.glightbox-modern .gnext,.glightbox-modern .gprev{background-color:rgba(0,0,0,.12)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover,.glightbox-modern .gclose:hover,.glightbox-modern .gnext:hover,.glightbox-modern .gprev:hover{background-color:rgba(0,0,0,.2)}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path,.glightbox-modern .gclose path,.glightbox-modern .gnext path,.glightbox-modern .gprev path{fill:#fff}.glightbox-clean button:focus:not(.focused):not(.disabled),.glightbox-modern button:focus:not(.focused):not(.disabled){outline:0}.glightbox-clean .gprev,.glightbox-modern .gprev{position:absolute;top:-100%;left:30px;width:40px;height:56px}.glightbox-clean .gnext,.glightbox-modern .gnext{position:absolute;top:-100%;right:30px;width:40px;height:56px}.glightbox-clean .gclose,.glightbox-modern .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute;opacity:.7;background-position:-59px 2px}.glightbox-clean .gclose svg,.glightbox-modern .gclose svg{width:20px}.glightbox-clean .gclose:hover,.glightbox-modern .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:calc(100% - 20px);max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:95vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media,.glightbox-modern .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .gprev,.glightbox-modern .gprev{top:45%}.glightbox-clean .gnext,.glightbox-modern .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose,.glightbox-modern .gclose{right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
.la,.lab,.lad,.lal,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribbble:before{content:"\f17d"}.la-dribbble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Line Awesome Brands';font-style:normal;font-weight:400;font-display:auto;src:url(../../files/layout/lineawesome/fonts/la-brands-400.eot);src:url(../../files/layout/lineawesome/fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),url(../../files/layout/lineawesome/fonts/la-brands-400.woff2) format("woff2"),url(../../files/layout/lineawesome/fonts/la-brands-400.woff) format("woff"),url(../../files/layout/lineawesome/fonts/la-brands-400.ttf) format("truetype"),url(../../files/layout/lineawesome/fonts/la-brands-400.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display:auto;src:url(../../files/layout/lineawesome/fonts/la-regular-400.eot);src:url(../../files/layout/lineawesome/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),url(../../files/layout/lineawesome/fonts/la-regular-400.woff2) format("woff2"),url(../../files/layout/lineawesome/fonts/la-regular-400.woff) format("woff"),url(../../files/layout/lineawesome/fonts/la-regular-400.ttf) format("truetype"),url(../../files/layout/lineawesome/fonts/la-regular-400.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display:auto;src:url(../../files/layout/lineawesome/fonts/la-solid-900.eot);src:url(../../files/layout/lineawesome/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(../../files/layout/lineawesome/fonts/la-solid-900.woff2) format("woff2"),url(../../files/layout/lineawesome/fonts/la-solid-900.woff) format("woff"),url(../../files/layout/lineawesome/fonts/la-solid-900.ttf) format("truetype"),url(../../files/layout/lineawesome/fonts/la-solid-900.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribbble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400}

/* Copyright MADE/YOUR/DAY OG <mail@madeyourday.net>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/* ===========================================
 * seppis Skin
 * ======================================== */
.rsts-skin-seppis.rsts-main {
  position: relative;
}
.rsts-skin-seppis.rsts-type-fade .rsts-slide {
  background-color: white;
}
.rsts-skin-seppis .rsts-caption {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-right: 20px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.rsts-skin-seppis .rsts-active .rsts-caption {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rsts-skin-seppis .rsts-prev, .rsts-skin-seppis .rsts-next, .rsts-skin-seppis .rsts-video-play, .rsts-skin-seppis .rsts-video-stop,
.rsts-skin-seppis .rsts-thumbs-prev, .rsts-skin-seppis .rsts-thumbs-next {
  position: absolute;
  right: 55px;
  bottom: 15px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUHBwg/QEF5enp5ensCAwQHCAhzdHUAAQEGBwh8fX37+/svMDBub3COjo9yc3NtbW709fWvsLDm5uba2trR0dEuLi6Pj4/Q0NDl5eXZ2toFBgfz8/MuLy/09PT29vb8/Pz6+vp7e3x0dXZzdHT4+Pj39/f9/v3+/v79/f3///8EBQb5+fkAAAD19fVMP6q+AAAALnRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8hTP8QAAAJ1JREFUeNrV0lkPwiAMAOB53zrva2xOxQm0///vWZ4a1o3EN20gNPnSlFASRKVQIS2KFHPKaPvcH8St8WesXYzddVMIZn3NZ1tTZ9Y7QLa7MdfVWlgYZqk9lzML7VZPbGCdDsFekpI14GoN/fGoY6aqkbVaUvVg0lKN7v3wvcuwt/Tg5tIPRjA77I/i1dhX2dnEJnYq4vP+2a/4FX8AsSOXytKixMYAAAAASUVORK5CYII=');
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  background-position: 50% 50%;
  -webkit-transition: opacity 0.05s linear;
  -moz-transition: opacity 0.05s linear;
  -o-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
  .rsts-skin-seppis .rsts-prev, .rsts-skin-seppis .rsts-next, .rsts-skin-seppis .rsts-video-play, .rsts-skin-seppis .rsts-video-stop,
  .rsts-skin-seppis .rsts-thumbs-prev, .rsts-skin-seppis .rsts-thumbs-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAIVBMVEWhoaE7PD15enqVlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXsWX/bAAAAC3RSTlOAgICAgICAgICAgMiF55wAAAB9SURBVHja7dUxEoAgFANRFBTw/ge2YythEivHn/6VmU3XiwUOHPhPuGYf196zjLHPOi0tWsBYtICx/Zxgw4INCzYs2LBgw4INC55ZFadhN+NVbeh9jhf6mGJDgw0NNjTY0GBDgz0NXusiYDRWwGisgNHFL0Yrnwxd4MCBtd3+EosAicYyWQAAAABJRU5ErkJggg==');
    background-size: 30px, 30px;
  }
}
.rsts-skin-seppis .rsts-prev:hover, .rsts-skin-seppis .rsts-next:hover, .rsts-skin-seppis .rsts-video-play:hover, .rsts-skin-seppis .rsts-video-stop:hover,
.rsts-skin-seppis .rsts-thumbs-prev:hover, .rsts-skin-seppis .rsts-thumbs-next:hover {
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238, 0.7);
}
.rsts-skin-seppis .rsts-next,
.rsts-skin-seppis .rsts-thumbs-next {
  right: 20px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAkFBMVEUBAQLPz9AlJiYlJifS0tIsLS0nJyjQ0dDR0tIBAQElJSYrLC2tra39/PwFBQYFBgf6+fmBgYKCgoL9/f339vZBQULIycnIyMiCg4PR0dEmJycmJyjMzMz8/Pzl5eXj4+MCAwQGBwghIiP09PT7+/shIiL6+vrNzs7Nzc0iIyP29vb39/cHCAkAAAD////19fV/WdL3AAAAMHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRnvRdAAAAnklEQVR42tXSxw7CMAwG4LL3XqUtLdRQqNPY7/92WEJVDhkSN7B8iPTpl6M4ETMAA0t/ChmwPTELe+uPGKsQKywWflYUJxn5eI9xpOsneXidp7pp3Wa+dHrGbWY6d43bLD673nR9vLsZaL5cNfoAyp0eDyRdntxp6icy+/Ei981HqVGLq3xo1GaFm4kuRb1vvp1mFNzYLrzvn/2KX/MbXNOe099MDj0AAAAASUVORK5CYII=');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
  .rsts-skin-seppis .rsts-next,
  .rsts-skin-seppis .rsts-thumbs-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAHlBMVEWhoaE7PD2VlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXtfGSSAAAACnRSTlOAgICAgICAgICAXdxslAAAAHxJREFUeNrt1TEOgDAMxdDSAi33vzBbPVUoZkLE+1O2/HK9KHHixH/A9fS4jnGGMfZZl6VFBzAWHcLHQD9gocFCg4UGCw0WGiw0WGjwum3qEsb7tH1xWViwsGBhwcKChQULC5Z2jRs2itHdfc+GjWB094vR+ieHLnHixK4bjyV89TB6vlgAAAAASUVORK5CYII=');
    background-size: 30px, 30px;
  }
}
.rsts-skin-seppis .rsts-thumbs-prev, .rsts-skin-seppis .rsts-thumbs-next {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
}
.rsts-skin-seppis .rsts-thumbs-prev {
  right: auto;
  left: 10px;
}
.rsts-skin-seppis.rsts-direction-y .rsts-prev {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUgISLDw8MgICGUlZaIiImSk5PCwsP9/f39/PyHh4iUlJWSkpLX2NgAAQIoKSkGBwgdHR7Ly8skJSYEBAXHyMj+/v739/ciIyMhIiImJyfNzc3S0tL8/Pz7+/v29vYHCAnNzs4AAAD////19fVh+HN2AAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAiUlEQVR42uXRyQ7CMAwE0LC2QHfaQkji1sP//yNR1csEiXMlfPFI7zCWbN7JCCVmnj9i738x2hbMpHPTzCAmfag+XyAmrWt2QzqV5URuSLWqdHXmsDMRbFHYuPbnkPBw0rtaBzgbw21IWPKjdg6xxHV68ZJ2j9mhXyrRX/34fblgLQyQLf57S/wBI9V2nx3O9QoAAAAASUVORK5CYII=');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
  .rsts-skin-seppis.rsts-direction-y .rsts-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAeUlEQVR42u3UMQ6AMAzF0A8BmvufGHVpyOIOFRJI8f5WyxcqXLhw4U9jLeCznYzRNtYi2zsIs2UttqzFlrXYshZb1mLLWmg31iJ7+YVaaJ210GY9x/awWdsc+z5s1uaEQ4cNbY449LChzQFn3W3S9qsBFi5cuPDr+AYQcW8C6kiUiAAAAABJRU5ErkJggg==');
    background-size: 30px, 30px;
  }
}
.rsts-skin-seppis.rsts-direction-y .rsts-next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUwMTKKi4suLzAGBwja2trR0dEwMDEuLi/Q0NDZ2dmJiYp7e3x6e3t/gIEAAQL09PTn5+f6+vr8/Px0dHVwcHH8/f329vYFBgdzdHT+/v79/v339/f9/f3///90dXb4+Pj5+fkEBQYAAAD19fUC5l8BAAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAnElEQVR42uXSyQ4CIQwG4HEddRZmZUSEQnn/d7RkSAi4HI2Jf6AlfIceoHCOMcccrTXcMR5OtInf5k/YyLVL84qHjoHvwLrhmdW+0AJIhT6eVc79YYtYCQBRIZanPmO1QWuxVqr2/aIylqD9fdP4OoLMZ5sb+dK2i8Xr3cTZie+CRk49aOTUcSRNOfo8TXPUnB1QPj0J5z/5Hb7OD7UPdeTEuFeXAAAAAElFTkSuQmCC');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
  .rsts-skin-seppis.rsts-direction-y .rsts-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAg0lEQVR42u3UMQ6EMAxE0WVDYu5/YhpLXzBSRkAF8i9tvXZ+24MKFy5c+HP4P06H0RzGRoyjjWgOY1Nj0YLFpsaip7hFNrBog3ug02brDKsWK3imxQqe6EWsxWi1HqOxHqONBTuN9RiN9Vg11mPVWI9V99tL0rEe6/dVA1i4cOHCl9oBak1vAkBKLfwAAAAASUVORK5CYII=');
    background-size: 30px, 30px;
  }
}
.rsts-skin-seppis.rsts-video-playing .rsts-nav, .rsts-skin-seppis.rsts-video-playing .rsts-prev, .rsts-skin-seppis.rsts-video-playing .rsts-next {
  display: none;
}
.rsts-skin-seppis.rsts-video-playing .rsts-nav-thumbs {
  display: block;
}
.rsts-skin-seppis.rsts-touch .rsts-nav-numbers, .rsts-skin-seppis.rsts-touch .rsts-nav-tabs {
  display: none;
}
.rsts-skin-seppis .rsts-nav {
  position: absolute;
  right: 95px;
  bottom: 12px;
  left: 10px;
  text-align: right;
}
.rsts-skin-seppis .rsts-nav ul {
  /* Forcing margin/padding, since '#content ul' is quite common */
  margin: 0 !important;
  padding: 0 !important;
}
.rsts-skin-seppis .rsts-nav li {
  display: inline;
}
.rsts-skin-seppis .rsts-nav-numbers a, .rsts-skin-seppis .rsts-nav-tabs a {
  display: inline-block;
  height: 30px;
  min-width: 30px;
  padding: 0.65em 0.5em 0.5em;
  margin: 0 2px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: #555555;
  background-color: rgba(85, 85, 85, 0.6);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.rsts-skin-seppis .rsts-nav-numbers a:hover, .rsts-skin-seppis .rsts-nav-numbers a.active, .rsts-skin-seppis .rsts-nav-tabs a:hover, .rsts-skin-seppis .rsts-nav-tabs a.active {
  color: #333333;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}
.rsts-skin-seppis:hover .rsts-nav-numbers a, .rsts-skin-seppis:hover .rsts-nav-tabs a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.rsts-skin-seppis .rsts-nav-bullets {
  line-height: 0;
}
.rsts-skin-seppis .rsts-nav-bullets a {
  display: inline-block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin: 12px 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  text-align: left;
  text-indent: -999px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #777777;
  -moz-box-shadow: 0 0 2px #777777;
  box-shadow: 0 0 2px #777777;
}
.rsts-skin-seppis .rsts-nav-bullets a:hover, .rsts-skin-seppis .rsts-nav-bullets a.active {
  background-color: #777777;
  -webkit-box-shadow: inset 0 2px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -2px 0 -1px rgba(0, 0, 0, 0.3), 0 0 0 1px #555555;
  -moz-box-shadow: inset 0 2px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -2px 0 -1px rgba(0, 0, 0, 0.3), 0 0 0 1px #555555;
  box-shadow: inset 0 2px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -2px 0 -1px rgba(0, 0, 0, 0.3), 0 0 0 1px #555555;
}
.rsts-skin-seppis .rsts-nav-thumbs {
  position: static;
  padding-top: 5px;
}
.rsts-skin-seppis .rsts-nav .rsts-nav-prev, .rsts-skin-seppis .rsts-nav .rsts-nav-next {
  display: none;
}
.rsts-skin-seppis .rsts-video-play {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEU4ODgGBgbx8fGurq7i4uIODg5QUFD7+/vBwcEUFBQYGBggICC1tbXNzc0JCQkVFRWsrKwTExPExMTS0tImJibv7+9KSkozMzP4+PhYWFj+/v6Dg4MDAwPl5eVycnKenp4MDAza2toPDw////8AAACZ5/RyAAAAJXRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwmBGiwAAALNJREFUeNrt1kcOwkAQRFFyxsYmBxtDc/8zIrGpA/xaWKhnO9KT5ncvZvCxnGSSSSaZv2GK0sIsFzMHM53MWwPzfkU8OwsT9cHCRHOyMHFpLYwCIUaBEKNAiFEgxCgQYhSIMQrEGAXijAJxJrZrC7NZGZjb/WF41PHqSLw/Owa+q9D6KQthlAUwykIYZSGMsiBGWRCjLIhRFsQoC2Ga0S8LZMqx7gAzLPr0aUsmmWSS6SXzBf8cqwAv1zglAAAAAElFTkSuQmCC');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
  .rsts-skin-seppis .rsts-video-play {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAARVBMVEUJCQlOTk4nJyddXV1gYGD29vbh4eGTk5PAwMA2NjYYGBgGBga3t7dUVFQtLS0SEhKHh4fb29sDAwPz8/NaWlr///8AAACZTZFgAAAAF3RSTlOAgICAgICAgICAgICAgICAgICAgICAgCZn8kAAAAFfSURBVHja7dpZUsMwFAVR5gDRLMT+l8r1Cqjih/5oLyB1kurYlp4evkGXGDFixIgRI0aMGDFixIgRI0aMGDFifseQvsBfPvjrdgdhzvsnCHPePkCY8/oCwpxzu4MwCQeESTggTMIBYa5wQJiEA8IkHBAm4YAwVzggTMIBYRIOCJNwQJgrHBAm4YAwCQeESTggzBUOCJNwQJiEA8IkHBDmCgeESTggTMIBYRIOCHOFA8IkHBAm4YAw5/UZhDn7iYOZjfPLlM5pZizMv2lXzk1vNs4duHTOs2kszFN7V87L1WycN73SOe/AY2FWB7tyFnGzcVaUpXPW2mNhdiF25WwWzcbZuSqds6c3Fma3c1fOpvRsnB3y0jmzg7EwU5VdOcOv2TiTuNI5M8qxMNPbXTlD9tk4E//SOWchxsKcEnmsoMM8qGNOYsRgLjFixIgRI0aMGDFixIgRI0aMGDH/e/0Ai4OJ2+ZcrkwAAAAASUVORK5CYII=');
    background-size: 70px, 70px;
  }
}
.rsts-skin-seppis .rsts-video-stop {
  top: 20px;
  right: 20px;
  left: auto;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEWnp6dOTk7x8fHv7+9HR0fw8PDu7u7e3t5NTU3f398UFBQTExP4+PhLS0tvb29xcXH09PRJSUn39/fn5+cWFhampqb29vZISEhMTExLS0ukpKT////r6+sAAAD///8AAABKSkr19fUAAAD///8df9PJAAAAJHRSTlN6e35+e35+e3t7fX1/fHl5fXt/e315fnt7e3p/foGBfnt9gIDdofLFAAAAk0lEQVR42u2SSQ7DIAxF03nKPBEC2Ni9/x3jsMXqsuqiljxITx/8EcX7Y/wxuOmUhmPhIMdlg4akzxGbMscrBu4IyHLANce+Ymb7WKRWPsdyqpCnZJzVzUmUEgvpxmAYA4dxAB3TIanvupqisJdkRwr2O403K9V43bdpgaLuu6/x3KY7sO7VN7+m4TI5+K3v8H28AYM7doAzbo6MAAAAAElFTkSuQmCC');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
  .rsts-skin-seppis .rsts-video-stop {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAALVBMVEXo6OjGxsZjY2PKysq3t7ewsLCOjo7f39+Pj4/l5eVfX19hYWHj4+NRUVH///80A/15AAAAD3RSTlOGkL2PlZemiKWHvr2HyICcCOzTAAAAv0lEQVR42u3VSQ7DIAxA0bRJSBjs+x83mzYfNnatLqpKeM0THmRY9IuYeOKJJ7bwlsdTWwCfUpsS+Smni7EipfVW5PQwtte5iqAdvIvcGiuy25gs0e1ta7YwuqJ76+NRr6P1MbkSTM7HaKyP0QXK1HyMxgaxrjde1cBe1TV4MzZeMxYdm7OvF9OWR7H0YtpDG/ojnDurnc6hfT7Iw9tnImE7ney00bdFJ3Uw+mXpQoq822Nv8/Yf383EE0/8G3wBfh3Bcn7dsMIAAAAASUVORK5CYII=');
    background-size: 30px, 30px;
  }
}
.rsts-skin-seppis .rsts-video-youtube > .rsts-video-stop {
  top: 25px;
}
.rsts-skin-seppis .rsts-video-vimeo > .rsts-video-stop {
  top: 10px;
  right: auto;
  left: 10px;
}
.rsts-skin-seppis .rsts-progress {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.rsts-skin-seppis .rsts-progress div {
  height: 100%;
  background-color: white;
}
.rsts-skin-seppis .rsts-progress.rsts-progress-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.rsts-skin-seppis .rsts-thumbs-slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.rsts-skin-seppis .rsts-thumbs-slide.rsts-thumbs-active-thumb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../../files/layout/fontawesomefree/webfonts/fa-brands-400.eot);src:url(../../files/layout/fontawesomefree/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../files/layout/fontawesomefree/webfonts/fa-brands-400.woff2) format("woff2"),url(../../files/layout/fontawesomefree/webfonts/fa-brands-400.woff) format("woff"),url(../../files/layout/fontawesomefree/webfonts/fa-brands-400.ttf) format("truetype"),url(../../files/layout/fontawesomefree/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../../files/layout/fontawesomefree/webfonts/fa-regular-400.eot);src:url(../../files/layout/fontawesomefree/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../files/layout/fontawesomefree/webfonts/fa-regular-400.woff2) format("woff2"),url(../../files/layout/fontawesomefree/webfonts/fa-regular-400.woff) format("woff"),url(../../files/layout/fontawesomefree/webfonts/fa-regular-400.ttf) format("truetype"),url(../../files/layout/fontawesomefree/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../../files/layout/fontawesomefree/webfonts/fa-solid-900.eot);src:url(../../files/layout/fontawesomefree/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../files/layout/fontawesomefree/webfonts/fa-solid-900.woff2) format("woff2"),url(../../files/layout/fontawesomefree/webfonts/fa-solid-900.woff) format("woff"),url(../../files/layout/fontawesomefree/webfonts/fa-solid-900.ttf) format("truetype"),url(../../files/layout/fontawesomefree/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
