@font-face {
    font-family: 'robotobold';
    src: url('http://xn--jmfr-snabbln-gcby0w.se/fonts/Roboto-Bold-webfont.eot');
    src: url('http://xn--jmfr-snabbln-gcby0w.se/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('http://xn--jmfr-snabbln-gcby0w.se/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('http://xn--jmfr-snabbln-gcby0w.se/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('http://xn--jmfr-snabbln-gcby0w.se/fonts/Roboto-Regular-webfont.eot');
    src: url('http://xn--jmfr-snabbln-gcby0w.se/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('http://xn--jmfr-snabbln-gcby0w.se/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('http://xn--jmfr-snabbln-gcby0w.se/fonts/Roboto-Regular-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
	standard elements
*/
body { 
	background-image: url('http://xn--jmfr-snabbln-gcby0w.se/img/bg/jamfor-snabblan-sverige-stockholm.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: scroll;
	background-position: 0% 0%;
	font-family: 'robotoregular';
}
h1, h2, h3, h4, h5, a, strong {
	font-family: 'robotobold';
}
h1 {
	line-height: 1.5em;
}
hr {
	margin: 20px 0;
}
select.input-block-level {
	width: 90%;
	height: 40px;
	font-size: 18px;
}
/*
	general classes
*/
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: auto;
}
.wrapper {
	padding: 25px 50px;
	/*border: 1px solid #eeeeee;*/
	background-color: #ffffff;
	/*-webkit-box-shadow: 0 0 1px 0 #cccccc;
	-moz-box-shadow: 0 0 1px 0 #cccccc;
	box-shadow: 0 0 1px 0 #cccccc;*/
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
.wrapper.footer {
	background: transparent;
}
.top-row {
	margin-top: 25px;
}
ul.inline {
	list-style-type: none;
	display: inline;
}
ul.inline li {
	margin-right: 20px;
}
/*
	buttons
*/
.btn {
	font-weight: bold;
	border-radius: 0px;
}
/*
	navbar
*/
.navbar-static-top {
	position: static;
	margin-bottom: 20px;
	box-shadow: 0;
}
.navbar-inner {
	min-height: 40px;
	padding: 10px;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0;
}
.navbar .nav > li > a {
	float: none;
	padding: 20px 10px;
	color: #000000;
	text-decoration: none;
	text-shadow: 0;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #999999;
	text-decoration: none;
	background: none;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 50%;
}
.navbar .brand {
	display: block;
	float: left;
	padding: 10px 20px 10px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: #999999;
	text-shadow: 0 1px 0 #ffffff;
}
/*
	tables
*/
.table {
	margin: 0px;
	background: #ffffff;
}
.table thead {
	background: #ffffff;
}
table.table.table-bordered.table-striped tbody tr th,
table.table.table-bordered.table-striped thead tr th {
	vertical-align: middle;
}
table.table.table-bordered.table-striped tbody tr th a img {
	height: 25px;
	width: 100px;
}
div.tablesorter-header-inner:hover {
	cursor: pointer;
}
/*
	bloggen
*/
.large-post-image img {
	width: 100%;
	height: 250px;
}
ul.blog-article-list li {
	text-align: left;
	border-top: 1px solid #eeeeee;
	padding: 10px;
}
ul.blog-article-list li:last-child {
	border-bottom: 1px solid #eeeeee;
}
.addthis_toolbox a {
	margin-right: 20px;
}
/* Large desktop */
@media (min-width: 1200px) {
	.container, .navbar .container {
  		width: 980px;
  	}
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
	.navbar-fixed-top {
		margin-bottom: 0px;
	}
	.container, .navbar .container {
  		width: auto;
  	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin-right: 0px;
		margin-left: 0px;
	}
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 14px;
	}
	p {
		font-size: 12px;
	}
	.box-body-img {
		text-align: center;
		padding: 10px;
	}
}