@charset "UTF-8";
     .img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto; }
.img-rounded {
border-radius: 6px; }
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
.img-circle {
border-radius: 50%; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
[role="button"] {
cursor: pointer; }
.carousel {
position: relative; }
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%; }
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px; }
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0; }
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0; }
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block; }
.carousel-inner > .active {
left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%; }
.carousel-inner > .next {
left: 100%; }
.carousel-inner > .prev {
left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0; }
.carousel-inner > .active.left {
left: -100%; }
.carousel-inner > .active.right {
left: 100%; }
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: transparent; }
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.carousel-control:hover,
.carousel-control:focus { color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90); }
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif; }
.carousel-control .icon-prev:before {
content: '\2039'; }
.carousel-control .icon-next:before {
content: '\203a'; }
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center; }
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: transparent; }
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff; }
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn, .carousel-caption body.search .show-all, body.search .carousel-caption .show-all {
text-shadow: none; }
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px; }
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px; }
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px; }
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px; }
.carousel-indicators {
bottom: 20px; } }
.clearfix:before,
.clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.center-block {
display: block;
margin-left: auto;
margin-right: auto; }
.pull-right {
float: right !important; }
.pull-left {
float: left !important; }
.hide {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.hidden {
display: none !important; }
.affix {
position: fixed; } @font-face {
font-family: 'FontAwesome';
src: url(//nad.de/wp-content/themes/nad-theme/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
src: url(//nad.de/wp-content/themes/nad-theme/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(//nad.de/wp-content/themes/nad-theme/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(//nad.de/wp-content/themes/nad-theme/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(//nad.de/wp-content/themes/nad-theme/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(//nad.de/wp-content/themes/nad-theme/assets/fonts/fontawesome-webfont.svg?v=4.6.3#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 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1); }
:root .fa-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-pp:before {
content: "\f1a7"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-language:before {
content: "\f1ab"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-building:before {
content: "\f1ad"; }
.fa-child:before {
content: "\f1ae"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-spoon:before {
content: "\f1b1"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-automobile:before, .fa-car:before {
content: "\f1b9"; }
.fa-cab:before, .fa-taxi:before {
content: "\f1ba"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-database:before {
content: "\f1c0"; }
.fa-file-pdf-o:before {
content: "\f1c1"; }
.fa-file-word-o:before {
content: "\f1c2"; }
.fa-file-excel-o:before {
content: "\f1c3"; }
.fa-file-powerpoint-o:before {
content: "\f1c4"; }
.fa-file-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-resistance:before, .fa-rebel:before {
content: "\f1d0"; }
.fa-ge:before, .fa-empire:before {
content: "\f1d1"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-git:before {
content: "\f1d3"; }
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
content: "\f1d4"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-wechat:before, .fa-weixin:before {
content: "\f1d7"; }
.fa-send:before, .fa-paper-plane:before {
content: "\f1d8"; }
.fa-send-o:before, .fa-paper-plane-o:before {
content: "\f1d9"; }
.fa-history:before {
content: "\f1da"; }
.fa-circle-thin:before {
content: "\f1db"; }
.fa-header:before {
content: "\f1dc"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-sliders:before {
content: "\f1de"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-soccer-ball-o:before, .fa-futbol-o:before {
content: "\f1e3"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-newspaper-o:before {
content: "\f1ea"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bell-slash-o:before {
content: "\f1f7"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-at:before {
content: "\f1fa"; }
.fa-eyedropper:before {
content: "\f1fb"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-area-chart:before {
content: "\f1fe"; }
.fa-pie-chart:before {
content: "\f200"; }
.fa-line-chart:before {
content: "\f201"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-bus:before {
content: "\f207"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-angellist:before {
content: "\f209"; }
.fa-cc:before {
content: "\f20a"; }
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
content: "\f20b"; }
.fa-meanpath:before {
content: "\f20c"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-diamond:before {
content: "\f219"; }
.fa-ship:before {
content: "\f21a"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-venus:before {
content: "\f221"; }
.fa-mars:before {
content: "\f222"; }
.fa-mercury:before {
content: "\f223"; }
.fa-intersex:before, .fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-facebook-official:before {
content: "\f230"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-server:before {
content: "\f233"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-times:before {
content: "\f235"; }
.fa-hotel:before, .fa-bed:before {
content: "\f236"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-train:before {
content: "\f238"; }
.fa-subway:before {
content: "\f239"; }
.fa-medium:before {
content: "\f23a"; }
.fa-yc:before, .fa-y-combinator:before {
content: "\f23b"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-battery-4:before, .fa-battery-full:before {
content: "\f240"; }
.fa-battery-3:before, .fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battery-2:before, .fa-battery-half:before {
content: "\f242"; }
.fa-battery-1:before, .fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-0:before, .fa-battery-empty:before {
content: "\f244"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-sticky-note-o:before {
content: "\f24a"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-clone:before {
content: "\f24d"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-hourglass-o:before {
content: "\f250"; }
.fa-hourglass-1:before, .fa-hourglass-start:before {
content: "\f251"; }
.fa-hourglass-2:before, .fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-3:before, .fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
content: "\f255"; }
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
content: "\f256"; }
.fa-hand-scissors-o:before {
content: "\f257"; }
.fa-hand-lizard-o:before {
content: "\f258"; }
.fa-hand-spock-o:before {
content: "\f259"; }
.fa-hand-pointer-o:before {
content: "\f25a"; }
.fa-hand-peace-o:before {
content: "\f25b"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-registered:before {
content: "\f25d"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-safari:before {
content: "\f267"; }
.fa-chrome:before {
content: "\f268"; }
.fa-firefox:before {
content: "\f269"; }
.fa-opera:before {
content: "\f26a"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-tv:before, .fa-television:before {
content: "\f26c"; }
.fa-contao:before {
content: "\f26d"; }
.fa-500px:before {
content: "\f26e"; }
.fa-amazon:before {
content: "\f270"; }
.fa-calendar-plus-o:before {
content: "\f271"; }
.fa-calendar-minus-o:before {
content: "\f272"; }
.fa-calendar-times-o:before {
content: "\f273"; }
.fa-calendar-check-o:before {
content: "\f274"; }
.fa-industry:before {
content: "\f275"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-map-o:before {
content: "\f278"; }
.fa-map:before {
content: "\f279"; }
.fa-commenting:before {
content: "\f27a"; }
.fa-commenting-o:before {
content: "\f27b"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-vimeo:before {
content: "\f27d"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-edge:before {
content: "\f282"; }
.fa-credit-card-alt:before {
content: "\f283"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-modx:before {
content: "\f285"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-usb:before {
content: "\f287"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-pause-circle-o:before {
content: "\f28c"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stop-circle-o:before {
content: "\f28e"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-percent:before {
content: "\f295"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-envira:before {
content: "\f299"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-wheelchair-alt:before {
content: "\f29b"; }
.fa-question-circle-o:before {
content: "\f29c"; }
.fa-blind:before {
content: "\f29d"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-volume-control-phone:before {
content: "\f2a0"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
content: "\f2a4"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-signing:before, .fa-sign-language:before {
content: "\f2a7"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-google-plus-circle:before, .fa-google-plus-official:before {
content: "\f2b3"; }
.fa-fa:before, .fa-font-awesome:before {
content: "\f2b4"; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
@font-face {
font-family: 'FontAwesome';
src: url(//nad.de/wp-content/themes/nad-theme/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
src: url(//nad.de/wp-content/themes/nad-theme/assets/fonts/fontawesome-webfont.eot?v=4.6.3#iefix) format("embedded-opentype"), url(//nad.de/wp-content/themes/nad-theme/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(//nad.de/wp-content/themes/nad-theme/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(//nad.de/wp-content/themes/nad-theme/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(//nad.de/wp-content/themes/nad-theme/assets/fonts/fontawesome-webfont.svg?v=4.6.3) format("svg");
font-weight: normal;
font-style: normal; }
@media (max-width: 767px) {
section.promo-img .bg {
margin-bottom: 52px !important; } }
@media (max-width: 1280px) {
section.promo-img .bg { background-position: 0 50%;
width: 100%;
margin-bottom: 80px;
padding-bottom: 35.5670103093%; } }
.dealer.locator .legend img {
position: relative;
left: 15px;
top: 7px; }
.carousel,
.carousel-inner,
.carousel-inner .item {
height: 580px; }
@media (min-width: 768px) {
.carousel,
.carousel-inner,
.carousel-inner .item {
height: 750px; } }
@media (min-width: 1200px) {
.carousel,
.carousel-inner,
.carousel-inner .item {
height: 1080px; } }
.carousel-fade .carousel-inner .item {
opacity: 0;
transition-property: opacity; }
.carousel-fade .carousel-inner .active {
opacity: 1; }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
opacity: 0;
z-index: 1; }
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1; }
.carousel-fade .carousel-control, #carousel1 .item, #carousel2 .item-left,
#carousel2 .item-center,
#carousel2 .item-right, #carousel3 .testimonials-who-wrapper .testimonials-face, #carousel4 .pseudo:nth-child(1), .modulespage.modules-readmore .pseudo, .modulespage.article-preview-simple .preview-img-wrapper, .modulespage #tabs-wrapper .tab_content .preview-img-wrapper, .modulespage.simplesection {
background: no-repeat center;
background-size: cover; }
.carousel-fade .carousel-control {
top: calc(50% - 25px);
width: 20px;
height: 20px;
z-index: 6; }
@media (min-width: 480px) {
.carousel-fade .carousel-control {
width: 30px;
height: 30px; } }
@media (min-width: 768px) {
.carousel-fade .carousel-control {
width: 40px;
height: 40px; } }
@media (min-width: 992px) {
.carousel-fade .carousel-control {
width: 50px;
height: 50px; } }
.carousel-control:hover, .carousel-control:focus {
text-decoration: none;
border: 0; }
.carousel-fade .carousel-control.left {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/svg/icon_arrow_left_big_white.svg);
left: 20px; }
#carousel1, #carousel2 {
background-color: #111;
color: #fff;
padding: 0; }
#carousel1 .item, #carousel2 .item-left,
#carousel2 .item-center,
#carousel2 .item-right {
padding-top: 200px;
padding-bottom: 100px; }
@media (min-width: 768px) {
#carousel1 .item, #carousel2 .item-left,
#carousel2 .item-center,
#carousel2 .item-right {
padding-top: 350px; } }
@media (min-width: 1200px) {
#carousel1 .item, #carousel2 .item-left,
#carousel2 .item-center,
#carousel2 .item-right {
padding-top: 500px; } }
#carousel1 .right.carousel-control, #carousel2 .right.carousel-control, #carousel4 .right.carousel-control {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/svg/icon_arrow_right_big_white.svg);
right: 20px; }
#carousel1 .left.carousel-control, #carousel2 .left.carousel-control, #carousel4 .left.carousel-control {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/svg/icon_arrow_left_big_white.svg);
left: 20px; }
#carousel3 .right.carousel-control {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/svg/icon_arrow_right_big_dark.svg);
right: 20px; }
#carousel3 .left.carousel-control {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/svg/icon_arrow_left_big_dark.svg);
left: 20px; }
#carousel1 .carousel-indicators li, #carousel2 .carousel-indicators li, #carousel4 .carousel-indicators li, #carousel3 .carousel-indicators li {
border-radius: 0;
border-color: transparent;
width: 8px;
height: 8px;
margin: 0 12px; }
@media (min-width: 768px) {
#carousel1 .carousel-indicators li, #carousel2 .carousel-indicators li, #carousel4 .carousel-indicators li, #carousel3 .carousel-indicators li {
width: 12px;
height: 12px;
margin: 0 16px; } }
#carousel1 .carousel-indicators, #carousel2 .carousel-indicators, #carousel4 .carousel-indicators {
bottom: 16px; }
@media (min-width: 768px) {
#carousel1 .carousel-indicators, #carousel2 .carousel-indicators, #carousel4 .carousel-indicators {
bottom: 56px; } }
#carousel1 .carousel-indicators li, #carousel2 .carousel-indicators li, #carousel4 .carousel-indicators li {
background-color: rgba(255, 255, 255, 0.35); }
#carousel1 .carousel-indicators li.active, #carousel2 .carousel-indicators li.active, #carousel4 .carousel-indicators li.active {
background-color: white; }
#carousel3 .carousel-indicators {
bottom: 16px; }
@media (min-width: 768px) {
#carousel3 .carousel-indicators {
bottom: 56px; } }
#carousel3 .carousel-indicators li {
background-color: rgba(17, 17, 17, 0.35); }
#carousel3 .carousel-indicators li.active {
background-color: #111111; }
.pseudo-parent {
position: relative; }
.pseudo {
position: absolute;
top: 0;
bottom: 0;
z-index: -1; }
#carousel1 {
height: 580px; }
#carousel1 .carousel-inner {
height: 580px; }
@media (min-width: 768px) {
#carousel1 {
height: 750px; }
#carousel1 .carousel-inner {
height: 750px; } }
@media (min-width: 1200px) {
#carousel1 {
height: 1080px; }
#carousel1 .carousel-inner {
height: 1080px; } }
#carousel1 .item {
height: 580px; }
@media (min-width: 768px) {
#carousel1 .item {
height: 750px; } }
@media (min-width: 1200px) {
#carousel1 .item {
height: 1080px; } }
.auto-change-location-message {
display: none;
width: 100%;
background: #4B4B4B;
color: #FFF;
line-height: 35px;
text-transform: uppercase;
font-size: 10px;
text-align: center; }
#carousel2 {
height: 580px; }
#carousel2 .carousel-inner {
height: 580px; }
@media (min-width: 768px) {
#carousel2 {
height: 750px; }
#carousel2 .carousel-inner {
height: 750px; } }
@media (min-width: 1200px) {
#carousel2 {
height: 1080px; }
#carousel2 .carousel-inner {
height: 1080px; } }
#carousel2 .item-left,
#carousel2 .item-center,
#carousel2 .item-right {
padding-top: 50px;
padding-bottom: 50px;
display: block;
width: 100%;
height: 193.333333333px; }
@media (min-width: 768px) {
#carousel2 .item-left,
#carousel2 .item-center,
#carousel2 .item-right {
padding-top: 250px;
display: inline-block;
width: 33.33%;
height: 750px;
float: left; } }
@media (min-width: 1200px) {
#carousel2 .item-left,
#carousel2 .item-center,
#carousel2 .item-right {
height: 1080px;
padding-top: 500px; } }
@media (min-width: 768px) {
#carousel2 .item-left .small-wpapper,
#carousel2 .item-center .small-wpapper,
#carousel2 .item-right .small-wpapper {
margin-left: 50px;
margin-right: 50px; } }
@media (min-width: 992px) {
#carousel2 .item-left .small-wpapper,
#carousel2 .item-center .small-wpapper,
#carousel2 .item-right .small-wpapper {
margin-left: 55px;
margin-right: 55px; } }
@media (min-width: 1200px) {
#carousel2 .item-left .small-wpapper,
#carousel2 .item-center .small-wpapper,
#carousel2 .item-right .small-wpapper {
margin-left: 130px;
margin-right: 130px; } }
#carousel3 {
background-color: #fff;
color: #111;
padding-top: 140px;
padding-bottom: 140px;
height: 580px; }
#carousel3 .carousel-inner {
height: 580px; }
@media (min-width: 768px) {
#carousel3 {
height: 695px; }
#carousel3 .carousel-inner {
height: 695px; } }
#carousel3 .testimonials-feedback {
margin: auto;
margin-top: 90px;
width: 280px; }
@media (max-width: 479px) {
#carousel3 .testimonials-feedback {
padding-left: 30px;
padding-right: 30px; } }
@media (min-width: 768px) {
#carousel3 .testimonials-feedback {
width: 400px; } }
@media (min-width: 992px) {
#carousel3 .testimonials-feedback {
width: 500px; } }
@media (min-width: 1200px) {
#carousel3 .testimonials-feedback {
width: 820px; } }
#carousel3 .testimonials-feedback.quotes-enable:before {
content: '“'; }
#carousel3 .testimonials-feedback.quotes-enable:after {
content: '”'; }
#carousel3 .testimonials-who-wrapper {
position: relative;
padding-left: 66px;
margin: auto;
margin-top: 60px;
width: 270px;
height: 66px;
box-sizing: border-box; }
#carousel3 .testimonials-who-wrapper .testimonials-face {
position: absolute;
right: calc(100% - 66px);
bottom: 0;
top: 0;
left: 0; }
#carousel3 .testimonials-who-wrapper .testimonials-signature {
text-align: left;
padding: 18.5px 15px 18.5px 30px;
box-sizing: border-box; }
#carousel3 .testimonials-who-wrapper .testimonials-who {
text-transform: uppercase; }
@media (min-width: 992px) {
#carousel3 .testimonials-who-wrapper .testimonials-who {
font-size: 12px;
font-weight: 600;
line-height: 1.25; } }
#carousel3 .testimonials-who-wrapper .testimonials-from {
color: #a3a3a3; }
@media (min-width: 992px) {
#carousel3 .testimonials-who-wrapper .testimonials-from {
font-size: 12px;
line-height: 1.25; } }
#carousel4 {
background-color: #111;
color: #fff;
padding: 0;
height: 580px; }
#carousel4 .carousel-inner {
height: 580px; }
#carousel4 .carousel-inner .item {
height: 580px; }
@media (min-width: 992px) {
#carousel4 {
background-color: #fff;
color: #111;
height: 695px; }
#carousel4 .carousel-inner {
height: 695px; }
#carousel4 .carousel-inner .item {
height: 695px; } }
@media (min-width: 992px) {
#carousel4 .carousel-control.right {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/svg/icon_arrow_right_big_dark.svg); }
#carousel4 .carousel-control.left {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/svg/icon_arrow_left_big_dark.svg); } }
@media (min-width: 992px) {
#carousel4 .carousel-indicators {
margin-left: 0;
width: 500px;
left: auto;
right: 50%; }
#carousel4 .carousel-indicators li {
background-color: rgba(17, 17, 17, 0.35); }
#carousel4 .carousel-indicators li.active {
background-color: #111111; } }
@media (min-width: 1200px) {
#carousel4 .carousel-indicators {
width: 600px; } }
#carousel4 .pseudo:nth-child(1) {
right: 0;
left: 0; }
#carousel4 .pseudo:nth-child(1):before {
position: absolute;
content: "";
background-color: #111;
opacity: .25;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3; }
@media (min-width: 992px) {
#carousel4 .pseudo:nth-child(1) {
right: 0;
left: 50%; }
#carousel4 .pseudo:nth-child(1):before {
opacity: 0; } }
#carousel4 .pseudo:nth-child(1) .testimonials-signature {
position: absolute;
bottom: 0;
left: 0;
z-index: 5;
text-align: left;
padding: 30px;
box-sizing: border-box;
background-color: rgba(17, 17, 17, 0.35);
color: #fff; }
@media (min-width: 1200px) {
#carousel4 .pseudo:nth-child(1) .testimonials-signature {
width: 280px; } }
#carousel4 .pseudo:nth-child(1) .testimonials-signature .testimonials-company {
text-transform: uppercase;
font-weight: 600; }
#carousel4 .pseudo:nth-child(2) {
padding-top: 140px;
padding-bottom: 140px; }
#carousel4 .pseudo:nth-child(2) .testimonials-wrapper {
padding-left: 50px;
padding-right: 50px; }
#carousel4 .pseudo:nth-child(2) .testimonials-wrapper h4 {
padding-left: 20px;
padding-right: 20px; }
@media (min-width: 480px) {
#carousel4 .pseudo:nth-child(2) .testimonials-wrapper {
padding-left: 55px;
padding-right: 55px; }
#carousel4 .pseudo:nth-child(2) .testimonials-wrapper h4 {
padding-left: 30px;
padding-right: 30px; } }
@media (min-width: 992px) {
#carousel4 .pseudo:nth-child(2) {
right: 50%;
left: 0; }
#carousel4 .pseudo:nth-child(2) .testimonials-wrapper {
float: right;
padding-left: 55px;
padding-right: 55px;
width: 450px; }
#carousel4 .pseudo:nth-child(2) .testimonials-wrapper h4 {
padding-left: 30px;
padding-right: 30px; } }
@media (min-width: 1200px) {
#carousel4 .pseudo:nth-child(2) .testimonials-wrapper {
padding-left: 80px;
padding-right: 80px;
width: 600px; } }
#carousel4 .pseudo:nth-child(2) .testimonials-feedback {
margin: auto; }
#carousel4 .pseudo:nth-child(2) .testimonials-feedback.quotes-enable:before {
content: '“'; }
#carousel4 .pseudo:nth-child(2) .testimonials-feedback.quotes-enable:after {
content: '”'; }
@media (min-width: 992px) {
#carousel4.go-left .carousel-indicators {
left: 50%;
right: calc(50% - 500px); }
#carousel4.go-left .pseudo:nth-child(1) {
left: 0;
right: 50%; }
#carousel4.go-left .pseudo:nth-child(1) .testimonials-signature {
bottom: 0;
left: auto;
right: 0;
text-align: right; }
#carousel4.go-left .pseudo:nth-child(2) {
left: 50%;
right: 0; }
#carousel4.go-left .pseudo:nth-child(2) .testimonials-wrapper {
float: left; } }
@media (min-width: 992px) and (min-width: 1200px) {
#carousel4.go-left .carousel-indicators {
left: 50%;
right: calc(50% - 600px); } }
.modulespage.modules-readmore { }
@media (min-width: 992px) {
.modulespage.modules-readmore {
padding-top: 160px;
padding-bottom: 240px; } }
@media (min-width: 1200px) {
.modulespage.modules-readmore {
padding-top: 200px;
padding-bottom: 280px; } }
.modulespage.modules-readmore .pseudo {
background-color: #fff;
left: 0;
right: 0; } @media (max-width: 480px) {
body div#mc_embed_signup div.mc-field-group div.namebox.nw_input_wrap div input[type="text"] {
width: 100%;
float: left;
margin-bottom: 10px;
margin-left: 0;
}
body div.nw_checkbox_wrap ul li
{
width: 100%;
margin-bottom: 0;
}
body div.nw_content_types .nw_checkbox_wrap label, body div.nw_product_types .nw_checkbox_wrap label {
margin-bottom: 15px;
width: auto;
display: inline-block;
float: left;
min-width: 150px;
}
}
@media (max-width: 675px) {
div.formoverlayinner
{
margin: 0 15px;
}
div#mc_embed_signup div.mc-field-group label, div#mc_embed_signup div.nwtypes > label, div.nw_content_types label, div.nw_product_types label {
width: 100%;
padding-right: 0;
text-transform: none;
margin: 15px 0 0;
float: none;
vertical-align: middle;
text-align: left;
margin: 0;
display: block;
font-size: 16px;
}
div.nw_input_wrap div.nwcontent_label, div.nw_input_wrap div.nwproduct_label {
float: none;
min-width: 270px;
}
div.nw_input_wrap, div.nw_content_types div.nw_checkbox_wrap, div.nw_product_types div.nw_checkbox_wrap {
width: 100%;
float: none;
}
div#mc_embed_signup form#mc-embedded-subscribe-form div.mce_inline_error {
margin: 0;
text-align: left;
padding: 5px 0;
}
div.nw_input_wrap.selectwrap {
width: 100%;
}
body div.nw_content_types label, body div.nw_product_types label {
margin-bottom: 15px;
}
div.nwtypes
{
margin-bottom: 35px;
}
div.nw_product_types {
margin: 20px 0 0;
}
} @media (max-width: 767px) {
.modulespage.modules-readmore .pseudo {
bottom: auto;
height: 300px; } }
@media (min-width: 480px) and (max-width: 767px) {
.modulespage.modules-readmore .pseudo {
height: 360px; } }
@media (min-width: 768px) and (max-width: 991px) {
.modulespage.modules-readmore .pseudo {
height: 400px; } }
@media (max-width: 767px) {
.modulespage.modules-readmore .pseudo + .pseudo-parent {
top: -1em; } }
.modulespage.modules-readmore .readmore-text {
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 300px;
padding-top: 35px;
padding-bottom: 35px;
color: #111; }
.modulespage.modules-readmore .readmore-text .btn, .modulespage.modules-readmore .readmore-text body.search .show-all, body.search .modulespage.modules-readmore .readmore-text .show-all {
background: transparent;
color: #111;
border-color: #111; }
@media (min-width: 480px) and (max-width: 767px) {
.modulespage.modules-readmore .readmore-text {
margin-top: 360px; } }
@media (min-width: 768px) and (max-width: 991px) {
.modulespage.modules-readmore .readmore-text {
margin-top: 400px; } }
@media (min-width: 992px) {
.modulespage.modules-readmore .readmore-text {
margin-top: 0;
width: 400px;
color: #fff; }
.modulespage.modules-readmore .readmore-text .btn, .modulespage.modules-readmore .readmore-text body.search .show-all, body.search .modulespage.modules-readmore .readmore-text .show-all {
background: transparent;
color: #fff;
border-color: #fff; }
.modulespage.modules-readmore .readmore-text.light-image {
color: #111; }
.modulespage.modules-readmore .readmore-text.light-image .btn, .modulespage.modules-readmore .readmore-text.light-image body.search .show-all, body.search .modulespage.modules-readmore .readmore-text.light-image .show-all {
background: transparent;
color: #111;
border-color: #111; } }
@media (min-width: 992px) {
.modulespage.modules-readmore.go-left .pseudo {
right: 50%; }
.modulespage.modules-readmore.go-left .readmore-text {
color: #111;
text-align: left;
float: right; }
.modulespage.modules-readmore.go-left .readmore-text .btn, .modulespage.modules-readmore.go-left .readmore-text body.search .show-all, body.search .modulespage.modules-readmore.go-left .readmore-text .show-all {
background: transparent;
color: #111;
border-color: #111; }
.modulespage.modules-readmore.go-right .pseudo {
left: 50%; }
.modulespage.modules-readmore.go-right .readmore-text {
color: #111;
text-align: left;
float: left; }
.modulespage.modules-readmore.go-right .readmore-text .btn, .modulespage.modules-readmore.go-right .readmore-text body.search .show-all, body.search .modulespage.modules-readmore.go-right .readmore-text .show-all {
background: transparent;
color: #111;
border-color: #111; } }
.modulespage.products-short {
background-color: #111; }
@media (min-width: 1280px) {
.modulespage.products-short {
background-color: #fff; } }
.modulespage.products-short .h1 {
font-weight: 600; }
@media (min-width: 768px) {
section.product-info .specifications .logos {
margin-top: -32px; }
section.product-info .specifications .logos img {
height: 32px;
margin: 32px 32px 0 0; }
section.product-info .specifications img {
height: 32px;
margin: 0 32px 32px 0; }
section.product-top .description .logos img {
max-width: 100%;
height: 30px;
width: unset;
} }
@media (min-width: 1280px) {
.post-type-archive section.products-archive-top form input {
width: 51%; }
section.product-info .specifications .logos img,
section.product-info .specifications img {
height: 40px; }
#specifications .row.logos-bigger [class*='col-']:last-of-type img[class] {
height: 80px; } }
.modulespage.blog-dealer .icon {
min-height: 20px;
margin-bottom: 10px; }
@media (min-width: 768px) {
.modulespage.blog-dealer .icon {
min-height: 50px;
margin-bottom: 10px; } }
.modulespage.blog-dealer i {
position: absolute;
left: 0;
top: 0;
font-size: 20px; }
.modulespage.blog-dealer i + p {
position: absolute;
left: 10px;
top: 33.33%; }
@media (min-width: 768px) {
.modulespage.blog-dealer i {
font-size: 50px; }
.modulespage.blog-dealer i + p {
left: 30px; } }
@media (min-width: 1280px) {
.modulespage.blog-dealer i {
position: static; }
.modulespage.blog-dealer i + p {
position: static; } }
.single-product .design img {
max-width: 100%;
height: auto !important; }
.modulespage.products-short.full-width-modulespage {
background-color: #111;
padding: 0; }
@media (min-width: 1200px) {
.modulespage.products-short.full-width-modulespage .wrap-full-width {
padding-left: 40px;
padding-right: 40px; }
.modulespage.products-short.full-width-modulespage .list > a {
width: 25%;
padding: 0 0 25% 0; } }
@media (min-width: 1200px) {
.modulespage.article-preview-simple .col-4-12 {
display: block;
padding-left: 15px;
padding-right: 15px;
float: left; } }
.modulespage.article-preview-simple .preview-img-wrapper {
height: 250px;
margin-bottom: 44px;
position: relative;
display: block; }
.modulespage.article-preview-simple .preview-img-wrapper:hover {
border-bottom-color: transparent; }
.modulespage.article-preview-simple .preview-img-wrapper:hover .preview-img-title {
opacity: 1;
transform: translate3d(calc(-50% - 76px), 0, 0); }
@media (min-width: 1200px) {
.modulespage.article-preview-simple .preview-img-wrapper {
height: 390px; } }
.modulespage.article-preview-simple .preview-img-wrapper .preview-img-title {
display: none; }
@media (min-width: 1200px) {
.modulespage.article-preview-simple .preview-img-wrapper .preview-img-title {
display: block;
position: absolute;
right: 0;
top: calc(50% - 61px);
color: #fff;
box-sizing: border-box;
width: 122px;
height: 122px;
padding: 30px 15px;
line-height: 1.3;
text-transform: uppercase;
text-align: center;
font-weight: bold;
border: 2px solid #fff;
opacity: 0;
transition: 0.4s all; }
.modulespage.article-preview-simple .preview-img-wrapper .preview-img-title:after {
position: absolute;
width: 30px;
bottom: 30px;
box-sizing: border-box;
left: calc(50% - 15px);
content: "..."; } }
.modulespage.article-preview-simple .preview-title {
margin-top: 10px; }
.modulespage.article-preview-simple .preview-data {
text-transform: uppercase;
color: #6a6a6a; }
.modulespage.article-preview-simple .preview-content {
margin-top: 10px;
margin-bottom: 50px; }
.modulespage.article-preview-simple .middle-btn {
margin-top: 20px; }
@media (min-width: 768px) {
.modulespage.article-preview-simple .middle-btn {
margin-top: 70px; } }
.modulespage #tabs-wrapper .tabs {
display: block;
padding-top: 100px;
text-align: center;
vertical-align: top;
position: relative;
z-index: 3; }
@media (min-width: 992px) {
.modulespage #tabs-wrapper .tabs {
float: left;
width: 25%;
height: 480px; } }
@media (min-width: 1200px) {
.modulespage #tabs-wrapper .tabs {
width: 30%; } }
.modulespage #tabs-wrapper .tabs .tab-btn-wrap {
display: inline-block; }
@media (min-width: 992px) {
.modulespage #tabs-wrapper .tabs .tab-btn-wrap {
display: block; } }
.modulespage #tabs-wrapper .tabs .tab-btn-wrap .tab {
margin-bottom: 54px; }
@media (min-width: 768px) {
.modulespage #tabs-wrapper .tabs .tab-btn-wrap .tab.btn, .modulespage #tabs-wrapper .tabs .tab-btn-wrap body.search .tab.show-all, body.search .modulespage #tabs-wrapper .tabs .tab-btn-wrap .tab.show-all {
min-width: 165px; } }
.modulespage #tabs-wrapper .tabs .tab-btn-wrap .tab.active {
background: #111;
color: #fff; }
.modulespage #tabs-wrapper .tabs .more-articles-link {
margin-bottom: 20px;
display: block;
width: 100%;
color: #6a6a6a;
text-transform: none;
border-color: transparent; }
@media (min-width: 992px) {
.modulespage #tabs-wrapper .tabs .more-articles-link {
margin-bottom: 0px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 3; } }
.modulespage #tabs-wrapper .tab_content {
display: block;
vertical-align: top; }
@media (min-width: 992px) {
.modulespage #tabs-wrapper .tab_content {
float: left;
width: 75%; } }
@media (min-width: 1200px) {
.modulespage #tabs-wrapper .tab_content {
width: 70%; } }
.modulespage #tabs-wrapper .tab_content .preview-img-wrapper {
box-sizing: border-box;
display: block;
height: 160px;
vertical-align: top;
border-color: transparent; }
@media (min-width: 768px) {
.modulespage #tabs-wrapper .tab_content .preview-img-wrapper {
float: left;
width: 50%;
height: 480px; } }
.modulespage #tabs-wrapper .tab_content .preview-article {
box-sizing: border-box;
display: block;
vertical-align: top; }
@media (min-width: 768px) {
.modulespage #tabs-wrapper .tab_content .preview-article {
float: left;
width: calc(50% - 60px);
margin-left: 60px; } }
@media (min-width: 1200px) {
.modulespage #tabs-wrapper .tab_content .preview-article {
width: calc(50% - 75px);
margin-left: 75px; } }
.modulespage #tabs-wrapper .tab_content .preview-article .preview-data {
text-transform: uppercase;
margin-top: 20px;
color: #6a6a6a; }
@media (min-width: 768px) {
.modulespage #tabs-wrapper .tab_content .preview-article .preview-data {
margin-top: 0; } }
.modulespage #tabs-wrapper .tab_content .preview-article .preview-title {
margin-top: 10px; }
.modulespage #tabs-wrapper .tab_content .preview-article .preview-content {
padding-top: 5px;
padding-bottom: 18px; }
.modulespage #tabs-wrapper .tab_content .preview-article .preview-continue-reading {
text-transform: uppercase;
font-weight: 600;
color: #111; }
.modulespage #tabs-wrapper .tab_content .preview-article .preview-continue-reading:after {
content: "❯"; }
.newsletter .first-name,
.newsletter .last-name { } .newsletter.formoverlay .formoverlayinner h4 {
margin: 0 auto 30px;
}
#mc_embed_signup .nwtypes label.trequired {
vertical-align: top;
margin-top: 3px;
}
span.mc_required {
color: #ed3024;
font-size: 2.5em;
font-weight: normal;
vertical-align: middle;
padding: 6px 5px 0
}
.quickhide#mce-success-response {
font-size: 0;
height: 0;
width: 0;
overflow: hidden;
}
div.newsuccessmsg{
text-align: center;
padding: 75px 0;
color: #529214;
}
body div.endmsg.endhide, body h4.endmsg.endhide {
display: none !important;
}
footer#footer .top .support-nwletter {
background: url(//nad.de/wp-content/themes/nad-theme/assets/img/66561-200.png) center left no-repeat;
background-size: 32px auto;
}
footer#footer .top .support-nwletter a {
background: none;
width: auto;
padding: 0;
font-weight: normal;
height: auto;
text-align: left;
cursor: pointer;
max-width: none;
min-height: 32px;
line-height: 26px;
-webkit-transition: unset;
-moz-transition: unset;
-ms-transition: unset;
-o-transition: unset;
transition: unset;
}
footer#footer .top .support-nwletter a:hover, footer#footer .top .support-nwletter a:visited, footer#footer .top .support-nwletter a:active, footer#footer .top .support-nwletter a:focus {
border: 0 none; -webkit-transition: unset;
-moz-transition: unset;
-ms-transition: unset;
-o-transition: unset;
transition: unset;
}
a.signup_popbtn:focus, a.signup_popbtn:hover, a.signup_popbtn:active, a.signup_popbtn:visited { -webkit-transition: unset;
-moz-transition: unset;
-ms-transition: unset;
-o-transition: unset;
transition: unset;
}
div.newsuccessmsg h1
{
margin: 0;
font-size: 4em;
color: #529214;
}
div.newsuccessmsg h3
{
margin: 0 0 50px;
font-size: 1.7em;
font-weight: 700;
color: #529214;
}
div.newsuccessmsg p {
margin: 3px 0;
font-size: 1.5em;
color: #529214;
}
.snbody {
overflow: scroll;
}
.clid div, .cnid div, .plid div {
display: none;
position: static;
font-size: 14px;
color: #e85c41;
text-align: center;
margin: 5px 0;
}
body div.clid, div.plid {
margin-bottom: 35px;
}
div.cnid, div.clid, div.plid {
margin: 0;
padding: 0 !important;
min-height: unset !important;
}
div.cnid input[type="text"], div.clid input[type="text"], div.plid input[type="text"] {
height: 0 !important;
padding: 0 !important;
border-width: 0 !important;
line-height: 0 !important;
margin: 0 !important;
opacity: 0;
cursor: none;
}
.formoverlay {
position: fixed;
z-index: 21;
top: 0;
left: 0;
width: 100%;
background: rgba(255,255,255,.9);
height: 100%;
display: none;
overflow: auto;
padding: 0;
}
.formoverlayinner {
position: absolute;
z-index: 1;
top: 0;
background: #fff;
padding: 50px 0;
max-width: 700px; margin: 50px auto;
left: 0; right: 0;
border: 5px solid #4F4F4F; }
#mc_embed_signup  form#mc-embedded-subscribe-form {
padding: 0;
}
#mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
position: relative;
width: 100%;
padding-bottom: 25px;
min-height: 50px;
display: inline-block;
width: 100%;
vertical-align: middle;
}
#mc_embed_signup .mc-field-group input {
margin: 0;
border-radius: 0;
border: 2px solid #4F4F4F;
}
div#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
display: inline-block;
margin: 0;
text-align: center;
width: 100%;
}
#mc_embed_signup .mc-field-group label, #mc_embed_signup  .nwtypes > label, .nw_content_types label, .nw_product_types label {
width: 25%;
display: inline-block;
min-width: 100px;
padding-right: 5%;
text-transform: none;
text-align: right;
margin: 15px 0 0;
float: left;
vertical-align: middle;
}
.nw_input_wrap, .nw_content_types .nw_checkbox_wrap, .nw_product_types  .nw_checkbox_wrap {
position: relative;
width: 75%;
display: inline-block;
float: left;
}
.nw_content_types label, .nw_product_types label {
margin-top: 0;
}
.nw_content_types .nw_checkbox_wrap label, .nw_product_types .nw_checkbox_wrap label {
text-align: left;
font-size: 13px;
}
.nw_checkbox_wrap ul li {
float: left;
margin-top: 0;
margin-right: 0;
width: 33.333%;
margin-bottom: 25px;
}
.nw_checkbox_wrap ul li input[type="checkbox"] {
width: 20px;
height: 20px;
border: 2px solid #4F4F4F;
border-radius: 4px;
margin-top: 0;
}
.nw_checkbox_wrap  ul  li  span
{
margin-right: 15px;
}
.nw_checkbox_wrap  ul  li  span, .nw_checkbox_wrap  ul  li  input[type="checkbox"]{
float: left;
vertical-align: middle;
display: inline-block;
}
.nw_checkbox_wrap  ul > li:before
{
position: static;
display: none;
}
.nw_checkbox_wrap  ul
{
margin: 0;
padding: 0;
}
#mc_embed_signup .mc-field-group div.nw_input_wrap select {
width: 100%;
margin: 0;
width: 100;
padding: 0 5px;
border-color: #4F4F4F;
}
#mc_embed_signup form .form-signup .button {
background-color: #ed3024;
width: 100%;
text-align: center; height: 52px;
margin: 0 auto;
font-size: inherit;
line-height: 55px;
font-weight: 700;
max-width: 200px;
border-radius: 0;
float: none;
padding-left: 50px !important;
margin: 0 auto;
display: block;
}
a.signup_popbtn { width: 100%;
text-align: center;
padding: 0 16px;
height: 52px;
margin: 0 auto;
font-size: inherit;
line-height: 55px;
font-weight: 700;
max-width: 185px;
color: #fff;
border-radius: 0;
float: none;
padding-left: 50px !important;
margin: 20px auto 0;
background: #ed3024 url(//nad.de/wp-content/themes/nad-theme/assets/img/svg/icon_email_white.svg) left 16px top 50% no-repeat;
background-size: auto 16px;
display: block;
-webkit-transition: unset;
-moz-transition: unset;
-ms-transition: unset;
-o-transition: unset;
transition: unset;
}
div a.signup_popbtn:hover {
background: #fff url(//nad.de/wp-content/themes/nad-theme/assets/img/svg/icon_email_red.svg) left 16px top 50% no-repeat;
border: 1px solid #f00;
color: #f00;
}
a.crossbtn:hover, a.crossbtn:focus
{
color: #4F4F4F;
border: 3px solid #4F4F4F;
}
.crossbtn {
position: absolute;
top: 15px;
right: 15px;
color: #4F4F4F;
border: 3px solid #4F4F4F;
width: 35px;
height: 35px;
line-height: 31px;
text-align: center;
border-radius: 50%;
font-size: 22px;
background: #fff;
display: inline-block;
}
.nw_input_wrap.selectwrap
{
width: 42%;
}
.nw_input_wrap > div {
padding-right: 35px;
display: inline-block;
clear: both;
width: 100%;
}
body div#mc_embed_signup div#mce-responses {
float: left; padding: 0;
overflow: hidden;
width: 100%;
margin: 0;
clear: both;
}
body  div#mc_embed_signup div.response {
margin: 1em 0;
padding: 0;
font-weight: bold;
float: left;
top: -1.5em;
z-index: 1;
width: 100%;
}
#mc_embed_signup .mc-field-group .namebox.nw_input_wrap  div input[type="text"]:first-child{
margin-left: 0;
}
#mc_embed_signup .mc-field-group .namebox.nw_input_wrap  div input[type="text"]
{
width: 48%;
float: left;
margin-left: 4%;
}
div.nw_input_wrap span
{
position: absolute;
top: 0;
right: 0;
color: #ed3024;
font-size: 2.5em;
}
.clearBoth
{
clear: both;
display: block;
margin: 0 auto ;
width: 100%;
}
.nwtypes {
margin-bottom: 45px;
display: inline-block;
vertical-align: middle;
width: 100%;
}
.nw_input_wrap .nwcontent_label, .nw_input_wrap .nwproduct_label {
width: 100%;
padding: 0;
float: left;
clear: none;
}
div.nw_input_wrap div.nwcontent_label label, div.nw_input_wrap div.nwproduct_label label {
display: block;
text-transform: none;
margin: 15px 0 0;
vertical-align: middle;
width: 100%;
text-align: left;
padding: 0;
font-size: 13px;
line-height: 22px;
}
.nwcontent_label label span, .nwproduct_label label span { position: relative;
margin-left: 10px;
display: inline-block;
vertical-align: top;
}
.nw_content_types
{
margin:0  0 0;
}
.nw_product_types, .nw_content_types
{
display: none;
cursor: pointer;
} .nw_checkbox_wrap ul li input[type="checkbox"]:not(:checked),
.nw_checkbox_wrap ul li input[type="checkbox"]:checked,span.has_tick, span.not_tick, #gdpr:not(:checked),
#gdpr:checked {
position: absolute; }
.nw_checkbox_wrap ul li input[type="checkbox"]:not(:checked),
.nw_checkbox_wrap ul li input[type="checkbox"]:checked, span.has_tick, span.not_tick, #gdpr:not(:checked), #gdpr:checked{
position: relative;
padding-left: 1em;
cursor: pointer;
} .nw_checkbox_wrap ul li input[type="checkbox"]:not(:checked):before, .nw_checkbox_wrap ul li input[type="checkbox"]:checked:before,span.has_tick:before,  span.not_tick:before, #gdpr:not(:checked):before, #gdpr:checked:before{
content: '';
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 2px solid #4F4F4F;
background: #fff;
border-radius: 4px; } .nw_checkbox_wrap ul li input[type="checkbox"]:not(:checked):after, .nw_checkbox_wrap ul li input[type="checkbox"]:checked:after,  span.has_tick:after,  span.not_tick:after, #gdpr:not(:checked):after, #gdpr:checked:after {
content: '✔';
position: absolute;
top: 0;
left: 3px;
font-size: 24px;
line-height: 18px;
color: #ed3024;
transition: all .2s;
} .nw_checkbox_wrap  ul  li  input[type="checkbox"]:not(:checked):after, span.not_tick:after, #gdpr:not(:checked):after{
opacity: 0;
transform: scale(0);
}
.nw_checkbox_wrap  ul  li  input[type="checkbox"]:checked:after,  span.has_tick:after, #gdpr:checked:after{
opacity: 1;
transform: scale(1);
} * .nw_checkbox_wrap  ul  li  input[type="checkbox"]:checked:focus:before,
.nw_checkbox_wrap  ul  li  input[type="checkbox"]:not(:checked):focus:before, span.has_tick:focus:before,  span.not_tick:focus:before, #gdpr:checked:focus:before, #gdpr:not(:checked):focus:before {
border: 2px solid #4F4F4F;
} .newsletter.modulespage h4 {
text-align: center; }
.newsletter.modulespage.have-name .first-name {
display: block; }
@media (min-width: 768px) {
.newsletter.modulespage.have-name .first-name, .newsletter.modulespage.have-name .form-mail {
width: 50%;
float: left; } }
.newsletter.modulespage.have-name .form-signup input[type=submit] {
text-align: center; }
.newsletter.modulespage.have-both-names .first-name,
.newsletter.modulespage.have-both-names .last-name,
.newsletter.modulespage.have-both-names .form-mail,
.newsletter.modulespage.have-both-names .form-signup {
display: block; }
@media (min-width: 992px) {
.newsletter.modulespage.have-both-names .first-name,
.newsletter.modulespage.have-both-names .last-name,
.newsletter.modulespage.have-both-names .form-mail,
.newsletter.modulespage.have-both-names .form-signup {
width: 50%;
float: left; } }
@media (min-width: 992px) {
.newsletter.modulespage.have-both-names h4 {
display: block;
margin-top: 20px;
padding-top: 20px;
padding-left: 20px;
text-align: left;
float: left;
width: 33.33%; }
.newsletter.modulespage.have-both-names .mc4wp-form {
float: right;
width: 66.66%; } }
.newsletter.modulespage.have-both-names .form-signup input[type=submit] {
text-align: center; }
.modulespage.logos .row {
font-size: 0; }
.modulespage.logos .row .logos-col {
display: inline-block;
vertical-align: middle;
width: 33.33%;
padding-right: 20px; }
.modulespage.logos .row .logos-col:last-child {
padding-right: 0; }
@media (min-width: 768px) {
.modulespage.logos .row .logos-col {
width: 16.66%;
padding-right: 40px; }
.modulespage.logos .row .logos-col:last-child {
padding-right: 0; } }
.modulespage.simplesection .simplesection-text {
margin: auto;
margin-top: 40px;
width: 280px; }
@media (max-width: 479px) {
.modulespage.simplesection .simplesection-text {
padding-left: 30px;
padding-right: 30px; } }
@media (min-width: 768px) {
.modulespage.simplesection .simplesection-text {
width: 400px; } }
@media (min-width: 992px) {
.modulespage.simplesection .simplesection-text {
width: 500px; } }
@media (min-width: 1200px) {
.modulespage.simplesection .simplesection-text {
width: 820px; } }
.modulespage.simplesection .simplesection-text.red-links a {
color: #ed3024; }
.modulespage.simplesection .simplesection-text.red-links a:active, .modulespage.simplesection .simplesection-text.red-links a:hover {
border-color: #ed3024; }
.modulespage.simplesection .simplesection-text.dark-links a {
color: #111; }
.modulespage.simplesection .simplesection-text.dark-links a:active, .modulespage.simplesection .simplesection-text.dark-links a:hover {
border-color: #111; }
.modulespage.simplesection .simplesection-text.white-links a {
color: #fff; }
.modulespage.simplesection .simplesection-text.white-links a:active, .modulespage.simplesection .simplesection-text.white-links a:hover {
border-color: #fff; }
.language.with-submenu {
position: relative;
overflow: hidden;
max-width: 0px; }
.language.with-submenu > svg {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.language.with-submenu > svg polygon {
transition: fill 0.4s;
fill: #fff; }
.language.with-submenu.drop > svg {
-webkit-transform: translate(-50%, -50%) rotate(-180deg);
-ms-transform: translate(-50%, -50%) rotate(-180deg);
transform: translate(-50%, -50%) rotate(-180deg); }
@media (max-width: 1280px) {
.language.with-submenu {
max-width: 0 !important; } }
.light .language.with-submenu > svg polygon {
fill: #000; }
@media (min-width: 1280px) {
header#header nav#nav ul.shop-menu > li.location.en_IE {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/flags/flag_earth.png); }
header#header nav#nav ul.shop-menu > li.location.en_GB {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/flags/flag_uk.png); } }
.aboutuspage {
background: #111; }
.aboutuspage .wrapper {
max-width: none; }
@media (min-width: 768px) {
.aboutuspage #tabs-wrapper {
padding-bottom: 70px; } }
@media (min-width: 992px) {
.aboutuspage #tabs-wrapper {
padding-bottom: 100px; } }
.aboutuspage #tabs-wrapper .tabs {
display: block;
color: #fff;
text-align: center;
vertical-align: top;
position: relative;
z-index: 3; }
@media (min-width: 992px) {
.aboutuspage #tabs-wrapper .tabs {
float: right;
width: 25%; } }
@media (min-width: 1200px) {
.aboutuspage #tabs-wrapper .tabs {
width: 30%; } }
.aboutuspage #tabs-wrapper .tabs .tab-btn-wrap {
display: inline-block;
width: 50%;
float: left;
text-align: center; }
@media (min-width: 992px) {
.aboutuspage #tabs-wrapper .tabs .tab-btn-wrap {
text-align: left;
width: 100%;
float: none;
display: block; } }
.aboutuspage #tabs-wrapper .tabs .tab-btn-wrap .tab {
padding: 20px;
width: 100%;
text-align: center;
display: inline-block; }
@media (min-width: 992px) {
.aboutuspage #tabs-wrapper .tabs .tab-btn-wrap .tab {
width: 275px;
height: 178px; } }
.aboutuspage #tabs-wrapper .tabs .tab-btn-wrap .tab .tab-pic {
display: inline-block; }
@media (min-width: 992px) {
.aboutuspage #tabs-wrapper .tabs .tab-btn-wrap .tab .tab-pic {
width: 176px;
height: 108px;
background-position: center;
background-repeat: no-repeat;
background-size: 100%; } }
.aboutuspage #tabs-wrapper .tabs .tab-btn-wrap .tab.active {
background: #292929; }
.aboutuspage #tabs-wrapper .tabs .tab-btn-wrap .tab .tab-text {
text-transform: uppercase; }
.aboutuspage #tabs-wrapper .tabs .tab-btn-wrap:nth-child(1) .tab .tab-pic {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/aboutus/masters.png); }
.aboutuspage #tabs-wrapper .tabs .tab-btn-wrap:nth-child(2) .tab .tab-pic {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/aboutus/classics.png); }
.aboutuspage #tabs-wrapper .tabs .tab-btn-wrap:nth-child(3) .tab .tab-pic {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/aboutus/viso.png); }
.aboutuspage #tabs-wrapper .tabs .tab-btn-wrap:nth-child(4) .tab .tab-pic {
background-image: url(//nad.de/wp-content/themes/nad-theme/assets/img/aboutus/ci.png); }
.aboutuspage #tabs-wrapper .tab_content {
display: block;
padding-top: 30px;
padding-bottom: 30px;
vertical-align: top;
color: #fff;
line-height: 1.75em; }
.aboutuspage #tabs-wrapper .tab_content h2 {
font-weight: 700; }
.aboutuspage #tabs-wrapper .tab_content h3 {
font-weight: 400; }
@media (min-width: 992px) {
.aboutuspage #tabs-wrapper .tab_content {
float: left;
width: 75%; } }
@media (min-width: 1200px) {
.aboutuspage #tabs-wrapper .tab_content {
width: 70%; } }
.aboutuspage .next {
position: relative;
margin-top: 24px;
z-index: 2; }
.aboutuspage .next span {
display: block;
color: #fff;
text-align: center;
text-transform: uppercase; }
.aboutuspage .next a {
background: transparent url(//nad.de/wp-content/themes/nad-theme/assets/img/svg/icon_arrow_down_small_white.svg) center center no-repeat;
background-size: 12px auto;
display: block;
width: 24px;
height: 24px;
border: 2px solid #fff;
margin: 8px auto 0 auto; }
.aboutuspage .next a:active {
background-color: rgba(255, 255, 255, 0.5); }
@media (min-width: 768px) {
.aboutuspage .next {
position: absolute;
bottom: 36px;
left: 50%;
margin-top: 0;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
.aboutuspage .next span {
font-size: 0.875em; line-height: 1.428571429em; }
.aboutuspage .next a {
background-size: 20px auto;
width: 48px;
height: 48px;
margin: 16px auto 0 auto; } }
@media (min-width: 1280px) {
.aboutuspage .next {
bottom: 60px; }
.aboutuspage .next a {
-webkit-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out; }
.aboutuspage .next a:hover {
background-color: rgba(255, 255, 255, 0.5); } }
.overlay-popup-download {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(17, 17, 17, 0.4);
z-index: 6; }
.popup-legal {
display: none;
position: fixed;
padding: 20px;
box-sizing: border-box;
background-color: #fff;
width: 70%;
left: 15%;
top: 15%;
bottom: 15%;
z-index: 7; }
@media (min-width: 992px) {
.popup-legal {
width: 50%;
left: 25%; } }
.popup-legal .close-popup-legal {
font-family: Verdana, sans-serif;
cursor: pointer;
text-align: right;
padding-bottom: 20px; }
.popup-legal .popup-legal-text {
position: absolute;
top: 50px;
right: 20px;
bottom: 50px;
left: 20px;
overflow-y: auto; }
.popup-legal label {
position: absolute;
bottom: 20px;
padding-top: 6px; }
@media (min-width: 768px) {
.popup-legal label {
padding-top: 2px; } }
.popup-legal label span {
padding-left: 30px; }
.popup-legal label [type="checkbox"] {
position: absolute;
display: inline-block;
border: 2px solid #ed3024;
width: 24px;
height: 24px;
top: 0;
right: 0;
bottom: 0;
left: 0; }
.popup-legal label [type="checkbox"]:checked {
border: 2px solid #111; }
.popup-legal label [type="checkbox"]:checked:before {
content: '✓';
position: absolute;
top: -1px;
right: 0;
bottom: 2px;
left: 0;
font-size: 24px;
line-height: 24px;
text-align: center; }
.page-template-dealer-page a#d {
display: inline;
color: #fff;
text-decoration: underline; }
.page-template-dealer-page a#d:hover {
text-decoration: none; }
body.search .list + br {
clear: both; }
@media (max-width: 479px) {
body.search .list ~ .list .info-box h2 {
margin-top: 40px; } }
@media (min-width: 480px) and (max-width: 1279px) {
body.search .info-box h2 {
margin-bottom: 40px; }
body.search .list article.found-product {
position: relative;
width: calc(50% - 15px);
margin-top: -1px !important;
padding-bottom: 40px;
float: left; }
body.search .list article.found-product::after {
content: '';
height: 90%;
position: absolute;
width: 1px;
background: #e8e8e8;
right: -15px;
top: 5%; }
body.search .list article.found-product:nth-child(odd) {
margin-left: 30px; }
body.search .list article.found-product:nth-child(odd)::after {
content: none; }
body.search .list article.found-product .entry-title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
body.search .list ~ .list .info-box h2 {
margin-top: 60px; } }
@media (min-width: 1280px) {
body.search .list ~ .list .info-box h2 {
margin-top: 80px; }
body.search .info-box h2 {
margin-bottom: 80px; }
body.search .list article.found-product {
width: calc(33.33% - 20px);
border-bottom: 1px solid #e8e8e8;
margin-top: -1px !important;
margin-right: 30px;
padding-bottom: 80px;
float: left; }
body.search .list article.found-product::after {
content: '';
height: 90%;
position: absolute;
width: 1px;
background: #e8e8e8;
right: -15px;
top: 5%; }
body.search .list article.found-product:nth-child(3n+1) {
margin-right: 0; }
body.search .list article.found-product:nth-child(3n+1)::after {
content: none; } }
body.search .show-all {
display: none;
width: 100%;
text-align: center; }
body.search .list-products + .show-all {
padding-top: 60px; }
.list-products,
.list-posts, .list-page{
position: relative;
overflow: hidden;
transition: max-height 1s; }
.list-products:after,
.list-posts:after, .list-page:after{
content: '';
display: table;
clear: both; } .cli-plugin-button, .cli-plugin-button:visited {
-moz-border-radius: 0px  !important;
-webkit-border-radius: 0px !important;
-moz-box-shadow: unset;
-webkit-box-shadow: unset;
background:unset;
border-bottom:0;
}
#cookie-law-info-bar {
padding: 16px 5px;
}