@font-face {
	font-family: Archive;
	src: url('../fonts/Archive.otf');
}

@media (min-width: 768px) {
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	.navbar > .container .navbar-brand {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	body {
		text-align: justify !important;
	}
	.more-info {
		margin-top: -20px;
	}
}

@media (max-width: 992px) {
	body {
		text-align: center;
	}
	.top h1, .top h2, .top h3, .top h4, .top h5 {
		text-align: center !important;
	}
	.top p, .about p, .how p, .aboutus p, .contact p {
		margin: 0 0 30px 0 !important;
	}
}
@media (max-width: 354px) {
	.bottom-logo {
		margin-bottom: 10px;
	}
}

body {
	padding-top: 51px;
}

section {
	padding-top: 51px;
	margin-top: -51px;
}

.navigation {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}

.navigation h1, .navigation h2, .navigation h3, .navigation h4, .navigation h5 {
	margin: 0;
	line-height: 50px;
	font-family: Archive,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navigation .navbar-nav > li.active > a, .navigation .navbar-nav > li.active > a:hover, .navigation .navbar-nav > li.active > a:focus {
	background-color: rgba(0, 197, 0, 1);
	color: #fff;
}

.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:focus {
	background-color: rgba(0, 197, 0, 0.8); 
	color: #fff;
}

.navigation .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 50px;
	font-family: Archive,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
}

.flag {
	width: 16px;
	height: 11px;
	background:url(../img/flags.png) no-repeat;
	margin-top: -2px;
}

.flag.flag-gb {background-position: -16px 0}
.flag.flag-se {background-position: 0 -11px}

.top {
	padding: 25px;
	background: #eee;
	background: url('../img/subtle_surface.png') repeat 0 0;
	-moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.25) inset, 0 -3px 3px -3px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.25) inset, 0 -3px 3px -3px rgba(0, 0, 0, 0.25) inset;
	-ms-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.25) inset, 0 -3px 3px -3px rgba(0, 0, 0, 0.25) inset;
	-o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.25) inset, 0 -3px 3px -3px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.25) inset, 0 -3px 3px -3px rgba(0, 0, 0, 0.25) inset;
	border-bottom: 1px solid #ddd;
}

.top h1, .top h2, .top h3, .top h4, .top h5 {
	font-family: Archive,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: left;
}

.top img {
	max-width: 450px;
	margin: 0 auto;
	display: block;
}

.about, .who {
	padding: 25px;
	text-align: center;
}

.bullet-list {
	margin-top: 10px;
}

.bullet-list .lead .icon {
	font-size: 1.5em;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
}
.bullet-list .lead {
	text-align: left;
	position: relative;
	padding-left: 2em;
}
.bullet-list.small .lead {
	font-size: 18px;
}

.who h4 {
	font-style: italic;
}

.container > hr {
    margin: 25px 0;
    height: 1px;
    background: #666;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #666));
    background: -webkit-linear-gradient(left, transparent 0%, #666 50%, transparent 100%);
    background: -moz-linear-gradient(left, transparent 0%, #666 50%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0%, #666 50%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, #666 50%, transparent 100%);
    background: linear-gradient(left, transparent 0%, #666 50%, transparent 100%);
}

.how, .aboutus {
	padding: 25px;
	background-color: #eee;
	border-top: 1px solid #ddd;
	-moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
	-ms-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
	-o-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
	border-bottom: 1px solid #ddd;
}

.aboutus h2 {
	font-size: 36px;
	font-style: italic;
	margin-top: 40px;
}

.how-it-works > p {
	font-size: 1.2em;
	font-weight: 200;
}
.steps-image {
	display: block;
	margin: 25px auto;
}

.centered {
	text-align: center;
}

.contact {
	padding: 70px;
	padding-bottom: 120px;
}

.contact h1 {
	margin-bottom: 15px;
}

.bottom-logo {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.icons {
	display: inline-block;
	margin-left: 25px;
	text-indent: -25px;
	margin-right: 15px;
	font-size: 1.2em;
}

section > .row {
	margin-left: 0px;
	margin-right: 0px;
}

.bottom {
	border-top: 1px solid #ddd;
	padding: 25px;
	height: 70px;
	color: #aaa;
	/*background: rgb(238,238,238); /* Old browsers */
	/*background: -moz-linear-gradient(top, rgb(238,238,238) 0%, rgb(241,241,241) 0%, rgb(251,251,251) 50%, rgb(255,255,255) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(0%,rgb(241,241,241)), color-stop(50%,rgb(251,251,251)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, rgb(238,238,238) 0%,rgb(241,241,241) 0%,rgb(251,251,251) 50%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, rgb(238,238,238) 0%,rgb(241,241,241) 0%,rgb(251,251,251) 50%,rgb(255,255,255) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, rgb(238,238,238) 0%,rgb(241,241,241) 0%,rgb(251,251,251) 50%,rgb(255,255,255) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, rgb(238,238,238) 0%,rgb(241,241,241) 0%,rgb(251,251,251) 50%,rgb(255,255,255) 100%); /* W3C */
}

address {
	text-align: left !important;
}

/*
 * From: http://stackoverflow.com/questions/20533969/bootstrap-3-offset-on-right-not-left
 */
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}