body {
	color: #666;
	font-family: 'Montserrat', sans-serif;
}
.body .container {
    background-color: #000;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    border: none;
    -moz-box-shadow: 0px;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
}
body.site {
	padding-top:150px;	
	border-top: 0px;
	background-color: #000;
}
.header {
	margin-bottom:130px;	
}
.kontakt p {
	font-weight: 600;	
}
.kontakt {
	margin-top:120px;	
}
.kontakt p {
	background: url(../images/arrow.png) no-repeat 0px 6px;
	padding-left:140px;
}
.kontakt {
	background: url(../images/oko2.png) no-repeat center right;
	padding-right:40px;
	min-height:51px;
}
h2 {
    font-size: 28px;
    line-height: 28px;
	margin:20px 0px;
	font-weight:700;
}
p {
	padding:0px;
	margin:20px 0px;
	font-weight:300;
	font-size:18px;
}
a {
	color: #666;
	outline: 0;
	text-decoration:underline	
}
a:focus {
	color: #666;
	outline: 0;
	text-decoration:underline
}
a:hover,
a:active {
	outline: 0;
	color: #999;
}
footer {
	display:none;	
}

@media (max-width: 768px) {
	
.header .brand {
    float: left;
    display: block;
    text-align: left;
}
.kontakt {
	background: url(../images/oko2.png) no-repeat bottom right;
	padding-right:0px;
	padding-bottom:50px;
	min-height:51px;
}
span.telefon {
	display:block;	
}
span.kreska {
	display:none;	
}
.kontakt p {
	line-height:26px;
}
}
@media (max-width: 480px) {
.kontakt p {
	background: url(../images/arrow_mob.png) no-repeat 0px 8px;
	padding-left:75px;
}
}
