@import url('http://i.sb2000.cz/sitebuilder/fonts/Pin/stylesheet.css');
@import url('../files/reset.css');

html {
	background: url(../files/city.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {margin:0;
}


h3{
	font-family: "Segoe UI", "Lucida Sans", sans-serif;
	font-size: 30px;
	color: #0454ad;
	margin: 0 0 10px 0;
        font-weight: normal;
}
h4 {margin-top: 0px;}
img {
	border: 0;
}

p {
	margin: 4px 2px;
	line-height: 1.3;
}

#body {
	margin:0;
	padding:0;
	font-family: "Segoe UI", "Lucida Sans", sans-serif;
	font-size: 14px;
        line-height: 1.3;
}

#sleeve{
	width: auto;
}

#headline {
background:#424242;
background-image:linear-gradient(top, #404040 20%, #171717 90%);
background-image:-o-linear-gradient(top, #404040 20%, #171717 90%);
background-image:-moz-linear-gradient(top, #404040 20%, #171717 90%);
background-image:-webkit-linear-gradient(top, #404040 20%, #171717 90%);
background-image:-ms-linear-gradient(top, #404040 20%, #171717 90%);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0.2, #404040), color-stop(0.9, #171717));
}

#header{        
        margin:0 auto;
	width: 1000px;
	margin: auto;
	position: relative;
        padding:0px;
}

#header .header-title{
	color:#ffffff;
	font-family: "Segoe UI", "Lucida Sans", sans-serif;
	font-weight: normal;
	font-size: 45px;
	left: 0px;
	letter-spacing: 0px;
        margin: auto;
        display: inline-block;
        margin-top: 30px;
}

#header .header-subtitle{
	color:#ffffff;
	font-family: "Segoe UI", "Lucida Sans", sans-serif;
	font-weight: normal;
	text-align: right;
	font-size: 20px;
	right: 0px;
	letter-spacing: 0px;
	display: inline-block;
        position: relative;
        margin-left: 300px;
}
.fol {
background: #88C425;
padding: 5px;
font-family: calibri;
font-weight: bold;
}
.tech {
background: #404040;
padding: 5px;
font-family: calibri;

}

#menu {
	background: #0d0d0d;
	border-bottom:4px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 6px;
	-moz-background-clip: padding;     
	-webkit-background-clip: padding;  
	background-clip: padding-box;
}

#menu UL{
	margin: auto;
	width: 1000px;
	height: 30px;
	display:block;
	padding:.5ex .5ex 1px;
	letter-spacing:.1ex;
	list-style-type: none;
}

#menu LI{
	float: left;
}

#menu A{
	padding-right: 16px;
	padding-left: 16px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-family: "Segoe UI", "Lucida Sans", sans-serif;
	font-size: 16px;
	color: #ffffff;
}

#menu A:hover {
	color: #ddeefb;
	text-decoration: underline;
}


#menu A.selected{
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #4c4c4c 66%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(66%,#4c4c4c));
	background: -webkit-linear-gradient(top, #000000 0%,#4c4c4c 66%);
	background: -o-linear-gradient(top, #000000 0%,#4c4c4c 66%);
	background: -ms-linear-gradient(top, #000000 0%,#4c4c4c 66%);
	background: linear-gradient(top, #000000 0%,#4c4c4c 66%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4c4c4c',GradientType=0 );
}

#content{
	margin:0 auto;
	width: 1000px;
       	margin-top: 15px;
}

#content a:link{color:#444;}
#content a:visited{color:#444;}
#content a:hover{color:#47b3fe;}
#content a:focus:hover{color:#47b3fe;}
#content a:active{color:#444;}
#content .box{border-radius:2px;margin:0px;}
#content .box-in{padding:1.5ex;}
#content .box-framed{background:rgba(0, 0, 0, 0.07);}
#content .box-has-caption .box-caption{display:block;}

#content .box-caption{
	border-bottom:1px solid black;
	display:none;
	font-family:"Segoe UI", "Lucida Sans", sans-serif;
	margin:0 0 5px;
}


#content .widget-content{overflow:hidden;}

#content .column  .column-in{
	padding: 5% 4% 10% 4%;
}

#content .columns .column-1{
	width:32%;
	float: right;
	background:transparent;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0;
	color: white;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	
}


#content .columns .column-1 .column-in{
	color: black;
	background: #f1f1f1;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
#content .columns .column-2{
	width:66%;
	float: left;
	background: #fcfdf7;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);

	
}
#content .columns .cleaner{clear:both;}


}
/* CSS pro Widget Kontakty*/
#body #content .widget-content .vcard dd {margin-left: 0;}
#body #content .widget-content .vcard dd.fn.org {font-weight: bolder;}
#body #content .widget-content .vcard dd.adr .extended-address {font-weight: bolder;}
#body #content .widget-content .vcard dd.fn.org {font-size:x-large;line-height: 30px;}
#body #content .widget-content .vcard dd.fn.org,
#body #content .widget-content .vcard dd.adr, 
#body #content .widget-content .vcard dd.fn.org,
#body #content .widget-content .vcard dd.note.x-other {margin-left: 0;}
#body #content .widget-content .vcard dl {margin-bottom: 1ex; margin-left:0}
#body #content .widget-content .vcard dl.for-email,
#body #content .widget-content .vcard dl.for-note.for-x-vat, 
#body #content .widget-content .vcard dl.for-url {margin-top: 0;}
#body #content .widget-content .vcard dl.for-email, 
#body #content .widget-content .vcard dl.for-note.for-x-uid, 
#body #content .widget-content .vcard dl.for-tel,
#body #content .widget-content .vcard dl.for-url {margin-bottom: 0;}
#body #content .widget-content .vcard dl.for-adr dt,
#body #content .widget-content .vcard dl.for-fn.for-org dt,
#body #content .widget-content .vcard dl.for-note.for-x-other dt {display: none;}
#body #content .widget-content .vcard dt {clear: left; float: left; font-weight: bolder; padding-right: .3em;}

.widget-image IMG {
	margin: 2px;
        margin-left: auto;
        margin-right: auto;
	display: block;
       box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.widget-gallery-item {
         width:92px !important; height:70px !important;
	margin: 3px;
	display: block;
	float: left;
    border: 5px solid #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
   -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}


#footer-out {
	width: 1000px;
	margin: 15px auto 0;
	background-color: #030303;
        background: url(../files/footer-bg.jpg) repeat-x;
	color: #ffffff;
	padding-top: 26px;
	font: normal 1.1em/1.1em Calibri, sans-serif;
	text-align: center;
	height:auto;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	border-top: 4px solid rgba(255,255,255,0.2);
	border-left: 4px solid rgba(255,255,255,0.2);
	border-right: 4px solid rgba(255,255,255,0.2);
	/*-moz-background-clip: padding;     
	-webkit-background-clip: padding;  
	background-clip: padding-box;  */
	}

#body .widget-content table{font-size:14px;line-height:22px;margin:22px 0;}
#body .widget-content table{border-collapse:separate;border-spacing:0;background-color:transparent;width:auto;height:auto;width: 100%;}
table{border-collapse:collapse;border-spacing:0;}
#body .widget-content tr:nth-child(even){background:rgba(0, 0, 0, 0.1);}
th,td{text-align:left;vertical-align:middle;}
#body .widget-content td{padding:3px 12px;line-height:22px;}

#footer {
	color:#ffffff;
	font-family: "Segoe UI", "Lucida Sans", sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin:0 0 5px;
	text-align:center;
}

#footer a {color:#aeaeae}
#footer a:hover {color:#fff}


#license{
        height: 18px;
        font-family: "PinRegular";
        margin:0;
	text-align:center;
}

#license .copy {height: 18px;font-family: "PinRegular";text-align: center;font-size: 18px;margin: 10px 0 0px 0;}

#license A{
        text-decoration:none;
	color: #ffffff;
}
#license A:hover {
        text-decoration:none;
	color: #aeaeae;
}




#sleeve{margin: auto;position:relative;}
#header{}
#menu{overflow:hidden;}

#menu li{list-style-type:none;margin:0;padding:3px 1ex .5ex 0;float:left;}