/**
 * Created by Jakob on 2014-11-10.
 */

/*
@media (max-width:767px) {}
@media (min-width:768px) and (max-width:991px) {}
@media (min-width:992px) and (max-width:1199px) {}
@media (min-width:1200px) {}
*/
@font-face {
	font-family: 'Open Sans X';
	font-family: 'Open Sans X';
	src: url('/themes/fonts/opensans-regular-webfont.eot');
	src: url('/themes/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/themes/fonts/opensans-regular-webfont.woff') format('woff'),
	url('/themes/fonts/opensans-regular-webfont.ttf') format('truetype'),
	url('/themes/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans X';
	src: url('/themes/fonts/opensans-bold-webfont.eot');
	src: url('/themes/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('/themes/fonts/opensans-bold-webfont.woff') format('woff'),
	url('/themes/fonts/opensans-bold-webfont.ttf') format('truetype'),
	url('/themes/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans X';
	src: url('/themes/fonts/opensans-italic-webfont.eot');
	src: url('/themes/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('/themes/fonts/opensans-italic-webfont.woff') format('woff'),
	url('/themes/fonts/opensans-italic-webfont.ttf') format('truetype'),
	url('/themes/fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans X';
	src: url('/themes/fonts/opensans-semibold-webfont.eot');
	src: url('/themes/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('/themes/fonts/opensans-semibold-webfont.woff') format('woff'),
	url('/themes/fonts/opensans-semibold-webfont.ttf') format('truetype'),
	url('/themes/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

body {
	font-family: 'Open Sans X', sans-serif !important;
	background-color: #e8e8e8;
}

body.iframe {
	background-color: white;
}

#page_container {
	background-color: #e8e8e8;
	padding-bottom: 1em;
}

#page_container001 {
	background-color: #e8e8e8;
	padding-bottom: 1em;

}

b, strong, label, th {
	font-weight: 600;
}

a {
	color: #98c84d;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #4a8b01;
	text-decoration: none;
	cursor: pointer;
}

h1 {
	font-size: 32px;
}

ul {
	padding: 0;
	list-style: none;
}

.text-warning {
	color: #a94442;
}

.glyphicon-lg {
	font-size: 3em;
}

.glyphicon-green {
	color: green;
}

.glyphicon-blue {
	color: blue;
}

.red {
	color: red;
}

.black {
	color: #333 !important;
}

.inline-block {
	display: inline-block;
}

.float-right {
	float: right;
}

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

.align-center {
	text-align: center;
}

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

.side-borders td {
	border-left: 1px solid #ddd;
}

.side-padding {
	padding-right: 5px;
	padding-left: 5px;
}

.side-margin-child > * {
	margin-right: 15px;
	margin-left: 15px;
}

.btn-gigantic {
	font-size: 26px !important;
	padding: 10px 20px !important;
}

.btn-red {
	color: #f00;
}

.btn-red:hover {
	color: #f00;
}

.btn-green {
	color: #008000;
}

.btn-green:hover {
	color: #008000;
}

.btn-blue {
	color: #00f;
}

.btn-blue:hover {
	color: #00f;
}

.phone-link {
	white-space: nowrap;
	font-weight: 600;
}

.full-width-image {
	width: 100%;
}

.bg-disabled {
	background-color: #ebebe4;
}

a.style-clear {
	color: inherit;
}

.font-22 {
	font-size: 22px;
}

.font-24 {
	font-size: 24px;
}

.cursor-pointer {
	cursor: pointer;
}

.heading1 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 10px;
}

.heading3 {
	font-size: 18px;
	font-weight: 600;
}

h3, .h3 {
	font-size: 20px;
	font-weight: 500;
}

h4, .h4 {
	font-size: 16px;
	margin-bottom: 5px !important;
	margin-top: 20px !important;
	font-weight: 600;
}

h5, .h5 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: 600;
}

.hidden-xxs {
	display: none;
}

@media (min-width: 400px) {
	.hidden-xxs {
		display: block;
	}
}

@media (min-width: 768px) {
	.lign-bott-right {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.poss-rel {
		position: relative;
	}
	.push-box h3 .h3{
		font-size: 24px;
		font-weight: 500;
	}
	h3, .h3 {
		font-size: 24px;
		font-weight: 500;

	}

	.btn-gigantic {
		font-size: 38px !important;
		padding: 15px 50px !important;
	}
}

/* Blocks */
.block {
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}

.block-first {
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
}

.block-title {
	margin: -20px 0 20px 0;
}

@media (min-width: 768px) {
	.block {
		margin-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.block-first {
		margin-bottom: 20px;
	}
}

.container-cookie-advicer {
	display: none;
	background-color: rgba(186, 231, 78, 0.46);
	padding: 5px 0;
	font-size: 12px;
	line-height: 50px;
	color: #333;
}
@media (max-width: 991px) {
	.container-cookie-advicer {
		line-height: 20px;
	}
}
.container-cookie-advicer a {
	color: #333;
	text-decoration: underline;
}

.container-cookie-advicer a:hover {
	text-decoration: none;
}

.container-cookie-advicer i {
	color: #333;
}

/* =========================================================================
Bootstrap addons */
/* Vertical Offset Top */
.vert-offset-top-12 {
	margin-top: 12em;
}

.vert-offset-top-11 {
	margin-top: 11em;
}

.vert-offset-top-10 {
	margin-top: 10em;
}

.vert-offset-top-9 {
	margin-top: 9em;
}

.vert-offset-top-8 {
	margin-top: 8em;
}

.vert-offset-top-7 {
	margin-top: 7em;
}

.vert-offset-top-6 {
	margin-top: 6em;
}

.vert-offset-top-5 {
	margin-top: 5em;
}

.vert-offset-top-4 {
	margin-top: 4em;
}

.vert-offset-top-3 {
	margin-top: 3em;
}

.vert-offset-top-2 {
	margin-top: 2em;
}

.vert-offset-top-1 {
	margin-top: 1em;
}

/* Vertical Offset Bottom */
.vert-offset-bottom-12 {
	margin-bottom: 12em;
}

.vert-offset-bottom-11 {
	margin-bottom: 11em;
}

.vert-offset-bottom-10 {
	margin-bottom: 10em;
}

.vert-offset-bottom-9 {
	margin-bottom: 9em;
}

.vert-offset-bottom-8 {
	margin-bottom: 8em;
}

.vert-offset-bottom-7 {
	margin-bottom: 7em;
}

.vert-offset-bottom-6 {
	margin-bottom: 6em;
}

.vert-offset-bottom-5 {
	margin-bottom: 5em;
}

.vert-offset-bottom-4 {
	margin-bottom: 4em;
}

.vert-offset-bottom-3 {
	margin-bottom: 3em;
}

.vert-offset-bottom-2 {
	margin-bottom: 2em;
}

.vert-offset-bottom-1 {
	margin-bottom: 1em;
}

/* Horizontal Offset Left */
.hori-offset-left-12 {
	margin-left: 12em;
}

.hori-offset-left-11 {
	margin-left: 11em;
}

.hori-offset-left-10 {
	margin-left: 10em;
}

.hori-offset-left-9 {
	margin-left: 9em;
}

.hori-offset-left-8 {
	margin-left: 8em;
}

.hori-offset-left-7 {
	margin-left: 7em;
}

.hori-offset-left-6 {
	margin-left: 6em;
}

.hori-offset-left-5 {
	margin-left: 5em;
}

.hori-offset-left-4 {
	margin-left: 4em;
}

.hori-offset-left-3 {
	margin-left: 3em;
}

.hori-offset-left-2 {
	margin-left: 2em;
}

.hori-offset-left-1 {
	margin-left: 1em;
}

/* Horizontal Offset Right */
.hori-offset-right-12 {
	margin-right: 12em;
}

.hori-offset-right-11 {
	margin-right: 11em;
}

.hori-offset-right-10 {
	margin-right: 10em;
}

.hori-offset-right-9 {
	margin-right: 9em;
}

.hori-offset-right-8 {
	margin-right: 8em;
}

.hori-offset-right-7 {
	margin-right: 7em;
}

.hori-offset-right-6 {
	margin-right: 6em;
}

.hori-offset-right-5 {
	margin-right: 5em;
}

.hori-offset-right-4 {
	margin-right: 4em;
}

.hori-offset-right-3 {
	margin-right: 3em;
}

.hori-offset-right-2 {
	margin-right: 2em;
}

.hori-offset-right-1 {
	margin-right: 1em;
}

/* =========================================================================
General */
.background-white {
	background-color: white;
}

.background-dark-gray {
	background-color: #333;
}

.background-black {
	background-color: #000;
}

.background-gray {
	background-color: #e8e8e8;
}

.overflow-hidden {
	overflow: hidden;
}

.navbar-collapse.in {
	overflow-y: visible;
}

/* =========================================================================
Top line */
.top-line {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 30px;
	line-height: 30px;
	background-color: black;
	font-size: 14px;
	color: white;
}

.top-line01 {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 30px;
	line-height: 30px;
	background-color: #ffffff;
	font-size: 14px;
	color: dimgrey;

	/*border-bottom: ridge lightgrey .3px;*/
}

.top-line01 .top-line-button {
	cursor: pointer;
}

.top-line01 .top-line-text {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid darkgrey;
}

.top-line01 a .logon {
	color: lightgrey;
}

.top-line01 .logon {
	position: relative;

	margin-left: 20px;
	padding-right: 15px;
	cursor: pointer;
	padding-left: 20px;
}

.top-line01 a .logon:hover {
	background-color: black;
	color: #333;
	text-decoration: underline;
}

@media (min-width: 992px) {
	.top-line01 {
		border-bottom: ridge lightgrey .3px;
	}

}

.top-line .top-line-button {
	cursor: pointer;
}

.top-line .top-line-text {
	margin-right: 20px;
}

.top-line a .logon {
	color: white;
}

.top-line .logon {
	position: relative;
	font-weight: 600;
	margin-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	padding-left: 20px;
}

.top-line a .logon:hover {
	background-color: #333;
	color: white;
	text-decoration: underline;
}

.nosidemargin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

@media (min-width: 768px) {
	.top-line {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 30px;
	}

	.top-line .logon {
		border-left: 1px solid #606060;
		border-right: 1px solid #404040;
	}

	.top-line .logon .arrow {
		top: 25px;
	}

	.top-line01 {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 30px;
	}

	.top-line01 .logon {
		border-left: 1px solid darkgrey;
		/*border-right:1px solid darkgrey;*/

	}

	.top-line01 .logon .arrow {
		top: 25px;
	}
}

/* =========================================================================
Header */
.header {
	z-index: 5;
	position: relative;
	min-height: 100px;
	background-color: white;
}

@media (max-width: 760px) {
	.header {

		min-height: 0px;

	}

}

.header .logo {
	width: 200px;
	height: 67px;
	max-width: 100%;
	margin-top: 22px;
	margin-left: 10px;
	background: url(/themes/a24/images/logo-avtal24.svg) no-repeat;
	background-size: contain;
}

.header .new-customertype {
	height: 33px;
	margin: 10px 0;
}

.header .nojd_kund {
	width: 100%;
	margin-top: 5px;
}

.header .call-us {
	margin-top: 17px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
}

.header .call-us .number {
	display: block;
	font-size: 32px;
	font-weight: 600;
	color: #333;
}

.header .call-us .oppet {
	text-transform: none;
}

.header .trygg-e-handel {
	width: 52px;
	height: 53px;
	margin-top: 16px;
}

.site-picker {
	margin-top: 10px;
	margin-bottom: -10px;
}

.btn-select-type {
	display: inline-block;
	width: 100px;
	border-right: 1px solid #343434;
	height: 41px;
	padding: 5px 20px 0 20px;
	cursor: pointer;
	border-radius: 0 10px 0 0;
	border-top: 1px solid #343434;
	line-height: 25px;
	font-weight: 600;
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #2c2c2c 20%, #000 49%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(20%, #2c2c2c), color-stop(49%, #000), color-stop(100%, #131313));
	background: -webkit-linear-gradient(top, #4c4c4c 0%, #2c2c2c 20%, #000 49%, #131313 100%);
	background: -o-linear-gradient(top, #4c4c4c 0%, #2c2c2c 20%, #000 49%, #131313 100%);
	background: -ms-linear-gradient(top, #4c4c4c 0%, #2c2c2c 20%, #000 49%, #131313 100%);
	background: linear-gradient(to bottom, #4c4c4c 0%, #2c2c2c 20%, #000 49%, #131313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.btn-select-type:first-of-type {
	border-radius: 10px 0 0 0;
	border-left: 1px solid #343434;
	border-right: 0;
}

.btn-select-type.active, .btn-select-type:hover {
	color: #333;
	background: #9b9b9b; /* Old browsers */
	background: -moz-linear-gradient(top, #9b9b9b 0%, #fff 34%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b9b9b), color-stop(34%, #fff), color-stop(100%, #fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9b9b9b 0%, #fff 34%, #fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9b9b9b 0%, #fff 34%, #fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9b9b9b 0%, #fff 34%, #fff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9b9b9b 0%, #fff 34%, #fff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9b9b', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

@media (min-width: 768px) {
	/*.btn-select-type{
		float:left;
	}*/
	.site-picker {
		margin-top: 14px;
		margin-bottom: 0;
	}
}

/* =========================================================================
Header area - the white space */
#header_area {
	position: relative;
	min-height: 110px;
}

#header_area .call-us-container {
	width: 100%;
}

#header_area .logo-container {
	float: left;
	margin-right: 50px;
}

#header_area .partner-logo-container {
	float: left;
}

#header_area .partner-logo-container img {
	max-height: 40px;
}

#header_area .partner-logo-container.absolute {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

#header_area .partner-logo-container.absolute img {
	max-height: 60px;
}

#header_area .customer-type-container {
	position: absolute;
	width: 100%;
}

#header_area .customer-type {
	display: inline-block;
	height: 33px;
	margin-top: 33px;
	border-top-left-radius: 15px;
	padding-left: 20px;
}

#header_area .customer-type img {
	float: left;
	margin-right: 20px;
}

#header_area .customer-type span {
	float: left;
	margin-right: 20px;
}

#header_area .customer-type-switch {
	position: relative;
	cursor: pointer;
	float: left;
	margin-right: 20px;
	width: 61px;
	height: 33px;
	padding: 0 3px 0 3px;
	background: url(/themes/2013/images/customer-type-switch-background.png);
}

#header_area .customer-type-switch-dot {
	position: absolute;
	top: 7px;
	left: 3px;
	width: 20px;
	height: 20px;
	background: url(/themes/2013/images/customer-type-switch-dot.png);
}

#header_area .postit-container {
	width: 100%;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	#header_area {
		height: 100px;
	}

	#header_area .call-us-container {
		float: right;
		width: auto;
	}

	#header_area .postit-container {
		float: right;
		width: auto;
		margin-top: 5px;
		margin-right: 20px;
	}
}

/* =========================================================================
Play */
.video {
	height: 200px;
	width: 100%;
}

.video-list {
	max-height: 200px;
	overflow-x: auto;
}

@media (min-width: 768px) {
	.video {
		height: 300px;
	}

	.video-list {
		max-height: 300px;
	}
}

@media (min-width: 992px) {
	.video {
		height: 400px;
	}

	.video-list {
		max-height: 400px;
	}
}

@media (min-width: 1200px) {
	.video {
		height: 500px;
	}

	.video-list {
		max-height: 500px;
	}
}

/* =========================================================================
Menu */
.navbar-a24 {
	background-color: #98c84d;
	border-color: #060;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.navbar-fixed-top {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.navbar-fixed-top .navbar-collapse {
	max-height: none;
}

.tfh-fixed-top {
	position: fixed;
}

.navbar-a24 .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.navbar-a24 ul {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.navbar-a24 a {
	color: #fff;
	padding: 10px 15px;
}

.small-menu > a:first-child {

	padding-left: 8px;
	padding-right: 5px;
	padding-top: 13px;
	padding-bottom: 13px;

	font-size: 15px;
}

.navbar-a24 .nav > li > a:hover, .navbar-a24 .nav > li > a:focus, .navbar-a24 .nav > li.active > a {
	background-color: #80AC3D;
}

.navbar-a24 .nav li.dropdown:hover > ul.dropdown-menu {
	display: block;

}

.navbar-a24 .dropdown-menu li {
	text-transform: none;
}

.navbar-toggle {
	margin-top: 0;
	margin-bottom: 0;
}

/*.container > .navbar-collapse {
	 margin: 2px 0 0;
 }*/

.breadcrumbs {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 600;
	padding: 10px 0;
}

.breadcrumbs .breadcrumb {
	padding: 0;
}

@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin: 0;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.collapsing {
		overflow: hidden !important;
	}
}

/* =========================================================================
Side menu */
#wrapper {
	background-color: white;
	position: relative;
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper1 {
	background-color: white;
	position: relative;
	min-height: 540px;
}

#sidebar-wrapper {
	overflow-y: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#page-content-wrapper img {
	max-width: 100%;
}

#page-content-wrapper td img {
	max-width: none;
}

#page-content-wrapper h3, h2, h5, h6 {
	font-size: 16px;
	font-weight: 600;
}

.btn-a24 {
	background-color: #98c84d;
	/*border-color:#060;*/
	color: #fff;
	font-weight: 600;
}

.btn-a24:hover {
	background-color: #060;
	/*border-color:#98c84d;*/
	color: #fff;
	font-weight: 600;
}

.btn-book-big {
	width: 7em;
}

.btn-a24-landing {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #f7972a;
	font-size: 28px;
	padding: 15px 25px;
	color: #fff;
	-webkit-transition: -webkit-box-shadow .2s ease;
	-webkit-transition: background 0.5s ease;
	margin: 10px;
}

@media (max-width: 400px) {
	.btn-a24-landing {
		font-size: 18px;

	}
}

.btn-a24-landing.btn-md {
	font-size: 18px;
}

.btn-a24-landing.btn-chat {
	font-size: 16px;
	border-radius: 10px;
	padding: 10px 25px;
}

.kl {
	font-size: 12px;
	color: #808080;
}

.btn-a24-landing.start-page {
	margin-top: 50px;
	font-size: 24px;
}

.btn-a24-landing:hover {
	color: #fff;
	background: #e9600b;
}

.btn-a24-landing:focus {
	color: #fff;
}

.btn-a24-landing:active {
	background: #e9600b;
	border: 1px solid #ccc;
}

.btn-a24-landing.small16 {
	font-size: 16px !important;
}

.btn-a24-landing.small20 {
	font-size: 20px !important;
}

.btn-a24-landing.receipt {
	font-size: 18px !important;
}

.btn-a24-landing span {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	margin-right: 10px;
	margin-left: 0;
}

.btn-a24-landing:hover span {
	margin-left: 10px;
	margin-right: 0;
}

.btn-a24-landing.btn-xs {
	font-size: 14px;
	padding: 10px 10px 10px 15px;
}

/* Sidebar Styles */

.sidebar-nav {
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav li {
	padding: 5px 0 5px 10px !important;
	margin-left: 10px;
}

.sidebar-nav li.active {
	font-weight: 600;
}

.sidebar-nav > li:not(.sidebar-brand) {
	background: transparent url('/themes/layout_2012/img/aside_menu_seperator.png') no-repeat left top;
	padding: 10px 0;
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: black;
}

.sidebar-nav li a:hover {
	text-decoration: underline;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
	color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}

.navbar-a24-submenu ul {
	float: left;
	text-align: center;
	margin: 0 auto;
}

.navbar-a24-submenu ul > li {
	display: inline-block;
}

.navbar-a24-submenu li {
	padding: 8px;
	line-height: 20px;
}

@media (min-width: 768px) {
	.btn-a24-landing.receipt {
		font-size: 24px !important;
	}

	#wrapper.toggled {
		padding-left: 0;
	}

	#wrapper.toggled #sidebar-wrapper {
		width: 0;
	}

	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
	}

	.sidebar-nav {
		display: block;
	}
}

.navbar-fixed-side {
	position: fixed;
}

.navbar-absolute-side {
	position: absolute;
}

/*==========================================================================
Contacts sidebar */
.char_count {
	display: inline-block;
	color: #545454;
	padding: 2px 5px;
}

.contacts .input-group {
	padding: 0 5px;
}

.modal-title {
	font-size: 18px;
}

.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(125%, 0, 0);
	transform: translate3d(125%, 0, 0);
}

.modal-content {
	overflow-x: hidden;
}

@media (min-width: 768px) {
	.modal-dialog {
		margin-top: 120px;
	}
}

#modal.modal-top .modal-dialog {
	margin-top: 40px;
}

@media (min-width: 992px) {
	#modal.modal-top .modal-dialog {
		width: 900px;
	}
}

.sidebar-right {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
}

.sidebar-right .sidebar-contact {
	display: none;
}

.btn-contact {
	right: 0;
	top: 400px;
	cursor: pointer;
	z-index: 10000;
	position: fixed;
}

.btn-contact:first-of-type {
	top: 300px;
}

/*==========================================================================
Search */
.search-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.search-dropdown > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu > li > strong {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 600;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.navbar-form-xs .form-group {
	margin-bottom: 0;
}

.navbar-form-xs {
	padding: 10px 15px;
	margin: 8px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
	.navbar-form .form-control {
		display: block;
		width: 100%;
		float: none !important;
	}
}

@media (min-width: 992px) {
	.navbar-right-md {
		float: right;
	}

	.navbar-form-md {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

/*==========================================================================
View specific */
.view-start-private, .view-start-business {
	margin-top: 15px;
	background-color: white;
}

.view-start-private .row:last-of-type, .view-start-business .row:last-of-type {
	margin-bottom: 15px;
}

.view-static_page table,
.view-partner_pages table {
	width: 100%;
	margin-bottom: 15px;
}

.view-static_page table td,
.view-static_page table th,
.view-partner_pages table td,
.view-partner_pages table th {
	padding: 5px;
}

.view-static_page img {
	max-width: 100%;
}

.view-stats .table {
	margin-bottom: 0;
}

.view-stats .table-condensed > tbody > tr > td {
	padding: 2px 5px;
	line-height: 1.1;
}

.table-dashboard {
	font-size: 12px;
}

.table-dashboard i.fa {
	font-size: 14px;
}

.product-header .fa {
	font-size: 26px;
	margin: 10px;
}

@media (min-width: 992px) {
	.table-dashboard {
		font-size: 14px;
	}
}

/*==========================================================================
Reviews */
.rejta a {
	color: #333;
}

.review-header {
	font-size: 22px;
	margin-bottom: 22px;
}

.rejta .rating {
	overflow: hidden;
	max-height: 100px;
	line-height: 20px;
	margin-bottom: 5px;
}

.rejta .rejta-rating {
	display: inline-block;
	width: 89px;
	height: 17px;
	overflow: hidden;
	margin-bottom: 3px;
	margin-right: 10px;
	background: url(/themes/2013/images/rejta_super_sprite.png) -108px -918px no-repeat;
}

.push-boxes.rejta a {
	color: #333;
	display: block;
	margin-bottom: 25px;
}

push-box h3 {
	font-size: 20px;
	font-weight: 500;
}

.rejta:not(.nobg) {
	padding: 10px;
	border: 1px solid #f1f1f1;
	background-color: #fcfcfc;
	border-radius: 5px;
}

.rejta .rejta-rating a {
	display: block;
	width: 89px;
	height: 17px;
}


.rejta .rejta-rating.stars05 {
	background-position: -90px -918px;
}

.rejta .rejta-rating.stars10 {
	background-position: -72px -935px;
}

.rejta .rejta-rating.stars15 {
	background-position: -72px -918px;
}

.rejta .rejta-rating.stars20 {
	background-position: -54px -935px;
}

.rejta .rejta-rating.stars25 {
	background-position: -54px -918px;
}

.rejta .rejta-rating.stars30 {
	background-position: -36px -935px;
}

.rejta .rejta-rating.stars35 {
	background-position: -36px -918px;
}

.rejta .rejta-rating.stars40 {
	background-position: -18px -935px;
}

.rejta .rejta-rating.stars45 {
	background-position: -18px -918px;
}

.rejta .rejta-rating.stars50 {
	background-position: 0 -918px;
}

.view-agreement_landing h3, h2, h5, h6 {
	font-size: 16px;
	font-weight: 600;
}

/*==========================================================================
Campaign */

.campaign {
	margin-top: 25px;
}

.campaign > img {
	width: 100%;
}

.campaign-holder {
	color: #111;
	min-height: 190px;
}

.campaign-holder h1 {
	font-weight: 600;
}

.campaign-holder .campaign-lead {
	font-weight: 600;
	/*font-size: 17px;*/
}

.campaign-holder p {
	font-size: 16px;
	margin: 20px 0;
}

.view-start-private h1 {
	margin: 30px 0 20px 0;
}

.view-start-private .btn-products {
	padding: 10px 20px;
}

.partners {
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer-partner-images {
	padding: 25px 30px;
}

#partner_register label {
	font-weight: normal !important;
}

.tiny-text {
	font-size: 12px;
}

.partner-box {
	position: relative;
	float: left;
}

.partner-box p {
	margin-bottom: 50px;
}

.partner-images {
	max-width: 100px;
	margin-bottom: 1em;
}

.partner-box .partners-button {
	left: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.partner-images {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.partner-images:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 1;
}

.rotate {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}

.rotate:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.money-back {
	position: absolute;
	background: url(/themes/2013/images/pengarna-tillbaka-garanti.png) no-repeat;
	background-size: 100%;
	width: 152px;
	height: 149px;
	left: 33px;
}

.happy-customer {
	position: absolute;
	background: url(/themes/a24/images/happy-customer.png) no-repeat;
	background-size: 100%;
	width: 152px;
	height: 149px;
	right: 10px;
	bottom: 10px;
}

.btn-locked-size {
	font-size: 16px !important;
	width: 200px;
	margin-right: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.money-back {
		width: 115px;
		height: 120px;
		left: 0;
		top: 149px;
	}
}

@media (min-width: 992px) {
	.campaign-holder {
		background-size: contain;
		background-repeat: no-repeat;
		min-height: 360px;
	}

	.view-start-private .campaign-holder {
		background: url(/themes/a24/images/campaign-header.png?v3) no-repeat center;
	}

	.view-start-business .campaign-holder {
		background: url(/themes/a24/images/campaign-header-business.png?v3) no-repeat center;
	}

	.money-back {
		width: 132px;
		height: 149px;
		left: 0;
	}
}

@media (min-width: 1200px) {
	.campaign-holder {
		min-height: 380px;
	}

	.money-back {
		width: 152px;
		height: 149px;
		left: 20px;
	}
}

.col-xs-10.logos a {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.col-xs-10.logos img {
	margin-right: 27px;
}

.push-box {
	position: relative;
	float: left;
	margin-bottom: 15px;
}

.push-box .push-box-text {
	margin-bottom: 44px;
}

.push-box .arrow_link_right {
	position: absolute;
	bottom: 0;
}



.push-box a img {
	width: 100%;
}

.push-box a {
	color: #333;
}

.push-box a:hover {
	color: #333;
	text-decoration: underline;
}

.push-boxes {
	padding: 10px;
}

.arrow_link_right {
	margin-top: 20px;
	font-size: 16px;
	color: black;
	line-height: 22px;
	background: url(/themes/2013/images/link-arrow.png) no-repeat 0 0;
	padding-left: 35px;
	min-height: 24px;
}

/* =========================================================================
landing */
.agreement-header {
	margin-top: 15px;
	margin-bottom: 15px;
}

.agreement-header h1 {
	margin: 0;
}

.agreement-header .price {
	display: inline-block;
	font-size: 36px;
	color: #98c84d;
	line-height: 1;
}

.tag_line {
	color: gray;
	font-size: 16px;
}

.agreement-header .vat {
	font-size: 11px;
}

input.agreement-contact-form {
	border-radius: 0 4px 4px 0 !important;
}

textarea.agreement-contact-form {
	border-radius: 4px !important;
}

.piechart {
	background-image: url('/themes/layout_2012/img/piechart.png');
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: middle
}

.piechart.per5 {
	background-position: left 0;
}

.piechart.per10 {
	background-position: left -40px;
}

.piechart.per15 {
	background-position: left -80px;
}

.piechart.per20 {
	background-position: left -120px;
}

.piechart.per25 {
	background-position: left -160px;
}

.piechart.per30 {
	background-position: left -200px;
}

.piechart.per35 {
	background-position: left -240px;
}

.piechart.per40 {
	background-position: left -280px;
}

.piechart.per45 {
	background-position: left -320px;
}

.piechart.per50 {
	background-position: left -360px;
}

.piechart.per55 {
	background-position: left -400px;
}

.piechart.per60 {
	background-position: left -440px;
}

.view-agreement_landing .info-box {
	padding: 20px 10px 10px 10px;
	box-shadow: 0 0 10px #888;
	border-radius: 3px;
}


.time-text {
	font-size: 20px;
	color: #333;
}

.time-text:hover {
	color: #333;
}

.info-box .checklist { /* used for cart also? */
	margin: 0 10px 20px 10px;
	padding-left: 40px;
	background: url(/themes/2013/images/agreement-landing-v.png) no-repeat left center;
	font-size: 18px;
}

.checkbox-list .checklist { /* used for cart also? */
	margin: 0 10px 15px 10px;
	padding-left: 40px;
	background: url(/themes/2013/images/agreement-landing-v.png) no-repeat left center;
	font-size: 16px;
}

.checkbox-list .checklist1 { /* used for cart also? */

	padding-left: 30px;
	padding-top: 0px;
	background: url(/themes/2013/images/agreement-landing-v.png) no-repeat left 5px;
	font-size: 16px;
	margin-top: 5px;
}

.btn-products {
	margin-bottom: 30px;
}

.view-agreement_landing .price {
	font-size: 36px;
	color: #98c84d;
	line-height: 1.1;
}

.view-agreement_landing .lawyer {
	box-sizing: border-box;
	padding: 25px;
	border: 1px solid #333;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}

.view-agreement_landing a .lawyer .link {
	color: #98c84d;
}

.view-agreement_landing a .lawyer .link {
	color: #98c84d;
}

.view-agreement_landing a .lawyer .link:hover {
	color: #4a8b01;
}

/*.view-agreement_landing .rejta{ padding:0 50px; }*/
.view-agreement_landing .rejta .rating {
	max-height: 120px;
	line-height: 20px;
}

.view-agreement_landing .rejta a {
	color: #333;
}

.view-agreement_landing .rejta a .more {
	color: #98c84d;
}

.view-agreement_landing .rejta a .more:hover {
	color: #4a8b01;
}

.view-agreement_landing .faqs {
	padding: 30px;
	box-shadow: 0 0 10px #888;
	border-radius: 3px;
}

.view-agreement_landing .faqs .item {
	padding-top: 10px;
}

.view-agreement_landing .faqs .item:first-of-type {
	padding-top: 0;
}

.view-agreement_landing .faqs .item h6 {
	width: 242px;
}

.view-agreement_landing .faqs .item.active {
}

.view-agreement_landing .faqs .item .arrow {
	position: absolute;
	width: 16px;
	height: 10px;
	right: 0;
	top: 16px;
	background: url(/themes/2013/images/faqs-open.png) no-repeat right;
}

.view-agreement_landing .faqs .item:first-of-type .arrow {
	top: 6px;
}

.view-agreement_landing .faqs .item.active .arrow {
	background: url(/themes/2013/images/faqs-close.png) no-repeat right;
}

.view-agreement_landing .faqs .item .heading {
	margin: 0 14px 0 0;
	font-weight: 600;
	cursor: pointer;
}

.view-agreement_landing .faqs .item.active .heading {
	margin-bottom: 10px;
}



.view-agreement_landing .faqs .item:hover .heading {
	text-decoration: underline;
}

.view-agreement_landing .faqs .item .text {
	overflow: hidden;
	height: 0;
}

.view-agreement_landing .faqs .item.active .text {
	height: auto;
}

@media (min-width: 768px) {
	.view-agreement_landing .time-text {
		margin-left: 30px;
	}

	.view-agreement_landing .lawyer {
		padding: 25px 25px 25px 150px;
		background: url(/themes/2013/images/landing-lawyer.jpg) no-repeat 10px top;
		font-size: 17px;
		color: #333;
		cursor: pointer;
		margin-bottom: 0;
		text-align: left;
	}

	.info-box .checklist {
		font-size: 20px;
	}

	.checkbox-list .checklist {
		font-size: 20px;
	}

	.view-agreement_landing .info-box {
		margin-left: 20px;
	}

	.view-agreement_landing .checkbox-list {
		margin-left: 20px;
	}
}

/* =========================================================================
PRICE-LIST */
.list-price {
	font-size: 18px;
}

.list-price > a > span {
	color: #98c84d;
}

.ord-price {
	font-size: 12px;
}

/* =========================================================================
FAQ */
.faq-holder {
	background: #fff;
}

.faqs .headline {
	font-size: 20px;
}

.faq-item {
	min-height: 30px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
	cursor: pointer;
}

a .faq-item {
	color: black;
}

.faq-item .arrow-link-right {
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(/themes/a24/images/faq-arrow.png);
	margin-right: 10px;
}

/* =========================================================================
Products */
.product-list-items {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 0;
}

.product-title {
	font-size: 15px;
	color: #333;
	font-weight: 600;
}

.product-title:hover {
	color: #333;
}

.btn-products-mini {
	background: url(/themes/2013/images/button-2014-09.png);
	display: inline-block;
	padding: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border: 0;
	border-radius: 5px;
	background-size: 100% 100%;
}

.btn-products-mini:hover {
	background: url(/themes/2013/images/button-2014-09-hover.png);
	text-decoration: none;
	color: #fff;
	background-size: 100% 100%;
}

.btn-products {
	background: url(/themes/2013/images/button-2014-09.png);
	display: inline-block;
	padding: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border: 0;
	border-radius: 5px;
	background-size: 100% 100%;
}

.btn-products:hover {
	background: url(/themes/2013/images/button-2014-09-hover.png);
	text-decoration: none;
	color: #fff;
	background-size: 100% 100%;
}

.product-header {
	margin-bottom: 10px;
}

.product-sub-header {
	margin-top: 0;
}

.product-ingress {
	margin-top: 25px;
}

.product-description {
	font-style: italic;
}

.product-price {
	color: #ff5101;
	font-size: 20px;
}

.product-price-green {
	font-size: 20px;
	color: #98c84d;
}

.product-vat {
	font-size: 12px;
}

.count-number {
	font-size: 48px;
	line-height: 48px;
	font-weight: 100;
	color: #98c84d;
}

.prompt-box h3 {
	margin-top: 0;
}

/* =========================================================================
Cart */
.sum-price-holder {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}

.sum-price {
	color: #4a8b01;
	font-size: 24px;
	padding: 19px 0;
}

.view-checkout .remove {
	cursor: pointer;
}

.view-checkout {
	font-size: 16px;
}

.cart-column {
	margin-top: 20px;
	padding: 0 20px;
}

.cart-content-row {
	padding-top: 2px;
	padding-bottom: 2px;
}

.product-column-holder {
	margin-bottom: 10px;
}

.cart-column-holder {
	margin-bottom: 20px;
}

.addon-column-holder {
	margin-bottom: 20px;
}

.row.cart-column-holder .rejta {
	font-size: 16px;
}

.column-head {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #98c84d;
}

.cart-pay-title {
	font-weight: 600;
}

.cart-pay-title > span {
	font-size: 14px;
	font-weight: 400;
}

.cart-box-info {
	padding-top: 10px;
	padding-bottom: 10px;
}

.cart-content-sums .col {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

.cart-content-sums .content-sum {
	font-weight: 600;
}

.cart-box-title {
	cursor: pointer;
}

.cart-box-check {
	background-size: auto 25px;
	background: url(/themes/a24/images/cart-check-button.svg) no-repeat right;
	height: 25px;
	cursor: pointer;
}

.payment-type {
	cursor: pointer;
}

.view-checkout .info-box {
	padding: 20px 10px 10px 10px;
	box-shadow: 0 0 10px #888;
	border-radius: 3px;
}

.view-checkout .info-box span {
	display: block;
	margin: 0 0 15px 50px;
	font-size: 22px;
	font-weight: 600;
}

.view-checkout .info-box .checklist {
	margin-bottom: 15px;
}

.view-checkout .info-box.rejta {
	padding: 25px;
}

.cart-button {
	padding: 5px 20px;
	color: white;
	font-weight: 600;
	background-color: #4a8b01;
	border: none;
}

.finish-button {
	box-sizing: border-box;
	width: 100%;
	background: #4a8b01;
	display: block;
	font-size: 24px;
	text-align: center;
	color: #eee;
	padding: 20px;
}

.disabled-button {
	color: white;
	background-color: #aaa;
	border: none;
}

.cart-box-check.checked,
.cart-box-check:hover,
.checkbox.checked,
.payment-type:hover .cart-box-check,
.show-terms:hover .checkbox {
	background: url(/themes/a24/images/cart-check-button-checked.svg) 100% no-repeat;
}

.card-image {
	max-height: 12px;
	max-width: 100%;
}

.cart-breadcrumbs {
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	padding: 0;
}

.cart-breadcrumbs .item {
	display: inline-block;
	padding: 15px;
}

.cart-breadcrumbs .current {
	color: #fff;
	background-color: #f25100;
	border: 1px solid #f25100;
	border-radius: 0 25px 25px 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.cart-breadcrumbs .separator {
	width: 15px;
}

.cart-seal {
	top: -50px;
	bottom: auto;
}

.view-checkout .product-row {
	padding: 5px 15px;
}

.view-checkout .addons-row {
	padding: 5px 15px;
}

.view-checkout .payment-row {
	padding: 5px 15px;
}

.view-checkout .customer-row {
	padding: 5px 15px;
}

.view-checkout .col {
	float: left;
	min-height: 1px;
}

.view-checkout .col.products-name {
	width: 50%;
}

.view-checkout .col.products-delete {
	width: 10%;
}

.view-checkout .col.products-discount {
	width: 20%;
}

.view-checkout .col.products-price {
	width: 20%;
	white-space: nowrap;
}

.view-checkout .col.addons-name {
	width: 65%;
}

.view-checkout .col.addons-price {
	width: 20%;
	margin-right: 5%;
}

.view-checkout .col.addons-check {
	width: 10%;
}

.view-checkout .col.payment-name {
	width: 90%;
}

.view-checkout .col.payment-logo {
	width: 25%;
	margin-right: 5%;
}

.view-checkout .col.payment-name-short {
	width: 55%;
	margin-right: 5%;
}

.view-checkout .col.payment-check {
	width: 10%;
}

@media (min-width: 768px) {
	.view-checkout .col {
		float: left;
		min-height: 1px;
	}

	.view-checkout .col.products-name {
		width: 175px;
	}

	.view-checkout .col.products-delete {
		width: 10px;
	}

	.view-checkout .col.products-discount {
		width: 50px;
	}

	.view-checkout .col.products-price {
		width: 70px;
	}

	.view-checkout .col.addons-name {
		width: 200px;
	}

	.view-checkout .col.addons-price {
		width: 70px;
		margin-right: 10px;
	}

	.view-checkout .col.addons-check {
		width: 25px;
	}

	.view-checkout .col.payment-name {
		width: 280px;
	}

	.view-checkout .col.payment-logo {
		width: 70px;
		margin-right: 20px;
	}

	.view-checkout .col.payment-name-short {
		width: 180px;
		margin-right: 10px;
	}

	.view-checkout .col.payment-check {
		width: 25px;
	}
}

@media (min-width: 992px) {
	.view-checkout .col {
		float: left;
		min-height: 1px;
	}

	.view-checkout .col.products-name {
		width: 285px;
	}

	.view-checkout .col.products-delete {
		width: 10px;
	}

	.view-checkout .col.products-discount {
		width: 50px;
	}

	.view-checkout .col.products-price {
		width: 70px;
	}

	.view-checkout .col.addons-name {
		width: 290px;
	}

	.view-checkout .col.addons-price {
		width: 80px;
		margin-right: 20px;
	}

	.view-checkout .col.addons-check {
		width: 25px;
	}

	.view-checkout .col.payment-name {
		width: 390px;
	}

	.view-checkout .col.payment-logo {
		width: 90px;
		margin-right: 30px;
	}

	.view-checkout .col.payment-name-short {
		width: 260px;
		margin-right: 10px;
	}

	.view-checkout .col.payment-check {
		width: 25px;
	}
}

@media (min-width: 1200px) {
	.view-checkout .col {
		float: left;
		min-height: 1px;
	}

	.view-checkout .col.products-name {
		width: 350px;
	}

	.view-checkout .col.products-delete {
		width: 30px;
	}

	.view-checkout .col.products-discount {
		width: 55px;
	}

	.view-checkout .col.products-price {
		width: 80px;
	}

	.view-checkout .col.addons-name {
		width: 390px;
	}

	.view-checkout .col.addons-price {
		width: 80px;
		margin-right: 20px;
	}

	.view-checkout .col.addons-check {
		width: 25px;
	}

	.view-checkout .col.payment-name {
		width: 490px;
	}

	.view-checkout .col.payment-logo {
		width: 90px;
		margin-right: 40px;
	}

	.view-checkout .col.payment-name-short {
		width: 350px;
		margin-right: 10px;
	}

	.view-checkout .col.payment-check {
		width: 25px;
	}
}

/* BEGIN TOOLTIP */
.error-tooltip {
	display: none;
	position: absolute;
	top: -55px;
	background: #fffff5;
	padding: 15px 10px 8px 10px;
	-moz-box-shadow: 0 0 10px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
	z-index: 2;
	border: 1px solid #e4e7e8;
	max-width: 300px;
	font-size: 12px;
	min-width: 110px;
}

.error-tooltip .arrow {
	display: inline-block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
	width: 16px;
	height: 8px;
	background: url('/themes/agreement/images/bg-arrow.gif') 0 0 no-repeat;
	z-index: 2;
}

.error-tooltip p {
	color: #575656;
	margin: 0 0 5px 0;
}

.error-tooltip {
	background: url('/themes/avtal_front/img/errorTooltipBg.gif') 0 0 repeat-x #fff !important;
}

/* END TOOLTIP */
/* =========================================================================
Partner logos */
.partners-footer img {
	vertical-align: bottom;
	border: 0;
}

.footer-partners {
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: white;
}

.partner-logos {
	text-align: center
}

.partner-logos .item {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 10px 10px 10px;
}

.partner-logos img {
	max-height: 20px;
}

@media (min-width: 768px) {
	.partner-logos .item {
		height: 25px;
		line-height: 25px;
		margin-left: 8px;
		margin-right: 8px;
	}

	.partner-logos img {
		max-height: 25px;
	}
}

@media (min-width: 992px) {
	.partner-logos .item {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width: 1200px) {
	.partner-logos .item {
		margin-left: 25px;
		margin-right: 25px;
	}
}

/* =========================================================================
Footer */
.footer {
	z-index: 2;
	width: 100%;
	background: black none;
	color: white;
	font-size: 13px;
}

.footer > .container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer .foot_right {
	float: right;
	width: 400px;
	margin: 20px 0 0 0;
	text-align: right;
	font-size: 12px;
	color: #666;
}

.footer .foot_right .payment_types {
	float: right;
}

.footer .foot_right .payment_types img {
	float: right;
	margin: 15px 0 0 10px;
}

.footer .footer_wrapper {
	float: left;
	height: 150px;
	margin: 20px 0 0 130px;
}

.footer strong {
	text-transform: uppercase;
	font-weight: 600;
	line-height: 25px;
}

.footer .footer_column {
	float: left;
	margin: 0 35px 0 0;
	height: 180px;
}

.footer .footer_column:first-of-type {
	height: 270px;
}

.footer .footer_full {
	float: right;
	width: 80%;
}

.footer .footer_full .logos {
	float: right;
	margin-top: 40px;
}

.footer .footer_full .logos img {
	float: left;
	margin-right: 30px;
}

.footer .footer_full .logos img:last-of-type {
	margin-right: 0;
}

.footer .footer_full .copy {
	float: left;
	margin-top: 28px;
}

.footer .footer-arrow {
	display: inline-block;
	background: url(/themes/2013/images/footer-arrow.png) no-repeat 0 4px;
	padding-left: 16px;
}

.footer .footer-arrow a {
	color: white;
}

.footer .socials {
	margin-top: 9px;
}

.footer .socials img {
	float: left;
}

.footer .col-sm-3 {
	margin-bottom: 20px;
	text-align: center;
}

.footer .card-holder .card {
	margin: 0 15px 5px 0;
}

.footer .card-holder img {
	max-width: 100%;
	max-height: 35px;
}

.footer .footer-text {
	display: inline-block;
	margin: 0 10px;
}

@media (min-width: 400px) {
	.footer .card-holder .card {
		float: left;
		margin-bottom: 15px;
	}

	.footer .col-sm-3 {
		text-align: left;
	}
}

@media (min-width: 400px) and (max-width: 768px) {
	.footer .col-sm-3 {
		width: 50%;
	}
}

/* =========================================================================
Footer1 */
.footer01 {
	z-index: 2;
	width: 100%;
	background-color: #ffffff;
	color: black;
	font-size: 13px;
	border-top-color: darkgrey;
	border-top-style: solid;
	border-top-width: .5px;
	margin-top: 20px;

}

.footer01 a {
	color: #333;
}

.footer01 a:hover {
	color: black;
	text-decoration: underline;

}

.footer01 > .container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer01 .foot_right {
	float: right;
	width: 400px;
	margin: 20px 0 0 0;
	text-align: right;
	font-size: 12px;
	color: #666;
}

.footer01 .foot_right .payment_types {
	float: right;
}

.footer01 .foot_right .payment_types img {
	float: right;
	margin: 15px 0 0 10px;
}

.footer01 .footer_wrapper {
	float: left;
	height: 150px;
	margin: 20px 0 0 130px;
}

.footer01 strong {
	text-transform: uppercase;
	font-weight: 600;
	line-height: 25px;
}

.footer01 .footer_column {
	float: left;
	margin: 0 35px 0 0;
	height: 180px;
}

.footer01 .footer_column:first-of-type {
	height: 270px;
}

.footer .footer_full {
	float: right;
	width: 80%;
}

.footer01 .footer_full .logos {
	float: right;
	margin-top: 40px;
}

.footer01 .footer_full .logos img {
	float: left;
	margin-right: 30px;
}

.footer01 .footer_full .logos img:last-of-type {
	margin-right: 0;
}

.footer01 .footer_full .copy {
	float: left;
	margin-top: 28px;
}

.footer01 .footer-arrow {
	display: inline-block;
	background: url(/themes/2013/images/footer-arrow.png) no-repeat 0 4px;
	padding-left: 16px;
}

.footer01 .footer-arrow a {
	color: white;
}

.footer01 .socials {
	margin-top: 9px;
}

.footer01 .socials img {
	float: left;
}

.footer01 .col-sm-3 {
	margin-bottom: 20px;
	text-align: center;
}

.footer01 .card-holder .card {
	margin: 0 15px 5px 0;
}

.footer01 .card-holder img {
	max-width: 100%;
	max-height: 35px;
}

.footer01 .footer-text {
	display: inline-block;
	margin: 0 10px;
}

@media (min-width: 400px) {
	.footer01 .card-holder .card {
		float: left;
		margin-bottom: 15px;
	}

	.footer01 .col-sm-3 {
		text-align: left;
	}
}

@media (min-width: 400px) and (max-width: 768px) {
	.footer01 .col-sm-3 {
		width: 50%;
	}
}

/* =========================================================================
Content */
.breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
}

.breadcrumb .active a {
	color: #777;
}

/*==========================================================================
Text - colors */
.orange {
	color: #f75316 !important;
}

.green {
	color: #80af4d !important;
}

/* =========================================================================
Dirty stuff - but needed */
iframe[name='google_conversion_frame'] {
	height: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin-top: -13px;
	float: left;
}

/* =========================================================================
Bootstrap extension */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
	text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
	text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
	text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
	text-align: justify;
}

@media (max-width: 767px) {
	.nosidemargin-xs {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
		text-align: inherit;
	}

	.text-left-xs {
		text-align: left;
	}

	.text-center-xs {
		text-align: center;
	}

	.text-right-xs {
		text-align: right;
	}

	.text-justify-xs {
		text-align: justify;
	}

	/* Font-size */
	.size-14-xs {
		font-size: 14px;
	}

	.size-16-xs {
		font-size: 16px;
	}

	.size-18-xs {
		font-size: 18px;
	}

	.size-20-xs {
		font-size: 20px;
	}

	.size-22-xs {
		font-size: 22px;
	}

	.size-24-xs {
		font-size: 24px;
	}

	.size-26-xs {
		font-size: 26px;
	}

	.size-28-xs {
		font-size: 28px;
	}

	.size-30-xs {
		font-size: 30px;
	}

	.size-32-xs {
		font-size: 32px;
	}

	.size-34-xs {
		font-size: 34px;
	}

	.size-36-xs {
		font-size: 36px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.nosidemargin-sm {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
		text-align: inherit;
	}

	.text-left-sm {
		text-align: left;
	}

	.text-center-sm {
		text-align: center;
	}

	.text-right-sm {
		text-align: right;
	}

	.text-justify-sm {
		text-align: justify;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.dropdown-menu-right-md {
		right: 0;
		left: auto;
	}

	.nosidemargin-md {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
		text-align: inherit;
	}

	.text-left-md {
		text-align: left;
	}

	.text-center-md {
		text-align: center;
	}

	.text-right-md {
		text-align: right;
	}

	.text-justify-md {
		text-align: justify;
	}

	.navbar-center-lg {
		width: 100%;
		text-align: center;
	}



	.navbar-nav > li {
		display: table-cell;

		float: none;
		padding-right: 0px;
		padding-left: 0;
	}

	.small-menu > a:first-child {
		padding-right: 5px;
		padding-left: 5px;

	}
}

@media (min-width: 1200px) {
	.nosidemargin-lg {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
		text-align: inherit;
	}

	.text-left-lg {
		text-align: left;
	}

	.text-center-lg {
		text-align: center;
	}

	.text-right-lg {
		text-align: right;
	}

	.text-justify-lg {
		text-align: justify;
	}

}

/*=================================================================================
Firefox-fix */
@-moz-document url-prefix() {
	fieldset {
		display: table-cell;
	}
}

#products.faqs {
	padding: 30px;
	box-shadow: 0 0 10px #888;
	border-radius: 3px;
}

#products.faqs .item {
	padding-top: 10px;
}

#products.faqs .item:first-of-type {
	padding-top: 0;
}

#products.faqs .item h6 {
	width: 242px;
}

#products.faqs .item.active {
}

#products.faqs .item .arrow {
	position: absolute;
	width: 16px;
	height: 10px;
	right: 0;
	top: 16px;
	background: url(/themes/2013/images/faqs-open.png) no-repeat right;
}

#products.faqs .item:first-of-type .arrow {
	top: 6px;
}

#products.faqs .item.active .arrow {
	background: url(/themes/2013/images/faqs-close.png) no-repeat right;
}

#products.faqs .item .heading {
	margin: 0 14px 0 0;
	font-weight: 600;
	cursor: pointer;
}

#products.faqs .item.active .heading {
	margin-bottom: 10px;
}

#products.faqs .item:hover .heading {
	text-decoration: underline;
}

#products.faqs .item .text {
	overflow: hidden;
	height: 0;
}

#products.faqs .item.active .text {
	height: auto;
}

.clickable {
	padding: 0px;
	height: 150px;
	color: #ffffff;

	border-color: #8fc800;
	background: #8fc800;
	background: -moz-linear-gradient(top, #8fc800 0%, #98c84d 100%);
	background: -webkit-gradient(linear, left top, left bottom,
	color-stop(0%, #8fc800), color-stop(100%, #98c84d));
	background: -webkit-linear-gradient(top, #8fc800 0%, #98c84d 100%);
	background: -o-linear-gradient(top, #8fc800 0%, #98c84d 100%);
	background: -ms-linear-gradient(top, #8fc800 0%, #98c84d 100%);
	background: linear-gradient(top, #8fc800 0%, #98c84d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#8fc800', endColorstr='#438c00', GradientType=0);

	box-shadow: 0 10px 10px #777;

}

.clickable:hover {
	border-color: #8fc800;
	background: #8fc800;
	background: -moz-linear-gradient(top, #8fc800 0%, #98c84d 100%);
	background: -webkit-gradient(linear, left top, left bottom,
	color-stop(0%, #98c84d), color-stop(100%, #8fc800));
	background: -webkit-linear-gradient(top, #98c84d 0%, #8fc800 100%);
	background: -o-linear-gradient(top, #98c84d 0%, #8fc800 100%);
	background: -ms-linear-gradient(top, #98c84d 0%, #8fc800 100%);
	background: linear-gradient(top, #98c84d 0%, #8fc800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#8fc800', endColorstr='#438c00', GradientType=0);

}

@media (min-width: 1000px) {
	.clickable h4 {

		position: absolute;
		bottom: 5px;
		right: 10%;
	}

	.clickable h1 {
		padding-top: 20px;
	}

}

@media (max-width: 1000px) {
	.clickable {
		margin-bottom: 20px;
	}

	.clickable h4 {

		position: absolute;
		bottom: 15px;
		right: 5%;
	}

}

@media (max-width: 600px) {
	.clickable h4 {

		position: absolute;
		bottom: 20px;
		right: 10%;
	}

}

.clickable h4 {
	position: absolute;

	font-weight: bold;
	text-shadow: -.5px 0 #777, 0 .5px #777, .5px 0 #777, 0 -.5px #777;

}

.clickable a, #start-picture h1, #start-picture a {

	color: #ffffff;

}

.clickable h1 {
	padding-left: 15px;

	padding-top: 10px;
	font-weight: bold;
	text-shadow: -.5px 0 #777, 0 .5px #777, .5px 0 #777, 0 -.5px #777;

}

.clickable h5 {
	position: absolute;
	bottom: 5px;
	right: 10%;
	font-weight: bold;

}

#write_contract span {
	font-size: 20px;
	color: #98c84d;
}

#write_contract a {
	font-size: 17px;

	line-height: 18px;

	display: block;
	margin-top: 10px;
	margin-bottom: -20px;

}

#write_contract a:hover {
	color: #f25100;

	font-weight: 600;

}

#write_contract a:visited {
	color: gray;
}

#write_contract p {
	font-size: 16px;
	padding-left: 15px;

}

#write_contract .container {
	margin-top: 20px;
	box-shadow: 0px 0px 1px 1px darkgray;
	min-height: 550px;
	background: #ffffff;
	padding-bottom: 25px;

}

#foretag {
	margin-top: 15px;
	height: 400px;
	background: url('/themes/2013/images/startsida_foretag.jpg') no-repeat;
	background-size: cover;
	width: 98%;
	margin-left: 1%;
	position: relative
}

#foretag h1 {
	font-size: 40px;
	font-weight: bolder;
	padding-top: 45px;
	margin-left: 30px;
	color: #ffffff;
	text-shadow: -.5px 0 #6d6e71, 0 .5px #6d6e71, .5px 0 #6d6e71, 0 -.5px #6d6e71;
}

#a24_type2 h1 {
	font-size: 55px;
	font-weight: bolder;
	padding-top: 45px;
	margin-left: 30px;
	color: #ffffff;
	text-shadow: -.5px 0 #6d6e71, 0 .5px #6d6e71, .5px 0 #6d6e71, 0 -.5px #6d6e71;
}

#a24_type2 h2 {

	padding-top: 60px;
	font-size: 42px;

	color: #ffffff;
	margin-top: 0px;
	line-height: 60px;

}

#a24_type2 h3 {
	font-size: 25px;

	color: #ffffff;
	margin-top: 15px;
}

#a24_type2 {
	height: 600px;
	/*background: url('/themes/2013/images/startsida_oktober.jpg')no-repeat;*/
	background-size: cover;
	width: 100%;
	position: relative;

}

.start-banner0 {
	background: url('/themes/2013/images/a24type.jpg') no-repeat;
}
.contract-buttons{
	position: absolute; bottom: 30px; width: inherit;padding:15px
}
.bottom-links
{
	position: relative; text-align: center;width: inherit; padding: 5px;margin-top: 160px;
}
@media (min-width: 1601px) {
	.bottom-links
	{
		position: relative; text-align: center;width: inherit; padding: 5px;
		margin-top: 310px;
	}
}
@media (max-width: 1400px) {
	.contract-buttons{
		position: absolute; bottom: 5px; width: inherit;padding:15px
	}
	#a24_type2 {
		height: 400px;
	}
	#a24_type2 h2 {

		padding-top: 40px;
		font-size: 38px;

		color: #ffffff;
		margin-top: 0px;
		line-height: 50px;

	}
}
@media (min-width: 1600px) {
	.bottom-links
	{
		bottom: 60px;
	}
}

@media (max-width: 991px) {
	#a24_type2 h2 {

		padding-top: 60px;
		font-size: 35px;
		color: #ffffff;
		margin-top: 0px;
		line-height: 45px;

	}
   #a24_type2{
	   height: 600px;
   }

}
#a24_type h4 {
	margin-top: 10px;
}

.start-banner1 {
	background: url('/themes/2013/images/a24type.jpg') no-repeat;
}

.element-title {
	color: #98c84d;
}

.common .common-element, .common .common-element .element-title, .element-title h2 {
	animation: flipdown 0.5s ease both;

}

#common {
	padding-bottom: 30px;

}

#common .element {

	/*box-shadow:0 0 1px #888;*/

	padding-bottom: 5px;
	padding-right: 5px;
}

#common .element:first-of-type {
	padding-bottom: 5px;
}

#common .heading .element h6 {
	width: 242px;
}

#common .element.active {
}

#common .element .arrow {
	position: absolute;
	width: 16px;
	height: 10px;
	right: 10px;
	bottom: 10px;

	background: url(/themes/2013/images/common-open.png) no-repeat right;
}

#common .element.active .arrow {
	background: url(/themes/2013/images/common-close.png) no-repeat right;
}

#common .element .headline {
	margin: 0 0px 0 0;
	font-weight: 600;
	cursor: pointer;

}

#common .element:hover .headline {
	text-decoration: underline;
}

#common .element .element-body {
	display: none;

	height: 0;
}

#common .element.active .element-body {
	height: auto;
	overflow-x: visible;
	display: block;
}

#common .faqs {
	padding: 30px;
	box-shadow: 0 0 10px #ffffff;
	border-radius: 3px;
}

#common .faqs .item {
	padding-top: 10px;
}

#common .faqs .item:first-of-type {
	padding-top: 0;
}

#commong .faqs .item h6 {

}

#common .faqs .item.active {
}

#common .faqs .item .arrow {
	display: inline-block;
	width: 16px;
	height: 10px;
	position: inherit;

	background: url(/themes/2013/images/green-tri-icon-down.png) no-repeat right;
}

#common .faqs .item:first-of-type .arrow {
	top: 6px;
}

#common .faqs .item.active .arrow {
	background: url(/themes/2013/images/green-tri-icon-up.png) no-repeat right;
}

#common .faqs .item .heading {
	margin: 0 14px 0 0;
	font-weight: 500;
	cursor: pointer;
}

#common .faqs .item:hover .heading {
	text-decoration: underline;
}

#common .faqs .item .text {
	overflow: hidden;
	height: 0;
	margin-left: 0;
}

#common .faqs .item.active .text {
	height: auto;
	margin-left: -15px;
}

#common .faqs p {
	margin-left: -15px;
	margin: 0 0 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;

}

@media (max-width: 992px) {
	#common .element {
		margin-bottom: 10px;
	}

}

.marginBottom-0 {
	margin-bottom: 0;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #555;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

#a24_type {

	height: 600px;
	/*background: url('/themes/2013/images/startsida_oktober.jpg')no-repeat;*/
	background-size: cover;

	width: 100%;

}

#middle_link {
	position: absolute;
	left: 40px;
	bottom: 40px;

}

@media (min-width: 1600px) {
	#a24_type, #a24_type2 {
		height: 650px;
	}

	#foretag {
		height: 600px;
	}

	#foretag h1 {
		font-size: 50px;
		font-weight: bolder;
		color: #ffffff
	}

	#young_link {
		margin-top: 290px;

	}

	.menu-bar {
		width: 80%;
		margin-left: 18%;
	}

	#young_header h1, #middle_header h1, #a24_type2 h1 {
		font-size: 55px;
	}


	#middle_link h2 {
		font-size: 45px;

	}

	#young_link h3 {
		font-size: 36px;
	}

	#middle_link h4 {
		font-size: 25px;

	}
}

@media (max-width: 1600px) {

	#young_link {
		margin-top: 150px;

	}

	#young_header h1, #middle_header h1, #a24_type2 h1 {
		font-size: 34px;
	}

}

@media (min-width: 1290px) {

	.clickable h1 {
		padding: 10px;
		padding-top: 30px;

	}

}

@media (max-width: 1290px) {

	.clickable h1 {

		padding-top: 15px;

	}

}

#young_header, #middle_header, #young_link {
	padding-left: 10px;
}

#young_header h1, #middle_header h1 {

	color: #ffffff;
	margin-left: 30px;
	font-weight: 900;

}

#middle_header h2 {

	color: #ffffff;
	margin-left: 10px;
	line-height: 68px;
	font-size: 48px;
	padding-top: 30px;

}


#young_link {

	margin-left: 30px;
	color: #ffffff;

}

#middle_link h3 {
	font-size: 27px;
}
#middle_link h5{
	font-size: 18px;
	font-weight: normal;
}

#young_link h3, #middle_link h2, #middle_link h4, #older_link h3, #older_link, #middle_link h3 {
	color: #ffffff;

}

#young_link a, #middle_link a {
	color: #ffffff;
}


.a24_button {
	background-color: #98c84d;
	border-radius: 3px;
	-moz-border-radius: 3px;

}

.button-green {
	border-color: #8fc800;
	background: #8fc800;
	background: -moz-linear-gradient(top, #8fc800 0%, #438c00 100%);
	background: -webkit-gradient(linear, left top, left bottom,
	color-stop(0%, #8fc800), color-stop(100%, #438c00));
	background: -webkit-linear-gradient(top, #8fc800 0%, #438c00 100%);
	background: -o-linear-gradient(top, #8fc800 0%, #438c00 100%);
	background: -ms-linear-gradient(top, #8fc800 0%, #438c00 100%);
	background: linear-gradient(top, #8fc800 0%, #438c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#8fc800', endColorstr='#438c00', GradientType=0);
}

.btnn.button-green:hover {
	border-color: #8fc800;
	background: #8fc800;
	background: -moz-linear-gradient(top, #8fc800 0%, #438c00 100%);
	background: -webkit-gradient(linear, left top, left bottom,
	color-stop(0%, #438c00), color-stop(100%, #8fc800));
	background: -webkit-linear-gradient(top, #438c00 0%, #8fc800 100%);
	background: -o-linear-gradient(top, #438c00 0%, #8fc800 100%);
	background: -ms-linear-gradient(top, #438c00 0%, #8fc800 100%);
	background: linear-gradient(top, #438c00 0%, #8fc800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#8fc800', endColorstr='#438c00', GradientType=0);

}

@media (min-width: 1000px) {

	.boka {
		margin-top: -400px;
	}

}

@media (max-width: 1000px) {

	.landing-button {

		width: 50%;
		margin-top: 25px;
	}

}

@media (min-width: 1000px) {

	.landing-button {

		width: 60%;
	}

}

#page_container001 .product {
	padding-right: 30px;
	padding-left: 30px;
	box-shadow: 0 0 10px #888;

	padding-bottom: 20px;
	background-color: #fff;
}

#page_container001 .agreement-steps {
	box-shadow: 0 0 2px #999;
}

#page_container001 .agreement-sub-steps {
	box-shadow: 0 0 1px #999;
}

#page_container001 .agreement-flow {
	box-shadow: 0 0 3px #999;
}

.small_button {
	border: 1px solid #8ED058;
	-webkit-box-shadow: #474747 0px 0px 5px;
	-moz-box-shadow: #474747 0px 0px 5px;
	box-shadow: #474747 0px 0px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	display: inline-block;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.4);
	font-weight: bold;
	color: #4D7D32;
	background-color: #A9DB80;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A9DB80), to(#96C56F));
	background-image: -webkit-linear-gradient(top, #A9DB80, #96C56F);
	background-image: -moz-linear-gradient(top, #A9DB80, #96C56F);
	background-image: -ms-linear-gradient(top, #A9DB80, #96C56F);
	background-image: -o-linear-gradient(top, #A9DB80, #96C56F);
	background-image: linear-gradient(to bottom, #A9DB80, #96C56F);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#A9DB80, endColorstr=#96C56F);
}

.small_button:hover {
	border: 1px solid #8ED058;
	background-color: #8ED058;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8ED058), to(#7BB64B));
	background-image: -webkit-linear-gradient(top, #8ED058, #7BB64B);
	background-image: -moz-linear-gradient(top, #8ED058, #7BB64B);
	background-image: -ms-linear-gradient(top, #8ED058, #7BB64B);
	background-image: -o-linear-gradient(top, #8ED058, #7BB64B);
	background-image: linear-gradient(to bottom, #8ED058, #7BB64B);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#8ED058, endColorstr=#7BB64B);
}

.view-agreement_landing .book_time .block {
	box-shadow: 0 0 3px #999;

}

.booktime, .book-time {
	box-shadow: 0 0 3px #999;

}

.landing-button {
	padding-left: 15px;
	color: #ffffff;
	border-radius: 3px;
	cursor: pointer;
}

.my-slider {

	height: 450px;

	margin: 0 auto;

	width: 100%;

}

.my-slider ul {

	height: 450px;

	overflow: hidden;

}

.my-slider li {

	float: left;

}

.begin {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;

}

.btnn.button-green:hover .arrow {
	color: #ffffff;
	margin-left: 10px;
}

.btnn.button-green:hover .begin {
	color: #ffffff;

}

#page-content-wrapper span {
	max-width: 400px;
}

.customer-type a {
	color: #575757;
}

.customer-type .active {
	color: #333;
	font-weight: 600;
}

.grey-border {
	text-shadow: -.5px 0 #6d6e71, 0 .5px #6d6e71, .5px 0 #6d6e71, 0 -.5px #6d6e71;
}

.call-us1 {
	border-radius: 15px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: none;

}

.btn-a24-landing1 {

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #f7972a;
	font-size: 28px;
	padding: 15px 25px;
	color: #fff;
	-webkit-transition: -webkit-box-shadow .2s ease;
	-webkit-transition: background 0.5s ease;
	/*
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:  #98c84d;
	font-size:28px;
	padding:15px 25px;
	color:#fff;
	-webkit-transition:-webkit-box-shadow .2s ease;
	-webkit-transition:background 0.5s ease;

	animation-duration: 3s;
	animation-name: colorin;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	-webkit-animation-name: colorin;
	-webkit-animation-iteration-count: infinite;
	*/
}

@media (max-width: 400px) {
	.btn-a24-landing1 {
		font-size: 18px;

	}
}

.btn-a24-landing1.btn-md {
	font-size: 18px;
}

.btn-a24-landing1.btn-chat {
	font-size: 16px;
	border-radius: 10px;
	padding: 10px 25px;
}

.btn-a24-landing1.start-page {
	margin-top: 50px;
	font-size: 24px;
}

.btn-a24-landing1:hover {
	color: #fff;
	/*background: #8fc800;*/
}

.btn-a24-landing1:focus {
	color: #fff;
}

.btn-a24-landing1:active {

}

.btn-a24-landing1.small16 {
	font-size: 16px !important;
}

.btn-a24-landing1.small20 {
	font-size: 20px !important;
}

.btn-a24-landing1.receipt {
	font-size: 18px !important;
}

.btn-a24-landing1 span {
	animation-duration: 5s;
	animation-name: slidein;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 5s;
	-webkit-animation-name: slidein;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-direction: alternate;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 5s;
	-moz-animation-name: slidein;
	-moz-animation-iteration-count: infinite;

	-o-animation-direction: alternate;
	-o-animation-iteration-count: infinite;
	-o-animation-duration: 5s;
	-o-animation-name: slidein;
	-o-animation-iteration-count: infinite;

	/*

	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	margin-right:10px;
	margin-left:0;
	/* Chrome, Safari, Opera
	-webkit-animation-name: example;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	/* Standard syntax
	animation-name: example;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;*/
}

@keyframes colorin {
	/*
	to {
		background: #8fc800;
	}

	from {
		background:  #98c84d;

	}*/
}

@keyframes slidein {
	to {
		margin-left: 20px;
		margin-right: 0;
	}

	from {
		margin-right: 20px;
		margin-left: 0;
	}
}

.btn-a24-landing1:hover span {
	margin-left: 20px;
	margin-right: 0px;
	animation-name: none;
	-webkit-animation-name: none;
}

.btn-a24-landing1.btn-xs {
	font-size: 14px;
	padding: 10px 10px 10px 15px;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px lightgrey;
	-moz-box-shadow: 0 8px 6px -6px lightgrey;
	box-shadow: 0 8px 6px -6px lightgrey;
}

.one-edge-shadow1 {
	-webkit-box-shadow: 8px 0px 6px -6px grey;
	-moz-box-shadow: 8px 0px 6px -6px grey;
	box-shadow: 8px 0px 6px -6px grey;
}

div.bg_utube {
	position: fixed;
	z-index: -99999;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 100%;
	-ms-transform: scale(2, 3);
	-webkit-transform: scale(2, 3);
	transform: scale(2, 3);
}

.call {
	width: 210px;
	height: 400px;
	position: relative;
	background: url('/themes/2013/images/call-us-bg.jpg') no-repeat;
	background-size: cover;
	border-radius: 5px;

}

@media (max-width: 760px) {
	.call {
		margin-left: 15px;
	}

}

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

.partners-logo img {

	zoom: 60%;
}

.bottom > * {
	vertical-align: bottom;
}

.unslider {
	overflow: auto;
	margin: 0;
	padding: 0
}

.unslider-wrap {
	position: relative
}

.unslider-wrap.unslider-carousel > li {
	float: left
}

.unslider-vertical > ul {
	height: 100%
}

.unslider-vertical li {
	float: none;
	width: 100%
}

.unslider-fade {
	position: relative
}

.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10
}

.unslider li, .unslider ol, .unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none
}

.unslider-arrow {
	position: absolute;
	left: 20px;
	z-index: 2;
	cursor: pointer
}

.unslider-arrow.next {
	left: auto;
	right: 20px
}

.unslider-nav ol {
	list-style: none;
	text-align: center;
}

.unslider-nav ol li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 4px;
	background: transparent;
	border-radius: 5px;
	overflow: hidden;
	text-indent: -999em;
	border: 2px solid #fff;
	cursor: pointer;
}

.unslider-nav ol li.unslider-active {
	background: #fff;
	cursor: default;
}

.banner {
	position: relative;
	overflow: auto;
}

.banner li {
	list-style: none;
}

.banner ul li {
	float: left;
}

.big-picture.start-slider img {
	display: none;
}

@media (min-width: 400px) {
	.big-picture.start-slider img {
		display: block;
		width: auto;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.big-picture.start-slider {
		width: 550px;
		max-width: 550px;
	}

	.big-picture.start-slider img {
		width: 550px;
		max-width: none;
	}
}

@media (min-width: 992px) {
	.big-picture.start-slider {
		width: 720px;
		max-width: 720px;
	}

	.big-picture.start-slider img {
		width: 720px;
	}
}

@media (min-width: 1200px) {
	.big-picture.start-slider {
		width: 870px;
		max-width: 870px;
	}

	.big-picture.start-slider img {
		width: 870px;
	}
}

.a24-slider .a24-list {
	position: relative;
	overflow: hidden;
	height: 45px;
	margin-top: 10px;
}

.a24-slider ul {
	position: absolute;
	height: 100%;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.a24-slider li {
	float: left;
	width: 150px;
	height: 45px;
	text-align: center;
}

.a24-slider li img {
	max-width: 95%;
	max-height: 100%;
}

@media (min-width: 768px) {
	.a24-slider li {
		width: 360px;
	}
}

@media (min-width: 992px) {
	.a24-slider li {
		width: 313px;
	}
}

@media (min-width: 1200px) {
	.a24-slider li {
		width: 285px;
	}
}

.big-picture.start-slider img {
	display: none;
}

@media (min-width: 400px) {
	.big-picture.start-slider img {
		display: block;
		width: auto;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.big-picture.start-slider {
		width: 550px;
		max-width: 550px;
	}

	.big-picture.start-slider img {
		width: 550px;
		max-width: none;
	}
}

@media (min-width: 992px) {
	.big-picture.start-slider {
		width: 720px;
		max-width: 720px;
	}

	.big-picture.start-slider img {
		width: 720px;
	}
}

@media (min-width: 1200px) {
	.big-picture.start-slider {
		width: 870px;
		max-width: 870px;
	}

	.big-picture.start-slider img {
		width: 870px;
	}
}

@media (max-width: 992px) {

	.top-line01 {
		background: rgba(0, 0, 0, 0.91);
		color: #ffffff;

	}

	.top-line01 a {
		color: #ffffff;
	}

	#page_container001, body {
		background-color: #ffffff;

	}

}

@media (min-width: 992px) {

	.top-line01 a {
		color: dimgrey;
	}

}

.private_span {
	font-size: 20px;
	padding-top: 5px;;
	padding-left: 40px;
}

@media (max-width: 990px) {

	.swich_new {
		background: #d3d3d3;;
		height: 20px;
		width: 50px;
		border-radius: 30px;
		margin-top: -6px;
		margin-right: 0px;

	}

	.header .customer-type {
		padding-left: 0;
	}
}

.swich_new {
	background: #d3d3d3;;
	height: 25px;
	width: 65px;
	border-radius: 30px;
	margin-top: 4px;
}

.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs, .tabs li {
	position: relative;
}

ul {
	margin-left: 1.1rem;
}

.tabs li a.selected {
	color: #1b1b1b;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #FFF;
	background: #fff;
	background: -webkit-linear-gradient(top, #EFEFEF 0, #FFF 90%);
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), color-stop(90%, #FFF));
	background: linear-gradient(to bottom, #EFEFEF 0, #FFF 90%);
}

.tabs li a {
	display: block;
	font-size: .8em;
	padding: .75em 1em .5em;
	color: #666;
	-webkit-transition: none;
	transition: none;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid transparent;
	background: #efefef;
	background: -webkit-linear-gradient(top, #efefef 0, #f7f7f7 58%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), color-stop(58%, #f7f7f7), to(#efefef));
	background: linear-gradient(to bottom, #efefef 0, #f7f7f7 58%, #efefef 100%);
}

.nav-pills > li > a {
	color: #1b1b1b;
}

#tab .nav-pills li {

	color: #666;
	background: #efefef;
	border-right: solid 1px rgba(0, 0, 0, .12);
	border-left: solid 1px rgba(0, 0, 0, .12);
	border-top: solid 1px rgba(0, 0, 0, .12);

}

#tab .nav-pills > li + li {
	margin-left: 0px;
}

#tab .tab-content {

	background-color: #ffffff;
	margin: 0px 12px;

	border-width: 0;
	padding: 1.5rem;

	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .24);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .24);

}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #1b1b1b;

	background: #ffffff;

}

span.deleteicon {
	position: relative;
	display: inline-block;
	width: 100%;
}

input:not(.success) {
	background-size: 1em;
	background-position: 98% center;
}

span.deleteicon input {
	padding-right: 2.5em;
}

.icon-delete {
	background: #F45531;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: .1em .25em;
	color: #FFF;
	height: 1.5em;
	display: block;
	width: 1.5em;
}

@media only screen and (min-width: 40.063em) {
	span.deleteicon span {
		padding: .2em .05em 0;
		top: 36.5%;
	}
}

span.deleteicon span {
	position: absolute;
	display: block;
	padding: .1em .05em 0;
	top: 37%;
	right: 1em;
	width: 1.5em;
	height: 1.5em;
	background: #CCC;
	cursor: pointer;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1em;
	font-size: .66667rem;
	visibility: hidden;
	-webkit-transition-property: visibility;
	transition-property: visibility;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 50ms;
	transition-duration: 50ms;
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms;
}

.form__fields__final-button {
	margin-left: 15px;
}

.form__fields__final-button.disabled, .form__fields__final-button.disabled:focus, .form__fields__final-button.disabled:hover, .form__fields__final-button[disabled] {
	border-width: .125rem;
	border-color: #d8d8d8;
	border-style: solid;
	background: #d8d8d8;
	color: #fff;
}

.button.disabled, .button[disabled] {
	border-width: .125rem;
	border-color: #d8d8d8;
	border-style: solid;
	background: 0 0;
	color: #d8d8d8;
}

::-ms-clear {
	display: none;
}

.form-control-clear {
	z-index: 10;
	pointer-events: auto;
	cursor: pointer;
}

li.unclickable {
	text-decoration: none;
}

li.unclickable:hover {
	cursor: default;
}

.valid1 {
	border-style: solid;
	border-color: #98c84d;
}

.greyedout {
	color: #CCC;
}

.error {
	border-style: solid;
	border-color: rgb(196, 0, 0);
}

.rejta .rejta-rating.rejta-rating-all {
	background-position: -90px -918px;
}

.kund-garanti {
	display: inline-block;

}

.kundgaranti-image {
	position: absolute;
	bottom: 0px;
	right: 10px;
	padding-bottom: 20px;
}

@media (min-width: 772px) and (max-width: 990px) {
	.kundgaranti-image {
		position: relative;
		align-self: center;
		margin-left: 35%;
	}

	.kund-garanti {

		align: center;
		display: block;

	}
}

@media (max-width: 430px) {
	.kundgaranti-image {
		margin-left: 35%;
		position: relative;
		align: center;
	}

	.kund-garanti {

		display: block;

	}
}

.seb-box {
	box-shadow: 0 2px 5px #888;
	padding: 10px;
	position: relative;
	min-height: 460px;
	margin-bottom: 10px
}

@media (max-width: 500px) {

	.seb-box {
		min-height: 650px;
	}

}

.view-static_page ul, .view-product_view ul, .view-agreement_landing ul, .redactor-styles ul {
	list-style: disc !important;
	margin-bottom: 16px !important;
	margin-left: 24px !important;
}

.view-static_page li, .view-product_view li, .view-agreement_landing li, .redactor-styles li {
	margin-bottom: 5px !important;
}

.redactor-styles {
	font-family: 'Open Sans X', sans-serif !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
}

.redactor-styles b, .redactor-styles strong {
	font-weight: 600 !important;
}

.redactor-styles p {
	margin-bottom: 10px !important;
}

.redactor-styles h3 {
	font-family: 'Open Sans X', sans-serif !important;
	font-size: 24px !important;
	font-weight: 500 !important;
	margin-bottom: 10px !important;
	margin-top: 20px !important;
}

.redactor-styles .btn-a24-landing.small16 {
	font-size: 16px !important;
}

.redactor-styles .btn:active, .redactor-styles .btn.active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.redactor-styles .btn-a24-landing {
	border-radius: 20px;
	background: #f7972a;
	font-size: 28px;
	padding: 15px 25px;
	color: #fff;
}

.redactor-dropdown-p {
	font-family: 'Open Sans X', sans-serif !important;
	font-size: 14px !important;
}

.redactor-dropdown-h3 {
	font-family: 'Open Sans X', sans-serif !important;
	font-size: 24px !important;
	font-weight: 500 !important;
}

#sidebar-wrapper ul {
	list-style: none !important;
	margin: 0 !important;
}

#sidebar-wrapper li {
	margin-bottom: 0 !important;
}

.font-size-16 .redactor-styles {
	font-size: 16px !important;
}

.cloud24-container {
	background-color: white;
	position: relative;
}

/* ////////////////////// */

.cloud24-login-container {
	width: 500px;
	max-width: 100%;
	margin: 50px auto;
}

.cloud24-login-container .login-box {
	background-color: white;
	border: 1px solid gray;
	box-shadow: 0 2px 5px #888;
}

.cloud24-login-container .login-options {
	background-color: gray;
	height: 50px;
	line-height: 50px;
}

.cloud24-login-container .login-options .option {
	float: left;
	width: 50%;
	text-align: center;
	cursor: pointer;
}

.cloud24-login-container .login-options .option.active,
.cloud24-login-container .login-options .option:hover{
	background-color: #ddd;
}

img.bw {
	filter: grayscale(1);
}

video {
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
}

.bankid-login-logo {
	width: 100%;
	margin: 0 auto 10px auto;
	background: no-repeat center center !important;
	background-size: contain;
	display: inline-block;
	background-image: url('/themes/a24/images/bankid_vector_rgb.svg');
	height: 60px;
}

.login-box {
	background-color: white;
	border: 1px solid #f6f6f6;;
	box-shadow: 0 2px 5px #ccc;;
}

.welcome-logo {
	height: 70px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.welcome-banner {
	height: 600px;
	background-image: url("/themes/a24/images/pilot-large-bg.png");
	background-size: cover;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-bottom: 0px;
}

.banner-header h1 {
	font-size: 90px;
	margin-bottom: 40px;
	font-weight: 500;

}
.welcome-logo img
{
	height: 60px;
}
.banner-header p {
	font-size: 18px;

}

.checkbox-list .checklist-welcome {
	padding-left: 60px;
	background: url(/themes/a24/images/ok.svg) no-repeat left center;
	background-size: 45px;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	color: inherit;
}

.checkbox-list .checklist-login {
	padding-left: 30px;
	background: url(/themes/a24/images/ok-green.svg) no-repeat left center;
	background-size: 20px;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
	color: inherit;
}

.welcome-item {

}

.welcome-testimonies {
	width: 80%;
	margin: auto auto;
}

.welcome-offer {
	margin-top: 60px;
	color: #6D6E71;
	width: 80%;
	margin-left: auto;
	margin-right: auto
}

.welcome-offer h1 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 30px
}

.welcome-header {
	width: 85%;
	margin: auto auto;
}

.mission-item
{
	padding-top: 40px;padding-bottom: 40px
}
.welcome-footer {

	background: url(/themes/a24/images/24-icon.svg) no-repeat left center;
	background-size: 200px;
	padding-left: 100px;
	padding-bottom: 50px;
	padding-top: 50px;
	color: #4d4d4d;
	width: 80%;
	margin: auto auto;

}

.customer-btn {
	border: #ffffff solid 2px;
	width: 25%;
	padding: 5px;
	display: inline-block;
	background: transparent;
	margin: 5px;
	margin-top: 20px !important;
	font-size: 15px;
}
.customer-select
{
	cursor: pointer;
}
.customer-btn:hover {
	font-size: 18px;
}

.banner-buttons h3 {
	font-weight: bold;
	margin-top: 30px
}

.banner-buttons {
	height: auto;
	padding: 20px;
	padding-top: 5px !important;
	position: relative;
	width: inherit;
	margin-bottom: 40px
}

.welcome-mission {
	width: 70%;
	margin: auto auto;
}

.footer-container {
	width: 80%;
	margin: auto auto;
}

.footer-image {
	margin-right: 40px;
}

.footer-image img {
	width: 100%;
}

.rating-stars {
	width: 60%;
	margin-top: 15px
}
.banner-buttons h3
{
	line-height: 35px;
}
.go-home
{
	padding-top: 45px;
	color: #6D6E71;
	float: right;
	display: inline;
}

.go-home:hover
{
	font-weight: 600;
	color: #6D6E71;
}
.comments
{
	width: 100%;margin:  auto auto
}
.comments img
{
	width: 100%;
}

@media (max-width: 400px) {
.go-home
{
	float: right;
	padding-top: 25px;
	display: inline;
	font-size: 12px;

}

	.welcome-banner {
		height: 650px;
	}

	.welcome-logo {
		margin-top: 10px;
	}
	.welcome-header
	{
		/*text-align: center;*/
	}
}

@media (min-width: 401px) and (max-width: 760px)
{
	.go-home
	{
		padding-top: 20px;
	}

}

@media (max-width: 760px) {
	.welcome-header, .welcome-mission, .footer-container {
		width: 100%;
	}
	.welcome-logo
	{
		height: 50px;
	}
	.welcome-logo img
	{
		height: 40px
	}
	.rating-stars {
		width: 60%;
	}

	.welcome-offer h1 {
		font-size: 35px;
	}

	.footer-image {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.footer-image img {
		width: 80%;
	}

	#eniro_comments {

		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: url("/themes/a24/images/comments-small.svg") no-repeat;
		width: auto; /* Width of new image */
		height: auto; /* Height of new image */
		padding-left: 180px; /* Equal to width of new image */
	}

	.checkbox-list .checklist-welcome {
		padding-left: 40px;
		padding-top: 10px;
		background-size: 30px;
		font-size: 16px;
		margin-top: 20px;
	}

	.welcome-offer {
		margin-top: 30px;
	}

	.customer-btn {
		width: 60%;
		margin: 0;
	}

	.welcome-footer {
		background-size: 100px;
		padding-left: 120px;
	}

	.banner-header h1 {
		font-size: 40px;
		line-height: 55px;

	}

	.banner-header p {
		font-size: 16px;

	}

	.welcome-banner {
		background-image: url("/themes/a24/images/pilot-375x602-bg.png");
	}

	.welcome-testimonies, .welcome-offer {
		width: 100%;
	}

	/*.welcome-footer
    {
	    background-size: 30px;
	    padding-left: 30px;
	    padding-bottom: 50px;
	    padding-top: 50px;
	    color: #4d4d4d;
	    margin-left: auto;
	    margin-right: auto;
    }*/
	.welcome-footer {

		background: url(/themes/a24/images/24-icon.svg) no-repeat top center;
		background-size: 70px;
		padding-top: 200px;
		padding-bottom: 50px;
		padding-top: 50px;
		color: #4d4d4d;
		margin: auto auto;
		margin-top: 50px !important;

	}

	.customer-btn {
		width: 100%;
	}

}

@media (max-width: 992px) and (min-width: 761px) {

	.banner-header h1 {
		font-size: 50px;

	}


	.footer-container {
		width: 60%;
		margin: auto auto;
	}
	.footer-image {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.customer-btn {
		width: 50%;
	}

	.welcome-banner {
		background-image: url("/themes/a24/images/pilot-small-bg.png");
	}

	.welcome-footer {
		background-size: 30px;
		padding-left: 50px;
		padding-bottom: 50px;
		padding-top: 50px;
		color: #4d4d4d;
		margin: auto auto;
	}
}

@media (max-width: 1400px) and (min-width: 992px) {

	.welcome-banner {
		background-image: url("/themes/a24/images/pilot-medium-bg.png");
	}

	.banner-header h1 {
		font-size: 70px;

	}

	.banner-header p {
		font-size: 14px;

	}

	.banner-buttons h3 {
		font-weight: bold;
		font-size: 22px;
	}

	.banner-buttons {
		padding-top: 0px !important;
	}
}

input {
	/*font-family: FontAwesome;*/
}

.login-button, .login-button:visited
{
	background: #98c84d;
	color: #ffffff;
	height: 48px;
	font-weight: 600;
	font-size: 18px;
}

.login-button:hover
{
	border-color: transparent;
	background-color: #4A8B01;
	color: #ffffff;
}
.login-button-orange{
	background: #f7972a;
	border-color: transparent;
	color: #ffffff;
}
.login-button-orange:hover{
	background: #e9600b;
	color: #ffffff;
}

/*
.awesome:-moz-placeholder{
	font-family: FontAwesome;
}
.awesome::-moz-placeholder
{
	font-family: FontAwesome;
}
.awesome::-webkit-input-placeholder
{
	font-family: FontAwesome;
}
.awesome:-ms-input-placeholder{
	font-family: FontAwesome;
}
*/
@media (max-width: 760px) {

	.login-container {
		max-width: 100%;
	}


	.checkbox-list-login .checklist {
		width: 100%;
		padding-left: 30px;
		margin: auto auto;
		background: url(/themes/a24/images/ok-green-xs.png) no-repeat left center;
		font-size: 14px;
	}
	.login-bankid-waiting
	{
		width: 100%;
	}

}

/*@media (min-width: 992px) {
	.login-container
	{
		margin-top: 50px;
	}

}*/
 .no-border-elements .form-control
{
	border-radius: 0;
}
 /*.no-border-elements input:focus
 {
	 border-color: #939393;
	 box-shadow: 0 1px 1px #ffffff inset, 0 0 8px #ffffff;
	 border-bottom: solid #98c84d 2px;
	 outline: 0 none;

 }
.no-border-elements .has-error input:focus
{
	border-color: #939393;
	box-shadow: 0 1px 1px #ffffff inset, 0 0 8px #ffffff;
	border-bottom: solid #F26640 2px;
	outline: 0 none;

}
.no-border-elements .has-error input
{
	border-color: #939393;
	box-shadow: 0 1px 1px #ffffff inset, 0 0 8px #ffffff;
	border-bottom: solid #F26640 1px;
	outline: 0 none;

}*/
.no-border-elements  input.form-control, .no-border-elements > input
{
	min-height: 48px;
	color: #6D6E71; /*color: #9A9A9A;*/
	font-family: open-sans, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	padding: 6px;
	padding-left: 20px !important;
}
.no-border-elements  input[type="text"]:focus, .no-border-elements  input[type="number"]:focus, .no-border-elements  input[type="email"]:focus, .no-border-elements  input[type="tel"]:focus, .no-border-elements  input[type="password"]:focus
{
	outline: none;
	box-shadow:none;border-color:#6D6E71;background-color:#FFFFFF;padding-top:6px;padding-bottom:6px;min-height:48px;margin:0px -10000px 0px 0px;
}
.no-border-elements input.has-error, .no-border-elements .has-error input, .no-border-elements .has-error input:focus, .no-border-elements has-error input:focus.form-control
{
	border-color: #F26640;
	box-shadow:none;
}
.no-border-elements input:hover
{
	background-color:#FAF6EB;
}
@media (min-width: 761px) {
	.checkbox-list-login .checklist {
		margin: auto auto;
		padding-left: 40px;
		background: url(/themes/a24/images/ok-green.png) no-repeat left center;
		font-size: 16px;
	}
	.login-bankid-waiting
	{
		width: 80%;
	}
}

.modal__content {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	max-width: 460px;
	width: 90%;
	margin: 0 auto;
	border-radius: 0;
	border: 0;
	background-clip: border-box;

}


.login-container {
	color: #6D6E71;
}

.login-container .login-options{
	/*background-color:  #f6f6f6;*/
	background-color: #E8E8E8;
	height: 60px;
	line-height: 60px;
	color: #6D6E71;
}
.type-options{
	/*background-color:  #f6f6f6;*/
	background-color: #E8E8E8;
	height: 44px;
	line-height: 30px;
	color: #6D6E71;
}
.type-options .option{
	border:   1px solid #E8E8E8 ;
	line-height: 42px;
}
.login-container .login-options .option.active, .type-options .option.active {
	color: #8fc800;
	background-color:  #ffffff;
}
.login-container .login-options .option:hover, .type-options .option:hover
{
	background-color:   #ffffff;
}
.login-container .login-options .option {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	font-family: 'Open Sans X', sans-serif;
	color: #6D6E71;
}
.type-options .option {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	font-family: 'Open Sans X', sans-serif;
	color: #6D6E71;
}
@media (max-width: 760px) {
	.login-container {
		max-width: 100%;
	}
}


#login_modules input[type=number]::-webkit-inner-spin-button,
#login_modules input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

/* enable absolute positioning */
.inner-addon {
	position: relative;
}

/* style icon */
.inner-addon .glyphicon {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.login-block
{
	padding: 20px 42px ;
	display: block;background: #ffffff;
}

@media (max-width: 400px) {

	.login-block
	{
		padding:  20px 10px 40px 10px;
	}

}

.rectangle-btn {
	border: #ffffff solid 2px;
	width: 48%;
	padding: 5px;
	display: inline-block;
	background: transparent;
	margin: 5px;
	margin-top: 20px !important;
	font-size: 15px;
	cursor: pointer;
	color: #ffffff;
	font-weight: 600;
	text-shadow: -0.1px 0 #6d6e71, 0 0.1px #6d6e71, 0.1px 0 #6d6e71, 0 -0.1px #6d6e71;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.rectangle-btn
	{
		width: 70%;
	}
}
@media (min-width:1400px) {
	.rectangle-btn
	{
		width: 48%;
	}
}
.rectangle-btn:hover {
	font-size: 18px;
	margin-top: 18px !important;
	color: #ffffff;
}
#cloud24_ssn_check::-webkit-outer-spin-button,
#cloud24_ssn_check::-webkit-inner-spin-button,
#register_bankid_ssn::-webkit-outer-spin-button,
#register_bankid_ssn::-webkit-inner-spin-button{
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#cloud24_ssn_check, #register_bankid_ssn
{
	-moz-appearance:textfield;
}
.excl-moms{
	font-size: 10px;
}
.vat-option{
	cursor: pointer;
}
.login-btn, .login-btn:visited{
	background-color: #98c84d;
	border-color: #060;
	color: #ffffff;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 2px;
}
.login-btn:hover
{
	background:  #060;;
	border-color: #060;
	color: #ffffff;
}

@keyframes blink {
	50% { border-color: #ff0000; }
}
@media (max-width: 992px) {
	.login-btn, .login-btn:visited{
		background-color: transparent;
		border-color: transparent;
		color: #ffffff;
	}
	.login-btn:hover
	{
		background:  transparent;
		color: #ffffff;
	}
}

.start-banner-bg
{
	background: url("/themes/a24/images/vinter-bg.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}
.faq-item .faq-question{
	padding-left: 40px;
}
.news-item{
	margin-bottom: 5px;
	width: 100%;
	display: inline-block
}
.news-item .news-date{
	float: left;width: 20%; font-size: 12px;
}
.news-item .news-caption{
	float: left;width: 80%
}
@media (max-width:400px) {
	.news-item .news-date{
		width: 25%;
	}
	.news-item .news-caption{
		width: 75%;
	}
}
.right-border-a24{
	border-right: solid 1px #e8e8e8;
}
.border-bottom-a24{
	border-bottom: solid 1px #e8e8e8;
}
.row-margin-right{
	margin-right: 15px;
}
.flipper{
	height: 330px;
}

@media (max-width:992px ) {
	.right-border-a24{
		border-right: none;
	}
	.row-margin-right{
		margin-right: 0px;
	}
	.border-bottom-a24{
		margin-left: 15px;
	}
}
@media (max-width: 400px) {
	.flipper{
		height: auto;
	}
}

#modal_partner_intro .intro-logos{
	display: inline-block;
	width:32%;
	margin-bottom:10px;
}
#modal_partner_intro .intro-logos img{
	max-width:100%;
}
#modal_partner_intro .checkbox-list{
	 margin-left:40px;
 }
#modal_partner_intro p{
	padding-left: 30px; padding-right: 20px
}
#modal_partner_intro h1{
}
@media (max-width:767px) {
	#modal_partner_intro .intro-logos{
		width:100%;
		text-align:center;
	}
	#modal_partner_intro .checkbox-list{
		margin-left:0;
	}
	#modal_partner_intro p{
		padding-left: 0; padding-right: 0;
	}
}

@media (min-width:992px) {
	.seb-image{
		height: 320px;
	}
}
.seb-image{

}