@charset "utf-8";
 @media (max-width: 768px) {

.container
{
	min-width:280px;
}

body
{
	font-size: 14px;
}

h1
{
	font-size: 34px;
	line-height: 38px;
}

h1.wizard
{
	font-size: 30px;
}

h2
{
	font-size: 27px;
	line-height: 33px;
	margin-top: 30px;
}

h3
{
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 29px;
	margin-top: 20px;
}

h4
{
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 22px;
	margin-top: 20px;
	font-weight: bold;
	color: #0190D6;
}

h5
{
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 18px;
	margin-top: 20px;
	font-weight: bold;
	color: #0190D6;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select
{
	font-size: 15px;
	padding: 8px;
}

#---------------------------------------
{
}

#header
{
	height:inherit;
	padding: 10px;
}

#header .searchBox,
#header .socialBox
{
	position:inherit;
	top: inherit;
	left: inherit;
	bottom: inherit;
	right: inherit;
}

#header .logo
{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	top: -5px;
	left: auto;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	width:180px;
	height: 90px;
}

#header .searchBox
{
	width: auto;
	height: 40px;
}

#header .searchBox #search
{
	width: 210px;
	padding: 2px;
}

#header .weather
{
	display: none;
}

#header .socialBox
{
	position:relative;
	left: auto;
	right: auto;
	text-align: center;
	margin-top: 10px;
}

#header .socialBox a
{
	display: inline-block;
	vertical-align:middle;
	float: none;
	margin-right: 1px;
}

#header .socialBox #langButton
{
	display: none;
}

#header .socialBox .mobile
{
	display: inline-block;
}

#---------------------------------------
{
}

#nav .menu
{
	text-align: center;
	padding: 0;
}

#nav .menu.title li,
#nav .menu.sub li
{
	display: block;
}

#nav #topMenu:not(.title) li
{
	display: none;
}

#nav #topMenu li.active,
#nav #topMenu li.focus,
#nav #topMenu li.back
{
	display: block;
}

#nav .menu li
{
	display: block;
	border-bottom:1px solid #111;
}

#nav .menu li a
{
	font-size: 18px;
	display: block;
	padding: 10px;
}

#nav .menu li.back a:hover
{
	background-color:transparent;
	color:#FFF;
}

#nav .menu li a:hover
{
	background-color:inherit;
	color:#FFF;
}

#nav .menu li.home a
{
	width: 100%;
}

#nav #subMenu
{
	display: block;
}

#nav #subMenu li
{
	border-bottom:0 none;
}

#nav #subMenu li a
{
	font-size: 15px;
	font-weight: normal;
	background-color:#2D2D2D;
	border-bottom:1px solid #111;
	padding: 10px;
}

#nav #subMenu li a:hover
{
	background-color:#2D2D2D;
	color:#FFF;
}

#nav #subMenu li:last-child a
{
	border-bottom:0 none;
}

#nav #subMenu li a.active,
#nav #subMenu li a.focus,
#nav #subMenu li a.active:hover,
#nav #subMenu li a.focus:hover
{
	background-color:#555;
}

#nav #subMenu li.level2 a,
#nav #subMenu li.level2 a:hover
{
	font-size: 12px;
	font-weight:normal;
	background-color:#000;
	border-bottom:1px solid #222;
}

#nav #subMenu li.level2 a.active,
#nav #subMenu li.level2 a.focus
{
	background-color:#000;
	color:#E30613;
	font-weight:bold;
}

#---------------------------------------
{
}

.newsBar .newsBox
{
	float: none;
	width: auto;
}

.newsBar
{
	padding-bottom: 15px;
}

.newsBar .news:nth-child(2) 
{
    display: block;
}

.newsBar .h2Left,
.newsBar .h2Right,
.newsBar .h2Blog
{
	display: block;
	position:relative;
	top:auto;
	left: inherit;
	color:#888;
	font-size: 15px;
	padding: 15px;
}

.newsBar .news
{
	width: auto;
	margin: 0;
	padding:15px;
	float: none;
	text-align: center;
}

.newsBar .news .photo
{
	width: auto;
	height: 140px;
	float: none;
	margin-bottom: 10px;
	margin-right: 10px;
}

.newsBar .news p.annotation
{
	height: auto;
	overflow: auto;
}

.newsBar .banner.side
{
	display: none;
}

.newsBar .newsfeed
{
	background-color: #2D2D2D;
}

.newsBar .newsfeed .description
{
	padding: 0;
	border: 0 none;
	height: auto;
	background-image: none;
	background-color: transparent;
}

.newsBar .h2Newsfeed
{
	display: none;
}

#---------------------------------------
{
}

.news h3
{
	font-size: 20px;
	line-height: 23px;
	height: auto;
}

.news p.annotation
{
	font-size: inherit;
	height: auto;
	line-height: 20px;
}

.news .button
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#---------------------------------------
{
}

#pageTitle .banner.top
{
	height: 320px;
	background-size:cover;
}

#pageTitle .banner.top .label
{
	display: none;
}

#pageContent .banner.top
{
	display: none;
}

#pageContent #content .navPath a
{
	font-size: 11px;
	display: inline-block;
	margin-bottom: 8px;
}

#---------------------------------------
{
}

#bannerTitle #quickMenu
{
	position: relative;
	top: 50px;
	right: 0;
	left: auto;
	width: auto;
}

#popupBanner #popupBannerBox,
#popupBanner #popupBannerBox img
{
	width: 100%;
	height: auto;
}

#popupBanner #popupBannerBox
{
	padding-left: 15px;
	padding-right: 15px;
}

#popupBanner #popupBannerBox #bannerClose
{
	right: 0px;
}


#pageContent #sidebar .menu.side
{
	margin: 15px;
}

#pageContent #sidebar .news:nth-child(2)
{
	display: none;
}

#pageContent #sidebar .menu.side,
#pageContent #sidebar .label
{
	display: none;
}

#pageContent.eshop .cartBox
{
	display: none;
}

#pageContent.eshop .cartBox.mobile
{
	display: inherit;
}

#productDetail .cartAddBox .buy
{
	font-size: 17px;
	padding: 8px 15px;
}

#pageContent.eshop .cartBox
{
	font-size: 14px;
}

#pageContent.eshop .cartBox a.buttonCart
{
	font-size: 17px;
}

.product
{
	height: auto;
}

.product h3
{
	font-size: 16px;
	line-height: 20px;
	height:60px
}

.product .description
{
	font-size: 13px;
	height: 50px;
}

.product .photo
{
	width:100%;
	height: 195px;
	float: inherit;
	background-size:cover;
}

.product .priceBar
{
	height: 40px;
}

.product .priceBar .price
{
	font-size: 16px;
	top: 13px;
}

.productCategory
{
	height: auto;
}

.content
{
	font-size: 15px;
	line-height: 20px;
}

.content table.tableCart
{
	margin-bottom: 10px;
	margin-top: 0;
	border-top:0 none;
	font-size: 14px;
}

.content table.tableCart th
{
	display: none;
}

.content table.tableCart tr
{
	border-bottom:2px solid #E30613;
}

.content table.tableCart tr:not(.item) td
{
	background-color:#EAEAEA;
	min-width: 50%;
	display:table-cell;
	padding: 10px;
}

.content table.tableCart tr,
.content table.tableCart td
{
	display: block;
	width: 100%;
}

.content table.tableCart tr td
{
	padding: 6px;
}

.content table.tableCart tr > td:last-child
{
	border-bottom:0 none;
}

.content table.tableCart tr td.textLeft
{
	text-align: center;
}

.content table.tableOrder tr,
.content table.tableOrder td
{
	width: 100%;
	display: block;
}

.content .photo.large,
.article .photo
{
	width: 100%;
	height:200px;
	background-position:center center;
	background-size:cover;
}

.content #shareFb
{
	margin-top: 10px;
}

#content .pad40,
#content .pad30
{
	padding: 15px;
}

.galleries .article
{
	display: block;
	height: auto;
	width: 100%;
	padding: 0px;
}

.galleries .article .photo
{
	max-height:120px;
}


#---------------------------------------
{
}

.footerBar
{
	padding-top: 15px;
}

.footerBar .events
{
	width: auto;
	height: auto;
	float: none;
	font-size:12px;
}

.footerBar .events .tableEvents
{
	width: 100%;
}

.footerBar .events .tableEvents tr td
{
	max-width:none;
	white-space: normal;
}

.footerBar .events .tableEvents tr td:nth-child(1)
{
	
}

.footerBar .events .tableEvents tr td:nth-child(2)
{
	
}

.footerBar .events .tableEvents tr td:nth-child(3)
{
	overflow:hidden;
}

.footerBar .newsfeed
{
	float: inherit;
	width: auto;
	height: auto;
}

#---------------------------------------
{
}

#partners
{
	padding: 0px;
}

#partners .label
{
	margin-top: 20px;
}

#partners .label:nth-child(2)
{
	margin-top: 0;
}

#partners .box
{
	padding: 0px;
	padding-bottom: 10px;
	background-color: transparent;
	text-align: center;
}

#partners .box img
{
	width:30%;
	margin: 2px;
}

#---------------------------------------
{
}

#footer
{
	padding: 15px;
}

#footer .copyright,
#footer .address
{
	float: none;
	text-align: center;
	border-left: 0 none;
}

#---------------------------------------
{
}

.banner.side
{
	width: auto;
	float: none;
	background-size:contain;
	background-color:inherit;
	margin-bottom: 15px;
}

.colorBar .gray,
.colorBar .red,
.colorBar .blue
{
	height:8px;
	width: 33.333%;
}

.bkgWinterLeft,
.bkgWinterLeft .bkgWinterRight
{
	background-size:100px;
}


#---------------------------------------
{
}

ul.tabs
{
	overflow:auto;
	white-space: nowrap;
}

.paginator span
{
	font-size: 13px;
	margin-right: 10px;
}

.paginator a
{
	font-size: 13px;
	padding:8px 12px;
}

.button,
.buttonbig,
p.buttonbig a
{
	font-size: 17px;
	line-height: 19px;
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px;
	margin-bottom: 5px;
}

a.buttonbig,
p.buttonbig a
{
	font-size: 19px;
	line-height: 23px;
}

.button.small
{
	font-size: 13px;
}

.button.left,
.button.right
{
	float: none;
}

.fs20
{
	font-size: 25px;
}

.message2
{
	font-size: inherit;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.nomobile
{
	display: none;
}

#---------------------------------------
{
}
}
