@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,400italic,500italic,700&subset=latin,latin-ext);/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block}audio,canvas,video{display: inline-block}audio:not([controls]){display: none;height: 0}[hidden],template{display: none}html{font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%}body{margin: 0}a{background: transparent}a:focus{outline: thin dotted}a:active,a:hover{outline: 0}h1{font-size: 2em;margin: .67em 0}abbr[title]{border-bottom: 1px dotted}b,strong{font-weight: bold}dfn{font-style: italic}hr{-moz-box-sizing: content-box;box-sizing: content-box;height: 0}mark{background: #ff0;color: #000}code,kbd,pre,samp{font-family: monospace, serif;font-size: 1em}pre{white-space: pre-wrap}q{quotes: "\201C" "\201D" "\2018" "\2019"}small{font-size: 80%}sub,sup{font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}sup{top: -0.5em}sub{bottom: -0.25em}img{border: 0}svg:not(:root){overflow: hidden}figure{margin: 0}fieldset{border: 1px solid #c0c0c0;margin: 0 2px;padding: .35em .625em .75em}legend{border: 0;padding: 0}button,input,select,textarea{font-family: inherit;font-size: 100%;margin: 0}button,input{line-height: normal}button,select{text-transform: none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance: button;cursor: pointer}button[disabled],html input[disabled]{cursor: default}input[type="checkbox"],input[type="radio"]{box-sizing: border-box;padding: 0}input[type="search"]{-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance: none}button::-moz-focus-inner,input::-moz-focus-inner{border: 0;padding: 0}textarea{overflow: auto;vertical-align: top}table{border-collapse: collapse;border-spacing: 0}body{font-family: "Tahoma", "Arial", "sans-serif";font-size: 11px}/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */.slider{display: inline-block;vertical-align: middle;position: relative}.slider.slider-horizontal{width: 210px;height: 20px}.slider.slider-horizontal .slider-track{height: 10px;width: 100%;margin-top: -5px;top: 50%;left: 0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height: 100%;top: 0;bottom: 0}.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left: -10px;margin-top: -5px}.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{border-width: 0 10px 10px 10px;width: 0;height: 0;border-bottom-color: #0480be;margin-top: 0}.slider.slider-horizontal .slider-tick-label-container{white-space: nowrap;margin-top: 20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{padding-top: 4px;display: inline-block;text-align: center}.slider.slider-vertical{height: 210px;width: 20px}.slider.slider-vertical .slider-track{width: 10px;height: 100%;margin-left: -5px;left: 50%;top: 0}.slider.slider-vertical .slider-selection{width: 100%;left: 0;top: 0;bottom: 0}.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width: 100%;left: 0;right: 0}.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-left: -5px;margin-top: -10px}.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{border-width: 10px 0 10px 10px;width: 1px;height: 1px;border-left-color: #0480be;margin-left: 0}.slider.slider-disabled .slider-handle{background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)}.slider.slider-disabled .slider-track{background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);cursor: not-allowed}.slider input{display: none}.slider .tooltip.top{margin-top: -36px}.slider .tooltip-inner{white-space: nowrap}.slider .hide{display: none}.slider-track{position: absolute;cursor: pointer;background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);border-radius: 4px}.slider-selection{position: absolute;background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 4px}.slider-selection.tick-slider-selection{background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0)}.slider-track-low,.slider-track-high{position: absolute;background: transparent;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 4px}.slider-handle{position: absolute;width: 20px;height: 20px;background-color: #337ab7;background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);filter: none;-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);border: 0px solid transparent}.slider-handle.round{border-radius: 50%}.slider-handle.triangle{background: transparent none}.slider-handle.custom{background: transparent none}.slider-handle.custom::before{line-height: 20px;font-size: 20px;content: '\2605';color: #726204}.slider-tick{position: absolute;width: 20px;height: 20px;background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;filter: none;opacity: 0.8;border: 0px solid transparent}.slider-tick.round{border-radius: 50%}.slider-tick.triangle{background: transparent none}.slider-tick.custom{background: transparent none}.slider-tick.custom::before{line-height: 20px;font-size: 20px;content: '\2605';color: #726204}.slider-tick.in-selection{background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);opacity: 1}*,*:before,*:after{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}.row:before,.row:after{content: " ";display: table}.row:after{clear: both}.row:before,.row:after{content: " ";display: table}.row:after{clear: both}.col-sm-6{width: 50%;float: left}.reverse{text-decoration: none}.reverse:hover{text-decoration: underline}.fa{display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.clean{margin: 0;padding: 0}.clear{clear: both}.clearfix:before,.clearfix:after{content: " ";display: table}.clearfix:after{clear: both}.center-block{display: block;margin-left: auto;margin-right: auto}.pull-right{float: right !important}.pull-left{float: left !important}.hide{display: none !important}.show{display: block !important}.invisible{visibility: hidden}.text-hide{font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0}.hidden{display: none !important;visibility: hidden !important}.flag{font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;width: 16px;height: 13px;padding-top: 13px;overflow: hidden;display: inline-block}.flag.cs{background: transparent url('/images/flags/cs.png') no-repeat 0 -2px}.flag.en{background: transparent url('/images/flags/en.png') no-repeat 0 -2px}.flag.de{background: transparent url('/images/flags/de.png') no-repeat 0 -2px}.flag.sk{background: transparent url('/images/flags/sk.png') no-repeat 0 -2px}.flag.ru{background: transparent url('/images/flags/ru.png') no-repeat 0 -2px}.flag.unactive{opacity: .5 !important;filter: alpha(opacity=50) !important;background-color: #eee}.slot-column{float: left}.slot-row{clear: both}.slot-row:before,.slot-row:after{content: " ";display: table}.slot-row:after{clear: both}.slot-row:before,.slot-row:after{content: " ";display: table}.slot-row:after{clear: both}.slot{min-height: 1px}.highslide img{border: 0 !important}.highslide-controls{height: 26px !important;left: 3px !important;width: 112px !important}a.highslide-credits,a.highslide-credits i{display: none !important}.alert{border: 1px solid #c6c6c6;padding: 5px 10px;margin: 15px 0}.alert.alert-error{color: #c00;background: #eee;border-color: #c00}.psyo-overlay{display: none}.psyo-overlay.active{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;background-color: rgba(0,0,0,0.5);text-align: center}.psyo-overlay.active .btn{cursor: pointer}.psyo-overlay.active .btn.btn-inverse{background-color: rgba(255,255,255,0.95);border: 2px solid #fff;color: #000;text-transform: uppercase;font-size: 14px;font-weight: 500;position: relative;top: 50%}.psyo-overlay.active:before{content: attr(data-message);display: block;padding: 8px 15px;font-weight: 500;font-size: 14px;background: #fff;position: relative;top: 40%;text-align: center}.psyo-overlay.active.error{color: #c00}.mobile-show{display: none}/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family: 'FontAwesome';src: url('/css/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3');src: url('/css/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/css/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/css/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/css/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight: normal;font-style: normal}.fa{display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.fa-lg{font-size: 1.33333333em;line-height: .75em;vertical-align: -15%}.fa-2x{font-size: 2em}.fa-3x{font-size: 3em}.fa-4x{font-size: 4em}.fa-5x{font-size: 5em}.fa-fw{width: 1.28571429em;text-align: center}.fa-ul{padding-left: 0;margin-left: 2.14285714em;list-style-type: none}.fa-ul > li{position: relative}.fa-li{position: absolute;left: -2.14285714em;width: 2.14285714em;top: .14285714em;text-align: center}.fa-li.fa-lg{left: -1.85714286em}.fa-border{padding: .2em .25em .15em;border: solid .08em #eee;border-radius: .1em}.pull-right{float: right}.pull-left{float: left}.fa.pull-left{margin-right: .3em}.fa.pull-right{margin-left: .3em}.fa-spin{-webkit-animation: spin 2s infinite linear;-moz-animation: spin 2s infinite linear;-o-animation: spin 2s infinite linear;animation: spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform: rotate(0deg)}100%{-moz-transform: rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform: rotate(0deg)}100%{-webkit-transform: rotate(359deg)}}@-o-keyframes spin{0%{-o-transform: rotate(0deg)}100%{-o-transform: rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform: rotate(0deg)}100%{-ms-transform: rotate(359deg)}}@keyframes spin{0%{transform: rotate(0deg)}100%{transform: rotate(359deg)}}.fa-rotate-90{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg)}.fa-rotate-180{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg)}.fa-rotate-270{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-ms-transform: rotate(270deg);-o-transform: rotate(270deg);transform: rotate(270deg)}.fa-flip-horizontal{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform: scale(-1, 1);-moz-transform: scale(-1, 1);-ms-transform: scale(-1, 1);-o-transform: scale(-1, 1);transform: scale(-1, 1)}.fa-flip-vertical{filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform: scale(1, -1);-moz-transform: scale(1, -1);-ms-transform: scale(1, -1);-o-transform: scale(1, -1);transform: scale(1, -1)}.fa-stack{position: relative;display: inline-block;width: 2em;height: 2em;line-height: 2em;vertical-align: middle}.fa-stack-1x,.fa-stack-2x{position: absolute;left: 0;width: 100%;text-align: center}.fa-stack-1x{line-height: inherit}.fa-stack-2x{font-size: 2em}.fa-inverse{color: #fff}.fa-glass:before{content: "\f000"}.fa-music:before{content: "\f001"}.fa-search:before{content: "\f002"}.fa-envelope-o:before{content: "\f003"}.fa-heart:before{content: "\f004"}.fa-star:before{content: "\f005"}.fa-star-o:before{content: "\f006"}.fa-user:before{content: "\f007"}.fa-film:before{content: "\f008"}.fa-th-large:before{content: "\f009"}.fa-th:before{content: "\f00a"}.fa-th-list:before{content: "\f00b"}.fa-check:before{content: "\f00c"}.fa-times:before{content: "\f00d"}.fa-search-plus:before{content: "\f00e"}.fa-search-minus:before{content: "\f010"}.fa-power-off:before{content: "\f011"}.fa-signal:before{content: "\f012"}.fa-gear:before,.fa-cog:before{content: "\f013"}.fa-trash-o:before{content: "\f014"}.fa-home:before{content: "\f015"}.fa-file-o:before{content: "\f016"}.fa-clock-o:before{content: "\f017"}.fa-road:before{content: "\f018"}.fa-download:before{content: "\f019"}.fa-arrow-circle-o-down:before{content: "\f01a"}.fa-arrow-circle-o-up:before{content: "\f01b"}.fa-inbox:before{content: "\f01c"}.fa-play-circle-o:before{content: "\f01d"}.fa-rotate-right:before,.fa-repeat:before{content: "\f01e"}.fa-refresh:before{content: "\f021"}.fa-list-alt:before{content: "\f022"}.fa-lock:before{content: "\f023"}.fa-flag:before{content: "\f024"}.fa-headphones:before{content: "\f025"}.fa-volume-off:before{content: "\f026"}.fa-volume-down:before{content: "\f027"}.fa-volume-up:before{content: "\f028"}.fa-qrcode:before{content: "\f029"}.fa-barcode:before{content: "\f02a"}.fa-tag:before{content: "\f02b"}.fa-tags:before{content: "\f02c"}.fa-book:before{content: "\f02d"}.fa-bookmark:before{content: "\f02e"}.fa-print:before{content: "\f02f"}.fa-camera:before{content: "\f030"}.fa-font:before{content: "\f031"}.fa-bold:before{content: "\f032"}.fa-italic:before{content: "\f033"}.fa-text-height:before{content: "\f034"}.fa-text-width:before{content: "\f035"}.fa-align-left:before{content: "\f036"}.fa-align-center:before{content: "\f037"}.fa-align-right:before{content: "\f038"}.fa-align-justify:before{content: "\f039"}.fa-list:before{content: "\f03a"}.fa-dedent:before,.fa-outdent:before{content: "\f03b"}.fa-indent:before{content: "\f03c"}.fa-video-camera:before{content: "\f03d"}.fa-picture-o:before{content: "\f03e"}.fa-pencil:before{content: "\f040"}.fa-map-marker:before{content: "\f041"}.fa-adjust:before{content: "\f042"}.fa-tint:before{content: "\f043"}.fa-edit:before,.fa-pencil-square-o:before{content: "\f044"}.fa-share-square-o:before{content: "\f045"}.fa-check-square-o:before{content: "\f046"}.fa-arrows:before{content: "\f047"}.fa-step-backward:before{content: "\f048"}.fa-fast-backward:before{content: "\f049"}.fa-backward:before{content: "\f04a"}.fa-play:before{content: "\f04b"}.fa-pause:before{content: "\f04c"}.fa-stop:before{content: "\f04d"}.fa-forward:before{content: "\f04e"}.fa-fast-forward:before{content: "\f050"}.fa-step-forward:before{content: "\f051"}.fa-eject:before{content: "\f052"}.fa-chevron-left:before{content: "\f053"}.fa-chevron-right:before{content: "\f054"}.fa-plus-circle:before{content: "\f055"}.fa-minus-circle:before{content: "\f056"}.fa-times-circle:before{content: "\f057"}.fa-check-circle:before{content: "\f058"}.fa-question-circle:before{content: "\f059"}.fa-info-circle:before{content: "\f05a"}.fa-crosshairs:before{content: "\f05b"}.fa-times-circle-o:before{content: "\f05c"}.fa-check-circle-o:before{content: "\f05d"}.fa-ban:before{content: "\f05e"}.fa-arrow-left:before{content: "\f060"}.fa-arrow-right:before{content: "\f061"}.fa-arrow-up:before{content: "\f062"}.fa-arrow-down:before{content: "\f063"}.fa-mail-forward:before,.fa-share:before{content: "\f064"}.fa-expand:before{content: "\f065"}.fa-compress:before{content: "\f066"}.fa-plus:before{content: "\f067"}.fa-minus:before{content: "\f068"}.fa-asterisk:before{content: "\f069"}.fa-exclamation-circle:before{content: "\f06a"}.fa-gift:before{content: "\f06b"}.fa-leaf:before{content: "\f06c"}.fa-fire:before{content: "\f06d"}.fa-eye:before{content: "\f06e"}.fa-eye-slash:before{content: "\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content: "\f071"}.fa-plane:before{content: "\f072"}.fa-calendar:before{content: "\f073"}.fa-random:before{content: "\f074"}.fa-comment:before{content: "\f075"}.fa-magnet:before{content: "\f076"}.fa-chevron-up:before{content: "\f077"}.fa-chevron-down:before{content: "\f078"}.fa-retweet:before{content: "\f079"}.fa-shopping-cart:before{content: "\f07a"}.fa-folder:before{content: "\f07b"}.fa-folder-open:before{content: "\f07c"}.fa-arrows-v:before{content: "\f07d"}.fa-arrows-h:before{content: "\f07e"}.fa-bar-chart-o:before{content: "\f080"}.fa-twitter-square:before{content: "\f081"}.fa-facebook-square:before{content: "\f082"}.fa-camera-retro:before{content: "\f083"}.fa-key:before{content: "\f084"}.fa-gears:before,.fa-cogs:before{content: "\f085"}.fa-comments:before{content: "\f086"}.fa-thumbs-o-up:before{content: "\f087"}.fa-thumbs-o-down:before{content: "\f088"}.fa-star-half:before{content: "\f089"}.fa-heart-o:before{content: "\f08a"}.fa-sign-out:before{content: "\f08b"}.fa-linkedin-square:before{content: "\f08c"}.fa-thumb-tack:before{content: "\f08d"}.fa-external-link:before{content: "\f08e"}.fa-sign-in:before{content: "\f090"}.fa-trophy:before{content: "\f091"}.fa-github-square:before{content: "\f092"}.fa-upload:before{content: "\f093"}.fa-lemon-o:before{content: "\f094"}.fa-phone:before{content: "\f095"}.fa-square-o:before{content: "\f096"}.fa-bookmark-o:before{content: "\f097"}.fa-phone-square:before{content: "\f098"}.fa-twitter:before{content: "\f099"}.fa-facebook:before{content: "\f09a"}.fa-github:before{content: "\f09b"}.fa-unlock:before{content: "\f09c"}.fa-credit-card:before{content: "\f09d"}.fa-rss:before{content: "\f09e"}.fa-hdd-o:before{content: "\f0a0"}.fa-bullhorn:before{content: "\f0a1"}.fa-bell:before{content: "\f0f3"}.fa-certificate:before{content: "\f0a3"}.fa-hand-o-right:before{content: "\f0a4"}.fa-hand-o-left:before{content: "\f0a5"}.fa-hand-o-up:before{content: "\f0a6"}.fa-hand-o-down:before{content: "\f0a7"}.fa-arrow-circle-left:before{content: "\f0a8"}.fa-arrow-circle-right:before{content: "\f0a9"}.fa-arrow-circle-up:before{content: "\f0aa"}.fa-arrow-circle-down:before{content: "\f0ab"}.fa-globe:before{content: "\f0ac"}.fa-wrench:before{content: "\f0ad"}.fa-tasks:before{content: "\f0ae"}.fa-filter:before{content: "\f0b0"}.fa-briefcase:before{content: "\f0b1"}.fa-arrows-alt:before{content: "\f0b2"}.fa-group:before,.fa-users:before{content: "\f0c0"}.fa-chain:before,.fa-link:before{content: "\f0c1"}.fa-cloud:before{content: "\f0c2"}.fa-flask:before{content: "\f0c3"}.fa-cut:before,.fa-scissors:before{content: "\f0c4"}.fa-copy:before,.fa-files-o:before{content: "\f0c5"}.fa-paperclip:before{content: "\f0c6"}.fa-save:before,.fa-floppy-o:before{content: "\f0c7"}.fa-square:before{content: "\f0c8"}.fa-bars:before{content: "\f0c9"}.fa-list-ul:before{content: "\f0ca"}.fa-list-ol:before{content: "\f0cb"}.fa-strikethrough:before{content: "\f0cc"}.fa-underline:before{content: "\f0cd"}.fa-table:before{content: "\f0ce"}.fa-magic:before{content: "\f0d0"}.fa-truck:before{content: "\f0d1"}.fa-pinterest:before{content: "\f0d2"}.fa-pinterest-square:before{content: "\f0d3"}.fa-google-plus-square:before{content: "\f0d4"}.fa-google-plus:before{content: "\f0d5"}.fa-money:before{content: "\f0d6"}.fa-caret-down:before{content: "\f0d7"}.fa-caret-up:before{content: "\f0d8"}.fa-caret-left:before{content: "\f0d9"}.fa-caret-right:before{content: "\f0da"}.fa-columns:before{content: "\f0db"}.fa-unsorted:before,.fa-sort:before{content: "\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content: "\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content: "\f0de"}.fa-envelope:before{content: "\f0e0"}.fa-linkedin:before{content: "\f0e1"}.fa-rotate-left:before,.fa-undo:before{content: "\f0e2"}.fa-legal:before,.fa-gavel:before{content: "\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content: "\f0e4"}.fa-comment-o:before{content: "\f0e5"}.fa-comments-o:before{content: "\f0e6"}.fa-flash:before,.fa-bolt:before{content: "\f0e7"}.fa-sitemap:before{content: "\f0e8"}.fa-umbrella:before{content: "\f0e9"}.fa-paste:before,.fa-clipboard:before{content: "\f0ea"}.fa-lightbulb-o:before{content: "\f0eb"}.fa-exchange:before{content: "\f0ec"}.fa-cloud-download:before{content: "\f0ed"}.fa-cloud-upload:before{content: "\f0ee"}.fa-user-md:before{content: "\f0f0"}.fa-stethoscope:before{content: "\f0f1"}.fa-suitcase:before{content: "\f0f2"}.fa-bell-o:before{content: "\f0a2"}.fa-coffee:before{content: "\f0f4"}.fa-cutlery:before{content: "\f0f5"}.fa-file-text-o:before{content: "\f0f6"}.fa-building-o:before{content: "\f0f7"}.fa-hospital-o:before{content: "\f0f8"}.fa-ambulance:before{content: "\f0f9"}.fa-medkit:before{content: "\f0fa"}.fa-fighter-jet:before{content: "\f0fb"}.fa-beer:before{content: "\f0fc"}.fa-h-square:before{content: "\f0fd"}.fa-plus-square:before{content: "\f0fe"}.fa-angle-double-left:before{content: "\f100"}.fa-angle-double-right:before{content: "\f101"}.fa-angle-double-up:before{content: "\f102"}.fa-angle-double-down:before{content: "\f103"}.fa-angle-left:before{content: "\f104"}.fa-angle-right:before{content: "\f105"}.fa-angle-up:before{content: "\f106"}.fa-angle-down:before{content: "\f107"}.fa-desktop:before{content: "\f108"}.fa-laptop:before{content: "\f109"}.fa-tablet:before{content: "\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content: "\f10b"}.fa-circle-o:before{content: "\f10c"}.fa-quote-left:before{content: "\f10d"}.fa-quote-right:before{content: "\f10e"}.fa-spinner:before{content: "\f110"}.fa-circle:before{content: "\f111"}.fa-mail-reply:before,.fa-reply:before{content: "\f112"}.fa-github-alt:before{content: "\f113"}.fa-folder-o:before{content: "\f114"}.fa-folder-open-o:before{content: "\f115"}.fa-smile-o:before{content: "\f118"}.fa-frown-o:before{content: "\f119"}.fa-meh-o:before{content: "\f11a"}.fa-gamepad:before{content: "\f11b"}.fa-keyboard-o:before{content: "\f11c"}.fa-flag-o:before{content: "\f11d"}.fa-flag-checkered:before{content: "\f11e"}.fa-terminal:before{content: "\f120"}.fa-code:before{content: "\f121"}.fa-reply-all:before{content: "\f122"}.fa-mail-reply-all:before{content: "\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content: "\f123"}.fa-location-arrow:before{content: "\f124"}.fa-crop:before{content: "\f125"}.fa-code-fork:before{content: "\f126"}.fa-unlink:before,.fa-chain-broken:before{content: "\f127"}.fa-question:before{content: "\f128"}.fa-info:before{content: "\f129"}.fa-exclamation:before{content: "\f12a"}.fa-superscript:before{content: "\f12b"}.fa-subscript:before{content: "\f12c"}.fa-eraser:before{content: "\f12d"}.fa-puzzle-piece:before{content: "\f12e"}.fa-microphone:before{content: "\f130"}.fa-microphone-slash:before{content: "\f131"}.fa-shield:before{content: "\f132"}.fa-calendar-o:before{content: "\f133"}.fa-fire-extinguisher:before{content: "\f134"}.fa-rocket:before{content: "\f135"}.fa-maxcdn:before{content: "\f136"}.fa-chevron-circle-left:before{content: "\f137"}.fa-chevron-circle-right:before{content: "\f138"}.fa-chevron-circle-up:before{content: "\f139"}.fa-chevron-circle-down:before{content: "\f13a"}.fa-html5:before{content: "\f13b"}.fa-css3:before{content: "\f13c"}.fa-anchor:before{content: "\f13d"}.fa-unlock-alt:before{content: "\f13e"}.fa-bullseye:before{content: "\f140"}.fa-ellipsis-h:before{content: "\f141"}.fa-ellipsis-v:before{content: "\f142"}.fa-rss-square:before{content: "\f143"}.fa-play-circle:before{content: "\f144"}.fa-ticket:before{content: "\f145"}.fa-minus-square:before{content: "\f146"}.fa-minus-square-o:before{content: "\f147"}.fa-level-up:before{content: "\f148"}.fa-level-down:before{content: "\f149"}.fa-check-square:before{content: "\f14a"}.fa-pencil-square:before{content: "\f14b"}.fa-external-link-square:before{content: "\f14c"}.fa-share-square:before{content: "\f14d"}.fa-compass:before{content: "\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content: "\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content: "\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content: "\f152"}.fa-euro:before,.fa-eur:before{content: "\f153"}.fa-gbp:before{content: "\f154"}.fa-dollar:before,.fa-usd:before{content: "\f155"}.fa-rupee:before,.fa-inr:before{content: "\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content: "\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content: "\f158"}.fa-won:before,.fa-krw:before{content: "\f159"}.fa-bitcoin:before,.fa-btc:before{content: "\f15a"}.fa-file:before{content: "\f15b"}.fa-file-text:before{content: "\f15c"}.fa-sort-alpha-asc:before{content: "\f15d"}.fa-sort-alpha-desc:before{content: "\f15e"}.fa-sort-amount-asc:before{content: "\f160"}.fa-sort-amount-desc:before{content: "\f161"}.fa-sort-numeric-asc:before{content: "\f162"}.fa-sort-numeric-desc:before{content: "\f163"}.fa-thumbs-up:before{content: "\f164"}.fa-thumbs-down:before{content: "\f165"}.fa-youtube-square:before{content: "\f166"}.fa-youtube:before{content: "\f167"}.fa-xing:before{content: "\f168"}.fa-xing-square:before{content: "\f169"}.fa-youtube-play:before{content: "\f16a"}.fa-dropbox:before{content: "\f16b"}.fa-stack-overflow:before{content: "\f16c"}.fa-instagram:before{content: "\f16d"}.fa-flickr:before{content: "\f16e"}.fa-adn:before{content: "\f170"}.fa-bitbucket:before{content: "\f171"}.fa-bitbucket-square:before{content: "\f172"}.fa-tumblr:before{content: "\f173"}.fa-tumblr-square:before{content: "\f174"}.fa-long-arrow-down:before{content: "\f175"}.fa-long-arrow-up:before{content: "\f176"}.fa-long-arrow-left:before{content: "\f177"}.fa-long-arrow-right:before{content: "\f178"}.fa-apple:before{content: "\f179"}.fa-windows:before{content: "\f17a"}.fa-android:before{content: "\f17b"}.fa-linux:before{content: "\f17c"}.fa-dribbble:before{content: "\f17d"}.fa-skype:before{content: "\f17e"}.fa-foursquare:before{content: "\f180"}.fa-trello:before{content: "\f181"}.fa-female:before{content: "\f182"}.fa-male:before{content: "\f183"}.fa-gittip:before{content: "\f184"}.fa-sun-o:before{content: "\f185"}.fa-moon-o:before{content: "\f186"}.fa-archive:before{content: "\f187"}.fa-bug:before{content: "\f188"}.fa-vk:before{content: "\f189"}.fa-weibo:before{content: "\f18a"}.fa-renren:before{content: "\f18b"}.fa-pagelines:before{content: "\f18c"}.fa-stack-exchange:before{content: "\f18d"}.fa-arrow-circle-o-right:before{content: "\f18e"}.fa-arrow-circle-o-left:before{content: "\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content: "\f191"}.fa-dot-circle-o:before{content: "\f192"}.fa-wheelchair:before{content: "\f193"}.fa-vimeo-square:before{content: "\f194"}.fa-turkish-lira:before,.fa-try:before{content: "\f195"}.fa-plus-square-o:before{content: "\f196"}h1,.h1{font-size: 22px;margin: 0;font-weight: 500;padding: 0 0 .4em;color: #f97123}ul,ol{margin: 0;padding: 0}h2,.h2{font-size: 18px;margin: 0;font-weight: 500;padding: .6em 0 .2em;color: #464646}h3,.h3{font-size: 14px;margin: 0;font-weight: 500;padding: .6em 0 .2em;color: #464646}p{margin: 0;padding: 0 0 1em 0}body{font-size: 13px;line-height: 1.5;font-family: Roboto, arial, sans-serif;color: #464646;margin: 0;padding: 0}a,a:visited{color: #f97123}a:hover,a:focused{color: #464646}.content ul,.content-box.RichText ul,.middle-web ul,.content ol,.content-box.RichText ol,.middle-web ol{padding: 10px 0;margin: 0}.content ol li,.content-box.RichText ol li,.middle-web ol li{padding: 0 0 5px 0;margin-left: 25px}.content ul li,.content-box.RichText ul li,.middle-web ul li{padding: 0 0 5px 15px;list-style-type: none}.content ul li:before,.content-box.RichText ul li:before,.middle-web ul li:before{content: "";display: inline-block;background: #f97123;width: 7px;height: 7px;overflow: hidden;margin: 0 10px 0 -15px;position: relative;top: -1px;left: 0}td{vertical-align: top}th{text-align: left;vertical-align: top;font-weight: bold}.middle-web{font-size: 14px}.middle-web h1,.middle-web .h1{line-height: 1;padding: 0 0 .8em}.middle-web h2,.middle-web .h2,.middle-web h1,.middle-web .h1,.middle-web h3,.middle-web .h3{color: #025497}.middle-web h3,.middle-web .h3{font-size: 1em;padding: 1.5em 0 .6em}.middle-web a,.middle-web a:visited{color: #025497}.middle-web a:hover,.middle-web a:focused{color: #aab2b8}.middle-web ul li:before{background: #025497}.middle-web p{text-align: justify}.header-web a,.header-web a:visited{color: #025497}.header-web a:hover,.header-web a:focused{color: #aab2b8}img.bordered{border: 1px solid #c6c6c6}.table{width: 100%}.table td,.table th{padding: 8px 10px;border-bottom: 1px solid #c6c6c6}.table thead{border-top: 1px solid #c6c6c6;border-left: 1px solid #c6c6c6;border-right: 1px solid #c6c6c6;background: #eee}.container{width: 980px;display: block;margin-left: auto;margin-right: auto}.container-web{width: 980px;display: block;margin-left: auto;margin-right: auto}.header-web{padding: 0 30px;position: relative}.header-web:before,.header-web:after{content: " ";display: table}.header-web:after{clear: both}.header-web:before,.header-web:after{content: " ";display: table}.header-web:after{clear: both}.header{padding: 35px 15px 15px;position: relative}.header:before,.header:after{content: " ";display: table}.header:after{clear: both}.header:before,.header:after{content: " ";display: table}.header:after{clear: both}.header .banner{float: left;padding: 10px 0 0 35px}.language{position: absolute;top: 10px;right: 15px}.language a{margin-left: 3px}.middle{padding: 15px 0 25px}.middle:before,.middle:after{content: " ";display: table}.middle:after{clear: both}.middle:before,.middle:after{content: " ";display: table}.middle:after{clear: both}.middle .sidebox{width: 215px;float: left}.middle .sidebox .content-box{margin-top: 20px;border: 1px solid #c6c6c6}.middle .sidebox .content-box .content-box-text{padding: 10px 15px}.middle .content{width: 740px;float: right}.middle.page-full-middle .content{width: 100%;float: none}.middle-web{padding: 0;background: #e5e9eb}.middle-web:before,.middle-web:after{content: " ";display: table}.middle-web:after{clear: both}.middle-web:before,.middle-web:after{content: " ";display: table}.middle-web:after{clear: both}.middle-web .sidebox-web{width: 290px;float: right;padding: 15px 20px}.middle-web .content-web{width: 690px;background: #fff;min-height: 300px;float: left;padding: 30px 20px}.middle-web.page-full-middle{bakground: none}.middle-web.page-full-middle .content-web{width: 100%}.footer{clear: both;padding: 25px 50px}.footer:before,.footer:after{content: " ";display: table}.footer:after{clear: both}.footer:before,.footer:after{content: " ";display: table}.footer:after{clear: both}.footer-web{clear: both;background: #aab2b8;color: #131313;padding: 15px}.footer-web:before,.footer-web:after{content: " ";display: table}.footer-web:after{clear: both}.footer-web:before,.footer-web:after{content: " ";display: table}.footer-web:after{clear: both}.footer-web a{color: #131313}.footer-banner img{margin: 15px auto;display: block}.background > .container{position: relative;z-index: 2}.side-banner-holder{position: fixed;top: 20px;width: 100%;z-index: 1}.side-banner-holder .container{position: relative}.left-banner{position: absolute;top: 0;left: -10px;z-index: 20}.left-banner img{margin-left: -100%}.right-banner{position: absolute;top: 0;right: -10px;z-index: 20}.right-banner img{margin-left: 100%}.nav{margin-bottom: 0;padding-left: 0;list-style: none;margin: 0;padding: 0}.nav:before,.nav:after{content: " ";display: table}.nav:after{clear: both}.nav:before,.nav:after{content: " ";display: table}.nav:after{clear: both}.nav li{position: relative;display: block;list-style-type: none}.nav li ul{margin: 0;padding: 0}.nav li a{position: relative;display: block;padding: 0 35px;text-decoration: none;line-height: 30px}.nav li.disabled > a{color: #eee}.nav li.disabled > a:hover,.nav li.disabled > a:focus{color: #eee;text-decoration: none;background-color: transparent;cursor: not-allowed}.nav > li > a > img{max-width: none}.nav-tabs{border-bottom: 1px solid #c6c6c6}.nav-tabs > li{float: left;margin-bottom: -1px}.nav-tabs > li > a{margin-right: 2px;line-height: 45px;border: 1px solid transparent}.nav-tabs > li > a:hover{border-color: #c6c6c6}.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus{color: #464646;background-color: #f97123;border: 1px solid #f97123;border-bottom-color: transparent;cursor: default}.nav-pills > li{float: left}.nav-pills > li > a{line-height: 45px}.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus{color: #f97123;background-color: #b5b5b5}.nav-pills > li.dropdown.open .dropdown-menu{display: block}.nav-pills .dropdown-menu{margin: 0;padding: 0;padding: 10px 15px;background: #eee;position: absolute;width: 100%;min-width: 150px;z-index: 99;display: none}.nav-pills .dropdown-menu > li{list-style-type: none;margin: 0;padding: 0}.nav-pills .dropdown-menu > li > a{line-height: 30px;text-decoration: none}.nav-stacked > li{float: none}.nav-stacked > li + li{margin-top: 2px;margin-left: 0}.nav-justified{width: 100%}.nav-justified > li{float: none}.nav-justified > li > a{text-align: center;margin-bottom: 5px}.nav-justified > .dropdown .dropdown-menu{top: auto;left: auto}.nav-tabs-justified{border-bottom: 0}.nav-tabs-justified > li > a{margin-right: 0}.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus{border: 1px solid #b5b5b5}.tab-content > .tab-pane{display: none}.tab-content > .active{display: block}.nav-tabs .dropdown-menu{margin-top: -1px}.nav-list .dropdown-menu{display: none}.nav-list li.dropdown > a:before{display: inline-block;width: 0;height: 0;overflow: hidden;content: "";border-top: 4px solid #464646;border-bottom: 4px solid transparent;border-left: 4px solid transparent;border-right: 4px solid transparent;float: right;margin-top: 14px}.nav-list li.dropdown.open > .dropdown-menu{display: block}.nav-list li.dropdown.open > a:before{display: inline-block;width: 0;height: 0;overflow: hidden;content: "";border-bottom: 4px solid #464646;border-top: 4px solid transparent;border-left: 4px solid transparent;border-right: 4px solid transparent;float: right;margin-top: 10px}.menu-toggle{display: none}.cart-box{width: 270px;border: 1px solid #c6c6c6;margin-left: 20px;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;position: relative}.cart-box .title{font-weight: 500}.cart-box .text{margin-right: 50px;float: left}.cart-box .cart-box-show{position: absolute;top: 5px;right: 5px;width: 45px;height: 40px;padding: 6px 0 0 8px;font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;background: #f97123;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px}.cart-box .cart-box-show:before{content: "\f07a";color: #fff;font-size: 28px;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.cart-box .cart-box-show:before.pull-left{margin-right: .3em}.cart-box .cart-box-show:before.pull-right{margin-left: .3em}.cart-box .final_price .title{display: none}.cart-box .final_price,.cart-box .final_price div{display: inline}.cart-box .final_price > .normal,.cart-box .final_price .shopping_cart_price_first_suffix{display: none}.cart-product-info{font-size: 14px}.cart-product-info:before,.cart-product-info:after{content: " ";display: table}.cart-product-info:after{clear: both}.cart-product-info:before,.cart-product-info:after{content: " ";display: table}.cart-product-info:after{clear: both}.cart-product-info .thumb{float: left}.cart-product-info .thumb span{display: block;width: 70px;height: 70px;background-size: contain;background-repeat: no-repeat;background-position: center center}.cart-product-info .text{margin-left: 85px}.cart-product-info .text .title{font-weight: 500;margin-bottom: 12px;color: #f97123}.cart-product-info .text .price{line-height: 1.2}.cart-product-info .text .price .prefered{font-weight: 500}.cart-product-info .text .price .no-prefered{font-size: 10px}.cart-info{clear: both;border-top: 1px solid #c6c6c6;margin: 15px -15px 0;padding: 15px 15px 0}.cart-info .final_price{display: inline}.cart-info .shopping_cart_price_title,.cart-info .normal{display: none}#cart-modal .btn-primary:after{content: "\f0da";color: #fff;font-size: 24px;margin-left: 10px;position: relative;top: 4px;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}#cart-modal .btn-primary:after.pull-left{margin-right: .3em}#cart-modal .btn-primary:after.pull-right{margin-left: .3em}.login-box a{margin-right: 15px;color: #434343}.login-box a.user,.login-box a.login{color: #137dbd}.login-box a.user:after,.login-box a.login:after{margin-left: 5px;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f007";color: #b5b5b5}.login-box a.user:after.pull-left,.login-box a.login:after.pull-left{margin-right: .3em}.login-box a.user:after.pull-right,.login-box a.login:after.pull-right{margin-left: .3em}.login-box a.logout:after{margin-left: 5px;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f09c";color: #b5b5b5}.login-box a.logout:after.pull-left{margin-right: .3em}.login-box a.logout:after.pull-right{margin-left: .3em}.login-box ul{margin: 0;padding: 0;float: right;margin-top: 5px}.login-box ul li{float: left}.login-box ul li a{margin: 0;padding: 0;margin-right: 15px}.header.with-banner .login-box{float: none;position: absolute;bottom: 13px;right: 8px}.header.with-banner .login-box br{display: none}.header.with-banner .login-box .nav{display: none}ul.breadcrumb{margin: 0;padding: 0;padding-bottom: 25px}ul.breadcrumb:before,ul.breadcrumb:after{content: " ";display: table}ul.breadcrumb:after{clear: both}ul.breadcrumb:before,ul.breadcrumb:after{content: " ";display: table}ul.breadcrumb:after{clear: both}ul.breadcrumb li{float: left;padding: 0;margin: 0}ul.breadcrumb li:before{display: inline;content: "+";margin: 0 5px;background: none}ul.breadcrumb li:first-child:before{display: none}.sidebox h3{background: #f97123;padding: 5px 10px;margin: 0;font-size: 13px;text-align: center}form.form-search{border: 1px solid #c6c6c6;background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #fff 100%);background-image: linear-gradient(to bottom, #f1f1f1 0%, #fff 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f1', endColorstr='#ffffffff', GradientType=0);-webkit-box-shadow: inset 0px 0px 0px 1px #fff;box-shadow: inset 0px 0px 0px 1px #fff;position: relative;margin: 0 10px 15px 10px}form.form-search input[type="text"].search-query{width: 100%;border: 0;background: none;height: 2.5em;line-height: 2.5em;padding: 0 45px 0 10px}form.form-search button{position: absolute;top: 0;right: 0;font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;background: none;margin: 0;padding: 0}form.form-search button:before{display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f002";color: #f97123;font-size: 20px;padding: 6px 10px;cursor: pointer}form.form-search button:before.pull-left{margin-right: .3em}form.form-search button:before.pull-right{margin-left: .3em}.pagination{display: inline-block;padding-left: 0;margin: 1em 0}.pagination > li{display: inline;margin: 0;padding: 0;list-style-type: none;background: none;padding: 0 !important}.pagination > li:before{display: none !important;background: none;position: static;margin: 0;padding: 0}.pagination > li:after{display: none;background: none;position: static;margin: 0;padding: 0}.pagination > li > a,.pagination > li > span{position: relative;float: left;padding: 8px 15px;line-height: 1em;text-decoration: none;background-color: #fff;border: 1px solid #c6c6c6;margin-left: -1px;display: block;color: #464646}.pagination > li > span{background: #f97123;color: #fff}.pagination > li:first-child > a,.pagination > li:first-child > span{margin-left: 0}.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus{background-color: #eee}.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus{z-index: 2;background-color: #eee;cursor: default}.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus{background-color: #eee;cursor: not-allowed}a.btn,input.btn,button.btn,span.btn{display: inline-block;padding: 0 10px;background: #b5b5b5;font-size: 12px;border: 0;line-height: 30px;min-height: 30px;color: #363636;text-decoration: none}a.btn.btn-primary,input.btn.btn-primary,button.btn.btn-primary,span.btn.btn-primary{background: #f97123;color: #fff}a.btn.btn-info,input.btn.btn-info,button.btn.btn-info,span.btn.btn-info{background: none;padding: 0;border-bottom: 1px solid #939393;line-height: 1;height: auto;min-height: 0}.middle-web a.btn.btn-primary,.middle-web input.btn.btn-primary,.middle-web button.btn.btn-primary,.middle-web span.btn.btn-primary{background: #025497;color: #fff}.container input[type="text"],.container input[type="password"],.container textarea,.container .form-control{border: 1px solid #c6c6c6;background: #fff;min-height: 28px;line-height: 28px;padding: 0 10px;color: #464646}.container input[type="text"]:focus,.container input[type="password"]:focus,.container textarea:focus,.container .form-control:focus{border-color: #f97123}.container input[type="checkbox"]{position: relative;top: 6px}.container select,.container .form-control:not(textarea){height: 28px;border: 1px solid #c6c6c6;background: #fff}.container .form-control{width: 100%}.container .form-group{padding-bottom: 10px}.container .form-group:before,.container .form-group:after{content: " ";display: table}.container .form-group:after{clear: both}.container .form-group:before,.container .form-group:after{content: " ";display: table}.container .form-group:after{clear: both}.container .psyoForm:before,.container .psyoForm:after{content: " ";display: table}.container .psyoForm:after{clear: both}.container .psyoForm:before,.container .psyoForm:after{content: " ";display: table}.container .psyoForm:after{clear: both}.container .psyoForm .required{color: #cc0000}#sf_guard_auth_form{width: 300px}#password_form{width: 350px}.form label{width: 30%;line-height: 28px}.form .content{width: 70%}.form .form-group{padding-bottom: 5px}.form .form-group:before,.form .form-group:after{content: " ";display: table}.form .form-group:after{clear: both}.form .form-group:before,.form .form-group:after{content: " ";display: table}.form .form-group:after{clear: both}.form .form-group label,.form .form-group .content{float: left}.container-web input[type="text"],.container-web input[type="password"],.container-web textarea,.container-web .form-control{border: 1px solid #adadad;background: #fff;min-height: 50px;line-height: 50px;padding: 0 10px;color: #464646}.container-web input[type="text"]:focus,.container-web input[type="password"]:focus,.container-web textarea:focus,.container-web .form-control:focus{border-color: #f97123}.container-web select,.container-web select.form-control{height: 50px}.container-web .form-control{width: 100%}.container-web .form-group{padding-bottom: 1em}.container-web .form-group:before,.container-web .form-group:after{content: " ";display: table}.container-web .form-group:after{clear: both}.container-web .form-group:before,.container-web .form-group:after{content: " ";display: table}.container-web .form-group:after{clear: both}.container-web .psyoForm .required{color: #cc0000}.container-web .psyoForm .error-req .form-control{border-color: #ce5d5d}.psyoFormSubmit{float: right}.psyoMediaGallery .item,.psyoGallery .item{float: left}.psyoMediaGallery .item img,.psyoGallery .item img{display: block}.psyoMediaGallery .row,.psyoGallery .row{clear: both}.psyoMediaGallery .row:before,.psyoGallery .row:before,.psyoMediaGallery .row:after,.psyoGallery .row:after{content: " ";display: table}.psyoMediaGallery .row:after,.psyoGallery .row:after{clear: both}.psyoMediaGallery .row:before,.psyoGallery .row:before,.psyoMediaGallery .row:after,.psyoGallery .row:after{content: " ";display: table}.psyoMediaGallery .row:after,.psyoGallery .row:after{clear: both}.psyoMediaGallery .row .item h2 a,.psyoGallery .row .item h2 a{text-decoration: none}.psyoMediaGallery .row .item h2 a:hover,.psyoGallery .row .item h2 a:hover{text-decoration: underline}.psyoMediaGallery .row .item a.thumb,.psyoGallery .row .item a.thumb{display: block;width: 100%;border: 1px solid #ccc;padding: 15px}.psyoMediaGallery .row .item a.thumb span,.psyoGallery .row .item a.thumb span{display: block;background-repeat: no-repeat;background-size: contain;background-position: center center}.psyoMediaGallery .row.row-3 .item,.psyoGallery .row.row-3 .item{width: 30%;margin-left: 5%;margin-bottom: 20px}.psyoMediaGallery .row.row-3 .item:nth-child(3n+1),.psyoGallery .row.row-3 .item:nth-child(3n+1){margin-left: 0;clear: left}.psyoMediaGallery .row.row-4 .item,.psyoGallery .row.row-4 .item{width: 22%;margin-left: 4%;margin-bottom: 20px}.psyoMediaGallery .row.row-4 .item:nth-child(4n+1),.psyoGallery .row.row-4 .item:nth-child(4n+1){margin-left: 0;clear: left}.psyoMediaGallery .row.row-6 .item,.psyoGallery .row.row-6 .item{width: 15%;margin-left: 2%;margin-bottom: 17px}.psyoMediaGallery .row.row-6 .item:nth-child(6n+1),.psyoGallery .row.row-6 .item:nth-child(6n+1){margin-left: 0;clear: left}.psyoArticle.list .text{margin-left: 160px}.psyoArticle.list .thumb{float: left;padding-top: 10px}.psyoArticle.list .no-thumb .text{margin-left: 0}.psyoArticle.list .item{clear: both;padding-bottom: 15px}.psyoArticle.list .item:before,.psyoArticle.list .item:after{content: " ";display: table}.psyoArticle.list .item:after{clear: both}.psyoArticle.list .item:before,.psyoArticle.list .item:after{content: " ";display: table}.psyoArticle.list .item:after{clear: both}.shopCatalog .no-items{border: 1px solid #c6c6c6;margin: 20px 0;padding: 0 20px;line-height: 40px}.shopCatalog.list h1{font-size: 16px}.shopCatalog.detail h1{width: 70%;line-height: 1.3}.shopCatalog.detail .shop-add-cart{font-size: 16px;font-weight: bold;line-height: 40px;margin-top: -5px}.shopCatalog.detail .shop-add-cart:before{content: "\f07a";color: #fff;font-size: 17px;margin-right: 10px;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.shopCatalog.detail .shop-add-cart:before.pull-left{margin-right: .3em}.shopCatalog.detail .shop-add-cart:before.pull-right{margin-left: .3em}.shopCatalog.detail .data{padding-top: 20px}.shopCatalog.detail .data:before,.shopCatalog.detail .data:after{content: " ";display: table}.shopCatalog.detail .data:after{clear: both}.shopCatalog.detail .data:before,.shopCatalog.detail .data:after{content: " ";display: table}.shopCatalog.detail .data:after{clear: both}.shopCatalog.detail .data .images{width: 335px;float: left;position: relative}.shopCatalog.detail .data .images a.main-image.highslide,.shopCatalog.detail .data .images a.image.highslide{border: 1px solid #d3d3d3;padding: 30px 15px;margin-bottom: 15px;display: block}.shopCatalog.detail .data .images a.main-image.highslide img,.shopCatalog.detail .data .images a.image.highslide img{width: 100%}.shopCatalog.detail .data .images .other-images{padding: 0 0 15px 0}.shopCatalog.detail .data .images .other-images a.highslide:first-child{margin-left: 0}.shopCatalog.detail .data .images div.scrollingHotSpotLeft,.shopCatalog.detail .data .images div.scrollingHotSpotRight{width: 15px;min-width: 0;height: 115px;opacity: 1 !important;filter: alpha(opacity=100) !important;padding: 43px 0 0 0;background: #fff}.shopCatalog.detail .data .images div.scrollingHotSpotLeft:before,.shopCatalog.detail .data .images div.scrollingHotSpotRight:before{content: "\f0d9";color: #464646;font-size: 28px;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.shopCatalog.detail .data .images div.scrollingHotSpotLeft:before.pull-left,.shopCatalog.detail .data .images div.scrollingHotSpotRight:before.pull-left{margin-right: .3em}.shopCatalog.detail .data .images div.scrollingHotSpotLeft:before.pull-right,.shopCatalog.detail .data .images div.scrollingHotSpotRight:before.pull-right{margin-left: .3em}.shopCatalog.detail .data .images div.scrollingHotSpotRight{text-align: right}.shopCatalog.detail .data .images div.scrollingHotSpotRight:before{content: "\f0da"}.shopCatalog.detail .data .images a.image.highslide{padding: 5px;width: 105px;margin-left: 10px;margin-bottom: 5px;float: left}.shopCatalog.detail .data .images .item-status,.shopCatalog.detail .data .images .item-new{position: absolute;top: -5px;right: -5px;font-size: 12px;text-transform: uppercase;padding: 0 10px;background: #f97123;color: #fff;line-height: 20px;-webkit-border-radius: 0 7px 0 7px;-moz-border-radius: 0 7px 0 7px;border-radius: 0 7px 0 7px}.shopCatalog.detail .data .images .item-status.akce,.shopCatalog.detail .data .images .item-new.akce{background: #137dbd}.shopCatalog.detail .data .images .item-status.sleva,.shopCatalog.detail .data .images .item-new.sleva{background: #039116}.shopCatalog.detail .data .images .item-status.vyprodej,.shopCatalog.detail .data .images .item-new.vyprodej{background: #4b0049}.shopCatalog.detail .data .images .item-new{right: auto;left: -5px;-webkit-border-radius: 7px 0;-moz-border-radius: 7px 0;border-radius: 7px 0;background: #b82929}.shopCatalog.detail .data .info{width: 370px;float: right;border-top: 1px solid #c6c6c6}.shopCatalog.detail .data .info .manufacturer img{float: right;margin-top: -35px}.shopCatalog.detail .data .info .detail-row{padding: 15px 0;border-bottom: 1px solid #c6c6c6}.shopCatalog.detail .data .info .attribute_holder_table .item{line-height: 30px}.shopCatalog.detail .data .info .attribute_holder_table .item:before,.shopCatalog.detail .data .info .attribute_holder_table .item:after{content: " ";display: table}.shopCatalog.detail .data .info .attribute_holder_table .item:after{clear: both}.shopCatalog.detail .data .info .attribute_holder_table .item:before,.shopCatalog.detail .data .info .attribute_holder_table .item:after{content: " ";display: table}.shopCatalog.detail .data .info .attribute_holder_table .item:after{clear: both}.shopCatalog.detail .data .info .add-to-cart{line-height: 30px;font-weight: 500}.shopCatalog.detail .data .info .add-to-cart .title{margin-right: 20px}.shopCatalog.detail .data .info .add-to-cart .shop-add-quantity{width: 50px;margin-right: 10px}.shopCatalog.detail .data .info .parameter-table{font-weight: 500}.shopCatalog.detail .data .info .parameter-table .stock.avaible .r-align{color: #f97123}.shopCatalog.detail .data .info .parameter-table .r-align{text-align: right}.shopCatalog.detail .data .info .price .old_price_title,.shopCatalog.detail .data .info .price .no-prefered{display: block;color: #888;font-size: 14px}.shopCatalog.detail .data .info .price .old_price_space .prefered{display: block;text-align: right;text-decoration: line-through}.shopCatalog.detail .data .info .price .actual_price_space{font-size: 16px;font-weight: bold;color: #f97123}.shopCatalog.detail .data .info .price .actual_price_space:before,.shopCatalog.detail .data .info .price .actual_price_space:after{content: " ";display: table}.shopCatalog.detail .data .info .price .actual_price_space:after{clear: both}.shopCatalog.detail .data .info .price .actual_price_space:before,.shopCatalog.detail .data .info .price .actual_price_space:after{content: " ";display: table}.shopCatalog.detail .data .info .price .actual_price_space:after{clear: both}.shopCatalog.detail .data .info .price .actual_price_space .final_price_title{float: left;padding-top: 9px}.shopCatalog.detail .data .info .price .actual_price_space .prefered{float: right}.shopCatalog.detail .data .info .price .actual_price_space .prefered .final_price_first{font-size: 22px}.shopCatalog.detail .data .info .price .actual_price_space .prefered .final_price_first_suffix{font-size: 14px}.shopCatalog.detail .attribute_holder_table,.shopCatalog.detail .annotation{font-weight: 500}.shopCatalog.detail .detail-pager{margin-top: -15px}.shopCatalog.detail .detail-pager a{margin: 0 7px;position: relative}.shopCatalog.detail .detail-pager a.prev:before{content: "\00AB";position: absolute;top: -4px;left: -15px;font-size: 16px;line-height: 1}.shopCatalog.detail .detail-pager a.next{margin-right: 25px}.shopCatalog.detail .detail-pager a.next:before{content: "\00BB";position: absolute;top: -4px;right: -15px;font-size: 16px;line-height: 1}.shopCart h1{font-size: 18px;margin: 40px 0 15px;padding: 0}.shopCart .cart-remove{cursor: pointer}.shopCart .cart-remove:after{content: "\f00d";color: #eee;font-size: 22px;margin-left: 10px;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;cursor: pointer}.shopCart .cart-remove:after.pull-left{margin-right: .3em}.shopCart .cart-remove:after.pull-right{margin-left: .3em}.shopCart .btn.cart-next{line-height: 40px;font-size: 17px;margin-top: 20px;padding-left: 15px}.shopCart .btn.cart-next:after{content: "\f0da";color: #fff;font-size: 26px;margin-left: 10px;position: relative;top: 4px;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.shopCart .btn.cart-next:after.pull-left{margin-right: .3em}.shopCart .btn.cart-next:after.pull-right{margin-left: .3em}.shopCart .shop-coupon-holder{font-size: 14px}.shopCart .shop-coupon-holder b{margin-right: 30px;font-weight: 500}.shopCart .shop-coupon-holder .form-holder{border-top: 1px solid #c6c6c6;border-bottom: 1px solid #c6c6c6;padding: 5px 0}.shopCart .shop-coupon-holder .form-holder .form{line-height: 75px;padding: 0 25px;background: #eee}.shopCart .shop-coupon-holder .form-holder .form #shop_coupon_verify{margin: 0 0 0 10px;position: relative;top: -1px}.shopCart .special-info{float: left;width: 500px;height: 100px;margin-top: 30px}.shopCart .price-list{padding-top: 20px;line-height: 40px;height: 80px;width: 450px;float: right;text-align: right}.shopCart .price-list .title{color: #f97123;font-weight: 500;margin-right: 20px}.shopCart .price-list .prefered{font-size: 23px;color: #f97123;font-weight: 500;margin-right: 20px}.shopCart .price-list .prefered .shopping_cart_price_first_suffix{font-size: 14px}.shopCart .price-list .no-prefered{display: block;margin-right: 20px}.shopCart .cart-empty{color: #828282;background: #eee;line-height: 30px;padding: 0 10px;margin: 0;border: 1px solid #c6c6c6}.shopCart .order-steps ul{margin: 0;padding: 0;border-left: 1px solid #c6c6c6}.shopCart .order-steps ul:before,.shopCart .order-steps ul:after{content: " ";display: table}.shopCart .order-steps ul:after{clear: both}.shopCart .order-steps ul:before,.shopCart .order-steps ul:after{content: " ";display: table}.shopCart .order-steps ul:after{clear: both}.shopCart .order-steps ul li{margin: 0;padding: 0;float: left;width: 25%;border-top: 1px solid #c6c6c6;border-bottom: 1px solid #c6c6c6;border-right: 1px solid #c6c6c6}.shopCart .order-steps ul li:before{display: none}.shopCart .order-steps ul li.active a,.shopCart .order-steps ul li.active span{background: #fff;color: #f97123}.shopCart .order-steps ul li.active a em,.shopCart .order-steps ul li.active span em{color: #f97123}.shopCart .order-steps ul li > a > span{text-decoration: underline}.shopCart .order-steps ul li > a,.shopCart .order-steps ul li > span{display: block;line-height: 45px;font-size: 14px;color: #828282;background: #eee;text-align: center;font-weight: 500;text-decoration: none}.shopCart .order-steps ul li > a em,.shopCart .order-steps ul li > span em{font-size: 30px;font-weight: 500;font-style: normal;vertical-align: top;margin-right: 5px}.shopCart .sp-box{border: 1px solid #e0e0e0;border-top: 0}.shopCart .shipping-box,.shopCart .payment-box{width: 50%;float: left;padding-top: 30px}.shopCart .shipping-box .item,.shopCart .payment-box .item{padding: 15px;border-bottom: 1px solid #e0e0e0;border: none}.shopCart .shipping-box .item:before,.shopCart .payment-box .item:before,.shopCart .shipping-box .item:after,.shopCart .payment-box .item:after{content: " ";display: table}.shopCart .shipping-box .item:after,.shopCart .payment-box .item:after{clear: both}.shopCart .shipping-box .item:before,.shopCart .payment-box .item:before,.shopCart .shipping-box .item:after,.shopCart .payment-box .item:after{content: " ";display: table}.shopCart .shipping-box .item:after,.shopCart .payment-box .item:after{clear: both}.shopCart .shipping-box .item input[type=checkbox],.shopCart .payment-box .item input[type=checkbox]{margin: 0 5px 0 0;position: relative;top: -2px}.shopCart .shipping-box .item .price,.shopCart .payment-box .item .price{float: right;font-weight: 500;color: #f97123}.shopCart .shipping-box .item .price .no-prefered,.shopCart .payment-box .item .price .no-prefered{display: none}.shopCart .shipping-box .item .presentation,.shopCart .payment-box .item .presentation{padding: 15px 0 0 20px}.shopCart .shipping-box .item .presentation:empty,.shopCart .payment-box .item .presentation:empty{display: none}.shopCart .shipping-box .item label,.shopCart .payment-box .item label{font-size: 18px;font-weight: 400}.shopCart .shipping-box .item label img.icon,.shopCart .payment-box .item label img.icon{height: 40px !important;width: auto !important;top: 5px}.shopCart .shipping-box .item label a,.shopCart .payment-box .item label a{display: inline;vertical-align: top}.shopCart .shipping-box .item label.shipping-label-zasilkovna:after,.shopCart .payment-box .item label.shipping-label-zasilkovna:after{content: url(/images/zasilkovna/zasilkovna_logo_web.png);vertical-align: -50%}.shopCart .shipping-box .item label.shipping-label-zasilkovna-adresa:after,.shopCart .payment-box .item label.shipping-label-zasilkovna-adresa:after{content: url(/images/zasilkovna/zasilkovna_logo_web.png);vertical-align: -50%}.shopCart .shipping-box h1,.shopCart .payment-box h1{line-height: 30px;border: 1px solid #c6c6c6;background: #eee;font-size: 18px;padding: 0 15px;margin: 0}.shopCart .shipping-box{padding-right: 15px}.shopCart .payment-box{padding-left: 15px}.shopCart #shipping-payment-output{border: 1px solid #c6c6c6;background: #eee;font-weight: 500;font-size: 14px;padding: 0 20px;line-height: 50px;margin-top: 40px;text-align: right}.shopCart #shipping-payment-output .price{color: #f97123}.shopCart #shipping-payment-output .price .no-prefered{display: none}.shopCart .customer-options:before,.shopCart .customer-options:after{content: " ";display: table}.shopCart .customer-options:after{clear: both}.shopCart .customer-options:before,.shopCart .customer-options:after{content: " ";display: table}.shopCart .customer-options:after{clear: both}.shopCart .customer-options .customer-option{width: 33.33%;float: left}.shopCart .customer-options .customer-option:first-child .toggle{border-left: 1px solid #c6c6c6}.shopCart .customer-options .customer-option.active .toggle{background: #fff}.shopCart .customer-options .customer-option.active .toggle span{color: #f97123}.shopCart .customer-options .customer-option.active .toggle:before{color: #f97123}.shopCart .customer-options .customer-option .toggle{color: #828282;background: #eee;border: 1px solid #c6c6c6;border-left: 0;padding: 11px 30px 15px 50px;font-size: 14px;cursor: pointer}.shopCart .customer-options .customer-option .toggle span{font-weight: 500;text-decoration: underline}.shopCart .customer-options .customer-option .toggle:before{content: "\f0da";color: #828282;font-size: 24px;margin-right: 10px;position: relative;top: 4px;margin-left: -18px;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.shopCart .customer-options .customer-option .toggle:before.pull-left{margin-right: .3em}.shopCart .customer-options .customer-option .toggle:before.pull-right{margin-left: .3em}.shopCart .headline-box{background: #eee;border: 1px solid #c6c6c6;padding: 0 15px;margin: 30px 0 20px}.shopCart .headline-box:before,.shopCart .headline-box:after{content: " ";display: table}.shopCart .headline-box:after{clear: both}.shopCart .headline-box:before,.shopCart .headline-box:after{content: " ";display: table}.shopCart .headline-box:after{clear: both}.shopCart .headline-box h3{margin: 0;padding: 0;font-size: 14px;line-height: 40px;float: left;color: #f97123}.shopCart .headline-box p{float: right;line-height: 40px;margin: 0;padding: 0}.shopCart .headline-box.shipping-address-switch h3{cursor: pointer;text-decoration: underline}.shopCart .headline-box.shipping-address-switch h3:after{content: "\f067";color: #f97123;font-size: 12px;margin-left: 6px;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.shopCart .headline-box.shipping-address-switch h3:after.pull-left{margin-right: .3em}.shopCart .headline-box.shipping-address-switch h3:after.pull-right{margin-left: .3em}.shopCart #customer .form-group{width: 350px;margin-left: auto;margin-right: auto;position: relative}.shopCart #customer .form-group.required label:not(.error):after{content: "*";margin-left: 3px;color: #c00}.shopCart #customer .form-group label{display: block;width: 300px;position: absolute;top: 4px;left: -313px;text-align: right}.shopCart #customer .form-group label.error{left: auto;right: -313px;text-align: left;color: #c00}.shopCart .customer-box{margin-top: 40px}.shopCart .btn-login{padding-left: 15px;padding-right: 15px;margin-right: 20px}.shopCart .confirm-box{width: 230px;float: left;font-size: 14px}.shopCart .confirm-box + .confirm-box{border-left: 1px solid #c6c6c6;padding: 0 0 0 20px}.shopCart .confirm-box h2{font-size: 14px;margin: 0;padding: 0 0 5px}.shopCart .confirm-box h2 + h2{padding-top: 15px}.shopCart .final-price-holder{padding: 45px 0;text-align: right}.shopCart .final-price-holder .prefered{font-weight: 500;color: #f97123;font-size: 23px}.shopCart .final-price-holder .normal{display: block;font-weight: 500}.content-cart .breadcrumb{display: none}.content-cart .cart-table{margin-top: 0px}.cart-table{width: 100%}.cart-table #cart_return{line-height: 32px}.cart-table #cart_return:before{content: "\f0d9";color: #fff;font-size: 24px;margin-right: 10px;position: relative;top: 4px;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.cart-table #cart_return:before.pull-left{margin-right: .3em}.cart-table #cart_return:before.pull-right{margin-left: .3em}.cart-table #cart_recalculate{line-height: 32px}.cart-table thead{border-bottom: 1px solid #c6c6c6;font-size: 14px}.cart-table thead th{text-align: right;padding: 0 10px;color: #f97123;line-height: 30px}.cart-table tr.cartNavi td{padding: 10px 0}.cart-table td{padding: 20px 10px}.cart-table td.quantity input,.cart-table td.quantity .control-holder{float: left}.cart-table td.quantity .control-holder{line-height: 1}.cart-table td.quantity .control-holder i{cursor: pointer;padding: 0 4px;margin-top: 2px}.cart-table td.price{min-width: 135px;font-size: 15px;text-align: right}.cart-table td.price.total{color: #f97123;font-weight: 500}.cart-table td.price .no-prefered{font-size: 12px}.cart-table td.price.shipping .no-prefered,.cart-table td.price.payment .no-prefered{display: none}.cart-table tbody tr{border-bottom: 1px solid #c6c6c6}.cart-table tbody h3{font-size: 14px;marign: 0;padding: 0}.cart-table tbody h3 a{color: #464646;text-decoration: none}.cart-table tbody h3 a:hover{color: #f97123;text-decoration: underline}.cart-table tbody .annotation{font-size: 12px;padding-top: 5px}.cart-table tbody .stock{font-size: 12px;padding-top: 25px}.cart-table tbody .stock .avaible{color: #f97123}.cart-table .thumb{padding: 10px;width: 120px;border: 1px solid #e0e0e0}.cart-table .thumb a{display: block;width: 100%;height: 110px;text-decoration: none;background-size: contain;background-repeat: no-repeat;background-position: center center}.middle .content.content-cart{width: 100%;padding: 0 15px}.tabs-holder{margin-top: 30px}.tabs-holder:before,.tabs-holder:after{content: " ";display: table}.tabs-holder:after{clear: both}.tabs-holder:before,.tabs-holder:after{content: " ";display: table}.tabs-holder:after{clear: both}.tabs-holder .tab h2.tab-title{display: none}.tabs-holder .tab-header{border-bottom: 1px solid #b5b5b5}.tabs-holder .tab-header:before,.tabs-holder .tab-header:after{content: " ";display: table}.tabs-holder .tab-header:after{clear: both}.tabs-holder .tab-header:before,.tabs-holder .tab-header:after{content: " ";display: table}.tabs-holder .tab-header:after{clear: both}.tabs-holder .tab-header .tab-toggle{display: block;float: left;line-height: 35px;padding: 0 30px;background: #b5b5b5;font-weight: bold;cursor: pointer}.tabs-holder .tab-header .tab-toggle + .tab-toggle{margin-left: 5px}.tabs-holder .tab-header .tab-toggle.active{background: #f97123;color: #fff}.tabs-holder .tab{padding: 25px 0}.shop-item-list{padding-bottom: 20px}.shop-item-list:before,.shop-item-list:after{content: " ";display: table}.shop-item-list:after{clear: both}.shop-item-list:before,.shop-item-list:after{content: " ";display: table}.shop-item-list:after{clear: both}.shop-item-list .shop-item{position: relative}.shop-item-list .shop-item .item-status,.shop-item-list .shop-item .item-new{position: absolute;top: 0;right: 0;font-size: 10px;text-transform: uppercase;padding: 0 10px;background: #f97123;color: #fff;line-height: 20px;-webkit-border-radius: 0 7px 0 7px;-moz-border-radius: 0 7px 0 7px;border-radius: 0 7px 0 7px}.shop-item-list .shop-item .item-status.akce,.shop-item-list .shop-item .item-new.akce{background: #137dbd}.shop-item-list .shop-item .item-status.sleva,.shop-item-list .shop-item .item-new.sleva{background: #039116}.shop-item-list .shop-item .item-status.vyprodej,.shop-item-list .shop-item .item-new.vyprodej{background: #4b0049}.shop-item-list .shop-item .item-new{right: auto;left: 0;-webkit-border-radius: 7px 0;-moz-border-radius: 7px 0;border-radius: 7px 0;background: #b82929}.shop-item-list .shop-item .thumb{padding: 10px;border: 1px solid #e0e0e0}.shop-item-list .shop-item .thumb a{display: block;width: 100%;height: 170px;background-size: contain;background-repeat: no-repeat;background-position: center center}.shop-item-list .shop-item h2{font-size: 16px;text-decoration: none;color: #464646;position: relative;z-index: 10;line-height: 20px;height: 50px;padding: 0;overflow: hidden}.shop-item-list .shop-item h2:hover{overflow: unset}.shop-item-list .shop-item h2 a{display: block;color: #464646;text-decoration: none;background: #fff;padding: 10px 0 0}.shop-item-list .shop-item h2 a:hover{color: #f97123}.shop-item-list .shop-item .item-text{border-bottom: 1px solid #c6c6c6;padding-bottom: 10px}.shop-item-list .shop-item .item-text p{padding: 0;font-size: 12px;line-height: 16px;height: 48px;overflow: hidden;margin: 5px 0 10px}.shop-item-list .shop-item .item-text .price{margin-right: 60px}.shop-item-list .shop-item .item-text .item-right{position: absolute;bottom: 10px;right: 10px;text-align: center}.shop-item-list .shop-item .item-text .item-right .stock{font-size: 12px;padding-bottom: 5px}.shop-item-list .shop-item .item-text .item-right .stock.avaible{color: #f97123}.shop-item-list .shop-item .item-text .old_price_space{height: 14px;overflow: hidden;line-height: 1}.shop-item-list .shop-item .item-text .old_price_space .old_price_title,.shop-item-list .shop-item .item-text .old_price_space .no-prefered,.shop-item-list .shop-item .item-text .old_price_space .old_price_first_suffix{display: none}.shop-item-list .shop-item .item-text .old_price_space .prefered{font-size: 14px;position: relative}.shop-item-list .shop-item .item-text .old_price_space .prefered:before{display: block;content: "";position: absolute;bottom: 45%;left: 0;width: 100%;height: 1px;background: #f97123}.shop-item-list .shop-item .item-text .actual_price_space{font-size: 12px;line-height: 1.3}.shop-item-list .shop-item .item-text .actual_price_space .final_price_title,.shop-item-list .shop-item .item-text .actual_price_space .final_price_first_suffix,.shop-item-list .shop-item .item-text .actual_price_space .final_price_second_suffix{display: none}.shop-item-list .shop-item .item-text .actual_price_space .prefered,.shop-item-list .shop-item .item-text .actual_price_space .no-prefered{display: block}.shop-item-list .shop-item .item-text .actual_price_space .prefered{font-size: 18px;color: #f97123;font-weight: 700}.shop-item-list .shop-item.first-s-dph .item-text .actual_price_space .no-prefered:before{content: "bez dph:";display: block}.shop-item-list.per-row-4{margin: 0 -10px}.shop-item-list.per-row-4 .shop-item{width: 25%;float: left;padding: 20px 10px 0 10px}.shop-item-list.per-row-4 .shop-item .item-status{top: 17px;right: 7px}.shop-item-list.per-row-4 .shop-item .item-new{top: 17px;left: 7px}.shop-item-list.per-row-4 .shop-item:nth-child(4n+1){clear: left}.shop-item-list.per-row-5{margin: 0 -10px}.shop-item-list.per-row-5 .shop-item{width: 20%;float: left;padding: 20px 10px 0 10px}.shop-item-list.per-row-5 .shop-item .item-status{top: 17px;right: 7px}.shop-item-list.per-row-5 .shop-item .item-new{top: 17px;left: 7px}.shop-item-list.per-row-5 .shop-item:nth-child(5n+1){clear: left}.customer-box{margin-bottom: 20px}.customer-box .nav.nav-pills{border-left: 1px solid #c6c6c6;border-bottom: 1px solid #c6c6c6;border-top: 1px solid #c6c6c6;padding: 0}.customer-box .nav.nav-pills li{margin: 0;padding: 0;list-style-type: none;background: none;width: 20%}.customer-box .nav.nav-pills li:before{display: none !important;background: none;position: static;margin: 0;padding: 0}.customer-box .nav.nav-pills li:after{display: none;background: none;position: static;margin: 0;padding: 0}.customer-box .nav.nav-pills li a{border-right: 1px solid #c6c6c6;background: #eee;font-weight: 500;color: #464646;padding: 10px 0;line-height: 1.3;text-align: center}.customer-box .nav.nav-pills li a.active{background: #fff}.shopCustomer.editProfile .btn.cart-next:after{display: none}.shopCustomer.editProfile .btn.cart-next{padding-right: 15px}#mobile-on{display: none}#mobile-off{display: none}.carousel{position: relative}.carousel-inner{position: relative;overflow: hidden;width: 100%}.carousel-inner > .item{display: none;position: relative;-webkit-transition: .6s ease-in-out left;transition: .6s ease-in-out left}.carousel-inner > .item > img,.carousel-inner > .item > a > img{display: block;max-width: 100%;height: auto;line-height: 1}.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev{display: block}.carousel-inner > .active{left: 0}.carousel-inner > .next,.carousel-inner > .prev{position: absolute;top: 0;width: 100%}.carousel-inner > .next{left: 100%}.carousel-inner > .prev{left: -100%}.carousel-inner > .next.left,.carousel-inner > .prev.right{left: 0}.carousel-inner > .active.left{left: -100%}.carousel-inner > .active.right{left: 100%}.carousel-control{position: absolute;top: 50%;left: 10px;margin-top: -30px;font-size: 50px;line-height: 1;color: #fff;text-align: center;height: 50px;text-decoration: none}.carousel-control.right{left: auto;right: 10px}.carousel-control:hover,.carousel-control:focus{outline: none;color: #fff;text-decoration: none}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position: absolute;top: 50%;z-index: 5;display: inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left: 50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right: 50%}.carousel-control .icon-prev,.carousel-control .icon-next{width: 20px;height: 20px;margin-top: -10px;margin-left: -10px;font-family: serif}.carousel-control .icon-prev:before{content: '\2039'}.carousel-control .icon-next:before{content: '\203a'}.carousel-indicators{position: absolute;top: 10px;right: 30px;z-index: 15;padding-left: 0;list-style: none;text-align: center}.carousel-indicators li{display: inline-block;width: 10px;height: 10px;margin: 1px;text-indent: -999px;border: 1px solid #fff;border-radius: 10px;cursor: pointer;background-color: #000 \9;background-color: rgba(0,0,0,0)}.carousel-indicators .active{width: 10px;height: 10px;background-color: #fff}.carousel-caption{position: absolute;bottom: 0;z-index: 1;padding: 15px 25px;color: #fff;width: 100%;background: rgba(0,0,0,0.5);text-align: center}.carousel-caption .btn{text-shadow: none}.modal-open{overflow: hidden}.modal{display: none;overflow: hidden;overflow-y: hidden;position: fixed;outline: none;top: 0;right: 0;bottom: 0;left: 0;z-index: 90;width: 600px;margin: 30px auto}.modal.fade .modal-dialog{-webkit-transform: translate(0, -25%);-ms-transform: translate(0, -25%);transform: translate(0, -25%);-webkit-transition: -webkit-transform 0.3s ease-out;-moz-transition: -moz-transform 0.3s ease-out;-o-transition: -o-transform 0.3s ease-out;transition: transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0)}.modal-dialog{position: relative;width: auto;margin: 10px;z-index: 100}.modal-content{position: relative;background-color: #fff;border: 1px solid #777;background-clip: padding-box;outline: none}.modal-backdrop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 80;background-color: #000}.modal-backdrop.fade{opacity: 0 !important;filter: alpha(opacity=0) !important}.modal-backdrop.in{opacity: .5 !important;filter: alpha(opacity=50) !important}.modal-header{padding: 5px 10px;border-bottom: 1px solid #c6c6c6}.modal-header .close{font-size: 21px;float: right;background: none;border: 0}.modal-title{margin: 0;line-height: 32px;font-weight: 500;font-size: 15px}.modal-body{position: relative;padding: 15px}.modal-footer{margin-top: 15px;padding: 10px 15px;text-align: right;border-top: 1px solid #c6c6c6}.modal-footer:before,.modal-footer:after{content: " ";display: table}.modal-footer:after{clear: both}.modal-footer:before,.modal-footer:after{content: " ";display: table}.modal-footer:after{clear: both}.modal-footer .btn + .btn{margin-left: 5px;margin-bottom: 0}.modal-footer .btn-group .btn + .btn{margin-left: -1px}.modal-footer .btn-block + .btn-block{margin-left: 0}.header-web-holder{-webkit-box-shadow: 0 20px 30px rgba(0,0,0,0.4);box-shadow: 0 20px 30px rgba(0,0,0,0.4);z-index: 2;position: relative}.header-web .main-menu-web{float: right}.header-web .main-menu-web .nav > li > a{padding: 0 25px;color: #44484b;line-height: 90px;font-size: 14px}.header-web .main-menu-web .nav > li > a:after{content: "";display: block;border-top: 1px solid #025497;position: relative;width: 100%;bottom: 32px}.header-web .main-menu-web .nav-pills .dropdown-menu > li > a{color: #44484b;padding: 0 15px 0 30px}.header-web .main-menu-web .nav-pills .dropdown-menu > li > a:before{content: "";display: inline-block;background: #025497;width: 7px;height: 7px;overflow: hidden;margin: 0 10px 0 -15px;position: relative;top: -1px;left: 0}.header-web .main-menu-web .nav-pills .dropdown-menu > li > a:hover{background: #f2f2f2}.header-web .main-menu-web .nav-pills .dropdown-menu{padding: 0 0;background: #fff}.header-web .logo{margin-top: 5px}.banner-web{background: #aab2b8}.banner-web .carousel-control{top: auto;bottom: 0}.banner-web .carousel-caption{bottom: auto;top: 0;background: none;color: #fff;padding: 45px 0 0 0;text-align: right}.banner-web .carousel-caption p{display: inline;padding: 0 10px;font-size: 40px;line-height: 50px;margin-bottom: 10px;background: rgba(2,84,151,0.5);float: right;clear: right}.banner-web .carousel-indicators{top: auto;bottom: 20px;width: 300px;margin-left: -150px;text-align: center;right: auto;left: 50%}.page-middle .content-web,.page-middle .sidebox-web{padding-top: 50px}.middle-web a.btn-special,.middle-web a.btn.btn-primary,.middle-web input.btn.btn-primary{display: inline-block;padding: 8px 20px;color: #383b3e !important;font-size: 14px;font-weight: 500;border: 1px solid #025497;text-decoration: none;text-transform: uppercase;background: #fff}.middle-web a.btn.btn-primary,.middle-web input.btn.btn-primary{padding: 4px 20px;color: #025497 !important}.content-web .psyoImage{padding-bottom: 21px;display: inline-block;background: transparent url(/images/client/image-bg.jpg) no-repeat bottom right}.content-web .psyoImage img{display: block}.psyoForm .form-label{display: none}#psyoShop.shopCatalog.detail .data .info{border-top: 0;width: 580px}body{background: url('../../images/client/bg.jpg')}.top-box{background-color: #f97123;color: #fff;text-align: center;padding: 7px;font-weight: bold}html{margin: 0;padding: 0}.cleaner{clear: both}.banners_right{position: absolute;right: -160px;top: 10px;display: block}.container{position: relative}.header{padding-bottom: 25px;padding-top: 10px}.header .logo{margin-top: 0}.sf_cms_show .content table{width: 100% !important;max-width: 100%}.sf_cms_show .content table td{background: #dfdfdf;border: 1px solid #fff;padding: 1%;text-align: center;word-break: break-all}.sf_cms_show .content table tr:first-child > td{background: #464646;color: white;text-align: center;font-weight: 600}.sf_cms_show .content table tr:first-child:hover > td{background: #464646}.sf_cms_show .content table tr:nth-child(2n+2) > td{background: #c6c6c6}.sf_cms_show .content table tr:hover > td{background-color: #f9f9f9}.sf_cms_show .content ul li{position: relative;margin-top: 20px}.sf_cms_show .content ul li:before{display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background: transparent;content: "\f054";height: 14px;width: 10px;color: #f97123;position: absolute;top: 15%;margin: 0px 5px 0px -5px}.sf_cms_show .content ul li:before.pull-left{margin-right: .3em}.sf_cms_show .content ul li:before.pull-right{margin-left: .3em}.sf_cms_show .content ul li > p{padding: 0}.sf_cms_show .content ul.breadcrumb li:before{color: inherit;content: '>';position: static;display: inline;margin: 0px 5px;background: transparent}.sf_cms_show .content ul.breadcrumb li:first-child:before{content: ''}.shopCart .message{background-color: #a7d19e;border-color: #69b158;color: #182a13;padding: 8px 15px 7px;margin-bottom: 10px}.shopCart .login-error{text-align: center;color: red}.shopCart .avaible{color: green !important;font-weight: bold}.shopCart .cartNavi .return a,.shopCart .cartNavi .recalc button{font-size: 15px;font-weight: bold}.main-menu .menu-toggle{color: #fff}.main-menu .navbar{background-image: -webkit-linear-gradient(top, #464646 0%, #393939 100%);background-image: linear-gradient(to bottom, #464646 0%, #393939 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff464646', endColorstr='#ff393939', GradientType=0)}.main-menu .navbar .nav > li > a{color: #fff;border-right: 1px solid #2d2d2d;border-left: 1px solid #606060;font-size: 16px;padding: 0px 20px}.main-menu .navbar .nav > li.dropdown > ul > li > a{color: #464646;text-transform: uppercase}.main-menu .navbar .nav > li.dropdown > ul > li > a:before{content: "\BB";font-size: 20px;line-height: 1;margin-right: 5px}.main-menu .navbar .nav > li.dropdown > ul > li > a:hover:before{color: #f97123}.main-menu .navbar .nav > li:first-child > a{border-left: 0}.main-menu .navbar .nav > li:last-child > a{border-right: 0}.main-menu .navbar .nav > li.open > a{background: #2d2d2d}.sidebox .box-title{font-size: 14px;margin: 0;font-weight: 500;padding: .6em 0 .2em;color: #464646;color: #fff;text-transform: uppercase}.sidebox .nav > li a{color: #464646;background-image: -webkit-linear-gradient(top, #eee 0%, #e9e9e9 100%);background-image: linear-gradient(to bottom, #eee 0%, #e9e9e9 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe9e9e9', GradientType=0);border-bottom: 1px solid #d5d5d5;border-top: 1px solid #fff;padding: 0 20px}.sidebox .nav > li > ul > li > a{background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #e1e1e1 100%);background-image: linear-gradient(to bottom, #e1e1e1 0%, #e1e1e1 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1e1e1', endColorstr='#ffe1e1e1', GradientType=0)}form.form-search{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px}.widgetMenu.widgetBox .nav.level-1 > li > a{line-height: 50px;border-top: 1px solid #a2a2a2;background-image: -webkit-linear-gradient(top, #f97123 0%, #d65408 100%);background-image: linear-gradient(to bottom, #f97123 0%, #d65408 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff97123', endColorstr='#ffd65408', GradientType=0);color: #fff;border-bottom: 0;font-weight: bold;font-size: 12px !important}.widgetMenu.widgetBox .nav.level-1 > li > a:hover{text-decoration: underline}.widgetMenu.widgetBox .nav.level-1 > li > a:before{display: inline-block;width: 0;height: 0;overflow: hidden;content: "";border-left: 7px solid #fff;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-right: 7px solid transparent;margin-left: -4px;margin-right: 7px;position: relative;top: 1px;display: none}.widgetMenu.widgetBox .nav.level-1 > li.open.has-children > a{background-image: -webkit-linear-gradient(top, #f97123 0%, #d65408 100%);background-image: linear-gradient(to bottom, #f97123 0%, #d65408 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff97123', endColorstr='#ffd65408', GradientType=0);border-top: 1px solid #fff;border-bottom: 0;color: black;text-decoration: underline}.widgetMenu.widgetBox .nav.level-1 > li.open.has-children > a:before{display: inline-block;width: 0;height: 0;overflow: hidden;content: "";border-top: 7px solid #fff;border-bottom: 7px solid transparent;border-left: 7px solid transparent;border-right: 7px solid transparent;top: 7px;margin-left: -7px;margin-right: 10px;display: none}.widgetMenu.widgetBox .nav.level-2 > li > a{background-image: -webkit-linear-gradient(top, #a8dd5b 0%, #75ab22 100%);background-image: linear-gradient(to bottom, #a8dd5b 0%, #75ab22 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa8dd5b', endColorstr='#ff75ab22', GradientType=0);border-bottom: 1px solid #84c328;border-top: 0;line-height: 1.3;padding: 8px 10px 8px 22px;color: black;font-weight: 500}.widgetMenu.widgetBox .nav.level-2 > li > a:before{display: inline-block;width: 0;height: 0;overflow: hidden;content: "";border-left: 7px solid #f97123;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-right: 7px solid transparent;margin-left: -20px;margin-right: 7px;position: relative;top: 2px;display: none}.widgetMenu.widgetBox .nav.level-2 > li a.active{color: white;text-decoration: underline}.widgetMenu.widgetBox .nav.level-2 > li.open.has-children > a{background-image: -webkit-linear-gradient(top, #a8dd5b 0%, #75ab22 100%);background-image: linear-gradient(to bottom, #a8dd5b 0%, #75ab22 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa8dd5b', endColorstr='#ff75ab22', GradientType=0);color: white}.widgetMenu.widgetBox .nav.level-2 > li.open.has-children > a:before{display: inline-block;width: 0;height: 0;overflow: hidden;content: "";border-top: 7px solid #f97123;border-bottom: 7px solid transparent;border-left: 7px solid transparent;border-right: 7px solid transparent;top: 7px;margin-left: -23px;margin-right: 10px;display: none}.widgetMenu.widgetBox .nav.level-3{padding: 0px !important}.widgetMenu.widgetBox .nav.level-3 > li > a{background-image: -webkit-linear-gradient(top, #b9b9b9 0%, #929292 100%);background-image: linear-gradient(to bottom, #b9b9b9 0%, #929292 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb9b9b9', endColorstr='#ff929292', GradientType=0);border-bottom: 1px solid #939393;border-top: 0;line-height: 1.3;padding: 8px 10px 8px 35px;color: black;font-weight: 500}.widgetMenu.widgetBox .nav.level-3 > li > a:before{display: inline-block;width: 0;height: 0;overflow: hidden;content: "";border-left: 7px solid #f97123;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-right: 7px solid transparent;margin-left: -20px;margin-right: 7px;position: relative;top: 2px;display: none}.widgetMenu.widgetBox .nav.level-3 > li a.active{color: black;text-decoration: underline}.widgetMenu.widgetBox .nav.level-3{border-bottom: 1px solid #c8c8c8;padding: 6px 0;background: #eee}.widgetMenu.widgetBox .nav.level-4{padding: 0px !important}.widgetMenu.widgetBox .nav.level-4 > li > a{background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #cdcdcd 100%);background-image: linear-gradient(to bottom, #f3f3f3 0%, #cdcdcd 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffcdcdcd', GradientType=0);border-bottom: 1px #fff;border-top: 0;line-height: 1.3;padding: 8px 10px 8px 45px;color: black;font-weight: bold}.widgetMenu.widgetBox .nav.level-4 > li > a:before{display: inline-block;width: 0;height: 0;overflow: hidden;content: "";border-left: 7px solid #f97123;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-right: 7px solid transparent;margin-left: -20px;margin-right: 7px;position: relative;top: 2px;display: none}.widgetMenu.widgetBox .nav.level-4 > li a.active{color: black;text-decoration: underline}.widgetMenu.widgetBox .nav.level-{border-bottom: 1px solid #c8c8c8;padding: 6px 0;background: #eee}.pager-sort-holder{border-bottom: 1px solid #c6c6c6;padding-top: 30px}.pager-sort-holder .pagination{margin: 0;padding: 0;margin-bottom: -1px}.pagination.sort .arrow-top:before{display: inline-block;width: 0;height: 0;overflow: hidden;content: "";border-bottom: 4px solid #464646;border-top: 4px solid transparent;border-left: 4px solid transparent;border-right: 4px solid transparent;margin: 0 8px 0 0;position: relative;top: -3px}.pagination.sort .arrow-bottom:before{display: inline-block;width: 0;height: 0;overflow: hidden;content: "";border-top: 4px solid #464646;border-bottom: 4px solid transparent;border-left: 4px solid transparent;border-right: 4px solid transparent;margin: 0 8px 0 0;position: relative;top: 2px}.btn-primary{font-weight: 600}.footer{background: #464646;color: #fff}.footer h3{font-weight: 500;text-transform: uppercase;color: #fff;margin-bottom: 10px}.footer a{color: #fff;text-decoration: none}.footer a:hover{text-decoration: underline}.container{background: white}.list .manufacturer{display: none}.shop-item-list.per-row-4 .shop-item{width: 25%;padding: 0px;margin: 0px}.shop-item-list.per-row-4{margin: 0px;padding-top: 20px}.shop-item-list .shop-item{width: 231px;box-sizing: border-box;float: left;margin-left: 10px;margin-top: 10px}.shop-item-list .shop-item:nth-child(3n+1){margin-left: 0px}.shop-item-list .shop-item h2{height: 60px;top: 10px;left: 10px;font-weight: 500;padding-right: 15px;color: #464646}.shop-item-list .shop-item h2 a.text_href{height: auto;display: inline;background: transparent}.shop-item-list .shop-item .item-text{border-bottom: 0px;padding: 10px;box-sizing: border-box;position: relative}.shop-item-list .shop-item .item-text a{height: auto}.shop-item-list .shop-item .item-text .item-right{right: 10px;top: 15px}.shop-item-list .shop-item .item-text .item-right a.list-item-detail{position: relative;display: inline-block;vertical-align: middle;margin: 0px;padding: 0px;border: medium none;background: transparent none repeat scroll 0% 0%;text-decoration: none;overflow: visible}.shop-item-list .shop-item .item-text .item-right a.list-item-detail span{font-size: 13px;padding: 8px 39px 6px 8px;background-color: #62c324;background: -webkit-linear-gradient(top, #62c324 43%, #42a10f 57%);background: -moz-linear-gradient(top, #62c324 43%, #42a10f 57%);background: -ms-linear-gradient(top, #62c324 43%, #42a10f 57%);background: -o-linear-gradient(top, #62c324 43%, #42a10f 57%);background: linear-gradient(top, #62c324 43%, #42a10f 57%);border-color: #40a717 #308704 #2e8407 #3eac0f;color: #fff;-webkit-box-shadow: inset -1px -1px 1px rgba(0,0,0,0.15), inset 0 -1px 0 #5eb125;-moz-box-shadow: inset -1px -1px 1px rgba(0,0,0,0.15), inset 0 -1px 0 #5eb125;box-shadow: inset -1px -1px 1px rgba(0,0,0,0.15), inset 0 -1px 0 #5eb125;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;font-weight: 500}.shop-item-list .shop-item .item-text .item-right a.list-item-detail span:hover{background: #42a10f}.shop-item-list .shop-item .item-text .item-right a.list-item-detail span:after{content: '';position: absolute;right: 2px;top: 50%;width: 30px;height: 24px;background: url("/images/cart-bg.png") 0 0 no-repeat;margin-top: -12px}.shop-item-list .shop-item .item-text .item-right .stock{text-align: right;font-weight: 600;color: #539617 !important;font-size: 15px}.shop-item-list .shop-item .item-text .actual_price_space .final_price_second{font-weight: 500}.shop-item-list .shop-item .item-text .actual_price_space .no-prefered:before{content: "bez DPH " !important;display: inline !important}.shop-item-list .shop-item .item-text .actual_price_space .prefered{color: #e2001a}.shop-item-list .shop-item .item-text p{padding-top: 15px;display: block}.shop-item-list .shop-item .item-text p:before,.shop-item-list .shop-item .item-text p:after{content: " ";display: table}.shop-item-list .shop-item .item-text p:after{clear: both}.shop-item-list .shop-item .item-text p:before,.shop-item-list .shop-item .item-text p:after{content: " ";display: table}.shop-item-list .shop-item .item-text p:after{clear: both}.shop-item-list .shop-item .item-text .price{margin-top: 10px;height: 50px}.shop-item-list .shop-item .thumb{padding: 0px;border: 0px;border-right: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0}.shop-item-list .shop-item .item-new,.shop-item-list .shop-item .akce,.shop-item-list .shop-item .vyprodej,.shop-item-list .shop-item .sleva{top: auto;bottom: 180px;border-radius: 0px}.shop-item-list .shop-item .akce,.shop-item-list .shop-item .vyprodej,.shop-item-list .shop-item .sleva{left: 0px;right: auto;bottom: 210px;background: #539617 !important}.shop-item-list .shop-item .vyprodej,.shop-item-list .shop-item .sleva{bottom: 250px;background: #f97123 !important}.shop-item-list .shop-item:nth-child(4n) .thumb{border-right: 0px}.shopCatalog.detail .data table td{border: 0px}.shopCatalog.detail .data .info{border-top: 0px;width: 45%}.shopCatalog.detail .data .info h1{width: 100%;color: #464646;text-transform: uppercase}.shopCatalog.detail .data .info .detail-row{border: 0px;background-color: #ececec;margin-bottom: 4px;padding: 15px !important;padding-bottom: 5px !important}.shopCatalog.detail .data .info .detail-row h1{margin: 0px;padding: 0px}.shopCatalog.detail .data .info .detail-row .price-holder{width: 180px}.shopCatalog.detail .data .info .detail-row .stock{float: right}.shopCatalog.detail .data .info .detail-row.code{padding-top: 5px !important}.shopCatalog.detail .data .info .detail-row.cart{padding: 5px 15px !important}.shopCatalog.detail .data .info .detail-row.price{padding-top: 5px !important}.shopCatalog.detail .data .info .cart{background-color: #36840a;padding-right: 0px;padding-top: 0px;padding-bottom: 0px}.shopCatalog.detail .data .info .cart .shop-add-cart{margin-top: 0px;line-height: 55px;text-transform: uppercase;background: transparent;text-align: center}.shopCatalog.detail .data .info .cart .add-to-cart{line-height: 45px}.shopCatalog.detail .data .info .cart .add-to-cart input{border: 0px;font-size: 1.4em;height: 41px}.shopCatalog.detail .data .info .cart .add-to-cart .ks{color: white;margin-left: 5px;font-size: 1.4em;display: inline-block;margin-top: 5px}.shopCatalog.detail .data .info .cart .add-to-cart .shop-add-quantity{margin-top: 5px;margin-right: 0}.shopCatalog.detail .data .info .cart .add-to-cart .arrows{float: left;width: 20px;margin-top: 5px}.shopCatalog.detail .data .info .cart .add-to-cart .arrows .arrow-up,.shopCatalog.detail .data .info .cart .add-to-cart .arrows .arrow-down{display: block;width: 100%;width: 20px;height: 20px;background: #0f2503;line-height: 1;cursor: pointer;margin-bottom: 1px;padding: 4px}.shopCatalog.detail .data .info .cart .add-to-cart .arrows .arrow-up:after,.shopCatalog.detail .data .info .cart .add-to-cart .arrows .arrow-down:after{display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: white;content: "\f077"}.shopCatalog.detail .data .info .cart .add-to-cart .arrows .arrow-up:after.pull-left,.shopCatalog.detail .data .info .cart .add-to-cart .arrows .arrow-down:after.pull-left{margin-right: .3em}.shopCatalog.detail .data .info .cart .add-to-cart .arrows .arrow-up:after.pull-right,.shopCatalog.detail .data .info .cart .add-to-cart .arrows .arrow-down:after.pull-right{margin-left: .3em}.shopCatalog.detail .data .info .cart .add-to-cart .arrows .arrow-down:after{content: "\f078"}.shopCatalog.detail .data .info .price{background: white;padding: 0}.shopCatalog.detail .data .info .price .actual_price_space .final_price_title{display: none}.shopCatalog.detail .data .info .price .actual_price_space .prefered{float: none}.shopCatalog.detail .data .info .price .actual_price_space .prefered .final_price_first{font-size: 2em;color: #d41d0d}.shopCatalog.detail .data .info .price .actual_price_space .prefered .final_price_first_suffix{font-size: 1.4em;color: #464646}.shopCatalog.detail .data .info .price .actual_price_space .prefered .old-price{display: none}.shopCatalog.detail .data .info .price .old_price_space .prefered{text-align: left;font-size: 1.4em;margin-top: 20px}.shopCatalog.detail .data .info .price .stock{color: #36840a;text-transform: uppercase;padding-top: 10px;font-size: 1.5em;font-weight: 500;padding-bottom: 5px}.shopCatalog.detail .data .info .price .stock:before,.shopCatalog.detail .data .info .price .stock:after{content: " ";display: table}.shopCatalog.detail .data .info .price .stock:after{clear: both}.shopCatalog.detail .data .info .price .stock:before,.shopCatalog.detail .data .info .price .stock:after{content: " ";display: table}.shopCatalog.detail .data .info .price .stock:after{clear: both}.shopCatalog.detail .data .info .price .stock .prefered{display: none}.shopCatalog.detail .data .info .price .stock .no-prefered{display: block;text-transform: none;color: #464646;padding-top: 4px}.shopCatalog.detail .data .info .price .stock .no-prefered .old_price_second,.shopCatalog.detail .data .info .price .stock .no-prefered .old_price_second_suffix{display: none}.shopCatalog.detail .data .info .price .avaible-stock{margin-top: 5px;padding: 5px 0px 0px 0px;color: #888;font-size: 1.2em;border-top: 1px solid #ececec}.shopCatalog.detail .data .info .name{font-size: 18px;padding-top: 5px !important}.shopCatalog.detail .data .info .stock-ex{font-size: 1.4em;color: #f97123}.shopCatalog.detail .data .info .model strong{margin-left: 2em}.shopCatalog.detail .data .info .code{color: #464646}.shopCatalog.detail .data .info .expedit{color: #36840a;background: transparent;position: relative;line-height: 41px;margin-bottom: 12px;padding-left: 25px !important;height: 60px}.shopCatalog.detail .data .info .expedit span{text-transform: uppercase;color: #464646;font-weight: bold;background-color: #ececec;display: inline-block;-webkit-transform: rotate(-90);-ms-transform: rotate(-90);transform: rotate(-90);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);transform: rotate(-90deg);-o-transform: rotate(-90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);font-size: 13px;padding: 5px;letter-spacing: -0.8px;position: absolute;left: -19px;line-height: 1;margin: 8px 0px}.shopCatalog.detail .data .info .expedit strong{font-weight: normal;font-size: 16px}.shopCatalog.detail .data .info .expedit .stock{text-align: center}.shopCatalog.detail .data .info .questions{text-align: center;background: white;font-size: 130%;padding-top: 10px;padding-bottom: 0}.shopCatalog.detail .data .info .questions h1{padding-bottom: 0;font-size: 1.2em}.shopCatalog.detail .data .info .questions h2{padding-top: 0;padding-bottom: 0;color: #d41d0d;font-size: 0.8em}.shopCatalog.detail .data .info .questions p{font-size: 16px}.shopCatalog.detail .data .info .manufacturer{display: none}.shopCatalog.detail .data .images{width: 55%}.shopCatalog.detail .data .images a.main-image.highslide{border: 0px;padding-top: 0px;cursor: pointer;position: relative;padding-left: 0px}.shopCatalog.detail .data .images a.main-image.highslide:after{content: "větší náhled";color: red;margin: 0 auto;text-align: center;font-weight: 500;font-size: 14px;background: url('/images/client/plus.png') no-repeat left center;color: #e2001a;display: block;width: 120px}.shopCatalog.detail .data .images .item-status{right: 10px;z-index: 20}.shopCatalog.detail .data .images .item-new{left: 10px;z-index: 20}.tabs-holder{margin-top: 4px;margin-bottom: 20px}.tabs-holder:before,.tabs-holder:after{content: " ";display: table}.tabs-holder:after{clear: both}.tabs-holder:before,.tabs-holder:after{content: " ";display: table}.tabs-holder:after{clear: both}.tabs-holder .tab{padding: 15px;border: 1px solid #ececec;line-height: 2}.tabs-holder .tab h2{padding-top: 0}.tabs-holder .tab-header{border-bottom: 0px}.tabs-holder .tab-header .tab-toggle{background: #ececec}.tabs-holder .tab-header .tab-toggle.active{background: #464646}.main-menu .nav li a{padding: 0px 30px}.widgetMenu.widgetBox .nav.level-1 > li.open.has-children > a{border-top: 1px solid #fcb186}.help{font-weight: 600;text-align: center;font-size: 13px;position: absolute;top: 30px;right: 375px;width: 290px}.help p{margin: 0;padding: 0}.help .main_text{text-transform: uppercase;color: #f97123;height: 35px;background: url('../../images/client/icon_phone_top.png') no-repeat 36px center;padding-top: 8px}.help .pull-left,.help .pull-right{width: 49%;background: #ececec;margin-bottom: 1%;padding: 3px 0;box-sizing: border-box}.help .pull-left{margin-right: 2%}.help .clear{width: 100%;border-top: 1px solid #f97123}.help .clear:before,.help .clear:after{content: " ";display: table}.help .clear:after{clear: both}.help .clear:before,.help .clear:after{content: " ";display: table}.help .clear:after{clear: both}.help .pull-right a{color: #428BCA}.help .pull-right a:hover{color: #F00}.cart-box{background: #f9f9f9;border: 0px;margin-top: 20px;border-radius: 0px}.cart-box .login-box{background: #acacac;padding: 3px 0;text-align: center}.cart-box .login-box ul{float: none}.cart-box .login-box ul li{width: 50%;text-align: center}.cart-box .login-box a{margin-right: 5px;font-weight: bold}.cart-box .login-box .user-menu{text-align: center}.cart-box .login-box:hover a{text-decoration: underline}.cart-box .open{background-color: #ececec}.cart-box .dropdown{display: block !important;position: relative;height: 51px}.cart-box .dropdown .dropdown-toggle{cursor: pointer;padding: 8px}.cart-box .dropdown .dropdown-toggle .cart-not-emty{color: red}.cart-box .dropdown .dropdown-toggle .cart-toggle-left{float: left;width: 30%;font-size: 20px}.cart-box .dropdown .dropdown-toggle .cart-toggle-right{float: left;width: 70%}.cart-box .dropdown .dropdown-toggle span#head-cart-quantity{display: inline}.cart-box .dropdown-menu.cart-window{right: 0}.cart-box .dropdown-menu.cart-window .btn{font-size: 14px;line-height: 35px;padding: 0 20px}.cart-box .dropdown-menu.cart-window a{color: #95aa3e;font-weight: 500;text-decoration: underline}.cart-box .dropdown-menu.cart-window a .fa.fa-refresh{font-weight: normal;color: #000;font-size: 16px}.cart-box .dropdown-menu.cart-window a .fa.fa-times{font-weight: normal;color: #8c90dc;font-size: 22px}.cart-box .fa.fa-chevron-up{display: none}.cart-box .fa.fa-chevron-down{display: inline}.cart-box .dropdown.open .dropdown-menu{display: block}.cart-box .dropdown.open .fa.fa-chevron-up{display: inline}.cart-box .dropdown.open .fa.fa-chevron-down{display: none}.cart-box .dropdown-menu{display: block;width: 100%;position: absolute;top: 71px;background-color: #ececec;z-index: 100;color: black;padding: 10px}.cart-box .dropdown-menu .form-group{padding: 10px;border-bottom: 1px solid #c6c6c6}.cart-box .dropdown-menu .form-group input[type="submit"]{height: auto}.cart-box .dropdown-menu .form-group label{font-weight: bold;padding-bottom: 5px;display: block}.cart-box .dropdown-menu .form-group a{color: #428BCA}.cart-box .dropdown-menu .form-group:last-child{border: none}.cart-box .dropdown-menu h2{display: inline-block;border-bottom: 1px solid #c6c6c6;width: 100%;font-size: 14px}.cart-box .cart-box-show{top: auto;bottom: 5px}.cart-box .text{margin-top: 10px}.cart-box a{color: white;text-decoration: none}.cart-box .login,.cart-box .cart{float: left;color: black}.cart-box .login a,.cart-box .cart a{color: black}.cart-box .login span,.cart-box .cart span{display: block;font-weight: 300}.cart-box .login{width: 40%}.cart-box .cart{width: 60%}.dropdown-menu.cart-window{width: 560px}.dropdown-menu.cart-window .products-holder{min-height: 100px;max-height: 400px;overflow: auto}.dropdown-menu.cart-window table{width: 100%}.dropdown-menu.cart-window table td{padding: 5px;border-bottom: 1px solid #aaa}.dropdown-menu.cart-window table .final_price .no-prefered{display: none}.dropdown-menu.cart-window table .final_price .prefered span{display: inline}.middle .content{padding-right: 25px;font-size: 15px}.middle .carousel{margin-bottom: 50px}.middle .carousel .carousel-control{color: #464646}.middle .carousel .carousel-control:hover{color: #f97123}.middle .carousel .carousel-caption{display: none}.middle .carousel .carousel-indicators{top: auto;bottom: -40px;left: 0;right: 0;margin: 0 auto}.middle .carousel .carousel-indicators li{background: #464646;border: 0px}.middle .carousel .carousel-indicators .active{background: #f97123}.middle .widgetMenu.widgetBox .nav.level-1 > li > a{font-size: 13px !important;font-weight: 500;border-top: 1px solid #fcb186;line-height: 37px}.middle .psyoForm{padding: 20px;background-image: -webkit-linear-gradient(top, #eee 0%, #e4e4e4 100%);background-image: linear-gradient(to bottom, #eee 0%, #e4e4e4 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe4e4e4', GradientType=0);border: 1px solid #dfdfdf;margin-top: 10px}.middle .psyoForm input{min-height: 40px;font-size: 16px}.middle .psyoForm textarea{font-family: 'Roboto';font-size: 16px}.middle .psyoForm .psyoFormSubmit{width: 200px;margin: 0 auto;float: none;display: block}.middle #filter_form{padding: 20px 0px;position: relative;padding-bottom: 40px}.middle #filter_form:before,.middle #filter_form:after{content: " ";display: table}.middle #filter_form:after{clear: both}.middle #filter_form:before,.middle #filter_form:after{content: " ";display: table}.middle #filter_form:after{clear: both}.middle #filter_form .special-filter{float: left}.middle #filter_form .special-filter:before,.middle #filter_form .special-filter:after{content: " ";display: table}.middle #filter_form .special-filter:after{clear: both}.middle #filter_form .special-filter:before,.middle #filter_form .special-filter:after{content: " ";display: table}.middle #filter_form .special-filter:after{clear: both}.middle #filter_form .special-filter #od{margin-right: 20px}.middle #filter_form .special-filter #do{margin-left: 20px}.middle #filter_form .special-filter .label{width: 100%;font-weight: 600}.middle #filter_form .special-filter .slider-handle{background: #f97123}.middle #filter_form input[type="checkbox"]{top: 2px;margin-right: 6px}.middle #filter_form .filtering{float: right !important;float: right}.middle #filter_form .submit{float: right !important;float: right;position: absolute;right: 0;bottom: 0px;width: 68px}.middle #filter_form .button-filter{position: absolute;bottom: 0px;left: 0px}.middle .pager-sort-holder{border-bottom: 0px}.fulltext .shop-item-list.per-row-4{margin: 0px}#list-filter{position: relative}#filter_form,.sort{display: none}#list-loader{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0.5;background-color: #DDD;z-index: 200;text-align: center;padding-top: 50px}.homepage ul.breadcrumb{display: none}.homepage .carousel-inner > .item{text-align: center}.homepage .carousel-inner > .item a img{display: inline-block}.homepage .content .slot:first-child p{padding: 15px 0px;text-align: center;font-weight: 500;font-size: 13px;color: black}.homepage .content .slot:first-child p a:first-child{color: #7DAC15;font-weight: 800}.btn-primary.btn-color-2{background: #42a10f !important}.btn.cart-next.cart-back{background: #fff;box-shadow: inset 0px 0px 1px rgba(0,0,0,0.9);-moz-box-shadow: inset 0px 0px 1px rgba(0,0,0,0.9);-webkit-box-shadow: inset 0px 0px 1px rgba(0,0,0,0.9)}.btn.cart-next.cart-back:after{display: none}.btn.cart-next.cart-back:before{content: "\f0d9";color: #555;font-size: 26px;margin-right: 10px;position: relative;top: 4px;display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.btn.cart-next.cart-back:before.pull-left{margin-right: .3em}.btn.cart-next.cart-back:before.pull-right{margin-left: .3em}.shopCatalog.list .desc{font-size: 13px}.content .widgetMenu.widgetBox ul li{margin: 0;padding: 0}.content .widgetMenu.widgetBox ul li:before{display: none}.quantity-holder{position: relative;float: right}.quantity-holder .control-holder{position: absolute;top: 0;right: -2px;float: right}.quantity-holder .control-holder .fa{font-size: 10px}.quantity-holder input[type="text"].input-tiny{min-height: 32px !important;height: 32px !important;width: 65px}.cart-table td.quantity .control-holder i{border: 1px solid #ccc;background: #eee;cursor: pointer;margin-top: 0;padding: 2px 4px;float: left;clear: both}.cart-table td.quantity .control-holder i + i{border-top: 0;padding-top: 3px}.customer-note{text-align: center;padding: 40px 30px}.cart-table .thumb{width: 50px;padding: 5px}.cart-table .thumb a{height: 40px}.right-banner img{max-width: 129px;height: auto !important}.toplist{display: none}.login-window a{color: #333;display: block;margin-top: 5px}.customer-box{margin: 15px}.login-window a{color: #333;display: block;margin-top: 5px}@media (max-width: 767px){body.display-mobile .hide-mobile{display: none !important}body.display-mobile .slot-column{width: auto !important;margin-left: 0 !important;margin-right: 0 !important;float: none !important;clear: both}body.display-mobile .slot-column:before,body.display-mobile .slot-column:after{content: " ";display: table}body.display-mobile .slot-column:after{clear: both}body.display-mobile .slot-column:before,body.display-mobile .slot-column:after{content: " ";display: table}body.display-mobile .slot-column:after{clear: both}body.display-mobile .header-web{padding-top: 50px;padding-bottom: 20px}body.display-mobile .container,body.display-mobile .container-web{width: 100%}body.display-mobile .mobile-auto,body.display-mobile .mobile-full{width: auto !important;margin-left: 0 !important;margin-right: 0 !important;float: none !important;clear: both}body.display-mobile .mobile-auto:before,body.display-mobile .mobile-full:before,body.display-mobile .mobile-auto:after,body.display-mobile .mobile-full:after{content: " ";display: table}body.display-mobile .mobile-auto:after,body.display-mobile .mobile-full:after{clear: both}body.display-mobile .mobile-auto:before,body.display-mobile .mobile-full:before,body.display-mobile .mobile-auto:after,body.display-mobile .mobile-full:after{content: " ";display: table}body.display-mobile .mobile-auto:after,body.display-mobile .mobile-full:after{clear: both}body.display-mobile .mobile-margin{margin-top: 15px !important}body.display-mobile .mobile-show{display: block}body.display-mobile span.mobile-show{display: inline}body.display-mobile .nav-pills > li{float: none}body.display-mobile .nav-pills > li > a{border-left: 0 !important;border-right: 0 !important}body.display-mobile .menu-toggle{display: block;cursor: pointer;font-size: 15px;padding: 5px 15px;background: rgba(0,0,0,0.2)}body.display-mobile .menu-toggle:before,body.display-mobile .menu-toggle:after{content: " ";display: table}body.display-mobile .menu-toggle:after{clear: both}body.display-mobile .menu-toggle:before,body.display-mobile .menu-toggle:after{content: " ";display: table}body.display-mobile .menu-toggle:after{clear: both}body.display-mobile .menu-toggle .title{float: left;line-height: 27px}body.display-mobile .menu-toggle i{float: right;font-size: 19px;padding: 4px 5px 2px;line-height: 1;border: 1px solid #999}body.display-mobile .menu-toggle + .psyoMenu.level1,body.display-mobile .menu-toggle + .menu.level-1,body.display-mobile .menu-toggle-menu{display: none}body.display-mobile .footer{padding: 25px}body.display-mobile .shop-item-list.per-row-4 .shop-item,body.display-mobile .shop-item-list.per-row-5 .shop-item{width: 50%}body.display-mobile .pager-sort-holder{border: 0}body.display-mobile .pager-sort-holder .pagination.shop-list-pagination{margin-bottom: 10px}body.display-mobile .pagination{float: none !important;text-align: center;width: 100%}body.display-mobile .pagination > li > a,body.display-mobile .pagination > li > span{float: none;display: inline-block}body.display-mobile .pagination.sort .arrow-bottom::before,body.display-mobile .pagination.sort .arrow-top::before{display: none}body.display-mobile .tabs-holder .tab,body.display-mobile .tabs-holder h2{display: block !important;padding-top: 0px}body.display-mobile .tabs-holder .tab-header{display: none}body.display-mobile .shopCart .order-steps ul li > a,body.display-mobile .shopCart .order-steps ul li > span{line-height: 18px;font-size: 12px;padding: 7px 5px;min-height: 50px}body.display-mobile .shopCart .order-steps ul li > a em,body.display-mobile .shopCart .order-steps ul li > span em{display: none}body.display-mobile .cart-table thead{display: none}body.display-mobile .cart-table tbody,body.display-mobile .cart-table tr,body.display-mobile .cart-table td{display: block;width: auto}body.display-mobile .cart-table tr{position: relative;padding: 0}body.display-mobile .cart-table tr:before,body.display-mobile .cart-table tr:after{content: " ";display: table}body.display-mobile .cart-table tr:after{clear: both}body.display-mobile .cart-table tr:before,body.display-mobile .cart-table tr:after{content: " ";display: table}body.display-mobile .cart-table tr:after{clear: both}body.display-mobile .cart-table td.image,body.display-mobile .cart-table td.stock{width: 140px;float: left}body.display-mobile .cart-table td.quantity{width: 100px;float: right;padding-top: 0;padding-bottom: 0;text-align: right}body.display-mobile .cart-table td.stock{padding-top: 0;clear: left}body.display-mobile .cart-table td.remove{position: absolute;top: 10px;right: 10px}body.display-mobile .cart-table td.sp-title{float: left}body.display-mobile .cart-table td.price{width: 50%;clear: left;float: left;text-align: left}body.display-mobile .cart-table td.price.total{clear: none;text-align: right}body.display-mobile .cart-table td.price.shipping,body.display-mobile .cart-table td.price.payment{float: right;width: auto}body.display-mobile .cart-table .cartNavi .return{float: left}body.display-mobile .cart-table .cartNavi .recalc{float: right}body.display-mobile .shopCart .price-list{line-height: 1.3;padding: 15px 0}body.display-mobile .shopCart .price-list .shopping_cart_price_title,body.display-mobile .shopCart .price-list .prefered,body.display-mobile .shopCart .price-list .normal,body.display-mobile .shopCart .price-list .title{display: block;margin: 0}body.display-mobile .shopCart .shop-coupon-holder .form-holder .form{line-height: 1.3;padding: 20px 10px}body.display-mobile .shopCart .payment-box,body.display-mobile .shopCart .shipping-box{padding-left: 0;padding-right: 0}body.display-mobile .shopCart #shipping-payment-output{line-height: 1.3;padding: 15px}body.display-mobile .shopCart .customer-options .customer-option .toggle{border-color: #c6c6c6;border-style: solid;border-width: 1px 1px 0px 1px}body.display-mobile .shopCart .customer-options{border-bottom: 1px solid #c6c6c6}body.display-mobile .shopCart #customer .form-group label{position: static;top: 0;left: 0;text-align: left}body.display-mobile .shopCart #customer .form-group{width: auto}body.display-mobile .shopCart .headline-box p{line-height: 1.3;padding-bottom: 5px}body.display-mobile .shopCart .confirm-box + .confirm-box{border: 0;padding: 0;margin-top: 15px}body.display-mobile div[class^="row-"] .item,body.display-mobile div[class*=" row-"] .item{margin-left: 4% !important;width: 48% !important;clear: none !important}body.display-mobile div[class^="row-"] .item:nth-child(2n+1),body.display-mobile div[class*=" row-"] .item:nth-child(2n+1){margin-left: 0 !important;clear: left !important}body.display-mobile .modal-dialog{width: auto;margin: 30px auto}body.display-mobile .modal{width: auto}body.display-mobile .modal-content{-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);box-shadow: 0 5px 15px rgba(0,0,0,0.5)}body.display-mobile #cart-modal{width: auto}body.display-mobile #cart-modal .modal-dialog{width: auto}body.display-mobile #mobile-off{display: block;text-align: center}}@media (max-width: 767px){#mobile-on{display: block}}@media (max-width: 767px){body.display-mobile .main-menu,body.display-mobile .main-menu-web{position: absolute;top: 0;left: 0;width: 100%;z-index: 50}body.display-mobile .main-menu .navbar .nav > li > a{border-bottom: 1px solid #2d2d2d;border-top: 1px solid #606060}body.display-mobile .header-web .main-menu-web .nav > li > a{border-bottom: 1px solid #8e99a1;background: #fff;line-height: 40px}body.display-mobile .header-web .main-menu-web .nav > li > a:after{display: none}body.display-mobile .header-web .main-menu-web .nav-pills .dropdown-menu{display: block;float: none;position: static;padding: 10px 0 10px 30px}body.display-mobile .header{padding-top: 37px;padding: 15px}body.display-mobile .login-box{text-align: center}body.display-mobile form.form-search{margin-left: 15px;margin-right: 15px}body.display-mobile .content{padding: 20px 15px}}@media (min-width: 1562px){body.display-mobile .container{width: 1191px}body.display-mobile .middle .content{width: 960px}body.display-mobile.shop_cart .middle .content,body.display-mobile.shop_shipping_payment .middle .content,body.display-mobile.shop_customer .middle .content,body.display-mobile.shop_order_confirm .middle .content{width: 100%}}@media (max-width: 1322px){body.display-mobile .container{margin: 0px auto}}@media (max-width: 767px){body.display-mobile #sfLuceneimarket-left-4{display: none}body.display-mobile .menu-holder.widgetMenu.widgetBox{position: relative}body.display-mobile .search-toggle{position: absolute;top: 3px;right: 55px;display: inline-block}body.display-mobile .search-toggle:before{display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f002";color: #f97123;font-size: 20px;padding: 6px 10px;cursor: pointer}body.display-mobile .search-toggle:before.pull-left{margin-right: .3em}body.display-mobile .search-toggle:before.pull-right{margin-left: .3em}body.display-mobile .content .widgetMenu.widgetBox{margin: 0 -15px 10px}body.display-mobile .widgetMenu.widgetBox .menu.level-1{display: block}body.display-mobile.shop_catalog_detail .widgetMenu.widgetBox .menu-toggle{display: block}body.display-mobile.shop_catalog_detail .widgetMenu.widgetBox .menu.level-1{display: none}body.display-mobile.shop_catalog_list .widgetMenu.widgetBox .menu.level-1{display: none}body.display-mobile.shop_catalog_list .widgetMenu.widgetBox .menu.level-1.show{display: block}body.display-mobile .cart-table td.image{display: none}body.display-mobile .cart-table td.name{width: 60%;float: left;padding: 10px 0 0 0}body.display-mobile .cart-table td.stock{clear: none;float: right;text-align: right;width: 75px;padding: 10px 25px 5px 0}body.display-mobile .cart-table td.price{padding: 5px 0}body.display-mobile .cart-table td.delete{position: absolute;top: 8px;right: 5px;padding: 0}body.display-mobile .help{width: auto;float: none !important;margin: 0 auto;top: 40px;right: 15px;width: 180px}body.display-mobile .help .clear{font-size: 11px}body.display-mobile .help .main_text{background: transparent;text-align: center;font-size: 10px;height: 27px}body.display-mobile .help .pull-right,body.display-mobile .help .pull-left{float: left !important;font-size: 10px}body.display-mobile .help .pull-left{width: 40%}body.display-mobile .help .pull-right{width: 58%}body.display-mobile .item-text{margin-top: 0;padding-top: 0 !important}body.display-mobile .header{margin-top: 0px;padding-top: 37px}body.display-mobile .pagination.sort li{margin-top: 5px;display: inline-block}body.display-mobile .shop-item-list.per-row-3 .shop-item{width: 100%;margin-left: 0px}body.display-mobile .special-filter{padding: 20px}body.display-mobile .banners_right{display: none}body.display-mobile table{max-width: 100%;width: 100% !important;box-sizing: border-box}body.display-mobile .price_to{float: right !important}body.display-mobile .special_filter{float: none;margin: 0 auto;width: 210px}body.display-mobile .middle #filter_form .special-filter #od{display: block;padding-top: 19px}body.display-mobile .psyoArticle.list .thumb{width: 100%}body.display-mobile .psyoArticle.list .thumb img{max-width: 300px;width: 100%}body.display-mobile .psyoArticle.list .text{margin: 0}body.display-mobile .shop-item-list.per-row-4 .shop-item{width: 50% !important}body.display-mobile .shop-item-list.per-row-4 .shop-item .thumb{border-right: 0px}body.display-mobile .shop-item-list.per-row-4 .shop-item .thumb a.item-image{height: 110px;margin-top: 10px}body.display-mobile .shop-item-list.per-row-4 .shop-item .thumb h2{height: 62px}body.display-mobile .shop-item-list.per-row-4 .shop-item:nth-child(4n+1){clear: none}body.display-mobile .shop-item-list.per-row-4 .shop-item:nth-child(4n) .thumb{border-right: none !important}body.display-mobile .shop-item-list.per-row-4 .shop-item:nth-child(2n+1) .thumb{border-right: 1px solid #e0e0e0}body.display-mobile .cart-box .dropdown .dropdown-menu{left: 0px}body.display-mobile .shop-item-list .shop-item .item-text .item-right .stock{position: absolute;bottom: 75px;right: 10px}body.display-mobile .shop-item-list .shop-item .item-text .item-right{position: static;margin-top: 10px}body.display-mobile .header .logo{margin-top: 0}body.display-mobile .shop-item-list .shop-item .item-text .price{margin-right: 0}body.display-mobile .shop-item-list .shop-item .item-text .item-right a.list-item-detail span{float: right}body.display-mobile .cart-box .dropdown-menu.cart-window{width: 100%}body.display-mobile .dropdown-menu.cart-window .products-holder table tr{position: relative;display: block}body.display-mobile .dropdown-menu.cart-window .products-holder table tr td.sbox-item-price{position: absolute;bottom: 0;right: 25px;width: 200px;text-align: right}body.display-mobile .dropdown-menu.cart-window .products-holder table tr td.delete{position: absolute;bottom: 0;right: 0}body.display-mobile .header .logo{width: 140px}body.display-mobile .menu-toggle i{padding: 5px}body.display-mobile .menu-toggle i:before{content: ""}body.display-mobile .menu-toggle i span{display: block;height: 4px;width: 25px;background: #fff}body.display-mobile .menu-toggle i span + span{margin-top: 3px}body.display-mobile .shop_catalog_list .widgetMenu .menu-toggle{display: none}body.display-mobile .widgetMenu .menu-toggle i span{background: #888}body.display-mobile .shop_catalog_list .widgetMenu .menu.level-1{display: block !important}body.display-mobile .shopCart .special-info{width: auto;height: auto}body.display-mobile .footer{min-width: 0}body.display-mobile .shopCatalog.detail .shop-add-cart{font-size: 12px}body.display-mobile .shopCatalog.detail .data .info .expedit strong{font-size: 14px}}@media (max-width: 767px){.footer{min-width: 980px}}@media (max-width: 1583px){.shop-item-list.per-row-4 .shop-item{width: 33.333% !important}.shop-item-list.per-row-4 .shop-item:nth-child(4n+1){clear: none}.shop-item-list.per-row-4 .shop-item:nth-child(4n) .thumb{border-right: 1px solid #e0e0e0}.shop-item-list.per-row-4 .shop-item:nth-child(3n) .thumb{border-right: 0px}}@media (max-width: 320px){body.display-mobile .header .logo{margin-top: 10px;width: 104px}}.gdpr-list h1{margin: 0;padding: 0}.gdpr-list p{margin: 5px 0;padding: 0}.gdpr-list h2{margin: 10px 0 10px 0;padding: 0}table.gdpr{width: 100%;border-collapse: collapse}table.gdpr th,table.gdpr td{border: solid #aaa 1px;padding: 5px}table.gdpr th .gdpr-status-active,table.gdpr td .gdpr-status-active{color: green;font-weight: bold}table.gdpr th .gdpr-status-revoked,table.gdpr td .gdpr-status-revoked{color: red}