@import url(normalize.css);
@import url(fonts.css);

a:focus {
	outline: 0;
}

body {
	background-size: cover;
	background-repeat: no-repeat;
	font: 12px 'allerregular';
}

#container {
	width: 1235px;
	margin: auto;
}

#nav {
	height: 80px;
	background: #FFF;
}

#nav ul {
	float: right;
	list-style: none;
	margin: 20px 30px 0;
	margin-right: 30px;
	background: url(../images/menu_bg.png);
	padding:0;
}

#nav ul li {
	float: left;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
}

#nav ul li a {
	width: 80px;
	height: 37px;
	display: block;
	text-decoration: none;
	color: #7c7c7c;
	line-height: 37px;
-webkit-transition: width 500ms ease-in-out;
-moz-transition: width 500ms ease-in-out;
-ms-transition: width 500ms ease-in-out;
-o-transition: width 500ms ease-in-out;
transition: width 500ms ease-in-out;
}

#nav ul li.active a {
	width: 80px;

}

#nav ul li:hover a,
#nav ul li.active a {
	/*background: #f7f7f7;*/
}

#footer {
	height: 122px;
	background: #232323;
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.brand {
	font: 18px 'allerregular';
	font-weight: bold;
	color: #8d8d8d;
	text-transform: uppercase;
	display: block;
	line-height: 12px;
}

.title {
	color: #6e6e6e;
	font: 12px 'aller_lightregular';
	display: block;
}

#footer .pull-left,
#footer .pull-right {
	position: relative;
	top: 40px;
}

#footer .pull-left {
	left: 58px;
}

#footer .pull-right {
	right: 58px;
	top: 35px;
}

.fb {
  transition:all 1s ease-in-out;
  perspective: 200px;
  perspective-origin: 10% 330px;
}

.fb:hover {
	transform: rotateX(180deg);
}

.alert div {
	padding: 2px;
	font: 13px 'aller_lightregular';
}

.alert-danger {
	margin: 0 44px 0 40px;
	background: rgba(255,0,0,0.7);
	color: #FFF;
}

.alert-success {
	margin: 0 44px 0 40px;
	background: rgba(29,145,13,0.7);
	color: #FFF;
}

.contactform .alert .alert-danger, .contactform .alert .alert-success {
	margin: 0;
	padding: 3px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	color: rgba(255,255,255,0.9);
	font: 14px 'aller_lightregular';
}