body {
	padding-top: 51px;
	padding-bottom: 20px;
}
@media(min-width:768px) {
	.main-content .lead {
		font-size: 18px;
		margin-bottom: 13px;
	}
}
header {
	padding-top: 20px;
	display: block;
	height: 200px;
	color: #fefefe;
	text-align: center;
	margin-bottom: 20px;
}
.action-panel-links a.btn {
	margin-bottom: 5px;
}
header .jumbotron {
	background: inherit;
	height: 100%;
}
header .jumbotron h1.h1 {
	font-size: 40px;
	margin-top: inherit;
}
.image-bg-fluid-height {
	background: url('/images/matrix-large.jpg') no-repeat center scroll;
}
div.container-content{
	background: none;
	background-color: white;
	background-image: none;
}
.page-header-contact{
	margin-top: 0px
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-top-width: 5px;
	border-left-width: 5px;
	border-radius: 5px;
}
.bs-callout-info {
	border-left-color: #4582B8;
}

.row h1 {
	font-size: 30px;
}
.row h2 {
	font-size: 20px;
}
.jumbotron{
	font-size: 17px;
}
.bs-docs-nav{
	background-color: #022;
	border-color: #022;
}

.navbar-brand{
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 10px;
}
footer{
	margin-top: 20px;
	background-color: #022;
	color: #999;

}
div.skypeStatus{
	background-image: url('/images/Skype_staus_icons.png');
}
div.skypeStatus-online{
	background-position-x: 0;
	background-position-y: 0;

}
.company-unofficial {
	font-size: 10px;
}
.company-name {
	margin-bottom: 2px;
}
footer ul,
.panel-body ul {
	padding-left: 20px;
}
footer li,
.panel-body ul li {
	list-style-type: square;
}
.gallery-previews figure {
	margin-right: 25px;
	float: left;
}
.gallery-previews img {
	width: 100%;
	height: auto;
}
.gallery-previews figure {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	width: 220px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 4px;
}
.cleaner {
	clear: both;
}
.gallery-previews figcaption {
  display: none;
}
@media only screen and (max-width : 480px) {
	header {
		height: 300px;
	}
	header .jumbotron h1.h1 {
		font-size: 37px;
	}
}