/**** 768 - 1023 / tablet **********************************************************/
@media (max-width:1023px) {

/**** layout **********************************************************/
.content-width {
	width:96%;
}
.no-tablet {
	display:none;
}
.t-center-tablet {
	text-align:center!important;
}
a.to-home {
	width:180px;
	position:static;
	display:block;
	margin:60px auto 0 auto;
}


/*** topbar ***/
.topbar-in {
	padding:3px 0 10px 0;
	flex-wrap:wrap;
	justify-content:space-between;
}
.topbar a {
	width:48%;
	margin:7px 0 0 0;
}
.topbar img {
	width:22px;
	height:22px;
	margin:0 10px 0 0;
}



h1, .h1 {
	margin:0 0 25px 0;
	padding:0 0 0 80px;
	font-size:26px;
	background:url(../img/icons/arr_right_black.png) no-repeat 0 10px;
	background-size:65px auto;
}

ul.def li:before, .perex:before {
	left:-22px;
}

div.page {
	padding:40px 0 40px 0;
}
div.page-in {
	padding:0 0 0 80px;
}

.slider-cat {
	font-size:32px;
}
.slider-cat img {
	width:65px;
}



/*** menu ***/
div.menubar ul li a {
	font-size:17px;
	padding:15px 20px 15px 20px;
}
div.menubar ul li a img {
	margin:0 auto 10px auto;
	height:18px;
}

div.login {
	font-size:16px;
}
div.login img {
	height:18px;
}





/*** boxrow ***/
.boxrow > * {
	padding:5px 5px 5px 5px;
	border-right:0;
	border-left:1px solid #BDBDBD;	
}
.boxrow > *:first-child {
	padding-left:5px;
}
.boxrow > *:last-child {
	border-left:1px solid #BDBDBD;
}




/*** kurzy ***/
.kurzy .item {
	width:100%;
	margin:0 0 10px 0;
}
.kurzy .item:nth-child(odd) {
	margin-right:0;
}



/*** foot ***/
div.foot-in {
	padding:20px 0 20px 0;
} 
div.foot-in img {
	width:140px;
}
div.foot-in .copy {
	text-align:right;
	font-size:12px;
	line-height:1.5em;
}



table.wider td, table.wider th {
	padding-left:10px;
	padding-right:10px;
}




}