@charset "UTF-8";
/*-----------------------
/shop/layout/css/fancybox
-----------------------*/

/*
* FancyBox - jQuery Plugin
* Simple and fancy lightbox alternative
*
* Examples and documentation at: http://fancybox.net
* 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
* That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
* 
 * Version: 1.3.4 (11/11/2010)
* Requires: jQuery v1.3+
*
* Dual licensed under the MIT and GPL licenses:
*   http://www.opensource.org/licenses/mit-license.php
*   http://www.gnu.org/licenses/gpl.html
*/

#fancybox-loading {
            position: fixed;
            top: 50%;
            left: 50%;
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-left: -20px;
            cursor: pointer;
            overflow: hidden;
            z-index: 1104;
            display: none;
}

#fancybox-loading div {
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            height: 480px;
            background-image: url('/media/shop/layout/css/fancybox/fancybox.png');
}

#fancybox-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1100;
            display: none;
}

#fancybox-tmp {
            padding: 0;
            margin: 0;
            border: 0;
            overflow: auto;
            display: none;
}

#fancybox-wrap {
            position: absolute;
            top: 0;
            left: 0;
            padding: 20px;
            z-index: 1101;
            outline: none;
            display: none;
}

#fancybox-outer {
            position: relative;
            width: 100%;
            height: 100%;
            background: #fff;
}

#fancybox-content {
            width: 0;
            height: 0;
            padding: 0;
            outline: none;
            position: relative;
            overflow: hidden;
            z-index: 1102;
            border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: transparent;
            z-index: 1101;
}

#fancybox-close {
            position: absolute;
            top: -15px;
            right: -15px;
            width: 30px;
            height: 30px;
            background: transparent url('/media/shop/layout/css/fancybox/fancybox.png') -40px 0px;
            cursor: pointer;
            z-index: 1103;
            display: none;
}

#fancybox-error {
            color: #444;
            font: normal 12px/20px Arial;
            padding: 14px;
            margin: 0;
}

#fancybox-img {
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            border: none;
            outline: none;
            line-height: 0;
            vertical-align: top;
}

#fancybox-frame {
            width: 100%;
            height: 100%;
            border: none;
            display: block;
}

#fancybox-left, #fancybox-right {
            position: absolute;
            bottom: 0px;
            height: 100%;
            width: 35%;
            cursor: pointer;
            outline: none;
            background: transparent url('/media/shop/layout/css/fancybox/blank.gif');
            z-index: 1102;
            display: none;
}

#fancybox-left {
            left: 0px;
}

#fancybox-right {
            right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
            position: absolute;
            top: 50%;
            left: -9999px;
            width: 30px;
            height: 30px;
            margin-top: -15px;
            cursor: pointer;
            z-index: 1102;
            display: block;
}

#fancybox-left-ico {
            background-image: url('/media/shop/layout/css/fancybox/fancybox.png');
            background-position: -40px -30px;
}

#fancybox-right-ico {
            background-image: url('/media/shop/layout/css/fancybox/fancybox.png');
            background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
            visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
            left: 20px;
}

#fancybox-right:hover span {
            left: auto;
            right: 20px;
}

.fancybox-bg {
            position: absolute;
            padding: 0;
            margin: 0;
            border: 0;
            width: 20px;
            height: 20px;
            z-index: 1001;
}

#fancybox-bg-n {
            top: -20px;
            left: 0;
            width: 100%;
            background-image: url('/media/shop/layout/css/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
            top: -20px;
            right: -20px;
            background-image: url('/media/shop/layout/css/fancybox/fancybox.png');
            background-position: -40px -162px;
}

#fancybox-bg-e {
            top: 0;
            right: -20px;
            height: 100%;
            background-image: url('/media/shop/layout/css/fancybox/fancybox-y.png');
            background-position: -20px 0px;
}

#fancybox-bg-se {
            bottom: -20px;
            right: -20px;
            background-image: url('/media/shop/layout/css/fancybox/fancybox.png');
            background-position: -40px -182px; 
}

#fancybox-bg-s {
            bottom: -20px;
            left: 0;
            width: 100%;
            background-image: url('/media/shop/layout/css/fancybox/fancybox-x.png');
            background-position: 0px -20px;
}

#fancybox-bg-sw {
            bottom: -20px;
            left: -20px;
            background-image: url('/media/shop/layout/css/fancybox/fancybox.png');
            background-position: -40px -142px;
}

#fancybox-bg-w {
            top: 0;
            left: -20px;
            height: 100%;
            background-image: url('/media/shop/layout/css/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
            top: -20px;
            left: -20px;
            background-image: url('/media/shop/layout/css/fancybox/fancybox.png');
            background-position: -40px -122px;
}

#fancybox-title {
            font-family: Helvetica;
            font-size: 12px;
            z-index: 1102;
}

.fancybox-title-inside {
            padding-bottom: 10px;
            text-align: center;
            color: #333;
            background: #fff;
            position: relative;
}

.fancybox-title-outside {
            padding-top: 10px;
            color: #fff;
}

.fancybox-title-over {
            position: absolute;
            bottom: 0;
            left: 0;
            color: #FFF;
            text-align: left;
}

#fancybox-title-over {
            padding: 10px;
            background-image: url('/media/shop/layout/css/fancybox/fancy_title_over.png');
            display: block;
}

.fancybox-title-float {
            position: absolute;
            left: 0;
            bottom: -20px;
            height: 32px;
}

#fancybox-title-float-wrap {
            border: none;
            border-collapse: collapse;
            width: auto;
}

#fancybox-title-float-wrap td {
            border: none;
            white-space: nowrap;
}

#fancybox-title-float-left {
            padding: 0 0 0 15px;
            background: url('/media/shop/layout/css/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
            color: #FFF;
            line-height: 29px;
            font-weight: bold;
            padding: 0 0 3px 0;
            background: url('/media/shop/layout/css/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
            padding: 0 0 0 15px;
            background: url('/media/shop/layout/css/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
            height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
            position: absolute; margin-top: 0;
            top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div     { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/shop/layout/css/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


/*-----------------------
/shop/layout/css/iconq
-----------------------*/

@font-face {
    font-family: 'iconQ';
    src: url('/css/iconq/iconQ.eot');
    src: url('/css/iconq/iconQ.eot') format('embedded-opentype'), url('/css/iconq/iconQ.woff') format('woff'), url('/css/iconq/iconQ.ttf') format('truetype'), url('/css/iconq/iconQ.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: 'iconQ';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*="iconq-"] {
	font-family: 'iconQ';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.iconq-home:before{content:"\21";}.iconq-home-2:before{content:"\22";}.iconq-home-3:before{content:"\23";}.iconq-home-4:before{content:"\24";}.iconq-home-5:before{content:"\25";}.iconq-home-6:before{content:"\26";}.iconq-home-7:before{content:"\27";}.iconq-home-8:before{content:"\28";}.iconq-home-9:before{content:"\29";}.iconq-home-10:before{content:"\2a";}.iconq-home-11:before{content:"\2b";}.iconq-office:before{content:"\2c";}.iconq-newspaper:before{content:"\2d";}.iconq-pencil:before{content:"\2e";}.iconq-pencil-2:before{content:"\2f";}.iconq-pencil-3:before{content:"\30";}.iconq-pencil-4:before{content:"\31";}.iconq-pencil-5:before{content:"\32";}.iconq-pencil-6:before{content:"\33";}.iconq-quill:before{content:"\34";}.iconq-quill-2:before{content:"\35";}.iconq-quill-3:before{content:"\36";}.iconq-pen:before{content:"\37";}.iconq-pen-2:before{content:"\38";}.iconq-pen-3:before{content:"\39";}.iconq-pen-4:before{content:"\3a";}.iconq-pen-5:before{content:"\3b";}.iconq-marker:before{content:"\3c";}.iconq-home-12:before{content:"\3d";}.iconq-marker-2:before{content:"\3e";}.iconq-blog:before{content:"\3f";}.iconq-blog-2:before{content:"\40";}.iconq-brush:before{content:"\41";}.iconq-palette:before{content:"\42";}.iconq-palette-2:before{content:"\43";}.iconq-eyedropper:before{content:"\44";}.iconq-eyedropper-2:before{content:"\45";}.iconq-droplet:before{content:"\46";}.iconq-droplet-2:before{content:"\47";}.iconq-droplet-3:before{content:"\48";}.iconq-droplet-4:before{content:"\49";}.iconq-paint-format:before{content:"\4a";}.iconq-paint-format-2:before{content:"\4b";}.iconq-image:before{content:"\4c";}.iconq-image-2:before{content:"\4d";}.iconq-image-3:before{content:"\4e";}.iconq-images:before{content:"\4f";}.iconq-image-4:before{content:"\50";}.iconq-image-5:before{content:"\51";}.iconq-image-6:before{content:"\52";}.iconq-images-2:before{content:"\53";}.iconq-image-7:before{content:"\54";}.iconq-camera:before{content:"\55";}.iconq-camera-2:before{content:"\56";}.iconq-camera-3:before{content:"\57";}.iconq-camera-4:before{content:"\58";}.iconq-music:before{content:"\59";}.iconq-music-2:before{content:"\5a";}.iconq-music-3:before{content:"\5b";}.iconq-music-4:before{content:"\5c";}.iconq-music-5:before{content:"\5d";}.iconq-music-6:before{content:"\5e";}.iconq-piano:before{content:"\5f";}.iconq-guitar:before{content:"\60";}.iconq-headphones:before{content:"\61";}.iconq-headphones-2:before{content:"\62";}.iconq-play:before{content:"\63";}.iconq-play-2:before{content:"\64";}.iconq-movie:before{content:"\65";}.iconq-movie-2:before{content:"\66";}.iconq-movie-3:before{content:"\67";}.iconq-film:before{content:"\68";}.iconq-film-2:before{content:"\69";}.iconq-film-3:before{content:"\6a";}.iconq-film-4:before{content:"\6b";}.iconq-camera-5:before{content:"\6c";}.iconq-camera-6:before{content:"\6d";}.iconq-camera-7:before{content:"\6e";}.iconq-camera-8:before{content:"\6f";}.iconq-camera-9:before{content:"\70";}.iconq-dice:before{content:"\71";}.iconq-gamepad:before{content:"\72";}.iconq-gamepad-2:before{content:"\73";}.iconq-gamepad-3:before{content:"\74";}.iconq-pacman:before{content:"\75";}.iconq-spades:before{content:"\76";}.iconq-clubs:before{content:"\77";}.iconq-diamonds:before{content:"\78";}.iconq-king:before{content:"\79";}.iconq-queen:before{content:"\7a";}.iconq-rock:before{content:"\7b";}.iconq-bishop:before{content:"\7c";}.iconq-knight:before{content:"\7d";}.iconq-pawn:before{content:"\7e";}.iconq-chess:before{content:"\e000";}.iconq-bullhorn:before{content:"\e001";}.iconq-megaphone:before{content:"\e002";}.iconq-new:before{content:"\e003";}.iconq-connection:before{content:"\e004";}.iconq-connection-2:before{content:"\e005";}.iconq-podcast:before{content:"\e006";}.iconq-radio:before{content:"\e007";}.iconq-feed:before{content:"\e008";}.iconq-connection-3:before{content:"\e009";}.iconq-radio-2:before{content:"\e00a";}.iconq-podcast-2:before{content:"\e00b";}.iconq-podcast-3:before{content:"\e00c";}.iconq-mic:before{content:"\e00d";}.iconq-mic-2:before{content:"\e00e";}.iconq-mic-3:before{content:"\e00f";}.iconq-mic-4:before{content:"\e010";}.iconq-mic-5:before{content:"\e011";}.iconq-book:before{content:"\e012";}.iconq-book-2:before{content:"\e013";}.iconq-books:before{content:"\e014";}.iconq-reading:before{content:"\e015";}.iconq-library:before{content:"\e016";}.iconq-library-2:before{content:"\e017";}.iconq-graduation:before{content:"\e018";}.iconq-file:before{content:"\e019";}.iconq-profile:before{content:"\e01a";}.iconq-file-2:before{content:"\e01b";}.iconq-file-3:before{content:"\e01c";}.iconq-file-4:before{content:"\e01d";}.iconq-file-5:before{content:"\e01e";}.iconq-file-6:before{content:"\e01f";}.iconq-files:before{content:"\e020";}.iconq-file-plus:before{content:"\e021";}.iconq-file-minus:before{content:"\e022";}.iconq-file-download:before{content:"\e023";}.iconq-file-upload:before{content:"\e024";}.iconq-file-check:before{content:"\e025";}.iconq-file-remove:before{content:"\e026";}.iconq-file-7:before{content:"\e027";}.iconq-file-8:before{content:"\e028";}.iconq-file-plus-2:before{content:"\e029";}.iconq-file-minus-2:before{content:"\e02a";}.iconq-file-download-2:before{content:"\e02b";}.iconq-file-upload-2:before{content:"\e02c";}.iconq-file-check-2:before{content:"\e02d";}.iconq-file-remove-2:before{content:"\e02e";}.iconq-file-9:before{content:"\e02f";}.iconq-copy:before{content:"\e030";}.iconq-copy-2:before{content:"\e031";}.iconq-copy-3:before{content:"\e032";}.iconq-copy-4:before{content:"\e033";}.iconq-paste:before{content:"\e034";}.iconq-paste-2:before{content:"\e035";}.iconq-paste-3:before{content:"\e036";}.iconq-stack:before{content:"\e037";}.iconq-stack-2:before{content:"\e038";}.iconq-stack-3:before{content:"\e039";}.iconq-folder:before{content:"\e03a";}.iconq-folder-download:before{content:"\e03b";}.iconq-folder-upload:before{content:"\e03c";}.iconq-folder-plus:before{content:"\e03d";}.iconq-folder-plus-2:before{content:"\e03e";}.iconq-folder-minus:before{content:"\e03f";}.iconq-folder-minus-2:before{content:"\e040";}.iconq-folder8:before{content:"\e041";}.iconq-folder-remove:before{content:"\e042";}.iconq-folder-2:before{content:"\e043";}.iconq-folder-open:before{content:"\e044";}.iconq-folder-3:before{content:"\e045";}.iconq-folder-4:before{content:"\e046";}.iconq-folder-plus-3:before{content:"\e047";}.iconq-folder-minus-3:before{content:"\e048";}.iconq-folder-plus-4:before{content:"\e049";}.iconq-folder-remove-2:before{content:"\e04a";}.iconq-folder-download-2:before{content:"\e04b";}.iconq-folder-upload-2:before{content:"\e04c";}.iconq-folder-download-3:before{content:"\e04d";}.iconq-folder-upload-3:before{content:"\e04e";}.iconq-folder-5:before{content:"\e04f";}.iconq-folder-open-2:before{content:"\e050";}.iconq-folder-6:before{content:"\e051";}.iconq-folder-open-3:before{content:"\e052";}.iconq-certificate:before{content:"\e053";}.iconq-cc:before{content:"\e054";}.iconq-tag:before{content:"\e055";}.iconq-tag-2:before{content:"\e056";}.iconq-tag-3:before{content:"\e057";}.iconq-tag-4:before{content:"\e058";}.iconq-tag-5:before{content:"\e059";}.iconq-tag-6:before{content:"\e05a";}.iconq-tag-7:before{content:"\e05b";}.iconq-tags:before{content:"\e05c";}.iconq-tags-2:before{content:"\e05d";}.iconq-tag-8:before{content:"\e05e";}.iconq-barcode:before{content:"\e05f";}.iconq-barcode-2:before{content:"\e060";}.iconq-qrcode:before{content:"\e061";}.iconq-ticket:before{content:"\e062";}.iconq-cart:before{content:"\e063";}.iconq-cart-2:before{content:"\e064";}.iconq-cart-3:before{content:"\e065";}.iconq-cart-4:before{content:"\e066";}.iconq-cart-5:before{content:"\e067";}.iconq-cart-6:before{content:"\e068";}.iconq-cart-7:before{content:"\e069";}.iconq-cart-plus:before{content:"\e06a";}.iconq-cart-minus:before{content:"\e06b";}.iconq-cart-add:before{content:"\e06c";}.iconq-cart-remove:before{content:"\e06d";}.iconq-cart-checkout:before{content:"\e06e";}.iconq-cart-remove-2:before{content:"\e06f";}.iconq-basket:before{content:"\e070";}.iconq-basket-2:before{content:"\e071";}.iconq-bag:before{content:"\e072";}.iconq-bag-2:before{content:"\e073";}.iconq-bag-3:before{content:"\e074";}.iconq-coin:before{content:"\e075";}.iconq-coins:before{content:"\e076";}.iconq-credit:before{content:"\e077";}.iconq-credit-2:before{content:"\e078";}.iconq-calculate:before{content:"\e079";}.iconq-calculate-2:before{content:"\e07a";}.iconq-support:before{content:"\e07b";}.iconq-phone:before{content:"\e07c";}.iconq-phone-2:before{content:"\e07d";}.iconq-phone-3:before{content:"\e07e";}.iconq-phone-4:before{content:"\e07f";}.iconq-contact-add:before{content:"\e080";}.iconq-contact-remove:before{content:"\e081";}.iconq-contact-add-2:before{content:"\e082";}.iconq-contact-remove-2:before{content:"\e083";}.iconq-call-incoming:before{content:"\e084";}.iconq-call-outgoing:before{content:"\e085";}.iconq-phone-5:before{content:"\e086";}.iconq-phone-6:before{content:"\e087";}.iconq-phone-hang-up:before{content:"\e088";}.iconq-phone-hang-up-2:before{content:"\e089";}.iconq-address-book:before{content:"\e08a";}.iconq-address-book-2:before{content:"\e08b";}.iconq-notebook:before{content:"\e08c";}.iconq-envelop:before{content:"\e08d";}.iconq-envelop-2:before{content:"\e08e";}.iconq-mail-send:before{content:"\e08f";}.iconq-envelop-opened:before{content:"\e090";}.iconq-envelop-3:before{content:"\e091";}.iconq-pushpin:before{content:"\e092";}.iconq-location:before{content:"\e093";}.iconq-location-2:before{content:"\e094";}.iconq-location-3:before{content:"\e095";}.iconq-location-4:before{content:"\e096";}.iconq-location-5:before{content:"\e097";}.iconq-location-6:before{content:"\e098";}.iconq-location-7:before{content:"\e099";}.iconq-compass:before{content:"\e09a";}.iconq-compass-2:before{content:"\e09b";}.iconq-map:before{content:"\e09c";}.iconq-map-2:before{content:"\e09d";}.iconq-map-3:before{content:"\e09e";}.iconq-map-4:before{content:"\e09f";}.iconq-direction:before{content:"\e0a0";}.iconq-history:before{content:"\e0a1";}.iconq-history-2:before{content:"\e0a2";}.iconq-clock:before{content:"\e0a3";}.iconq-clock-2:before{content:"\e0a4";}.iconq-clock-3:before{content:"\e0a5";}.iconq-clock-4:before{content:"\e0a6";}.iconq-watch:before{content:"\e0a7";}.iconq-clock-5:before{content:"\e0a8";}.iconq-clock-6:before{content:"\e0a9";}.iconq-clock-7:before{content:"\e0aa";}.iconq-alarm:before{content:"\e0ab";}.iconq-alarm-2:before{content:"\e0ac";}.iconq-bell:before{content:"\e0ad";}.iconq-bell-2:before{content:"\e0ae";}.iconq-alarm-plus:before{content:"\e0af";}.iconq-alarm-minus:before{content:"\e0b0";}.iconq-alarm-check:before{content:"\e0b1";}.iconq-alarm-cancel:before{content:"\e0b2";}.iconq-stopwatch:before{content:"\e0b3";}.iconq-calendar:before{content:"\e0b4";}.iconq-calendar-2:before{content:"\e0b5";}.iconq-calendar-3:before{content:"\e0b6";}.iconq-calendar-4:before{content:"\e0b7";}.iconq-calendar-5:before{content:"\e0b8";}.iconq-print:before{content:"\e0b9";}.iconq-print-2:before{content:"\e0ba";}.iconq-print-3:before{content:"\e0bb";}.iconq-mouse:before{content:"\e0bc";}.iconq-mouse-2:before{content:"\e0bd";}.iconq-mouse-3:before{content:"\e0be";}.iconq-mouse-4:before{content:"\e0bf";}.iconq-keyboard:before{content:"\e0c0";}.iconq-keyboard-2:before{content:"\e0c1";}.iconq-screen:before{content:"\e0c2";}.iconq-screen-2:before{content:"\e0c3";}.iconq-screen-3:before{content:"\e0c4";}.iconq-screen-4:before{content:"\e0c5";}.iconq-laptop:before{content:"\e0c6";}.iconq-mobile:before{content:"\e0c7";}.iconq-mobile-2:before{content:"\e0c8";}.iconq-tablet:before{content:"\e0c9";}.iconq-mobile-3:before{content:"\e0ca";}.iconq-tv:before{content:"\e0cb";}.iconq-cabinet:before{content:"\e0cc";}.iconq-archive:before{content:"\e0cd";}.iconq-drawer:before{content:"\e0ce";}.iconq-drawer-2:before{content:"\e0cf";}.iconq-drawer-3:before{content:"\e0d0";}.iconq-box:before{content:"\e0d1";}.iconq-box-add:before{content:"\e0d2";}.iconq-box-remove:before{content:"\e0d3";}.iconq-download:before{content:"\e0d4";}.iconq-upload:before{content:"\e0d5";}.iconq-disk:before{content:"\e0d6";}.iconq-cd:before{content:"\e0d7";}.iconq-storage:before{content:"\e0d8";}.iconq-storage-2:before{content:"\e0d9";}.iconq-database:before{content:"\e0da";}.iconq-database-2:before{content:"\e0db";}.iconq-database-3:before{content:"\e0dc";}.iconq-undo:before{content:"\e0dd";}.iconq-redo:before{content:"\e0de";}.iconq-rotate:before{content:"\e0df";}.iconq-rotate-2:before{content:"\e0e0";}.iconq-flip:before{content:"\e0e1";}.iconq-flip-2:before{content:"\e0e2";}.iconq-unite:before{content:"\e0e3";}.iconq-subtract:before{content:"\e0e4";}.iconq-interset:before{content:"\e0e5";}.iconq-exclude:before{content:"\e0e6";}.iconq-align-left:before{content:"\e0e7";}.iconq-align-center-horizontal:before{content:"\e0e8";}.iconq-align-right:before{content:"\e0e9";}.iconq-align-top:before{content:"\e0ea";}.iconq-align-center-vertical:before{content:"\e0eb";}.iconq-align-bottom:before{content:"\e0ec";}.iconq-undo-2:before{content:"\e0ed";}.iconq-redo-2:before{content:"\e0ee";}.iconq-forward:before{content:"\e0ef";}.iconq-reply:before{content:"\e0f0";}.iconq-reply-2:before{content:"\e0f1";}.iconq-bubble:before{content:"\e0f2";}.iconq-bubbles:before{content:"\e0f3";}.iconq-bubbles-2:before{content:"\e0f4";}.iconq-bubble-2:before{content:"\e0f5";}.iconq-bubbles-3:before{content:"\e0f6";}.iconq-bubbles-4:before{content:"\e0f7";}.iconq-bubble-notification:before{content:"\e0f8";}.iconq-bubbles-5:before{content:"\e0f9";}.iconq-bubbles-6:before{content:"\e0fa";}.iconq-bubble-3:before{content:"\e0fb";}.iconq-bubble-dots:before{content:"\e0fc";}.iconq-bubble-4:before{content:"\e0fd";}.iconq-bubble-5:before{content:"\e0fe";}.iconq-bubble-dots-2:before{content:"\e0ff";}.iconq-bubble-6:before{content:"\e100";}.iconq-bubble-7:before{content:"\e101";}.iconq-bubble-8:before{content:"\e102";}.iconq-bubbles-7:before{content:"\e103";}.iconq-bubble-9:before{content:"\e104";}.iconq-bubbles-8:before{content:"\e105";}.iconq-bubble-10:before{content:"\e106";}.iconq-bubble-dots-3:before{content:"\e107";}.iconq-bubble-11:before{content:"\e108";}.iconq-bubble-12:before{content:"\e109";}.iconq-bubble-dots-4:before{content:"\e10a";}.iconq-bubble-13:before{content:"\e10b";}.iconq-bubbles-9:before{content:"\e10c";}.iconq-bubbles-10:before{content:"\e10d";}.iconq-bubble-blocked:before{content:"\e10e";}.iconq-bubble-quote:before{content:"\e10f";}.iconq-bubble-user:before{content:"\e110";}.iconq-bubble-check:before{content:"\e111";}.iconq-bubble-video-chat:before{content:"\e112";}.iconq-bubble-link:before{content:"\e113";}.iconq-bubble-locked:before{content:"\e114";}.iconq-bubble-star:before{content:"\e115";}.iconq-bubble-heart:before{content:"\e116";}.iconq-bubble-paperclip:before{content:"\e117";}.iconq-bubble-cancel:before{content:"\e118";}.iconq-bubble-plus:before{content:"\e119";}.iconq-bubble-minus:before{content:"\e11a";}.iconq-bubble-notification-2:before{content:"\e11b";}.iconq-bubble-trash:before{content:"\e11c";}.iconq-bubble-left:before{content:"\e11d";}.iconq-bubble-right:before{content:"\e11e";}.iconq-bubble-up:before{content:"\e11f";}.iconq-bubble-down:before{content:"\e120";}.iconq-bubble-first:before{content:"\e121";}.iconq-bubble-last:before{content:"\e122";}.iconq-bubble-replu:before{content:"\e123";}.iconq-bubble-forward:before{content:"\e124";}.iconq-bubble-reply:before{content:"\e125";}.iconq-bubble-forward-2:before{content:"\e126";}.iconq-user:before{content:"\e127";}.iconq-users:before{content:"\e128";}.iconq-user-plus:before{content:"\e129";}.iconq-user-plus-2:before{content:"\e12a";}.iconq-user-minus:before{content:"\e12b";}.iconq-user-plus-3:before{content:"\e12c";}.iconq-user-minus-2:before{content:"\e12d";}.iconq-user-cancel:before{content:"\e12e";}.iconq-user-block:before{content:"\e12f";}.iconq-user-2:before{content:"\e130";}.iconq-user-3:before{content:"\e131";}.iconq-user-4:before{content:"\e132";}.iconq-user-5:before{content:"\e133";}.iconq-users-2:before{content:"\e134";}.iconq-user-6:before{content:"\e135";}.iconq-user-7:before{content:"\e136";}.iconq-users-3:before{content:"\e137";}.iconq-vcard:before{content:"\e138";}.iconq-tshirt:before{content:"\e139";}.iconq-hanger:before{content:"\e13a";}.iconq-quotes-left:before{content:"\e13b";}.iconq-quotes-right:before{content:"\e13c";}.iconq-quotes-right-2:before{content:"\e13d";}.iconq-quotes-right-3:before{content:"\e13e";}.iconq-spinner:before{content:"\e13f";}.iconq-spinner-2:before{content:"\e140";}.iconq-spinner-3:before{content:"\e141";}.iconq-spinner-4:before{content:"\e142";}.iconq-spinner-5:before{content:"\e143";}.iconq-spinner-6:before{content:"\e144";}.iconq-spinner-7:before{content:"\e145";}.iconq-spinner-8:before{content:"\e146";}.iconq-spinner-9:before{content:"\e147";}.iconq-spinner-10:before{content:"\e148";}.iconq-microscope:before{content:"\e149";}.iconq-binoculars:before{content:"\e14a";}.iconq-binoculars-2:before{content:"\e14b";}.iconq-search:before{content:"\e14c";}.iconq-search-2:before{content:"\e14d";}.iconq-zoom-in:before{content:"\e14e";}.iconq-zoom-out:before{content:"\e14f";}.iconq-search-3:before{content:"\e150";}.iconq-search-4:before{content:"\e151";}.iconq-scale-down:before{content:"\e152";}.iconq-expand:before{content:"\e153";}.iconq-contract:before{content:"\e154";}.iconq-scale-up:before{content:"\e155";}.iconq-scale-down-2:before{content:"\e156";}.iconq-fullscreen:before{content:"\e157";}.iconq-expand-2:before{content:"\e158";}.iconq-contract-2:before{content:"\e159";}.iconq-key:before{content:"\e15a";}.iconq-key-2:before{content:"\e15b";}.iconq-key-3:before{content:"\e15c";}.iconq-key-4:before{content:"\e15d";}.iconq-key-5:before{content:"\e15e";}.iconq-keyhole:before{content:"\e15f";}.iconq-lock:before{content:"\e160";}.iconq-lock-2:before{content:"\e161";}.iconq-lock-3:before{content:"\e162";}.iconq-lock-4:before{content:"\e163";}.iconq-unlocked:before{content:"\e164";}.iconq-settings:before{content:"\e165";}.iconq-equalizer:before{content:"\e166";}.iconq-equalizer-2:before{content:"\e167";}.iconq-equalizer-3:before{content:"\e168";}.iconq-cog:before{content:"\e169";}.iconq-cogs:before{content:"\e16a";}.iconq-cog-2:before{content:"\e16b";}.iconq-cog-3:before{content:"\e16c";}.iconq-cog-4:before{content:"\e16d";}.iconq-cog-5:before{content:"\e16e";}.iconq-cog-6:before{content:"\e16f";}.iconq-cog-7:before{content:"\e170";}.iconq-factory:before{content:"\e171";}.iconq-hammer:before{content:"\e172";}.iconq-tools:before{content:"\e173";}.iconq-screwdriver:before{content:"\e174";}.iconq-screwdriver-2:before{content:"\e175";}.iconq-wand:before{content:"\e176";}.iconq-wand-2:before{content:"\e177";}.iconq-inject:before{content:"\e178";}.iconq-construction:before{content:"\e179";}.iconq-cone:before{content:"\e17a";}.iconq-pie:before{content:"\e17b";}.iconq-pie-2:before{content:"\e17c";}.iconq-pie-3:before{content:"\e17d";}.iconq-pie-4:before{content:"\e17e";}.iconq-pie-5:before{content:"\e17f";}.iconq-pie-6:before{content:"\e180";}.iconq-pie-7:before{content:"\e181";}.iconq-stats:before{content:"\e182";}.iconq-stats-2:before{content:"\e183";}.iconq-stats-3:before{content:"\e184";}.iconq-bars:before{content:"\e185";}.iconq-bars-2:before{content:"\e186";}.iconq-bars-3:before{content:"\e187";}.iconq-bars-4:before{content:"\e188";}.iconq-bars-5:before{content:"\e189";}.iconq-bars-6:before{content:"\e18a";}.iconq-stairs:before{content:"\e18b";}.iconq-ladder:before{content:"\e18c";}.iconq-cake:before{content:"\e18d";}.iconq-gift:before{content:"\e18e";}.iconq-gift-2:before{content:"\e18f";}.iconq-balloon:before{content:"\e190";}.iconq-rating:before{content:"\e191";}.iconq-rating-2:before{content:"\e192";}.iconq-rating-3:before{content:"\e193";}.iconq-podium:before{content:"\e194";}.iconq-medal:before{content:"\e195";}.iconq-medal-2:before{content:"\e196";}.iconq-medal-3:before{content:"\e197";}.iconq-medal-4:before{content:"\e198";}.iconq-medal-5:before{content:"\e199";}.iconq-crown:before{content:"\e19a";}.iconq-trophy:before{content:"\e19b";}.iconq-trophy-2:before{content:"\e19c";}.iconq-trophy-star:before{content:"\e19d";}.iconq-mug:before{content:"\e19e";}.iconq-food:before{content:"\e19f";}.iconq-food-2:before{content:"\e1a0";}.iconq-hamburger:before{content:"\e1a1";}.iconq-cup:before{content:"\e1a2";}.iconq-cup-2:before{content:"\e1a3";}.iconq-leaf:before{content:"\e1a4";}.iconq-leaf-2:before{content:"\e1a5";}.iconq-apple-fruit:before{content:"\e1a6";}.iconq-tree:before{content:"\e1a7";}.iconq-tree-2:before{content:"\e1a8";}.iconq-paw:before{content:"\e1a9";}.iconq-steps:before{content:"\e1aa";}.iconq-flower:before{content:"\e1ab";}.iconq-rocket:before{content:"\e1ac";}.iconq-meter:before{content:"\e1ad";}.iconq-meter2:before{content:"\e1ae";}.iconq-meter-slow:before{content:"\e1af";}.iconq-meter-medium:before{content:"\e1b0";}.iconq-fire:before{content:"\e1b1";}.iconq-lab:before{content:"\e1b2";}.iconq-atom:before{content:"\e1b3";}.iconq-atom-2:before{content:"\e1b4";}.iconq-magnet:before{content:"\e1b5";}.iconq-magnet-2:before{content:"\e1b6";}.iconq-magnet-3:before{content:"\e1b7";}.iconq-magnet-4:before{content:"\e1b8";}.iconq-dumbbell:before{content:"\e1b9";}.iconq-skull:before{content:"\e1ba";}.iconq-skull-2:before{content:"\e1bb";}.iconq-skull-3:before{content:"\e1bc";}.iconq-lamp:before{content:"\e1bd";}.iconq-lamp-2:before{content:"\e1be";}.iconq-lamp-3:before{content:"\e1bf";}.iconq-lamp-4:before{content:"\e1c0";}.iconq-remove:before{content:"\e1c1";}.iconq-remove-2:before{content:"\e1c2";}.iconq-remove-3:before{content:"\e1c3";}.iconq-user-minus-3:before{content:"\e1c4";}.iconq-user-cancel-2:before{content:"\e1c5";}.iconq-user-block-2:before{content:"\e1c6";}.iconq-users-4:before{content:"\e1c7";}.iconq-user-8:before{content:"\e1c8";}.iconq-users-5:before{content:"\e1c9";}.iconq-busy:before{content:"\e1ca";}.iconq-busy-2:before{content:"\e1cb";}.iconq-busy-3:before{content:"\e1cc";}.iconq-busy-4:before{content:"\e1cd";}.iconq-spinner-11:before{content:"\e1ce";}.iconq-spinner-12:before{content:"\e1cf";}.iconq-zoom-in-2:before{content:"\e1d0";}.iconq-zoom-out-2:before{content:"\e1d1";}.iconq-search-5:before{content:"\e1d2";}.iconq-expand-3:before{content:"\e1d3";}.iconq-contract-3:before{content:"\e1d4";}.iconq-scale-up-2:before{content:"\e1d5";}.iconq-lock-5:before{content:"\e1d6";}.iconq-unlocked-2:before{content:"\e1d7";}.iconq-wrench:before{content:"\e1d8";}.iconq-wrench-2:before{content:"\e1d9";}.iconq-wrench-3:before{content:"\e1da";}.iconq-wrench-4:before{content:"\e1db";}.iconq-health:before{content:"\e1dc";}.iconq-aid:before{content:"\e1dd";}.iconq-patch:before{content:"\e1de";}.iconq-bug:before{content:"\e1df";}.iconq-bug-2:before{content:"\e1e0";}.iconq-inject-2:before{content:"\e1e1";}.iconq-stats-up:before{content:"\e1e2";}.iconq-stats-down:before{content:"\e1e3";}.iconq-stairs-down:before{content:"\e1e4";}.iconq-stairs-down-2:before{content:"\e1e5";}.iconq-chart:before{content:"\e1e6";}.iconq-stairs-2:before{content:"\e1e7";}.iconq-diamond:before{content:"\e1e8";}.iconq-diamond-2:before{content:"\e1e9";}.iconq-glass:before{content:"\e1ea";}.iconq-glass-2:before{content:"\e1eb";}.iconq-bottle:before{content:"\e1ec";}.iconq-bottle-2:before{content:"\e1ed";}.iconq-meter-fast:before{content:"\e1ee";}.iconq-dashboard:before{content:"\e1ef";}.iconq-hammer-2:before{content:"\e1f0";}.iconq-balance:before{content:"\e1f1";}.iconq-bomb:before{content:"\e1f2";}.iconq-fire-2:before{content:"\e1f3";}.iconq-remove-4:before{content:"\e1f4";}.iconq-remove-5:before{content:"\e1f5";}.iconq-remove-6:before{content:"\e1f6";}.iconq-remove-7:before{content:"\e1f7";}.iconq-remove-8:before{content:"\e1f8";}.iconq-briefcase:before{content:"\e1f9";}.iconq-pyramid:before{content:"\e1fa";}.iconq-cylinder:before{content:"\e1fb";}.iconq-package:before{content:"\e1fc";}.iconq-puzzle:before{content:"\e1fd";}.iconq-puzzle-2:before{content:"\e1fe";}.iconq-puzzle-3:before{content:"\e1ff";}.iconq-briefcase-2:before{content:"\e200";}.iconq-briefcase-3:before{content:"\e201";}.iconq-airplane:before{content:"\e202";}.iconq-airplane-2:before{content:"\e203";}.iconq-paper-plane:before{content:"\e204";}.iconq-car:before{content:"\e205";}.iconq-gas-pump:before{content:"\e206";}.iconq-bus:before{content:"\e207";}.iconq-truck:before{content:"\e208";}.iconq-bike:before{content:"\e209";}.iconq-road:before{content:"\e20a";}.iconq-puzzle-4:before{content:"\e20b";}.iconq-glasses:before{content:"\e20c";}.iconq-glasses-2:before{content:"\e20d";}.iconq-glasses-3:before{content:"\e20e";}.iconq-sun-glasses:before{content:"\e20f";}.iconq-accessibility:before{content:"\e210";}.iconq-accessibility-2:before{content:"\e211";}.iconq-brain:before{content:"\e212";}.iconq-target:before{content:"\e213";}.iconq-target-2:before{content:"\e214";}.iconq-target-3:before{content:"\e215";}.iconq-bowling-ball:before{content:"\e216";}.iconq-bowling:before{content:"\e217";}.iconq-bowling-2:before{content:"\e218";}.iconq-lightning:before{content:"\e219";}.iconq-power:before{content:"\e21a";}.iconq-power-2:before{content:"\e21b";}.iconq-switch:before{content:"\e21c";}.iconq-power-cord:before{content:"\e21d";}.iconq-cord:before{content:"\e21e";}.iconq-socket:before{content:"\e21f";}.iconq-clipboard:before{content:"\e220";}.iconq-grid:before{content:"\e221";}.iconq-grid-2:before{content:"\e222";}.iconq-grid-3:before{content:"\e223";}.iconq-tree-3:before{content:"\e224";}.iconq-tree-4:before{content:"\e225";}.iconq-tree-5:before{content:"\e226";}.iconq-menu:before{content:"\e227";}.iconq-menu-2:before{content:"\e228";}.iconq-circle-small:before{content:"\e229";}.iconq-menu-3:before{content:"\e22a";}.iconq-menu-4:before{content:"\e22b";}.iconq-download-2:before{content:"\e22c";}.iconq-upload-2:before{content:"\e22d";}.iconq-download-3:before{content:"\e22e";}.iconq-upload-3:before{content:"\e22f";}.iconq-download-4:before{content:"\e230";}.iconq-upload-4:before{content:"\e231";}.iconq-download-5:before{content:"\e232";}.iconq-upload-5:before{content:"\e233";}.iconq-globe:before{content:"\e234";}.iconq-globe-2:before{content:"\e235";}.iconq-globe-3:before{content:"\e236";}.iconq-flag:before{content:"\e237";}.iconq-flag-2:before{content:"\e238";}.iconq-attachment:before{content:"\e239";}.iconq-attachment-2:before{content:"\e23a";}.iconq-eye:before{content:"\e23b";}.iconq-eye-blocked:before{content:"\e23c";}.iconq-eye-2:before{content:"\e23d";}.iconq-eye-3:before{content:"\e23e";}.iconq-eye-blocked-2:before{content:"\e23f";}.iconq-eye-4:before{content:"\e240";}.iconq-eye-5:before{content:"\e241";}.iconq-weather-snow:before{content:"\e242";}.iconq-windy:before{content:"\e243";}.iconq-fan:before{content:"\e244";}.iconq-umbrella:before{content:"\e245";}.iconq-sun:before{content:"\e246";}.iconq-sun-2:before{content:"\e247";}.iconq-brightness-high:before{content:"\e248";}.iconq-brightness-medium:before{content:"\e249";}.iconq-brightness-low:before{content:"\e24a";}.iconq-brightness-contrast:before{content:"\e24b";}.iconq-contrast:before{content:"\e24c";}.iconq-heart:before{content:"\e24d";}.iconq-heart-2:before{content:"\e24e";}.iconq-heart-broken:before{content:"\e24f";}.iconq-heart-3:before{content:"\e250";}.iconq-heart-4:before{content:"\e251";}.iconq-heart-broken-2:before{content:"\e252";}.iconq-lips:before{content:"\e253";}.iconq-lips-2:before{content:"\e254";}.iconq-thumbs-up:before{content:"\e255";}.iconq-thumbs-up-2:before{content:"\e256";}.iconq-thumbs-down:before{content:"\e257";}.iconq-smiley:before{content:"\e258";}.iconq-smiley-2:before{content:"\e259";}.iconq-tongue:before{content:"\e25a";}.iconq-tongue-2:before{content:"\e25b";}.iconq-sad:before{content:"\e25c";}.iconq-sad-2:before{content:"\e25d";}.iconq-wink:before{content:"\e25e";}.iconq-wink-2:before{content:"\e25f";}.iconq-grin:before{content:"\e260";}.iconq-grin-2:before{content:"\e261";}.iconq-cool:before{content:"\e262";}.iconq-cursor:before{content:"\e263";}.iconq-point-up:before{content:"\e264";}.iconq-point-right:before{content:"\e265";}.iconq-point-down:before{content:"\e266";}.iconq-point-left:before{content:"\e267";}.iconq-pointer:before{content:"\e268";}.iconq-hand:before{content:"\e269";}.iconq-stack-empty:before{content:"\e26a";}.iconq-stack-plus:before{content:"\e26b";}.iconq-stack-minus:before{content:"\e26c";}.iconq-stack-star:before{content:"\e26d";}.iconq-move:before{content:"\e26e";}.iconq-resize:before{content:"\e26f";}.iconq-resize-2:before{content:"\e270";}.iconq-warning:before{content:"\e271";}.iconq-warning-2:before{content:"\e272";}.iconq-notification:before{content:"\e273";}.iconq-notification-2:before{content:"\e274";}.iconq-question:before{content:"\e275";}.iconq-question-2:before{content:"\e276";}.iconq-question-3:before{content:"\e277";}.iconq-question-4:before{content:"\e278";}.iconq-close:before{content:"\e279";}.iconq-close-2:before{content:"\e27a";}.iconq-close-3:before{content:"\e27b";}.iconq-close-4:before{content:"\e27c";}.iconq-close-5:before{content:"\e27d";}.iconq-checkmark:before{content:"\e27e";}.iconq-checkmark-2:before{content:"\e27f";}.iconq-checkmark-3:before{content:"\e280";}.iconq-checkmark-4:before{content:"\e281";}.iconq-spell-check:before{content:"\e282";}.iconq-minus:before{content:"\e283";}.iconq-forward-2:before{content:"\e284";}.iconq-play-3:before{content:"\e285";}.iconq-pause:before{content:"\e286";}.iconq-stop:before{content:"\e287";}.iconq-backward:before{content:"\e288";}.iconq-forward-3:before{content:"\e289";}.iconq-first:before{content:"\e28a";}.iconq-last:before{content:"\e28b";}.iconq-previous:before{content:"\e28c";}.iconq-next:before{content:"\e28d";}.iconq-eject:before{content:"\e28e";}.iconq-volume5:before{content:"\e28f";}.iconq-volume4:before{content:"\e290";}.iconq-volume3:before{content:"\e291";}.iconq-volume2:before{content:"\e292";}.iconq-volume1:before{content:"\e293";}.iconq-volume0:before{content:"\e294";}.iconq-volume-mute:before{content:"\e295";}.iconq-volume-mute-2:before{content:"\e296";}.iconq-loop:before{content:"\e297";}.iconq-loop-2:before{content:"\e298";}.iconq-loop-3:before{content:"\e299";}.iconq-train:before{content:"\e29a";}.iconq-ship:before{content:"\e29b";}.iconq-boat:before{content:"\e29c";}.iconq-cube:before{content:"\e29d";}.iconq-cube-2:before{content:"\e29e";}.iconq-cube-3:before{content:"\e29f";}.iconq-cube4:before{content:"\e2a0";}.iconq-pyramid-2:before{content:"\e2a1";}.iconq-gun:before{content:"\e2a2";}.iconq-gun-ban:before{content:"\e2a3";}.iconq-shield:before{content:"\e2a4";}.iconq-shield-2:before{content:"\e2a5";}.iconq-shield-3:before{content:"\e2a6";}.iconq-shield-4:before{content:"\e2a7";}.iconq-soccer:before{content:"\e2a8";}.iconq-football:before{content:"\e2a9";}.iconq-clipboard-2:before{content:"\e2aa";}.iconq-signup:before{content:"\e2ab";}.iconq-clipboard-3:before{content:"\e2ac";}.iconq-clipboard-4:before{content:"\e2ad";}.iconq-list:before{content:"\e2ae";}.iconq-list-2:before{content:"\e2af";}.iconq-list-3:before{content:"\e2b0";}.iconq-numbered-list:before{content:"\e2b1";}.iconq-menu-5:before{content:"\e2b2";}.iconq-menu-6:before{content:"\e2b3";}.iconq-menu-7:before{content:"\e2b4";}.iconq-menu-8:before{content:"\e2b5";}.iconq-menu-9:before{content:"\e2b6";}.iconq-cloud:before{content:"\e2b7";}.iconq-cloud-2:before{content:"\e2b8";}.iconq-cloud-3:before{content:"\e2b9";}.iconq-earth:before{content:"\e2ba";}.iconq-network:before{content:"\e2bb";}.iconq-link:before{content:"\e2bc";}.iconq-link-2:before{content:"\e2bd";}.iconq-link-3:before{content:"\e2be";}.iconq-link2:before{content:"\e2bf";}.iconq-link-4:before{content:"\e2c0";}.iconq-link-5:before{content:"\e2c1";}.iconq-eye-6:before{content:"\e2c2";}.iconq-eye-7:before{content:"\e2c3";}.iconq-eye-8:before{content:"\e2c4";}.iconq-bookmark:before{content:"\e2c5";}.iconq-bookmark-2:before{content:"\e2c6";}.iconq-bookmarks:before{content:"\e2c7";}.iconq-bookmark-3:before{content:"\e2c8";}.iconq-spotlight:before{content:"\e2c9";}.iconq-moon:before{content:"\e2ca";}.iconq-bed:before{content:"\e2cb";}.iconq-bed-2:before{content:"\e2cc";}.iconq-star:before{content:"\e2cd";}.iconq-star-2:before{content:"\e2ce";}.iconq-star-3:before{content:"\e2cf";}.iconq-star-4:before{content:"\e2d0";}.iconq-star-5:before{content:"\e2d1";}.iconq-thumbs-down-2:before{content:"\e2d2";}.iconq-thumbs-up-3:before{content:"\e2d3";}.iconq-thumbs-up-4:before{content:"\e2d4";}.iconq-thumbs-up-5:before{content:"\e2d5";}.iconq-thumbs-up-6:before{content:"\e2d6";}.iconq-people:before{content:"\e2d7";}.iconq-man:before{content:"\e2d8";}.iconq-male:before{content:"\e2d9";}.iconq-cool-2:before{content:"\e2da";}.iconq-angry:before{content:"\e2db";}.iconq-angry-2:before{content:"\e2dc";}.iconq-evil:before{content:"\e2dd";}.iconq-evil-2:before{content:"\e2de";}.iconq-shocked:before{content:"\e2df";}.iconq-shocked-2:before{content:"\e2e0";}.iconq-confused:before{content:"\e2e1";}.iconq-stack-picture:before{content:"\e2e2";}.iconq-stack-down:before{content:"\e2e3";}.iconq-stack-up:before{content:"\e2e4";}.iconq-stack-cancel:before{content:"\e2e5";}.iconq-stack-checkmark:before{content:"\e2e6";}.iconq-stack-list:before{content:"\e2e7";}.iconq-stack-clubs:before{content:"\e2e8";}.iconq-stack-spades:before{content:"\e2e9";}.iconq-question-5:before{content:"\e2ea";}.iconq-plus-circle:before{content:"\e2eb";}.iconq-plus-circle-2:before{content:"\e2ec";}.iconq-minus-circle:before{content:"\e2ed";}.iconq-minus-circle-2:before{content:"\e2ee";}.iconq-info:before{content:"\e2ef";}.iconq-info-2:before{content:"\e2f0";}.iconq-blocked:before{content:"\e2f1";}.iconq-plus:before{content:"\e2f2";}.iconq-minus-2:before{content:"\e2f3";}.iconq-plus-2:before{content:"\e2f4";}.iconq-enter:before{content:"\e2f5";}.iconq-exit:before{content:"\e2f6";}.iconq-enter-2:before{content:"\e2f7";}.iconq-exit-2:before{content:"\e2f8";}.iconq-enter-3:before{content:"\e2f9";}.iconq-volume-high:before{content:"\e2fa";}.iconq-volume-medium:before{content:"\e2fb";}.iconq-volume-low:before{content:"\e2fc";}.iconq-volume-mute-3:before{content:"\e2fd";}.iconq-volume-mute-4:before{content:"\e2fe";}.iconq-volume-increase:before{content:"\e2ff";}.iconq-volume-decrease:before{content:"\e300";}.iconq-volume-high-2:before{content:"\e301";}.iconq-loop-4:before{content:"\e302";}.iconq-loop-5:before{content:"\e303";}.iconq-shuffle:before{content:"\e304";}.iconq-shuffle-2:before{content:"\e305";}.iconq-wave:before{content:"\e306";}.iconq-wave-2:before{content:"\e307";}.iconq-arrow-first:before{content:"\e308";}.iconq-arrow-right:before{content:"\e309";}.iconq-arrow-up:before{content:"\e30a";}.iconq-arrow-up-right:before{content:"\e30b";}.iconq-arrow-right-2:before{content:"\e30c";}.iconq-arrow-down-right:before{content:"\e30d";}.iconq-arrow-down:before{content:"\e30e";}.iconq-arrow-down-left:before{content:"\e30f";}.iconq-arrow-left:before{content:"\e310";}.iconq-arrow-up-left:before{content:"\e311";}.iconq-baseball:before{content:"\e312";}.iconq-basketball:before{content:"\e313";}.iconq-golf:before{content:"\e314";}.iconq-hockey:before{content:"\e315";}.iconq-racing:before{content:"\e316";}.iconq-eight-ball:before{content:"\e317";}.iconq-list-4:before{content:"\e318";}.iconq-list-5:before{content:"\e319";}.iconq-playlist:before{content:"\e31a";}.iconq-grid-4:before{content:"\e31b";}.iconq-grid-5:before{content:"\e31c";}.iconq-grid-6:before{content:"\e31d";}.iconq-cloud-download:before{content:"\e31e";}.iconq-cloud-upload:before{content:"\e31f";}.iconq-download-6:before{content:"\e320";}.iconq-upload-6:before{content:"\e321";}.iconq-download-7:before{content:"\e322";}.iconq-upload-7:before{content:"\e323";}.iconq-link-6:before{content:"\e324";}.iconq-anchor:before{content:"\e325";}.iconq-flag-3:before{content:"\e326";}.iconq-flag-4:before{content:"\e327";}.iconq-flag-5:before{content:"\e328";}.iconq-flag-6:before{content:"\e329";}.iconq-starburst:before{content:"\e32a";}.iconq-snowflake:before{content:"\e32b";}.iconq-temperature:before{content:"\e32c";}.iconq-temperature-2:before{content:"\e32d";}.iconq-weather-lightning:before{content:"\e32e";}.iconq-weather-rain:before{content:"\e32f";}.iconq-star-6:before{content:"\e330";}.iconq-heart-5:before{content:"\e331";}.iconq-heart-6:before{content:"\e332";}.iconq-heart-7:before{content:"\e333";}.iconq-heart-8:before{content:"\e334";}.iconq-heart-broken-3:before{content:"\e335";}.iconq-woman:before{content:"\e336";}.iconq-female:before{content:"\e337";}.iconq-peace:before{content:"\e338";}.iconq-yin-yang:before{content:"\e339";}.iconq-happy:before{content:"\e33a";}.iconq-happy-2:before{content:"\e33b";}.iconq-confused-2:before{content:"\e33c";}.iconq-neutral:before{content:"\e33d";}.iconq-neutral-2:before{content:"\e33e";}.iconq-wondering:before{content:"\e33f";}.iconq-wondering-2:before{content:"\e340";}.iconq-cursor-2:before{content:"\e341";}.iconq-stack-hearts:before{content:"\e342";}.iconq-stack-diamonds:before{content:"\e343";}.iconq-stack-user:before{content:"\e344";}.iconq-stack-4:before{content:"\e345";}.iconq-stack-music:before{content:"\e346";}.iconq-stack-play:before{content:"\e347";}.iconq-cancel-circle:before{content:"\e348";}.iconq-cancel-circle-2:before{content:"\e349";}.iconq-checkmark-circle:before{content:"\e34a";}.iconq-checkmark-circle-2:before{content:"\e34b";}.iconq-cancel:before{content:"\e34c";}.iconq-spam:before{content:"\e34d";}.iconq-exit-3:before{content:"\e34e";}.iconq-exit-4:before{content:"\e34f";}.iconq-play-4:before{content:"\e350";}.iconq-pause-2:before{content:"\e351";}.iconq-stop-2:before{content:"\e352";}.iconq-backward-2:before{content:"\e353";}.iconq-volume-medium-2:before{content:"\e354";}.iconq-volume-low-2:before{content:"\e355";}.iconq-volume-mute-5:before{content:"\e356";}.iconq-volume-mute-6:before{content:"\e357";}.iconq-volume-increase-2:before{content:"\e358";}.iconq-volume-decrease-2:before{content:"\e359";}.iconq-arrow-up-2:before{content:"\e35a";}.iconq-arrow-right-3:before{content:"\e35b";}.iconq-arrow-down-2:before{content:"\e35c";}.iconq-arrow-left-2:before{content:"\e35d";}.iconq-arrow-up-3:before{content:"\e35e";}.iconq-arrow-right-4:before{content:"\e35f";}.iconq-arrow-up-4:before{content:"\e360";}.iconq-arrow-up-right-2:before{content:"\e361";}.iconq-arrow-right-5:before{content:"\e362";}.iconq-arrow-down-right-2:before{content:"\e363";}.iconq-arrow-down-3:before{content:"\e364";}.iconq-arrow-down-left-2:before{content:"\e365";}.iconq-arrow-up-right-3:before{content:"\e366";}.iconq-arrow-right-6:before{content:"\e367";}.iconq-arrow-down-right-3:before{content:"\e368";}.iconq-arrow-down-4:before{content:"\e369";}.iconq-arrow-down-left-3:before{content:"\e36a";}.iconq-arrow-left-3:before{content:"\e36b";}.iconq-arrow-right-7:before{content:"\e36c";}.iconq-arrow-down-right-4:before{content:"\e36d";}.iconq-arrow-down-5:before{content:"\e36e";}.iconq-arrow-down-left-4:before{content:"\e36f";}.iconq-arrow-left-4:before{content:"\e370";}.iconq-arrow-up-5:before{content:"\e371";}.iconq-arrow-up-6:before{content:"\e372";}.iconq-arrow-right-8:before{content:"\e373";}.iconq-arrow-down-6:before{content:"\e374";}.iconq-arrow-left-5:before{content:"\e375";}.iconq-menu-10:before{content:"\e376";}.iconq-menu-11:before{content:"\e377";}.iconq-enter-4:before{content:"\e378";}.iconq-esc:before{content:"\e379";}.iconq-backspace:before{content:"\e37a";}.iconq-backspace-2:before{content:"\e37b";}.iconq-backspace-3:before{content:"\e37c";}.iconq-tab:before{content:"\e37d";}.iconq-transmission:before{content:"\e37e";}.iconq-transmission-2:before{content:"\e37f";}.iconq-sort:before{content:"\e380";}.iconq-sort-2:before{content:"\e381";}.iconq-key-keyboard:before{content:"\e382";}.iconq-key-A:before{content:"\e383";}.iconq-key-up:before{content:"\e384";}.iconq-key-right:before{content:"\e385";}.iconq-key-down:before{content:"\e386";}.iconq-key-left:before{content:"\e387";}.iconq-command:before{content:"\e388";}.iconq-checkbox-checked:before{content:"\e389";}.iconq-checkbox-unchecked:before{content:"\e38a";}.iconq-square:before{content:"\e38b";}.iconq-checkbox-partial:before{content:"\e38c";}.iconq-checkbox:before{content:"\e38d";}.iconq-checkbox-unchecked-2:before{content:"\e38e";}.iconq-checkbox-partial-2:before{content:"\e38f";}.iconq-radio-checked:before{content:"\e390";}.iconq-radio-unchecked:before{content:"\e391";}.iconq-circle:before{content:"\e392";}.iconq-circle-2:before{content:"\e393";}.iconq-crop:before{content:"\e394";}.iconq-crop-2:before{content:"\e395";}.iconq-vector:before{content:"\e396";}.iconq-rulers:before{content:"\e397";}.iconq-scissors:before{content:"\e398";}.iconq-scissors-2:before{content:"\e399";}.iconq-scissors-3:before{content:"\e39a";}.iconq-filter:before{content:"\e39b";}.iconq-filter-2:before{content:"\e39c";}.iconq-filter-3:before{content:"\e39d";}.iconq-filter-4:before{content:"\e39e";}.iconq-font:before{content:"\e39f";}.iconq-font-size:before{content:"\e3a0";}.iconq-type:before{content:"\e3a1";}.iconq-text-height:before{content:"\e3a2";}.iconq-text-width:before{content:"\e3a3";}.iconq-underline:before{content:"\e3a4";}.iconq-italic:before{content:"\e3a5";}.iconq-strikethrough:before{content:"\e3a6";}.iconq-strikethrough-2:before{content:"\e3a7";}.iconq-font-size-2:before{content:"\e3a8";}.iconq-bold:before{content:"\e3a9";}.iconq-underline-2:before{content:"\e3aa";}.iconq-italic-2:before{content:"\e3ab";}.iconq-strikethrough-3:before{content:"\e3ac";}.iconq-omega:before{content:"\e3ad";}.iconq-sigma:before{content:"\e3ae";}.iconq-nbsp:before{content:"\e3af";}.iconq-page-break:before{content:"\e3b0";}.iconq-page-break-2:before{content:"\e3b1";}.iconq-superscript:before{content:"\e3b2";}.iconq-subscript:before{content:"\e3b3";}.iconq-superscript-2:before{content:"\e3b4";}.iconq-subscript-2:before{content:"\e3b5";}.iconq-text-color:before{content:"\e3b6";}.iconq-highlight:before{content:"\e3b7";}.iconq-pagebreak:before{content:"\e3b8";}.iconq-clear-formatting:before{content:"\e3b9";}.iconq-pilcrow:before{content:"\e3ba";}.iconq-left-to-right:before{content:"\e3bb";}.iconq-right-to-left:before{content:"\e3bc";}.iconq-paragraph-left:before{content:"\e3bd";}.iconq-paragraph-center:before{content:"\e3be";}.iconq-paragraph-right:before{content:"\e3bf";}.iconq-paragraph-justify:before{content:"\e3c0";}.iconq-paragraph-left-2:before{content:"\e3c1";}.iconq-paragraph-center-2:before{content:"\e3c2";}.iconq-paragraph-right-2:before{content:"\e3c3";}.iconq-paragraph-justify-2:before{content:"\e3c4";}.iconq-indent-increase:before{content:"\e3c5";}.iconq-indent-decrease:before{content:"\e3c6";}.iconq-paragraph-left-3:before{content:"\e3c7";}.iconq-paragraph-center-3:before{content:"\e3c8";}.iconq-paragraph-right-3:before{content:"\e3c9";}.iconq-paragraph-justify-3:before{content:"\e3ca";}.iconq-indent-increase-2:before{content:"\e3cb";}.iconq-indent-decrease-2:before{content:"\e3cc";}.iconq-share:before{content:"\e3cd";}.iconq-new-tab:before{content:"\e3ce";}.iconq-new-tab-2:before{content:"\e3cf";}.iconq-console:before{content:"\e3d0";}.iconq-seven-segment-0:before{content:"\e3d1";}.iconq-seven-segment-1:before{content:"\e3d2";}.iconq-seven-segment-2:before{content:"\e3d3";}.iconq-seven-segment-3:before{content:"\e3d4";}.iconq-seven-segment-4:before{content:"\e3d5";}.iconq-seven-segment-5:before{content:"\e3d6";}.iconq-seven-segment-6:before{content:"\e3d7";}.iconq-seven-segment-7:before{content:"\e3d8";}.iconq-seven-segment-8:before{content:"\e3d9";}.iconq-seven-segment-9:before{content:"\e3da";}.iconq-share-2:before{content:"\e3db";}.iconq-share-3:before{content:"\e3dc";}.iconq-mail:before{content:"\e3dd";}.iconq-mail-2:before{content:"\e3de";}.iconq-mail-3:before{content:"\e3df";}.iconq-mail-4:before{content:"\e3e0";}.iconq-google:before{content:"\e3e1";}.iconq-google-plus:before{content:"\e3e2";}.iconq-google-plus-2:before{content:"\e3e3";}.iconq-google-plus-3:before{content:"\e3e4";}.iconq-google-plus-4:before{content:"\e3e5";}.iconq-facebook:before{content:"\e3e6";}.iconq-facebook-2:before{content:"\e3e7";}.iconq-instagram:before{content:"\e3e8";}.iconq-twitter:before{content:"\e3e9";}.iconq-twitter-2:before{content:"\e3ea";}.iconq-twitter-3:before{content:"\e3eb";}.iconq-feed-2:before{content:"\e3ec";}.iconq-feed-3:before{content:"\e3ed";}.iconq-feed-4:before{content:"\e3ee";}.iconq-youtube:before{content:"\e3ef";}.iconq-youtube-2:before{content:"\e3f0";}.iconq-vimeo:before{content:"\e3f1";}.iconq-vimeo2:before{content:"\e3f2";}.iconq-vimeo-2:before{content:"\e3f3";}.iconq-lanyrd:before{content:"\e3f4";}.iconq-flickr:before{content:"\e3f5";}.iconq-flickr-2:before{content:"\e3f6";}.iconq-flickr-3:before{content:"\e3f7";}.iconq-flickr-4:before{content:"\e3f8";}.iconq-picassa:before{content:"\e3f9";}.iconq-picassa-2:before{content:"\e3fa";}.iconq-dribbble:before{content:"\e3fb";}.iconq-forrst:before{content:"\e3fc";}.iconq-deviantart:before{content:"\e3fd";}.iconq-deviantart-2:before{content:"\e3fe";}.iconq-steam:before{content:"\e3ff";}.iconq-steam-2:before{content:"\e400";}.iconq-github:before{content:"\e401";}.iconq-github-2:before{content:"\e402";}.iconq-github-3:before{content:"\e403";}.iconq-github-4:before{content:"\e404";}.iconq-github-5:before{content:"\e405";}.iconq-wordpress:before{content:"\e406";}.iconq-wordpress-2:before{content:"\e407";}.iconq-joomla:before{content:"\e408";}.iconq-blogger:before{content:"\e409";}.iconq-blogger-2:before{content:"\e40a";}.iconq-tumblr:before{content:"\e40b";}.iconq-tumblr-2:before{content:"\e40c";}.iconq-yahoo:before{content:"\e40d";}.iconq-tux:before{content:"\e40e";}.iconq-apple:before{content:"\e40f";}.iconq-finder:before{content:"\e410";}.iconq-android:before{content:"\e411";}.iconq-soundcloud:before{content:"\e412";}.iconq-skype:before{content:"\e413";}.iconq-reddit:before{content:"\e414";}.iconq-linkedin:before{content:"\e415";}.iconq-lastfm:before{content:"\e416";}.iconq-lastfm-2:before{content:"\e417";}.iconq-delicious:before{content:"\e418";}.iconq-stumbleupon:before{content:"\e419";}.iconq-stumbleupon-2:before{content:"\e41a";}.iconq-stackoverflow:before{content:"\e41b";}.iconq-pinterest:before{content:"\e41c";}.iconq-pinterest-2:before{content:"\e41d";}.iconq-xing:before{content:"\e41e";}.iconq-xing-2:before{content:"\e41f";}.iconq-flattr:before{content:"\e420";}.iconq-foursquare:before{content:"\e421";}.iconq-foursquare-2:before{content:"\e422";}.iconq-paypal:before{content:"\e423";}.iconq-paypal-2:before{content:"\e424";}.iconq-paypal-3:before{content:"\e425";}.iconq-yelp:before{content:"\e426";}.iconq-libreoffice:before{content:"\e427";}.iconq-arrow-left-6:before{content:"\e428";}.iconq-arrow-up-left-2:before{content:"\e429";}.iconq-arrow-up-7:before{content:"\e42a";}.iconq-arrow-up-right-4:before{content:"\e42b";}.iconq-arrow-right-9:before{content:"\e42c";}.iconq-arrow-down-right-5:before{content:"\e42d";}.iconq-arrow-down-7:before{content:"\e42e";}.iconq-arrow-down-left-5:before{content:"\e42f";}.iconq-arrow-left-7:before{content:"\e430";}.iconq-arrow:before{content:"\e431";}.iconq-arrow-2:before{content:"\e432";}.iconq-arrow-3:before{content:"\e433";}.iconq-arrow-4:before{content:"\e434";}.iconq-arrow-5:before{content:"\e435";}.iconq-arrow-6:before{content:"\e436";}.iconq-arrow-7:before{content:"\e437";}.iconq-arrow-8:before{content:"\e438";}.iconq-arrow-up-left-3:before{content:"\e439";}.iconq-arrow-square:before{content:"\e43a";}.iconq-arrow-up-8:before{content:"\e43b";}.iconq-arrow-right-10:before{content:"\e43c";}.iconq-arrow-down-8:before{content:"\e43d";}.iconq-arrow-left-8:before{content:"\e43e";}.iconq-arrow-up-9:before{content:"\e43f";}.iconq-arrow-right-11:before{content:"\e440";}.iconq-arrow-bottom:before{content:"\e441";}.iconq-arrow-left-9:before{content:"\e442";}.iconq-arrow-up-left-4:before{content:"\e443";}.iconq-arrow-up-10:before{content:"\e444";}.iconq-arrow-up-right-5:before{content:"\e445";}.iconq-arrow-right-12:before{content:"\e446";}.iconq-arrow-down-right-6:before{content:"\e447";}.iconq-arrow-down-9:before{content:"\e448";}.iconq-arrow-down-left-6:before{content:"\e449";}.iconq-arrow-left-10:before{content:"\e44a";}.iconq-arrow-up-left-5:before{content:"\e44b";}.iconq-arrow-up-11:before{content:"\e44c";}.iconq-arrow-up-right-6:before{content:"\e44d";}.iconq-arrow-right-13:before{content:"\e44e";}.iconq-arrow-down-10:before{content:"\e44f";}.iconq-arrow-left-11:before{content:"\e450";}.iconq-arrow-up-12:before{content:"\e451";}.iconq-arrow-right-14:before{content:"\e452";}.iconq-arrow-down-11:before{content:"\e453";}.iconq-arrow-left-12:before{content:"\e454";}.iconq-arrow-up-13:before{content:"\e455";}.iconq-arrow-right-15:before{content:"\e456";}.iconq-arrow-down-12:before{content:"\e457";}.iconq-arrow-left-13:before{content:"\e458";}.iconq-arrow-up-14:before{content:"\e459";}.iconq-arrow-right-16:before{content:"\e45a";}.iconq-arrow-down-13:before{content:"\e45b";}.iconq-arrow-left-14:before{content:"\e45c";}.iconq-arrow-up-15:before{content:"\e45d";}.iconq-arrow-right-17:before{content:"\e45e";}.iconq-arrow-down-14:before{content:"\e45f";}.iconq-arrow-left-15:before{content:"\e460";}.iconq-arrow-down-15:before{content:"\e461";}.iconq-arrow-left-16:before{content:"\e462";}.iconq-arrow-up-left-6:before{content:"\e463";}.iconq-arrow-up-16:before{content:"\e464";}.iconq-arrow-up-right-7:before{content:"\e465";}.iconq-arrow-right-18:before{content:"\e466";}.iconq-arrow-down-right-7:before{content:"\e467";}.iconq-arrow-down-16:before{content:"\e468";}.iconq-arrow-down-left-7:before{content:"\e469";}.iconq-arrow-left-17:before{content:"\e46a";}.iconq-arrow-up-left-7:before{content:"\e46b";}.iconq-menu-close:before{content:"\e46c";}.iconq-menu-close-2:before{content:"\e46d";}.iconq-enter-5:before{content:"\e46e";}.iconq-checkbox-unchecked-3:before{content:"\e46f";}.iconq-checkbox-partial-3:before{content:"\e470";}.iconq-checkbox-checked-2:before{content:"\e471";}.iconq-height:before{content:"\e472";}.iconq-width:before{content:"\e473";}.iconq-bold-2:before{content:"\e474";}.iconq-table:before{content:"\e475";}.iconq-table-2:before{content:"\e476";}.iconq-insert-template:before{content:"\e477";}.iconq-popout:before{content:"\e478";}.iconq-embed:before{content:"\e479";}.iconq-code:before{content:"\e47a";}.iconq-google-drive:before{content:"\e47b";}.iconq-facebook-3:before{content:"\e47c";}.iconq-facebook-4:before{content:"\e47d";}.iconq-dribbble-2:before{content:"\e47e";}.iconq-dribbble-3:before{content:"\e47f";}.iconq-forrst-2:before{content:"\e480";}.iconq-windows:before{content:"\e481";}.iconq-windows8:before{content:"\e482";}.iconq-soundcloud-2:before{content:"\e483";}.iconq-file-pdf:before{content:"\e484";}.iconq-file-openoffice:before{content:"\e485";}.iconq-file-word:before{content:"\e486";}.iconq-file-excel:before{content:"\e487";}.iconq-file-zip:before{content:"\e488";}.iconq-file-powerpoint:before{content:"\e489";}.iconq-file-xml:before{content:"\e48a";}.iconq-file-css:before{content:"\e48b";}.iconq-html5:before{content:"\e48c";}.iconq-html5-2:before{content:"\e48d";}.iconq-css3:before{content:"\e48e";}.iconq-chrome:before{content:"\e48f";}.iconq-firefox:before{content:"\e490";}.iconq-IE:before{content:"\e491";}.iconq-opera:before{content:"\e492";}.iconq-safari:before{content:"\e493";}.iconq-IcoMoon:before{content:"\e494";}

/*-----------------------
/shop/layout/css/shk
-----------------------*/

/* ----------------------------------------------------------------------- 
---------------------------Akkordeon alt (MW -> BW)-------------------------
   ---------------------------------------------------------------------*/

ul.accordion_contentshk, .accordion_contentshk li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
}
ul.accordion_contentshk li.headline_contentshk {
	font-weight:bold;
	color:#000;
	border-bottom:1px dotted #777;
	background:url(/media/core/shk/arrowmore.png) #ddd no-repeat left;
	background-position: 5px 15px;
	padding:10px 0;
	text-indent:20px;
	text-shadow:none;
	text-decoration:none;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	border: 2px solid #4d4d4d;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:  all 0.5s ease-in-out;
	-o-transition:  all 0.5s ease-in-out;
	transition:  all 0.5s ease-in-out;
	-moz-box-shadow:
 -4px 5px 7px rgba(000,000,000,1),  inset -1px 25px 13px rgba(0,0,003,1);
}
ul.accordion_contentshk li.headline_contentshk:hover {
	font-weight:bold;
	cursor:pointer;
	background:url(/media/core/shk/arrowmore.png) no-repeat left #eee;
	background-position: 5px 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
ul.accordion_contentshk li.open {
	background:url(/media/core/shk/arrowless.png) no-repeat left #eee;
	background-position: 5px 15px;
}
ul.accordion_contentshk li.open:hover {
	background:url(/media/core/shk/arrowless.png) no-repeat left #eee;
	background-position: 5px 15px;
	font-weight:bold;
	cursor:pointer;
}
.accordion_contentshk li {
	padding:5px;
}
ul.accordion_contentshk {
	width:640px;
}

/* ----------------------------------------------------------------------------- 
---------------------------------Akkordeon --------------------------------
   ------------------------------------------------------------------------*/

/*----- Accordion -----*/
.qaccordion, .qaccordion * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.qaccordion {
	overflow:hidden;
	border-radius:3px;
	background:#f7f7f7;
}
.qaccordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	border-bottom:1px solid #1a1a1a;
	background:#333;
	transition:all linear 0.15s;
	/* Type */
    font-size:1.200em;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#ccc;
}
.qaccordion-section-title.active, .qaccordion-section-title:hover {
	background:#4c4c4c;
	/* Type */
    text-decoration:none;
	color:#fff;
}
.qaccordion-section:last-child .qaccordion-section-title {
	border-bottom:none;f
}
.qaccordion-section-content {
	padding:15px;
	display:none;
}
.qaccordeon-preface {
	padding:15px;
}


/* ----------------------------------------------------------------------------- 
---------------------------------Content Slider --------------------------------
   ------------------------------------------------------------------------*/

#cslider2015 .bx-prev {
	color: transparent;
	height: 15px;
	overflow: hidden;
	padding: 8px;
	position: absolute;
	text-decoration: none;
	text-indent: -200px;
	width: 20px;
	outline: none;
	top: 0px;
	right: 75px;
	background: url(/css/bxslider_responsive/controls.png) no-repeat 2px -32px;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
	
}
#cslider2015 .bx-prev:hover {
	color: transparent;
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);	
}
#cslider2015 .bx-next {
	color: transparent;
	height: 15px;
	overflow: hidden;
	padding: 8px;
	position: absolute;
	text-decoration: none;
	text-indent: -200px;
	width: 20px;
	outline: none;
	right: 4px;
	top: 0px;
	background: url(/css/bxslider_responsive/controls.png) no-repeat -41px -32px;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#cslider2015 .bx-next:hover {
	color: transparent;
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
#cslider2015 .bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}
#cslider2015 .bx-wrapper img {
	max-width: 100%;
	display: block;
}
#cslider2015 .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}
#cslider2015 .bx-wrapper .bx-pager, #cslider2015 .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
#cslider2015 .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
#cslider2015 .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
#cslider2015 .bx-wrapper .bx-pager .bx-pager-item, #cslider2015 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
#cslider2015 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#cslider2015 .bx-wrapper .bx-pager.bx-default-pager a:hover, #cslider2015 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
#cslider2015 .bx-wrapper .bx-controls-auto {
	text-align: center;
}
#cslider2015 .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
#cslider2015 .bx-wrapper .bx-controls-auto .bx-start:hover, #cslider2015 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
#cslider2015 .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
#cslider2015 .bx-wrapper .bx-controls-auto .bx-stop:hover, #cslider2015 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
#cslider2015 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
#cslider2015 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
#cslider2015 .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666 \9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
#cslider2015 .bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: .85em;
	padding: 10px;
}
#cslider2015 .slideshow {
	width: 80%;
	max-width: 960px;
	min-width: 300px;
	margin: auto;
	padding: 1em 1em 3em;
}
.bxslider_cslider2015 {
	margin: 0;
	padding: 0;
}
.bxslider_cslider2015 li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: -100%;
}
.slidercount_cslider2015 {
    position: relative;
    right: 50px;
	bottom: 5px;
}

/* ------------------------------------------------------------------------- 
-------Ausblenden von ALLEN Slidern + Akkordeons in der Druckversion -----------
   ------------------------------------------------------------------------*/

#print_version #slider_sam, 
#print_version #slider_aw, 
#print_version #slider_fb_elektro, 
#print_version #slider_fb_elektro_14, 
#print_version .accordion_contentshk,
#print_version .accordion_contentelektro,
.notelist_holder .accordion_contentshk,
.notelist_holder .accordion_contentelektro {
    display: none;
}


/*-----------------------
/shop/layout/css/musterobjekt
-----------------------*/

/* MUSTERHAUS 2012 */
#objekt_raeume, #objekt_raeume li {
	margin:0;
	padding:0
}
.q0_mhpagenavigation {
	margin-top:20px
}
.objekt_raum {
	position:relative;
	overflow:hidden
}
.spot_left {
	padding:3px 5px 3px 35px;
}
.spot_right {
	padding:3px 35px 3px 5px;
}
.spot_right, .spot_left {
	position:absolute;
	z-index:99;
	display:block;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
	cursor:pointer;
	height:18px
}
.spot_right:hover, .spot_left:hover {
	z-index:199
}
.spot_left .info {
	left:0
}
.spot_right .info {
	right:0
}
.spot_left .info, .spot_right .info {
	font-weight:bold;
	padding:12px;
	top:0;
	display:block;
	line-height:0px;
	position:absolute;
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #d3d3d3 48%, #e5e5e5 52%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(48%, #d3d3d3), color-stop(52%, #e5e5e5), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #d3d3d3 48%, #e5e5e5 52%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%, #d3d3d3 48%, #e5e5e5 52%, #dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%, #d3d3d3 48%, #e5e5e5 52%, #dbdbdb 100%); /* IE10+ */
	background: linear-gradient(top, #e5e5e5 0%, #d3d3d3 48%, #e5e5e5 52%, #dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
}
.spot_blue {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* IE10+ */
	background: linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
	color:#fff
}
.spot_red {
	background: #991e1e; /* Old browsers */
	background: -moz-linear-gradient(top, #991e1e 0%, #d62828 50%, #c92020 51%, #e57b7b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #991e1e), color-stop(50%, #d62828), color-stop(51%, #c92020), color-stop(100%, #e57b7b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #991e1e 0%, #d62828 50%, #c92020 51%, #e57b7b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #991e1e 0%, #d62828 50%, #c92020 51%, #e57b7b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #991e1e 0%, #d62828 50%, #c92020 51%, #e57b7b 100%); /* IE10+ */
	background: linear-gradient(top, #991e1e 0%, #d62828 50%, #c92020 51%, #e57b7b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#991e1e', endColorstr='#e57b7b', GradientType=0 ); /* IE6-9 */
	color:#fff
}
.spot_yellow {
	background: #fcda32; /* Old browsers */
	background: -moz-linear-gradient(top, #fcda32 0%, #ffff02 50%, #f2dd26 51%, #f2ff00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcda32), color-stop(50%, #ffff02), color-stop(51%, #f2dd26), color-stop(100%, #f2ff00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcda32 0%, #ffff02 50%, #f2dd26 51%, #f2ff00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcda32 0%, #ffff02 50%, #f2dd26 51%, #f2ff00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcda32 0%, #ffff02 50%, #f2dd26 51%, #f2ff00 100%); /* IE10+ */
	background: linear-gradient(top, #fcda32 0%, #ffff02 50%, #f2dd26 51%, #f2ff00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcda32', endColorstr='#f2ff00', GradientType=0 ); /* IE6-9 *//* IE6-9 */
	color:#333
}
.spot_orange {
	background: rgb(255,183,107); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,183,107,1)), color-stop(50%, rgba(255,167,61,1)), color-stop(51%, rgba(255,124,0,1)), color-stop(100%, rgba(255,127,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04', GradientType=0 ); /* IE6-9 */
}
.spot_brown {
	background: rgb(243,226,199); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(243,226,199,1)), color-stop(50%, rgba(193,158,103,1)), color-stop(51%, rgba(182,141,76,1)), color-stop(100%, rgba(233,212,179,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0 ); /* IE6-9 */
}
.spot_darkgreen {
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(119,147,34,1) 50%, rgba(82,117,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(191,210,85,1)), color-stop(50%, rgba(119,147,34,1)), color-stop(51%, rgba(82,117,0,1)), color-stop(100%, rgba(158,203,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(119,147,34,1) 50%, rgba(82,117,0,1) 51%, rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(119,147,34,1) 50%, rgba(82,117,0,1) 51%, rgba(158,203,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(119,147,34,1) 50%, rgba(82,117,0,1) 51%, rgba(158,203,45,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(191,210,85,1) 0%, rgba(119,147,34,1) 50%, rgba(82,117,0,1) 51%, rgba(158,203,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0 ); /* IE6-9 */
}
.spot_purple {
	background: rgb(203,96,179); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(203,96,179,1)), color-stop(50%, rgba(193,70,161,1)), color-stop(51%, rgba(168,0,119,1)), color-stop(100%, rgba(219,54,164,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0 ); /* IE6-9 */
}
.q0_mhsidebar {
	position:absolute;
	top:0;
	right:-180px;
	z-index:100;
	width:210px;
	background:url(/media/core/musterobjekte/private_objekte/einfamilien_haus/trans_75_white.png);
	height:340px;
	padding:10px 5px;
}
.q0_mhsidebar strong {
	padding-left:20px
}
.q0_mhsidebar img {
	margin:15px 10px 15px 0
}
.q0_mhsidebar .switch {
	float:left;
	height:300px;
	width:20px
}
.q0_mhnavlist {
	overflow:auto !important;
	width:180px;
	height:280px;
	font-size:11px
}
.q0_mhsidebar .q0_mhnavlist span {
	display:block;
	cursor:pointer;
	padding-left:20px
}
.q0_mhsidebar .q0_mhnavlist span:hover {
	color:#f00
}
#slider_top {
	position:relative
}
#grundrissZeigen {
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:102;
	cursor:pointer
}
#grundriss {
	position:absolute;
	top:0;
	left:0;
	z-index:101;
	display:none
}
#grundriss .navigation {
	position:absolute;
	top:10px;
	right:10px;
	width:120px;
	background-color: red;
	padding: 2px;
	border:3px solid red;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 3px 3px 5px #000000;
	-moz-box-shadow: 3px 3px 5px #000000;
	box-shadow: 3px 3px 5px #000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#333333, offx=3, offy=3)";
 filter:progid:DXImageTransform.Microsoft.DropShadow(color=#333333, offx=3, offy=3);
}
#grundriss .navigation ul, #grundriss .navigation li {
	margin:0;
	padding:0;
	list-style-type:none
}
#grundriss .navigation li {
	display:block;
	padding:3px;
	background:#fff;
	cursor:pointer;
}
#grundriss .navigation li.active, #grundriss .navigation li.active:hover {
	color:#fff;
	background: #333;
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(125,126,125,1)), color-stop(100%, rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* W3C */
}
#grundriss .navigation li:hover {
	background:#ccc;
	color:#000
}
#setupFilterliste {
	position:absolute;
	bottom:10px;
	left:70px;
	z-index:102;
	cursor:pointer
}
#filterliste {
	height:50px;
	background:#666;
	color:#fff
}
.spot_example {
	padding:3px 5px 3px 30px;
	float:left;
	margin:0 20px 5px 0;
	position:relative;
	width: 45px;
}
.spot_example .info {
	height:20px;
	padding:0;
	width:20px;
	position:absolute;
	top:0;
	left:0
}
.spot_example .info input {
	margin:3px 3px 0 3px
}
.spot_example .label {
	color: #000;
	font-size: 10px;
	line-height: 16px;
	margin-left: -7px;
}
#q0_mhtooltip {
	display:none;
	position:absolute;
	top:0;
	left:0;
	padding:10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
	z-index:150;
	width:250px
}
#q0_mhtooltip img {
	float:left;
	margin-right:10px;
	border:1px solid #ccc
}
.tooltipp_content {
	display:none
}
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 555px;
	height:100px;
	/* custom decorations */
	border:1px solid #ccc;
	background:url(/media/core/musterobjekte/private_objekte/einfamilien_haus/h300.png) repeat-x;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
        cursor: pointer;
}
.items div {
	float:left;
	width:555px;
}
/* single scrollable item */
.scrollable img {
	float:left;
	margin:10px 5px 10px 6px;
	background-color:#fff;
	padding:0px;
	outline:1px solid #ccc;
	width:100px;
	height:75px;
}
/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/media/core/musterobjekte/private_objekte/einfamilien_haus/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}
/* right */
a.right {
	background-position: 0 -30px;
	clear:right;
	margin-right: 0px;
}
a.right:hover {
	background-position:-30px -30px;
}
a.right:active {
	background-position:-60px -30px;
}
/* left */
a.left {
	margin-left: 0px
}
a.left:hover {
	background-position:-30px 0;
}
a.left:active {
	background-position:-60px 0;
}
/* up and down */
a.up, a.down {
	background:url(/media/core/musterobjekte/private_objekte/einfamilien_haus/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}
/* up */
a.up:hover {
	background-position:-30px 0;
}
a.up:active {
	background-position:-60px 0;
}
/* down */
a.down {
	background-position: 0 -30px;
}
a.down:hover {
	background-position:-30px -30px;
}
a.down:active {
	background-position:-60px -30px;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}
.pager-active {
	outline:3px solid #333 !important
}
#musterobjekt, #musterobjekt .bx-wrapper {
	width:  640px;
	overflow: hidden;
}
#q0_mouseStatus {
	display: none;
	margin-left: 260px;
	padding: 5px;
	border: 1px solid red;
}


/*-----------------------
/shop/layout/css/videojs
-----------------------*/

/*
VideoJS Default Styles (http://videojs.com)
Version 3.2.0
*/

/*
REQUIRED STYLES (be careful overriding)
================================================================================ */
/* When loading the player, the video tag is replaced with a DIV,
   that will hold the video tag or object tag for other playback methods.
   The div contains the video playback element (Flash or HTML5) and controls, and sets the width and height of the video.

   ** If you want to add some kind of border/padding (e.g. a frame), or special positioning, use another containing element.
   Otherwise you risk messing up control positioning and full window mode. **
*/
.video-js {
  background-color: #000; position: relative; padding: 0;

  /* Start with 10px for base font size so other dimensions can be em based and easily calculable. */
  font-size: 10px;

  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */ /*This works in Safari but not Firefox.*/
}

/* Playback technology elements expand to the width/height of the containing div. <video> or <object> */
.video-js .vjs-tech { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when checking fullScreenEnabled. */
.video-js:-moz-full-screen { position: absolute; }

/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0; margin: 0;
  height: 100%; overflow-y: auto; /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
}
.video-js.vjs-fullscreen {
  position: fixed; overflow: hidden; z-index: 1000; left: 0; top: 0; bottom: 0; right: 0; width: 100% !important; height: 100% !important;
  _position: absolute; /* IE6 Full-window (underscore hack) */
}
.video-js:-webkit-full-screen {
  width: 100% !important; height: 100% !important;
}

/* Poster Styles */
.vjs-poster {
  margin: 0 auto; padding: 0; cursor: pointer;

  /* Scale with the size of the player div. Works when poster is vertically shorter, but stretches when it's less wide. */
  position: relative; width: 100%; max-height: 100%;
}

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display { text-align: center; position: absolute; bottom: 4em; left: 1em; right: 1em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* Individual tracks */
.video-js .vjs-text-track {
  display: none; color: #fff; font-size: 1.4em; text-align: center; margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (IE6) */
  background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.50);
}
.video-js .vjs-subtitles { color: #fff; }
.video-js .vjs-captions { color: #fc6; }
.vjs-tt-cue { display: block; }

/* Fading sytles, used to fade control bar. */
.vjs-fade-in {
  visibility: visible !important; /* Needed to make sure things hide in older browsers too. */
  opacity: 1 !important;

  -webkit-transition: visibility 0s linear 0s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0s, opacity 0.3s linear;
  -ms-transition: visibility 0s linear 0s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0s, opacity 0.3s linear;
  transition: visibility 0s linear 0s, opacity 0.3s linear;
}
.vjs-fade-out {
  visibility: hidden !important;
  opacity: 0 !important;

  -webkit-transition: visibility 0s linear 1.5s,opacity 1.5s linear;
  -moz-transition: visibility 0s linear 1.5s,opacity 1.5s linear;
  -ms-transition: visibility 0s linear 1.5s,opacity 1.5s linear;
  -o-transition: visibility 0s linear 1.5s,opacity 1.5s linear;
  transition: visibility 0s linear 1.5s,opacity 1.5s linear;
}

/* DEFAULT SKIN (override in another file to create new skins)
================================================================================
Instead of editing this file, I recommend creating your own skin CSS file to be included after this file,
so you can upgrade to newer versions easier. You can remove all these styles by removing the 'vjs-default-skin' class from the tag. */

/* The default control bar. Created by bar.js */
.vjs-default-skin .vjs-controls {
  position: absolute;
  bottom: 0; /* Distance from the bottom of the box/video. Keep 0. Use height to add more bottom margin. */
  left: 0; right: 0; /* 100% width of div */
  margin: 0; padding: 0; /* Controls are absolutely position, so no padding necessary */
  height: 2.6em; /* Including any margin you want above or below control items */
  color: #fff; border-top: 1px solid #404040;

  /* CSS Gradient */
  /* Can use the Ultimate CSS Gradient Generator: http://www.colorzilla.com/gradient-editor/ */
  background: #242424; /* Old browsers */
  background: -moz-linear-gradient(top, #242424 50%, #1f1f1f 50%, #171717 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(50%,#242424), color-stop(50%,#1f1f1f), color-stop(100%,#171717)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #242424 50%,#1f1f1f 50%,#171717 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #242424 50%,#1f1f1f 50%,#171717 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #242424 50%,#1f1f1f 50%,#171717 100%); /* IE10+ */
  /* Filter was causing a lot of weird issues in IE. Elements would stop showing up, or other styles would break. */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#171717',GradientType=0 );*/ /* IE6-9 */
  background: linear-gradient(top, #242424 50%,#1f1f1f 50%,#171717 100%); /* W3C */

  /* Start hidden and with 0 opacity. Opacity is used to fade in modern browsers. */
  /* Can't use display block to hide initially because widths of slider handles aren't calculated and avaialbe for positioning correctly. */
  visibility: hidden;
  opacity: 0;
}

/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  position: relative; float: left;
  text-align: center; margin: 0; padding: 0;
  height: 2.6em; width: 2.6em;
}

.vjs-default-skin .vjs-control:focus {
  outline: 0;
/*  background-color: #555;*/
}

/* Hide control text visually, but have it available for screenreaders: h5bp.com/v */
.vjs-default-skin .vjs-control-text { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }


/* Play/Pause
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-play-control { width: 5em; cursor: pointer !important; }
/* Play Icon */
.vjs-default-skin.vjs-paused .vjs-play-control div { width: 15px; height: 17px; background: url('http://vjs.zencdn.net/3.2/video-js.png'); margin: 0.5em auto 0; }
.vjs-default-skin.vjs-playing .vjs-play-control div { width: 15px; height: 17px; background: url('http://vjs.zencdn.net/3.2/video-js.png') -25px 0; margin: 0.5em auto 0; }

/* Rewind
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-rewind-control { width: 5em; cursor: pointer !important; }
.vjs-default-skin .vjs-rewind-control div { width: 19px; height: 16px; background: url('http://vjs.zencdn.net/3.2/video-js.png'); margin: 0.5em auto 0; }

/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control { width: 3.8em; cursor: pointer !important; float: right; }
.vjs-default-skin .vjs-mute-control div { width: 22px; height: 16px; background: url('http://vjs.zencdn.net/3.2/video-js.png') -75px -25px; margin: 0.5em auto 0; }
.vjs-default-skin .vjs-mute-control.vjs-vol-0 div { background: url('http://vjs.zencdn.net/3.2/video-js.png') 0 -25px; }
.vjs-default-skin .vjs-mute-control.vjs-vol-1 div { background: url('http://vjs.zencdn.net/3.2/video-js.png') -25px -25px; }
.vjs-default-skin .vjs-mute-control.vjs-vol-2 div { background: url('http://vjs.zencdn.net/3.2/video-js.png') -50px -25px; }


.vjs-default-skin .vjs-volume-control { width: 5em; float: right; }
.vjs-default-skin .vjs-volume-bar {
  position: relative; width: 5em; height: 0.6em; margin: 1em auto 0; cursor: pointer !important;

  -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em;

  background: #666;
  background: -moz-linear-gradient(top, #333, #666);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#666));
  background: -webkit-linear-gradient(top, #333, #666);
  background: -o-linear-gradient(top, #333, #666);
  background: -ms-linear-gradient(top, #333, #666);
  background: linear-gradient(top, #333, #666);
}
.vjs-default-skin .vjs-volume-level {
  position: absolute; top: 0; left: 0; height: 0.6em;

  -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em;

  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ccc);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
  background: -webkit-linear-gradient(top, #fff, #ccc);
  background: -o-linear-gradient(top, #fff, #ccc);
  background: -ms-linear-gradient(top, #fff, #ccc);
  background: linear-gradient(top, #fff, #ccc);
}
.vjs-default-skin .vjs-volume-handle {
  position: absolute; top: -0.2em; width: 0.8em; height: 0.8em; background: #ccc; left: 0;
  border: 1px solid #fff;
  -moz-border-radius: 0.6em; -webkit-border-radius: 0.6em; border-radius: 0.6em;
}

/* Progress
-------------------------------------------------------------------------------- */
.vjs-default-skin div.vjs-progress-control {
  position: absolute;
  left: 4.8em; right: 4.8em; /* Leave room for time displays. */
  height: 1.0em; width: auto;
  top: -1.3em; /* Set above the rest of the controls. And leave room for 2px of borders (progress bottom and controls top). */
  border-bottom: 1px solid #1F1F1F;
  border-top: 1px solid #222;

  /* CSS Gradient */
  background: #333;
  background: -moz-linear-gradient(top, #222, #333);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#333));
  background: -webkit-linear-gradient(top, #222, #333);
  background: -o-linear-gradient(top, #333, #222);
  background: -ms-linear-gradient(top, #333, #222);
  background: linear-gradient(top, #333, #222);


  /* 1px top shadow */
/*  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15);*/
}

/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  position: relative; cursor: pointer !important; /*overflow: hidden;*/
  padding: 0; margin: 0; /* Placement within the progress control item */
  height: 1.0em;
  -moz-border-radius: 0.6em; -webkit-border-radius: 0.6em; border-radius: 0.6em;

  /* CSS Gradient */
  background: #111;
  background: -moz-linear-gradient(top, #111, #262626);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#262626));
  background: -webkit-linear-gradient(top, #111, #262626);
  background: -o-linear-gradient(top, #111, #262626);
  background: -ms-linear-gradient(top, #111, #262626);
  background: linear-gradient(top, #111, #262626);
}
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress { /* Progress Bars */
  position: absolute; display: block; height: 1.0em; margin: 0; padding: 0;
  left: 0; top: 0; /*Needed for IE6*/
  -moz-border-radius: 0.6em; -webkit-border-radius: 0.6em; border-radius: 0.6em;

  /*width: 0;*/
}

.vjs-default-skin .vjs-play-progress {
  /* CSS Gradient. */
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #d6d6d6 50%, #fff 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%,#fff), color-stop(50%,#d6d6d6), color-stop(100%,#fff));
  background: -webkit-linear-gradient(top, #fff 0%,#d6d6d6 50%,#fff 100%);
  background: -o-linear-gradient(top, #fff 0%,#d6d6d6 50%,#fff 100%);
  background: -ms-linear-gradient(top, #fff 0%,#d6d6d6 50%,#fff 100%);
  background: linear-gradient(top, #fff 0%,#d6d6d6 50%,#fff 100%);

  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #f5f5f5 50%, #dbdbdb 50%, #f1f1f1 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%,#efefef), color-stop(50%,#f5f5f5), color-stop(50%,#dbdbdb), color-stop(100%,#f1f1f1));
  background: -webkit-linear-gradient(top, #efefef 0%,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
  background: -o-linear-gradient(top, #efefef 0%,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
  background: -ms-linear-gradient(top, #efefef 0%,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f1f1f1',GradientType=0 );
  background: linear-gradient(top, #efefef 0%,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
}
.vjs-default-skin .vjs-load-progress {
  opacity: 0.8;

  /* CSS Gradient */
  background: #666;
  background: -moz-linear-gradient(top, #666, #333);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333));
  background: -webkit-linear-gradient(top, #666, #333);
  background: -o-linear-gradient(top, #666, #333);
  background: -ms-linear-gradient(top, #666, #333);
  background: linear-gradient(top, #666, #333);
}

.vjs-default-skin div.vjs-seek-handle {
  position: absolute;
  width: 16px; height: 16px; /* Match img pixles */
  margin-top: -0.3em;
  left: 0; top: 0; /*Needed for IE6*/

  background: url('http://vjs.zencdn.net/3.2/video-js.png') 0 -50px;
  /* CSS Curved Corners. Needed to make shadows curved. */
  -moz-border-radius: 0.8em; -webkit-border-radius: 0.8em; border-radius: 0.8em;
  /* CSS Shadows */
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
}
/* Time Display
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-time-controls {
  position: absolute;
  right: 0;
  height: 1.0em; width: 4.8em;
  top: -1.3em;
  border-bottom: 1px solid #1F1F1F;
  border-top: 1px solid #222;
  background-color: #333;

  font-size: 1em; line-height: 1.0em; font-weight: normal; font-family: Helvetica, Arial, sans-serif;

  background: #333;
  background: -moz-linear-gradient(top, #222, #333);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222), to(#333));
  background: -webkit-linear-gradient(top, #222, #333);
  background: -o-linear-gradient(top, #333, #222);
  background: -ms-linear-gradient(top, #333, #222);
  background: linear-gradient(top, #333, #222);

  /* 1px top shadow */
/*  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.15);*/
}

.vjs-default-skin .vjs-current-time { left: 0; }

.vjs-default-skin .vjs-duration { right: 0; display: none; }
.vjs-default-skin .vjs-remaining-time { right: 0; }

.vjs-time-divider { display:none; }

.vjs-default-skin .vjs-time-control { font-size: 1em; line-height: 1; font-weight: normal; font-family: Helvetica, Arial, sans-serif; }
.vjs-default-skin .vjs-time-control span { line-height: 25px; /* Centering vertically */ }

/* Fullscreen
-------------------------------------------------------------------------------- */
.vjs-secondary-controls { float: right; }

.vjs-default-skin .vjs-fullscreen-control { width: 3.8em; cursor: pointer !important; float: right; }
.vjs-default-skin .vjs-fullscreen-control div { width: 16px; height: 16px; background: url('http://vjs.zencdn.net/3.2/video-js.png') -50px 0; margin: 0.5em auto 0; }

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div { background: url('http://vjs.zencdn.net/3.2/video-js.png') -75px 0; }


/* Big Play Button (at start)
---------------------------------------------------------*/
.vjs-default-skin .vjs-big-play-button {
  display: block; /* Start hidden */ z-index: 2;
  position: absolute; top: 50%; left: 50%; width: 8.0em; height: 8.0em; margin: -42px 0 0 -42px; text-align: center; vertical-align: center; cursor: pointer !important;
  border: 0.2em solid #fff; opacity: 0.95;
  -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;

  background: #454545;
  background: -moz-linear-gradient(top, #454545 0%, #232323 50%, #161616 50%, #3f3f3f 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%,#454545), color-stop(50%,#232323), color-stop(50%,#161616), color-stop(100%,#3f3f3f));
  background: -webkit-linear-gradient(top, #454545 0%,#232323 50%,#161616 50%,#3f3f3f 100%);
  background: -o-linear-gradient(top, #454545 0%,#232323 50%,#161616 50%,#3f3f3f 100%);
  background: -ms-linear-gradient(top, #454545 0%,#232323 50%,#161616 50%,#3f3f3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#3f3f3f',GradientType=0 );
  background: linear-gradient(top, #454545 0%,#232323 50%,#161616 50%,#3f3f3f 100%);

  /* CSS Shadows */
  -webkit-box-shadow: 4px 4px 8px #000; -moz-box-shadow: 4px 4px 8px #000; box-shadow: 4px 4px 8px #000;
}

.vjs-default-skin div.vjs-big-play-button:hover {
  -webkit-box-shadow: 0 0 80px #fff; -moz-box-shadow: 0 0 80px #fff; box-shadow: 0 0 80px #fff;
}

.vjs-default-skin div.vjs-big-play-button span {
  position: absolute; top: 50%; left: 50%;
  display: block; width: 35px; height: 42px;
  margin: -20px 0 0 -15px; /* Using negative margin to center image. */
  background: url('http://vjs.zencdn.net/3.2/video-js.png') -100px 0;
}

/* Loading Spinner
---------------------------------------------------------*/
/* CSS Spinners by Kilian Valkhof - http://kilianvalkhof.com/2010/css-xhtml/css3-loading-spinners-without-images/ */
.vjs-loading-spinner {
  display: none;
  position: absolute; top: 50%; left: 50%; width: 55px; height: 55px;
  margin: -28px 0 0 -28px;
  -webkit-animation-name: rotatethis;
  -webkit-animation-duration:1s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name: rotatethis;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
}

@-webkit-keyframes rotatethis {
  0% {-webkit-transform:scale(0.6) rotate(0deg); }
  12.5% {-webkit-transform:scale(0.6) rotate(0deg); }
  12.51% {-webkit-transform:scale(0.6) rotate(45deg); }
  25% {-webkit-transform:scale(0.6) rotate(45deg); }
  25.01% {-webkit-transform:scale(0.6) rotate(90deg);}
  37.5% {-webkit-transform:scale(0.6) rotate(90deg);}
  37.51% {-webkit-transform:scale(0.6) rotate(135deg);}
  50% {-webkit-transform:scale(0.6) rotate(135deg);}
  50.01% {-webkit-transform:scale(0.6) rotate(180deg);}
  62.5% {-webkit-transform:scale(0.6) rotate(180deg);}
  62.51% {-webkit-transform:scale(0.6) rotate(225deg);}
  75% {-webkit-transform:scale(0.6) rotate(225deg);}
  75.01% {-webkit-transform:scale(0.6) rotate(270deg);}
  87.5% {-webkit-transform:scale(0.6) rotate(270deg);}
  87.51% {-webkit-transform:scale(0.6) rotate(315deg);}
  100% {-webkit-transform:scale(0.6) rotate(315deg);}
}

@-moz-keyframes rotatethis {
  0% {-moz-transform:scale(0.6) rotate(0deg);}
  12.5% {-moz-transform:scale(0.6) rotate(0deg);}
  12.51% {-moz-transform:scale(0.6) rotate(45deg);}
  25% {-moz-transform:scale(0.6) rotate(45deg);}
  25.01% {-moz-transform:scale(0.6) rotate(90deg);}
  37.5% {-moz-transform:scale(0.6) rotate(90deg);}
  37.51% {-moz-transform:scale(0.6) rotate(135deg);}
  50% {-moz-transform:scale(0.6) rotate(135deg);}
  50.01% {-moz-transform:scale(0.6) rotate(180deg);}
  62.5% {-moz-transform:scale(0.6) rotate(180deg);}
  62.51% {-moz-transform:scale(0.6) rotate(225deg);}
  75% {-moz-transform:scale(0.6) rotate(225deg);}
  75.01% {-moz-transform:scale(0.6) rotate(270deg);}
  87.5% {-moz-transform:scale(0.6) rotate(270deg);}
  87.51% {-moz-transform:scale(0.6) rotate(315deg);}
  100% {-moz-transform:scale(0.6) rotate(315deg);}
}
/* Each circle */
div.vjs-loading-spinner .ball1 { opacity: 0.12; position:absolute; left: 20px; top: 0px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball2 { opacity: 0.25; position:absolute; left: 34px; top: 6px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball3 { opacity: 0.37; position:absolute; left: 40px; top: 20px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball4 { opacity: 0.50; position:absolute; left: 34px; top: 34px; width: 13px; height: 13px; background: #fff;
  border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 15px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball5 { opacity: 0.62; position:absolute; left: 20px; top: 40px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball6 { opacity: 0.75; position:absolute; left: 6px; top: 34px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball7 { opacity: 0.87; position:absolute; left: 0px; top: 20px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

div.vjs-loading-spinner .ball8 { opacity: 1.00; position:absolute; left: 6px; top: 6px; width: 13px; height: 13px; background: #fff;
  border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; border: 1px solid #ccc; }

/* Menu Buttons (Captions/Subtitles/etc.)
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-menu-button {
  float: right; margin: 0.2em 0.5em 0 0; padding: 0; width: 3em; height: 2em; cursor: pointer !important;

  border: 1px solid #111; -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em;

  background: #4d4d4d;
  background: -moz-linear-gradient(top,  #4d4d4d 0%, #3f3f3f 50%, #333333 50%, #252525 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(50%,#3f3f3f), color-stop(50%,#333333), color-stop(100%,#252525));
  background: -webkit-linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
  background: -o-linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
  background: -ms-linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
  background: linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
}
/* Button Icon */
.vjs-default-skin .vjs-menu-button div { background: url('http://vjs.zencdn.net/3.2/video-js.png') 0px -75px no-repeat; width: 16px; height: 16px; margin: 0.2em auto 0; padding: 0; }

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button ul {
  display: none; /* Start hidden. Hover will show. */
  opacity: 0.8;
  padding: 0; margin: 0;
  position: absolute; width: 10em; bottom: 2em; max-height: 15em;
  left: -3.5em; /* Width of menu - width of button / 2 */
  background-color: #111;
  border: 2px solid #333;
  -moz-border-radius: 0.7em; -webkit-border-radius: 1em; border-radius: .5em;
  -webkit-box-shadow: 0 2px 4px 0 #000; -moz-box-shadow: 0 2px 4px 0 #000; box-shadow: 0 2px 4px 0 #000;
  overflow: auto;
}

.vjs-default-skin .vjs-menu-button:focus ul,
.vjs-default-skin .vjs-menu-button:hover ul { display: block; list-style: none; }
.vjs-default-skin .vjs-menu-button ul li { list-style: none; margin: 0; padding: 0.3em 0 0.3em 20px; line-height: 1.4em; font-size: 1.2em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: left; }
.vjs-default-skin .vjs-menu-button ul li.vjs-selected { text-decoration: underline; background: url('http://vjs.zencdn.net/3.2/video-js.png') -125px -50px no-repeat; }
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover { background-color: #ccc; color: #111; outline: 0; }
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center; text-transform: uppercase; font-size: 1em; line-height: 2em; padding: 0; margin: 0 0 0.3em 0;

  color: #fff; font-weight: bold;

  cursor: default;

  background: #4d4d4d;
  background: -moz-linear-gradient(top,  #4d4d4d 0%, #3f3f3f 50%, #333333 50%, #252525 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(50%,#3f3f3f), color-stop(50%,#333333), color-stop(100%,#252525));
  background: -webkit-linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
  background: -o-linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
  background: -ms-linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
  background: linear-gradient(top,  #4d4d4d 0%,#3f3f3f 50%,#333333 50%,#252525 100%);
}

/* Subtitles Button */
.vjs-default-skin .vjs-captions-button div { background-position: -25px -75px; }
.vjs-default-skin .vjs-chapters-button div { background-position: -100px -75px; }
.vjs-default-skin .vjs-chapters-button ul { width: 20em; left: -8.5em; /* Width of menu - width of button / 2 */ }


/*-----------------------
/shop/layout/css/bxslider_responsive
-----------------------*/

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: -5px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.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 {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/css/bxslider_responsive/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/css/bxslider_responsive/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/css/bxslider_responsive/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/css/bxslider_responsive/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*-----------------------
/shop/layout/css/lp_css
-----------------------*/

html, body {
	margin: 0;
	padding: 0;
}
body {
	background: url(/media/shop/layout/wasserzeichen_grau.png) no-repeat #fff;
	background-position:right bottom 420px;
	margin:0 auto;
	border:none;
	font: 15px/16px "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	color:#606060;
}
.startlayout {
	background:#fff;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #e2051c;
}
h1 {
	font-weight:normal;
	font-size:20px;
	padding:10px 0 10px 0;
}
#cleft h1, #cright h1 {
	text-transform:uppercase;
}
h2 {
	font-weight:normal;
	font-size:17px;
	padding:10px 0 10px 0;
}
h3 {
	font-weight:normal;
	font-size:15px;
	padding:10px 0 10px 0;
}
p {
	padding:10px 0;
	line-height:18px;
}
.teaser p {
	padding:0;
	line-height:18px;
}
#content #cright td {
	color:#888888;
}
#content #cright ul {
	margin:0 0 0 20px;
}
#content #cright ul li {
	padding:7px 0;
}
a {
	color: #ED2025;
}
a:hover {
	color: #C11B1D;
}
/* ======= Buttons ========= 
--------------------------*/
.button_trans {
	background-color:transparent;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	font-size:25px;
	padding:20px 30px;
	margin:15px 0 0 0;
	letter-spacing:3px;
	border:1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.button_trans:hover {
	background-color:#fff;
}
.button_bg {
	background-color:#D51130;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	font-size:15px;
	padding:10px 20px;
	margin:-20px 0 40px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.button_bg:hover {
	background-color:#fff;
}
.button_more {
	background-color:#D51130;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	padding:5px 10px;
	margin:20px 0 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #D51130;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.button_more:hover {
	background-color:#fff;
	border:1px solid #D51130;
}
/* ======= Clear all ========= 
--------------------------*/
.clear {
	clear: both;
}
/* ======= Wrapper ========= 
--------------------------*/
#wrapper {
	position:relative;
	max-width: 1000px;
	margin: 0 auto;
}
/* ======= Head ========= 
--------------------------*/
#head {
	width:100%;
	position:relative;
	z-index:300;
	background:#fff;
	height:140px;
	margin:0 auto;
	border-bottom:25px solid #d51130;
}
#head_inner {
	max-width:1170px;
	position:relative;
	height:160px;
	margin:0 auto;
}
/* ======= Speedbar ========= 
--------------------------*/
#head #speedbar {
	position:absolute;
	right:0;
	bottom:55px;
	z-index:300;
}
#head #speedbar .icon {
	color:#fff;
	background:#D51130;
	padding:8px;
	text-decoration:none;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#telebox {
	position:absolute;
	right:0;
	top:140px;
	line-height:20px;
	background:#fff;
	padding:10px 20px;
	display:none;
}
#telebox .close {
	position:absolute;
	right:10px;
}
#telebox .close:hover {
	cursor:pointer;
}
/* ======= Logo ========= 
--------------------------*/
#head .logo {
	float:left;
	margin:20px 0 0 0;
}
/* ======= Top Nav ========= 
--------------------------*/
#top_nav {
	width:100%;
	background:rgba(255,255,255,0.7);
	height:75px;
	position:relative;
	z-index:200;
}
#top_nav #top_nav_inner {
	max-width:1170px;
	margin:0 auto;
}
#nav {
	width:100%;
	margin:0;
	padding:0;
}
#nav ul {
	margin:0;
	padding:20px 0 0 0;
}
#nav li {
	list-style:none;
	float:left;
	padding:0 20px;
	font-size:15px;
	text-align:center;
}
#nav li a {
	text-decoration:none;
	color:#4f4f4f;
	padding:10px 0 5px 0;
	display:block;
	text-indent:0;
	border-top:2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#nav li a:hover {
	text-decoration:none;
	border-top:2px solid #D51130;
}
/* ======= Top Slider ========= 
--------------------------*/
#top_slider {
	height:640px;
	width:100%;
	top:-290px;
	position:relative;
	z-index:100;
}
.starslider {
	height:930px;
	width:100%;
}
/* ======= Wrapper / Content ========= 
--------------------------*/
#content {
	margin:0 auto;
	width: 100%;
	padding:0;
}
#content #cleft {
    float: left;
    padding: 0;
    width: 18%;
}
#content #cright {
    float: right;
    padding: 0;
    width: 73%;
}
/* ======= Boxes ========= 
--------------------------*/
.col-md-3 {
	width: 25%;
}
.col-md-4 {
	width: 33.3333%;
}
.col-md-3, .col-md-4 {
	float: left;
}
#unternehmensbereiche h1 {
	text-transform:uppercase;
	text-align:center;
	font-size:29px;
	letter-spacing:3px;
	padding:40px 0 0 0;
}
#unternehmensbereiche h1:after {
	content:" ";
	background:#808080;
	height:3px;
	width:150px;
	display:block;
	margin:30px auto;
}
#unternehmensbereiche p {
	text-align:center;
	line-height:24px;
}
.panel {
	text-align:center;
	padding:20px;
}
.panel-heading {
	border:5px solid #d51130;
	height:130px;
	width:130px;
	margin:0 auto;
	-moz-border-radius: 130px;
	-webkit-border-radius: 130px;
	border-radius: 130px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.panel:hover .panel-heading {
	border:5px solid #f6b4ba;
}
.panel-body h2 {
	color:#606060;
	font-size:19px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.panel:hover .panel-body h2 {
	color:#e2051c;
}
.panel_bg {
	background:#fff;
	text-align:center;
	padding:20px;
	margin:0 20px 45px 0;
}
.panel_bg h2:after {
	content:" ";
	background:#808080;
	height:2px;
	width:50px;
	display:block;
	margin:20px auto 0;
}
#themenholder {
	background:url(/media/shop/layout/wasserzeichen.png) no-repeat #d6d6d6;
	background-position: 100% 35px;
}
#themenholder h1 {
	text-transform:uppercase;
	text-align:center;
	font-size:29px;
	letter-spacing:3px;
	padding:40px 0 0 0;
	color:#343434;
}
#themenholder h1:after {
	content:" ";
	background:#808080;
	height:3px;
	width:150px;
	display:block;
	margin:30px auto;
}
#themenholder p {
	text-align:center;
	line-height:24px;
}
/* ======= Aktionsleiste ========= 
--------------------------*/
#aktionsleiste {
	float: right;
	margin: 20px 0 0 0;
}
#aktionsleiste a {
	padding: 10px 10px 6px 10px;
	margin: 0 5px 0 0;
	font-size: 15px;
	color: #fff;
	background: #D51130;
	text-decoration: none;
}
#aktionsleiste #aktionsleiste_pdfdruck {
	display: block;
}
#aktionsleiste div {
	width: auto;
}
/* ======= Stammkundeninfo ========= 
--------------------------*/
#stammkundeninfo {
	background:#D51130;
}
#stammkundeninfo p {
	color:#fff;
	float:left;
	font-size:24px;
}
/* ======= Core ========= 
--------------------------*/
#core_menu {
	margin: 10px 0px 30px 0px;
	padding: 0;
	text-align: left;
	width: 100%;
}
#core_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#core_menu ul li {
	margin: 0;
	padding: 0px 0px 0px 10px;
	border-bottom: solid 1px #d51130;
}
#core_menu ul li a {
	background:none;
	text-decoration: none;
	display: block;
	border: none;
	margin: 0;
	color: #808080;
	font-size: 15px;
	font-weight: normal;
	width: 200px;
	line-height: 35px;
}
#core_menu ul li a:hover {
	background: none;
	color: #D51130;
}
#core_menu ul li ul li a {
	background: none;
	color: #505050;
	font-size: 11px;
	text-indent: 0px;
	font-weight: normal;
	border: none;
	width: 200px;
}
#core_menu ul li ul li ul li a {
	background:none;
	border-bottom: none;
	font-size: 11px;
	text-indent: 10px;
	font-weight: normal;
	width: 200px;
}
#core_menu ul li ul li ul li ul li a {
	background: none;
	border-bottom: none;
	text-indent: 10px;
	font-weight: normal;
	width: 175px;
}
#core_menu ul .open {
	text-decoration: none;
	color: #D51130;
}
/* ======= Shop Navi ========= 
--------------------------*/
.navigation a {
	text-decoration: none;
	display: block;
	border: none;
	margin: 0;
	color: #808080;
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	font-weight: normal;
	width: 240px;
	line-height: 35px;
	margin-left:-7px;
	border-bottom: solid 1px #d51130;
}
.navigation a font {
	color: #808080;
}
.navigation a font:hover {
	color: #D51130;
}
.navigation a:hover {
	color: #D51130;
}
/* ======= Suche ========= 
--------------------------*/
#head #suche_holder {
	position:absolute;
	right:0;
	top:22px;
}
#head #csuche {
	background:#D51130;
	width:280px;
	height:35px;
	float:right;
	margin:0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#head #suchbgr {
	width:200px;
	border:none;
	background:none;
	color:#fff !important;
	font-size:11px;
	text-indent:10px;
	font-style:italic;
	float:left;
	margin:10px 0 0 0;
}
#head #sub {
	background:none !important;
	font-size:13px;
	float:right;
	margin:5px 5px 0 0;
	color:#fff;
}
#head .MLAnzeige {
	margin:55px 0 0 0;
}
#head .MLAnzeige a {
	color:#3d3d3c;
	text-decoration:none;
	font-size:12px;
}
/* ======= Bottom ========= 
--------------------------*/
#bottom {
	background:#8d8d8d;
	color:#fff;
	padding:35px 0 35px 0;
}
#bottom #wrapper table {
	float:left;
	margin:-22px 0 0 0;
	width:100%;
}
#zertifikate {
	float:right;
}
.footer {
	font-size: 13px;
	text-align:left;
	width:100%;
}
.footer a {
	display: block;
	background: #666666;
	padding: 15px 0 15px 10px;
	margin: 5px 0;
	text-decoration:none;
	width:100%;
}
.footer a:hover {
	color: #FFF;
	background-color: rgba(0,0,0,0.3);
}

/* ======= Media Queries ========= 
--------------------------*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
.logo img {
width:70%;
margin:20px 0 0 10px;  
}
#head #suche_holder, #head #speedbar {
    right: 10px;
}
}

/* ======= Newsrotator Startseite ========= 
--------------------------*/
#newsrotator_startseite {
    background: #fff;
    padding: 15px 0 25px 0;
}
#newsrotator_startseite #insert_newsbox {
    text-align: center;
    width: 100% !important;
}
#newsrotator_startseite .news_text {
    width: 100%;
}
#newsrotator_startseite .insert_newsbox_all {
    background: none;
}

