/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}

ol{
	color:  #454545;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.429;
}


a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

@include 'font/AI.css';

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	border-top: 17px #353535 solid;
	background: #eeeeee;
}

#titdesc{
	float: left;
	margin-top: -20px;
	margin-left: 140px;
}

#titdesc h1,
#titdesc h2{
	font-style: italic;
	margin: 0;
	font-weight: 400;
}

#titdesc h1{
	color:  #2a2a2a;
	font-size: 30px;
	line-height: 1.067;
}

#titdesc h2{
	color:  #888;
	font-size: 24px;
	line-height: 1.333;
}

.contact{
	text-align: right;
}

.contact a{
	font-family: Arial;
	color: #005aaa;
	font-style: italic;
	
}

.contact a.mail{
	font-size: 14px;
	line-height: 2.143;
}

.contact a.tel{
	font-size: 24px;
	line-height: 1.25;
}

#logo{
	float: right;
	margin-top: -40px;
}
/* topimg */
#topimg {
	margin-top: -200px;
}
#topimg .img{
	background: url(img/obraz.jpg);
	width: 960px;
	height: 303px;
}
#topimg h1,
#topimg h2{
	font-weight: 400;
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 40px;
	padding: 10px 30px;
}
#topimg h1{
	color:  #ffffff;
	font-size: 30px;
	line-height: 0.667;
	background-color: rgba(0, 0, 0, 0.6);
	top: 72px;
}
#topimg h2{
	color:  #005aaa;
	font-size: 24px;
	line-height: 0.833;
	background-color: rgba(255, 255, 255, 0.81);
	top: 131px;

}
/* main */
main .left,
main .right{
	float: left;
}

main .left{
	width: 20%;
}

main .right{
	padding: 30px;
	width: 80%;
	padding-left: 80px;
	padding-right: 0;
}

main p{
	color:  #454545;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.429;
}

main img.postimg{
	float: right;
	margin: 25px;
	margin-right: 0;
	margin-top: 0;
}

/* sidebar */
#sidebar{
	list-style: none;
	padding: 0;
	font-size: 18px;
	font-style: italic;
	line-height: 1.667;
	border-right: 2px #dadada solid;
	text-align: right;
}

#sidebar li:first-child{
	padding-top: 20px;
}

#sidebar li:last-child{
	padding-bottom: 20px;
}

#sidebar li{
	padding-right: 22px;
}

#sidebar li a{
	color: #005bab;
}

#sidebar li a:hover{
	color: #0096db;
}

#sidebar li:hover:after{
	content: "";
	width: 13px;
	height: 23px;
	display: inline-block;
	border-top: 13px solid transparent;
	border-right: 13px solid #dadada;
	border-bottom: 13px solid transparent;
	position: absolute;
	margin-left: 9px;
	margin-top: 3px;
}

/* slogan */
#slogan{
	font-family: "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;
	color:  #454545;
	font-size: 24px;
	font-style: italic;
	line-height: 1.25;
	background-color:  #eeeeee;
	text-align: center;
	padding: 10px 0;

}


#slogan span{
	color:  #005aaa;
}
/* about */
#about{
	padding: 20px 0;
}
#about .left,
#about .right{
	width: 50%;
	float: left;
}

#about .left{
	text-align: right;
	border-right: 2px #005aaa solid;
	padding-right: 80px;
}

#about .right{
	margin-left: -2px;
	text-align: left;
	padding-left: 80px;
	border-left: 2px #005aaa solid;
}

#about h1,
main h1{
	font-family: "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;
	color:  #454545;
	font-size: 24px;
	font-style: italic;
	line-height: 1.25;
	font-weight: 400;
}
#about h1 span,
main h1 span{
	color:  #005aaa;
}
#about p,
#about ul{
	color:  #454545;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.429;
}

#about ul{
	padding: 0;
	list-style: none;
}

#about li:before{
	content: "\25CF  ";
	color: #005aaa;
	font-size: 17px;
}

/* wycen */
#wycen{
	background: #eeeeee;
	text-align: center;
	padding: 25px 0;
}

#wycen .button{
	font-family: "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;
	display: inline-block;
	background-color: #919191;
	color:  #ffffff;
	font-size: 24px;
	font-style: italic;
	line-height: 1.25;
	padding: 15px 50px;
	cursor: pointer;
}
#wycen .symbol{
	font-size: 36px;
	line-height: 0.6;
	color: #dadada;
	cursor: default;
}

/* footer */
.footer {
	background: #353535;
	padding-bottom: 20px;
}

.footer .copyright{
	background: #202020;
	color:  #787878;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.143;
	text-align: center;
}

.footer .copyright a{
	color:  #787878;
}

.footer .copyright span{
	display: inline-block;
	width: 48%;
	padding: 0 20px;
	text-align: left;

}

.footer .copyright span:last-child{
	text-align: right;
}

.footer table{
	width: 100%;
}

.footer table td{
	width: 33.33%;
	vertical-align: top;
	padding-top: 20px;
}

.footer table td:nth-of-type(3){
	text-align: center;
}

.footer table h1{
	color: #787878;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.143;
}

.footer table p{
	font-size: 14px;
}

.footer table p,
.footer table a{
	color:  #cccccc;
	font-weight: 400;
}

.footer .contact{
	text-align: left;
}

/*------------------------------------*\
    KONTAkT
\*------------------------------------*/

#kontakt label.radio:after{
    content:' ';
    display:block;
}

#kontakt label.bradio{
    margin-top: 10px;
    display: block;
}

#kontakt input[type='text'],
#kontakt input[type='tel'],
#kontakt input[type='email'],
#kontakt textarea,
#kontakt label:not(.radio):not(.bradio){
    display: inline-block;
    width: 30%;
    height: 2em;
}

#kontakt input[type='radio']{
margin: 5px;
margin-left: 20px;
}

#kontakt textarea{
    height: 3em !important;
}

#kontakt label.textarea{
    line-height: 3em;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:1177px) {
	#logo{
		margin-right: -100px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
