@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Roboto);

body {
	font-size: 12px;
	background: url(img/bg-city.jpg) center 40px no-repeat;
	color: #666;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
}

h1,h2,h3,h4 {
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: normal;
	color: #2975cb;
	font-weight: 400;
}
h3 {
	font-size: 12px;
	line-height: normal;
	margin: 0;
	color: #2975cb;
	font-weight: 400;
}
.colorwhite {
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 14px;
	padding-top: 17px;
}
.paddingtop20 {
	padding-top: 20px;
}
.paddingtop40 {
	padding-top: 60px;
}
.topblok {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #999;
	background: url(img/bg-top.gif) left top repeat-x;
	margin-bottom: 20px;
}
.margintop20 {
	margin-top: 20px;
}
.footer100 {
	background: #000;
	color: #666;
	font-size: 11px;
	padding: 15px 0;
	width: 100%:
}

.nav-pills > li > a {
	color: #fff;
}
.nav-pills > li > a:hover {
	color: #2975cb;
	background: none;
}