/*!
 * Filr.no v1.2
 *
 * Copyright 2012 weo.no & mij.no
 */
body {
	margin: 0;
	padding: 0;
	font:normal 13px Open Sans;
	background-color: #eee;
}
img {
	border: none;
}
.topbar {
	position: absolute;
	height: auto;
}
.navbar .navbar-inner {
	padding: 2px 0;
	background-color: #d10000;
	background-color: #d10000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ff0000), to(#d10000));
	background-image: -moz-linear-gradient(top, #ff0000, #d10000);
	background-image: -ms-linear-gradient(top, #ff0000, #d10000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #d10000));
	background-image: -webkit-linear-gradient(top, #ff0000, #d10000);
	background-image: -o-linear-gradient(top, #ff0000, #d10000);
	background-image: linear-gradient(top, #ff0000, #d10000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#d10000', GradientType=0);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 0, 0, 1);
}

#logo {
	height: 40px;
	width: 67px;
	margin-top: 5px;
	margin-bottom: 5px;
}
@-webkit-keyframes shake {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
#logo:hover,
#logo:focus {
	-webkit-animation-name: shake;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:10% 10%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	cursor: pointer;
}

.nav {
	margin: 15px 0 0 0 !important;
}

.navbar-inverse .nav > li > a {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	font-weight: 700;
}

.navbar-inverse .nav > li > a:hover {
	color: #ffdcdc;
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a, .footer-nav > li > a:hover, .footer-nav > li > a {
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative;
}

.top {
	background: #000 url(../img/bg.png);
	box-shadow: inset 0px -12px 42px -14px black;
	text-align: left;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid white;
	min-height: 50px;
	max-height: 250px;
	position: relative;
}

.top div > h2 {
	font: 50px Radley;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error,
.btn-danger {
	color: #ffffff;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	background-color: #d10000;
	*background-color: #d10000;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#d10000));
	background-image: -webkit-linear-gradient(top, #ff0000, #d10000);
	background-image: -o-linear-gradient(top, #ff0000, #d10000);
	background-image: linear-gradient(to bottom, #ff0000, #d10000);
	background-image: -moz-linear-gradient(top, #ff0000, #d10000);
	background-repeat: repeat-x;
	border-color: #d10000 #d10000 #ff0000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0000', endColorstr='#d10000', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#bottom {
	background: #fff;
	padding: 30px 0;
	box-shadow: inset 0 1px 6px rgba(0,0,0,0.15);
	border-top: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

#bandbredde-1, #bandbredde-2, #bandbredde-3, #ar-1, #ar-2, #ar-3 {
	cursor: pointer;
}

#align-left {
	text-align: left;
}

#align-right {
	text-align: right;
}

.package {
	margin: 0;
}

.order {
	background: #ffffff;
	padding: 10px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.pricetable {
	width: 280px;
	margin-left: 50px;
	margin-top: 20px !important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.pricetable .price {
	background: -webkit-linear-gradient(#ff0000 0%, #d10000 100%);
	font:35px Radley;
	font-style: italic;
	font-weight: 300;
	color: white;
	padding: 10px 0;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	line-height: 14px;
	text-align: center;
}

.pricetable .price span {
	font-size: 12px;
	margin-left: 20px;
}

.pricetable .price span b {
	font-weight: normal;
	font-size: 10px;
}

.packagetitle {
	padding: 10px 0;
	text-align: center;
	background: white;
	font:30px Radley;
	font-style: italic;
	font-weight: 300;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.zebra-striped tbody tr:nth-child(even) td, .zebra-striped tbody tr:nth-child(even) th {
  background-color: #eeeeee;
}

.zebra-striped tbody tr:nth-child(odd) td, .zebra-striped tbody tr:nth-child(odd) th {
  background-color: #ffffff;
}

.first {
	margin-left: 20px !important;
}

h3 {
	font: 25px Radley;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 5px 0;
}

blockquote {
	border-color: #d10000;
}

a, a:active, a:link, a:visited {
	color: #d10000;
	font-weight: 700;
}

.supportcenter {
	text-decoration: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	margin-left: -10px;
}

.supportcenter li {
	padding: 7px 10px;
}

.supportcenter li:nth-child(even) {
  background: #eeeeee;
}

.supportcenter li:nth-child(odd) {
  background: #f8f8f8;
}
.content {
	margin: 20px 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.table th {
	font: italic 18px Radley;
}

.caret {
	border-top-color: #fff !important;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	color: #ffdcdc;
	background-color: transparent;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #ff0000;
	background-color: #d10000;
	background-image: -moz-linear-gradient(top, #ff0000, #d10000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#d10000));
	background-image: -webkit-linear-gradient(top, #ff0000, #d10000);
	background-image: -o-linear-gradient(top, #ff0000, #d10000);
	background-image: linear-gradient(to bottom, #ff0000, #d10000);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0000', endColorstr='#d10000', GradientType=0);
}

.footer {
	padding: 20px 0;
	text-align: center;
}

.footer-nav {
	overflow: hidden;
	padding: 0;
	width: 540px;
	margin: 0 auto;
}

.footer-nav > li {
	float: left;
	text-decoration: none;
	list-style: none;
	list-style-image: none;
	padding: 0 15px 0 15px;
}

.footer-nav > li > a, .footer {
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 700;
}

.footer-nav > li > a:hover {
	color: #1d0000;
	text-decoration: none;
}

.footer div > .copyright {
	font-weight: normal !important;
	font-size: 12px;
	margin: 20px 0 10px 0;
}

label, input, button, select, textarea {
	font-size: 13px;
}

legend {
	font-family: Radley;
	font-size: 25px;
	font-style: italic;
}

blockquote p {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
}

blockquote small {
	display: block;
	line-height: 20px;
	color: #999;
}

.feedback a {
	font-weight: normal;
}

.control-group input:focus,
.control-group select:focus,
.control-group textarea:focus,
.input-append input:focus,
.input-append select:focus,
.input-append textarea:focus {
  border-color: #d10000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.register {
	margin-top: 7px;
}

.register a {
	font-weight: normal !important;
}

.breadcrumb .active {
	color: #d10000;
}

.domainorder {
	margin: 20px 0;
}