
/*
CSS Structure
CSS Grid by cssgrid.co
-------------------------------------------------------------
01. Normalise
02. Fonts
03. Header + Menu + Footer
04. Website Styles
05. Mobile, below 767 width
-------------------------------------------------------------
*/

/* 01. Normalise */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
body {
	width:100%;
	margin:0 auto;
	font-family: Courier New, Courier, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#595959;
	background-color:#fff;
	line-height:1.3;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing:border-box;
}
html {
	margin:0 auto;
	overflow-x:hidden;
}

/* 03. Header + Menu + Footer */

.header1 {
	position: relative;
	max-width:1024px;
	margin:0 auto;
}
.header1-pozadi {
	margin: 0px 0px 0px 0px;
}

.logo-top {
	position: relative;
	z-index: 100;
	float: left;
	margin-top:40px;
	margin-left:40px;
}

img.logo-cisarova {
	max-width:250px;
	height:auto;
}


/* 04. Website Styles */
/* Animation timing for sliding mobile nav, 0.5 secs */
.wrapper, a, a img, .logo {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
a {
	text-decoration:underline;
	outline:0;
	color:#493830;
}
a:hover {
	color:#000000;
}
strong {
	font-family: Courier New, Courier, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
img,
img a {
	font-size:14px;
	color:#999;
	border:0;
	margin:0;
	padding:0;
	/*width:100%;*/
	height:auto;
}
.wrapper {
	padding-top:40px;
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
}
.wrapper-padding {
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
}
.max-width {
	max-width:1024px;
	margin:0 auto;
}
.okraj {
	BORDER-LEFT: #E2E2E2 1px solid;
	BORDER-RIGHT: #E2E2E2 1px solid;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
}
.logo-autofive-obal {
	padding:10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
}
img.logo-autofive {
	max-width:230px;
	height:auto;
}
img.bosch-pylon {
	width:239px;
	height:auto;
}
.ikonky
{
	margin: 0px 0px 0px 0px;
	width:100%;
	height:auto;
}
.ikonka1_obal
{
	display:inline-block;
	float:left;
	max-width:66px;
	height:auto;
	margin: 12px 0px 0px 8px;
}
.ikonka1_obal p
{
	font-size:11px;
	color:#003B6A;
	text-align: center;
	line-height:1;
}
.ikonka1_obal a
{
	font-size:11px;
	color:#003B6A;
	text-decoration: none;
}

.ikonka1_obal img, img a
{
	width:100%;
}

.ikonka1_obal a:hover
{
	text-decoration: underline;
}
.ikonka1
{
	padding:3px;
	background-image:url(../images/ikony-sluzeb/ikonka_pozadi.png);
	background-repeat:no-repeat;
}
.ikonka1:hover
{
	background-image:url(../images/ikony-sluzeb/ikonka_pozadi_seda.png);
}


.center {
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Courier New, Courier, sans-serif;
	PADDING: 0px;
	MARGIN: 0px;
}
h1 {
	font-weight:normal;
	font-size:30px;
	padding-bottom:10px;
	padding-top:20px;
	color:#737477;
	/*DISPLAY: none;*/
}
h2 {
	font-weight:normal;
	font-size:26px;
	padding-bottom:10px;
	padding-top:20px;
	color:#737477;
	/*DISPLAY: none;*/
}
h3 {
	font-weight:normal;
	font-size:20px;	
	padding-top:20px;
	padding-bottom:20px;
	color:#737477;
}

h4 {
	font-weight:normal;
	font-size:18px;	
	padding-top:10px;
	padding-bottom:10px;
	color:#737477;
}

p {
	font-family: Courier New, Courier, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	PADDING: 5px 0px 5px 0px;
	MARGIN: 0px;
	TEXT-ALIGN: justify;
}

.list-news
{
	*zoom:1
}
.list-news:before,.list-news:after
{
	content:"";
	display:table
}
.list-news:after
{
	clear:both
}
.list-news .item
{
	display:inline-block;
	float:left;
	width:250px;
	vertical-align:top;
	box-sizing:border-box;
	padding:10px;
	color:#595959;
}

/*
.list-news .item img
{
	width:100%;
	height:auto;
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	-webkit-transition:.5s;
	transition:.5s
}
.list-news .item img:hover
{
	-webkit-filter:grayscale(0);
	filter:grayscale(0)
}
*/

.list-news .item .box-image
{
	overflow:hidden
}
.list-news .item .box-image img
{
	width:100%;
	overflow:hidden;
	-webkit-transition:all .5s;
	transition:all .5s
}
.list-news .item .box-image:hover img
{
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2)
}

.list-news .item a
{
text-decoration: none;
}
.list-news .item .text
{
	padding:0 5px;
}
.list-news .item .inner
{
	background-color:#fff;
	box-sizing:border-box;
	padding:10px
}
.list-news .item h3
{
	font-size:18px;
	font-style:normal
}

.pravy
{
	display:inline-block;
	float:left;
	width:33.33333333%;
	min-width:215px;
	vertical-align:top;
	box-sizing:border-box;
	padding:10px 0px 10px 10px;
	margin:10px 5px 10px 5px;
	font-size:13px;
	BORDER: #E2E2E2 1px solid;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 84%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(84%, rgba(247,247,247,1)), color-stop(100%, rgba(240,240,240,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 84%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 84%, rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 84%, rgba(240,240,240,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 84%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
}
.pravy h3
{
	padding-top:0px;
	padding-bottom:10px;
}

.avatar
{
	border-radius:300px;
	overflow:hidden;
	border:15px solid rgba(255,255,255,0.15);
	box-sizing:border-box
}

/* Footer */
.footer {
	font-size:14px;
	line-height:22px;
	background-color:#f2f3f3;
	padding-top:60px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:60px;
	margin-top:30px;
}


/* 05. Mobile, below 767 width */
@media screen and (min-width: 0px) and (max-width: 767px) {

.wrapper {
	opacity:1;
}
.wrapper-push {
	opacity:0.2;
}
.wrapper-padding {
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
}
h1 {
	font-size:26px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:18px;
}

.slogan-bcs {
	top:44px;
	left:170px;
	font-size:16px;
}

}
