@charset "utf-8";

/* CSS Document */

body
{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #031c44;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

a
{
	color: #8FA4C5;
}

a:hover
{
	color: #D7EEFF;
}

h1
{
	font-family: 'Roboto', sans-serif;
	font-size: 38px;
	font-weight: 800;
	color: #B83126;
	line-height: 38px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2
{
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #B83126;
	line-height: 25px;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 10px;
}

h3
{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #B83126;
	line-height: 18px;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.hr
{
	background-color: #CCDAEA;
	height: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

form
{
	margin: 0px;
	padding: 0px;
}

#leftBanner
{
	background-color: #223C6A;
	display: block;
	height: 600px;
	width: 160px;
	position: fixed;
	top: 138px;
	right: 20px;
	z-index:-1;
}

#leftBanner .close
{
	background-color: #900;
	padding: 5px;
	position: absolute;
	top: -22px;
	right: 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
}

#wrapper
{
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#wrapper #facebook
{
	background-image: url(../images/facebook.png);
	height: 327px;
	width: 42px;
	position: absolute;
	top: 380px;
	right: -42px;
}

#wrapper #instagram
{
	background-image: url(../images/instagram.png);
	height: 139px;
	width: 42px;
	position: absolute;
	top: 260px;
	right: -42px;
	z-index: 1;
}

#--------------------------------------------
{
}

#header
{
	height: 110px;
	position: relative;
}

#header #logo
{
	position: absolute;
	left: 5px;
	top: 27px;
}

#header #translateMenu
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 40px;
	list-style-position: outside;
	list-style-type: none;
	z-index: 10;
	right: 0px;
}

#header #translateMenu li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

#header #translateMenu li a
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	/* [disabled]background-color: #0E2C5C;
*/
	display: block;
	margin-left: 2px;
	height: 14px;
	width: 22px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	border: 1px solid #031C44;
}

#header #translateMenu li a.en
{
	background-image: url(../images/flag-en.png);
}

#header #translateMenu li a.cz
{
	background-image: url(../images/flag-cz.png);
}

#header #translateMenu li a.sk
{
	background-image: url(../images/flag-sk.png);
}

#header #translateMenu li a.active,
#header #translateMenu li a:hover
{
	opacity: 1;
	border: 1px solid #FFF;
}

#header #translateMenu li a span
{
	display: none;
}

#header #topMenu
{
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	width: 570px;
	text-align: right;
	left: 350px;
}

#header #topMenu li
{
	margin: 0px;
	padding: 0px;
	display: block;
}

#header #topMenu li a
{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding-top: 40px;
	padding-right: 11px;
	padding-bottom: 20px;
	padding-left: 11px;
	font-family: 'Roboto', sans-serif;
	float: left;
}

#header #topMenu li a span
{
	display: none;
}

#header #topMenu li a.active
{
	background-color: #b83126;
}

#header #topMenu li a:hover
{
	background-color: #0D2F68;
}

#wrapper #header #topMenu li a.eshop
{
	background-image: url(../images/ic_shopping_basket_white_18dp.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}


#--------------------------------------------
{
}

#colLeft
{
	background-color: #B83126;
	background-image: url(../images/sidepanel-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 240px;
	min-height: 740px;
	padding-bottom: 50px;
	margin-bottom: 20px;
}

#colLeft #sidebarHeader
{
	background-image: url(../images/sidepanel-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 42px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
}

#colLeft #sidebarHeader a
{
	color: #FFF;
	text-decoration: none;
}

#colLeft .news
{
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
}

#colLeft .news a
{
	color: #FFF;
}

#colLeft .news h2 a
{
	color: #FFF;
	text-decoration: none;
}

#colLeft .news h2 a:hover
{
	text-decoration: underline;
}

#colLeft .news h2
{
	font-size: 20px;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
}

#colLeft .news a.button,
#colLeft a.button
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #D15E2F;
	background-image: url(../images/sidepanel-button.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	display: inline-block;
	padding-top: 3px;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-top: 15px;
	margin-left: auto;
}

#colLeft a.button
{
	margin-left: 20px;
}

#colLeft .separator
{
	background-color: #711E17;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D15E2F;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#colLeft #formSearch
{
	padding: 15px;
	margin-bottom: 30px;
}

#colLeft #formSearch input.search
{
	width: 165px;
	font-size: 11px;
	line-height: 11px;
	padding: 6px;
	display: block;
	float: left;
	color: #868686;
}

#colLeft #formSearch input.searchButton
{
	float: left;
}

#colLeft #formSearch input.searchButtonMobile
{
	display: none;
}

#colLeft #showCategories
{
	display: none;
}

#colLeft #categories
{
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 8px;
}

#colLeft #categories li
{
	margin: 0px;
	padding: 0px;
}

#colLeft #categories li a
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 7px;
}

#colLeft #categories li a:hover,
#colLeft #categories li a.active
{
	background-color: #CE5F31;
}

#--------------------------------------------
{
}

#colRight
{
	background-image: url(../images/bann-heavy-details.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-top: 115px;
	width: 738px;
	margin-bottom: 20px;
	float: left;
	color: #031C44;
}

#colRight #titleBanner #titleBannerNotice
{
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #999;
	background-color: #333;
	padding: 8px;
	position: absolute;
	right: 2px;
	bottom: 40px;
}

#colRight #titleBanner
{
	background-image: url(../images/banners/banner-main-1.jpg);
	background-repeat: no-repeat;
	height: 437px;
	position: relative;
	background-size: contain;
	background-position: center top;
}

#colRight #bannerSwitchers
{
	position: absolute;
	top: 20px;
	z-index: 5;
	right: 20px;
}

#colRight #bannerSwitchers .switcher
{
	background-color: #FFF;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 1px;
	cursor: pointer;
	border-radius: 10px;
	border: 2px solid #FFF;
}

#colRight #bannerSwitchers .switcher.active,
#colRight #bannerSwitchers .switcher:hover
{
	background-color: #b83126;
}

#colRight #titleBannerLabel
{
	background-image: url(../images/bann-ressin.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	margin-top: 24px;
	margin-bottom: 24px;
}

#colRight #bannerCatalog
{
	background-image: url(../images/banners/banner-catalog.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 139px;
	width: 348px;
	display: block;
	margin: 20px;
	float: left;
}

#colRight #formNewsletter
{
	height: 139px;
	width: 330px;
	display: block;
	float: left;
	margin-top: 20px;
	background-color: #1b355d;
}

#colRight #formNewsletter h2
{
	font-size: 19px;
	line-height: 19px;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #FFF;
}

#colRight #formNewsletter #emailSubscribe
{
	width: 180px;
}

#colRight #formNewsletter #newsletterAdd
{
	width: 90px;
	font-size: 10px;
}

#colRight #content
{
	background-color: #FFF;
	padding: 20px;
	color: #031C44;
	min-height: 400px;
	background-image: url(../images/postbox_back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#colRight #content a
{
	color: #B83126;
}

#colRight #content .productItem
{
	background-color: #ebeff4;
	height: 140px;
	width: 341px;
	position: relative;
	float: left;
	color: #2C4C73;
	margin-right: 8px;
	margin-bottom: 8px;
}

#colRight #content .productItem a
{
	text-decoration: none;
}

#colRight #content .productItem .sold
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #EE6911;
	padding: 4px;
	position: absolute;
	z-index: 5;
	left: 10px;
	top: 10px;
}

#colRight #content .productItem .photo
{
	position: absolute;
	left: 10px;
	top: 10px;
	height: 120px;
	width: 120px;
	background-image: url(../images/nophoto.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#colRight #content .productItem .more
{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #374F7F;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(../images/more.jpg);
	background-repeat: repeat-y;
	background-position: right center;
}

#colRight #content .productItem h3
{
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	display: block;
	position: absolute;
	left: 140px;
	top: 10px;
	right: 50px;
	bottom: 70px;
	margin: 0px;
	overflow: hidden;
	text-transform: uppercase;
	width: 139px;
	line-height: 13px;
}

#colRight #content .productItem .info
{
	position: absolute;
	left: 140px;
	bottom: 10px;
	right: 10px;
}

#colRight #content .productItem .info a
{
	color: #2C4C73;
	text-decoration: underline;
}

#colRight #content #detailText
{
	float: left;
	width: 400px;
}

#colRight #content #detailText table th
{
	background-color: #7A92B9;
	color: #FFF;
	text-align: left;
	padding-right: 10px;
}

#colRight #content #detailText table td
{
	background-color: #EEF1F7;
}

#colRight #content #detailText .description
{
	font-size: 14px;
	margin-bottom: 20px;
}

#colRight #content #detailPhoto
{
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

#colRight #content #formSearch2
{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#colRight #content #formSearch2 input.search
{
	width: 165px;
	font-size: 11px;
	line-height: 11px;
	padding: 5px;
	display: block;
	float: left;
	border: 1px solid #D15E2F;
	color: #868686;
}

#colRight #content #formSearch2 input.searchButton
{
	float: left;
}

#colRight #content #formFilter
{
	margin-bottom: 20px;
}

#colRight #content .filterItem
{
	display: inline-block;
	padding: 2px;
	width: 162px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #CCC;
	color: #374F7F;
	font-size: 10px;
}

#colRight #content .filterItem.active
{
	background-color: #EBEFF4;
}

#colRight #content .sortBox
{
	background-color: #EBEFF4;
	padding: 15px;
	margin: 15px 0;
	border:1px solid rgba(0,0,0,0.1);
	text-align: center;
}

#colRight #content select
{
	padding: 4px;
}

#colRight #content .seller
{
	height: 140px;
	width: 330px;
	float: left;
	background-color: #F7F9FB;
	margin: 8px;
	border: 1px solid #DDE6EE;
	font-size: 12px;
}

#colRight #content .seller h3
{
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #B83126;
}

#colRight #content .new
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EBEFF4;
}

#colRight #content .new p
{
	margin-top: 2px;
	margin-bottom: 2px;
}

#colRight #content .new h2
{
	margin-top: 0px;
	margin-bottom: 20px;
}

#colRight #content .newsPhoto
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#colRight #content .sold
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #EE6911;
	padding: 10px;
	z-index: 5;
	display: inline-block;
	margin-bottom: 5px;
	float: right;
}

#colRight #content .gallery
{
	background-image: url(../images/banners/banner-main-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width: 80px;
	position: relative;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

#colRight #content a.back
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #B83126;
}

#colRight #content .contentColumn.left
{
	float: left;
	width: 320px;
}

#colRight #content .contentColumn
{
	float: right;
	width: 350px;
}

#colRight #content .contentColumn #formEmail
{
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#colRight #content .contentColumn #formEmail input[type="text"],
#colRight #content .contentColumn #formEmail textarea
{
	border: 1px solid #031C44;
	width: 100%;
	background-color: #EBEFF4;
}

#colRight #content .pagingWrapper
{
	background-color: #FFF;
	color: #8FA4C5;
	padding-top: 10px;
	padding-bottom: 5px;
}

#colRight #content .pagingWrapper .paging
{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #031C44;
	display: block;
	padding: 5px;
	float: left;
	margin-left: 3px;
	text-decoration: none;
	margin-bottom: 3px;
}

#colRight #content .pagingWrapper .paging:hover,
#colRight #content .pagingWrapper .paging.active
{
	background-color: #B83126;
	color: #FFF;
}

#colRight #content .pagingWrapper .pwLabel
{
	padding-top: 5px;
}

#colRight #content .filterSwitch
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #b83126;
	background-image: url(../images/ic_arrow_drop_down_white_36dp.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 8px;
	margin-bottom: 10px;
	cursor: pointer;
}

#colRight #content .filterSwitch:hover
{
	background-color: #CE372B;
}

#colRight #content .filterSwitch.active
{
	background-image: url(../images/ic_arrow_drop_up_white_36dp.png);
}

#--------------------------------------------
{
}

#footer
{
	font-size: 11px;
	color: #7A92B9;
	padding-top: 5px;
	padding-bottom: 40px;
	text-align: right;
}

#footer #facebookFooter
{
	background-image: url(../images/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	text-transform: uppercase;
}

#footer a.active
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#--------------------------------------------
{
}

#popupBanner
{
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 20;
}

#popupBanner #popupBannerBox
{
	width: 647px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-shadow: 0px 0px 10px #000;
	/* [disabled]display: inline-block;
*/
	text-align: center;
}

#popupBanner #popupBannerBox #bannerClose
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #E4001B;
	display: block;
	position: absolute;
	top: -20px;
	right: -15px;
	font-family: 'Open Sans', sans-serif;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	cursor: pointer;
}

#popupBanner #popupBannerBox #bannerClose:hover
{
	background-color: #F00;
}

#popupBanner #popupBannerBox div
{
	/* [disabled]background-color: #FFF;
*/
}

#--------------------------------------------
{
}

ul.downloads li a
{
	font-size: 13px;
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}

#mapWrapper
{
	background-color: #F7F9FB;
}

#showNews
{
	display: none;
}

.message1
{
	background-color: #F7F9FB;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #CFDBE7;
}

.message1 h2
{
	margin-top: 0px;
}

.message1 input[type="text"],
.message1 input[type="email"]
{
	border: 1px solid #B83126;
}

.message2
{
	color: #FFF;
	background-color: #5A862B;
	padding: 15px;
	margin-bottom: 20px;
}

.message2.red
{
	background-color: #93261E;
}

.message2 h3
{
	margin-top: 0px;
	margin-bottom: 5px;
	color: #FFF;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
}

.buttonCatalog,
#colRight #content a.buttonCatalog
{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FFF;
	padding: 15px 15px 15px 60px;
	border: 1px dotted #888;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #93261E;
	background-image: url(../images/ic_archive_black_36dp.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.separator
{
	background-color: #021330;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #274475;
	margin-bottom: 20px;
}

.separator2
{
	background-color: #021330;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #274475;
	margin-right: 20px;
	margin-left: 20px;
}

.toLeft
{
	float: left;
}

.toRight
{
	float: right;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea
{
	font-size: 13px;
	color: #333;
	background-color: #FFF;
	padding: 5px;
	width: 250px;
	/* [disabled]font-weight: bold;
*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input[type="submit"],
input[type="button"],
#colRight #content a.button1
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #B83126;
	display: inline-block;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}

input.textbox1,
textarea.textbox1
{
	width: 400px;
}

input.textbox2
{
	width: 200px;
}

.content20
{
	padding: 20px;
}

.description
{
	font-size: 13px;
}

.clearBoth
{
	clear: both;
}

.ncsv
{
	display: none;
}

#--------------------------------------------
{
}
 @media only screen and (max-width : 1090px) {

#wrapper #facebook,
#wrapper #instagram
{
	display: none;
}
}
 @media only screen and (max-width : 1450px) {

#leftBanner
{
	display: none;
}
}
