
/* CSS Document */
html {
    height: 100%;
}

img {
    border: none;
    max-width: 100%;
}

input[type=submit] {
    cursor: pointer;
}

body, ul, ol, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #2275c8;
    text-decoration: underline;
}

a:hover {
    color: #000;
}

p {
    padding: 8px 0;
    line-height: 18px;
}

.tom_cleaner {
    width: 100%;
    height: 1px;
    clear: both;
}

.tom_cleaner2 {
    width: 100%;
    height: 20px;
    clear: both;
}

.tom_cleaner3 {
    width: 100%;
    height: 10px;
    clear: both;
}

.tom_cleaner4 {
    width: 100%;
    height: 40px;
    clear: both;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

body {
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #444;
    height: 100%;
    background: #f3f3f3 url('../images/bg.jpg') top center repeat-x;
}

#page {
    /*max-width: 980px;*/
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

@media (min-width: 950px) {
    #page {
        max-width: 1330px;
    }
}

#inner {
    min-height: 500px;
    background-color: #fff;
    border: 1px solid #d0efff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px #d8d8d8;
    -moz-box-shadow: 0 0 10px #d8d8d8;
    box-shadow: 0 0 10px #d8d8d8;
    overflow: hidden;
}

#header {
    min-height: 28px;
    padding-top: 24px;
    padding-right: 2.04%;
    padding-left: 2.04%;
    color: #717171;
}

.tinynav {
    display: none;
}

#list-header-links {
    list-style-type: none;
}

#list-header-links li {
    float: left;
}

#header-links {
    margin-left: 4.59%;
}

#header-links a {
    margin-right: 39px;
}

#reg-log a {
    margin-left: 39px;
}

#inner-header {
    min-height: 55px;
    border-bottom: 1px solid #d0efff;
    background-color: #f8fcfe;
    padding-top: 20px;
}

#logo {
    margin-left: 30px;
}

#search {
    margin-left: 2.95%;
    position: relative;
    width: 370px;
}

.search-input {
    position: relative;
    width: 240px;
    height: 35px;
    border: 1px solid #d5d5d5;
    padding-left: 63px;
    background-color: #fff;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.search-input input {
    width: 230px;
    line-height: 33px;
    border: none;
    background-color: #fff;
    color: #939393;
    font-size: 12px;
    font-family: Tahoma;
    height: 33px;
}

@media (min-width: 1060px) {
    #search {
        width: 470px;
    }
    .search-input {
        width: 340px;
    }
    .search-input input {
        width: 330px;
    }
}

.search-input img {
    position: absolute;
    left: 10px;
    bottom: 0;
}

.search-submit {
    width: 65px;
    height: 37px;
}

.search-submit input {
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    border-left: none;
    display: block;
    height: 37px;
    width: 65px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
}

#header-basket {
    margin-right: 30px;
    font-size: 14px;
    padding-left: 38px;
    display: inline-block;
    background: url('../images/cart.png') left center no-repeat;
    min-height: 37px;
    line-height: 37px;
}

.basket-order {
    display: block;
    height: 35px;
    border: 1px solid #1a65bd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: url('../images/order.png') 0 top repeat-x;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #18528c;
    width: 82px;
}

.basket-order:hover {
    background: url('../images/order.png') 0 bottom repeat-x;
    color: #fff;
}

.cart {
    float: left;
    margin-right: 17px;
}

.cart strong {
    color: #000;
}

#content {
    padding: 22px 20px;
}

#leftbox {
    width: 23.40%;
}

#rightbox {
    width: 74.46%;
}

#menu {
    background: #e37002 url('../images/menu.png') top center repeat-x;
    border: 1px solid #df8d00;
    min-height: 200px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

#main-menu {
    list-style-type: none;
}

#main-menu > li {
    background: url('../images/plus.png') left 9px no-repeat;
}

#main-menu > li > a {
    border-bottom: 1px dashed #eaa244;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-shadow: 1px 1px 1px #a35e02;
    font-weight: bold;
    padding: 4px 0 4px 21px;
    line-height: 20px;
}

#main-menu > li:last-child > a {
    border-bottom: none;
}

#main-menu > li a:hover, #main-menu > li > .submenu > li.active > a {
    background: url('../images/menu-hover.png') right center repeat-y;
}

#main-menu > li > .submenu {
    list-style-type: none;
    margin-left: 20px;
}

#main-menu > li.active {
    background: url('../images/minus.png') left 9px no-repeat;
}

#main-menu > li:hover li {
    background: none !important;
}

#main-menu > li > .submenu > li > a {
    border-bottom: 1px dashed #eaa244;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-shadow: 1px 1px 1px #a35e02;
    font-weight: normal;
    padding: 4px 0;
    line-height: 20px;
}

#main-menu > li > .submenu > li.active a {
    font-weight: bold;
}

#why {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 18px;
    background-color: #f6fbfe;
    margin-bottom: 20px;
}

#why h3, #heureka h3 {
    font-weight: normal;
    color: #ff9100;
    margin-bottom: 10px;
    font-size: 16px;
}

.adv {
    margin-bottom: 4px;
}

.adv-img {
    width: 36px;
    height: 57px;
    background: url('../images/adv.png') 0 0 no-repeat;
    text-align: center;
    line-height: 54px;
}

.adv-img img {
    vertical-align: middle;
}

.adv-text, .adv-text1 {
    width: 71%;
    padding-left: 10px;
    line-height: 18px;
    padding-top: 10px;
}

.adv-text strong, .adv-text1 strong {
    display: block;
}

.heur-item {
    margin-bottom: 16px;
}

.heur-title {
    font-family: Georgia;
    font-style: italic;
    line-height: 18px;
    font-size: 13px;
    color: #000;
}

.heur-item .score {
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 1px;
    width: 60px;
}

.heur-item .customer {
    color: #444444;
    display: block;
    font-size: 11px;
    line-height: 18px;
}

.heur-item .score img {
    float: left;
}

#heureka {
    padding: 20px 20px 20px 0;
    border-right: 1px solid #e6e6e6;
}

.epilog {
    font-size: 11px;
    padding-top: 20px;
}

.epilog img {
    margin-right: 20px;
}

#slider {
    background-color: #0f3860;
    height: 280px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 44px;

}

#slider-text .title {
    font-size: 48px;
    text-shadow: 1px 1px 1px #0a2743;
    display: block;
    text-transform: uppercase;
}

#slider-text p {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #0a2743;
    padding: 0;
    font-size: 16px;
}

#slider-text {
    padding-left: 40px;
    min-width: 272px;
    padding-top: 44px;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
}

#slider img {
    bottom: 0;
    position: absolute;
    right: 10px;
    z-index: 9;
    left: 0;
}

.buy-now {
    display: inline-block;
    background: url('../images/now.png') left top repeat-x;
    text-align: center;
    color: #fff;
    text-decoration: none;
    height: 37px;
    padding: 0 10px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 35px;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px 1px #1f6c06;
    margin-top: 30px;
    border: 0;
}

.buy-now:hover {
    background-position: left bottom;
    color: #fff;
}

#slider-intro {
    line-height: 34px;
    padding: 0 16px;
}

#slider-control {
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/slider-control.png') 0 0 repeat;
    width: 100%;
    z-index: 99;
}

#slider-items {
    height: 34px;
}

#slider-items a {
    display: inline-block;
    float: left;
    height: 34px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    padding: 0 20px;
}

#slider-items a.active, #slider-items a:hover {
    background-color: #2275c8;
    height: 39px;
    line-height: 43px;
    position: relative;
    top: -5px;
}

#rec .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}

#scores-left h2.title, #alternatives h2.title, #suplik h2.title {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
}

.rec-item {
    width: 220px;
    width: 30%;
    margin-right: 16px;
    margin-bottom: 32px;
}

@media (max-width: 950px) {
    .rec-item {
        width: 31%;
    }
}

@media (max-width: 950px) {
    .rec-item {
        width: 47%;
        margin-right: 1%;
    }
}

.rec-item-img {
    width: 220px;
    height: 240px;
    line-height: 240px;
    text-align: center;
    margin-bottom: 10px;
}

.rec-item-img img {
    position: relative;
    vertical-align: middle;
}

#rec-listing {

}

.rec-item-title {
    line-height: 18px;
}

.rec-item-title a {
    font-size: 12px;
}

.rec-item p {
    padding: 0 0 6px 0;
}

.rec-item-price {
    color: #000;
    font-size: 14px;
    margin-right: 20px;
}

.stock {
    font-size: 12px;
    padding-left: 14px;
    line-height: 21px;
    font-weight: bold;
}

.s1 {
    color: #67b65d;
    background: url('../images/check.png') left center no-repeat;
}

.s2 {
    /*color: #ea8603 !important;*/
    color: #ea4f00 !important;
    padding-left: 0;
}

.mr0 {
    margin-right: 0 !important;
}

#box-control {
    height: 48px;
    border: 1px solid #d5d5d5;
    background: url('../images/box-control.png') 0 0 repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#box-control a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    float: left;
    height: 48px;
    line-height: 49px;
    padding: 0 2%;
    text-decoration: none;
}

#box-control a.active {
    background: url('../images/box-a.png') 0 0 repeat-x;
    border-right: 1px solid #d5d5d5;
    color: #444;
    font-weight: normal;
}

#box-control a.active span {
    background: url('../images/zobak.png') 0 0 no-repeat;
    width: 32px;
    height: 6px;
    display: block;
    margin: -1px auto 0 auto;
    position: relative;
}

.box-item {
    width: 49.05%;
    border-right: 1px solid #e6e6e6;
    padding: 18px 0;
}

.box-item-img {
    width: 63px;
    height: 77px;
    text-align: center;
    line-height: 77px;
}

.box-item-img img {
    vertical-align: middle;
    position: relative;
}

.box-item-text {
    padding-left: 17px;
    padding-top: 6px;
}

.box-item-text .title {
    line-height: 18px;
}

.box-item-text .title a {
    font-weight: normal;
    font-size: 12px;
}

.box-item-text p {
    padding: 0 0 6px 0;
}

.box-cat-link {
    color: #444;
}

.box-row .rec-item-price {
    font-size: 12px;
    line-height: 20px;
}

.box2 {
    border-right: none;
    padding-left: 30px;
    width: 320px;
}

.box-row {
    border-bottom: 1px solid #e6e6e6;
}

#box {
    margin-bottom: 40px;
}

#brands {
    width: 305px;
}

#brands h3, #about h3 {
    font-size: 18px;
    color: #ff9100;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
}

#about {
    width: 320px;
}

#about p {
    font-size: 13px;
}

#footer {
    padding: 37px 20px 58px 20px;
}

.foot-menu {
    min-width: 160px;
    list-style-type: none;
}

.foot-menu h3 {
    font-size: 14px;
    color: #000;
    min-height: 24px;
}

.foot-menu > li {
    line-height: 24px;
}

.foot-menu > li > a {
    text-decoration: none;
}

.copyright {
    border-top: 1px solid #dadada;
    margin-top: 35px;
    padding-top: 35px;
}

#foot-logo {
    position: relative;
    top: 4px;
}

.copy.fright {
    position: relative;
}

#breadcrumbs {
    font-size: 11px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#breadcrumbs span {
    color: #444;
}

.separator {
    background: url('../images/separator.png') 0 0 no-repeat;
    display: inline-block;
    height: 5px;
    margin: 0 12px;
    width: 14px;
}

#intro-left {
    width: 56.42%;
}

#intro-left p {
    font-size: 13px;
    line-height: 22px;
}

#intro-left img {
    margin-right: 10px;
    margin-top: 10px;
}

#intro h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}

#intro {
    margin-bottom: 30px;
}

.help {
    width: 206px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 27px 0 20px 14px;
    line-height: 18px;
    color: #686868;
    position: relative;
}

.dark {
    color: #000;
}

.help img {
    position: absolute;
    right: 10px;
    bottom: 0;
}

#filter {
    padding: 30px 20px 14px 20px;
    background-color: #f3f3f3;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    margin-bottom: 30px;
}

.filter-row {
    position: relative;
    padding-left: 80px;
    margin-bottom: 16px;
}

.filter-title {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

.filter-item {
    position: relative;
    padding-left: 22px;
    line-height: 18px;
    margin-right: 16px;
    margin-bottom: 4px;
}

.filter-item input {
    position: absolute;
    left: 0;
    top: 0;
}

#list-sort {
    list-style-type: none;
}

#list-sort > li {
    float: left;
    margin-right: 3.57%;
}

#list-sort > li > .active {
    color: #000;
    font-weight: bold;
}

#list-sort > li > a {
    text-decoration: none;
}

.sub-sorting {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

#acord {
    background: url('../images/arr.png') right 7px no-repeat;
    padding-right: 14px;
}

#listing-products .rec-item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-right: 0;
    padding-right: 16px;
}

#listing-products .mr0 {
    padding-right: 0;
}

#paginator {
    background-color: #F1EFEC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 9px 0;
    text-align: center;
}

#paginator a {
    background-color: #FFFFFF;
    border: 1px solid #C1C4C6;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    height: 31px;
    line-height: 31px;
    margin: 0 5px;
    text-decoration: none;
    width: 31px;
}

.next, .prev {
    color: #9F9F9F;
    padding: 0 10px;
    width: auto !important;
}

.next.colored, .prev.colored {
    color: #006BCE;
}

#paginator .active {
    color: #000;
    font-weight: bold;
}

#last-visited {
    border-top: 1px solid #E2E2E2;
    padding: 30px 0;
}

#last-visited .title {
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

#last-visited > p, #scores-left p.perex, #suplik .perex {
    color: #686868;
    line-height: 24px;
    padding: 0;
    font-size: 14px;
}

#scores-left p.perex {
    padding-bottom: 30px;
}

.scores-author {
    color: #686868;
    line-height: 24px;
}

.author-name {
    margin-right: 14px;
}

.scores-stars {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 94px;
}

.scores-stars img {
    float: left;
}

.scores-date {
    margin-right: 4px;
}

.scores-item {
    padding-bottom: 22px;
}

.scores-item h3.title {
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    font-weight: normal;
    color: #000;
}

#own-score h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000;
}

.own-row {
    margin-bottom: 15px;
}

.own-row label {
    display: block;
    line-height: 33px;
    min-height: 1px;
    width: 96px;
    font-weight: bold;
}

.own-input {
    width: 80%;
    line-height: 36px;
}

.recenze {
    border: 1px solid #C1C4C6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #686868;
    font-family: tahoma;
    font-size: 12px;
    width: 100%;
    min-height: 50px;
    padding: 10px;
}

.own-submit input {
    background: url('../images/order.png') 0 top repeat-x;
    border: 1px solid #1A65BD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #18528C;
}

.own-submit input:hover {
    background-position: 0 bottom;
}

.acc {
    margin-left: 10px;
    line-height: 35px;
}

#control {
    margin-top: 10px;
}

.con-right {
    background: url('../images/sipky.png') right -29px no-repeat;
}

.con-right:hover {
    background-position: right -58px;
}

.con-item {
    display: block;
    height: 29px;
    width: 30px;
}

.con-left {
    background: url('../images/sipky.png') left top no-repeat;
    margin-right: 9px;
}

.con-left:hover {
    background-position: left -58px;
}

#last-visited .rec-item {
    width: 140px;
    position: relative;
}

#last-visited .rec-item-img {
    width: 140px;
    height: 94px;
    line-height: 94px;
}

.tags {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.tag {
    height: 16px;
    display: inline-block;
    padding: 0 10px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 6px;
}

.t1 {
    background: #1fbb00 url('../images/shade.png') left center no-repeat;
}

.t2 {
    background: #ea8603 url('../images/shade.png') left center no-repeat;
}

.t3 {
    background: #2275c8 url('../images/shade.png') left center no-repeat;
}

.visited-items {
    margin-top: 30px;
    height: 280px;
    overflow: hidden;
}

.rec-item-before {
    min-height: 20px;
    line-height: 20px;
    text-decoration: line-through;
    font-size: 12px;
}

#last-visited .rec-item-title {
    line-height: 18px;
}

#last-visited .rec-item-title a {
    line-height: 18px;
    font-weight: normal;
}

#detail-box h1 {
    font-size: 30px;
    color: #ea8603;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 20px;
}

#detail-img {
    width: 47.85%;
    height: 340px;
    text-align: center;
    line-height: 340px;
}

#detail-img img {
    vertical-align: middle;
    /*max-width: 310px;*/
    max-height: 300px;
}

#detail-info {
    width: 48.57%;
}

.detail-row {
    border-bottom: 1px solid #e9e9e9;
    line-height: 20px;
    padding: 4px 0;
}

.detail-row-right img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.detail-row-left {
    width: 30.88%;
}

.detail-row-right {
    width: 69.11%;
}

.detail-row-right .score {
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 1px;
}

.detail-row-right .score img {
    float: left;
    margin-right: 0;
}

.write-score {
    margin-left: 10px;
}

.bbn {
    border-bottom: none;
}

#price-buy {
    margin: 30px 0;
}

#main-price {
    font-size: 30px;
    color: #2275c8;
    display: block;
    margin-bottom: 4px;
}

.price-before {
    font-size: 12px;
}

.price-before span {
    text-decoration: line-through;
}

.count, .count input {
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}

.count {
    color: #686868;
}

.count input {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    box-shadow: 1px 3px 5px #E8E8E8 inset;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 49px;
}

.sign {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #D1D1D1;
    width: 29px;
}

.plusko {
    background: linear-gradient(to bottom, #EBEBEB 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border-radius: 0 4px 0 0;
    border-top: 1px solid #D1D1D1;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    color: #B4B4B4;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}

.minusko {
    background: linear-gradient(to bottom, #EBEBEB 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #D1D1D1;
    border-radius: 0 0 4px 0;
    border-top: 1px solid #D1D1D1;
    box-shadow: 1px 1px 1px #FFFFFF inset;
    color: #B4B4B4;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}

#buy .buy-now {
    margin-top: 0;
    margin-left: 10px;
}

.save {
    clear: both;
    line-height: 22px;
    display: block;
    font-size: 12px;
}

#detail-tech p {
    font-size: 13px;
    line-height: 22px;
}

#detail-tech h2 {
    font-size: 16px;
    line-height: 22px;
}

#detail-tech-left {
    width: 60%;
}

#detail-tech-right {
    width: 31.42%;
}

.detail-help {
    padding-right: 73px;
    position: relative;
    line-height: 18px;
    padding-bottom: 20px;
}

.detail-help img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.alternative .rec-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
}

.alternative .tags {
    top: 16px;
}

.alternative .rec-item-img {
    height: 120px;
    line-height: 120px;
    width: 100%;
}

.alternative {
    padding: 10px 20px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alternative h3 {
    font-weight: normal;
    color: #ff9100;
    font-size: 16px;
}

.alternative .stock {
    float: none;
    clear: both;
}

#c-basket-inner {
    background-color: #F7F6F4;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#steps {
    height: 58px;
}

#steps .active {
    background-color: #F7F6F4;
    border-bottom: medium none !important;
    font-weight: bold;
}

.step {
    color: #000000;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
}

.step-1 {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    padding: 0 4%;
}

.step-2 {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    padding: 0 4%;
}

.step-3 {
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    padding: 0 4%;
}

.step-3.active {
    border-right: none;
}

#c-basket-content th {
    border-bottom: 1px solid #E2E2E2;
    font-size: 11px;
    font-weight: bold;
    padding: 26px 0 10px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
}

.p0 {
    width: 2.71%;
}

.p1 {
    width: 30.14%;
}

.p2, .p3 {
    width: 17.14%;
}

.p4 {
    width: 31.28%;
}

#c-basket-content td {
    border-bottom: 1px solid #E2E2E2;
    padding: 16px 0;
}

.c-basket-img {
    min-height: 68px;
    width: 70px;
}

.c-basket-img img {
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    max-height: 58px;
    max-width: 58px;
    padding: 10px;
}

.c-basket-title {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 23%;
}

#c-basket-content .stock {
    padding-left: 18px;
    font-weight: bold;
    color: #1fbb00;
}

.c-basket-price {
    display: block;
    margin-bottom: 12px;
}

.c-price {
    font-size: 14px;
    margin-right: 14px;
    color: #000;
}

.c-link {
    line-height: 18px;
}

.c-strike-before {
    color: #767777;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.c-strike-before span {
    background: url('../images/strike-blue.png') 0 0 no-repeat;
    height: 19px;
    position: absolute;
    left: 76px;
    top: 0;
    width: 74px;
}

#result {
    padding: 20px 0;
    border-bottom: 1px dotted #b4b4b4;
}

#result-left {
    padding-left: 38%;
    width: 29.14%;
}

.without-tax {
    color: #767777;
    display: block;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}

.total-save {
    color: #ea8603;
    display: block;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}

#result-right {
    font-size: 36px;
    line-height: 30px;
    width: 31.42%;
    color: #000;
}

#c-control {
    padding: 30px 0;
}

.c-back {
    display: block;
    border: 1px solid #bbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 27px;
    line-height: 27px;
    padding: 0 12px;
    background: #eeeeee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #d5d5d5));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d5d5d5', GradientType=0);
    color: #000;
    font-size: 12px;
    text-decoration: none;
    margin-top: 13px;
}

.c-back:hover {
    background: none #ea8603 !important;
    background-color: #ea8603 !important;
    filter: none;
    border-color: #ea8603;
    color: #fff;
}

.c-continue {
    background: url('../images/buttons.png') left top repeat-x;
    border: 1px solid #18A500;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    padding: 0 14px;
    text-decoration: none;
    text-shadow: 0 -1px 1px #237A3C;
}

.c-continue:hover {
    color: #fff;
    background: none #32C300;
}

.contact {
    background: #fff url('../images/kluk.png') right bottom no-repeat;
    min-height: 61px;
    padding-top: 10px;
    line-height: 18px;
    margin-right: 0;
    padding-bottom: 14px;
    padding-right: 66px;
    position: relative;
    margin-top: 10px;
}

#alternatives {
    width: 61.27%;
}

#alternatives .perex {
    color: #686868;
    line-height: 24px;
    padding: 0;
    font-size: 14px;
}

#alt-box {
    border-right: 0 dotted #b4b4b4;
    border-bottom: 0 dotted #b4b4b4;
    border-left: 0 dotted #b4b4b4;
    border-top: 1px dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
    margin-top: 10px;
}

#alt-box .price-stock {
    bottom: 19px;
}

#alt-box .listing-item {
    height: 420px;
}

#alt-box .price-stock {
    bottom: 19px;
}

#vis-box .vis-item {
    border-right: 0 dotted #b4b4b4;
    border-bottom: 1px dotted #b4b4b4;
    border-left: 1px dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
}

#vis-box {
    margin-top: 10px;
    border-right: 0 dotted #b4b4b4;
    border-bottom: 0 dotted #b4b4b4;
    border-left: 0 dotted #b4b4b4;
    border-top: 1px dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
}

.bdr {
    border-right: 1px dotted #b4b4b4 !important;
}

#vis-box .vis-item {
    width: 50%;
    margin-top: 0;
}

#vis-box .vis-item .price-stock {
    width: 144px;
    bottom: 50px;
}

#vis-box .vis-item {
    height: 315px;
}

#vis-box .vis-item-img {
    width: 144px;
}

#vis-box .slider-before-price {
    display: block;
    height: 17px;
}

#vis-box .slider-before-price span {
    left: 52px;
}

#header .suplik {
    line-height: 42px;
    background-position: left center;
}

#suplik {
    width: 35.21%;
}

.add-basket {
    height: 23px;
    line-height: 23px;
    border: 1px solid #1A65BD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url('../images/order.png') top left repeat-x;
    color: #fff;
    text-shadow: 0 -1px 1px #237a3c;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    padding: 0 14px;
    text-decoration: none;
    margin-top: 10px;
}

.add-basket:hover {
    background-position: left bottom;
    color: #fff;
}

.to-cash {
    margin-right: 10px;
}

#alt-box td {
    width: 33%;
    border-right: 1px dotted #b4b4b4;
    border-bottom: 0 dotted #b4b4b4;
    border-left: 0 dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
}

#alt-box .bb1 {
    border-right: 1px dotted #b4b4b4;
    border-bottom: 1px dotted #b4b4b4 !important;
    border-left: 0 dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
}

#alt-box .listing-item-img {
    text-align: center;
    line-height: 110px;
}

#alt-box .listing-item-img img {
    vertical-align: middle;
}

#alt-box .listing-item-title, #suplik .vis-item-title {
    line-height: 18px;
}

#alt-box .listing-item-title a, #suplik .vis-item-title a {
    font-size: 12px;
    font-weight: normal;
}

#alt-box p {
    padding: 0;
}

#alt-box .bb1 {
    padding: 10px;
}

#alt-box .slider-before-price {
    text-decoration: line-through;
    margin-left: 10px;
}

#alt-box .listing-price, #suplik .listing-price {
    color: #000;
}

#alt-box .stock {
    margin-top: 4px;
    display: inline-block;
}

.tag-wrap {
    position: relative;
}

#alt-box .tags, #suplik .tags {
    top: 12px;
    left: -10px;
}

#alt-box td {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

#suplik .vis-item-img {
    text-align: center;
    height: 90px;
    line-height: 90px;
    width: 100%;
}

#suplik .vis-item-img img {
    vertical-align: middle;
}

#suplik td {
    vertical-align: top;
    padding: 0 10px 10px 10px;
    border-right: 1px dotted #b4b4b4;
    border-bottom: 0 dotted #b4b4b4;
    border-left: 0 dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
}

#suplik .bb1 {
    border-right: 1px dotted #b4b4b4;
    border-bottom: 1px dotted #b4b4b4 !important;
    border-left: 0 dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
}

#suplik table {
    border-right: 0 dotted #b4b4b4;
    border-bottom: 0 dotted #b4b4b4 !important;
    border-left: 1px dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
}

#suplik .stock {
    margin-left: 10px;
}

.t-bordered {
    border-bottom: 1px solid #E2E2E2;
    padding: 30px 20px;
}

#traffic, #in-basket {
    color: #000;
}

#traffic .title {
    font-size: 22px;
    font-weight: normal;
}

#t-left, #t-right {
    margin-top: 20px;
    width: 43.18%;
    width: 49%;
}

#t-left label, #t-right label, .label {
    display: block;
    margin-bottom: 6px;
}

.text {
    border: 1px solid #C1C4C6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #686868;
    display: block;
    font-family: tahoma;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    margin-bottom: 21px;
    padding: 0 10px;
    width: 92.28%;
}

#traffic textarea, #contact-form-inner textarea {
    border: 1px solid #C1C4C6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #686868;
    display: block;
    font-family: tahoma;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 21px;
    min-height: 61px;
    padding: 10px;
    width: 96.6%;
}

.chck-row {
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
}

.chck-row input[type="checkbox"] {
    left: 0;
    position: absolute;
    top: 0;
}

.trans {
    margin-bottom: 20px;
}

.trans .info {
    font-size: 13px;
    color: #333333;
}

.t-radio-row {
    line-height: 18px;
    margin-bottom: 6px;
    /*padding-left: 24px;*/
    position: relative;
}

.t-radio-row .t-radio-row {

}

.t-radio-row input {
    /*left: 0;
    position: absolute;
    top: 0;*/
}

.t-radio-select {
    padding-left: 25px;
    padding-bottom: 20px;
    display: none;
}

.r1 {
    color: #006bce;
}

.r2 {
    color: #1fbb00;
}

.r3 {
    color: #cc0000;
}

.posta {
    margin-left: 10px;
    position: absolute;
    top: 0;
}

.ulozenka {
    margin-left: 10px;
    position: absolute;
    top: -2px;
}

.pobocka {
    background-color: #fff;
    border: 1px solid #c1c4c6;
    width: 34.54%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 20px 20px 136px;
    position: relative;
    min-height: 100px;
    z-index: 66;
    line-height: 18px;
}

.pobocka img {
    position: absolute;
    left: 20px;
    top: 20px;
}

#in-basket h3 {
    border-bottom: 3px solid #E2E2E2;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 31px;
    padding-bottom: 4px;
}

.in-basket-item {
    position: relative;
    padding-left: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-right: 0 dotted #b4b4b4;
    border-bottom: 1px dotted #b4b4b4;
    border-left: 0 dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
}

.in-basket-img {
    position: absolute;
    left: 0;
    top: 16px;
    width: 70px;
    height: 70px;
    border: 1px solid #e2e2e2;
    text-align: center;
    line-height: 68px;
    background-color: #fff;
}

.in-basket-img img {
    vertical-align: middle;
    max-width: 68px;
    min-height: 68px;
}

.in-title {
    line-height: 18px;
}

.in-price-stock {
    margin-top: 10px;
}

.in-price {
    font-size: 14px;
    line-height: 24px;
}

.in-stock {
    line-height: 24px;
    padding-left: 16px;
}

.service-box {
    border-right: 0 dotted #b4b4b4;
    border-bottom: 1px dotted #b4b4b4;
    border-left: 0 dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
    padding: 10px 0 8px 0;
}

.service-box strong {
    display: block;
}

.service-box .in-price {
    margin-right: 6px;
}

.in-result {
    line-height: 20px;
    padding-top: 16px;
    border-top: 3px solid #e2e2e2;
}

.in-save {
    color: #ea8603;
    font-size: 12px;
    font-family: Georgia;
}

.in-wvat {
    color: #767777;
    font-size: 12px;
    font-family: Georgia;
}

.in-total {
    font-size: 14px;
}

.in-total strong {
    font-weight: normal;
    font-size: 18px;
}

.tac {
    text-align: center;
}

.in-result .c-back {
    display: inline-block;
}

#s-info {
    padding: 20px;
}

#s-left, #s-right {
    width: 49.09%;
}

.bb1 {
    border-right: 0 dotted #b4b4b4;
    border-bottom: 1px dotted #b4b4b4 !important;
    border-left: 0 dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
    padding-bottom: 20px;
}

#s-left p, #s-right p {
    font-size: 14px;
    line-height: 30px;
    padding: 0;
}

#s-right p {
    line-height: 24px;
}

.cite {
    font-family: Georgia;
}

.s-products .in-basket-item {
    width: 33.63%;
    margin-left: 20px;
    border-bottom: 0;
    margin-bottom: 20px;
}

.mail {
    background-color: #D4EBFF;
    padding: 0 2px;
}

.success {
    color: #1FBB00;
}

.s-products .in-price {
    margin-right: 10px;
}

#general {
    color: #000;
}

#general h1 {
    font-size: 30px;
    color: #ea8603;
    line-height: 36px;
    font-weight: normal;
}

#general .perex {
    font-size: 18px;
    line-height: 24px;
}

#contact-work {
    border-bottom: 1px solid #d9d8d7;
    height: 70px;
}

#contact-questions span, #contact-work span {
    color: #000 !important;
    font-size: 12px;
}

.tel-big {
    display: block;
    font-family: times, 'Times New Roman', Georgia, serif;
    font-size: 30px;
    color: #006bce;
}

#contact-questions {
    padding-top: 22px;
    color: #006bce;
}

a.tel-big {
    color: #006bce;
    font-size: 19px;
    font-weight: bold;
    margin-top: 3px;
}

a.tel-big:hover {
    color: #000;
}

.person {
    line-height: 20px;
    padding: 15px 10px 9px 90px;
    position: relative;
}

.person img {
    left: 20px;
    position: absolute;
    top: 20px;
}

#contact-left {
    border: 1px solid #d0efff;
    width: 45.45%;
    margin-right: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#contact-right {
    width: 38.48%;
    line-height: 18px;
}

#h1 {
    font-size: 18px;
    font-weight: normal;
    color: #ea8603;
    line-height: 30px;
    margin-bottom: 4px;
}

#contact-right p.small {
    padding: 0;
    font-size: 11px;
}

#contact-form {
    width: 98.57%;
    margin-top: 50px;
}

#contact-form h2 {
    font-size: 22px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: normal;
}

#contact-form-inner {
    width: 88.11%;
    border: 1px solid #e2e2e2;
    background-color: #f7f6f4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 20px 20px 20px;
}

.senderos {
    font-size: 14px;
    margin-bottom: 4px;
    background: url('../images/order.png') 0 top repeat-x;
    border: 1px solid #1A65BD;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #18528C;
    width: 82px;

}

.senderos:hover {
    background: url('../images/order.png') 0 bottom repeat-x;
    color: #FFFFFF;
}

.req {
    line-height: 40px;
    display: inline-block;
    margin-left: 20px;
}

.input-cover {

    line-height: 75px;
    margin-left: 10px;
}

.input-cover a {
    color: #000;
    text-decoration: none;
}

.input-cover a:hover {
    color: #006bce;
}

.input-cover input {
    position: relative;
    top: 2px;
}

#contact-box-left {
    background-color: #f8fcfe;
    color: #000000;
    font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    min-height: 143px;
    padding: 34px 30px;
    border-bottom: 1px solid #d0efff;
}

.nonactive {
    color: #999999 !important;
}

.nonactive strong {
    color: #999999 !important;
}

/* ------------------------------------------- TABLET ------------------------- */
@media (max-width: 950px) {
    #slider {
        height: 184px;
    }

    #slider img {
        width: 38%;
    }

    .basket-order {
        float: none;
        margin-top: 20px;
        height: 25px;
        line-height: 25px;
    }

    #slider-control {
        display: none;
    }

    #header-basket {
        background: none;
        font-size: 12px;
        line-height: 10px;
    }

    #search {
        width: 271px;
    }

    .search-input, .search-input input {
        width: 137px;
    }

    #slider-text .title {
        font-size: 32px;
    }

    #slider-text p {
        font-size: 10px;
    }

    .box-item {
        border-right: none;
        width: 100%;
        padding-left: 0;
        border-bottom: 1px solid #E6E6E6;
    }

    .box-row {
        border-bottom: none;
    }

    #registration {
        margin-left: 0 !important;
    }

    #box-control a {
        font-size: 11px;
    }

    .heureka {
        clear: both;
        float: none;
    }

    .foot-menu {
        margin-bottom: 30px;
    }

    #brands {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    #about {
        width: 100%;
        float: none;
    }

    .adv-text, .adv-text1 {
        width: 40%;
    }

    #detail-img {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    #detail-info {
        float: none;
        width: 100%;
    }

    #buy {
        float: left;
        margin-left: 30px;
    }

    #detail-tech-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    #detail-tech-right {
        float: none;
        width: 100%;
    }

    .b3 #rightbox {
        float: none;
        width: 100%;
    }

    .b3 #leftbox {
        float: none;
        width: 100%;
    }

    #alternatives {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    #suplik {
        float: none;
        width: 100%;
    }

    .req {
        line-height: 20px;
        margin-left: 0;
    }

}

/* ------------------------------------------- MOBIL ------------------------- */
@media (max-width: 760px) {

    .b1 #rec-listing .mr0 {
        clear: both;
    }

    #header {
        text-align: center;
        padding-top: 0;
    }

    #questions {
        float: none;
        display: inline-block;
    }

    #reg-log {
        display: none;
    }

    #header-links {
        float: none;
        display: inline-block;
    }

    #logo, #search {
        float: none;
    }

    #search {
        margin-top: 18px;
    }

    #header-basket {
        float: none;
    }

    .cart {
        float: left;
        margin-top: 29px;
    }

    .basket-order {
        float: left;
    }

    #leftbox {
        float: none;
        width: 100%;
    }

    #rightbox {
        float: none;
        width: 100%;
    }

    .adv-text, .adv-text1 {
        width: 75%;
    }

    #heureka {
        display: none;
    }

    .buy-now {
        font-size: 10px;
        line-height: 28px;
        height: 28px;
    }

    .foot-menu h3 {
        min-height: 1px;
    }

    .fm2 {
        margin-bottom: 0;
    }

    .copy {
        float: none;
        text-align: center;
    }

    .valenta {
        /*float: none !important;*/
        display: inline-block;
    }

    #foot-logo {
        float: none;
    }

    .copy.fright {
        margin: 30px 0 0 0;
    }

    #box-control a {
        display: none;
    }

    #box-control a.active {
        display: block;
        width: 100%;
        text-align: center !important;
        padding: 0;
    }

    .tinynav1 {
        display: block;
        margin: 10px auto;
        height: 24px;
        border: 1px solid #d5d5d5;
        font-family: tahoma;
        color: #666;
        font-size: 12px;
        padding: 2px 0;
        /*width: 200px;*/
    }

    #list-header-links {
        display: none;
    }

    #intro-left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .help {
        float: none;
        width: 100%;
    }

    .b2 #why, .b2 #menu {
        display: none;
    }

    .b1 #why {
        display: none;
    }

    #list-sort, .res, #last-visited {
        display: none;
    }

    .tinynav2 {
        display: block;
        padding: 4px;
        border: 1px solid #d5d5d5;
        font-family: tahoma;
        color: #666;
        font-size: 12px;
    }

    #paginator a {
        display: none;
    }

    #paginator .next, #paginator .prev {
        display: inline-block !important;
    }

    #breadcrumbs a {
        line-height: 20px;
    }

    #main-price {
        font-size: 22px;
    }

    .b3 .step {
        display: none;
    }

    .b3 .step.active {
        display: block;
        border-right: none;
    }

    .p2, .p3, .p4 {
        display: none;
    }

    #result-left {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    #result-right {
        float: none;
        width: 100%;
        padding: 0;
    }

    #alternatives .add-basket {
        font-size: 9px;
        line-height: 8px;
        text-align: center;
        padding-top: 4px;
    }

    #t-left {
        float: none;
        width: 100%;
    }

    #t-right {
        float: none;
        width: 100%;
    }

    .posta, .ulozenka, .pobocka {
        display: none;
    }

    .in-basket-item {
        min-height: 67px;
    }

    #s-left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #s-right {
        float: none;
        width: 100%;
    }

    .s-products .in-basket-item {
        width: 58%;
        margin-bottom: 0;
    }

    #contact-left {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    #contact-right {
        width: 100%;
        float: none;
    }

    .req {
        line-height: 20px;
        margin-left: 0;
    }

    #slider img {
        width: 100%;
    }

    .rec-item {
        width: 100%;
        min-height: 0 !important;
    }
}

.text-center {
    text-align: center;
}

@media (max-width: 760px) {
    .text-center {
        text-align: left;
    }
}
.misek a {
    text-decoration: none;
}

/* modal */
#modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 600%;
    background: url('../images/modal.png') repeat;
    z-index: 5000;
}

#modal-wrap {
    width: 804px;
    min-height: 300px;
    background: url('../images/modal-wrap.png') repeat;
    padding: 10px;
    margin: 130px auto;
}

#insert {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

#alt-suplik {
    background-color: #fff;
    padding: 20px;
}

.insert {
    background: url('../images/check.png') left center no-repeat;
    padding-left: 30px;
    font-size: 24px;
    color: #1fbb00;
    clear: both;
    display: block;
    margin-bottom: 15px;
}

.insert-left {
    width: 189px;
    position: relative;
    padding-left: 126px;
    margin-right: 80px;
}

.insert-right {
    padding-top: 20px;
}

.insert-left .listing-price {
    font-weight: normal;
    font-size: 18px;
}

.insert-left .price-stock {
    margin-top: 20px;
}

.insert-left-img {
    width: 100px;
    height: 135px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.insert-left-img img {
    vertical-align: middle;
    max-height: 120px;
}

.insert-title {
    font-size: 18px;
}

.back-shop {
    margin-left: 20px;
    line-height: 54px;
}

/** old **/
#ajax-spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -34px 0 0 -125px;
    background: white url('../images/ajax-loader-bar.gif') no-repeat 50% 50%;

    padding: 15px;
    width: 220px;
    border: 2px solid #CCC;
    z-index: 10000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

table#hp-list td {
    width: 25%;
}

table#vis-table td {
    width: 14.28%;
}

#modal table#vis-table td {
    width: 50%;
}

p#modal-message {
    font-size: 20px;
    padding: 70px 0 110px 0;
    color: #222222;
    margin: 0;
    line-height: 27px;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.timer {
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

.errors {
    color: red;
    list-style-type: none;
}

#cart-sign-in-error {
    margin: 20px 0 10px 0px;
}

#paginator .active {
    font-weight: bold;
}

#paginator span.active {
    display: inline-block;
    background-color: #fff;
    height: 31px;
    line-height: 31px;
    text-decoration: none;
    border: 1px solid #c1c4c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 5px;
    width: 31px;
}

#company-block, #delivery-block, #password-block {
    padding: 30px 0 0 0;
    display: none;
}

ul.side-list li.active {
    font-weight: bold;
}

#whisperer .in-basket-img img {
    height: auto;
    min-height: 0;
    width: auto;
    min-width: 0;
}

.star {
    background: url('../images/detail-no-star.png') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 7px 0 0 0;
}

.activeStar {
    background: url('../images/detail-star.png') no-repeat !important;
}

.hidden {
    display: none;
}

/*** modal ***/
#modal #hp-list {
    border-right: 0 dotted #b4b4b4;
    border-bottom: 0 dotted #b4b4b4;
    border-left: 0 dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
}

#modal #hp-list td {
    text-align: center;
    border-right: 1px dotted #b4b4b4;
    border-bottom: 0 dotted #b4b4b4;
    border-left: 0 dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
    vertical-align: top;
}

#modal .list-title td {
    padding: 0 20px;
}

.tag-wrap {
    position: relative;
}

#modal #vis-table .price-stock {
    width: 137px;
}

#modal #vis-table {
    margin-top: 10px;
}

#modal #vis-table td {
    text-align: center;
    vertical-align: top;
}

#modal .vis-title td {
    padding: 0 10px 10px 10px;
}

#modal td.bb1 {
    padding-bottom: 0;
}

#modal #vis-table .slider-before-price {
    margin-left: 0;
}

#modal #suplik .price-stock {
    width: 165px;
}

#modal #suplik .vis-item-img {
    width: 165px;
}

#modal #suplik #vis-table td {
    border-right: 1px dotted #b4b4b4;
    border-bottom: 0 dotted #b4b4b4;
    border-left: 0 dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
}

#modal #suplik #vis-table {
    margin-top: 0;
    border-right: 0 dotted #b4b4b4;
    border-bottom: 0 dotted #b4b4b4;
    border-left: 1px dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
}

#modal #alts {
    width: 382px;
}

#modal #supl {
    width: 294px;
}

#modal #alts #hp-list {
    border-right: 0 dotted #b4b4b4;
    border-bottom: 0 dotted #b4b4b4;
    border-left: 0 dotted #b4b4b4;
    border-top: 1px dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
    margin-top: 20px;
}

#modal #supl #vis-table {
    margin-top: 0;
    border-right: 0 dotted #b4b4b4;
    border-bottom: 0 dotted #b4b4b4;
    border-left: 1px dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
}

#modal #supl #vis-box {
    margin-top: 20px;
}

#modal #supl #vis-table td {
    border-right: 1px dotted #b4b4b4;
    border-bottom: 0 dotted #b4b4b4;
    border-left: 0 dotted #b4b4b4;
    border-top: 0 dotted #b4b4b4;
    -moz-border-image: url('../images/border.png') 1 repeat;
    -webkit-border-image: url('../images/border.png') 1 repeat;
    -o-border-image: url('../images/border.png') 1 repeat;
    border-image: url('../images/border.png') 1 repeat;
    padding-top: 10px;
}

#modal #supl .slider-before-price {
    margin-left: 0 !important;
}

#modal #supl #vis-table .price-stock {
    width: 146px;
}

#modal .listing-item-img {
    padding-top: 10px;
    width: 191px;
    height: 240px;
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

#modal .listing-item-img img {
    max-width: 170px;
    max-height: 240px;
    position: relative;
}

#modal .listing-item-title {
    line-height: 18px !important;
    margin-top: 24px;
    margin-bottom: 10px;
}

#modal .listing-item-title a {
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

#modal .listing-item-title a:hover {
    color: #006bce;
}

#modal .colored {
    color: #006bce;
}

#modal .listing-price {
    display: inline-block;
    margin-bottom: 4px;
}

#modal .price-stock {
    width: 191px;
    padding-bottom: 20px;
}

#modal .price-stock .slider-before-price {
    font-size: 12px;
    margin-left: 10px;
}

#modal .price-stock .slider-before-price span {
    background: url('../images/strike-blue.png') 0 0 no-repeat;
}

#modal .vis-item-title a {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

#modal .vis-item-title a:hover {
    color: #006BCE;
}

#modal .vis-item .price-stock {
    width: 117px;
    bottom: 10px;
    height: 36px;
}

#modal .vis-item .listing-price {
    display: block;
}

#modal .vis-item .price-stock .slider-before-price {
    margin-left: 0;
}

#modal #vis-table .slider-before-price {
    margin-left: 14px !important;
}

#modal #suplik .slider-before-price {
    margin-left: 0 !important;
}

.page-content ul, .page-content ol {
    margin: 0 0 0 20px;
    line-height: 18px;
}

.page-content ul li, .page-content ol li {
    margin-bottom: 5px;
}

.page-content h2 {
    font-size: 20px;
    font-weight: normal;
    color: #ea8603;
    line-height: 30px;
    margin-bottom: 4px;
    color: #444444;
    margin-top: 18px;
}

.rec-item {
    min-height: 431px;
}

#filters-producers {
    display: none;
    clear: both;
    width: 100%;
}

@media (min-width: 1060px) {
    #whisperer {
        /*display:none;*/
        width: 401px;
    }
}

@media (min-width: 760px) {
    #whisperer {
        /*display:none;*/
        width: 301px;
        width: 401px;
        background-color: #f1efec;
        padding: 0 5px 4px 4px;
        position: absolute;
        top: 37px;
        left: 0;
        z-index: 999;
        /*display: none;*/
    }

    #search:hover #whisperer {
        /*display: block;*/
    }

    #search:hover input[type=text] {
        -webkit-border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0 0;
        border-radius: 4px 0 0 0;
    }

    #search:hover input[type=submit] {
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
        border-radius: 0 4px 0 0;
    }

    #whisperer-inner {
        background-color: #fff;
        border-bottom: 1px solid #d5d5d5;
    }

    .wh-item {
        border-left: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
        border-bottom: 1px solid #e0e1e2;
        line-height: 18px;
        padding: 4px 10px;
    }

    #whisperer .in-basket-img {
        border: 0;
    }

    #whisperer .in-price {
        font-size: 14px;
    }
}

.bb0 {
    border-bottom: 0;
}

@media (max-width: 759px) {
    #whisperer {
        display: none;
    }

    #modal-wrap {
        width: auto;
    }

}

#hp-free-delivery, #hp-discount {
    display: none;
}

#box-control a.active.next-links {
    border-left: 1px solid #d5d5d5;
}

.box-item-text .title {
    max-width: 220px;
}

.banner-hp {
    display: none;
}

.banner-hp.active {
    display: block;
}

#account-orders {
    width: 100%;
    margin: 20px 0 0 0;
}

#account-orders th {
    text-align: left;
    border-bottom: 1px solid #dddddd;
    padding-top: 5px;
    padding-bottom: 5px;
}

#account-orders td {
    border-bottom: 1px solid #eeeeee;
    padding-top: 5px;
    padding-bottom: 5px;
}

.rec-item {
    position: relative;
}

.rec-item.rec-item-detail {
    min-height: 50px;
}

#detail-tech-left table {
    border-collapse: collapse;
    border: 1px solid #dddddd;
}

#detail-tech-left table td {
    padding: 2px 3px;
    border: 1px solid #dddddd;
}

#detail-tech-left table th {
    padding: 2px 3px;
    border: 1px solid #dddddd;
    font-weight: bold;
}

.show {
    display: block !important;
}

#detail-tech-left ul {
    margin: 5px 0 15px 15px;
    line-height: 160%;
}

#hledejcenybpenv {
    margin-top: 15px;
}

#delivery-note {
    background-color: #F7F6F4;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 20px 2.71%;
    font-size: 14px;

    background-color: #F8FCFE;
    border: 1px solid #D0EFFF;
    line-height: 160%;
    color: #555555;
}

#delivery-note a {
    font-weight: bold;
}

#detail-delivery-note {
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #F8FCFE;
    border: 1px solid #D0EFFF;
    line-height: 160%;
    color: #555555;
}

#breadcrumbs div {
    display: inline;
}

#breadcrumbs a span {
    color: #2275c8 !important;
}

#price-bonus {
    border-radius: 2px;
    border: 1px solid #e37002;
    background: #ea9c31;
    color: #ffffff;
    padding: 8px;
    margin: 10px 0;
}

.select2 {
    margin-top: 5px !important;
}

.selected-delivery-branch {
    padding: 10px;
    line-height: 150%;
    border: 1px solid #e2e2e2;
    background: #f1eee7;
    margin-top: 10px;
}

.clearfix {
    clear: both;
}

.select2-result-repository {

}

.select2-result-repository__meta {

}

.select2-result-repository__title {
    font-weight: bold;
    padding-bottom: 2px;
}

.select2-result-repository__description {
    font-size: 11px;
    color: #666666;
}

.select2-results__option--highlighted .select2-result-repository__description {
    color:#ffffff;
}
.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;-ms-touch-action:none;touch-action:none}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:4px;right:4px;padding:0;margin:0;width:30px;height:30px;font:21px/1 Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;cursor:pointer;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}