.nivo-lightbox-overlay {
position: fixed;
top: 0;
left: 0;
z-index: 99998;
width: 100%;
height: 100%;
overflow: hidden;
visibility: hidden;
opacity: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
visibility: visible;
opacity: 1;
}
.nivo-lightbox-wrap  {
position: absolute;
top: 10%;
bottom: 10%;
left: 10%;
right: 10%;
}
.nivo-lightbox-content {
width: 100%;
height: 100%;
}
.nivo-lightbox-title-wrap {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 99999;
text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
position: absolute;
top: 50%;
left: 0;
}
.nivo-lightbox-next {
position: absolute;
top: 50%;
right: 0;
}
.nivo-lightbox-close {
position: absolute;
top: 2%;
right: 2%;
}
.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
vertical-align: middle;
}
.nivo-lightbox-content iframe {
width: 100%;
height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
max-height: 100%;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.nivo-lightbox-error {
display: table;
text-align: center;
width: 100%;
height: 100%;
color: #fff;
text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
display: table-cell;
vertical-align: middle;
} .nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
-o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
-webkit-transform: translateX(-10%);
-moz-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
-webkit-transform: translateY(-10%);
-moz-transform: translateY(-10%);
-ms-transform: translateY(-10%);
transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
-webkit-transform: translateY(10%);
-moz-transform: translateY(10%);
-ms-transform: translateY(10%);
transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: translateZ(300px);
-moz-transform: translateZ(300px);
-ms-transform: translateZ(300px);
transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
background: #666;
background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(//www.eese.eco/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/loading.gif) no-repeat 50% 50%; }
.nivo-lightbox-theme-default .nivo-lightbox-nav {
top: 10%;
width: 8%;
height: 80%;
text-indent: -9999px;
background-repeat: no-repeat;
background-position: 50% 50%;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
opacity: 1; 
background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//www.eese.eco/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/prev.png); 
border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//www.eese.eco/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/next.png); 
border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(//www.eese.eco/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/close.png) no-repeat 5px 5px;
width: 16px;
height: 16px;
text-indent: -9999px;
padding: 5px;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
background: #000;
color: #fff;
padding: 7px 15px;
border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
margin: auto;
background: #fff;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
background: #fff;
padding: 40px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
background-image: url(//www.eese.eco/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/loading@2x.gif); 
background-size: 32px 32px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//www.eese.eco/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/prev@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//www.eese.eco/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/next@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close { 
background-image: url(//www.eese.eco/wp-content/plugins/responsive-lightbox-lite/assets/nivo-lightbox/themes/default/close@2x.png); 
background-size: 16px 16px;
}
}body .extendedwopts-show {
display: none;
}
body .widgetopts-hide_title .widget-title {
display: none;
}
body .extendedwopts-md-right {
text-align: right;
}
body .extendedwopts-md-left {
text-align: left;
}
body .extendedwopts-md-center {
text-align: center;
}
body .extendedwopts-md-justify {
text-align: justify;
}
@media screen and (min-width: 1181px) {
body .extendedwopts-hide.extendedwopts-desktop {
display: none !important;
}
body .extendedwopts-show.extendedwopts-desktop {
display: block;
}
body .widget.clearfix-desktop {
clear: both;
}
}
@media screen and (max-width: 1024px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 767px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
.panel-cell-style:after {
content: "";
display: block;
clear: both;
position: relative;
}.nk-awb{position:relative;z-index:0}.wp-block-nk-awb{padding:20px 30px}.nk-awb .nk-awb-inner,.nk-awb .nk-awb-overlay,.nk-awb .nk-awb-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-99}.nk-awb .nk-awb-wrap{overflow:hidden}.nk-awb .nk-awb-mouse-parallax{transform:translateX(0)}.vc_row.vc_column-gap-1>.vc_column_container>.nk-awb-wrap{margin:1px 0.5px}.vc_row.vc_column-gap-2>.vc_column_container>.nk-awb-wrap{margin:1px 1px}.vc_row.vc_column-gap-3>.vc_column_container>.nk-awb-wrap{margin:1px 1.5px}.vc_row.vc_column-gap-4>.vc_column_container>.nk-awb-wrap{margin:1px 2px}.vc_row.vc_column-gap-5>.vc_column_container>.nk-awb-wrap{margin:1px 2.5px}.vc_row.vc_column-gap-10>.vc_column_container>.nk-awb-wrap{margin:1px 5px}.vc_row.vc_column-gap-15>.vc_column_container>.nk-awb-wrap{margin:1px 7.5px}.vc_row.vc_column-gap-20>.vc_column_container>.nk-awb-wrap{margin:1px 10px}.vc_row.vc_column-gap-25>.vc_column_container>.nk-awb-wrap{margin:1px 12.5px}.vc_row.vc_column-gap-30>.vc_column_container>.nk-awb-wrap{margin:1px 15px}.vc_row.vc_column-gap-35>.vc_column_container>.nk-awb-wrap{margin:1px 17.5px}.nk-awb-fullheight{min-height:100vh}body.admin-bar .nk-awb-fullheight{min-height:calc(100vh - 32px)}@media screen and (max-width: 782px){body.admin-bar .nk-awb-fullheight{min-height:calc(100vh - 42px)}}@media screen and (max-width: 600px){body.admin-bar .nk-awb-fullheight{min-height:100vh}}.nk-awb-content-valign-center,.nk-awb-content-valign-top,.nk-awb-content-valign-bottom{display:flex;flex-direction:column;justify-content:center}.nk-awb-content-valign-top{justify-content:flex-start}.nk-awb-content-valign-bottom{justify-content:flex-end}.nk-awb .nk-awb-overlay{z-index:0}.nk-awb .nk-awb-inner{z-index:-100;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.nk-awb [data-awb-image-background-size=contain]>.nk-awb-inner{background-size:contain}.nk-awb [data-awb-image-background-size=pattern]>.nk-awb-inner{background-repeat:repeat;background-size:auto}.nk-awb .nk-awb-inner>.jarallax-img,.nk-awb .nk-awb-inner>picture>img{position:absolute;top:0;left:0;z-index:-100;width:100%;height:100%;pointer-events:none;-o-object-fit:cover;object-fit:cover}.nk-awb [data-awb-image-background-size=contain]>.nk-awb-inner>.jarallax-img,.nk-awb [data-awb-image-background-size=contain]>.nk-awb-inner>picture>img{-o-object-fit:contain;object-fit:contain}.nk-awb .nk-awb-inner picture.jarallax-img>img{width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit}.intrinsic-ignore iframe{max-width:none !important;max-height:none !important}body {
margin: 0;
}  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
} audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  a {
background-color: transparent;
} a:active,
a:hover {
outline: 0;
}  abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
} h1 {
font-size: 2em;
margin: 0.67em 0;
} mark {
background: #ff0;
color: #000;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 1em 40px;
} hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} pre {
overflow: auto;
} code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input {
line-height: normal;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
} input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
} input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0; } textarea {
overflow: auto;
} optgroup {
font-weight: bold;
}  table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
@media screen {
.navcont { position: relative; }
.closebtn {
background: url(//www.eese.eco/wp-content/themes/EESE/images/nav-icon-close.svg) top 5px right 5px no-repeat;
background-size: 30px;
cursor: pointer;
height: 40px;
opacity: .6;
position: absolute;
right: 32px;
top: 20px;
width: 40px;
}
.closebtn:hover {
opacity: 1;
background: #2a2a2a url(//www.eese.eco/wp-content/themes/EESE/images/nav-icon-close.svg) top 5px right 5px no-repeat;
background-size: 30px;
} .menuTrigger {
background: url(//www.eese.eco/wp-content/themes/EESE/images/nav-icon.svg);
background-repeat: no-repeat;
cursor: pointer;
display: inline-block;
height: 50px;
opacity:0.6;
position: absolute;
right: 30px;
top: 70px;
vertical-align: middle;
width: 110px;
z-index: 13;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.menuTrigger:hover { opacity:1; }
.menuTrigger.open { right: 400px; }
header.smaller .menuTrigger { top: 14px; } ul.menu, .menu ul { margin:0 !important; }
.sub-nav-button {
color: #7A7A7A;
cursor: pointer;
font-size: 28px;
line-height: 1;
position: absolute;
top: 24px;
right: 24px;
padding: 8px 8px 0 8px;
-moz-border-radius: 4px;
border-radius: 4px;
z-index: 13;
}
.sub-nav-button:hover {
background: #e3e3df;
}
.sub-nav-list {
position: absolute;
top: 48px;
overflow: hidden;
max-width: 360px;
z-index: 12;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease; }
.sub-nav-list ul li { list-style:none; margin:0;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.sub-nav-list ul li a {
color: rgba(255,255,255,0.6);
font-size: 21px;
font-family: 'Antartida bold';
text-decoration: none;
display: block;
padding: 18px 30px 18px 40px;
letter-spacing: 0.05em;
line-height: 1.1em;
text-transform: uppercase;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.sub-nav-list ul li:first-of-type a,
.sub-nav-list ul li:last-of-type a,
.sub-nav-list ul li:nth-last-child(2) a {
font-family: 'Antartida light'; }
.sub-nav-list.list-closed {
right: -400px;
}
.sub-nav-list.list-closed ul li a { opacity:0; }
.sub-nav-list.list-open {
background: #3b3b3b;
right: 0;
}
header.smaller .sub-nav-list.list-open,
header.smaller .sub-nav-list.list-closed {
top: 0;
}
.sub-nav-list.list-open ul li a { opacity:1; }
.sub-nav-list ul > li > a:hover,
.sub-nav-list ul > li > a:focus,
.sub-nav-list ul > li > a:active { color:#fff; background:#2a2a2a; }
.sub-nav-list ul > li.current-menu-item > a { color: #659c6d; }
ul.menu > li.menu-item-has-children:hover { background:#2a2a2a; }
ul.menu > li:first-child > a {
padding: 50px 60px 18px 40px;
}
ul.menu > li:last-of-type > a {
padding: 18px 30px 40px 40px;
} ul.sub-menu {
padding: 0 0 20px;
}
ul.sub-menu li a {
font-size: 17px;
font-family: 'Antartida light';
padding: 14px 60px 14px 60px;
}
ul.sub-menu li a:active,
ul.sub-menu li a:focus,
ul.sub-menu li a:hover {
background: #191919;
}
} @media screen and (max-width: 900px) {
.menuTrigger.open { opacity: 0; }
} @media screen and (max-width: 600px) {
.sub-nav-list {
max-width: 100%;
width: 100vw;
}
.closebtn {
right: 20px;
}
.sub-nav-list ul li a {
padding: 28px 30px 26px 40px;
}
ul.menu > li:first-of-type > a { padding: 80px 60px 18px 40px; }
ul.menu > li:last-of-type > a { padding: 18px 30px 80px 40px; }
} @media screen and (max-width: 480px) {
.menuTrigger {
background-size: cover;
background-position: top 0 right 0;
right: 18px;
top: 37px;
width: 42px;
}
.sub-nav-list.list-open,
.sub-nav-list.list-closed {
top: 0;
}
ul.sub-menu li a {
padding: 11px 60px 11px 50px;
}
}
@media screen {
html {
height:100%;
overflow-y: scroll;
}
body {
background: #fff;
height:100%;
}
#wrapper {
min-height:100%;
position:relative;
}
.startpage	#wrapper {
padding-bottom: 220px;
}
header { top: 0;
left: 0;
position: fixed;
width: 100vw;
z-index: 100;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; background: -moz-linear-gradient(top,  rgba(0,0,0,0.71) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0.71) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0.71) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5000000', endColorstr='#00000000',GradientType=0 ); }
header.cp-header-plain {
background: none;
}
#header-box {
padding: 10vh 32px 30px 40px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
#header-logo {
background: url(//www.eese.eco/wp-content/themes/EESE/images/EESE_Logo.svg) no-repeat;
background-position: 0 0;
background-size: 100%;
height: 70px;
margin: 100px 0 0 140px;
width: 315px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
#header-logo img { width: 100%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.logo-subline {
margin: 0;
padding: 10px 0 0 94px;
}
header.smaller { background: rgba(0,0,0,0.9); height: 69px; }
header.smaller #header-box { padding: 8px 30px 0; }
header.smaller #header-logo {
height: 40px;
width: 160px;
margin: 20px 0 0 24px;
}
.user-status { } .user-status-cont {
position: absolute; top: 0; right: 0; padding: 30px 60px 0;
}
.header-plain {
background:#3b3b3b;
height: 240px;
width: 100%;
}
.parallax-window {
background-image: url(https://www.eese.eco/wp-content/themes/EESE/images/EESE_Extenden-Eco-Strategy-Engineering.jpg);
background-size: cover;
height: 100vh;
min-height: 40vh;
position:fixed;
width: 100%;
}
.page-overview .parallax-window { min-height: 60vh; } .wp-caption, img { max-width: 100%; height: auto; }
.sp-content {
box-sizing: border-box;
color: #FFFFFF;
font-size: 114%;
max-width: 1100px;
padding: 20px;
position: absolute;
top: 30vh;
left: 50%;
margin: 0 0 0 -500px;
width: 100%;
}
.sp-content button,
.sp-content .button {
box-sizing: border-box;
width: 100%;
}
.sp-content-text {
float: left;
font-size: 118%;
text-shadow: 1px -1px 13px rgba(0,0,0,0.75);
width: 75%; }
.sp-content .login-submit {
margin-bottom: 0 !important;
}
.sp-content .login-username {
margin-bottom: 14px;
}
.sp-content .login-username > label,
.sp-content .login-password > label {
color: #9b9b9b;
font-size: 16px;
}
.sp-content input.input {
background: rgba(255,255,255,0.06);
border: 1px solid #3b3b3b !important;
border-radius: 0 !important;
box-sizing: border-box;
display: block;
padding: 10px;
width: 100%;
}
.sp-loginform-cont { background: #121212;
width: 35%;
padding: 30px;
box-sizing: border-box;
display: none;
}
.content-wrapper {
padding-bottom: 80px;
position: relative;
}
.page-overview .content-wrapper { padding-bottom: 0; }
#header-box {
margin: 0 auto;
max-width: 1125px;
position: relative;
}	
.content-section { background:#fff; }
.content-section.cs-fullwidth { padding: 40px 10vw; }
.cs-grey { background:#3b3b3b; }
.cs-green { background: rgba(23,207,0,1.00); }
.cs-blue { background:#5f8c8e; }
.cs-greyblue { background:#526266; }
.cs-green1 { background:#6e734c; }
.cs-green2 { background:#45674a; }
.cs-green3 { background:#9f9f7d; }
.cs-green4 { background:#a6c6ac; }
.cs-greyblue .ov-topic:hover { background:#3a4548; }
.cs-blue .ov-topic:hover { background:#436264; }
.cs-green1 .ov-topic:hover { background:#4d5135; }
.cs-green2 .ov-topic:hover { background:#304834; }
.cs-green3 .ov-topic:hover { background:#707058; }
.content-column {
margin: 0 auto;
max-width: 630px;
padding: 60px 40px 40px;
position: relative;
}
.content-column.wide { max-width: 800px; padding: 10px 40px 0; }
.cs-2col {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 50px;
-moz-column-gap: 50px;
column-gap: 50px;
}
table {} .wp-block-table tr { border-bottom: 1px solid #729DA3; }
.wp-block-table tr:first-child { border-top: 1px solid #729DA3; }
.wp-block-table td { padding: 12px; }
.zitat {
background: #518788;
font-size: 112%;
padding: 40px 28vw;
text-align: center;
}
.zitat * {	color: #fff; }
.ellipsis { overflow: hidden;
line-height: 22px;
position: relative;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.ellipsis.post-closed { max-height: 3px; opacity: 0; }
.ellipsis.post-open { max-height: 1500px; opacity: 1; }
.postTrigger {
cursor: pointer;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.postTrigger { display: inline-block; width: 100%; }
.postTrigger.hl-closed:before { content: 'Weiterlesen »'; }
.postTrigger.hl-active:before { content: '« Weniger'; }
.page-content { background:#1b717e; margin-bottom:120px; }
.content {
position: relative;
background:rgba(255,255,255,0.9);
color: #313131 !important;
padding: 40px;
}
.content img:not(.avatar) { width:100%; height:auto; margin-bottom:20px; } .close-btn { 
width:20px; 
height:20px;
background: url(//www.eese.eco/wp-content/themes/EESE/images/close-btn.png);
background: url(//www.eese.eco/wp-content/themes/EESE/images/close-btn.svg), none;
background-repeat: no-repeat;
background-size: 20px 20px;
opacity: 0.65;
position: absolute;
top: 20px;
right: 20px;
}
.close-btn:hover { 
opacity: 1;
}
.wp-block-image {
margin: 40px 0;
}
.wp-block-image img {
height: auto;
width: 100%;
}
.alignleft { float: left; margin: 0 50px 40px 0 !important; }
.alignright { float: right; margin: 0 0 40px 50px !important; }
iframe { width: 100%; }
.post-box {
border-bottom: 1px solid #61a3b9;
overflow: hidden;
padding: 36px 20px 40px 40px;
}
.post-box img:not(.emoji) { margin: 10px 0 30px !important; }
.page404 .content-section { background: none; } .pagination {
padding-top: 40px;
text-align: center;
}
.pagn_pages > div { display: inline; }
.pagination a { white-space: nowrap; }
.pagn-presse { bottom:0; }
.pb-left { float:left; margin: 0 2px; }
.pb-right { float:left; margin: 0 2px; }
.pagn_pages { }
.button a, .pb-button a, .currentpage.button {
background:  #174d53;
border-radius: 15px;
color: #c8e6eb;
padding: 4px 11px 6px;
margin: 0 2px; }
.button a:active, .button a:focus, .button a:hover,
.pb-button a:active, .pb-button a:focus, .pb-button a:hover {
background:  #06282c;
color: #fff;
text-decoration: none !important;
}
.currentpage.button, .currentpage.button:hover {
background:#599faa;
color: #fff;
cursor: default;
padding: 3px 10px 5px;
margin: 0 3px;
}
.pagination-seitenzahl { padding-top:16px;}
.tagbox-head {
background:#d8e2e4;
color: #0e2c2a;
font-size: 75%;
left: -30px;
letter-spacing: 0.15em;
padding: 20px 30px;
position: absolute;
text-transform: uppercase;
top: -30px;
width: calc(100% + 60px);
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.tagname { font-size: 115%; font-style: italic; letter-spacing: 0.05; text-transform: none; }
.ov-box { position: relative; }
.ov-box-left {
float: left;
}
.ov-box-right {
float: right;
}
.ov-box-left, .ov-box-right { height: 30vh; min-height: 250px; }
.ov-contentrow .ov-box-left { height: 100px; min-height: 100px; }
.ov-title {
box-sizing: border-box;
padding: 0 60px;
text-align: right;
vertical-align: middle;
width: 33%;
}
.ov-topic {
align-items:center;
box-sizing: border-box;
justify-content:right;
display: flex;
padding: 0 60px;
text-align: right;
width: 33%;
}
.ov-title h3, .ov-topic h3 { width: 100%; }
.ov-box-right.ov-topic {
align-items:center;
justify-content:left;
text-align: left;
}
.ov-image {
width: 67%;
}
.ov-box-text {
max-width: 800px;
padding: 0 25% 80px 33%;
}
.ov-box-image-hlf {
background: url(//www.eese.eco/wp-content/themes/EESE/images/EESE_hausschwein.jpg) top left no-repeat;
background-position: top right;
background-size: cover;
}
.ov-box-image-re-sf {
background: url(//www.eese.eco/wp-content/themes/EESE/images/EESE_permakultur.jpg) top left no-repeat;
background-position: top right;
background-size: cover;
}
.ov-box-image-sr {
background: url(//www.eese.eco/wp-content/themes/EESE/images/EESE_kartoffelanbau.jpg) top left no-repeat;
background-position: top right;
background-size: cover;
}
.ov-box-image-od {
background: url(//www.eese.eco/wp-content/themes/EESE/images/EESE_schafweide.jpg) top left no-repeat;
background-position: top right;
background-size: cover;
}
.ov-box-image-ps-so {
background: url(//www.eese.eco/wp-content/themes/EESE/images/EESE_partners.jpg) top left no-repeat;
background-position: top right;
background-size: cover;
}
.slideshow-container ul,
.slideshow-container li,
.metaslider .flexslider { margin: 0 !important;}
footer * { color: #979797; }
footer {
background: #3b3b3b;
font-size: 80%;
min-height: 240px;
padding: 20px 0 0;
position: relative;
width: 100%; }
#footer-text { float:left; }
#footer-nav { float:right; margin-right:20px; position:relative; } .footer-sl { float:right; margin: -9px 10px 0 0; width:36px; height:36px; }
#sl-phone { background: url(//www.eese.eco/wp-content/themes/EESE/images/icon-sl-phone.png) top left no-repeat; }
#sl-mail { background: url(//www.eese.eco/wp-content/themes/EESE/images/icon-sl-mail.png) top left no-repeat; }
#sl-xing { background: url(//www.eese.eco/wp-content/themes/EESE/images/icon-sl-xing.png) top left no-repeat; }
#sl-linkedin { background: url(//www.eese.eco/wp-content/themes/EESE/images/icon-sl-linkedin.png) top left no-repeat; }
#imprint {
background: #404849;
padding: 60px 20vw;
}
#imprint .su-table table, #imprint .su-table td { border: none !important; }
#imprint .su-table td, #imprint .su-table .su-even td { background: none !important; padding-left: 0 !important; }
#privacy {
background: #34393a;
padding: 60px 20vw;
}
.clearfix:after {
content: "";
clear: both;
display: block;
visibility: hidden;
height: 0px;
}
li.widget { list-style:none; }
fieldset { border:none; }
ul { margin:0 0 30px 20px; padding:0; }
ul.postlist li { margin-bottom: 50px; }
li {
line-height: 1.5;
margin-bottom: 0.5em;
-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; break-inside: avoid-column;   -webkit-margin-before: 0;
-webkit-margin-after: 0;
}
ul > li {
list-style:url(//www.eese.eco/wp-content/themes/EESE/images/list-style-item.png);
}
ul ul { padding-top: 20px; margin-bottom: 30px; }
ul ul li { list-style:url(//www.eese.eco/wp-content/themes/EESE/images/list-style-item-sub.png); }
.aagb__accordion_title,
.aagb__accordion_head.active .aagb__accordion_title { color: #fff !important; }
.wp-block-aab-accordion-item .aagb__accordion_head {
background-color: #81ab87 !important;
}
.wp-block-aab-accordion-item .aagb__accordion_head:hover {
background-color: #659c6d !important;
}
.wp-block-aab-accordion-item .aagb__accordion_head:hover .aagb__accordion_title { color: #fff !important; }
.wp-block-aab-accordion-item .aagb__accordion_body {
background: #f8f8f8 !important;
padding: 0 30px !important;
}
.content-floatbox-left { float:left; width:340px; margin:40px 20px 0 0; }
.content-floatbox-right { float:right; width:340px; margin:40px 0 0 20px; }
.bullet-list-item { margin-bottom:12px; }
.sb-box .textwidget { padding-bottom:20px; margin-bottom:20px; border-bottom:3px dotted #bfbdb0; }
.sb-btn { border:none; text-align:center; background:#c8990c; width:100%; padding:10px 0 0 0; }
.sb-btn:hover { color:#fff; background:#deab13; }
.sb-btn .fa { color:#f4cd56; font-size:120%; }
.contact-entry {
height: 50px;
padding: 20px 0 4px 44px;
-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; break-inside: avoid-column; display:table; }
#location {
background:url(//www.eese.eco/wp-content/themes/EESE/images/icon-location.png) 0 28px no-repeat;
background:url(//www.eese.eco/wp-content/themes/EESE/images/icon-location.svg) 0 28px no-repeat;
margin-bottom:10px;
}
#location p { line-height: 1.1; }
#mail {
background:url(//www.eese.eco/wp-content/themes/EESE/images/icon-mail.png) 0 28px no-repeat;
background:url(//www.eese.eco/wp-content/themes/EESE/images/icon-mail.svg) 0 28px no-repeat;
line-height: 50px;
}
#mail p { line-height: 50px; }
#phone {
background:url(//www.eese.eco/wp-content/themes/EESE/images/icon-phone.png) 0 28px no-repeat;
background:url(//www.eese.eco/wp-content/themes/EESE/images/icon-phone.svg) 0 28px no-repeat;
line-height: 50px;
}
#phone p { line-height: 50px; }
#location, #mail, #phone { background-size: 36px; }
a#scroll-to-top {
bottom: 42px !important;
height: 40px !important;
right: 30px !important;
width: 40px !important;
}
} @media screen and (orientation: portrait) {
} @media screen and (min-width: 1900px) {
#header-logo {
height: 150px;
margin: 140px 0 0 160px;
width: 500px;
}
.header-plain {
height: 350px;
}
.sp-content {
max-width: 1200px;
padding: 20px;
position: absolute;
top: 320px;
left: 50%;
margin: 0 0 0 -600px;
width: 100%;
}
.sp-loginform-cont {
width: 36%;
padding: 40px;
}
} @media screen and (max-width: 1200px) {
#header-logo { margin: 80px 0 0 100px; }
.header-plain {
height: 300px;
}
.sp-content {
max-width: 100%;
padding: 40px 40px 40px 100px;
position: relative; left: auto;
margin: 0;
}
.ov-box-text {
max-width: 800px;
padding: 0 10% 80px 33%;
}
} @media screen and (max-width: 1000px) {
} @media screen and (max-width: 900px) {
#header-logo {
margin: 60px 0 0 40px;
}
.header-plain {
height: 180px;
}
.sp-content {
padding: 40px 14vw 40px 14vw;
}
.sp-content-text {
float: none;
width: 100%;
}
.sp-loginform-cont.alignright {
float: none;
width: 100%;
margin: 60px 0 !important;
padding: 60px;
}
.landingpage .parallax-window {
min-height: 1100px;
}
.ov-box-left, .ov-box-right {
float: none;
width: 100%;
}
.ov-contentrow .ov-box-left, .ov-contentrow .ov-box-right { height: auto; min-height: 50px; }
.ov-title { padding: 0 60px; text-align: left; }
.ov-box-text { padding: 0 60px 60px; text-align: left; }
.ov-image { display: none; }
.ov-topic, .ov-box-right.ov-topic {
justify-content: center;
padding: 0 60px;
text-align: center;
}
} @media screen and (max-width: 640px) {
.startpage #header-logo { width: 260px;
}
.parallax-window {
max-height: 400px;
min-height: 400px;
}
.metaslider .flexslider { width: 200%;}
#header-box {
padding-top: 35px;
}
.sp-loginform-cont.alignright {
padding: 40px;
}
.cs-2col {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
.zitat {
padding: 40px 20px;
} .user-status-cont {
padding: 20px 30px 20px;
font-size: 80%;
text-align: left;
position: absolute; top: 0; right: auto; left: 0;
}
footer { font-size: 80%; }
} @media screen and (max-width: 480px) {
#header-box {
padding-top: 40px;
}
#header-logo { width: 200px;
}
.startpage #header-logo {
height: 100px; width: 200px;
} 
.landingpage .parallax-window {
min-height: 1320px;
}
.metaslider .flexslider { width: 340%;}
.content-column {
padding: 50px 26px 70px;
}
.content-column.wide {
padding: 10px 26px 0;
}
.content-section#claim { top: -110px; }
.content { padding:12px; }
.sp-content {
padding: 40px 20px 40px 20px;
margin-bottom: 40px;
}
.sp-loginform-cont.alignright {
padding: 40px 20px;
margin: 100px 0 !important;
}
.ov-title { padding: 0 30px; text-align: left; }
.ov-box-text { padding: 0 30px 60px; text-align: left; }
.footer-content {
padding: 20px;
}
#footer-text {
display: block;
float: none;
margin-bottom: 40px;
}
#footer-nav {
display: block;
float: none;
margin-right: 20px;
}
.footer-sl {
float: left;
margin: 0 10px 0 0;
}
#imprint, #privacy {
padding: 40px 20px;
}
#imprint tr td:first-child {
padding-bottom: 0 !important;
}
.su-table td {
float: left;
}
a#scroll-to-top {
bottom: 17px !important;
right: 20px !important;
}
figure {
margin: 2em 20px;
}
} @media screen and (max-width: 340px) {
.content-section#claim { top: -150px; }
}
@font-face {
font-family: 'Antartida light';
src: url(//www.eese.eco/wp-content/themes/EESE/fonts/antartidaessential-light-webfont.woff2) format('woff2'),
url(//www.eese.eco/wp-content/themes/EESE/fonts/antartidaessential-light-webfont.woff) format('woff');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Antartida bold';
src: url(//www.eese.eco/wp-content/themes/EESE/fonts/antartidaessential-bold-webfont.woff2) format('woff2'),
url(//www.eese.eco/wp-content/themes/EESE/fonts/antartidaessential-bold-webfont.woff) format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Antartida italic';
src: url(//www.eese.eco/wp-content/themes/EESE/fonts/antartidaessential-light-italic-webfont.woff2) format('woff2'),
url(//www.eese.eco/wp-content/themes/EESE/fonts/antartidaessential-light-italic-webfont.woff) format('woff');
font-weight: 100;
font-style: normal;
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
color:#3b3b3b;
font-family: 'Antartida light', sans-serif;
font-size: 100%;
line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 { margin-top:0; 
letter-spacing: 0.02em;
}
h1 {
font-size: 190%;
line-height: 1.2;
margin-bottom: 1.2em;
letter-spacing: -0.02em;
}
#header-logo h1 { text-indent:-9999px; height:0; margin:0; }
.page h1 { color: #939393; }
h2 { font-size: 160%; letter-spacing: -0.03em;
line-height: 1.1;
margin-bottom: 1.1em; }
.widget h2 { display: none; }
h3 {
font-size:125%;
font-weight: 100 !important;
line-height: 1.1;
margin:0 0 14px 0;
}
h4 {
font-size: 120%;
letter-spacing: -0.03em;
line-height: 1.1;
margin-bottom: 0.8em;
}
footer h4 { color: #fff; font-size: 180%; }
#imprint h5, #privacy h5,
#imprint h4, #privacy h4 { color: #a7b3b4; }
h5 {
font-size: 110%;
margin-bottom: 12px;
line-height: 1.1em;
}
.aagb__accordion_head:hover h5.aagb__accordion_title, .active h5.aagb__accordion_title { color: #464646 !important; }
footer h5 { color: #fff; }
#privacy h5 { margin-bottom: 1.4em; }
h6 {
font-size: 114%;
margin-bottom: 4px;
line-height: 1.1em;
}
#privacy h6 { color: #a7b3b4; margin-bottom: 0.6em; }
.tt-textbox h6 { margin-bottom: 1px; }
.dark { color: #fff; }
p:empty { display: none; }
p { margin:0 0 1.4em 0; line-height: 1.6; }
p.roofline {
color:#9ac9dd;
font-style: normal;
font-size: 60%;
font-weight: bold;
text-transform: none;
margin-bottom: 6px;
letter-spacing: 0.25em;
}
p.roofline a { letter-spacing: 0.14; text-transform: none; text-decoration: none; }
p.roofline a:hover { text-decoration: underline; }
.rl-category { color: #71b2b4; font-style: italic;  text-transform: uppercase; }
.category-content .roofline { padding-left:4px; margin-bottom:10px; }
.startpage-table p { font-size:80%; color:#64635e; }
.startpage-table a { font-size:100%; }
a, a:visited { color:#659c6d; text-decoration:underline; }
a:hover, a:focus, a:active { color:#85bf8d; text-decoration:underline; }
.post_tags a, .pb-button a { text-decoration: none; }
.ov-row > a, ov-row > a:visited { color: rgba(255,255,255,0.8); text-decoration:none; }
.ov-row > a:hover, .ov-row > a:focus, .ov-row > a:active { color:#fff; text-decoration:underline; }
.page-head a { color:#3b3b3b; text-decoration: none; }
.page-head a:hover, .page-head a:focus, .page-head a:active { color:#85bf8d; text-decoration: underline; }
h3 a:hover { text-decoration:none; }
header a:hover, header a:focus, header a:active { text-decoration:none; }
#lang_switch a { color:#e2ded4; text-decoration:none; padding:0 2px; line-height:1em; }
#lang_switch a:hover, #lang_switch a:focus, #lang_switch a:active { text-decoration:none; color:#fff; }
.sb-btn {
background:#b1b0a7;
margin-bottom: 14px;
padding:3px;
}
.sb-btn:hover { background:#deab13; color:#fff; }
.sb-btn-text {
color:#eeede9;
font-weight:bold;
letter-spacing:-0.02em;
line-height: 40px;
} small, figcaption, cite, .wp-caption { font-size: 84% !important; }
b, strong { font-family: 'Antartida bold'; }
blockquote { font-size: 136%;
font-style: italic;
margin: 40px 0 40px 40px;
}
blockquote p {
margin-bottom: 0 !important;
}
cite { font-size: 60% !important; font-style: normal; padding-left: 10px; }
figcaption, .wp-caption { color: #747474; margin-top: 0 !important; font-style: italic; padding-top: 10px; }
.su-quote-style-default { line-height: 1.4; margin-bottom: 2em !important; padding: .5em 2.3em !important; }
.su-quote-style-default::after {
position: absolute;
display: block;
width: 0px;
height: 0px;
background-image: none !important;
content: '';
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button,
button, .button, a.wp-block-button__link {
background: #45674a !important;
border: none;
border-radius: 0 !important;
color:rgba(255,255,255,.8) !important;
cursor: pointer;
display: inline-block;
font-size: 75%;
letter-spacing: 0.06em;
padding: 22px 40px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
overflow-wrap: break-word;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
button:active, .button:active, a.wp-block-button__link:active,
button:focus, .button:focus, a.wp-block-button__link:focus,
button:hover, .button:hover, a.wp-block-button__link:hover {
background: #598560 !important;
border: none;
color: #fff !important;
text-decoration: none;
}
.iconbtn a.wp-block-button__link {
background: #45674a url(//www.eese.eco/wp-content/themes/EESE/images/EESE_signet.png) top 20px left 17px no-repeat !important;
background-size: 30px !important;
padding: 22px 34px 22px 54px;
}
.iconbtn a.wp-block-button__link:hover {
background: #598560 url(//www.eese.eco/wp-content/themes/EESE/images/EESE_signet.png) top 20px left 17px no-repeat!important;
background-size: 30px !important;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
background-color: #f8f8f8 !important;
padding: 12px 14px !important;
height: auto !important; 
}
textarea.wpforms-field-medium { min-height: 150px !important; }
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline { font-size: 90% !important; }
#wpforms-97-field_3-container { padding: 20px 0 40px !important; }
div.n2-ss-item-content::before {
position: absolute;
display: block;
width: 20px;
height: 20px;
background-image: url(//www.eese.eco/wp-content/themes/EESE/images/quote.png);
content: '';
}
.nobottommargin { margin-bottom: 0 !important; }
footer tr { margin-bottom: 30px; }
.footer-content {
color: #fff;
}
footer a { color:#808c87 !important; text-decoration:underline; }
footer a:hover, footer a:focus, footer a:active {
color: #fff !important;
}
#imprint, #privacy { color: #838883; font-size: 85%; }
#imprint table { font-size: 80%; }
#start-headline { text-align:center; color:#fff; margin:-100px 0 34px 0; }
#start-headline h1 { color:#fff; font-size:30pt; letter-spacing: -0.03em; margin-bottom:6px; line-height: 1.1; }
p.slideshow-subline { font-style:italic; letter-spacing: 0.05em; line-height:1; }
.subline-allcaps { font-size:70%; font-weight:bold; text-transform:uppercase; letter-spacing:0.2em; margin-top:10px; }
#kontaktzeile { font-size:11px; margin:-6px 0 0 0; color:#7e7c72;  }
.bullet-list-item * { line-height:1.2; }
::-webkit-input-placeholder { color:#67675f; font-style:italic; }
:-moz-placeholder { color:#67675f; font-style:italic; }
::-moz-placeholder { color:#67675f; font-style:italic; }
:-ms-input-placeholder { color:#67675f; font-style:italic; }
.qb-text strong { line-height: 1.1em; }
.four-o-four { font-size:280px; font-weight:bold; letter-spacing:-0.1em; margin-bottom:0; line-height: 0.9; }
.four-o-four-roofline {
color: #aeaaaa;
font-size: 8px;
letter-spacing: 0.8em;
text-transform: uppercase;
}
.caption { font-size:90%; color:rgba(74,74,74,1.00); }
.fa {
border-radius: 14px;
height: 28px;
text-align: center;
width: 28px;
}
.fa-phone { background: #c3950b; color: #e2c054; font-size: 22px !important; line-height:1.35 !important; }
.fa-bicycle { background: #c3950b; color: #e2c054; font-size: 18px !important; line-height:1.5 !important; }
.fa-globe { background: #e2c054; color:#c3950b; font-size: 31px !important; line-height:0.95 !important; }
.fa-websitesteps {
background: none !important;
color: #87857b;
font-size: 100px !important;
height: 100px;
margin: 0 0 8px 18px;
text-align: center;
} @media screen and (min-width: 1900px) {
body { font-size: 114%; }
} @media screen and (max-width: 860px) {
#slideshow-container h1 { font-size:24pt; }
#start-headline {
margin: -230px 0 34px;
} } @media screen and (max-width: 600px) {
#slideshow-container h1 { font-size:21pt; }
p.slideshow-subline {
font-size: 14px;
}
h2 { font-size:160%; }
.alignleft, .alignright { margin: 40px 0; width: 100%; }
.alignleft img, .alignright img { height: auto; width: 100%; }
} @media screen and (max-width: 480px) {
#imprint tr td:first-child {
color: #9fa49f;
font-weight: 400;
}
blockquote {
margin: 40px 0;
}
}
@font-face {
font-family: 'FontAwesome';
src: url(//www.eese.eco/wp-content/themes/EESE/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0);
src: url(//www.eese.eco/wp-content/themes/EESE/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//www.eese.eco/wp-content/themes/EESE/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//www.eese.eco/wp-content/themes/EESE/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//www.eese.eco/wp-content/themes/EESE/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//www.eese.eco/wp-content/themes/EESE/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}