﻿html, body {
	height: 100%;
	width: 100%;
}
ul, li {
	padding: 0;
	margin: 0;
}
p {
	padding-bottom: 15px;
	margin: 0;
	line-height: 1.5;
}
a, a:hover, a:focus {
	text-decoration: none;
}
header {
	z-index: 999;
}
header p {
	padding-bottom: 0px !important;
}
.blackfont {
	color: #000;
}
.location p {
	float: left;
}
.otherlocation p {
	float: right;
}
.commonpadding {
	padding: 42px 0 42px;
	/*padding: 50px 0;*/
}

.commonpadding img {
	width: 100%;
}

.vertalign {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.vertalign h1 {
	font-size: 4.5em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.blackicon {
	color: #333 !important;
}

.topheader {
	background: #ccc;
	color: #000;
	padding: 5px 0;
}

.listing li {
	text-align: left !important;
}
.middleheader {
	color: #000;
	padding: 15px;
}

.topheader p a {
	color: #000;
	padding-left: 10px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default {
	background: #fff;
}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
}

.navbar .navbar-nav  li a {
	text-transform: uppercase;
	color: #000;
}

.navbar .navbar-collapse {
	text-align: center;
}

.home {
	background: url(../images/homebanner.jpg) no-repeat center center fixed;
	display: table;
	color: #fff;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
#about {
	height: auto;
}

#black {
	background-color: #696969;
	color: #ffffff;
}

#services {
	background-color: #306d9f;
	color: #ffffff;
}

#services .glyphicon {
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	font-size: 60px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	vertical-align: middle;
	width: 140px;
}

#firm, #uber {
	background: url(../images/firmbanner.jpg) no-repeat center center fixed;
	display: table;
	color: #fff;
	height: auto;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

#information .panel {
	opacity: 0.85;
}

#businesses, #firmen {
	background: url(../images/businessbanner.jpg) no-repeat center center fixed;
	display: table;
	color: #fff;
	height: auto;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

.title, .blacktitle {
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
}

.blacktitle {
	color: #000 !important;
}

.nobullets {
	list-style: none;
	list-style-type: none;
	text-align: left;
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
}
.nobullets_c {
	list-style: none;
	list-style-type: none;
	text-align: center;
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
}
.ptop {
	padding-top: 15px;
}
.nobullets li {
	padding: 5px 0;
	color: #c5c5c5;
}
.nobullets li a, .nobullets li a:hover {
	color: #c5c5c5;
	text-decoration: none;
}
.nobullets .glyphicon {
	padding-right: 7px;
}
.socialicons li {
	list-style-type: none;
	display: inline-block;
	margin: 4px;
}
.affix {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
.affix .navbar-default {
	background: #ccc;
}
.copy {
	color: #787878;
	text-align: center;
	border-top: 1px solid #787878;
	padding: 15px 0;
}
.marg {
	margin: 20px 0;
}
.blocks div {
	height: 280px !important;
}
.blocks div.greyblock {
	background: #ccc;
	color: #000;
	text-align: left;
}
.blocks img {
	height: 280px !important;
}
.blocks div.greyblock p {
	padding: 0px 10px 5px;
	font-size: 12px;
}
.contacttitle {
	text-transform: uppercase;
	color: #000;
	padding: 10px !important;
	font-weight: bold;
	font-size: 16px !important;
}
.p-b-0{
	padding-bottom:0!important;
}
#contact,#kontakt{
	padding-top: 20px;
}
footer {
	padding: 20px 0;
	background: #292a2e;
	color: #c5c5c5;
}

footer .head {
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0 20px;
	font-weight: 300;
}
.middleheader {
	font-style: italic;
}
.bantext {
	font-size: 22px;
}
.telephone {
	padding: 5px 0;
	display: block;
}
.mobicons {
	display: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent !important;
	font-weight: 700;
}
/* Media Query Begins here */

@media screen and (min-width: 1024px) {
	.container {
		max-width: 75%;
		overflow: hidden;
	}
	.maintitle {
		font-size: 26px;
		font-weight: italic;
	}
	.maintitle a {
		color: #000;
	}
	.desmobwidth {
		width: 75%;
		float: right;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.desmobwidth {
		width: 100%;
		float: none;
	}
	.navbar .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		color: #333;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 11px;
		padding: 10px 5px;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
		font-size: 12px;
		font-weight: bold;
		padding: 10px 5px;
	}
	.otherlocation .text-center {
		font-size: 13px;
	}
	footer .nobullets li {
		font-size: 11px;
	}
	.socialicons li {
		margin: 3px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1042px) {
	.navbar .navbar-nav li a {
		font-size: 11px;
	}
	.home{
   
    height: 46%;
}

}
@media screen and (max-width: 767px) {
	img{
		max-width: 100%!important;
	}
	.r-t-r{
		text-align: right;
	}
	.r-t-l{
		text-align: left;
	}
	#contact .blocks,#kontakt .blocks{
		display: table;
	}
	.t-cell{
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.blocks .t-cell:nth-child(1),.blocks .t-cell:nth-child(2){
		width: 25%!important;

	}
	.blocks img{
		height: auto;
	}
	.blocks div {
    height: auto !important;
}
	.bottomheader{
		position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
	}
	.middleheader {
    margin-top: 50px;}
	.home{
		height: 49%;
	}
	.mtop {
		margin-top: 30px;
	}
	ul.listing {
		padding-left: 25px;
	}
	footer, .nobullets li {
		text-align: center;
	}
	.desmobwidth {
		width: 100%;
		float: none;
	}
	.location p, .otherlocation p {
		float: none;
	}
	.bantext {
		font-size: 16px;
	}
	.hidemobile, .topheader {
		display: none;
	}
	.mobicons {
		display: block;
	}
	.mobicons p {
		display: inline-block;
		padding: 15px 15px 0;
		color: #000;
	}
	.mobicons p a, .mobicons p a:focus, .mobicons p a:hover {
		color: #000;
	}
	.navbar-default .navbar-toggle {
		border-color: #000;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
	}

}
@media screen and (max-width: 560px) {
	#contact, #kontakt {
    padding-top: 30px;
}
	.blocks img {
    height: auto !important;
}
.blocks .t-cell:nth-child(1), .blocks .t-cell:nth-child(2) {
    width: 49%!important;
}
.t-cell {
    display: inline-table;
}
}
