/* reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-family: 'Calibribold';
    font-weight: normal;
}

/* CSS Document */
html {
    height: 100%;
    overflow-x: hidden;
}

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

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

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

a {
    outline: none;
    color: #ee2e22; /*#2aada0;*/
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    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: 'Calibri', Tahoma;
    font-size: 14px;
    color: #000;
    height: 100%;
    background-color: #f3f3f3;
    position: relative;
}

#page {
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 3px #e5e5e5;
    -moz-box-shadow: 0 0 3px #e5e5e5;
    box-shadow: 0 0 3px #e5e5e5;
    position: relative;
}

#header {
    background-color: #000; /*#feb312;*/
    min-height: 115px;
    position: relative;
    color: #fff;
}

.head-1 {
    padding-top: 15px;
    width: 26.25%;
}

.head-2 {
    width: 23.43%;
}

.head-3 {
    padding-top: 15px;
    width: 36.77%;
}

.head-3 .email-wrap {
	/*
    background-color: #e4a110;
    */
    
    background: none !important;
    border: none !important;
    
    display: inline-block;
    position: relative;
}
.head-3 .email-wrap .line {
	background-color: #000;
}

#naseptavac {
    background: url(../images/naseptavani.png) repeat;
    /*border: 5px solid #e4a110;*/
    width: auto;
    position: absolute;
    z-index: 776;
    left: 0;
    top: 0;
    width: 316px;
    padding-top: 42px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
}

#naseptavac .pocet {
    color: #000;
}

#nas-cover {
    margin: 0 5px 5px 5px;
    background-color: #fff;
}

.line {
    background-color: #cecece;
    height: 1px;
    width: 100%;
    z-index: 777;
    position: relative;
    clear: both;
}

#nas-vyrobci .title, #nas-produkty .title {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-bottom: 4px;
    line-height: 24px;
}

#nas-vyrobci ul {
    list-style-type: none;
}

#nas-vyrobci ul li {
    line-height: 18px;
    margin-bottom: 4px;
}

#nas-vyrobci ul li a {
    font-size: 14px;
    text-decoration: underline;
    font-family: "Calibri";
}

#nas-vyrobci {
    padding: 10px;
}

#nas-produkty {
    padding: 10px;
}

#nas-produkty .in-basket-item {
    border-bottom: 1px solid #e5e5e5;
    border-right: none;
    border-left: none;
    border-top: none;
    font-size: 14px !important;
    padding-left: 66px;
    position: relative;
}

.bdn {
    border: none !important;
}

#nas-produkty .in-basket-item .in-title {
    margin-left: 0;
}

#nas-produkty .in-basket-img {
    width: 62px;
    position: absolute;
    left: 0;
    top: 0;
}

#nas-produkty .in-price {
    margin-right: 10px;
}

#vsechny-vysledky {
    border-top: 1px solid #a8cbde;
    background-color: #189c8e;
    padding: 10px;
    text-align: center;
    color: #fff; /* text color */
    font-family: 'Calibribold';
    font-size: 14px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
}

#vsechny-vysledky a {
    color: #fff; /* text color */
    font-family: 'Calibribold';
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
}

#vsechny-vysledky a:hover {
    color: #fff;
    text-decoration: none;
}

.obj {
    color: #fff; /* text color */
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
    display: block;
    margin-bottom: 20px;

}

#top-menu {
    height: 30px;
    display: block;
}

#top-menu > li {
    float: left;
    margin-right: 18px;
}

#top-menu > li > a {
    color: #fff; /* text color */
    font-family: 'Calibribold';
    font-size: 14px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);    
    text-decoration: none;
}

#top-menu > li > a:hover {
    text-decoration: underline;
}

#menu {
    background-color: #ee2e22; /*#000;*/
    height: 48px;
}

.banner {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.banner img {
    vertical-align: middle;
}

#content {

}

.wrap {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

#intro {
    padding-top: 40px;
    padding-bottom: 30px;
}

#intro h1 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
    color: #2a2424;
}

#intro h1 strong {
    font-weight: normal;
    font-family: 'Calibribold';
    color: #000;
}

.colored {
    color: #feb312;
}

#boxes {
    margin-bottom: 60px;
}

.box {
    width: 30%;
    padding-right: 3%;
}

.box a {
    color: #000;
    text-decoration: underline;
    background: url(../images/disc.png) left center no-repeat;
    padding-left: 14px;
    margin-right: 8px;
    line-height: 24px;
}

.box a:hover {
    color: #2aada0;
}

.box-title {
    color: #189b8d; /* text color */
    font-family: 'Calibribold';
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin-top: 24px;
    margin-bottom: 14px;
}

.left-gifts {
    /*width: 458px;*/
}

.left-gifts-title {
    color: #000 !important; /* text color */
    font-family: 'Calibribold';
    font-size: 24px !important;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

.left-gifts-body {
    border: 1px solid #e5e5e5;
}

.gift-item:hover {
    border-top: 3px solid #e5e5e5;
    border-left: 3px solid #e5e5e5;
    border-right: 3px solid #e5e5e5;
    border-bottom: 3px solid #fff;
    width: 222px;
    /*height: 440px;*/
    height: 475px;
}

.gift-item {
    width: 222px;
    /*height: 455px;*/
    height: 490px;
    border: 3px solid #fff;
    position: relative;
}

.gift-item:hover .gift-bottom {
    display: block;
    z-index: 10000;
}

.color {
    background-color: #e5e5e5;
}

.buttonek.small {
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    vertical-align: middle;
    padding: 2px 14px 0 14px;
}

.buttonek.small:hover {
    /*background-color: #239a8e;*/
    
    color: #fff !important;
}

.gift-bottom {
    background-color: #fff;
    border-left: 3px solid #e5e5e5;
    border-right: 3px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    position: absolute;
    bottom: -53px;
    left: -3px;
    width: 222px;
    height: 49px;
    z-index: 999;
    display: none;
    border-top: 1px solid #ffcecb; /*#e5d9bd;*/
    background-color: #ffe3e1; /*#fff8e8;*/
    text-align: center;
    line-height: 49px;
}

.boredered {
    border-bottom: 1px solid #e5e5e5;
}

.gift-img {
    height: 240px;
    line-height: 240px;
    text-align: center;
    margin-bottom: 8px;
}

.gift-img img {
    vertical-align: middle;
    max-width: 170px;
    max-height: 236px;
}

.gift-body {
    text-align: center;
    padding: 0 20px;
}

.gift-link {
    color: #ee2e22; /*#29ad9f;*/ /* text color */
    font-size: 18px;
    text-decoration: underline;
    line-height: 24px;
}

.gift-price {
    font-size: 24px;
    color: #000;
    font-family: 'Calibribold';
    font-weight: normal;
    margin: 10px 0 20px 0;
}

#magazine {
    padding: 36px 20px 20px 20px;
    border: 1px solid #ffcecb; /*#e5d8bd;*/ /* stroke */
    background-color: #ffe3e1; /*#fff7e7;*/ /* layer fill content */
    margin-bottom: 30px;
}

.right-gifts {
    width: 460px;
    padding-top: 33px;
}

#gifts {
    margin-bottom: 64px;
}

#m-left {
    width: 214px;
}

#m-right {
    width: 204px;
}

.button {
    display: block;
    color: #fff; /* text color */
    font-family: 'Calibri';
    font-size: 15px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3); /* drop shadow */
    width: 130px;
    height: 32px;
    
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    text-decoration: none;
    
    -moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	
	background-color: #ee2e22;
	
	background-image: -moz-linear-gradient(bottom, #ee2e22 0%, #fff 300%);
	background-image: -o-linear-gradient(bottom, #ee2e22 0%, #fff 300%);
	background-image: -webkit-linear-gradient(bottom, #ee2e22 0%, #fff 300%);
	background-image: linear-gradient(bottom, #ee2e22 0%, #fff 300%);
    
    text-align: center;
    line-height: 31px;
    text-decoration: none;
    padding-top: 1px;
}

.button:hover {
    /*background-position: left bottom;*/
    
    background-image: -moz-linear-gradient(top, #ee2e22 0%, #fff 300%);
	background-image: -o-linear-gradient(top, #ee2e22 0%, #fff 300%);
	background-image: -webkit-linear-gradient(top, #ee2e22 0%, #fff 300%);
	background-image: linear-gradient(top, #ee2e22 0%, #fff 300%);    
    color: #fff;
    text-decoration: none;
}

#m-left h3 {
    color: #000; /* text color */
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
}

#m-left p {
    font-size: 16px;
    line-height: 24px;
}

#m-left .button {
    margin-top: 10px;
}

.m-date {
    display: block;
    line-height: 24px;
}

.m-right-title {
    color: #ee2e22; /*#2aada0;*/
    text-decoration: underline;
    line-height: 24px;
    font-size: 16px;
}

.m-right-item {
    margin-bottom: 30px;
}

#say-about {
    margin-bottom: 30px;
}

.say-title {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

.say-body {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 18px;
}

.say-img {
    width: 30%;
}

.say-info {
    width: 70%;
}

.say-name strong {
    font-weight: normal;
    font-family: 'Calibribold';
}

.say-info p {
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
}

#why, #why1 {
    border-bottom: 1px solid #e2e2e2;
    background-color: #f8f8f8;
    padding: 17px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px #e2e2e2;
    -moz-box-shadow: 0 1px 2px #e2e2e2;
    box-shadow: 0 1px 2px #e2e2e2;
}

#why1 {
    margin-top: 30px;
}

.why-title {
    color: #ee2e22; /*#189b8d;*/ /* text color */
    font-family: 'Calibribold';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 14px;
}

#why ul > li, #why1 ul > li {
    background: url(../images/disc2.png) left 10px no-repeat;
    padding-left: 14px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 4px;
}

#banners {
    margin-bottom: 34px;
}

#banners span {
    float: left;
}

.ban1, .ban2 {
    padding-right: 15px;
    display: block;
}

#banners img {
    vertical-align: middle;
}

#newsletter {
    background-color: #f8f8f8;
    padding: 34px 0;
    border-top: 1px solid #e5e5e5;
}

.e-label {
    font-size: 18px;
    margin-right: 23px;
    vertical-align: middle;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.email-wrap {
    display: inline-block;
    background-color: #dfdfdf;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 36px;
    vertical-align: middle;
}

.email-wrap input[type=text] {
    height: 34px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    line-height: 34px;
    padding: 0 10px;
    width: 192px;
    float: left;
    font-family: Arial, Tahoma;
    font-size: 12px;
    color: #666;
}

.head-3 .email-wrap input[type=text] {
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.email-wrap #send {
    float: left;
    width: 79px;
    height: 36px;
    background: url(../images/odeslat.png) 0 top no-repeat;
    border: none;
}

.head-3 input[type=text] {
    width: 230px;
    border-left: none;
    border-top: none;
    border-bottom: none;
    height: 36px;
    line-height: 36px;
}

.head-3 input {
    z-index: 777;
    position: relative;
}

.email-wrap #hledej {
    float: left;
    width: 56px;
    height: 36px;
    background: url(../images/hledej.png) 0 top no-repeat;
    border: none;
}

.email-wrap #hledej:hover {
    background-position: 0 bottom;
}

.email-wrap #send:hover {
    background-position: bottom;
}

.facebook {
    height: 40px;
    line-height: 40px;
    margin-top: -10px;
}

.f-label {
    vertical-align: middle;
    display: inline-block;
    height: 40px;
    margin-right: 23px;
}

.facebook img {
    vertical-align: middle;
}

#facebook-footer {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 153px;
}

#footer {
    background-color: #000;
    color: #fff;
    padding: 0 0 60px 0;
}

#footer-top {
    border-bottom: 1px solid #333;
}

.cooperate {
    color: #fff; /* text color */
    font-size: 18px;
}

.numbox {

}

.num {
    background: url(../images/num.png) 0 0 no-repeat;
    width: 41px;
    height: 32px;
    display: inline-block;
    text-align: center;
    padding-top: 9px;
    font-size: 24px;
    margin-top: 14px;
    margin-right: 10px;
}

.num-link {
    font-size: 24px;
    line-height: 41px;
}

#footer-top {
    padding: 43px 0 35px 0;
}

#footer a:hover {
    color: #fff;
}

#f-top-right {
    padding-top: 10px;
}

.buttonek {
    display: inline-block;
    color: #fff; /* text color */
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: normal;
    
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    text-decoration: none;
    
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	
	background-color: #ee2e22;
	
	background-image: -moz-linear-gradient(bottom, #ee2e22 0%, #fff 300%);
	background-image: -o-linear-gradient(bottom, #ee2e22 0%, #fff 300%);
	background-image: -webkit-linear-gradient(bottom, #ee2e22 0%, #fff 300%);
	background-image: linear-gradient(bottom, #ee2e22 0%, #fff 300%);
    
    height: 42px;
    line-height: 42px;
    padding: 2px 28px 0 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    
    /*border-bottom: 1px solid #14756a;*/
}

.buttonek:hover {
    /*background: #14756a none;*/
    
    background-image: -moz-linear-gradient(top, #ee2e22 0%, #fff 300%);
	background-image: -o-linear-gradient(top, #ee2e22 0%, #fff 300%);
	background-image: -webkit-linear-gradient(top, #ee2e22 0%, #fff 300%);
	background-image: linear-gradient(top, #ee2e22 0%, #fff 300%);
    
    text-decoration: none;
    text-shadow: none;
    color: #fff !important;
}

#footer-cats {
    padding: 26px 0;
}

.f-cat {
    width: 21%;
    padding-right: 4%;
}

.f-cat > li {
    line-height: 18px;
    margin-bottom: 10px;
}

.f-cat > li > a {
    color: #fff;
    text-decoration: none;
}

.f-cat > li > a:hover {
    text-decoration: underline;
    color: #ee2e22 !important;
}

#foot-menu > li {
    display: inline-block;
    margin-right: 28px;
}

#foot-menu > li > a {
    text-decoration: none;
    color: #fff;
    line-height: 24px;
}

#foot-menu > li > a:hover {
    text-decoration: underline;
}

#footer-menu {
    border-bottom: 1px solid #333;
    padding: 18px 0;
}

#copy {
    padding-top: 16px;
}

.foot-logo {
    background: url(../images/foot-logo.png) top right no-repeat;
    display: block;
    height: 17px;
    width: 260px;
    color: #ccc; /* text color */
    font-size: 12px;
    text-decoration: none;
    line-height: 17px;

}

.foot-logo:hover {
    background-position: right bottom;
    text-decoration: none;
}

.bask-img {
    display: inline-block;
    width: 57px;
    height: 54px;
    background: url(../images/bask.png) 0 0 no-repeat;
    position: relative;
    text-decoration: none;
    margin-right: 6px;
}

.in-count {
    color: #000; /*#fff;*/ /* text color */
    font-size: 14px;
    font-family: 'Calibribold';
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    top: 4px;
    left: 31px;
    line-height: 18px;
    width: 26px;
    text-align: center;
}

.my-account {
    color: #fff; /* text color */
    font-size: 14px;
    font-family: 'Calibribold';
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
    text-decoration: none;
    vertical-align: top;
    position: relative;
    top: 24px;
}

.my-account:hover {
    color: #fff;
    text-decoration: underline;
}

.head-4 {
    padding-top: 38px;
    position: relative;
}

#main-menu {
    font-size: 0;
}

#main-menu > li {
    display: inline-block;
}

#main-menu > li > a {
    color: #fff; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    line-height: 46px;
    display: block;
    padding: 2px 20px 0 19px;
    border-right: 1px solid #f1584e; /*#333*/
    height: 46px;
}

#main-menu > li > a:hover, #main-menu .active a {
    background-color: #434343;
}

#main-menu .active {
    height: 53px;
    background: url(../images/arr.png) center bottom no-repeat;
    z-index: 666;
    position: relative;
}

#toggle {
    display: none;
}

.hide-you {
    display: none;
}

#breadcrumbs {
    padding: 20px 0;
    font-size: 13px;
    margin-bottom: 20px;
}

#breadcrumbs a {
    text-decoration: underline;
    color: #000;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

#breadcrumbs .separate {
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url(../images/separate.png) 0 0 no-repeat;
    margin: 0 10px;
}

#breadcrumbs .actual {
    color: #ee2e22;
}

#left-list {
    width: 460px;
}

#list-intro {
    margin-bottom: 20px;
}

#list-intro h1 {
    font-size: 36px;
    color: #000;
    line-height: 40px;
    font-family: 'Calibribold';
    font-weight: normal;
    margin-bottom: 10px;
}

#list-intro p {
    line-height: 24px;
    font-size: 18px;
}

#why p, #why1 p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
}

#right-list {
    width: 460px;
}

#right-products {
    padding-top: 60px;
}

#products-all {
    margin: 30px 0;
}

#products-all .last {
    margin-right: 0 !important;
}

#products-all .product {
    margin-right: 40px;
}

.product {
    width: 210px;
    color: #434343;
    margin-bottom: 30px;
}

.product-img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 3px;
    width: 204px;
    height: 144px;
    text-align: center;
    line-height: 138px;
    -webkit-box-shadow: 0 1px 2px #e2e2e2;
    -moz-box-shadow: 0 1px 2px #e2e2e2;
    box-shadow: 0 1px 2px #e2e2e2;
    margin-bottom: 10px;
}

.product-title {
    font-size: 18px;
    color: #ee2e22;
    line-height: 24px;
    text-decoration: underline;
}

.product-img img {
    max-width: 204px;
    max-height: 144px;
    vertical-align: middle;
}

.pr-count {
    font-size: 18px;
}

.product p {
    padding: 4px 0;
}

.gift-items {
    width: 420px;
    background: url(../images/bordered.png) center center repeat-y;
}

.wide {
    width: 670px;
}

.gift-item-prod {
    width: 208px;
    text-align: center;
    display: inline-block;
    padding: 10px 0 20px 0;
    vertical-align: top;
}

.gift-item-prod-img {
    width: 210px;
    height: 128px;
    line-height: 128px;
    text-align: center;
}

.gift-prod-title {
    font-size: 18px;
    line-height: 24px;
}

.gift-item-prod .gift-price {
    font-size: 16px;
    display: block;
}

.gift-item-prod-img img {
    vertical-align: middle;
    max-width: 133px;
    max-height: 128px;
}

.bordered {
    border-bottom: 1px solid #e5e5e5;
}

#right-gifts {
    width: 250px;
}

#say {
    margin-bottom: 30px;
}

#say .say-info {
    width: 100%;
    text-align: left;
}

#say .say-body {
    text-align: center;
}

#say .say-info p {
    font-size: 18px;
    text-align: left;
}

#say .say-name {
    display: block;
    text-align: left;
    margin: 4px 0;
}

#ask ul > li > a {
    font-size: 14px;
}

#ask ul > li {
    background: url(../images/disc2.png) left 7px no-repeat;
    line-height: 18px;
    margin-bottom: 6px;
    padding-left: 12px;
}

.ask-title {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

.tags {
    font-size: 0;
    margin: 0 auto;
    max-width: 110px;
}

.tag {
    display: inline-block;
    width: 10px;
    min-height: 10px;
    margin: 0 2px 4px 2px;
}

.t-1 {
    background-color: #4e4fff;
}

.t-2 {
    background-color: #050000;
}

.t-3 {
    background-color: #ff1300;
}

.t-4 {
    background-color: #ff6700;
}

.t-5 {
    background-color: #fbd800;
}

#leftbox {
    width: 210px;
    min-height: 782px;

}

#rightbox {
    width: 710px;
}

#sidebar-menu > ul > li a {
    background-color: #F7F7F7;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Calibribold';
    height: 27px;
    line-height: 27px;
    padding: 2px 0 0 14px;
    position: relative;
    text-decoration: none;
    width: 194px;
}

#sidebar-menu {
    margin-bottom: 30px;
    margin-top: 10px;
    /*margin-top: 58px;*/
}

#sidebar-menu li.last-item {
    border-bottom: 1px solid #DADADA;
}

#sidebar-menu > ul > li {
    width: 210px;
}

#sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li.active > a {
    /*
    background: #FFFFFF url("../images/side-menu.png") right 0 no-repeat;
    border-right: none;
    border-top: none;
    */
    
    color: #ee2e22;
    left: 0;
    position: relative;
    
    /*width: 206px;*/
    
    height: 27px !important;
    line-height: 27px !important;
}

#leftbox #sidebar-menu li > a:hover {
	color: #ee2e22;
}

#sidebar-menu > ul > li.submenu a, #sidebar-menu > ul > li.submenu2 a {
    padding-left: 24px !important;
    width: 184px !important;
    background: #fff4f3 !important; /*#ffffff !important;*/
    display: inline-block;
    min-height: 28px !important;
    font-family: 'Calibri';
    font-weight: normal;
    height: auto !important;
    border-left: 1px solid #DADADA !important;
    border-right: 1px solid #DADADA !important;
    border-top: 1px solid #DADADA !important;
    line-height: 28px !important;

}
#sidebar-menu > ul > li.submenu2 a {
    padding-left: 34px !important;
    width: 174px !important;
}
#leftbox #sidebar-menu > ul > li.submenu a:hover {
    
}
#leftbox #sidebar-menu > ul > li.submenu.active a {
    background: #FFFFFF url("../images/side-menu.png") right 0 no-repeat !important;
	border-right: none !important;
    border-top: none !important;
    
	left: 0 !important;
    position: relative !important;
    
    width:  196px !important;
}

#listing-intro {
    position: relative;
}

#listing-intro h1 {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
}

#listing-intro p {
    font-size: 18px;
    line-height: 24px;
    width: 60.35%;
}

.person {
    padding-left: 10.45%;
    width: 21.45%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 10px;
    line-height: 18px;
}

.person-offer {
    padding-left: 10.45%;
    width: 21.45%;
    padding-bottom: 10px;
    line-height: 18px;
    position: relative;
}

#filter {
    border: 1px solid #e5e5e5; /* stroke */
    background-color: #f7f7f7; /* layer fill content */
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}

.person img, .person-offer img {
    position: absolute;
    left: 0;
    top: 10px;
}

.filter-price {
    width: 220px;
}

.from-to {
    display: block;
    margin-bottom: 10px;
    line-height: 18px;
}

.sort {
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
}

.separator {
    color: #d1d1d1;
    margin: 0 4px;
}

.gift-item .doplnek {
    color: #128cfe;
    font-style: italic;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

.labels {
    position: absolute;
    z-index: 666;
    left: 10px;
    top: 10px;
}

.label {
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 6px 6px 6px;
    color: #fff; /* text color */
    font-family: 'Calibribold';
    font-size: 12px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
    display: inline-block;
    margin-bottom: 4px;
}

.l1 {
    background-color: #fe8712;
}

.l2 {
    background-color: #128cfe;
}

.l3 {
    background-color: #7e189c;
}

.l4 {
    background-color: #189c8e;
}

.l5 {
    background-color: #ff3333;
}

.l6 {
    background-color: #84d000;
}

.l7 {
    background-color: #d00000;
}

#paginator {
    font-size: 0;
    margin: 50px 0 30px 0;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

#paginator a {
    border: 1px solid #A4A7AB;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    margin: 0 6px;
    text-align: center;
    width: 31px;
    text-decoration: none;
}

#paginator a:hover, #paginator a.active {
    border: 1px solid #ee2e22;
    background-color: #ee2e22;
    color: #fff;
}

.prev {
    width: 83px !important;
}

.next {
    width: 60px !important;
}

.tac {
    text-align: center;
}

.all {
    color: #000;
}

.all:hover {
    text-decoration: none;
}

#detail {
    margin-bottom: 40px;
}

#detail-left {
    width: 420px;
}

#detail-right {
    width: 50%;
}

.detail-thumb {
    display: block;
    text-align: center;
    height: 58px;
    width: 58px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 58px;
    margin-bottom: 5px;
}

.detail-thumb:hover, .detail-thumb.active {
    border: 1px solid #feb312 !important;
}

.detail-thumb img {
    max-width: 39px;
    max-height: 55px;
    vertical-align: middle;
}

#detail-thumbs {
    width: 60px;
}

#detail-photo {
    position: relative;
}

#detail-main-img {
    width: 360px;
    text-align: center;
    height: 380px;
    line-height: 380px;
}

#detail-main-img img {
    vertical-align: middle;
    max-width: 420px;
    max-height: 380px;
}

#detail-photo .labels {
    right: 0;
    left: auto;
    text-align: right;
}

#detail-right h1 {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 6px;
}

#detail-right p {
    font-size: 18px;
    line-height: 24px;
}

.tech-half {
    min-height: 32px;
    background: url(../images/tech.png) left bottom repeat-x;
    line-height: 32px;
}

.dostupnost {
    color: #209908;
}

.termin {
    color: #ee6300;
}

.info {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 6px;
}

.info img {
    vertical-align: middle;
}

.bgn {
    background: none !important;
}

#tech {
    margin: 10px 0;
}

.half {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.half-1 {
    margin-right: 5%;
    float: left;
}

.half-2 {
    float: right;
    margin-right: 5%;
}

.buy-box-top {
    background-color: #ffe3e1; /*#fff8e8;*/
    border: 1px solid #ffcecb; /*#e5d9bd;*/
    padding: 16px 19px;
}

#buy-box {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.buy-price {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
}

.buy-price strong {
    font-size: 30px;
    line-height: 30px;
    display: block;
}

.buy-num {
    vertical-align: middle;
    display: inline-block;
    width: 116px;
}

.buy-num span {
    margin-left: 10px;
    font-size: 18px;
}

.buy {
    width: 160px;
    padding: 2px 0 0 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.buy-num input {
    width: 50px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #bbc1c8;
    background-color: #fff;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-weight: normal;
    font-family: 'Calibribold';
    font-size: 18px;
}

#buy-box-middle {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 15px 20px 15px 50px;
    line-height: 18px;
    background: url(../images/yes.png) 20px center no-repeat;
}

#buy-box-middle .bigo {
    font-size: 18px;
}

#buy-box-middle .ml {
    margin-left: 6px;
}

#buy-box-bottom {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 5px 20px 0 20px;
}

.ver2 #buy-box-bottom {
    background: #f3f3f3 url(../images/buy-box-bottom.png) 313px 0 repeat-y;
    border-top: 1px solid #e5e5e5;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;

}

.ver2 .buy-box-top {
    border-top: none !important;
}

.ver2 .man-img {
    margin-right: 20px;
}

.man-info {
    display: inline-block;
    width: 128px;
    padding-left: 20px;
    vertical-align: middle;
    line-height: 18px;
}

.ver2 .man-text {
    width: 176px;
    margin-right: 0;
}

.man-name {
    padding: 1px 0;
}

.man-text {
    display: inline-block;
    vertical-align: middle;
    width: 188px;
    line-height: 18px;
    margin-right: 20px;
}

.man-img {
    display: inline-block;
    vertical-align: middle;
    max-width: 220px;

}

.poptat {
	/*
    background: #babcbf;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JhYmNiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NTk4OWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #babcbf 0%, #95989c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #babcbf), color-stop(100%, #95989c));
    background: -webkit-linear-gradient(top, #babcbf 0%, #95989c 100%);
    background: -o-linear-gradient(top, #babcbf 0%, #95989c 100%);
    background: -ms-linear-gradient(top, #babcbf 0%, #95989c 100%);
    background: linear-gradient(to bottom, #babcbf 0%, #95989c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#babcbf', endColorstr='#95989c', GradientType=0);
    */
    
    background-color: #9fa2a5;
    
    height: 33px;
    line-height: 33px;
    padding: 2px 10px 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*border-bottom: 1px solid #6d6f72;*/
    color: #fff; /* text color */
    font-family: 'Calibribold';
    font-size: 14px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
    text-decoration: none;
}

.poptat:hover {
    /*background: #95989c none !important;*/
    
    background-color: #878a8d;
    
    text-decoration: none;
    color: #fff;
}

.man-right {
    width: 100%;
    margin: 10px auto 0 auto;
}

.call {
    margin-top: 10px;
}

.search-icon {
    display: none;
}

#count-variants {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 16px;
    font-weight: normal;
    display: block;
    line-height: 18px;
}

#choose {
    line-height: 18px;
}

#variants {
    margin: 10px 0;
}

#detail-variants {
    margin: 30px 0 0 0;
}

#variants .detail-thumb {
    display: inline-block;
    margin-right: 10px;
}

#detail-info-left {
    width: 69.79%;
}

#detail-info-left p {
    font-size: 16px;
    line-height: 24px;
}

#detail-info {
    margin-bottom: 40px;
}

.excerpt {
    font-size: 18px !important;
    line-height: 24px;
}

#detail-info-left h2 {
    font-size: 24px;
    color: #ee2e22;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Calibribold';
    margin: 30px 0 20px 0;
}

#detail-info-left h3 {
    font-size: 18px;
    color: #ee2e22;
    line-height: 30px;
    margin: 20px 0 0 0;
    font-weight: normal;
    font-family: 'Calibribold';
}

#detail-info-left img.fleft {
    margin: 30px 20px 10px 0;
}

#detail-info-left img.fright {
    margin: 30px 0 10px 20px;
}

#detail-info-left table, .e-detail table, .centrum-box table {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 30px 0;
}

.centrum-box table {
    background-color: #fff;
    border-top: 2px solid #e5e5e5;
}

#detail-info-left table th, .e-detail table th, .centrum-box table th {
    padding: 10px 16px;
    text-align: left;
    font-weight: normal;
    font-family: 'Calibribold';
}

#detail-info-left table td, .e-detail table td, .centrum-box table td {
    padding: 10px 16px;
    text-align: left;
}

.odd td {
    background-color: #f3f3f3;
}

#cooperate {
    margin-bottom: 30px;
}

#cooperate .c-title {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

#detail-info-right {
    width: 26.04%;
}

#c-body {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 30px;
}

.c-item-title {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    font-weight: normal;
    font-family: 'Calibribold';
}

.c-item {
    background: url(../images/arrow.png) center bottom no-repeat;
    padding-bottom: 24px;
    margin-bottom: 20px;
}

.c-item.bgn {
    padding-bottom: 0;
}

.buy-box-wrap {
    display: inline-block;
    width: 290px;
    vertical-align: middle;
}

.buy-box-wrap .buy {
    width: 142px;
    font-size: 17px;
}

.buy-box-wrap #buy-box-middle {
    border: none;
}

#velikost {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #bbc1c8;
    height: 42px;
    font-family: 'Calibribold';
    color: #fff; /* text color */
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
    width: 132px;
    margin-right: 10px;
    background: #dbe0e6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZTBlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2M1ZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dbe0e6 0%, #bcc5d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbe0e6), color-stop(100%, #bcc5d0));
    background: -webkit-linear-gradient(top, #dbe0e6 0%, #bcc5d0 100%);
    background: -o-linear-gradient(top, #dbe0e6 0%, #bcc5d0 100%);
    background: -ms-linear-gradient(top, #dbe0e6 0%, #bcc5d0 100%);
    background: linear-gradient(to bottom, #dbe0e6 0%, #bcc5d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe0e6', endColorstr='#bcc5d0', GradientType=0);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 0;
}

#velikost option {
    color: #333;
    text-shadow: none;
    font-weight: normal;
}

.buy-price .buy-num {
    margin-top: 10px;
}

#kosik-header {
    position: relative;
    height: 75px;
    padding-top: 40px;
}

#kosik-header .person {
    width: 26.80%;
    padding-right: 7.45%;
}

#kosik-body {
    border: 1px solid #e5e5e5;
}

#kosik-header-left h1 {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
}

.th1 {
    width: 128px;
}

.th7 {
    width: 130px;
}

.th2 {
    width: 110px;
}

.th3 {
    min-width: 94px;
}

.th4 {
    width: 168px;
}

.th5 {
    width: 97px;
}

.th6 {
    width: 22px;
}

.k-img {
    text-align: center;
    width: 118px;
}

.k-title {
    padding: 14px 50px 14px 20px !important;
    width: 130px;
    font-size: 16px;
    line-height: 24px;
}

.k-close {
    padding-right: 20px !important;
}

#kosik-inner td {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0 14px 20px;
    vertical-align: middle;
    line-height: 18px;
}

#kosik-inner .buy-num input {
    font-weight: normal;
}

#kosik-inner .th td {
    padding: 0;
    border: none;
}

.k-price {
    color: #000000;
    display: block;
    font-family: 'Calibribold';
    font-size: 16px;
    font-weight: normal;
}

.k-main-price {
    color: #000000;
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.per-name {
    background-color: #CEF7F4;
    padding: 1px 0;
}

.tar {
    text-align: right;
}

.min {
    font-size: 18px;
    color: #fc0d1b;
    display: block;
    line-height: 18px;
    margin-bottom: 4px;
}

.celkem strong {
    line-height: 26px;
}

.celkem span {
    line-height: 24px;
    font-size: 14px;
}

.celkova-cena {
    background-color: #fff8e8;
}

.k-main-price strong {
    font-size: 24px;
    display: block;
}

.celkova-cena .k-main-price {
    line-height: 24px;
}

.celkova-cena .k-main-price {
    font-weight: normal;
}

.c-wrap {
    width: 75%;
}

.c-text {
    width: 59%;
    padding-right: 4%;
}

#control {
    padding: 20px 0;
}

#href-top {
    display: none;
}

#control .poptat {
    padding: 0 30px;
    position: relative;
    top: 10px;
}

#toggle2 {
    display: none;
}

#control .buttonek {
    position: relative;
    top: 10px;
    font-size: 24px;
}

#nejcasteji-poptavaji .left-gifts-body {
    border: none;
    margin-top: 20px;
}

#nejcasteji-poptavaji {
    margin: 20px 0;
}

.dont {
    color: #fff; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
    line-height: 80px;
}

.udaje-header {
    min-height: 0 !important;
    height: 80px;
    line-height: 80px;
}

.udaje-header #logo {
    vertical-align: top;
    height: 80px;
    display: inline-block;
}

.udaje-header #logo img {
    vertical-align: middle;
}

.udaje-header .wrap {
    height: 80px;
}

#p-leftbox {
    /* width: 590px; */
    width: 61.45%;
}

#p-rightbox-cart {
    width: 35.41%;
    padding-top: 14px;
}

#p-leftbox h1 {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.doprava-body, .platba-body {
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.title {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-top: 8px;
    /*margin-bottom: 10px;*/
}

.doprava-body table td, .platba-body table td {
    padding: 4px 10px 4px 0;
}

.doprava-input {
    width: 20px;
}

.odber {
    width: 68%;
}

#doprava, #platba {
    margin-bottom: 10px;
}

#p-leftbox .box {
    background-color: #ffe3e1; /*#fff8e8;*/
    width: auto;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #ffcecb; /*#e5d9bd;*/
}

h2.open {
    background: url(../images/open.png) left center no-repeat;
    padding-left: 20px;
    display: block;
}

h2.closed {
    background: url(../images/closed.png) left center no-repeat !important;
    padding-left: 20px !important;
    display: block;
}

#p-leftbox .box h2 a {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
    text-decoration: none;
    padding-left: 0;
    background: none;
}

#p-leftbox .box h2 {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
    text-decoration: none;
    padding-left: 0;
    background: none;
    margin-bottom: 8px;
}

.box-row {
    position: relative;
    padding-left: 100px;
    margin: 20px 0;
}

.box-row label {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Calibribold';
    width: 70px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 37px;
}

.box-row input[type=text], .box-row input[type=password] {
    border: 1px solid #bbc1c8; /* stroke */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
    height: 37px;
    line-height: 37px;
    font-family: Calibri, Tahoma;
    font-size: 14px;
    color: #8d8d8d;
    width: 237px;
    margin: 0;
    padding: 0;
    padding: 0 10px;
}

.notice {
    font-size: 24px;
    color: #000;
}

#notice {
    border: 1px solid #bbc1c8; /* stroke */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #fff; /* layer fill content */
    height: 37px;
    line-height: 24px;
    font-family: Calibri, Tahoma;
    font-size: 14px;
    color: #8d8d8d;
    width: 90%;
    margin: 0 0 20px 0;
    padding: 0;
    padding: 10px;
}

#agree {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Calibribold';
    padding-left: 20px;
    position: relative;
    margin: 30px 0;
}

#agree input {
    position: absolute;
    left: 0;
    top: 0;
}

.send-left {
    font-size: 12px;
    line-height: 18px;
    margin-right: 17px;
    padding-top: 6px;
    text-align: right;
    /*width: 234px;*/
    width: 200px;
}

.send-right .buttonek {
    font-size: 24px;
}

#p-rightbox {
    position: absolute;
    right: 0;
    top: 81px;
    /* width: 340px; */
    width: 35.41%;
}

#in-basket > h3 {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.in-basket-item {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 10px;
    min-height: 65px;
}

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

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

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

.in-basket-info {
    display: inline-block;
    vertical-align: middle;
    width: 68%;
}

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

.result {
    background-color: #feb312;
    padding: 22px 30px;
    color: #fff;
    margin-bottom: 20px;
}

.res-bold {
    display: block;
}

.res-left {
    line-height: 18px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
}

.res-left {
    display: inline-block;
    width: 138px;
    text-align: right;
    margin-right: 30px;
}

.res-right {
    display: inline-block;
    width: 106px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
}

.res-main {
    display: block;
    font-size: 24px;
    position: relative;
    top: -1px;
}

.back {
    height: 33px;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 33px;
}

.e-rightbox {
    width: 460px;
}

.e-leftbox {
    width: 460px;
}

.c-leftbox {
    width: 69.79%;
}

.c-rightbox {

}

.e-intro h1 {
    color: #000000;
    font-family: 'Calibribold';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 20px;
}

.e-pright {
    width: 100%;
}

.e-pright p {
    font-size: 18px !important;
    line-height: 24px !important;
}

.e-detail {
    padding-left: 160px;
    margin-top: 20px;
}

.e-detail p {
    font-size: 16px;
    line-height: 24px;
}

.e-detail ul {
    font-size: 16px;
    line-height: 24px;
}

.e-detail ul li {
    background: url(../images/disc2.png) left 10px no-repeat;
    padding-left: 14px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 4px;
}

.e-detail h2, .e-detail h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    margin-top: 20px;
}

.neprehlednete {
    border-top: 3px solid #E7E7E7;
    margin: 30px 0;
}

.next-post {
    margin-bottom: 20px;
    min-height: 64px;
    padding-left: 100px;
    position: relative;
}

#team .bdn {
    border-bottom: none !important;
}

.next-post .next-img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.next-img img {
    max-width: 81px;
}

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

.next-title a {
    text-decoration: underline;
}

.next-post p {
    font-size: 14px;
    line-height: 18px;
}

.neprehlednete h3 {
    color: #000000;
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

.c-rightbox #sidebar-menu li a:hover, .c-rightbox #sidebar-menu > ul > li.active > a {
    /*background: url(../images/side-menu2.png) left no-repeat;*/
    left: auto;
    right: 0;
}

#linka {
    background-color: #effff5;
    border-top: 1px solid #bbdcc8;
    border-left: 1px solid #bbdcc8;
    border-right: 1px solid #bbdcc8;
    border-bottom: 2px solid #bbdcc8;
    position: relative;
    padding: 28px;
    margin-bottom: 20px;
}

.linka-title {
    font-size: 24px;
    font-family: 'Calibribold';
    color: #189C8E;
    line-height: 30px;
    font-weight: normal;
}

#linka p {
    line-height: 24px;
}

.tel {
    margin: 10px 0;
}

.tel, .mail {
    line-height: 22px;
}

.tel img, .mail img {
    vertical-align: middle;
    margin-right: 10px;
}

.mail a {
    font-size: 18px;
    vertical-align: middle;
    color: #ee6300;
}

.mail a:hover {
    color: #000;
}

.tel strong {
    vertical-align: middle;
    font-size: 22px;
    line-height: 30px;
    color: #ee6300;
}

#fakturacni {
    border-top: 3px solid #E7E7E7;
    margin: 30px 0;
    width: 45%;
}

#fakturacni h3 {
    color: #000000;
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}

#fakturacni p {
    line-height: 24px;
}

#fakturacni .smaller {
    font-size: 13px;
    line-height: 18px;
}

#napiste-nam {
    margin: 30px 0;
    padding: 20px;
    width: 420px;
	background-color: #ffe3e1;
    border: 1px solid #ffcecb;
}

#napiste-nam > h3 {
    color: #000000;
    font-family: Calibri, Tahoma;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

#napiste-nam p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}

#napiste-nam label {
    display: block;
    line-height: 18px;
    margin-bottom: 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    font-family: 'Calibribold';
}

#napiste-nam input {
    display: block;
    width: 280px;
    padding: 0 10px;
    color: #888;
    font-size: 14px;
    font-family: Calibri, Arial;
    height: 42px;
    line-height: 42px;
    border: 1px solid #c1c4c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.neprehlednete .in-title {
    margin-left: 0;
}

.neprehlednete .in-basket-info {
    width: 83% !important;
}

#napiste-nam textarea {
    display: block;
    width: 280px;
    padding: 10px;
    color: #888;
    font-size: 14px;
    font-family: Calibri, Arial;
    height: 40px;
    line-height: 18px;
    border: 1px solid #c1c4c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#napiste-nam.bigger {
    width: 100%;
}

#napiste-nam.bigger input {
    width: 500px;
}

#napiste-nam.bigger textarea {
    height: 300px;
    width: 500px;
}

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

.nap-row sup {
    font-weight: normal;
    font-family: 'Calibribold';
    color: #f36e43;
}

.bdb {
    border-bottom: 1px solid #E5E5E5;
}

.e-desc {
    margin-bottom: 20px;
}

.e-desc p {
    font-size: 18px;
    line-height: 24px;
}

.e-fast-contacts {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #f7f7f7; /* layer fill content */
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .34); /* drop shadow */
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .34); /* drop shadow */
    box-shadow: 0 1px 3px rgba(0, 0, 0, .34); /* drop shadow */
    padding: 0 30px;
    margin-bottom: 40px;
}

.fc {
    font-size: 15px;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0 20px 66px;
}

.fc span {
    display: block;
    line-height: 18px;
}

.fc strong {
    font-size: 24px;
    color: #ee2e22;
    line-height: 30px;
}

.fc-phone {
    background: url(../images/phone.png) left center no-repeat;
}

.fc-email {
    background: url(../images/email.png) left center no-repeat;
}

.fc-clock {
    background: url(../images/clock.png) left center no-repeat;
}

.cont-name {
    display: block;
}

.pozice {
    display: block;
    line-height: 18px;
    margin-top: 4px;
}

.t-tel {
    line-height: 24px;
    font-size: 16px;
}

.contact-mail {
    line-height: 20px;
}

#udaje {
    margin: 40px 0;
}

#udaje-left, #udaje-right {
    width: 48%;
    font-size: 16px;
    line-height: 24px;
}

#udaje strong {
    font-size: 18px;
    display: block;
}

.small {
    font-size: 14px;
    line-height: 18px;
}

.odeslat strong {

}

.odeslat {
    line-height: 31px !important;
    margin-left: 80px;
}

.posts-item {
    margin: 20px 0;
    width: 324px;
}

.e-intro p {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Calibribold';
    line-height: 24px;
}

.posts-item img {
    margin-bottom: 10px;
    margin-right: 10px;
    /*margin-top: 8px;*/
}

.all-results {
    margin-bottom: 10px;
}

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

#modal-inbox {
    background: url(../images/modal-inbox.png) 0 0 repeat;
    max-width: 820px;
    margin: 200px auto 0 auto;
    padding: 10px;
}

#modal-main {
    max-width: 820px;
    min-height: 200px;
    background-color: #fff;
}

#modal-header {
    height: 105px;
    background-color: #edffed;
    border-bottom: 1px solid #1ea020;
    padding: 0 20px;
}

#modal-summary {
    height: 45px;
    line-height: 45px;
    background-color: #ededed;
    padding: 0 20px;
}

.modal-add {
    color: #1e9f1f; /* text color */
    font-family: 'Calibribold';
    font-size: 30px;
    font-weight: normal;
    line-height: 105px;
    padding-left: 43px;
    background: url(../images/check3.png) left center no-repeat;
}

#modal .phone {
    margin-top: 28px;
}

#modal .phone {
    font-size: 18px;
}

#modal-summary a {
    text-decoration: underline;
}

#modal-content {
    padding: 0 40px;
}

.mod-img {
    max-width: 118px;
}

.mod-title {
    max-width: 140px;
    padding-right: 80px;
    line-height: 18px;
}

.mod-stock .k-small {
    max-width: 160px;
}

.k-main-price-label {
    display: block;
}

#modal-content .k-main-price {
    font-size: 24px;
}

#modal-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

#modal-cover {
    padding: 40px;
}

#modal-cover h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.bigr {
    color: #2AADA0;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    font-family: 'Calibribold';
    display: block;
    margin-bottom: 4px;
}

.telos {
    background: url(../images/phone2.png) left center no-repeat;
    padding-left: 24px;
    color: #333;
}

.telos strong {
    color: #000;
}

#modal-basket td {
    vertical-align: middle;
}

#stock {
    margin: 30px 0 20px;
}

#stock .s1 {
    background: url("../images/check.png") left center no-repeat;
}

#stock .stock {
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    padding-left: 20px;
}

#stock span {
    line-height: 22px;
    margin-left: 10px;
}

.s1 {
    color: #1EA020;
}

.stock {
    display: block;
    line-height: 18px;
}

.k-small {
    font-size: 12px;
    line-height: 18px;
}

.pl {
    display: block;
    line-height: 14px;
    margin-left: 30px;
}

.k-main-price-label {
    display: block;
}

#modal-content .k-main-price {
    font-size: 24px;
}

.k-main-price {
    color: #000000;
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
}

.mod-title .back {
    background: url("../images/back.png") left center no-repeat #FFFFFF;
    padding-left: 20px;
    text-decoration: underline;
}

.ttu {
    text-transform: uppercase;
}

/*-------- objednavka katalogu ------------*/
.box-katalog {
    background-color: #ffe3e1;
    border: 1px solid #ffcecb;
    margin-bottom: 10px;
    padding: 10px 20px 20px 20px;
    width: auto;
}

.box-katalog .box-row label {
    display: block;
    position: relative;
    width: 100%;
}

.box-katalog .box-row {
    padding-left: 0;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}

.box-katalog .buttonek {
    margin-top: 20px;
}

.preview-katalog .box-title {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000000 !important;
}

.preview-katalog {
    margin-top: 30px;
}

.preview-katalog .box-title span {
    color: #ee2e22 !important;
}

.preview-katalog .box-title a {

    margin-right: 0 !important;
}

.objednat-katalog {
    line-height: 24px;
    font-weight: normal;
    font-family: 'Calibribold';
    margin-top: 10px;
}

.objednat-katalog input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.objednat-katalog span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

#popular {
    margin-bottom: 30px;
}

#popular h2, #all-brands h2 {
    border-bottom: 1px solid #CECECE;
    font-weight: normal;
    padding-bottom: 14px;
    font-size: 24px;
}

.logo-item {
    height: 75px;
    margin: 18px 18px 18px 0;
    width: 145px;
}

.logo-item a {
    display: block;
}

.logo-item a:hover .logo {
    border: 1px solid #189c8e;
}

.logo {
    border: 1px solid #EAEAEA;
    display: table-cell;
    height: 73px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 143px;
}

.brand {
    font-size: 14px;
    margin-bottom: 30px;
}

.brand > tbody > tr > td {
    border-bottom: 1px solid #CECECE;
    padding: 20px;
}

.brand > tbody > tr > td a {
    line-height: 18px;
}

.caps {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
}

#e-404 {
    padding: 50px 0 30px 0;
}

#left-404 {
    width: 38.54%;
}

#left-404 h2 {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 4px;
}

#left-404 p {
    color: #000; /* text color */
    font-family: "Calibri";
    font-size: 24px;
    line-height: 30px;
}

#right-404 {
    width: 57.29%;
}

.dotazy {
    line-height: 24px;
}

.posts-item p {
    padding: 3px 0;
}

.e-preview {
    margin-left: -160px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#listing-intro img.fleft {
    margin: 10px 10px 10px 0;
}

.e-detail cite, .e-detail blockquote {
    border-top: 3px solid #E7E7E7;
    color: #ee2e22;
    display: block;
    float: right;
    font-family: Georgia;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-top: 20px;
    padding-top: 10px;
    width: 218px;
    font-style: italic;
}

.e-detail blockquote p {
    margin: 0;
    padding: 0;
}

#centrum-intro h1 {
    color: #000000;
    font-family: 'Calibribold';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
}

#centrum-intro {
    margin-bottom: 20px;
}

.centrum-box {
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    width: 92%;
    padding: 4%;
    margin-bottom: 30px;
}

.save {
    font-size: 24px;
    margin-right: 20px;
    margin-left: 100px;
}

.cancel {
    height: 24px;
    padding: 6px 10px 4px 10px;
}

.centrum-box h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Calibribold';
}

.dodatek {
    display: block;
    line-height: 18px;
}

.gallerie-clanek {
    width: 92%;
    padding: 0 4% 4% 4%;
    background-color: #f8f8f8;
}

.gal-cl-item {
    display: block;
    float: left;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
}

.gal-title {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    color: #000;
}

.gal-cl-item img {
    vertical-align: top;
}

.nobg {
    background-color: #feb312 !important;
}

#thanks {
    margin-top: 80px;
    margin-bottom: 40px;
}

#thanks h3 {
    color: #189b8d; /* text color */
    font-family: 'Calibribold';
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
}

#thanks p {
    line-height: 24px;
    font-size: 16px;
}

#fcb {
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-top: 33px;
}

.logout {
    background: url(../images/logout.png) left center no-repeat;
    padding-left: 24px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 13px;
    line-height: 16px;
}

.logout:hover {
    text-decoration: underline;
    color: #fff;
}

.th-email {
    background-color: #fff2d5;
    padding: 0 2px;
}

.vanoce {
    background: #fff url('../images/bg-vanoce.jpg') center top no-repeat fixed !important;
}

.nomt {
    margin-top: 0 !important;
}

.zopim {
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 999;
    text-align: center;
}

.bublina {
    width: 265px;
    height: 79px;
    background: url('../images/bublina.png') 0 0 no-repeat;
    text-align: center;
    line-height: 60px;
    margin-bottom: 10px;
}

.bublina .lepsi-cena {
    font-family: 'Calibribold';
    font-size: 24px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
    text-decoration: none;
    color: #fff;
}

.bublina .lepsi-cena:hover {
    text-decoration: underline;
}

.odeslat-poptavku {
    display: inline-block;
    width: 164px;
    height: 44px;
    background: url(../images/odeslat-poptavku.png) top no-repeat;
    text-align: center;
    color: #fff; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
    text-decoration: none;
    line-height: 44px;
}

.odeslat-poptavku:hover {
    background-position: bottom;
    text-decoration: none;
    color: #fff;
}

#nabidka-top {
    margin-bottom: 30px;
    margin-top: 56px;
}

#nabidka-top h1 {
    margin-bottom: 6px;
    font-family: 'Calibribold';
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
    color: #000;
}

.nabidka-title {
    font-size: 18px;
    line-height: 24px;
}

#nabidka-content {
    border: 1px solid #e5e5e5;
}

.nabidka-photo {
    width: 168px;
    text-align: center;
    padding: 20px;
}

.nabidka-photo img {
    display: block;
    margin: 0 auto;
}

.nabidka-produkt-title {
    line-height: 24px;
}

.varianta {
    display: block;
    margin: 10px 0;
}

.nabidka-photo {
    display: inline-block;
    vertical-align: top;
}

.nabidka-info {
    background: #fff url(../images/dotted.png) left 0 repeat-y;
    display: inline-block;
    vertical-align: top;
    min-height: 200px;
    max-width: 748px;
    padding-left: 1px;
}

.dotted {
    background: #fff url(../images/dotted2.png) bottom repeat-x;
    padding: 20px;
    max-width: 705px;
}

.dotted ul {
    list-style-type: none;
    margin: 10px 0;
}

.dotted ul > li {
    background: url(../images/dotted_li.png) left 7px no-repeat;
    line-height: 18px;
    margin-bottom: 4px;
    padding-left: 14px;
    font-size: 16px;
}

.d-left {
    width: 350px;
}

.cena-title {
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
}

.cena-info strong {
    font-size: 18px;
}

.cena-info .colored2 {
    color: #ee2e22;
}

.cena-info .colored3 {
    color: #ee2e22;
}

.cena-za-ks {
    width: 24%;
    display: inline-block;
}

.nabidka-normal {
    padding: 20px;
    max-width: 705px;
}

.nabidka-logo {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.nabidka-normal-info {
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

em {
    font-style: italic;
}

.nabidka-doplnek {
    margin-top: 10px;
}

.nabidka-doplnek td {
    padding: 4px 0;
}

.nabidka-row {
    border-bottom: 7px solid #e5e5e5;
}

#nabidka-footer {
    margin: 44px 0;
    background: #fff url(../images/dotted2.png) bottom repeat-x;
    padding-bottom: 20px;
}

#nabidka-zakaznik h3 {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

.zakaznik-adresa {
    line-height: 24px;
    font-size: 16px;
}

#nabidka-zakaznik {
    float: left;
    width: 250px;
}

#nabidka-doprava {
    width: 240px;
    float: left;
    padding-right: 100px;
}

#nabidka-doprava p, #nabidka-doprava ul {
    font-size: 16px;
    line-height: 24px;
}

#nabidka-doprava ul {
    list-style-type: none;
    margin: 10px 0;
}

#nabidka-doprava ul > li {
    background: url(../images/dotted_li.png) left 11px no-repeat;
    margin-bottom: 4px;
    padding-left: 14px;
}

#nabidka-doprava h3 {
    color: #000; /* text color */
    font-family: 'Calibribold';
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

.nabidka-control {
    text-align: center;
    margin-bottom: 40px;
}

.nabidka-control .poptat {
    padding-top: 6px;
    padding-bottom: 4px;
    font-weight: normal;
}

.odsouhlasit {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    background: url(../images/odsouhlasit.png) 0 0 no-repeat;
    color: #fff;
    font-family: 'Calibribold';
    font-size: 24px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
    text-decoration: none;
    margin-left: 40px;
    padding-left: 60px;
}

.odsouhlasit:hover {
    text-decoration: none;
    color: #fff;
    background-position: bottom;
}

#detail-logo {
    float: right;
    margin: 10px 0 0 0;
}

#cart-back {
    margin: 14px 0 0 14px;
    margin: 1px 0 0 0;
}

@media (max-width: 980px) {

    .send-left {
        clear: both;
    }

    #send {
        text-align: center;
    }

    #nabidka-zakaznik, #nabidka-doprava, #nabidka-poznamka {
        width: 30%;
        padding-right: 1%;
    }

    .nabidka-photo, .nabidka-info {
        width: 96%;
        padding: 2%;
        float: none;
        display: block;
        background: none !important;
    }

    #detail-main-img img {
        vertical-align: middle;
        max-width: 100%;;
    }

    #left-404, #right-404 {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }

    #left-404 {
        margin-bottom: 20px;
    }

    #team .bordered {
        border-bottom: none;
        width: 100%;
        /*float: left;*/
    }

    #team .gift-item-prod {
        margin-right: 50px;
    }

    #team .gift-items {
        width: 100%;
        background: none;
    }

    #content {
        padding: 0 4%;
    }

    .e-leftbox {
        margin-bottom: 30px;
    }

    .e-leftbox, .e-rightbox, .c-leftbox, .c-rightbox {
        width: 100%;
        float: none;
    }

    #sidebar-menu > ul > li {
        width: 100%;
    }

    #sidebar-menu > ul > li > a {
        width: 100% !important;
        padding: 2px 0 !important;
    }

    .e-detail {
        padding-left: 0;
    }

    .ver2 #buy-box-bottom {
        background: #F3F3F3 none !important;
    }

    .ver2 .man-text {
        display: inline-block;
    }

    .man-info {
        width: 90%;
        padding-bottom: 20px;
        padding-left: 0;

    }

    .man-text {
        display: block;
        width: 100%;
        margin: 20px 0;
    }

    .buy {
        display: block;
        margin-top: 20px;
    }

    .buy-box-wrap .buy {
        display: inline-block !important;
        margin-top: 0 !important;
    }

    .filter-sort {
        float: left;
    }

    .gift-item {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

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

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

    #sidebar-menu li > a {
        /*width: 90% !important;*/
        text-align: center;
        padding: 0;
    }

    #sidebar-menu li > a:hover, #sidebar-menu li.active a {
        background: #fff none !important;
        border-right: 1px solid #DADADA !important;
        border-top: 1px solid #DADADA !important;
        height: 27px !important;
        line-height: 27px !important;
        width: 100% !important;
        left: 0 !important;
        border-left: 1px solid #DADADA !important;
    }

    .left-gifts {
        width: 98%;
        float: none;
    }

    .right-gifts {
        width: 100%;
        float: none;
    }

    .hide {
        display: none;
    }

    #m-left {
        width: 45%;
        padding-right: 5%;
    }

    #m-right {
        width: 50%;
    }

    .say-img {
        width: 20%;
    }

    .say-info {
        width: 80%;
    }

    #banners span {
        float: none;
        display: inline-block;
        width: 30%;
    }

    .emailem, .facebook {
        width: 100%;
        float: none;
    }

    .emailem {
        margin-bottom: 20px;
    }

    #newsletter {
        padding-right: 10px;
        padding-left: 10px;
    }

    #foot-menu {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
    }

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

    #footer, #boxes, #gifts {
        padding-right: 10px;
        padding-left: 10px;
    }

    .head-3 input[type="text"] {
        width: 144px;
    }

    #naseptavac {
        width: 230px !important;
    }

    .head-1 {
        width: 26.25%;
        margin-right: 2%;
    }

    .head-2 {
        margin-right: 2%;
    }

    #top-menu > li {
        margin-bottom: 4px;
    }

    #top-menu {
        height: 40px;
    }

    #main-menu > li > a {
        padding: 0 8px;
        font-size: 16px;
    }

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

    #left-list {
        width: 40%;
    }

    #detail-left {
        width: 45%;
    }

    #detail-main-img {
        width: 80%;
    }

    .res-left {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .res-right {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
    }

}

@media (max-width: 800px) {
    #modal-basket td {
        display: block;
        margin-top: 20px;
        margin: 0 auto 20px auto;
        text-align: center;

    }

    .mod-title {
        padding-right: 0;
        max-width: 214px;
    }

    .modal-add {
        float: none;
        display: block;
        line-height: 40px;
    }

    #modal-header .phone {
        float: none;
        display: block;
        margin-top: 6px;
    }

    #modal-header {
        height: auto;
        min-height: 105px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mod-stock {
        width: 160px;
        margin: 0 auto;
        text-align: left !important;
    }

    #modal-summary {
        height: auto;
        line-height: 18px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    #p-rightbox {
        position: relative;
        top: 0 !important;
        left: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .back {
        line-height: 18px;
        height: auto;
    }

    .dont {
        display: none;
    }

    #p-leftbox, #p-rightbox-cart {
        width: 100%;
    }

    #kosik-inner td {
        display: block;
        width: 100%;
        text-align: center;
    }

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

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

    .buy {
        display: inline-block;
        margin-top: 0;
    }
}

@media (max-width: 750px) {
    .posts-item {
        width: 100%;
        float: none;
        display: block;
        min-height: 182px;
    }

    .zopim {
        display: none;
    }
}

@media (max-width: 700px) {
    .foot-logo {
        margin: 0 auto;
        float: none;
        width: 98px;
    }

    .copy {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    #href-top {
        margin: 30px auto 0 auto;
        display: block;
        color: #fff;
        text-decoration: underline;
        background: url(../images/nahoru.png) left center no-repeat;
        height: 11px;
        padding-left: 16px;
        line-height: 11px;
        width: 47px;
    }

    #href-top:hover {
        text-decoration: none;
    }

    #napiste-nam.bigger {
        width: 420px;;
    }

    #napiste-nam input, #napiste-nam.bigger input {
        width: 98% !important;
        padding: 0 2%;
    }

    #napiste-nam textarea, #napiste-nam.bigger textarea {
        width: 98% !important;
        padding: 2%;
        margin-bottom: 20px;
    }

    .odeslat {
        margin-left: 0;
    }

    #napiste-nam label {
        position: relative;
        display: block;
    }

    .nap-row {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .email-wrap.active {
        display: block !important;
        position: absolute;
        bottom: -130px;
        right: 0;
        width: 200px;
    }

    .email-wrap input[type="text"] {
        width: 122px !important;
    }

    #naseptavac {
        width: 210px !important;
    }

    .long {
        padding-bottom: 62px;
    }

    .e-pright {
        float: none;
        width: 100%;
    }

    .e-preview {
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
    }

    #control {
        text-align: center;
    }

    #control .poptat {
        float: none;
        display: inline-block;
        top: 0;
    }

    #control .c-wrap {
        float: none;
        width: 100%;
        margin: 30px 0 0 0;
    }

    #control .c-text {
        float: none;
        width: 100%;
    }

    #control .buttonek {
        float: none;
        top: 0;
        margin-bottom: 20px;
    }

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

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

    .filter-price {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    #listing-intro h1 {
        margin-bottom: 20px;
    }

    .filter-sort {
        float: none;
        width: 100%;
    }

    .head-2 {
        display: none;
    }

    .head-3 .email-wrap {
        display: none;
    }

    #toggle {
        display: block;
        color: #fff;
        font-size: 20px;
        line-height: 48px;
        padding-left: 20px;
        text-decoration: none;
        background: url(../images/list-view.png) right center no-repeat;
        width: 80px;
    }

    #menu {
        min-height: 48px;
        height: auto;
    }

    #main-menu {
        position: absolute;
        left: -9999px;
    }

    body.active .active {
        height: auto !important;
    }

    body.active #main-menu {
        position: relative;
        left: 0;
    }

    body.active #main-menu > li {
        display: block;
    }

    body.active #main-menu > li > a {
        border-bottom: 1px solid #333;
    }

    body.active #main-menu > li > a:hover {
        background-color: #434343;
    }

    .head-1, .head-2, .head-3, .head-4 {
        /*float: none;*/
        /*width: 100%;*/
        width: 50%;
        margin: 0;
    }

    .head-4 {
        padding-bottom: 0;
        padding-top: 9px;
    }

    .search-icon {
        display: block;
        position: relative;
        top: 6px;
        margin-right: 10px;
    }

    #header {
        padding-right: 10px;
        padding-left: 10px;
    }

    .my-account {
        display: none;
    }

    .bask-img, #snippet-cart-cart {
        float: right;
    }

    #toggle2 {
        display: inline-block;
        float: right;
        color: #fff;
        text-decoration: none;
        padding-left: 22px;
        background: url(../images/list-view.png) left center no-repeat;
        width: 40px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    }

    .logout {
        display: none;
    }

    .head-3 {
        position: relative;
    }

    .head-3.active #top-menu {
        position: absolute;
        right: -10px;
        top: 12px;
        display: block;
        clear: both;
        height: auto;
        min-height: 40px;
        margin-top: 24px;
        background-color: #000;
        z-index: 999;
        padding: 0;
    }

    .head-3.active #top-menu li {
        display: block;
        text-align: right;
        margin: 0;
    }

    .head-3.active #top-menu li a {
        text-align: right;
        display: block;
        border-bottom: 1px solid #434343;
        padding: 6px 6px 6px 0;
    }

    .head-3.active #top-menu li a:hover {
        background-color: #ee2e22;
        text-decoration: none;
    }

    #top-menu {
        position: absolute;
        left: -9999px;
    }

    .head-4 {
        padding-bottom: 20px;
    }

    #top-menu {
        text-align: center;
    }

    #top-menu > li {
        display: inline-block;
        float: none;
    }

    #f-top-left {
        margin-bottom: 30px;
    }

    #f-top-left, #f-top-right {
        width: 100%;
        float: none;
    }

}

@media (max-width: 790px) {

    #left-list {
        float: none;
        width: 98%;
    }

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

    #right-products .product, #products-all .product {
        float: left;
        margin-right: 20px;
    }
}


@media (max-width: 500px) {
    #nabidka-zakaznik, #nabidka-doprava, #nabidka-poznamka {
        width: 100%;
        display: block;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .nabidka-logo {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }

    .nabidka-normal-info {
        width: 100%;
        display: block;
    }

    .d-left {
        width: 100%;
    }

    .cena-za-ks {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .brand {
        width: 100%;
    }

    .brand > tbody > tr > td {
        display: block;
        width: 100%;
    }

    .brand table td {
        display: block;
    }

    .obj {
        font-size: 12px;
        line-height: 18px;
    }

    #fakturacni {
        float: none;
        width: 90%;
        padding: 5%;
    }

    #napiste-nam, #napiste-nam.bigger {
        float: none;
        width: 90%;
        padding: 5%;
    }

    .box-row input[type="text"], .box-row input[type="password"] {
        display: block;
        width: 90%;
    }

    .box-row {
        padding-left: 0;
    }

    .box-row label {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        text-align: left;
    }

    .save {
        margin-left: 0;
    }

    .half, .column {
        width: 100% !important;
        float: none !important;
        margin: 0;
    }

    .man-text {
        display: block;
        width: 100%;
        margin: 20px 0;
    }

    .buy-price {
        margin: 0 auto 20px auto;
        display: block;
        width: 100%;
        text-align: center;
    }

    .buy-box-wrap {
        margin: 0 auto;
        display: block;
    }

    #detail-info-left img.fleft {
        float: none;
        display: block;

    }

    #detail-info-left img.fright {
        float: none;
        display: block;

    }

    .buy {
        display: block;
        margin: 20px auto 0 auto;
    }

    .buy-num {
        display: block;
        margin: 0 auto;

    }

    .half.bgn {
        background: url(../images/tech.png) left bottom repeat-x !important;
    }

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

    .person, .person-offer {
        display: none;
    }

    #listing-intro p {
        width: 100%;
        margin-bottom: 20px;
    }

    .filter-sort {
        line-height: 24px;
    }

    .gift-item, .gift-item:hover, .gift-bottom {
        width: 99%;
        float: none;
        height: auto;
        padding-bottom: 30px;
    }

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

    #m-right {
        width: 100% !important;
        float: none;
    }

    #paginator a {
        margin-bottom: 10px;
    }

    .left-gifts-body {
        border: none;
    }

    .gift-item {
        border: 1px solid #E5E5E5;
    }

    .gift-item:hover {
        border: 1px solid #E5D9BD;
    }

    .gift-bottom {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        left: -1px;
        bottom: -51px;
    }

    .box {
        width: 100%;
        padding-right: 0;
        float: none;
        text-align: center;
        
        margin-bottom: 20px;
    }

    .facebook {
        min-height: 40px;
        height: auto;
    }

    .f-label {
        display: block;
    }

    #banners span {
        display: block;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .hide-you {
        display: block;
        margin-bottom: 20px;
    }

    .f-cat {
        width: 50%;
        padding: 0;
    }

    #foot-menu {
        font-size: 0;
        float: none;
    }

    #foot-menu > li {
        display: inline-block;
        float: none;
    }

    #foot-menu > li > a {
        font-size: 14px;
    }

    .email-wrap input[type="text"] {
        width: 100px;
    }

    #right-products .product, #products-all .product {
        float: none;
        margin: 30px auto;
    }

    #products-all .last {
        margin: 0 auto !important;
    }

    .gift-items {
        width: 100%;
        background: none;
    }

    .gift-item-prod {
        width: 100%;
        text-align: center;
    }

    .gift-item-prod-img {
        margin: 0 auto;
    }

    /* Force table to not be like tables anymore */
    #detail-info-left table, .e-detail table, .centrum-box table,
    #detail-info-left table thead, .e-detail table thead, .centrum-box table thead,
    #detail-info-left table tbody, .e-detail table tbody, .centrum-box table body,
    #detail-info-left table th, .e-detail table th, .centrum-box table th,
    #detail-info-left table td, .e-detail table td, .centrum-box table td,
    #detail-info-left table tr, .e-detail table tr, .centrum-box table tr {
        display: block;
        background-color: inherit;
        border: none;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #detail-info-left table thead tr, .e-detail table thead tr, .centrum-box table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #detail-info-left table tr, .e-detail table tr, .centrum-box table tr {
        border: 1px solid #ccc;
    }

    #detail-info-left table td, .e-detail table td {
        /* Behave like a "row" */
        border: none;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    .centrum-box table td {
        border: none;
        position: relative;
        padding-left: 70%;
        white-space: normal;
        text-align: left;
    }

    #detail-info-left table td:before, .e-detail table td:before, .centrum-box table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: normal;
        font-family: 'Calibribold';
    }

    /*
    Label the data
    */
    #detail-info-left table td:before, .e-detail table td:before, .centrum-box table td:before {
        content: attr(data-title);
    }
}

@media (max-width: 400px) {
    .fc strong {
        font-size: 14px;
        line-height: 18px;
    }

    #team .gift-items {
        text-align: center;
    }

    #team .gift-item-prod {
        float: none;
        width: auto;
    }

    #team .bordered {
        float: none;
        width: 100%;
        text-align: center;
    }

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

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

    .buy-box-wrap .buy {
        display: block !important;
        margin: 0 auto !important;
    }

    #velikost {
        display: block;
        margin: 10px auto;
    }

    .in-basket-info .buttonek {
        position: absolute;
        float: none;
        bottom: 0;
        left: 0;
    }

    .in-basket-info {
        position: relative;
        padding-bottom: 50px;
    }

}

/** new **/
#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;
}

/*#snippet-cart-cart {
    float:left;
}*/

.box h2.box-title a {
    text-decoration: none !important;
    color: #ee2e22 !important; /*#189B8D !important;*/
    background: none;
    padding-left: 0;
}

.box .box-img {
    background: none;
    padding-left: 0;
}

.head-3 form {
    display: inline-block;
}

#snippet-cart-cart {
    display: inline-block;
    width: 58px;
    height: 54px;

}

.short-text {
    overflow: hidden;
    height: 7.6em;
    height: 5.7em;
    padding-bottom: 0px;
}

.full-text {
    height: auto;
}

.full-text p {
    padding-bottom: 0;
}

.show-more {
    padding: 0;
    text-align: center;
}

#sign-in-box {
    display: none;
}

.bow-row-submit {
    display: inline-block;
    color: #fff; /* text color */
    font-family: 'Calibribold';
    /*font-size: 18px;*/
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2); /* drop shadow */
    text-decoration: none;
    background: #42c1b8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyYzFiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxY2EwOTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #42c1b8 0%, #1ca092 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42c1b8), color-stop(100%, #1ca092));
    background: -webkit-linear-gradient(top, #42c1b8 0%, #1ca092 100%);
    background: -o-linear-gradient(top, #42c1b8 0%, #1ca092 100%);
    background: -ms-linear-gradient(top, #42c1b8 0%, #1ca092 100%);
    background: linear-gradient(to bottom, #42c1b8 0%, #1ca092 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42c1b8', endColorstr='#1ca092', GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    border-bottom: 1px solid #14756a;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    vertical-align: middle;
    padding: 2px 14px 0 14px;
}

.bow-row-submit:hover {
    background: #14756a none;
    text-decoration: none;
    text-shadow: none;
    color: #fff !important;
}

#box-delivery {
    display: none;
}

input.buttonek {
    padding: 2px 28px 2px 28px;
    height: 45px;
}

input.buttonek.buy {
    padding: 2px 0 0 0;
}

.hidden {
    display: none;
}

ul.errors {
    color: #FEB312;
    font-weight: normal;
    font-family: 'Calibribold';
    margin: 10px 0;
}

#say .say-body img {
    max-width: 116px;
}

#buy-box-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mobile-only {
    display: none;
}

@media (max-width: 700px) {
    .mobile-only {
        display: compact;
    }
}

input.cancel {
    height: 29px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.box-links p {
	padding-top: 0;
    padding-bottom: 0;
}

.box-links a {
	display: inline-block;
	color: #000;
}
.box-links a:hover {
	color: #ee2e22;
}

.myCustomClass .qtip-content {
    font-size: 14px;
    background-color: #FFF8E8;
    padding: 16px 19px;
    line-height: 140%;
}

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

#product-more {
    font-size: 18px;
    padding-top: 2px;
}

#buy-box .man-img img {
    /*margin-left:10px;*/
    margin-right: 10px;
}

.column {
    width: 45% !important;
}

.first.column {
    float: left;
}

.last.column {
    float: right !important;
}

#naseptavac .in-basket-img img {
    margin-top: 10px;
}

#modal-cover form th {
    text-align: left;
    vertical-align: middle;
}

#modal-cover form th label {
    font-family: 'Calibribold';
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    margin-bottom: 14px;
    width: 120px;
    display: block;
}

#modal-cover form td input[type='text'] {
    border: 1px solid #C1C4C6;
    border-radius: 4px;
    color: #888888;
    display: block;
    font-family: Calibri, Arial;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    width: 280px;
}

#modal-cover form td textarea {
    border: 1px solid #C1C4C6;
    border-radius: 4px;
    color: #888888;
    display: block;
    font-family: Calibri, Arial;
    font-size: 14px;
    height: 120px;
    line-height: 18px;
    padding: 10px;
    width: 500px;
    margin-bottom: 10px;
}

#modal-cover form input[type='submit'] {
    border: 0;
    margin-left: 0 !important;
}

#product-send {
    position: relative;
    padding-top: 4px;
    margin: 0px 0 10px 0;
    display: block;
    text-align: right;
}

#product-send a img {
    position: absolute;
    right: 0;
    top: 0px;
}

#product-send a {
    margin-right: 25px;
}




.red {
	color: #ee2e22 !important;
}


.box .box-img {
	display: block;
	
	height: 260px;
	
	text-decoration: none;
	text-align: right;
	
	padding: 20px 15px;
	margin-bottom: 15px;
		
	background-color: #c5c7c8;
}
.box .box-img:hover {
	color: #000;
}

.box-2 .box-img {
	color: #fff;
	background-color: #009ee0;
}
.box-2 .box-img:hover {
	color: #fff;
}

.box-3 .box-img {
	color: #fff;
	background-color: #ee2e22;
}
.box-3 .box-img:hover {
	color: #fff;
}

.box .box-img .text1 {
	display: block;
	
	min-height: 70px;
	
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	
	margin-bottom: 20px;
}

.box .box-img .text2 {
	display: block;
	
	min-height: 120px;
	
	font-size: 18px;
	line-height: 22px;
	
	margin-bottom: 20px;
}

.box .box-img .text3 {
	display: block;
	
	min-height: 30px;
	
	font-size: 12px;
	line-height: 14px;
}


@media (max-width: 980px) {

	.box .box-img .text1 {
		font-size: 26px !important;
		line-height: 30px !important;
	}
	
	.box .box-img .text2 {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	
}

@media (max-width: 930px) {

	.box .box-img .text1 {
		min-height: 80px;
		
		font-size: 24px !important;
		line-height: 28px !important;
	}
	
	.box .box-img .text2 {
		min-height: 100px;
		
		font-size: 14px !important;
		line-height: 18px !important;
	}
	
}


@media (max-width: 820px) {

	.box .box-img .text1 {
		min-height: 80px;
		
		font-size: 22px !important;
		line-height: 24px !important;
		
		margin-bottom: 15px;
	}
	
	.box .box-img .text2 {
		min-height: 115px;
		
		font-size: 14px !important;
		line-height: 16px !important;
		
		margin-bottom: 15px;
	}
	
}


@media (max-width: 630px) {

	.box {
        width: 100%;
        padding-right: 0;
        float: none;
        text-align: center;
        
        margin-bottom: 20px;
    }
    
    .box .box-img {
		height: inherit;    
    }
    
    .box .box-img .text1, 
    .box .box-img .text2,
    .box .box-img .text3 
    {
    	text-align: center;
    	
		min-height: inherit !important;
	}
	
}

