.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}@font-face {
font-family: 'feather';
src: url(//www.toygrade.de/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.eot);
src: url(//www.toygrade.de/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.eot#iefix) format('embedded-opentype'),
url(//www.toygrade.de/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.ttf) format('truetype'),
url(//www.toygrade.de/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.woff) format('woff'),
url(//www.toygrade.de/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.svg#feather) format('svg');
font-weight: normal;
font-style: normal;
}@keyframes wpc-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes wpc-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes woosq-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes woosq-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.woosq-btn-has-icon {
display: inline-flex;
align-items: center;
}
.woosq-btn-has-icon .woosq-btn-icon {
margin: 0;
}
.woosq-btn-icon-text .woosq-btn-text {
margin-left: 5px;
}
.woosq-btn-text-icon .woosq-btn-text {
margin-right: 5px;
}
.woosq-popup {
position: relative;
width: 90%;
max-width: 920px;
margin: 0 auto;
padding: 0;
background-color: #fff;
max-height: 460px;
box-sizing: border-box;
overflow: hidden;
}
.woosq-popup *, .woosq-sidebar * {
box-sizing: border-box;
}
.woosq-open .select2-container {
z-index: 99999969;
}
.woosq-product {
position: relative;
overflow: hidden;
}
.woosq-product > .product {
display: flex !important;
float: none !important;
}
.woosq-product > .product > div {
width: 50% !important;
float: none !important;
margin: 0 !important;
height: 460px;
overflow: auto;
}
.woosq-product .thumbnails {
outline: none;
width: 460px;
max-height: 460px;
text-align: center;
position: relative;
background-color: #f9f9f9;
}
.woosq-product .thumbnails .images {
width: 100% !important;
height: 100% !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
}
.woosq-product .thumbnails .thumbnail {
display: flex;
height: 100%;
justify-content: center;
}
.woosq-product .thumbnails img {
display: block;
object-fit: contain;
object-position: center;
vertical-align: middle;
max-height: 460px;
max-width: 100%;
margin: auto;
border-radius: 0;
}
.woosq-product .thumbnails img[data-fancybox="gallery"] {
cursor: pointer;
}
.woosq-open .fancybox-container {
z-index: 99999970;
}
.woosq-product .thumbnails {
position: relative;
margin: 0 0 0 0;
}
.woosq-product .thumbnails .slick-slide {
outline: none;
max-height: 100%;
}
.woosq-product .thumbnails .slick-list {
display: flex;
width: 100%;
height: 100%;
max-height: 100%;
position: relative;
}
.woosq-product .thumbnails .slick-track {
display: flex;
align-items: center;
max-height: 460px;
}
.woosq-product .thumbnails .slick-dots {
margin: 0;
padding: 0;
display: block;
width: 100%;
text-align: center;
position: absolute;
left: 0;
bottom: 10px;
z-index: 8;
}
.woosq-product .thumbnails .slick-dots li {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
margin: 0;
padding: 0;
cursor: pointer;
}
.woosq-product .thumbnails .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 16px;
height: 16px;
padding: 5px;
margin: 0;
text-align: center;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
opacity: .5;
}
.woosq-product .thumbnails .slick-dots li.slick-active button {
opacity: 1;
}
.woosq-product .thumbnails .slick-dots li button:before {
content: '';
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #000000;
}
.woosq-product .thumbnails .slick-dots li button:focus {
outline: none;
}
.woosq-product .thumbnails .slick-arrow {
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
padding: 0 0 0 0;
margin: 0 0 0 0;
overflow: hidden;
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 0;
color: #222;
background-color: transparent;
border-radius: 0;
border: none !important;
z-index: 8;
}
.woosq-product .thumbnails .slick-arrow:hover {
color: #fff;
background-color: rgba(0, 0, 0, .5);
}
.woosq-product .thumbnails .slick-arrow:before {
font-family: "feather";
font-size: 24px;
line-height: 44px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woosq-product .thumbnails .slick-arrow:focus {
outline: none;
}
.woosq-product .thumbnails .slick-arrow.slick-prev {
left: 0;
}
.woosq-product .thumbnails .slick-arrow.slick-prev:before {
content: '\e929';
}
.woosq-product .thumbnails .slick-arrow.slick-next {
right: 0;
}
.woosq-product .thumbnails .slick-arrow.slick-next:before {
content: '\e92a';
}
.woosq-product > .product .summary {
margin: 0;
padding: 0;
background-color: #fff;
}
.woosq-related {
padding-top: 20px;
padding-bottom: 0;
margin-top: 10px;
margin-bottom: 0;
border-width: 1px 0 0 0;
border-style: dashed;
border-color: #dddddd;
}
.woosq-related .woosq-related-heading {
margin-bottom: 10px;
}
.woosq-related .woosq-related-product {
outline: none;
display: flex;
align-items: center;
}
.woosq-related .woosq-related-product .woosq-related-product-image {
width: 80px;
flex: 0 0 80px;
margin: 0;
}
.woosq-related .woosq-related-product .woosq-related-product-image img {
width: 100%;
height: auto;
}
.woosq-related .woosq-related-product .woosq-related-product-info {
flex-grow: 1;
padding: 0 10px;
text-align: start;
}
.woosq-related .woosq-related-product .woosq-related-product-name {
font-weight: 700;
}
.woosq-related .woosq-related-product .woosq-related-product-atc p, .woosq-related .woosq-related-product .woosq-related-product-atc .add_to_cart_inline {
margin: 0;
padding: 0;
border: none;
display: inline-block;
width: 100%;
}
.woosq-related .woosq-related-product .woosq-related-product-atc p .button {
display: block;
margin: 0;
outline: none;
}
.woosq-related .slick-dots {
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}
.woosq-related .slick-dots li {
display: inline-block;
margin: 0 5px;
font-size: 0;
}
.woosq-related .slick-dots li button {
width: 8px;
height: 8px;
border-radius: 50%;
padding: 0;
font-size: 0;
line-height: 0;
background-color: rgba(0, 0, 0, .2);
border: none;
outline: none;
overflow: hidden;
}
.woosq-related .slick-dots li.slick-active button {
background-color: rgba(0, 0, 0, .5);
}
.view-details-btn {
width: 50%;
height: 44px;
line-height: 44px;
overflow: hidden;
position: absolute;
left: auto;
right: 0;
bottom: 0;
background-color: #222;
box-shadow: 10px -20px 20px #fff;
color: #fff;
text-align: center;
outline: none;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.view-details-btn:after {
content: '\e90f';
font-family: "feather";
margin-left: 10px;
}
.view-details-btn:hover {
background-color: #5fbd74;
}
.woosq-product > .product .summary .summary-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
position: relative;
padding: 20px;
}
.woosq-popup.view-details .woosq-product > .product .summary .summary-content {
padding-bottom: 64px;
} body.rtl .mfp-woosq .mfp-close {
right: auto !important;
left: 0 !important;
} @media screen and (max-width: 1023px) {
.woosq-popup {
max-width: 460px;
max-height: 90vh;
overflow: hidden;
display: flex;
flex-direction: column;
}
.woosq-product {
height: 100%;
flex-grow: 1;
position: relative;
overflow-y: auto;
}
.woosq-product > .product {
display: flex;
flex-direction: column;
}
.woosq-product > .product > div {
width: 100% !important;
float: none !important;
margin: 0 !important;
height: auto;
}
.woosq-product > .product .thumbnails {
max-height: 338px;
}
.woosq-product .thumbnails img {
max-height: 338px;
margin: 0;
}
.woosq-product .thumbnails .slick-track {
max-height: 338px;
}
.view-details-btn {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.mfp-woosq .mfp-arrow {
display: none;
}
} .mfp-woosq {
z-index: 99999969;
overflow: auto;
}
.mfp-woosq .mfp-content {
text-align: -webkit-auto;
}
.mfp-woosq .mfp-container {
padding: 0;
}
.mfp-woosq .mfp-close {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 0;
}
.mfp-woosq .mfp-close:hover {
background-color: transparent;
}
.mfp-woosq .mfp-close:active {
top: 0;
}
.mfp-woosq .mfp-close:focus {
outline: none;
}
.mfp-woosq .mfp-close:before {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
content: '\e9ea';
font-family: "feather";
display: inline-block;
font-size: 24px;
color: #222;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mfp-woosq .mfp-preloader {
position: absolute;
top: 50%;
left: 50%;
width: 30px;
height: 30px;
font-size: 0;
margin: 0 auto;
margin-top: -15px;
margin-left: -15px;
right: auto;
bottom: auto;
}
.mfp-woosq .mfp-preloader:before {
content: '\e9a7';
font-family: "feather";
display: inline-block;
font-size: 24px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
-webkit-animation: woosq-spinner 1s linear infinite;
-moz-animation: woosq-spinner 1s linear infinite;
-ms-animation: woosq-spinner 1s linear infinite;
-o-animation: woosq-spinner 1s linear infinite;
animation: woosq-spinner 1s linear infinite;
}
.mfp-woosq .mfp-arrow {
width: 60px;
height: 60px;
line-height: 60px;
border: none;
padding: 0;
outline: none;
text-align: center;
margin-top: -30px;
border-radius: 0;
opacity: 1;
}
.mfp-woosq .mfp-arrow:active {
margin-top: -30px;
}
.mfp-woosq .mfp-arrow:hover {
background-color: rgba(0, 0, 0, .5);
}
.mfp-woosq .mfp-arrow:focus {
outline: none;
}
.mfp-woosq .mfp-arrow:before {
width: 60px;
height: 60px;
line-height: 60px;
padding: 0;
border-width: 0;
margin: 0;
display: inline-block;
font-family: "feather";
font-size: 24px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
}
.mfp-woosq .mfp-arrow:after {
display: none;
}
.mfp-woosq .mfp-arrow.mfp-arrow-left:before {
content: '\e90e';
}
.mfp-woosq .mfp-arrow.mfp-arrow-right:before {
content: '\e90f';
} .mfp-fade {   }
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .mfp-zoom-in {   }
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
transition: all 0.2s ease-in-out;
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-newspaper {   }
.mfp-newspaper .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.5s;
transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
opacity: 0;
transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
transform: scale(0) rotate(500deg);
opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-move-horizontal {   }
.mfp-move-horizontal .mfp-with-anim {
opacity: 0;
transition: all 0.3s;
transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
opacity: 0;
transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
opacity: 1;
transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
transform: translateX(50px);
opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-move-from-top {   }
.mfp-move-from-top .mfp-content {
}
.mfp-move-from-top .mfp-with-anim {
opacity: 0;
transition: all 0.2s;
transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
opacity: 0;
transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
opacity: 1;
transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
transform: translateY(-50px);
opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-3d-unfold {   }
.mfp-3d-unfold .mfp-content {
perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
opacity: 0;
transition: all 0.3s ease-in-out;
transform-style: preserve-3d;
transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
opacity: 0;
transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
opacity: 1;
transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
transform: rotateY(60deg);
opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-zoom-out {   }
.mfp-zoom-out .mfp-with-anim {
opacity: 0;
transition: all 0.3s ease-in-out;
transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
transform: scale(1.3);
opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-slide-bottom {   }
.mfp-slide-bottom .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
transform: translateY(-20px) perspective(600px) rotateX(10deg);
} .mfp-slide-bottom.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: translateY(0) perspective(600px) rotateX(0);
-moz-transform: translateY(0) perspective(600px) rotateX(0);
-ms-transform: translateY(0) perspective(600px) rotateX(0);
-o-transform: translateY(0) perspective(600px) rotateX(0);
transform: translateY(0) perspective(600px) rotateX(0);
} .mfp-slide-bottom.mfp-removing .mfp-with-anim {
opacity: 0;
-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
transform: translateY(-10px) perspective(600px) rotateX(10deg);
} .mfp-slide-bottom.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.8;
} .mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
} .woosq-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 99999968;
opacity: 0;
visibility: hidden;
}
.woosq-sidebar {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 14px;
padding: 0;
height: 100%;
max-height: 100%;
background-color: #ffffff;
z-index: 99999969;
position: fixed;
display: flex;
flex-direction: column;
opacity: 0;
visibility: hidden;
}
.woosq-sidebar .woosq-close {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 0;
background-image: url(//www.toygrade.de/wp-content/plugins/woo-smart-quick-view/assets/images/close.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 20px 20px;
text-align: center;
position: absolute;
top: 0;
left: -40px;
z-index: 9;
cursor: pointer;
}
body.woosq-open .woosq-overlay, body.woosq-open .woosq-sidebar {
opacity: 1;
visibility: visible;
}
.woosq-sidebar .woosq-product {
flex-grow: 1;
overflow-x: hidden;
overflow-y: auto;
}
.woosq-sidebar .woosq-product > .product {
display: flex;
flex-direction: column;
}
.woosq-sidebar .woosq-product > .product > div {
width: 100% !important;
float: none !important;
margin: 0 !important;
height: auto;
}
.woosq-sidebar .view-details-btn {
width: 100%;
position: relative;
box-shadow: none;
padding: 14px 20px;
line-height: 1;
height: auto;
}
.woosq-sidebar.woosq-loading:before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, .5);
position: absolute;
top: 0;
left: 0;
z-index: 8;
}
.woosq-sidebar.woosq-loading:after {
width: 32px;
height: 32px;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -16px;
margin-left: -16px;
content: '';
background-image: url(//www.toygrade.de/wp-content/plugins/woo-smart-quick-view/assets/images/curve.svg);
background-repeat: no-repeat;
background-position: center;
-webkit-animation: woosq-spinner 1s linear infinite;
-moz-animation: woosq-spinner 1s linear infinite;
-ms-animation: woosq-spinner 1s linear infinite;
-o-animation: woosq-spinner 1s linear infinite;
animation: woosq-spinner 1s linear infinite;
z-index: 9;
} .woosq-sidebar.woosq-position-01 {
position: fixed;
top: 0;
left: 100%;
width: 100%;
max-width: 460px;
box-sizing: border-box;
text-align: start;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosq-open .woosq-sidebar.woosq-position-01 {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
} .woosq-sidebar.woosq-position-02 {
position: fixed;
top: 0;
left: 0;
width: 100%;
max-width: 460px;
box-sizing: border-box;
text-align: start;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woosq-sidebar.woosq-position-02 .woosq-close {
left: unset;
right: -40px;
}
.woosq-open .woosq-sidebar.woosq-position-02 {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.woosq-sidebar.woosq-heading-yes {
display: flex;
flex-direction: column;
}
.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading {
flex: 0 0 auto;
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
margin: 0;
position: relative;
color: #222222;
font-weight: 700;
text-transform: uppercase;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
overflow: hidden;
background-color: rgba(0, 0, 0, .1);
}
.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading .woosq-close {
display: inline-block;
width: 48px;
height: 48px;
line-height: 48px;
position: absolute;
left: unset;
top: 0;
right: 0;
cursor: pointer;
font-size: 0;
background-image: url(//www.toygrade.de/wp-content/plugins/woo-smart-quick-view/assets/images/close-dark.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 14px;
}
.woosq-sidebar.woosq-heading-yes .woosq-product .thumbnails {
padding: 20px 20px 0 20px;
background-color: transparent;
}
@media screen and (max-width: 1023px) {
.woosq-sidebar .woosq-close {
left: unset !important;
right: 0 !important;
background-color: rgba(255, 255, 255, .5);
background-image: url(//www.toygrade.de/wp-content/plugins/woo-smart-quick-view/assets/images/close-dark.svg);
}
}.wooco-wrap {
display: inline-block;
width: 100%;
}
.wooco-wrap .wooco-text, .wooco-wrap .wooco_components {
margin: 0 0 15px 0;
}
.wooco-wrap .wooco-text {
white-space: pre-line;
}
.wooco_components .wooco_component {
padding: 10px 0;
border-bottom: 1px solid #ddd;
}
.wooco_components .wooco_component .wooco_component_name {
font-weight: 700;
}
.wooco_components .wooco_component_required .wooco_component_name:after {
content: ' *';
color: #ff0000;
}
.wooco_component_product {
display: flex;
align-items: center;
margin-top: 10px;
margin-left: -5px;
margin-right: -5px;
}
.wooco_component_product_info {
flex-grow: 1;
}
.wooco_component_product_description {
font-size: 14px;
}
.wooco_component_product_description > span {
display: inline-block;
margin-right: 10px;
}
.wooco_component_product_description .stock {
display: inline-block !important;
margin: 0 !important;
padding: 0 !important;
}
.wooco_component_product > div {
padding-right: 5px;
padding-left: 5px;
}
body.woocommerce-no-js .wooco-wrap + form.cart {
display: none;
}
.wooco-alert {
padding: 6px 10px 6px 14px;
border-left: 4px solid #222;
background-color: #eeeeee;
font-size: 14px;
}
.wooco-disabled {
opacity: .5 !important;
pointer-events: none !important;
cursor: not-allowed !important;
}
.wooco_component_product .wooco_component_product_qty {
padding-left: 10px;
}
.wooco_component_product .wooco_component_product_qty input {
width: 40px;
text-align: center;
margin: 0;
padding: 0 5px;
height: 40px;
line-height: 38px;
box-shadow: none;
border-width: 1px 0 1px 0;
border-style: solid;
border-color: #ddd;
background-color: #fff;
-moz-appearance: textfield;
}
.wooco_component_product .wooco_component_product_qty input::-webkit-outer-spin-button, .wooco_component_product .wooco_component_product_qty input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.wooco_component_product_selection {
display: flex;
align-items: center;
flex-grow: 1;
}
.wooco_component_product_selection > a {
margin-left: 10px;
margin-right: 10px;
}
.wooco_component_product_selection .dd-select {
background-color: #ffffff !important;
}
.wooco_component_product_selection .dd-options {
max-height: 360px;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.wooco_component_product_selection .dd-options li {
margin: 0 !important;
}
.wooco_component_product_selection .dd-option-image, .wooco_component_product_selection .dd-selected-image {
max-width: 42px;
border-radius: 3px;
}
.wooco_component_product_selection .dd-selected-text, .wooco_component_product_selection .dd-option-text {
font-size: 14px;
font-weight: 600;
line-height: inherit !important;
color: #6d6d6d;
}
.wooco_component_product_selection .dd-desc > span {
margin-right: 10px;
}
.wooco_component_product_selection .dd-desc .stock {
display: inline-block !important;
margin: 0 !important;
padding: 0 !important;
}
.wooco_component_product_selection .dd-option.dd-option-without-desc, .wooco_component_product_selection .dd-selected.dd-option-without-desc {
display: flex;
align-items: center;
}
.wooco_component_product_selection .dd-option.dd-option-without-desc label, .wooco_component_product_selection .dd-selected.dd-option-without-desc label {
flex-grow: 1;
}
.wooco_component_product_image {
width: 50px;
flex: 0 0 50px;
}
.wooco_component_product_image img {
width: 40px;
height: auto;
}
.wooco_component_product_name {
text-align: left;
flex-grow: 1;
}
.wooco_component_product_link {
width: 16px;
height: 16px;
display: inline-block;
background-image: url(//www.toygrade.de/wp-content/plugins/wpc-composite-products-premium/assets/images/open.svg);
background-repeat: no-repeat;
background-position: center;
}
.wooco_component_product_availability .stock {
margin: 0 !important;
padding: 0 !important;
}
.wooco-item-child .product-price .amount, .wooco-item-child .product-price .tax_label,
.wooco-item-child .product-subtotal .amount, .wooco-item-child .product-subtotal .tax_label,
.wooco-item-child .product-total .amount, .wooco-item-child .product-total .tax_label {
opacity: .3;
}
.wooco-qty, .wooco-qty-input {
display: flex;
align-items: center;
}
.wooco-minus, .wooco-plus {
display: inline-block;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
cursor: pointer;
background-color: #fefefe;
border: 1px solid #ddd;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.wooco-minus:hover, .wooco-plus:hover {
background-color: #f0f0f0;
} .select2-dropdown.wpc-select2-dropdown {
border: 1px solid #aaa;
border-radius: 4px;
}
.wpc-select2-dropdown ul li {
display: flex;
align-items: center;
padding: 5px 10px;
}
.wpc-select2-dropdown ul li .image {
width: 40px;
flex: 0 0 40px;
margin-right: 10px;
}
.wpc-select2-dropdown ul li .info {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.wpc-select2-dropdown ul li .info .desc {
font-size: 14px;
}
.wpc-select2-dropdown ul li .info .desc > span {
margin-right: 10px;
}
.wpc-select2-dropdown ul li .info .stock {
display: inline-block !important;
margin: 0 !important;
padding: 0 !important;
}
.select2-container--open .wpc-select2-dropdown.select2-dropdown--below {
border-top: 1px solid #aaa;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
} body.rtl .wooco_component_product_selection .dd-option-image, body.rtl .wooco_component_product_selection .dd-selected-image {
float: right;
margin-right: 0;
margin-left: 5px;
}
body.rtl .wooco_component_product_selection .dd-pointer {
right: auto;
left: 10px;
}
body.rtl .wpc-select2-dropdown ul li .image {
margin-right: 0;
margin-left: 10px;
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/lato-normal-latin-ext-100.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/lato-normal-latin-100.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/lato-normal-latin-ext-300.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/lato-normal-latin-300.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/lato-normal-latin-ext-400.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/lato-normal-latin-400.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/lato-normal-latin-ext-700.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/lato-normal-latin-700.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/open-sans-italic-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/open-sans-italic-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/open-sans-italic-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/open-sans-italic-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/open-sans-italic-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/open-sans-italic-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/open-sans-normal-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/open-sans-normal-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/open-sans-normal-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/open-sans-normal-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/open-sans-normal-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/open-sans-normal-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/roboto-italic-latin-ext-300.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/roboto-italic-latin-300.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/roboto-normal-latin-ext-300.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/roboto-normal-latin-300.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/roboto-normal-latin-ext-400.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/roboto-normal-latin-400.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/roboto-normal-latin-ext-700.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src:     url(//www.toygrade.de/wp-content/uploads/omgf/accesspresslite-google-fonts/roboto-normal-latin-700.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face{font-family:'FontAwesome';src:url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/fonts/fontawesome-webfont.svg?v=4.4.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:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-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"}.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.toygrade.de/wp-content/themes/accesspress-lite/css/images/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.1);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/images/prev.png); 
border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/images/next.png); 
border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/images/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 {
background: #fff;
padding:8px;
}
.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.toygrade.de/wp-content/themes/accesspress-lite/css/images/loading@2x.gif); 
background-size: 32px 32px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/images/prev@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/images/next@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close { 
background-image: url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/images/close@2x.png); 
background-size: 16px 16px;
}
}.bx-wrapper *{
direction: ltr;
}
.bx-wrapper {
position: relative;
margin: 0 auto;
padding: 0;
*zoom: 1;
}
.bx-wrapper img {
max-width: 100%;
display: block;
} .bx-wrapper .bx-viewport { -webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: 0;
width: 100%;
z-index: 999;
} .bx-wrapper .bx-loading {
min-height: 50px;
background: url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/images/bx_loader.gif) center center no-repeat;
height: 100%;
width: 100%;
position: absolute;
top: 0; 
left: 0;
z-index: 2000;
} .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
bottom: -45px;
}
.testimonial-slider-wrap .bx-wrapper .bx-pager{
width: auto;
right: -15px;
}
#slider-banner .bx-wrapper .bx-pager{
bottom: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
text-indent: -9999px;
display: block;
background: #07A2DD;
height: 10px; 
width: 10px;
margin: 0 5px;
outline: 0;
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.testimonial-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonial-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active{
background: #FFF;
}
#slider-banner .bx-wrapper .bx-pager.bx-default-pager a {
width: 18px;
height: 18px;
border-radius: 15px;
box-shadow:0 0 0 2px #07A2DD inset;
position:relative;
background: none;
overflow: hidden;
}
#slider-banner .bx-wrapper .bx-pager.bx-default-pager a:after {
background: #07A2DD;
bottom: 0;
content: "";
height: 0;
left: 0;
position: absolute;
transition: height 0.5s ease 0s;
width: 100%;
}
#slider-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
background: none;
}
#slider-banner .bx-wrapper .bx-pager.bx-default-pager a.active:after,
#slider-banner .bx-wrapper .bx-pager.bx-default-pager a:hover:after{ 
height: 100%;
} .bx-wrapper .bx-prev {
left: -100px;
background: url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/images/controls.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
right: -100px;
background: url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/images/controls.png) no-repeat right 0;
}
.bx-wrapper:hover  .bx-prev{
left: 10px;
}
.bx-wrapper:hover .bx-next {
right: 10px;
}
.bx-wrapper .bx-prev:hover {
background-position: -56px 0;
}
.bx-wrapper .bx-next:hover {
background-position: -155px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -28px;
outline: 0;
width: 56px;
height: 81px;
text-indent: -9999px;
z-index: 9999;
transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
} .slides img{ 
margin: 0 auto;
}
.slider-caption{ 
background: url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/images/caption-bg.png);
position: absolute; 
top:50%; 
left: 0; 
width: 100%; 
color:#FFF;
text-transform: uppercase;
padding: 40px 0;
text-align: center;
}
.slider-caption .caption-title{ 
font-size: 58px; 
line-height: 50px;
width: 80%;
font-weight: bold;
margin: 0 auto;
font-family: 'Lato', sans-serif;
font-weight: 700;
margin-bottom: 15px;
color: #FFF;
}
.slider-caption .caption-description{
font-size:32px;
line-height:38px; 
width: 80%;
margin: 0 auto;
font-family: 'Lato', sans-serif;
font-weight: 300;
color: #FFF;
}.woocommerce .woocommerce-message:before, 
.woocommerce .woocommerce-error:before, 
.woocommerce .woocommerce-info:before, 
.woocommerce-page .woocommerce-message:before, 
.woocommerce-page .woocommerce-error:before, 
.woocommerce-page .woocommerce-info:before
{
box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
}
table {
border-collapse: collapse !important;
}
.woocommerce .cart-collaterals .cart_totals table td, 
.woocommerce-page .cart-collaterals .cart_totals table td{
padding: 10px;
}
.woocommerce .cart-collaterals .cart_totals tr td, 
.woocommerce .cart-collaterals .cart_totals tr th, 
.woocommerce-page .cart-collaterals .cart_totals tr td, 
.woocommerce-page .cart-collaterals .cart_totals tr th{
border: 1px solid #ccc !important;
padding: 10px
}
.woocommerce #content div.product div.thumbnails a, 
.woocommerce div.product div.thumbnails a, 
.woocommerce-page #content div.product div.thumbnails a, 
.woocommerce-page div.product div.thumbnails a{
margin-bottom: 10px;
}@font-face {
font-family: 'Icons';
src:url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/fonts/Icons.eot);
src:url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/fonts/Icons.eot?#iefix) format('embedded-opentype'),
url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/fonts/Icons.woff) format('woff'),
url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/fonts/Icons.ttf) format('truetype'),
url(//www.toygrade.de/wp-content/themes/accesspress-lite/css/fonts/Icons.svg#Icons) format('svg');
font-weight: normal;
font-style: normal;
} [data-icon]:before {
font-family: 'Icons';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
[class^="font-"]:before, [class*=" font-"]:before {
font-family: 'Icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
}
[class^="font-"],
[class*=" font-"]{
display:inline-block;
line-height:1em;
}  .font-icon-zoom-out, .font-icon-zoom-in, .font-icon-wrench, .font-icon-waves, .font-icon-warning, .font-icon-volume-up, .font-icon-volume-off, .font-icon-volume-down, .font-icon-viewport, .font-icon-user, .font-icon-user-border, .font-icon-upload, .font-icon-upload-2, .font-icon-unlock, .font-icon-underline, .font-icon-tint, .font-icon-time, .font-icon-text, .font-icon-text-width, .font-icon-text-height, .font-icon-tags, .font-icon-tag, .font-icon-table, .font-icon-strikethrough, .font-icon-stop, .font-icon-step-forward, .font-icon-step-backward, .font-icon-stars, .font-icon-star, .font-icon-star-line, .font-icon-star-half, .font-icon-sort, .font-icon-sort-up, .font-icon-sort-down, .font-icon-social-zerply, .font-icon-social-youtube, .font-icon-social-yelp, .font-icon-social-yahoo, .font-icon-social-wordpress, .font-icon-social-virb, .font-icon-social-vimeo, .font-icon-social-viddler, .font-icon-social-twitter, .font-icon-social-tumblr, .font-icon-social-stumbleupon, .font-icon-social-soundcloud, .font-icon-social-skype, .font-icon-social-share-this, .font-icon-social-quora, .font-icon-social-pinterest, .font-icon-social-photobucket, .font-icon-social-paypal, .font-icon-social-myspace, .font-icon-social-linkedin, .font-icon-social-last-fm, .font-icon-social-grooveshark, .font-icon-social-google-plus, .font-icon-social-github, .font-icon-social-forrst, .font-icon-social-flickr, .font-icon-social-facebook, .font-icon-social-evernote, .font-icon-social-envato, .font-icon-social-email, .font-icon-social-dribbble, .font-icon-social-digg, .font-icon-social-deviant-art, .font-icon-social-blogger, .font-icon-social-behance, .font-icon-social-bebo, .font-icon-social-addthis, .font-icon-social-500px, .font-icon-sitemap, .font-icon-signout, .font-icon-signin, .font-icon-signal, .font-icon-shopping-cart, .font-icon-search, .font-icon-rss, .font-icon-road, .font-icon-retweet, .font-icon-resize-vertical, .font-icon-resize-vertical-2, .font-icon-resize-small, .font-icon-resize-horizontal, .font-icon-resize-horizontal-2, .font-icon-resize-fullscreen, .font-icon-resize-full, .font-icon-repeat, .font-icon-reorder, .font-icon-remove, .font-icon-remove-sign, .font-icon-remove-circle, .font-icon-read-more, .font-icon-random, .font-icon-question-sign, .font-icon-pushpin, .font-icon-pushpin-2, .font-icon-print, .font-icon-plus, .font-icon-plus-sign, .font-icon-play, .font-icon-picture, .font-icon-phone, .font-icon-phone-sign, .font-icon-phone-boxed, .font-icon-pause, .font-icon-paste, .font-icon-paper-clip, .font-icon-ok, .font-icon-ok-sign, .font-icon-ok-circle, .font-icon-music, .font-icon-move, .font-icon-money, .font-icon-minus, .font-icon-minus-sign, .font-icon-map, .font-icon-map-marker, .font-icon-map-marker-2, .font-icon-magnet, .font-icon-magic, .font-icon-lock, .font-icon-list, .font-icon-list-3, .font-icon-list-2, .font-icon-link, .font-icon-layer, .font-icon-key, .font-icon-italic, .font-icon-info, .font-icon-indent-right, .font-icon-indent-left, .font-icon-inbox, .font-icon-inbox-empty, .font-icon-home, .font-icon-heart, .font-icon-heart-line, .font-icon-headphones, .font-icon-headphones-line, .font-icon-headphones-line-2, .font-icon-headphones-2, .font-icon-hdd, .font-icon-group, .font-icon-grid, .font-icon-grid-large, .font-icon-globe_line, .font-icon-glass, .font-icon-glass_2, .font-icon-gift, .font-icon-forward, .font-icon-font, .font-icon-folder-open, .font-icon-folder-close, .font-icon-flag, .font-icon-fire, .font-icon-film, .font-icon-file, .font-icon-file-empty, .font-icon-fast-forward, .font-icon-fast-backward, .font-icon-facetime, .font-icon-eye, .font-icon-eye_disable, .font-icon-expand-view, .font-icon-expand-view-3, .font-icon-expand-view-2, .font-icon-expand-vertical, .font-icon-expand-horizontal, .font-icon-exclamation, .font-icon-email, .font-icon-email_2, .font-icon-eject, .font-icon-edit, .font-icon-edit-check, .font-icon-download, .font-icon-download_2, .font-icon-dashboard, .font-icon-credit-card, .font-icon-copy, .font-icon-comments, .font-icon-comments-line, .font-icon-comment, .font-icon-comment-line, .font-icon-columns, .font-icon-columns-2, .font-icon-cogs, .font-icon-cog, .font-icon-cloud, .font-icon-check, .font-icon-check-empty, .font-icon-certificate, .font-icon-camera, .font-icon-calendar, .font-icon-bullhorn, .font-icon-briefcase, .font-icon-bookmark, .font-icon-book, .font-icon-bolt, .font-icon-bold, .font-icon-blockquote, .font-icon-bell, .font-icon-beaker, .font-icon-barcode, .font-icon-ban-circle, .font-icon-ban-chart, .font-icon-ban-chart-2, .font-icon-backward, .font-icon-asterisk, .font-icon-arrow-simple-up, .font-icon-arrow-simple-up-circle, .font-icon-arrow-simple-right, .font-icon-arrow-simple-right-circle, .font-icon-arrow-simple-left, .font-icon-arrow-simple-left-circle, .font-icon-arrow-simple-down, .font-icon-arrow-simple-down-circle, .font-icon-arrow-round-up, .font-icon-arrow-round-up-circle, .font-icon-arrow-round-right, .font-icon-arrow-round-right-circle, .font-icon-arrow-round-left, .font-icon-arrow-round-left-circle, .font-icon-arrow-round-down, .font-icon-arrow-round-down-circle, .font-icon-arrow-light-up, .font-icon-arrow-light-round-up, .font-icon-arrow-light-round-up-circle, .font-icon-arrow-light-round-right, .font-icon-arrow-light-round-right-circle, .font-icon-arrow-light-round-left, .font-icon-arrow-light-round-left-circle, .font-icon-arrow-light-round-down, .font-icon-arrow-light-round-down-circle, .font-icon-arrow-light-right, .font-icon-arrow-light-left, .font-icon-arrow-light-down, .font-icon-align-right, .font-icon-align-left, .font-icon-align-justify, .font-icon-align-center, .font-icon-adjust {
font-family: 'Icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.font-icon-zoom-out:before {
content: "\e000";
}
.font-icon-zoom-in:before {
content: "\e001";
}
.font-icon-wrench:before {
content: "\e002";
}
.font-icon-waves:before {
content: "\e003";
}
.font-icon-warning:before {
content: "\e004";
}
.font-icon-volume-up:before {
content: "\e005";
}
.font-icon-volume-off:before {
content: "\e006";
}
.font-icon-volume-down:before {
content: "\e007";
}
.font-icon-viewport:before {
content: "\e008";
}
.font-icon-user:before {
content: "\e009";
}
.font-icon-user-border:before {
content: "\e00a";
}
.font-icon-upload:before {
content: "\e00b";
}
.font-icon-upload-2:before {
content: "\e00c";
}
.font-icon-unlock:before {
content: "\e00d";
}
.font-icon-underline:before {
content: "\e00e";
}
.font-icon-tint:before {
content: "\e00f";
}
.font-icon-time:before {
content: "\e010";
}
.font-icon-text:before {
content: "\e011";
}
.font-icon-text-width:before {
content: "\e012";
}
.font-icon-text-height:before {
content: "\e013";
}
.font-icon-tags:before {
content: "\e014";
}
.font-icon-tag:before {
content: "\e015";
}
.font-icon-table:before {
content: "\e016";
}
.font-icon-strikethrough:before {
content: "\e017";
}
.font-icon-stop:before {
content: "\e018";
}
.font-icon-step-forward:before {
content: "\e019";
}
.font-icon-step-backward:before {
content: "\e01a";
}
.font-icon-stars:before {
content: "\e01b";
}
.font-icon-star:before {
content: "\e01c";
}
.font-icon-star-line:before {
content: "\e01d";
}
.font-icon-star-half:before {
content: "\e01e";
}
.font-icon-sort:before {
content: "\e01f";
}
.font-icon-sort-up:before {
content: "\e020";
}
.font-icon-sort-down:before {
content: "\e021";
}
.font-icon-social-zerply:before {
content: "\e022";
}
.font-icon-social-youtube:before {
content: "\e023";
}
.font-icon-social-yelp:before {
content: "\e024";
}
.font-icon-social-yahoo:before {
content: "\e025";
}
.font-icon-social-wordpress:before {
content: "\e026";
}
.font-icon-social-virb:before {
content: "\e027";
}
.font-icon-social-vimeo:before {
content: "\e028";
}
.font-icon-social-viddler:before {
content: "\e029";
}
.font-icon-social-twitter:before {
content: "\e02a";
}
.font-icon-social-tumblr:before {
content: "\e02b";
}
.font-icon-social-stumbleupon:before {
content: "\e02c";
}
.font-icon-social-soundcloud:before {
content: "\e02d";
}
.font-icon-social-skype:before {
content: "\e02e";
}
.font-icon-social-share-this:before {
content: "\e02f";
}
.font-icon-social-quora:before {
content: "\e030";
}
.font-icon-social-pinterest:before {
content: "\e031";
}
.font-icon-social-photobucket:before {
content: "\e032";
}
.font-icon-social-paypal:before {
content: "\e033";
}
.font-icon-social-myspace:before {
content: "\e034";
}
.font-icon-social-linkedin:before {
content: "\e035";
}
.font-icon-social-last-fm:before {
content: "\e036";
}
.font-icon-social-grooveshark:before {
content: "\e037";
}
.font-icon-social-google-plus:before {
content: "\e038";
}
.font-icon-social-github:before {
content: "\e039";
}
.font-icon-social-forrst:before {
content: "\e03a";
}
.font-icon-social-flickr:before {
content: "\e03b";
}
.font-icon-social-facebook:before {
content: "\e03c";
}
.font-icon-social-evernote:before {
content: "\e03d";
}
.font-icon-social-envato:before {
content: "\e03e";
}
.font-icon-social-email:before {
content: "\e03f";
}
.font-icon-social-dribbble:before {
content: "\e040";
}
.font-icon-social-digg:before {
content: "\e041";
}
.font-icon-social-deviant-art:before {
content: "\e042";
}
.font-icon-social-blogger:before {
content: "\e043";
}
.font-icon-social-behance:before {
content: "\e044";
}
.font-icon-social-bebo:before {
content: "\e045";
}
.font-icon-social-addthis:before {
content: "\e046";
}
.font-icon-social-500px:before {
content: "\e047";
}
.font-icon-sitemap:before {
content: "\e048";
}
.font-icon-signout:before {
content: "\e049";
}
.font-icon-signin:before {
content: "\e04a";
}
.font-icon-signal:before {
content: "\e04b";
}
.font-icon-shopping-cart:before {
content: "\e04c";
}
.font-icon-search:before {
content: "\e04d";
}
.font-icon-rss:before {
content: "\e04e";
}
.font-icon-road:before {
content: "\e04f";
}
.font-icon-retweet:before {
content: "\e050";
}
.font-icon-resize-vertical:before {
content: "\e051";
}
.font-icon-resize-vertical-2:before {
content: "\e052";
}
.font-icon-resize-small:before {
content: "\e053";
}
.font-icon-resize-horizontal:before {
content: "\e054";
}
.font-icon-resize-horizontal-2:before {
content: "\e055";
}
.font-icon-resize-fullscreen:before {
content: "\e056";
}
.font-icon-resize-full:before {
content: "\e057";
}
.font-icon-repeat:before {
content: "\e058";
}
.font-icon-reorder:before {
content: "\e059";
}
.font-icon-remove:before {
content: "\e05a";
}
.font-icon-remove-sign:before {
content: "\e05b";
}
.font-icon-remove-circle:before {
content: "\e05c";
}
.font-icon-read-more:before {
content: "\e05d";
}
.font-icon-random:before {
content: "\e05e";
}
.font-icon-question-sign:before {
content: "\e05f";
}
.font-icon-pushpin:before {
content: "\e060";
}
.font-icon-pushpin-2:before {
content: "\e061";
}
.font-icon-print:before {
content: "\e062";
}
.font-icon-plus:before {
content: "\e063";
}
.font-icon-plus-sign:before {
content: "\e064";
}
.font-icon-play:before {
content: "\e065";
}
.font-icon-picture:before {
content: "\e066";
}
.font-icon-phone:before {
content: "\e067";
}
.font-icon-phone-sign:before {
content: "\e068";
}
.font-icon-phone-boxed:before {
content: "\e069";
}
.font-icon-pause:before {
content: "\e06a";
}
.font-icon-paste:before {
content: "\e06b";
}
.font-icon-paper-clip:before {
content: "\e06c";
}
.font-icon-ok:before {
content: "\e06d";
}
.font-icon-ok-sign:before {
content: "\e06e";
}
.font-icon-ok-circle:before {
content: "\e06f";
}
.font-icon-music:before {
content: "\e070";
}
.font-icon-move:before {
content: "\e071";
}
.font-icon-money:before {
content: "\e072";
}
.font-icon-minus:before {
content: "\e073";
}
.font-icon-minus-sign:before {
content: "\e074";
}
.font-icon-map:before {
content: "\e075";
}
.font-icon-map-marker:before {
content: "\e076";
}
.font-icon-map-marker-2:before {
content: "\e077";
}
.font-icon-magnet:before {
content: "\e078";
}
.font-icon-magic:before {
content: "\e079";
}
.font-icon-lock:before {
content: "\e07a";
}
.font-icon-list:before {
content: "\e07b";
}
.font-icon-list-3:before {
content: "\e07c";
}
.font-icon-list-2:before {
content: "\e07d";
}
.font-icon-link:before {
content: "\e07e";
}
.font-icon-layer:before {
content: "\e07f";
}
.font-icon-key:before {
content: "\e080";
}
.font-icon-italic:before {
content: "\e081";
}
.font-icon-info:before {
content: "\e082";
}
.font-icon-indent-right:before {
content: "\e083";
}
.font-icon-indent-left:before {
content: "\e084";
}
.font-icon-inbox:before {
content: "\e085";
}
.font-icon-inbox-empty:before {
content: "\e086";
}
.font-icon-home:before {
content: "\e087";
}
.font-icon-heart:before {
content: "\e088";
}
.font-icon-heart-line:before {
content: "\e089";
}
.font-icon-headphones:before {
content: "\e08a";
}
.font-icon-headphones-line:before {
content: "\e08b";
}
.font-icon-headphones-line-2:before {
content: "\e08c";
}
.font-icon-headphones-2:before {
content: "\e08d";
}
.font-icon-hdd:before {
content: "\e08e";
}
.font-icon-group:before {
content: "\e08f";
}
.font-icon-grid:before {
content: "\e090";
}
.font-icon-grid-large:before {
content: "\e091";
}
.font-icon-globe_line:before {
content: "\e092";
}
.font-icon-glass:before {
content: "\e093";
}
.font-icon-glass_2:before {
content: "\e094";
}
.font-icon-gift:before {
content: "\e095";
}
.font-icon-forward:before {
content: "\e096";
}
.font-icon-font:before {
content: "\e097";
}
.font-icon-folder-open:before {
content: "\e098";
}
.font-icon-folder-close:before {
content: "\e099";
}
.font-icon-flag:before {
content: "\e09a";
}
.font-icon-fire:before {
content: "\e09b";
}
.font-icon-film:before {
content: "\e09c";
}
.font-icon-file:before {
content: "\e09d";
}
.font-icon-file-empty:before {
content: "\e09e";
}
.font-icon-fast-forward:before {
content: "\e09f";
}
.font-icon-fast-backward:before {
content: "\e0a0";
}
.font-icon-facetime:before {
content: "\e0a1";
}
.font-icon-eye:before {
content: "\e0a2";
}
.font-icon-eye_disable:before {
content: "\e0a3";
}
.font-icon-expand-view:before {
content: "\e0a4";
}
.font-icon-expand-view-3:before {
content: "\e0a5";
}
.font-icon-expand-view-2:before {
content: "\e0a6";
}
.font-icon-expand-vertical:before {
content: "\e0a7";
}
.font-icon-expand-horizontal:before {
content: "\e0a8";
}
.font-icon-exclamation:before {
content: "\e0a9";
}
.font-icon-email:before {
content: "\e0aa";
}
.font-icon-email_2:before {
content: "\e0ab";
}
.font-icon-eject:before {
content: "\e0ac";
}
.font-icon-edit:before {
content: "\e0ad";
}
.font-icon-edit-check:before {
content: "\e0ae";
}
.font-icon-download:before {
content: "\e0af";
}
.font-icon-download_2:before {
content: "\e0b0";
}
.font-icon-dashboard:before {
content: "\e0b1";
}
.font-icon-credit-card:before {
content: "\e0b2";
}
.font-icon-copy:before {
content: "\e0b3";
}
.font-icon-comments:before {
content: "\e0b4";
}
.font-icon-comments-line:before {
content: "\e0b5";
}
.font-icon-comment:before {
content: "\e0b6";
}
.font-icon-comment-line:before {
content: "\e0b7";
}
.font-icon-columns:before {
content: "\e0b8";
}
.font-icon-columns-2:before {
content: "\e0b9";
}
.font-icon-cogs:before {
content: "\e0ba";
}
.font-icon-cog:before {
content: "\e0bb";
}
.font-icon-cloud:before {
content: "\e0bc";
}
.font-icon-check:before {
content: "\e0bd";
}
.font-icon-check-empty:before {
content: "\e0be";
}
.font-icon-certificate:before {
content: "\e0bf";
}
.font-icon-camera:before {
content: "\e0c0";
}
.font-icon-calendar:before {
content: "\e0c1";
}
.font-icon-bullhorn:before {
content: "\e0c2";
}
.font-icon-briefcase:before {
content: "\e0c3";
}
.font-icon-bookmark:before {
content: "\e0c4";
}
.font-icon-book:before {
content: "\e0c5";
}
.font-icon-bolt:before {
content: "\e0c6";
}
.font-icon-bold:before {
content: "\e0c7";
}
.font-icon-blockquote:before {
content: "\e0c8";
}
.font-icon-bell:before {
content: "\e0c9";
}
.font-icon-beaker:before {
content: "\e0ca";
}
.font-icon-barcode:before {
content: "\e0cb";
}
.font-icon-ban-circle:before {
content: "\e0cc";
}
.font-icon-ban-chart:before {
content: "\e0cd";
}
.font-icon-ban-chart-2:before {
content: "\e0ce";
}
.font-icon-backward:before {
content: "\e0cf";
}
.font-icon-asterisk:before {
content: "\e0d0";
}
.font-icon-arrow-simple-up:before {
content: "\e0d1";
}
.font-icon-arrow-simple-up-circle:before {
content: "\e0d2";
}
.font-icon-arrow-simple-right:before {
content: "\e0d3";
}
.font-icon-arrow-simple-right-circle:before {
content: "\e0d4";
}
.font-icon-arrow-simple-left:before {
content: "\e0d5";
}
.font-icon-arrow-simple-left-circle:before {
content: "\e0d6";
}
.font-icon-arrow-simple-down:before {
content: "\e0d7";
}
.font-icon-arrow-simple-down-circle:before {
content: "\e0d8";
}
.font-icon-arrow-round-up:before {
content: "\e0d9";
}
.font-icon-arrow-round-up-circle:before {
content: "\e0da";
}
.font-icon-arrow-round-right:before {
content: "\e0db";
}
.font-icon-arrow-round-right-circle:before {
content: "\e0dc";
}
.font-icon-arrow-round-left:before {
content: "\e0dd";
}
.font-icon-arrow-round-left-circle:before {
content: "\e0de";
}
.font-icon-arrow-round-down:before {
content: "\e0df";
}
.font-icon-arrow-round-down-circle:before {
content: "\e0e0";
}
.font-icon-arrow-light-up:before {
content: "\e0e1";
}
.font-icon-arrow-light-round-up:before {
content: "\e0e2";
}
.font-icon-arrow-light-round-up-circle:before {
content: "\e0e3";
}
.font-icon-arrow-light-round-right:before {
content: "\e0e4";
}
.font-icon-arrow-light-round-right-circle:before {
content: "\e0e5";
}
.font-icon-arrow-light-round-left:before {
content: "\e0e6";
}
.font-icon-arrow-light-round-left-circle:before {
content: "\e0e7";
}
.font-icon-arrow-light-round-down:before {
content: "\e0e8";
}
.font-icon-arrow-light-round-down-circle:before {
content: "\e0e9";
}
.font-icon-arrow-light-right:before {
content: "\e0ea";
}
.font-icon-arrow-light-left:before {
content: "\e0eb";
}
.font-icon-arrow-light-down:before {
content: "\e0ec";
}
.font-icon-align-right:before {
content: "\e0ed";
}
.font-icon-align-left:before {
content: "\e0ee";
}
.font-icon-align-justify:before {
content: "\e0ef";
}
.font-icon-align-center:before {
content: "\e0f0";
}
.font-icon-adjust:before {
content: "\e0f1";
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust:     100%; overflow-x: hidden;
}
*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing:    border-box; box-sizing:         border-box;
}
body {
background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
} body,
button,
input,
select,
textarea {
color: #444;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 1.8;
font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: normal;
font-family: 'Lato', sans-serif;
line-height: 1.3;
margin-bottom: 15px;
color: #555;
font-weight: 400;
}
p {
margin-bottom:20px;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 15px;
font-size: 20px;
font-style: italic;
font-family: 'Lato', sans-serif;
font-weight: 300;
}
address {
margin: 0 0 15px;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
h1{ font-size:30px;}
h2{ font-size:26px;}
h3{ font-size:22px;}
h4{ font-size:20px;}
h5{ font-size:18px;}
h6{ font-size:16px;} hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 15px;
}
ul, ol {
margin: 0 0 15px 20px;
}
ul {
list-style: circle;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 15px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 15px 15px;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 0;
}
table {
margin: 0 0 15px;
width: 100%;
border-collapse: collapse;
}
th {
font-weight: bold;
border: 1px solid #CCC;
padding:5px 10px;
}
td{
border: 1px solid #CCC;
padding: 5px 10px;
} button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: middle;
}
.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #353f47;
color: #FFF;
cursor: pointer; font-size: 14px;
line-height: 1;
text-transform: uppercase;
border: none;
padding: 10px 20px;
font-weight: normal;
border-bottom: 3px solid #111;
display: inline-block;
position:relative;
}
.bttn:after{
content: "";
background: #00ABFF;
height: 3px;
width: 0%;
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
position: absolute;
left:0;
bottom:-3px;
}
.bttn:hover:after{
width:100%;
}
.bttn:hover{
color:#FFF;
}
.navigation .nav-links a:hover,
.bttn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
color:#FFF;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing:    content-box;
box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select
{
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
height: 36px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
border: 1px solid #AAA;
}
.searchform input[type="text"]:focus{
border:none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select {
padding: 3px 6px;
}
textarea {
overflow: auto; padding-left: 3px;
vertical-align: top; color: #666;
border: 1px solid #ccc;
border-radius: 3px;
height: 160px;
max-width: 100%;
} a {
color: #01aefd;
text-decoration: none;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
}
a:visited {
}
a:hover,
a:focus,
a:active {
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 15px;
}
.alignright {
display: inline;
float: right;
margin-left: 15px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.ak-container:after,
.ak-container:before {
content: '';
display: table;
}
.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.ak-container:after {
clear: both;
}
.clear{
clear:both;
} .widget {
margin: 0 0 25px;
} .widget select {
max-width: 100%;
} .widget_search .search-submit {
display: none;
} h1.entry-title{ 
color: #666;
}
h1.entry-title a{
color:#666;
}
.sticky {
}
.hentry {
margin: 0 0 15px;
}
.byline,
.updated {
display: none;
}
.single .byline,
.group-blog .byline,
.posted-on {
display: inline;
font-family: 'Lato', sans-serif;
font-size: 14px;
font-style: italic;
font-weight: 300;
}
.page-content,
.entry-content,
.entry-summary {
margin: 15px 0 0;
}
.page-links {
clear: both;
margin: 0 0 15px;
}
.edit-link .post-edit-link{
background: #293037;
padding:4px 10px;
color: #FFF !important;
line-height: 1;
border-radius: 3px;
font-size: 13px;
}
.edit-link .post-edit-link:before{
content: "\f044";
font-family:FontAwesome;
margin-right: 5px;
}
#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
#ak-blog-post article.hentry{
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 3px solid #F1F2F3;
}
article.hentry .edit-link{
display: block;
margin-top: 20px;
}
article.hentry h1.entry-title{
margin-bottom: 5px;
line-height: 1.2;
}
article.hentry .entry-footer > span{
margin-right: 15px;
font-size: 13px;
}
.page-header{
border-left: 5px solid #666;
padding-left: 15px;
margin-bottom: 25px;
}
.posted-on:before{
content: "\f073";
font-family: FontAwesome;
font-style: normal;
margin-right: 5px;
}
.cat-links:before{
content: "\f07c";
font-family: FontAwesome;
font-style: normal;
margin-right: 5px;
}
.comments-link:before{
content: "\f075";
font-family: FontAwesome;
font-style: normal;
margin-right: 5px;
}
.tags-links:before{
content: "\f02c";
font-family: FontAwesome;
font-style: normal;
margin-right: 5px;
}
.entry-footer a{
color: #999;
}
.entry-footer a:hover{
color:#01AEFD;
}
.nav-links .meta-nav{
display: none;
}
.nav-links .nav-previous a:before{
content: "\f0d9";
font-family: FontAwesome;
font-style: normal;
margin-right: 5px;
}
.nav-links .nav-next a:after{
content: "\f0da";
font-family: FontAwesome;
font-style: normal;
margin-left: 5px;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
}
#comments h2.comments-title{
font-family: 'Lato', sans-serif;
font-style: italic;
margin: 15px 0;
font-weight: 300;
}
#comments h3{
margin:0 0 10px;
line-height: 1;
}
#commentform label{
width: 120px;
display: inline-block;
}
textarea#comment{ 
width: 60%;
height: 150px;
} .comments-area ol{
margin: 0;
padding: 0;
list-style: none;
}
.comments-area .comment-list{
background: #F2F3F4;
padding: 20px;
}
.comments-area ol.children{
margin: 15px 0 0 15px;
padding-top: 15px;
border-top: 2px solid #FFF;
}
.comment-list li{
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 6px solid #FFF;
}
.comment-list li:last-child{
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.comment-author img{
vertical-align: text-top;
margin-right: 15px;
}
.comment-author{
float: left;
}
.comment-author .fn{
font-style: normal;
font-size: 16px;
text-transform: capitalize;
font-weight: bold;
}
.comment-author .fn .url{
color: #333;
}
.comment-author .fn .url:hover{
border-bottom: 1px dotted #333;
}
.comment-author .says{
display: none;
}
.commentmetadata{ 
float: right;
font-family: 'Lato', sans-serif;
font-weight: normal;
font-size: 12px;
font-style: italic;
font-weight: 300;
}
.commentmetadata a{
color: #666;
}
.commentmetadata .comment-edit-link{
color:#01AEFD;
}
.commentmetadata + .clear{
margin-bottom: 20px;
}
.reply .comment-reply-link{
background: none repeat scroll 0 0 #293037;
border-radius: 3px;
color: #FFFFFF;
font-size: 13px;
line-height: 1;
padding: 2px 10px;
}
#respond{
background: #f1f2f3;
padding: 20px;
margin-top: 10px;
}
#commentform .form-submit{
margin-bottom: 0;
}
.comment-awaiting-moderation{
background: #111;
position: absolute;
left: 50%;
top: -20px;
color:#FFF;
font-size: 13px;
width: 250px;
margin-left: -125px;
}
.comment-awaiting-moderation + br{
display: none;
}
#cancel-comment-reply-link{
font-style: italic;
color: #333;
}
#cancel-comment-reply-link:before{
font-family: FontAwesome;
content: "\f057";
margin:0 5px 0 20px;
font-style: normal;
color: #333;
}
.logged-in-as a{
color: #333;
}  .infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 15px;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 10px 0;
}
.site-main .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
} embed,
iframe,
object {
max-width: 100%;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} #masthead #top-header{
padding: 0 0 20px 0;
background: url(//www.toygrade.de/wp-content/themes/accesspress-lite/images/bgheader.jpg) repeat-x scroll left bottom #FFF;
}
body.boxed-layout{
background: #F2F3F4;    
}
.boxed-layout #page{ 
margin: 0 auto; 
background: #FFF;
width:1200px;
box-shadow: 0 0 12px #999;
}
.boxed-layout .ak-container{
width:1200px;
padding-left: 40px; 
padding-right: 40px; 
}
.ak-container{ 
width:1170px; 
margin: 0 auto;
}
#top-header .ak-container {
padding:0;
}
#masthead .site-branding{ 
float: left; 
padding: 15px 0;
}
#masthead .site-branding h1{
text-transform: uppercase;
color: #00ABFF;
margin: 0;
font-weight: 500;
}
#masthead .site-branding .tagline{
color: #999;
line-height: 1.2;
}
#masthead .site-branding img{
height: auto !important;
display: block;
width:100%;
}
#masthead .right-header{
float: right;
padding: 10px 0;
}
#masthead .right-header .clear:first-child{
margin-top: 25px;
}
.header-text{
font-family: 'Lato', sans-serif;
color: #01AEFD;
font-size: 14px;
text-align: right;
margin-bottom: 10px;
}
.header-text p{
margin-bottom: 0;
} .socials{
float: left;
margin-left: 20px;
}
.socials a{
height:36px;
width: 36px;
margin-left: 1px;
color: #01aefd;
border: 1px solid #01aefd;
text-align: center;
line-height: 38px;
display: inline-block;
font-size: 18px;
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.socials a:hover{
color: #FFF;
background: #01aefd;
} .ak-search{
float: right;
}
.searchform{
height: 36px;
width: 200px; 
border: 1px solid #01aefd;
margin-left: 20px;
}
.searchform .s{ 
border: none;
background: none;
height: 34px;
float: left;
padding: 5px 10px;
width: 160px;
vertical-align: middle;
font-size: 14px;
}
.searchform .searchsubmit{
border: none;
height: 34px;
width: 34px;
padding: 0;
box-shadow: none;
float: right;
background: none;
color: #01AEFD;
font-size: 14px;
} .main-navigation {
clear: both;
display: flex!important;
width:100%;
font-weight: 600;
font-family: 'Lato', sans-serif;
position: relative;
border-bottom: 3px solid #04A3ED;
background: #00ABFF;
height:100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding: 0;
list-style: none;
margin: 0;
padding: 5px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.main-navigation li {
display: inline-block;
position: relative;
line-height:48px;
font-size:18px;
color:#ababab;
height: 100%:
white-space: nowrap;
}
.main-navigation.menu-right{
text-align: right;
}
.main-navigation.menu-center{
text-align: center;
}
.main-navigation.menu-right li{
margin-right:0;
}
.main-navigation a {
display: block;
text-decoration: none;
color: #FFF;
padding: 0 18px;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
display: none;
left: 0;
position: absolute;
z-index: 99999;
background: #FFF;
top: 100%;
border-bottom: 3px solid #04A3ED;
border-top: 3px solid #04A3ED;
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.main-navigation ul li.more-menu-item > ul{
right:0;
left:auto;
}
.main-navigation ul ul ul {
left: 100%;
top: 0;
border-top:none;
font-family: arial black
}
.main-navigation ul ul a {
padding: 0;
}
.main-navigation ul ul li {
font-size: 16px;
line-height: 18px;
border-bottom: 1px solid #DDD;
margin: 0 !important;
padding:10px 15px;
display: block;
text-align: left;
text-transform: none;
}
.main-navigation ul ul li:last-child{
border-bottom: none;
}
.main-navigation li:hover > a {
background: #04A3ED;
}
.main-navigation ul ul li:hover > a ,
.main-navigation ul ul li.current-menu-item > a {
color:#01AEFD;
}
.main-navigation ul ul a{
color: #666;
background: none !important;
}
.main-navigation ul ul a:hover {
}
@media screen and (max-width: 740px) {
.main-navigation ul li:hover > ul {
display: flex;
flex-direction: column;
height: 100%;
text-align: center;
justify-content: center;
align-items: center;
}
.main-navigation ul ul a {
color: #fff;
background: none !important;
text-align: center;
}
.main-navigation .menu ul li:hover {
color: #000;
background: #fff;
}
}
.main-navigation .current-menu-parent > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_parent > a {
background: #04A3ED;
color:#fff;
} .menu-toggle {
cursor: pointer;
display: none;
}
.hide{
display: none;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
margin: 0 0 15px;
overflow: hidden;
}
.site-main .post-navigation{
margin-top: 40px;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
} #slider-banner{ 
overflow: hidden;
background: #111;
}  #top-section{ 
margin-top: 30px; 
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom:1px solid #f2f2f2;
}
#top-section h2{ 
text-transform: uppercase;
margin-bottom: 25px;
font-size: 30px;
}
#top-section h2 a{
color:#666;
}
#top-section .welcome-text-image{
float: left;
max-width: 222px;
}
#top-section #welcome-text.full-width .welcome-text-image{
width: 24%;
max-width:none;
}
#top-section .welcome-text-image img{
width: 100%;
}
#top-section .welcome-detail{
float: right;
width: 375px;
text-align: justify;
}
#top-section #welcome-text.full-width .welcome-detail{
width: 74%;
}
#top-section .welcome-detail.welcome-detail-full-width{
width: 100% !important;
float:none;
}
#welcome-text{ 
width: 625px; 
float: left;
}
#welcome-text.full-width{
width: 100%;
float: none;
}
#latest-events{
width: 495px;
float: right;
}
.event-list{
border-bottom: 1px solid #f2f2f2;
padding-bottom: 15px;
margin-bottom:15px;
}
.event-list:last-child{
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
.event-list .event-thumbnail{
float: left;
width: 136px;
position: relative;
}
.event-list .event-thumbnail img{
display: block;
}
.event-thumbnail .event-date{
position: absolute;
left: 0;
top: 0;
background:#07A2DD;
color:#FFF;
width: 60px;
text-align: center;
padding: 10px 0;
line-height: 1;
font-weight: 600;
}
.event-date .event-date-day{
display: block;
margin-bottom: 3px;
font-weight: 400;
font-size: 13px;
}
.event-date .event-date-month{
display: block;
font-weight: 400;
font-size: 13px;
}
.sidebar .event-date .event-date-day,
.sidebar .event-date .event-date-month{
display: inline;
}
.event-list .event-detail{
float: right;
width: 340px;
}
.event-detail h4{
line-height: 1.2;
font-family: 'Open Sans', sans-serif; 
margin-bottom: 5px;
}
.event-detail h4 a{
color: #666;
}
.event-detail h4 a:hover{
color: #01aefd
}
.sidebar #latest-events{
width: auto;
float: none;
margin-bottom: 25px;
}
.sidebar .event-list .event-thumbnail{
width: 30%
}
.sidebar .event-list .event-detail{
width: 65%;
}
.sidebar .event-detail h4{
font-size: 18px;
margin-bottom: 5px;
}
.sidebar .event-list .event-detail{
font-size: 14px;
line-height: 1.5;
}
.sidebar .event-thumbnail .event-date{
width: 100%;
font-size: 13px;
padding: 5px 0;
top: auto;
bottom: 0;
}
.sidebar .all-events{
float: right;
margin-top: -10px;
} #mid-section{
margin-bottom:50px;
}
.featured-post{ 
float: left;
width: 350px;
margin-right: 60px
}
.featured-post:last-child{
margin-right: 0
}
.featured-post .featured-image{ 
overflow: hidden;
position: relative;
margin-bottom: 20px;
text-align: center;
}
.featured-post .featured-image img{ 
display: block;
margin: 0 auto;
}
.featured-post h4{
text-transform: uppercase;
line-height: 1.2;
margin-bottom: 10px;
}
.featured-post h4.has-icon .fa{
font-size: 32px;
margin-right:8px;
float:left;
}
.featured-post h4 a{
color:#666;
}
.featured-post p{ 
margin-bottom: 15px
}
.featured-post.big-icon{ 
text-align: center;
}
.featured-post.big-icon h4.has-icon .fa{
float:none;
margin: 0 auto 20px;
font-size:80px;
color:#0097D6;
border:4px solid #0097D6;
border-radius:100%;
text-align: center;
line-height: 160px;
display: inline-block;
height: 160px;
width:160px;
transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
transform:rotateY(0deg);
-ms-transform:rotateY(0deg); -webkit-transform:rotateY(0deg); }
.featured-post.big-icon h4.has-icon:hover .fa{
transform:rotateY(180deg);
-ms-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); }
.featured-post.big-icon h4.has-icon span{
display: block;
}
.featured-post .featured-overlay{
background:#0097d6;
height: 100%;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
width: 100%;
transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
transform:rotateY(0deg) scale(0.3);
-ms-transform:rotateY(0deg) scale(0.3); -webkit-transform:rotateY(0deg) scale(0.3); }
.featured-post .overlay-plus{
color: #FFFFFF;
font-size: 40px;
left: 50%;
line-height: 40px;
margin: -20px 0 0 -20px;
opacity: 1;
position: absolute;
top: 50%;
}
.featured-image:hover .featured-overlay{
opacity: 0.8;
filter: alpha(opacity=80);
transform:rotateY(180deg) scale(1);
-ms-transform:rotateY(180deg) scale(1); -webkit-transform:rotateY(180deg) scale(1); } #bottom-section{ 
background:#0097d6;
color: #FFF;
padding: 40px 0;
}
#bottom-section a{
color:#FFF;
}
#bottom-section h3,
#bottom-section h3.widget-title{ 
text-transform: uppercase; 
line-height: 1; 
margin-bottom: 25px;
color:#FFF;
font-size: 26px;
}
#bottom-section .testimonial-slider-wrap,
#bottom-section .thumbnail-gallery,
#bottom-section .text-box{
width: 360px;
margin-right: 45px;
float:left;
}
#bottom-section .testimonial-slider-wrap{
margin-right: 0;
}
#bottom-section .thumbnail-gallery #gallery-1 .gallery-item{
display: inline-block;
margin:0 2% 2% 0;
padding: 4px;
background: rgba(0,0,0,0.1);
width: 31%;
float:none;
}
#bottom-section .thumbnail-gallery .gallery-item a{
display: block;
overflow: hidden;
}
#bottom-section .thumbnail-gallery .gallery-item:hover{
background: rgba(0,0,0,0.2);
}
#bottom-section .thumbnail-gallery .gallery-item img{
display: block;
transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
border:none;
margin:0 auto;
}
#bottom-section .thumbnail-gallery .gallery-item:hover img{
transform:scale(1.1);
-ms-transform:scale(1.1); -webkit-transform:scale(1.1); }
#bottom-section .thumbnail-gallery br{
display: none;
}
#bottom-section .text-box ul{
list-style: none;
margin: 0;
}
#bottom-section .text-box ul li{
padding-left:25px;
position: relative;
margin-bottom: 5px;
line-height: 1.4;
}
#bottom-section .text-box ul li:before{
content: "\f00c"; 
font-family: FontAwesome;
margin-right: 10px; 
position: absolute;
left: 0;
top:2px;
} #bottom-section .testimonial-slider-wrap{
overflow: hidden;
}
.testimonial-wrap{ 
background: #00b4ff;
padding: 10px;
position: relative;
}
.testimonial-wrap:after{
content: "";
border-width:10px;
border-style: solid;
border-color: #00b4ff transparent transparent;
position: absolute;
left: 50px;
bottom: -20px; 
}
.testimonial-thumbnail{
width: 100px;
float: left;
}
.testimonial-excerpt{
width: 225px; 
float: right;
line-height: 20px;
font-size: 14px;
}
.testimoinal-client-name{ 
position: absolute;
top: 100%;
left: 10px;
font-weight: 600;
margin-top: 20px;
max-width: 200px;
line-height: 1.2;
}
.testimonial-wrap .bx-viewport{
overflow: visible !important;
}
.testimonial-slider-wrap .all-testimonial{
float: right;
margin-top: 60px;
font-family: 'Lato', sans-serif;
font-weight: normal;
color: #FFF;
font-weight: 700;
}
.testimonial-sidebar .testimonial-wrap{
background: none;
padding: 0;
}
.testimonial-sidebar .testimonial-wrap:after{
display: none;
}
.testimonial-sidebar .testimonial-list{
position: relative;
margin-bottom: 50px;
background: #F2F3F4;
padding: 10px;
border-radius:3px;
}
.testimonial-sidebar .testimonial-list:after{
border-color: #F1F2F3 transparent transparent;
border-style: solid;
border-width: 10px;
bottom: -20px;
content: "";
right: 50px;
position: absolute;
}
.testimonial-sidebar .testimoinal-client-name{
right: 50px;
left: auto;
top: 100%;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-style: italic;
font-weight: 300;
margin-top: 10px;
line-height: 1.2;
}
.testimonial-sidebar .testimonial-thumbnail{
width: 30%;
}
.testimonial-sidebar .testimonial-thumbnail img{
}
.testimonial-sidebar .testimonial-excerpt{
width: 65%;
}
.testimonial-sidebar .all-testimonial{
float: right;
} #colophon{ 
background: #353f47;
}
.site-footer a{
color: #CCC;
}
.site-footer a:hover{
color:#F9F9F9;
}
#top-footer{ 
font-size: 14px;
background:#353f47; 
padding: 40px 0; 
color: #CCC;
}
#top-footer ul{
margin: 0;
padding: 0;
list-style: none;
}
#top-footer ul li{
border-bottom: 1px solid #454d54;
padding: 10px 0;
line-height: 1.3;
}
#top-footer ul li:last-child{
border-bottom: none;
}
#top-footer .sub-menu{ 
display: none;
}
#top-footer .footer{ 
width: 25%; 
float: left;
}
#top-footer h3.widget-title{
font-size: 24px;
color: #F2F3F4;
text-transform: uppercase;
margin-bottom: 20px;
line-height: 28px;
}
#top-footer .footer .widget{
padding-right: 45px;
margin: 0 0 10px;
}
#top-footer .footer.footer4 .widget{
padding-right: 0;
}
#top-footer .ak-google-map{
margin:30px 0 10px;
}
#top-footer .ak-google-map iframe{
width: 100% !important;
height: 160px !important;
}
#top-footer .ak-contact-address{
font-weight: normal;
line-height: 1.3;
margin-bottom: 20px;
}
#top-footer .footer .socials{
margin: 0;
float: none;
text-align: center;
}
#top-footer .footer .socials a{
border:1px solid #CCC;
}
#top-footer .footer .socials a:hover{
border:1px solid #01AEFD;
}
#bottom-footer{ 
background: #293037;
padding: 15px 0;
font-family: 'Lato', sans-serif;
color: #CCC;
font-weight: 300;
}
#bottom-footer .site-info{
float: right;
font-size: 14px;
margin: 0 ;
color: #CCC;
line-height: 1.8;
}
#bottom-footer .copyright{
float: left;
} .widget_recent_entries .post-date{
font-style: italic;
color: #adadad;
display: block;
font-size: 13px;
line-height: 1;
margin-top: 5px;
}
.widget_recent_comments .url{
color: #adadad;
}
.sidebar .widget_recent_comments .url{
color: #333;
}
.sidebar .widget_recent_comments .url:hover{
color: #01AEFD;
}
.widget_calendar caption{
text-align: center;
margin-bottom: 10px
}
#wp-calendar th,
#wp-calendar td{
text-align: center;
border: none;
}
#wp-calendar tfoot td#prev{
text-align: left;
}
#wp-calendar tfoot td#next{
text-align: right;
}
#wp-calendar tbody td a{
color: #adadad;
} #content{
padding: 40px 0;
}
#primary{
width: 68%;
float: left;
}
#primary-wrap{
float: left;
width: 78%
}
.no-sidebar #primary{
width: 100%;
float: none;
}
.both-sidebar #primary{
width: 72%;
float: right;
}
.left-sidebar #primary{
float: right;
}
.both-sidebar .sidebar{
width: 20%;
}
.both-sidebar #primary-wrap .sidebar{
width: 25.5%;
}
.sidebar{
width: 29%;
}
.sidebar.right-sidebar{
float: right;
}
.sidebar.left-sidebar{
float: left;
}
#ak-blog-post{
padding-top: 30px;
padding-bottom:30px;
} .sidebar ul{
list-style: none;
margin: 0;
padding: 0;
}
.sidebar ul li{
border-bottom: 1px solid #F2F2F2;
padding: 5px 0;
line-height: 20px
}
.sidebar ul li:last-child{
border-bottom: none;
}
.sidebar ul li a{
color: #666;
}
.sidebar ul li a:hover{
color:#01AEFD;
}
.sidebar h3.widget-title{
background:#F1F2F3;
border-left: 5px solid #01AEFD;
font-size: 22px;
text-transform: uppercase;
padding: 10px 15px;
line-height: 24px;
}
.sidebar .searchform{
width: 100%;
margin: 0;
}
.sidebar .searchform .s{
width: calc(100% - 38px);
} .cat-event-list{
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 3px solid #F1F2F3;
}
.cat-event-list:last-child{
border-bottom: none;
margin-bottom: 0;
}
.cat-event-list .cat-event-image{
float: left;
width: 30%;
}
.cat-event-list .cat-event-excerpt {
float: right;
width: 68%;
margin-bottom: 10px;
}
.cat-event-list .cat-event-excerpt.full-width{
width: auto;
float: none;
}
.cat-event-list .cat-event-more{
float: right;
color: #FFF;
clear:both;
}
.event-date-archive{
font-size: 13px;
font-style: italic;
color:#FFF;
background: #00ABFF;
padding: 5px 10px;
display: inline-block;
line-height: 1;
border-radius: 2px;
margin-bottom: 10px;
}
.event-date-archive a{
color:#FFF;
}
.cat-testimonial-list{
margin-bottom: 40px;
}
.cat-testimonial-list:nth-child(odd) .entry-header{
float: right;
}
.cat-testimonial-list .entry-header{
float: left;
width: 25%;
background: #F2F3F4;
padding: 5px;
}
.cat-testimonial-list .cat-testimonial-image img{
display: block;
}
.cat-testimonial-list .entry-header h1.entry-title{
font-size: 20px;
text-align: center;
font-family: 'Lato', sans-serif;
margin:0;
padding: 10px 5px;
line-height: 1.2;
font-size: 18px;
font-weight: 300;
}
.cat-testimonial-list .cat-testimonial-excerpt {
float: right;
width: 70%;
background: #F2F3F4;
padding: 2%;
border-radius:12px;
margin-top: 0;
position: relative;
}
.cat-testimonial-list:nth-child(odd) .cat-testimonial-excerpt{
float: left;
}
.cat-testimonial-list .cat-testimonial-excerpt:before{
content: "";
border-width: 20px;
border-color: transparent #F2F3F4 transparent transparent; 
left: -40px;
top: 20px;
border-style: solid;
position: absolute;
}
.cat-testimonial-list:nth-child(odd) .cat-testimonial-excerpt:before{
left: auto;
right: -40px;
border-color: transparent transparent transparent #F2F3F4 ; 
}
.entry-thumbnail{
margin: 8px 15px 10px 0;
float: left;
}
.short-content{
margin-bottom: 20px;
}
.short-content + .bttn{
float: right;
margin-bottom: 15px;
}
.cat-portfolio-list{
float: left;
width: 49%;
margin-bottom: 2%;
margin-right: 2%;
background:#F2F3F4;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.cat-portfolio-list:nth-child(odd){
margin-right: 0;
}
.cat-portfolio-list{
display: block;
position:relative;
overflow: hidden;
}
.cat-portfolio-image img{
display: block;
width: 100%;
transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
}
.portofolio-layout{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
}
.portofolio-layout .entry-title {
font-family: 'Lato', sans-serif;
font-weight: 300;
position: absolute;
left: 0;
top: 60px;
width: 100%;
font-size: 26px;
color:#FFF;
margin: 0;
padding: 10px;
line-height: 1;
text-align: center;
background: #00ABFF;
padding: 10px;
opacity: 0;
text-transform: uppercase;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
transform:translateY(-100px);
-ms-transform:translateY(-100px); -webkit-transform:translateY(-100px); }
.portofolio-layout .cat-portfolio-excerpt {
font-family: 'Lato', sans-serif;
font-weight: 300;
position: absolute;
left: 0;
top:130px;
width: 100%;
padding: 0px 40px;
color: #FFF;
text-align: center;
font-size: 16px;
font-style: italic;
opacity: 0;
line-height: 1.2;
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
transform:translateY(100px);
-ms-transform:translateY(100px); -webkit-transform:translateY(100px); }
.cat-portfolio-list:hover .portofolio-layout{
background: rgba(0,151,214,0.6);
}
.cat-portfolio-list:hover .portofolio-layout .entry-title{
opacity: 1;
transform:translateY(0);
-ms-transform:translateY(0); -webkit-transform:translateY(0); }
.cat-portfolio-list:hover .portofolio-layout .cat-portfolio-excerpt{
opacity: 1;
transform:translateY(0);
-ms-transform:translateY(0); -webkit-transform:translateY(0); }
.cat-portfolio-list:hover .cat-portfolio-image img{
transform:scale(1.2);
-ms-transform:scale(1.2); -webkit-transform:scale(1.2); }
.error-404{
text-align: center;
min-height: 400px;
}
.error-404 .page-header{
border-left: 0;
}
.number404{
font-size:50px;
background: #353F47;
color:#FFF;
height: 150px;
width:150px;
border-radius:150px;
line-height: 150px;
text-align:center;
color: #FFF;
position: relative;
display: inline-block;
box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
text-shadow:1px 1px 1px #999;
-webkit-animation:rotate linear 4s infinite;
animation:rotate linear 4s infinite;
-webkit-perspective:500px; perspective:500px;
margin-top: 40px;
}
.number404 span{
font-size:14px;
position: absolute;
width: 100%;
text-align: center;
bottom:30px;
line-height: 16px;
left: 0;
backface-visibility:visible;
-webkit-backface-visibility:visible; backface-visibility:visible;
} #top-footer .wpcf7-form p{
margin-bottom: 6px;
}
#top-footer input[type="text"], 
#top-footer input[type="email"], 
#top-footer input[type="url"], 
#top-footer input[type="password"], 
#top-footer input[type="search"], 
#top-footer input[type="tel"] {
border: 1px solid #CCCCCC;
color: #666666;
height: 32px;
background: none;
width:100%;
color:#CCC;
border-radius:0;
}
#top-footer textarea{
border: 1px solid #CCCCCC;
color: #666666;
height: 100px;
background: none;
width:100%;
color:#CCC;
border-radius:0;
}
#top-footer input[type="submit"]{
background:#EE5E3B;
border-color:#293037;
} #call-to-action{
background: #00ABFF;
padding: 40px 0;
color:#FFF;
}
#call-to-action h4{
font-size: 24px;
margin-bottom: 0;
float: left;
color:#FFF;
font-weight: normal;
font-family: 'Open Sans',sans-serif;
max-width: 85%;
}
#call-to-action .action-btn{
float: right;
background: #353F47;
border:2px solid #282F35;
padding: 10px 20px;
color: #FFF;
line-height: 1;
border-radius:4px;
}
#call-to-action .action-btn:hover{
background: #282F35;
} .rtl #masthead .site-branding{
float: right;
}
.rtl #masthead .right-header{
float: left;
}
.rtl .header-text{
text-align: left;
}
.rtl .socials{
margin-left: 0
}
.rtl #call-to-action h4{
float: right;
}
.rtl #call-to-action .action-btn{
float: left;
}
.rtl .featured-post h2.has-icon .fa{
float: right;
margin-left: 8px;
margin-right: 0
}
.rtl #bottom-section .text-box ul li{
padding-left: 0;
padding-right: 25px;
}
.rtl #bottom-section .text-box ul li:before{
left: auto;
right: 0;
margin-right: 0;
margin-left: 10px;
}
.rtl .page-header{
border-left: 0;
border-right: 5px solid #666;
padding-left: 0;
padding-right: 15px;
}
.rtl .sidebar h3.widget-title{
border-left: 0;
border-right:5px solid #01AEFD;
}
.rtl .main-navigation ul ul li{
text-align: right;
}
.rtl .event-list .event-thumbnail{
float: right;
}
.rtl .event-list .event-detail{
float: left;
}
.rtl .testimonial-thumbnail{
float: right;
}
.rtl .testimonial-excerpt{
float: left;
text-align: right;
}
.rtl .cat-event-list .cat-event-image{
float: right;
}
.rtl .cat-event-list .cat-event-excerpt{
float: left;
}
.rtl .entry-thumbnail{
float: right;
margin: 8px 0 10px 15px
}
.rtl #welcome-text{
float: right;
}
.rtl #latest-events{
float: left;
}
.rtl .comment-navigation .nav-previous, 
.rtl .paging-navigation .nav-previous, 
.rtl .post-navigation .nav-previous{
text-align: left;
} @-webkit-keyframes rotate
{
0%   {transform:rotateY(0deg);
-ms-transform:rotateY(0deg);
-webkit-transform:rotateY(0deg);
}
100% {transform:rotateY(360deg);
-ms-transform:rotateY(360deg);
-webkit-transform:rotateY(360deg);
}
} @keyframes rotate
{
0%   {transform:rotateY(0deg);
-ms-transform:rotateY(0deg);
-webkit-transform:rotateY(0deg);
}
100% {transform:rotateY(360deg);
-ms-transform:rotateY(360deg);
-webkit-transform:rotateY(360deg);
}
} .row{
margin-bottom: 25px;
}
.span1, .span2, .span3, .span4, .span5, .span6{
float:left;
}
.col{
margin-left: 3%;
}
.col:first-child {
margin-left:0;
}
.span1{
width: 14.1666666667%;
}
.span2{
width: 31.3333333333%;
}
.span3{
width: 48.5%;
}
.span4{
width: 65.6666666667%;
}
.span5{
width: 82.8333333333%;
}
.span6{
width: 100%;
margin-left: 0;
} .entry-content ol {
margin-bottom: 6px;
}
.entry-content li {
margin-bottom: 6px;
}
.entry-content ol li {
margin-bottom: 6px;
}
.entry-content ul li {
margin-bottom: 6px;
}
.entry-content ul li ul, ol li ol {
margin-top: 6px;
}
.entry-content ul li ul, .entry-content ol li ol {
margin-bottom: 6px;
}
ul.wp-block-categories.wp-block-categories-list.aligncenter {
text-align: center;
}
ul.wp-block-categories li{
list-style: none;
}
ul.wp-block-archives.wp-block-archives-list li {
list-style: none;
}
ul.wp-block-archives.wp-block-archives-list {
list-style: none;
padding: 0;
margin: 0;
}
ul.wp-block-gallery.alignnone {
margin-left: 0;
padding: 0;
}
.wp-block-gallery .blocks-gallery-item figure {
position: relative;
}
.wp-block-button.aligncenter {
margin-bottom: 15px;
} @media (min-width: 750px) {
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%;
}
.alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
} .left-sidebar .alignfull,  .left-sidebar .alignwide,
.both-sidebar .alignfull,  .both-sidebar .alignwide,
.right-sidebar .alignfull, .right-sidebar .alignwide{
margin-left: 0;
margin-right: 0;
}
}
.main-navigation span.menu-icon {
position: absolute;
top: 0;
right: 0;
display:none;
}
.main-navigation span.menu-icon i {
color: #fff;
}
ul.sub-menu li .menu-icon i {
color: #0382be;
}
.main-navigation ul.sub-menu span.menu-icon {
position: absolute;
top: 11px;
right: 8px;
}
.columns-3 {
}