*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* CSS Document */
body {
	margin:0px;
	background:url("../images/background1.gif") #F9FFFF;
	background-repeat:repeat-x;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#151515;
	height:100%
}
a{ color: #60C2D7; text-decoration:none;} a:hover{ color:#000;} 
.greenlnk a{color: #69CE96; text-decoration:underline;} .greenlnk a:hover{color:#000}
select {float:right; background-color: #FFF; border: 1px solid #7F9DB9; color: #000; width:200px; height: 20px; margin: 0px; padding: 1px 1px 1px 1px;}

img.productimage { float: right; margin: 0 10px; }

hr {color:#2C2C2C;border:none;  border-top:dotted 1px #86817F; height:1px}

div#header{
	background: #f5f5f5;
	padding: 10px;
	border-bottom: 3px solid #ccc;
}

div#header .container {
    display: flex;
    align-items: center;
}

div#header #logo{
    width: 100%;
}
div#header #logo img{
    height: 70px;
}
div#header .header-info{
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #151515;
}

/*Menu ------------------------------------------------------------*/
.container{
	max-width: 1170px;
	padding: 0 20px;
	margin: auto;
}
.m-0{
	margin: 0;
}
.m-t-5{
	margin-top: 5px;
}
.m-t-10{
	margin-top: 10px;
}
.m-t-15{
	margin-top: 15px;
}
.m-t-20{
	margin-top: 20px;
}
.m-t-30{
	margin-top: 30px;
}
.m-t-40{
	margin-top: 40px;
}

.m-r-5{
	margin-right: 5px;
}
.m-r-10{
	margin-right: 10px;
}
.m-r-15{
	margin-right: 15px;
}
.m-r-20{
	margin-right: 20px;
}
.m-r-30{
	margin-right: 30px;
}
.m-r-40{
	margin-right: 40px;
}

.m-l-5{
	margin-left: 5px;
}
.m-l-10{
	margin-left: 10px;
}
.m-l-15{
	margin-left: 15px;
}
.m-l-20{
	margin-left: 20px;
}
.m-l-30{
	margin-left: 30px;
}
.m-l-40{
	margin-left: 40px;
}

.m-b-5{
	margin-bottom: 5px;
}
.m-b-10{
	margin-bottom: 10px;
}
.m-b-15{
	margin-bottom: 15px;
}
.m-b-20{
	margin-bottom: 20px;
}
.m-b-30{
	margin-bottom: 30px;
}
.m-b-40{
	margin-bottom: 40px;
}

.p-0{
	padding: 0;
}
.p-t-5{
	padding-top: 5px;
}
.p-t-10{
	padding-top: 10px;
}
.p-t-15{
	padding-top: 15px;
}
.p-t-20{
	padding-top: 20px;
}
.p-t-30{
	padding-top: 30px;
}
.p-t-40{
	padding-top: 40px;
}

.p-b-5{
	padding-bottom: 5px;
}
.p-b-10{
	padding-bottom: 10px;
}
.p-b-15{
	padding-bottom: 15px;
}
.p-b-20{
	padding-bottom: 20px;
}
.p-b-30{
	padding-bottom: 30px;
}
.p-b-40{
	padding-bottom: 40px;
}

.w-full{width: 100%;}
.w-half{width: 50%;}

.d-flex{display: flex;}
.align-item-center{align-items: center;}
.justify-content-center{justify-content: center;}

.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}

.f-12{font-size: 12px;}
.f-13{font-size: 13px;}
.f-14{font-size: 14px;}
.f-15{font-size: 15px;}
.f-16{font-size: 16px;}
.f-18{font-size: 18px;}
.f-20{font-size: 20px;}
.f-24{font-size: 24px;}
.f-28{font-size: 28px;}
.f-30{font-size: 30px;}

.text-dark{color: #151515 !important;}

#navigace {
	margin-right:auto;
	margin-left:auto;
	width:868px;
	height:17px;
	padding:8px 0px 8px 0px;
	/*background: red;*/
	}
#navigace a {
  width: 400px; min-width:200px;
  font-size:12px; font-weight:bold;  
  color:#FFF;
	text-decoration:none;
	padding: 7px 14px 10px 20px;
	background-image:url("../images/menu-bg.gif");
	background-repeat:no-repeat;
	}
	
#navigace a:hover {
	background-image:url("../images/menu-bg2.gif");
	color:#000;
	}

/*Menu END------------------------------------------------------------*/
.home-page #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.home-page #footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-page #board {
	display: flex;
    width: 100%;
    height: 100vh;
    padding: 100px 20px 70px;
    align-items: center;
    justify-content: center;
    background-image:url("../images/banner-img-home.jpg");
}

.home-page #board > div{
	width: 100%;
}

.home-page #board .contact-info {
    margin: 0 auto !important;
    max-width: 340px;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.home-page #board .contact-info > div{
	width: 100%;
}

.home-page .block-nav {
    display: flex;
    justify-content: center;
    padding: 70px 0 0;
    max-width: 992px;
    margin: auto;
}

#board {
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-bottom: 1px solid #ccc;
	background-image:url("../images/banner-img.jpg");
	background-size: cover;
	background-position: center;
}

#board .contact-info{
	background: rgba(0,0,0,0.6);
    padding: 20px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-size: 18px;
    color: #fff;
    margin-right: 105px;
    line-height: 1.4;
    min-width: 280px;
    height: 100%;
    display: flex;
    align-items: center;
}

#repairrates	
{
	margin:0px auto auto auto;
	background-color:#FFFFFF;
	height: 25px;
	width: 414px;
	padding: 1px;
	text-align: left;
	float: left;
	}

a #repairrates	{
	color: #006600;
	font-weight: bold;
}

/*///////**/

.title h2 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.4;
}

#main {
    line-height: 1.4;
    background-color: #fff;
    margin: 0px auto auto auto;
    padding: 40px 0;
    width: 100%; 
    height: auto;
    max-width: 1170px;
    display: flex;
}

.dotshift {margin:0 0 0 18px}

#main-left {
    width: 70%;
    height: auto;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f5f5f5;
}
div#main-right {
    width: 30%;
    padding: 0 20px;
}
ul.submenu {
    margin: 0;
}

#main-right .submenu li{
	list-style-type: none;
}
#main-right .submenu li a {
	text-align: center;
    background: #e74c3c;
    color: #fff;
    padding: 15px;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    transition: 0.4s;
}
#main-right .submenu li a:hover {
	background: #c0392b;
}

image {
 border: 2px;
}

#links {
  /*border:1px solid red;*/
  margin:10px 0 0 18px;
  float:left;
  display:inline;
  background-image:url('../images/linksbg.gif');
  background-repeat:repeat;
  width:250px;
  height:auto;}
  
  #linksshort {
  /*border:1px solid red;*/
  margin:10px 0 0 18px;
  float:left;
  display:inline;
  background-image:url('../images/linksbg.gif');
  background-repeat:repeat;
  width:150px;
  height:auto;}

.obr {
  padding:2px;
  margin: 1px 0 0 0;
  border:solid 1px #EEECE8
	}
/*.obr img{
	border:solid 1px #454545;
	margin:0px;
	padding:0px}
*/	

.innerleft {
  /*border:1px solid red;*/
	padding:0;
	margin:0px 9px 0px 0px;
	width:590px;
	height:auto;
	float:left;
	display:inline;
	text-align:justify;

}
.column-last  {
  /*border:1px solid red;*/
	padding:0;
	margin:0px 9px 0px 0px;
	width:170px;
	height:auto;
	float:left;
	display:inline;
	text-align:justify;
	clear: none;
	font-family: Ms Sans Serif, Arial;
	color: #003399;
	font-weight:bold;
}
.column1 a  {
  text-decoration: underline;
}
.column10{
  /*border:1px solid red;*/
	padding:0;
	margin:8px 3px 12px 0px;
	width:600px;
	height:auto;
	float:left;
	display:inline;
	text-align:justify;
}
.column10 a  {
  text-decoration: none;
}
.column2 {
  /*border:1px solid red;*/
	padding:0;
	margin:0px 9px 0px 0px;
	width:190px;
	height:auto;
	float:left;
	display:inline;
	text-align:justify;
}
.columninner {
  /*border:1px solid red;*/
	padding:0;
	margin:0px 9px 0px 0px;
	width:185px;
	height:auto;
	float:left;
	display:inline;
	text-align:justify;
	padding-bottom: 8px;
}
.columninner1 {
  /*border:1px solid red;*/
	padding:0;
	margin:0px 9px 0px 0px;
	width:220px;
	height:auto;
	float:left;
	display:inline;
	text-align:justify;
}
.column2 a  {
  text-decoration: underline;
}

.column-last {
	background:#000;
	border-left:dotted 0px #969696;
	width:240px;
	text-align:justify;
	height:auto;
	}
	/*menu-right**************************/	

		#main-right li.stat {
			font-size:1.5em; font-weight:400; letter-spacing:-0.04em; color:#FFF;padding-left:16px; margin:4px 0px 0px 0px
			}
/*////////////////  */	
	#links a{padding-left:15px; color:#666666; padding: 4px 0 0 15px; margin: 0px 0px 0px 0px; font-weight:300; 
        display:block; height: 15px;}
	#links a:hover{background-color: #999999;display:block; color:#FFF}
		
				#links ul.leftmenu {
			float:left;
			list-style: none;
			padding: 0px;
			margin: 0px 0px 0px 0px;
			width: 250px;

			/*border:solid 1px red;*/
		}
		#leftmenu li {
			font-size:1.5em; font-weight:400; letter-spacing:-0.04em; color:#FFF;padding-left:16px; margin:4px 0px 0px 0px
			}
  #links li.stat {
			font-size:1.5em; font-weight:400; letter-spacing:-0.04em; color:#FFF;padding-left:16px; margin:4px 0px 0px 0px
			}
			#linksshort a{padding-left:15px; color:#666666; padding: 4px 0 0 15px; margin: 0px 0px 0px 0px; font-weight:300; 
        display:block; height: 15px;}
	#linksshort a:hover{background-color: #999999;display:block; color:#FFF}
		
				#linksshort ul.leftmenu {
			float:left;
			list-style: none;
			padding: 0px;
			margin: 0px 0px 0px 0px;
			width: 150px;

			/*border:solid 1px red;*/
		}

 #linksshort li.stat {
			font-size:1.5em; font-weight:400; letter-spacing:-0.04em; color:#FFF;padding-left:16px; margin:4px 0px 0px 0px
			}
			
			
			
			
			
			
			
	.main-right h1 {
		color:#FFF; margin:10px 10px 2px 15px}		
	.main-right hr {
		color:#FFF;}	

.text{width:100%; color:#cccccc; padding:10px 10px 10px 0}


element.style {
}
#footer {
    font-size: 13px;
    text-align: center;
    margin: 0px auto auto auto;
    padding: 22px 20px 20px;
    width: auto;
    height: auto;
    background-color: #333;
    border-top: 3px solid #999;
    color: #ddd;
}
#footer img{border:none}

	
	
	#imagechat{border:none}
	



 .cleaner {clear:both; padding: 6px;}


.style1 {	color: #006600;
	font-weight: bold;
}
.style2 {font-size: 12px}
#small
{
	width:250px;
	height:auto;
	float: left;
	color:#003399;
	font-weight:normal;
}
.style3 {font-size: 12px}
#p01
{
	width:270px;
	height:auto;
	float:left;
	color:#003399;
	font-weight:bold;
}
.style4 {font-size: 12px}
#p02
{
	width:380px;
	height:auto;
	float:left;
	color:#003399;
	font-weight:bold;
}
.style5 {font-size: 12px}
#p03
{
	width:180px;
	height:auto;
	float:left;
	color:#003399;
	font-weight:bold;
}
#image
{
	width:auto;
	height:auto;
	float:none;
	clear:both;
	padding-top: 2px;
	padding-left: 135px;
	padding-bottom: 10px;
	
}

img{
	border:0px}

#indexdiv{
	width:auto;
	height:auto;
	padding:5px;
}


.column1 {
	padding-right:30px;
	margin:0px 9px 0px 0px;
	width:240px;
	height:auto;
	float:left;
	display:inline;
	text-align:justify;
	clear: none;
	font-family: "Ms Sans Serif", Arial;
	color: #003399;
	font-weight: 350;
 } 
 
#columninnertitle {
	color: #006600;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 14px;
	padding-top: 12px;
 } 
 
#copyright{
	width:868px; 
	margin-left:auto; 
	margin-right:auto; 
	height:auto}
/*--------- new ------*/
.toplink01:link,.toplink01:visited,.toplink01:active
{
font-family:vardana,Arial;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none
}
.toplink01:hover
{
font-family:vardana,Arial;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:underline
}

/*** style :: 03-02-2019 ***/
.Form h2 {
    color: #222;
    font-size: 16px;
    margin: 0 0 5px;
}
.Form .Variable{
	margin: 0 0 15px;
    position: relative;
    display: block;
}
.Form .Variable > label {
    display: block;
    float: none;
    color: #666666;
    width: 100%;
    padding: 0;
    cursor: text;
    margin: 0 0 5px;
    padding: 0;
}
.Form .Variable input, .Form .Variable textarea, .Form .Variable select {
    border: solid 1px #ccc;
    padding: 10px 12px;
    display: block;
    width: 96%;
    border-radius: 5px;
    background: #f9f9f9;
}
.Form .input-radio-check .Variable > label {
	margin: 0;
}
.Form .input-radio-check .Variable > input {
    width: auto;
    margin: 0 10px 0 0;
}
.Form .input-radio-check .Variable{
    float: none;
    display: flex;
    width: 100px;
    align-items: center;
    margin: 0 10px 5px 0;
    padding: 0;
    width: 100%;
}
.Form .input-radio-check.Rate .Variable{
	flex-wrap: wrap;
}
.Form .Note {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #666;
    font-style: italic;
}

.btn-primary {
    background: #e74c3c;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.4s;
    cursor: pointer;
}

.block-nav{
	display: flex;
	justify-content: center;
    padding: 70px 0;
}

.block-nav a {
    margin-right: 40px;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 400;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.15);
}
.block-nav a:hover {
	color:#fff;
}
.block-nav a:last-child {
    margin-right: 0px;
}

.btn-primary:hover {
    background: #c0392b;
}
.file-system{
	overflow: hidden;
}
.Form .file-system .Variable {
    float: left;
    display: flex;
    width: 46%;
}
/*** style :: 03-02-2019 ***/

@media only screen and (max-width: 767px){
	.home-page #board {
		display: block;
	}
	.home-page #header, .home-page #footer{
		position: static;
	}
	div#header .container {
	    display: block;
	    text-align: center;
	}
	div#header .header-info{
		text-align: center;
	}
	div#header #logo{
		margin-bottom: 10px;
	}
	.block-nav, .home-page .block-nav {
	    display: block;
	}
	.block-nav a{
		display: block;
    	margin: 0 0 20px;
    	width: auto;
	}
	div#header .header-info span {
	    display: block;
	    margin: 0 0 5px;
	}
	div#main {
	    display: block;
	    padding: 15px;
	}
	#main-left{
		width: 100%;
		margin: 0 0 30px;
	}
	div#main-right {
	    width: 100%;
	    padding: 0 20px;
	}
	ul.submenu{
		padding: 0;
	}
	#board{
		justify-content: center;
	}
	#board .contact-info{
		padding: 20px 30px;
	}
	#board .contact-info{
		margin-right: 0;
	}
	.responsive-block{display: block;}
	.g-recaptcha {
	    margin: 0 0 20px;
	    transform: scale(0.92);
	}
}