/*
Theme Name: Tradfalling24
Theme URI: http://www.trädfällning24.se/
Author: Tradfalling24
Author URI: http://www.trädfällning24.se/
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}



* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	background:url(images/background_grid_01.gif) repeat;
	font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;
	font-size:14px;
	line-height:1.62em; 
	color:#333; 
	-webkit-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	min-height:100%;
}

a {
	color: #27ae4b;
	text-decoration: none;
}

a:visited {
	color: #27ae4b;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #000000;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	clear: both;
	font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;
	word-wrap:break-word;
	vertical-align: baseline;
	white-space:nowrap !important;
}*/

h1 {
	font-size:42px;
    line-height:42px; 
	margin-bottom:24px;
}

h2 {
	font-size:28px;
    line-height:40px; 
	margin-bottom:10px; 
}

h3 {
	font-size:21px;
    line-height:21px;  
	margin-bottom:12px;
}

h4 {
	font-size:18px;
    line-height:18px; 
	margin-bottom:8px;
}

h5 {
	font-size:14px;
    line-height:14px; 
	margin-bottom:4px;
}

h6 {
	font-size: 12px;
    line-height:12px;
}

p { 
    margin: 0 0 20px 0; 
}

h1, h2, h3, h4, h5, h6, p { 
    word-wrap:break-word;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p img {
    margin:0; 
}

/* here we have a hidden field */
#uluname { display:none; } 

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin:0px;
	padding:0px;
}

ul { list-style:none inside }

ol { list-style:decimal inside }


nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}



/* Position reCAPTCHA badge to the left */
  .grecaptcha-badge {
    left: 10px !important;
    right: auto !important;
    position: fixed !important;
    bottom: 10px !important;
    z-index: 9999; /* Ensures it stays above other elements */
    visibility: hidden;
  }
  

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* fakturaunderlag */
.fakturaunderlag p { width:100%; float:left; }
.fakturaunderlag p strong { margin-top: 20px; float: left; }
.fakturaunderlag .fields { float:left; width:100%; }
.fakturaunderlag .fields br { width:100%; float:left; height:1px;clear:both; }
.fakturaunderlag .fields .wpcf7-form-control-wrap { float:left; margin-right:10px; margin-bottom:10px; }
.fakturaunderlag .fields .wpcf7-form-control-wrap input[type=text] { height:35px; }
.fakturaunderlag .fields .wpcf7-form-control-wrap textarea { padding:5px 8px; width: 620px; border: 1px solid #CCC !IMPORTANT; border-radius: 5px; }

.fakturaunderlag span.wpcf7-list-item.first { margin-left:15px; }
.fakturaunderlag .wpcf7-submit {  color: #fff; background: #27ae60; border-radius: 0; border: none; padding: 10px 20px;display: block; float: left; margin-top:-12px; }
.fakturaunderlag .wpcf7-submit:hover { background: #27ae60; opacity:0.6; }
.fakturaunderlag .copy_address .wpcf7-list-item { margin-left:0; }
.fakturaunderlag .delaupprutavdrag .wpcf7-list-item { margin-left:0 !important; }
.fakturaunderlag .small { width:50px; }
.fakturaunderlag #delaC span { margin-left:0; }
.fakturaunderlag #delaC { margin-bottom: -15px !important; float: left; }
div.wpcf7-mail-sent-ok { border: 2px solid #398f14; float: left; width: 100%; margin-left: 0; }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { float: left; width: 100%; margin-left: 0; }

.fakturaunderlag button:active, .fakturaunderlag button:focus { color: #fff; background: #27ae60 !important; }

.pcspan { float: left; height: 35px; text-align: center; font-size: 16px; display: flex; justify-content: center; align-items: center; vertical-align: middle; } 

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	/* border-bottom: 3px solid #b93207; */
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	/* border-top: 3px solid #b93207; */
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	text-align:center;
	color: #220e10;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	
}

ul.nav-menu,
div.nav-menu > ul {
	
}

.nav-menu li {
	
}

.nav-menu li a {
	
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	
}

.nav-menu .sub-menu,
.nav-menu .children {
	
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

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

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color:#fafafa;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin:0px 0px 15px 0px;
	padding:15px;
	word-wrap: break-word;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #e8e5ce;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}


/* Page */
#Page {margin:0; padding:0; width:100%; min-height:100%; position:relative; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;}

/*Header*/
#header { padding:10px 0 12px 0; position:fixed; top:0; left:0; width:100%; z-index:20; background:#fafafa; border-bottom:1px solid #EEEEEE; }


/* Main */
#main{margin:0 auto; padding:0px 0px 0px 0px; width:100%; position:relative; z-index: 0;font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;}

/* Footer */
footer{margin:0 auto; padding:0px 0px 0px 0px; position:relative; bottom:0; width:100%;}
#footer{margin:0 auto; padding:0px 0px 0px 0px; position:relative; bottom:0; width:100%;}









/*Header > Logo*/
.Logo{margin:0; padding:0;  width:100%; position:relative;}
.Logo a{display:block; margin:0; padding:0; width:100%;  z-index:100; background-size:100%;}
.Logo a img{margin:8px 0px 0px 0px; padding:0; width:100%;  z-index:100; background-size:100%; border:none;}


/*Header > Contact*/
.Contact{margin:0; padding:0px 0px 0px 0px; position:relative; width:100%; height:30px;}
.Contact p{margin:0; padding:0px 0px 0px 30px; float:right; text-align:right; font-size:18px; }
.Contact p strong{margin:0; padding:0; text-align:right; font-size:18px; font-weight:bold;}
.Contact p span{margin:0; padding:0; text-align:right; font-size:14px; font-weight:normal; color:#666666;}
.Contact p i{margin:0; padding:0px 5px 0px 0px; text-align:right; font-size:18px; font-weight:normal; line-height:20px;}

.Contact p a{margin:0; padding:0; text-align:right; font-size:18px; font-weight:bold; text-decoration:none; color:#000000;}
.Contact p a:hover{text-decoration:none; color:#27ae4b;}

/*Header > Menu*/
.Menu{margin:0; padding:0px 0px 0px 0px; position:relative; width:100%;}

/*Main Navigation*/
.main-navigation{margin:0; padding:0px 0px 0px 0px; position:relative; width:100%; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul { display: inline-block !important; text-align: right; float:right; }
.main-navigation ul { margin:10px 0px 0px 0px; text-indent: 0; float:right; }
.main-navigation li a,
.main-navigation li { display: inline-block; text-decoration: none; float:left; }
.main-navigation li a { padding:0px 8px; border-bottom: 0; color: #000000; line-height:28px; white-space: nowrap; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; font-size:16px; font-weight:500; }
.main-navigation li a:hover { color: #27ae4b; }
.main-navigation li { margin: 0 0px 0 20px; position: relative; }
.main-navigation li ul { text-align:left; float:left; display: none; margin:0 auto; padding: 0; position: absolute; top: 100%; left:0%; z-index: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.main-navigation li ul li { margin: 0 0px 0 0px; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.main-navigation li ul ul { top: 0; left: 100%; float:left; }
.main-navigation ul li:hover > ul { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border-left: 0; display: block; float:left; background: #fafafa; -moz-box-shadow: 0px 0px 5px #CCCCCC; -webkit-box-shadow: 0px 0px 5px #CCCCCC; box-shadow: 0px 0px 5px #CCCCCC; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.main-navigation li ul li a { margin: 0px 0px 0px 0px; float:left;  display: block; font-size: 14px; line-height:normal; padding: 8px 10px; width: 200px; white-space: normal; color:#27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.main-navigation li ul li a:hover { background: #27ae4b; color: #FFFFFF; }
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a { color: #FFFFFF; font-weight: normal; background:#27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.main-navigation .current-menu-item > a:hover,
.main-navigation .current-menu-ancestor > a:hover,
.main-navigation .current_page_item > a:hover,
.main-navigation .current_page_ancestor > a:hover { color: #FFFFFF; font-weight: normal; background:#27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }









/*Section One 
---------------------------------------------------------------------------------------- */

.section-one {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:#AAAAAA url(images/tradfallning24.jpg) no-repeat top center; z-index:10; position:relative; top:0; width:100%; min-height:400px; background-size:100%;}


.section-tag {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:url(images/tag.png) no-repeat; z-index:1000; position:absolute; top:18px; left:-160px; width:210px; height:170px;}

/*Home - Form*/
.a-form{ margin:0px 0px 0px 0px; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; padding:10px 30px 15px 30px; background:#EEEEEE; z-index:100; position:relative; width:300px; min-height:470px; float:left; border:1px solid #CCCCCC; box-shadow: 0px 0px 0px 0px rgba(255,255,255,0), 0px 0px 5px 0px rgba(0,0,0,0.1); transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out; z-index:100;}

/*Home - Form HR*/
.a-form-hr{margin:5px 0px 5px 0px; padding:0px 0px; background:#CCCCCC; height:1px;}

/*Home - Form Title*/
.a-form-title{margin:0px 0px 0px 0px; padding:5px 0px 5px 0px; width:100%;  position:relative;}
.a-form-title h2{margin:0px; padding:0px 0px 0px 0px; position:relative; font-size:18px; text-align:left; line-height:22px; font-weight:600; color:#000000;}



/*Default > Form*/
.default-form{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none;}

/*Form Grid*/
.form-grid{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none;}

/*Form Grid*/
.form-row{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none; margin-bottom:5px;}


/*Form Columns - Full*/
.form-col-full{float:left; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}

/*Form Columns - Left*/
.form-col-left{float:left; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}

/*Form Columns - Right*/
.form-col-right{float:right; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}

.form-col-full	{width:100%; }
.form-col-left	{width:39%;  margin-right:1%;}
.form-col-right	{width:59%;  margin-left:1%;}

.default-form .file-wrapper {margin:0; padding:0px; width:100%; height:31px; font-size:14px; background:#333; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}

.default-form .file {
    position: absolute;
    top: 0;
    right: 0;
    filter: alpha(opacity=1);
    opacity: 0.01;
    -moz-opacity: 0.01;
    cursor: pointer;
}
.default-form .file-button {
	display:block;
	width:100%;
    color: #fff;
    background: #999999;
    padding:5px 0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: normal;
    cursor: pointer;
	text-align:center;
}


.default-form .file {margin:0; padding:5px 10px; width:100%; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}


.default-form .medium {margin:0; padding:6px 10px; width:100%; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.default-form .medium:focus {border:1px solid #f8b500;}

.default-form .textarea {margin:0; padding:6px 10px; min-width:240px; max-height:70px; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.default-form .textarea:focus {border:1px solid #f8b500;}

.label-full {margin:0; padding:0px 0px; width:100%; font-size:14px; color:#000000; line-height:14px;}
.label-full span{margin:0; padding:0px 0px; width:100%; font-size:14px; color:#89c13a; line-height:28px;}

.default-form .label {margin:0; padding:0px 0px; width:100%; font-size:14px; color:#000000; line-height:28px;}
.default-form .label span{margin:0; padding:0px 0px; width:100%; font-size:14px; color:#89c13a; line-height:28px;}


.default-form .button {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF; border-top:1px solid #76b41d;}

.default-form .button {
background: #8fc800; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #8fc800 0%, #76b41d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#76b41d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8fc800 0%,#76b41d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#76b41d',GradientType=0 ); /* IE6-8 */
}

.default-form .button:hover {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF;}
.default-form .button:hover {
background: #76b41d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2YjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #76b41d 0%, #8fc800 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76b41d), color-stop(100%,#8fc800)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* IE10+ */
background: linear-gradient(to bottom,  #76b41d 0%,#8fc800 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b41d', endColorstr='#8fc800',GradientType=0 ); /* IE6-8 */
}

.default-form .button:focus {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF; border-top:5px solid #8FC800;}
.default-form .button:focus {
background: #8fc800; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #8fc800 0%, #76b41d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#76b41d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8fc800 0%,#76b41d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#76b41d',GradientType=0 ); /* IE6-8 */
}






.honeypot {
     display: none;       
}





/*Home - Content*/
.a-content{ margin:0px 0px 0px 0px; padding:30px 30px; position:relative; width:650px; min-height:100px; float:left; z-index:10; top:259px;}

.a-content{
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(238,238,238,0.9) 75%, rgba(238,238,238,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(75%,rgba(238,238,238,0.9)), color-stop(100%,rgba(238,238,238,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e6eeeeee',GradientType=1 ); /* IE6-8 */
	
}

/* m3a */
.follow-buttons img { width:20px; } 
.follow-buttons ul { float:left; display:inline-flex;  } 
.follow-buttons ul li { margin-right:10px; } 


.personForm .fields { float:left; width:100%; margin-bottom:10px; }
.personForm .fields textarea { width: 100%; border: 1px solid #ccc; }
.personForm .fields input { float:left; width: 49%; height:40px; border-radius:0; }

.personForm .fields span:first-of-type input { margin-right: 9px; }

.personForm .wpcf7-submit { background:#27ae4b !important; float:right; }


.form-control.e-post-textfield { text-transform: lowercase; } 
.e-post-textfield { text-transform: lowercase; } 
	
#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -40px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #28ae4b;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display:none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}

.submit-10 { float:right; background: #27ae4b !important; }


/*Home - Content*/
.a-content-wrapper{ margin:0px 0px 0px 0px; padding:0px 0px;  position:relative; width:100%; min-height:100px;}
.a-content-wrapper h2{margin:0px; padding:0px 0px 12px 0px; width:100%; position:relative; font-size:22px; text-align:left; line-height:22px; font-weight:bold; color:#000000;}
.a-content-wrapper p{margin:0px; padding:0px 0px 0px 0px; width:100%; position:relative; font-size:14px; text-align:left; line-height:20px; font-weight:normal; color:#000000;}
/*.a-content-wrapper ul{margin:10px 0px; padding:0px 0px 0px 0px; text-align:left;}
.a-content-wrapper ul li{float:left; margin:0px 10px 0px 40px; padding:0px 0px 0px 0px; font-size:18px; list-style:none; line-height:24px; position:relative; color:#000000; font-weight:bold; background:url(images/ok.png) no-repeat 0 5px;}
.a-content-wrapper ul li i{float:left; margin:0px; padding:0px 2px 0px 0px; font-size:24px; list-style:none; line-height:24px;  position:relative; color:#8FC800; font-weight:bold;}*/


.a-content-wrapper ul{margin:10px 0px; padding:0px 0px 0px 0px; font-size:14px; text-align:justify;}
.a-content-wrapper ul li{float:left; margin:0px 15px 0px 0px; padding:0px 0px 0px 24px; font-size:18px; list-style:none; line-height:25px; background:url(images/ok.png) no-repeat 0 0px; position:relative; background-size:24px; color:#000000; font-weight:bold;}
















/*Master Form*/
.master-form{margin:0 auto; padding:0px; width:890px; height:auto; min-height:288px; background:#FFFFFF url(images/blad.png) no-repeat; background-position:top right; position:relative; z-index:100; border:2px solid #27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease;}


/*Master Form - List*/
.master-form-list{margin:0; padding:5px 0px 10px 5px; width:100%;  position:relative;}
.master-form-list ul{margin:0; padding:0px 0px 0px 0px; width:100%; position:relative; float:right;}
.master-form-list ul li{margin:0; padding:0px 0px 0px 0px; font-size:14px; color:#000000; list-style:none; position:relative; line-height:30px;  font-weight:500;}
.master-form-list ul li i{margin:0; padding:0px 0px 0px 0px; font-size:14px; color:#27ae4b; list-style:none; position:relative; line-height:30px; }

/*Master Form - Members*/
.master-form-members{margin:0; padding:10px 0px 10px 5px; width:100%;  position:relative;}

/*Master Form - Members*/
.master-form-members-logo{margin:0px 0px; padding:0px 0px; width:90px; height:130px;  float:left; margin-right:10px;}
.Svenska img { padding:0px; border:0;}


/*Master Form - Title*/
.master-form-title{ margin:0 auto; padding:0px 0px 10px 0px;  }
.master-form-title h2 { margin:0; padding:0px; font-size:34px; color:#27ae4b; line-height:40px; text-align:left; }

/*aForm Master*/
.aform_master{margin:0; padding:0px 0px 0px 0px; width:100%;  position:relative;}

/*aForm Grid*/
.aform_master .aform_grid {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}

/*aForm Grid - aForm Field*/
.aform_master .aform_grid .aform_fields {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}

/*aForm Grid - aForm Field*/
.aform_master .aform_grid .aform_fields .afield {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}

/*aForm Grid - aForm Field - Section*/
.aform_master .aform_grid .aform_fields .asection { margin:0px 0px 10px 0px; padding:0px 0px 0px 0px; width:100%; }

/*aForm Grid - aForm Field - Section - Title*/
.aform_master .aform_grid .aform_fields .asection .asection_title { margin:0px 0px; padding:0px 0px 10px 0px; width:100%; font-size:18px; line-height:normal; color:#000000;  margin-bottom:5px;}

/*aForm Grid - aForm Field - Section - Line*/
.aform_master .aform_grid .aform_fields .asection .asection_line { margin:0px 0px; padding:0px 0px 10px 0px; width:100%; font-size:18px; line-height:normal; color:#000000;  border-bottom: 1px dotted #333; margin-bottom:15px;}

/*aForm Grid - aForm Field - Full*/
.aform_master .aform_grid .aform_fields .af_full_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:570px; }

/*aForm Grid - aForm Field - Left*/
.aform_master .aform_grid .aform_fields .af_left_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:280px;   clear:left !important;}

/*aForm Grid - aForm Field - Right*/
.aform_master .aform_grid .aform_fields .af_right_half {float:right; margin:0px 5px; padding:0px 0px 0px 0px; width:280px;  clear:right !important;}

/*aForm Grid - aForm Field - Section - Label*/
.aform_master .aform_grid .aform_fields .afield .afield_label {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:14px; line-height:normal; font-weight:600; width:100%; margin-bottom:10px; height:40px;  clear:both;}


/*aForm Grid - aForm Field - Container*/
.aform_master .aform_grid .aform_fields .afield .ainput_container {margin:0; padding:0px 0px; width:100%; margin-bottom:10px; z-index:1;}

/*aForm Grid - aForm Field - Container - Medium*/
.aform_master .aform_grid .aform_fields .afield .ainput_container .medium {margin:0; padding:10px 10px; font-size:14px; background:#FFFFFF; color:#000000; width:280px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
.aform_master .aform_grid .aform_fields .afield .ainput_container .medium:focus {border:1px solid #27ae4b; background:#fff;}

/*aForm Grid - aForm Field - Container - Large*/
.aform_master .aform_grid .aform_fields .afield .ainput_container .large {margin:0; padding:10px 10px; font-size:14px; background:#FFFFFF; color:#000000; width:570px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
.aform_master .aform_grid .aform_fields .afield .ainput_container .large:focus {border:1px solid #27ae4b; background:#fff;}

/*aForm Footer - Button*/
.form-button{margin:0; padding:0; width:100%; height:50px; position:relative;  line-height:30px;}
.form-button .formbtn{float:right; margin:0; padding:10px 30px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease; position:relative; right:0px; top:0px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.form-button .formbtn:hover{color:#FFFFFF; background:#8ec63e; text-decoration:none;}
.form-button .formbtn:active{top:2px; color:#FFFFFF; background:#55b36c;}


/*aForm Footer - Button*/
.aform_master .aform_footer{display:none; margin:0; padding:0; width:100%; height:50px; position:relative;  line-height:30px;}
.aform_master .aform_footer .aform_button{float:right; margin:0; padding:10px 30px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease; position:relative; right:5px; top:0px;}
.aform_master .aform_footer .aform_button:hover{color:#FFFFFF; background:#8ec63e;}
.aform_master .aform_footer .aform_button:active{top:2px; color:#FFFFFF; background:#55b36c;}


#hidden_fields{display:none;}

















/*Contact Form*/
.a-contact{margin:0 auto; padding:0px 0px 0px 0px; width:890px; height:auto; height:288px; background:#FFFFFF; position:relative; z-index:100; border:1px solid #CCC; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}

/*Contact Form > Grid Contact*/
#grid_contact{ margin:0 auto; padding:15px 0px 15px 0px;  }

/*Contact Form > Title*/
.contact-title{ margin:0 auto; padding:0px 0px 0px 0px;  }
.contact-title h2 { margin:0; padding:0px; font-size:24px; line-height:30px; margin-bottom:18px; }

/*Contact Form > Active*/
.a-contact-active{margin:0 auto; padding:15px 0px 15px 0px; width:890px; height:auto;  position:relative;}


.a-contact .form .gform_wrapper{display:block; z-index:10; height:150px;}
.a-contact-active .form .gform_wrapper{display:block; z-index:10; height:auto;}




/*Form*/
.form{margin:0; padding:0px 0px 0px 0px; width:100%;  position:relative; overflow:hidden;}

.form .gform_wrapper  {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;  overflow:hidden;}
.form .gform_wrapper .gform_body {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}
.form .gform_wrapper .gform_body .gform_fields {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}
.form .gform_wrapper .gform_body .top_label {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.form .gform_wrapper .gform_body .description_below {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}

.form .gform_wrapper .gform_body .gform_fields .gfield {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.form .gform_wrapper .gform_body .gform_fields .gsection {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.form .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:16px; color:#333333;}
.form .gform_wrapper .gform_body .gform_fields .gf_left_half {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.form .gform_wrapper .gform_body .gform_fields .gf_right_half {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}

.form .gform_wrapper .gform_body .gform_fields .gfield_contains_required {}

.form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {margin:0; padding:0px 0px; font-size:14px; line-height:normal; font-weight:300;}

.form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {}

.form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {margin:0; padding:0px 0; width:100%; margin-bottom:15px;}

.form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .small {}
.form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium {margin:0; padding:10px 0; font-size:14px; background:#FFFFFF; color:#000000; width:100%; font:inherit; font-weight:400; text-indent: 2px; border:1px solid #ccc; background:#fff; outline: 0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); box-shadow:inset 0 1px 6px rgba(0, 0, 0, 0.12);}

.form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium:focus {border:1px solid #999; color:#999; -moz-box-shadow:0 0 3px rgba(0,0,0,.32); -webkit-box-shadow:0 0 3px rgba(0,0,0,.32); box-shadow:0 0 3px rgba(0,0,0,.32);}

.form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .large {}

.form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_select { width:100%;  font-size:14px; border:1px solid #CCCCCC; background:#FFFFFF; color:#000000;}

.form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .textarea{margin:0; padding:10px 10px; border:1px solid #CCCCCC; background:#FFFFFF; width:100%;}


.form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile {margin:10px 0px 0px 0px; padding:0px; position:relative;}
.form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area {position:relative; padding:0px 0px 0px 0px; border:2px dashed #ddd; text-align: center; color: #aaa; margin-bottom:0px;}
.form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {}
.form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_button_select_files { margin:0px 0px; padding:0px 0px; background:#27ae4b; color:#FFFFFF; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:hover { background:#444444; color:#FFFFFF; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus { background:#27ae4b; color:#FFFFFF; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .button {margin:30px 0px; padding:5px 10px; background:#27ae4b; color:#FFFFFF; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}


.gfield_description{margin:0; padding:0px; margin-bottom:10px;}

.form .gform_footer{position:relative; top:0px; right:0px; margin-bottom:10px;}
.form .gform_footer .gform_button{float:right; margin:0; padding:10px 30px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.form .gform_footer .gform_button:hover{color:#FFFFFF; background:#444444; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.form .gform_footer .gform_button:focus{color:#FFFFFF; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}

.form .gform_footer .button{float:right; margin:0; padding:10px 30px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}


/*Contact Form*/
.contact-form{margin:0; padding:0px 0px 10px 0px; width:100%;  position:relative;}
.contact-form ul{margin:0; padding:0px 0px 0px 0px; width:100%; position:relative; float:right;}
.contact-form ul li{margin:0; padding:0px 0px 0px 24px; font-size:16px; list-style:none; position:relative; line-height:30px; background:url(images/bock.png) no-repeat 0 50%;}




/*Contact Form > Button*/
.contact-button{margin:0; padding:0px 0px 0px 0px; width:100%; height:auto;  position:relative;}
.contact-button a{float:right; margin:10px 12px 0px 0px; padding:10px 30px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; text-decoration:none; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.contact-button a:hover{color:#FFFFFF; background:#444444; border:none; position:relative; text-decoration:none; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.contact-button a:focus{color:#FFFFFF; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}


#input_1_9{margin:0; padding:0px 0px 0px 0px;}














/*Default > Breadcrumbs*/
.default-breadcrumbs{margin:0; padding:0px 0px 10px 0px; width:100%; font-size:14px; position:relative; line-height:normal; color:#000000;}
.default-breadcrumbs a{margin:0px; padding:0px 0px 0px 0px; font-size:14px; position:relative; line-height:normal; color:#27ae4b; text-decoration:none;}
.default-breadcrumbs a:hover{color:#000000; text-decoration:none;}

.default-breadcrumbs li { float: left; list-style: none; margin-right: 10px; }
.default-breadcrumbs ol li { float: left; list-style: none; margin-right: 10px; } 
.default-breadcrumbs ol li:after { content:'/'; margin-left: 10px; }
.default-breadcrumbs ol li:last-child:after  { display:none; }
.default-breadcrumbs li:after { content: '/'; margin-left: 10px; }
.default-breadcrumbs li:last-child:after  { display:none; }

/*Default  > Title*/
.default-title{margin:0; padding:0px 0px; width:100%;  position:relative;}
.default-title h1{margin:0px; padding:0px 0px 10px 0px; width:100%; position:relative; font-size:48px; font-weight:bold; text-align:left; line-height:normal; color:#000000;}

/*Default > Description*/
.default-description{margin:0; padding:0px 0px 10px 0px; width:100%;  position:relative;}
.default-description h2{margin:0px; padding:0px; width:100%; position:relative; text-align:left; text-transform:uppercase; line-height:normal;}
.default-description a{display:block; margin:0px; padding:0px 0px 0px 0px; width:100%; font-size:18px; position:relative; line-height:normal; color:#000000; text-decoration:none;}
.default-description a:hover{color:#005bff; text-decoration:none;}
.default-description div{margin:0px; padding:0px; width:100%; position:relative; font-size:14px; text-align:left; text-transform:none; line-height:normal; }
.default-description p{margin:0px; padding:0px; width:100%; position:relative; font-size:16px; text-align:left; text-transform:none; line-height:normal;}
.default-description ul{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:94%; position:relative; left:20px; }
.default-description ul li{margin:0px; padding:0px; position:relative; font-size:16px; text-align:left; text-transform:none; line-height:normal; list-style:disc;}



/*Default > Content*/
.default-content{margin:0; padding:10px 0px; width:100%;  position:relative;}
.default-content p{margin:0px; padding:5px 0px 5px 0px; font-size:14px; font-weight:normal; text-align:justify; color:#333333; line-height:25px;}
.default-content ul{margin:10px 0px; padding:0px 0px 0px 25px; font-size:14px; text-align:justify;}
.default-content ul li{margin:0px; padding:0px 0px 0px 0px; font-size:14px; list-style:disc; line-height:25px;}
.default-content table{margin:0px; padding:10px 0px 10px 0px; font-size:14px; font-weight:normal; text-align:justify; color:#333333; line-height:25px;}
.default-content table a{display:block; margin:0px; padding:0px 0px 0px 0px; font-size:14px; position:relative; line-height:25px; color:#005bff; text-decoration:none;}
.default-content table a:hover{color:#b8217d; text-decoration:none;}
.default-content a{margin:0px; padding:0px 0px 0px 0px; font-size:14px; position:relative; line-height:normal; color:#27ae4b; text-decoration:none;}
.default-content a:hover{color:#000000; text-decoration:none;}

.default-content .highlights{margin:10px 0px; padding:0px 0px 0px 0px; font-size:16px; text-align:left;}
.default-content .highlights li{margin:0px; padding:0px 0px 0px 0px; color:#008000; font-size:16px; list-style:none; line-height:28px; font-weight:normal;}
.default-content .highlights li i{margin:0px; padding:0px 10px 0px 0px; font-size:16px;}







/*Page > List Menu*/
.ListMenu {margin:0px; padding:0px; width:100%; }
.ListMenu ul {margin:0px 0px 0px 0px; padding:0px; width:100%; }
.ListMenu ul li {margin:0px; padding:0px; font-size:16px; color:#333333;  text-align:left; font-weight:bold; line-height:30px; list-style:none;}
.ListMenu ul li a {margin:0px; padding:0px; font-size:16px; color:#333333;  text-align:left; font-weight:bold; text-decoration:none;}
.ListMenu ul li a:hover {color:#1d6000; text-decoration:none;}

.ListMenu ul li ul {margin:0px 0px 0px 20px; padding:0px; width:100%; }
.ListMenu ul li ul li {margin:0px; padding:0px; width:100%;  list-style:disc;}
.ListMenu ul li ul li a {margin:0px; padding:0px; font-size:14px; color:#333333;  text-align:left; font-weight:normal; text-decoration:none;}
.ListMenu ul li ul li a:hover {color:#1d6000; text-decoration:none;}



/*Page > List Menu 2*/
.list-menu-two {margin:0px; padding:0px; width:100%; }
.list-menu-two h4 {margin:0px; padding:0px; font-size:16px; color:#333333;  text-align:left; font-weight:bold; line-height:30px; list-style:none;}
.list-menu-two h4 a {margin:0px; padding:0px; font-size:16px; color:#333333;  text-align:left; font-weight:bold; text-decoration:none;}
.list-menu-two h4 a:hover {color:#1d6000; text-decoration:none;}

.list-menu-two ul {margin:0px 0px 0px 20px; padding:0px; width:100%; }
.list-menu-two ul li {margin:0px; padding:0px 0px 5px 0px; width:100%;  list-style:disc;}
.list-menu-two ul li a {margin:0px; padding:0px; font-size:14px; color:#333333;  text-align:left; font-weight:normal; text-decoration:none;}
.list-menu-two ul li a:hover {color:#1d6000; text-decoration:none;}








/*Om oss > Content*/
.om-content{margin:0 auto; padding:15px 15px; width:90%; background:#55b36c; position:relative; border-radius:10px; -moz-border-radius:10px;-webkit-border-radius:10px; color:#FFFFFF;}
.om-content h3{margin:0px; padding:5px 0px 5px 0px; font-size:30px; font-weight:normal; text-align:left; color:#FFFFFF; line-height:25px;}
.om-content p{margin:0px; padding:5px 0px 5px 0px; font-size:14px; font-weight:normal; text-align:justify; color:#FFFFFF; line-height:25px;}
.om-content ul{margin:10px 0px; padding:0px 0px 0px 25px; font-size:14px; text-align:justify;}
.om-content ul li{margin:0px; padding:0px 0px 0px 0px; font-size:14px; list-style:disc; line-height:25px; color:#FFFFFF;}
.om-content a{margin:0px; padding:0px 0px 0px 0px; font-size:14px; position:relative; line-height:normal; color:#FFFFFF; text-decoration:none;}
.om-content a:hover{color:#000000; text-decoration:none;}










/*Tjanster*/
.tjanster{margin:0; padding:0px 0px; height:362px;  position:relative; margin-bottom:30px;}

/*Tjanster Details*/
.tjanster-details{margin:0; padding:0px 10px 10px 10px; background:#FFFFFF; position:relative; margin-bottom:30px; border:1px solid #EEEEEE;}


/*Tjanster - Box*//
.tjanster-box{margin:0; padding:0px 0px;  position:relative;}
.tjanster-box a{margin:0px 0px 0px 0px; padding:0px 0px; text-align:left; line-height:normal; font-weight:normal; text-decoration:none;  position:relative;}
.tjanster-box a:hover{color:#444444;  text-decoration:none;}
.tjanster-box a img {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	width:100%;
	background-size:100%;
    -webkit-filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.tjanster-box a img:hover {
    -webkit-filter: grayscale(0%);
}

/*Tjanster - Title*/
.tjanster-title{margin:0; padding:10px 0px 0px 0px; height:35px;  position:relative;}
.tjanster-title h4{margin:0; padding:0px; font-size:16px; font-weight:normal; color:#000000; line-height:normal; text-align:left;}
.tjanster-title h4 a{margin:0; padding:0px; font-size:16px; font-weight:normal; color:#000000; line-height:normal; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.tjanster-title h4 a:hover{color:#27ae4b; text-decoration:none;}

/*Tjanster List*/
.tjanster-list{margin:0; padding:0px 0px 10px 0px; width:100%; height:160px;  position:relative;}
.tjanster-list ul{margin:0; padding:0px 0px 0px 0px; width:100%; position:relative; float:right;}
.tjanster-list ul li{margin:0; padding:0px 0px 5px 0px; font-size:14px; list-style:none; position:relative; line-height:20px;  color:#000000;}
.tjanster-list ul li i{margin:0; padding:0px 0px 0px 0px; font-size:12px; list-style:none; position:relative; line-height:20px; color:#27ae4b;}

/*Tjanster - Text*/
.tjanster-text{margin:0; padding:0px 0px; height:80px;  position:relative;}
.tjanster-text p{margin:0; padding:0px; font-size:14px; font-weight:normal; color:#000000; line-height:normal; text-align:left;}

/*Tjanster - More*/
.tjanster-more{margin:0; padding:10px 0px; height:40px;  position:relative;}
.tjanster-more p{margin:0; padding:0px; font-size:14px; font-weight:normal; color:#000000; line-height:normal; text-align:center;}
.tjanster-more p a{margin:0; padding:8px 20px; font-size:14px; font-weight:normal; color:#FFFFFF; background:#27ae4b; line-height:normal; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.tjanster-more p a:hover{color:#FFFFFF; background:#333333; text-decoration:none;}








/*Default > 404*/
.Default404{margin:0 auto; padding:10px 20px; width:480px;  position:relative;}
.Default404 h2{margin:0px; padding:5px 0px 5px 0px; font-size:36px; font-weight:normal; text-align:left; font-weight:bold; color:#27ae4b; line-height:40px;}
.Default404 p{margin:0px auto; padding:0px; font-size:14px; font-weight:normal; text-align:left; color:#333333; line-height:30px;}
.Default404 ul {margin:10px 0px 0px 25px; padding:0px; width:100%; }
.Default404 ul li {margin:0px; padding:2px 0px 2px 0px; width:100%;  list-style:disc;}
.Default404 ul li a {margin:0px; padding:0px; font-size:14px; color:#27ae4b;  text-align:left; font-weight:normal; text-decoration:underline;}
.Default404 ul li a:hover {color:#000000; text-decoration:none;}






/*Default > Tack*/
.DefaultTack{margin:0 auto; padding:10px 20px; width:480px;  position:relative;}
.DefaultTack h2{margin:0px; padding:5px 0px 5px 0px; font-size:36px; font-weight:normal; text-align:left; font-weight:bold; color:#27ae4b; line-height:40px;}
.DefaultTack p{margin:0px auto; padding:0px 0px 15px 0px; font-size:14px; font-weight:normal; text-align:left; color:#333333; line-height:20px;}
.DefaultTack ul {margin:10px 0px 0px 25px; padding:0px; width:100%; }
.DefaultTack ul li {margin:0px; padding:2px 0px 2px 0px; width:100%;  list-style:disc;}
.DefaultTack ul li a {margin:0px; padding:0px; font-size:14px; color:#27ae4b;  text-align:left; font-weight:normal; text-decoration:underline;}
.DefaultTack ul li a:hover {color:#000000; text-decoration:none;}
.DefaultTack a {margin:0px; padding:0px; font-size:14px; color:#27ae4b;  text-align:left; font-weight:normal; text-decoration:underline;}
.DefaultTack a:hover {color:#000000; text-decoration:none;}






/*Default > Sitemap*/
.DefaultSitemap{margin:0 auto; padding:10px 20px; width:480px;  position:relative;}
.DefaultSitemap a {font-size:14px; color:#000000;}
.DefaultSitemap a:hover {color:#27ae4b;}








/* Category > News
-------------------------------------------------------*/

/*Category > News*/
.category-news{margin:0px 0px 0px 0px; padding:0; width:100%;  position:relative;}

/*Category > News > Left*/
.category-news-left{float:left; margin:0; padding:0; width:10%;  margin-right:1%;}
.category-news-left a img{margin:0; padding:0; width:100%; }


/*Category > News > Right*/
.category-news-right{float:left;margin:0px; padding:0; width:79%; }


/*Category > News > Top*/
.category-news-right-title{margin:0; padding:0; width:100%; height:20px; }
.category-news-right-title h4{margin:0; padding:0px;  font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; color:#27ae4b; line-height:normal;}
.category-news-right-title h4 a{float:left; margin:0; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:normal; color:#27ae4b; line-height:normal;}
.category-news-right-title h4 a:hover{color:#000000; text-decoration:none;}


/*Category > News > Right - Text*/
.category-news-right-text{margin:0px 0px 0px 0px; padding:5px 0px 5px 0px; width:100%; }
.category-news-right-text p{margin:0; padding:0px;  font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-align:left; color:#000000; line-height:normal;}
.category-news-right-text p a{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal; color:#000000; }
.category-news-right-text p a:hover{text-decoration:none; color:#27ae4b;}


/*Category > News > Date*/
.category-news-date{float:left; margin:0px; padding:5px 0px 5px 0px; width:100%; }
.category-news-date p{margin:0; padding:0px;  font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-align:left; color:#000000; line-height:normal; text-transform: capitalize;}


.widget-title,
.entry-content th,
.comment-content th {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
}

.widget-area {
	margin: 0px;
	padding: 0px;
}

.widget-area .widget h3 {
	margin-bottom: 0px;
}



.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.widget-area ul {
	list-style:none;
	margin-bottom: 20px;
}

.widget-area ul li {
	font-size:14px;
}

.widget-area .textwidget li {
	margin-left: 0px;
	margin-left: 0;
}

.widget-area .widget a {
	color: #000000;
}

.widget-area .widget a:hover {
	color: #27ae4b;
}
.widget_archive{text-transform: capitalize;}









/* Partner
------------------------------------------------------*/

/*Partner Logo*/
.partner-logo{margin:0; padding:0; width:100%; min-height:170px; background:#CCC; box-shadow: 0px 0px 0px 0px rgba(255,255,255,1), 0px 0px 5px 0px rgba(0,0,0,0.1); transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;}
.partner-logo img{margin:0; padding:0; width:100%;  background-size:100%;}

/*Partner Logo Title*/
.partner-logo-title{margin:0; padding:0; width:100%; min-height:30px; }
.partner-logo-title h4{margin:0px; padding:0px 0px 10px 0px; font-size:18px; font-weight:normal; text-align:justify; color:#27ae4b; line-height:18px;}

/*Partner Content*/
.partner-content{margin:0; padding:10px 0px; width:100%; min-height:100%;  position:relative;}
.partner-content p{margin:0px; padding:10px 0px 10px 0px; font-size:14px; font-weight:normal; text-align:justify; color:#333333; line-height:25px; border-bottom:1px dashed #CCCCCC;}
.partner-content p strong{margin:0px; padding:0px 0px 0px 0px; font-size:14px; font-weight:bold; text-align:justify; color:#27ae4b; line-height:25px;}

/*Partner Contact*/
.partner-contact{margin:0; padding:10px 0px; width:100%; min-height:100%;  position:relative;}
.partner-contact p{margin:0px; padding:10px 0px 10px 0px; font-size:14px; font-weight:normal; text-align:justify; color:#333333; line-height:25px; border-bottom:1px dashed #CCCCCC;}
.partner-contact p strong{margin:0px; padding:0px 0px 0px 0px; display:block; font-size:14px; font-weight:bold; text-align:justify; color:#27ae4b; line-height:25px;}











/*Contact Us Page*/
.cont-form{margin:0; padding:0px 0px 0px 0px; width:100%;  position:relative; overflow:hidden;}
.cont-form h3{margin:0px; padding:0px 0px 20px 0px; position:relative; text-align:left; font-size:24px; color:#000000; line-height:24px; font-weight:bold;}

.cont-form .gform_wrapper  {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;  overflow:hidden;}
.cont-form .gform_wrapper .gform_body {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}
.cont-form .gform_wrapper .gform_body .gform_fields {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}
.cont-form .gform_wrapper .gform_body .top_label {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.cont-form .gform_wrapper .gform_body .description_below {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}

.cont-form .gform_wrapper .gform_body .gform_fields .gfield {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.cont-form .gform_wrapper .gform_body .gform_fields .gsection {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.cont-form .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:16px; color:#333333;}
.cont-form .gform_wrapper .gform_body .gform_fields .gf_left_half {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.cont-form .gform_wrapper .gform_body .gform_fields .gf_right_half {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}

.cont-form .gform_wrapper .gform_body .gform_fields .gfield_contains_required {}

.cont-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label1 {margin:0; padding:0px 0px; font-size:14px; line-height:normal; font-weight:300;}

.cont-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {display:none;}

.cont-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {}

.cont-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {margin:0; padding:0px 0; width:100%; margin-bottom:15px;}

.cont-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .small {}
.cont-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium {margin:0; padding:10px 10px; font-size:14px; background:#FFFFFF; color:#000000; width:100%; font:inherit; font-weight:400; text-indent: 2px; border:1px solid #ccc; background:#fff; outline:0;}

.cont-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium:focus {border:1px solid #27ae4b; color:#000000;}

.cont-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .large {}

.cont-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_select { width:100%;  font-size:14px; border:1px solid #CCCCCC; background:#FFFFFF; color:#000000;}

.cont-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .textarea{margin:0; padding:10px 10px; border:1px solid #CCCCCC; background:#FFFFFF; width:100%;}

.cont-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile {margin:10px 0px 0px 0px; padding:0px; position:relative;}
.cont-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area {position:relative; padding:0px 0px 0px 0px; border:2px dashed #ddd; text-align: center; color: #aaa; margin-bottom:0px; background:#FFFFFF;}
.cont-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {}
.cont-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_button_select_files { margin:0px 0px; padding:0px 0px; background:#27ae4b; color:#FFFFFF; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.cont-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:hover { background:#444444; color:#FFFFFF; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.cont-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus { background:#27ae4b; color:#FFFFFF; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.cont-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .button {margin:30px 0px; padding:5px 10px; background:#27ae4b; color:#FFFFFF; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}

.cont-form .gform_wrapper .gform_body .gfield_description{margin:0; padding:0px; margin-bottom:10px;}

.cont-form .gform_footer{position:relative; top:0px; right:0px; margin-bottom:10px;  line-height:30px;}
.cont-form .gform_footer .gform_button{float:right; margin:0; padding:10px 30px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; position:relative; top:-16px;}
.cont-form .gform_footer .gform_button:hover{color:#FFFFFF; background:#444444; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.cont-form .gform_footer .gform_button:focus{color:#FFFFFF; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}


.cont-details{margin:0; padding:0px 0px 0px 0px; width:100%;  position:relative; overflow:hidden;}
.cont-details h3{margin:0px; padding:0px 0px 5px 0px; position:relative; text-align:left; font-size:24px; color:#000000; line-height:24px; font-weight:bold;}

















/*Partner Page*/
.partner-form{margin:0; padding:0px 0px 0px 0px; width:100%;  position:relative; overflow:hidden;}
.partner-form h3{margin:0px; padding:0px 0px 20px 0px; position:relative; text-align:left; font-size:24px; color:#000000; line-height:28px; font-weight:bold;}

.partner-form .gform_wrapper  {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;  overflow:hidden;}
.partner-form .gform_wrapper .gform_body {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}
.partner-form .gform_wrapper .gform_body .gform_fields {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}
.partner-form .gform_wrapper .gform_body .top_label {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.partner-form .gform_wrapper .gform_body .description_below {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}

.partner-form .gform_wrapper .gform_body .gform_fields .gfield {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}






.partner-form .gform_wrapper .gform_body .gform_fields .gf_left_half {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; z-index:1;}
.partner-form .gform_wrapper .gform_body .gform_fields .gf_right_half {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; z-index:1;}

.partner-form .gform_wrapper .gform_body .gform_fields .gfield_contains_required {}

.partner-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label1 {margin:0; padding:0px 0px; font-size:14px; line-height:normal; font-weight:300;}

.partner-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {display:none;}

.partner-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {}

.partner-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {margin:0; padding:0px 0; width:100%; margin-bottom:10px; z-index:1;}

.partner-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .small {}
.partner-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium {margin:0; padding:10px 10px; font-size:14px; background:#FFFFFF; color:#000000; width:100%; font:inherit; font-weight:400; text-indent: 2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}

.partner-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium:focus {border:1px solid #27ae4b; color:#000000;}

.partner-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .large {}

.partner-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_select { width:100%;  font-size:14px; border:1px solid #CCCCCC; background:#FFFFFF; color:#000000; z-index:2; margin-bottom:0px; -webkit-appearance:none;}

.partner-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .textarea{margin:0; padding:10px 10px; border:1px solid #CCCCCC; background:#FFFFFF; width:100%;}

.partner-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile {margin:10px 0px 0px 0px; padding:0px; position:relative;}
.partner-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area {position:relative; padding:0px 0px 0px 0px; border:2px dashed #ddd; text-align: center; color: #aaa; margin-bottom:0px; background:#FFFFFF; }
.partner-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {}
.partner-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_button_select_files { margin:0px 0px; padding:0px 0px; background:#27ae4b; color:#FFFFFF; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.partner-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:hover { background:#444444; color:#FFFFFF; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.partner-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus { background:#27ae4b; color:#FFFFFF; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.partner-form .gform_wrapper .gform_body .gform_fields .ginput_container .gform_fileupload_multifile .gform_drop_area .button {margin:20px 0px; padding:5px 10px; background:#27ae4b; color:#FFFFFF; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}

.partner-form .gform_wrapper .gform_body .gfield_description{margin:0; padding:0px; margin-bottom:10px;}

.partner-form .gform_footer{position:relative; top:0px; right:0px; margin-bottom:10px;  line-height:30px;}
.partner-form .gform_footer .gform_button{float:right; margin:0; padding:10px 30px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; position:relative; top:-16px;}
.partner-form .gform_footer .gform_button:hover{color:#FFFFFF; background:#444444; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.partner-form .gform_footer .gform_button:focus{color:#FFFFFF; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}


.partner-details{margin:0; padding:0px 0px 0px 0px; width:100%;  position:relative; overflow:hidden;}
.partner-details h3{margin:0px; padding:0px 0px 0px 0px; position:relative; text-align:left; font-size:24px; color:#000000; line-height:28px; font-weight:bold;}


/*Form Actions*/

#input_72_25{display:none;}
#input_72_26{display:none;}
#input_72_35{display:none;}





#field_72_28 .gfield_label{display:inline;}


#field_72_7 .gfield_label{display:inline;}

#field_72_38 .gfield_label{display:inline;}

#field_2_8 .gfield_label{display:inline;}



.partner-form .gform_wrapper .gform_body .gform_fields #field_72_21{
	border-bottom:none;
	padding:0px 0px 0px 0px;
	margin:15px 0px 15px 0px;
	clear: both;
	
	width:100%;
	float:left;
}

.partner-form .gform_wrapper .gform_body .gform_fields #field_72_18{
	border-bottom:none;
	padding:0px 0px 0px 0px;
	margin:15px 0px 15px 0px;
	clear: both;
	
	width:100%;
	float:left;
}

.partner-form .gform_wrapper .gform_body .gform_fields #field_72_29{
	border-bottom:none;
	padding:0px 0px 0px 0px;
	margin:15px 0px 15px 0px;
	clear: both;
	
	width:100%;
	float:left;
}

.partner-form .gform_wrapper .gform_body .gform_fields #field_72_33{
	border-bottom:none;
	padding:0px 0px 0px 0px;
	margin:15px 0px 15px 0px;
	clear: both;
	
	width:100%;
	float:left;
}

.partner-form .gform_wrapper .gform_body .gform_fields #field_72_39{
	border-bottom:none;
	padding:0px 0px 0px 0px;
	margin:15px 0px 15px 0px;
	clear: both;
	
	width:100%;
	float:left;
}

.partner-form .gform_wrapper .gform_body .gform_fields #field_72_43{
	border-bottom:none;
	padding:0px 0px 0px 0px;
	margin:15px 0px 15px 0px;
	clear: both;
	
	width:100%;
	float:left;
}

.partner-form .gform_wrapper .gform_body .gform_fields #field_72_51{
	border-bottom:none;
	padding:0px 0px 0px 0px;
	margin:15px 0px 15px 0px;
	clear: both;
	
	width:100%;
	float:left;
}

.partner-form .gform_wrapper .gform_body .gform_fields #field_72_46{
	border-bottom:none;
	padding:0px 0px 0px 0px;
	margin:15px 0px 15px 0px;
	clear: both;
	
	width:100%;
	float:left;
}

.partner-form .gform_wrapper .gform_body .gform_fields #field_72_53{
	border-bottom:none;
	padding:0px 0px 0px 0px;
	margin:15px 0px 15px 0px;
	clear: both;
	
	width:100%;
	float:left;
}







#field_72_28 .gfield_label{float:left; width:50%; font-size:14px; font-weight:600;}
#field_72_28 .ginput_container{float:left; width:50%;}
#field_72_28 .datepicker_with_icon{width:100%;}



#field_72_7 {margin:0px 0px 0px 0px;width:100%; font-size:14px; font-weight:400;}
#field_72_7 .gfield_label{width:100%; font-size:14px; font-weight:600;}


#field_72_38 {margin:0px 0px 0px 0px;width:100%; font-size:14px; font-weight:400;}
#field_72_38 .gfield_label{width:100%; font-size:14px; font-weight:600;}












.partner-form .gform_wrapper .gform_body .gform_fields .gsection {
	border-bottom:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	clear: both;
	
	width:100%;
	float:left;
}

.partner-form .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
	border-bottom: 1px dotted #333;
	padding:0px 0px;
	margin:0px 0px;
	clear: both;
	
	min-height:1px;
	width:100%;
	clear: both;
	
}

















/*aForm Partner*/
.aform_partner{margin:0; padding:0px 0px 0px 0px; width:100%;  position:relative;}
.aform_partner h3{margin:0px 5px; padding:0px 0px 20px 0px; position:relative; text-align:left; font-size:24px; color:#000000; line-height:28px; font-weight:bold;}

/*aForm Grid*/
.aform_partner .aform_grid {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}

/*aForm Grid - aForm Field*/
.aform_partner .aform_grid .aform_fields {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}

/*aForm Grid - aForm Field*/
.aform_partner .aform_grid .aform_fields .afield {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}

/*aForm Grid - aForm Field - Section*/
.aform_partner .aform_grid .aform_fields .asection { margin:0px 0px 10px 0px; padding:0px 0px 0px 0px; width:100%; }

/*aForm Grid - aForm Field - Section - Title*/
.aform_partner .aform_grid .aform_fields .asection .asection_title { margin:0px 0px; padding:0px 0px 10px 0px; width:100%; font-size:18px; line-height:normal; color:#000000;  margin-bottom:5px;}

/*aForm Grid - aForm Field - Section - Line*/
.aform_partner .aform_grid .aform_fields .asection .asection_line { margin:0px 0px; padding:0px 0px 10px 0px; width:100%; font-size:18px; line-height:normal; color:#000000;  border-bottom: 1px dotted #333; margin-bottom:15px;}

/*aForm Grid - aForm Field - Full*/
.aform_partner .aform_grid .aform_fields .af_full_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:460px; }

/*aForm Grid - aForm Field - Left*/
.aform_partner .aform_grid .aform_fields .af_left_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:225px;   clear:left !important;}

/*aForm Grid - aForm Field - Right*/
.aform_partner .aform_grid .aform_fields .af_right_half {float:right; margin:0px 5px; padding:0px 0px 0px 0px; width:225px;   clear:right !important;}

/*aForm Grid - aForm Field - Section - Label*/
.aform_partner .aform_grid .aform_fields .afield .afield_label {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:14px; line-height:normal; font-weight:600; width:100%; margin-bottom:10px; height:40px;  clear:both;}


/*aForm Grid - aForm Field - Container*/
.aform_partner .aform_grid .aform_fields .afield .ainput_container {margin:0; padding:0px 0px; width:100%; margin-bottom:10px; z-index:1;}

/*aForm Grid - aForm Field - Container - Medium*/
.aform_partner .aform_grid .aform_fields .afield .ainput_container .medium {margin:0; padding:10px 10px; font-size:14px; background:#FFFFFF; color:#000000; width:225px; height: 40px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}

/*aForm Grid - aForm Field - Container - Large*/
.aform_partner .aform_grid .aform_fields .afield .ainput_container .large {margin:0; padding:10px 10px; font-size:14px; background:#FFFFFF; color:#000000; width:460px; height: 40px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}


/*aForm Footer - Button*/
.aform_partner .aform_footer{margin:0; padding:0; width:100%; height:50px; position:relative;  line-height:30px;}
.aform_partner .aform_footer .aform_button{float:right; margin:0; padding:10px 30px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease; position:relative; right:5px; top:0px;}
.aform_partner .aform_footer .aform_button:hover{color:#FFFFFF; background:#8ec63e;}
.aform_partner .aform_footer .aform_button:active{top:2px; color:#FFFFFF; background:#55b36c;}


/*Form Actions*/
#field_partner_19{display:none;}
#field_partner_21{display:none;}
#field_partner_38{display:none;}















.loader
{
   
   height: 200px;
   width: 200px;
   position: fixed;
   z-index: 1000;
   left: 50%;
   top: 40%;
   margin:0px 0px 0px -100px;
   display:none;
   text-align: center;  
}

.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 50px auto;
    background:#8ec63e;
    border-radius: 50px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}
.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 54px;
    height: 54px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 54px;
    height: 54px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }
}
















.cat-item-11{display:none;}







/* Footer
-------------------------------------------------*/

/*Footer*/
.footer{margin:0px 0px 0px 0px; padding:30px 0px 0px 0px; width:100%; background:#282828;}


#share-buttons{margin:0px 0px 10px 0px; padding:0px 0px 0px 0px; width:100%; }
#share-buttons ul{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:94%; position:relative; left:0px; }
#share-buttons ul li{margin:0px 5px 3px 0px; padding:0px; width:150px; position:relative; text-align:left; text-transform:none; line-height:normal; list-style:none; font-family:'humanst521_lt_btlight', Arial, sans-serif; font-size:14px; color:#afafaf;}
#share-buttons ul li a{display:block; text-align:left; padding:0px; text-transform:none; line-height:normal; list-style:none; font-family:'humanst521_lt_btlight', Arial, sans-serif; font-size:14px; color:#afafaf; text-decoration:none; background:#333333; border-radius:2px;}
#share-buttons ul li a:hover {color:#FFFFFF; background:#333333; text-decoration:none;}
#share-buttons ul li a img { width: 20px; padding:2px; border: 0; box-shadow: 0; display: inline; }
#share-buttons ul li a span { margin:3.1px 5px 0px 0px; padding:1px; float:right; font-size:12px; color:#000000; background:#CCCCCC; min-width:14px; border-radius:2px; text-align:center; }



/*Footer > Svenska*/
.Svenska{margin:0px 15px; padding:0px 0px; width:90px; height:130px;  float:right;}
.Svenska img { padding:0px; border:0;}


/*Footer > Copy*/
.FooterCopy{margin:0; padding:10px 0px; width:100%; }
.FooterCopy p {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:left; font-weight:normal;}
.FooterCopy p a {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:left; font-weight:normal; text-decoration:none;}
.FooterCopy p a:hover {color:#FFFFFF; text-decoration:none;}

/*Footer > Design*/
.FooterDesign{margin:0; padding:10px 0px; width:100%; }
.FooterDesign p {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:right; font-weight:normal;}
.FooterDesign p a {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:right; font-weight:normal; text-decoration:none;}
.FooterDesign p a:hover {color:#FFFFFF; text-decoration:none;}





















/* Soften */
.soften-10px,
.soften-15px,
.soften-20px,
.soften-30px,
.soften-40px,
.soften-50px,
.soften-60px,
.soften-70px,
.soften-80px,
.soften-90px,
.soften-100px{
	margin:0 auto;
	padding:0px;
	width:100%;
	
	clear:both;
}

/* Soften */
.soften-10px		{ height:10px; }
.soften-15px		{ height:15px; }
.soften-20px		{ height:20px; }
.soften-30px		{ height:30px; }
.soften-40px		{ height:40px; }
.soften-50px		{ height:50px; }
.soften-60px		{ height:60px; }
.soften-70px		{ height:70px; }
.soften-80px		{ height:80px; }
.soften-90px		{ height:90px; }
.soften-100px		{ height:100px; }

/*Soften Header*/
.soften_header{margin:0 auto; padding:0px; width:100%; height:93px; }




/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */



/* Full grid ***/
.a-full-grid {
	width:100%; 
	margin:0 auto; 
	padding:0; 
	position:relative;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

/* 980 grid */
.a-grid {
	width:980px; 
	margin:0 auto; 
	padding:0; 
	position:relative;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	z-index:1;
}

/* Row */
.a-row {
	margin-bottom:0px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	z-index:1;
}

/* Columns */
.a-col-one,
.a-col-two,
.a-col-three,
.a-col-four,
.a-col-five,
.a-col-six,
.a-col-seven,
.a-col-eight,
.a-col-nine,
.a-col-ten,
.a-col-eleven,
.a-col-twelve{
	float:left; 
	display:inline; 
	margin:0 15px;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}


/* Columns - custom */
.a-col-two-custom{
	float:left; 
	display:inline; 
	margin:0 10px;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}


/* Header Columns */
.a-header-one,
.a-header-two,
.a-header-three{
	float:left; 
	display:inline; 
	margin:0 15px;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

/* Footer Columns */
.a-footer-one,
.a-footer-two{
	float:left; 
	display:inline; 
	margin:0 15px;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}



/* Page Layout - Content Columns */
.a-col-pl-cont-one,
.a-col-pl-cont-two,
.a-col-pl-cont-three{
	float:left; 
	display:inline; 
	margin:0 15px;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

/* Page Layout - Sidebar Columns */
.a-col-pl-side-one,
.a-col-pl-side-two,
.a-col-pl-side-three{
	float:left; 
	display:inline; 
	margin:0 15px;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}




/* Custom Layout - Content Columns */
.a-col-custom-cont{
	float:left; 
	display:inline; 
	margin:0 0px;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

/* Custom Layout - Sidebar Columns */
.a-col-custom-side{
	float:left; 
	display:inline; 
	margin:0px 15px 0px 0px;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}


/* Custom Layout - Inner Box - Columns */
.a-col-custom-inner-box-one,
.a-col-custom-inner-box-two,
.a-col-custom-inner-box-three{
	float:left; 
	display:inline; 
	margin:0px 15px;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}




.a-col-form-one,
.a-col-form-two,
.a-col-form-three {
	float:left; 
	display:inline; 
	margin:0px 5px 0px 15px;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}




.a-footer-inner-one,
.a-footer-inner-two,
.a-footer-inner-three {
	float:left; 
	display:inline; 
	margin:0px 15px 0px 0px;
	
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}









/* Default Columns */
.a-grid				{ width:980px; }
	
.a-col-one			{ width:950px; }
.a-col-two			{ width:460px; }
.a-col-three		{ width:296.6666666666667px; }
.a-col-four			{ width:215px; }
.a-col-five			{ width:166px; }
.a-col-six			{ width:133.3333333333333px; }
.a-col-seven		{ width:110px; }
.a-col-eight		{ width:92.5px; }
.a-col-nine			{ width:78.88888888888889px; }
.a-col-ten			{ width:68px; }
.a-col-eleven		{ width:59.09090909090909px; }
.a-col-twelve		{ width:51.66666666666667px; }

.a-col-two-custom	{ width:470px;  }

/* Header Columns */
.a-header-one			{ width:950px; }
.a-header-two			{ width:300px; }
.a-header-three			{ width:620px; }

/* Footer Columns */
.a-footer-one			{ width:670px; }
.a-footer-two			{ width:250px; }



/* Page Layout - Content and Sidebar - Columns - One */
.a-col-pl-cont-one			{ width:660px; }
.a-col-pl-side-one			{ width:260px; }

/* Page Layout - Content and Sidebar - Columns - two */
.a-col-pl-cont-two			{ width:500px; }
.a-col-pl-side-two			{ width:420px; }

/* Page Layout - Content and Sidebar - Columns - three */
.a-col-pl-cont-three			{ width:770px; }
.a-col-pl-side-three			{ width:370px; }


/* Custom Layout - Content and Sidebar - Columns */
.a-col-custom-cont			{ width:900px; }
.a-col-custom-side			{ width:285px; }

/* Custom Layout - Inner Box - Columns */
.a-col-custom-inner-box-one	{ width:870px; }




.a-col-form-one				{width:246px; }
.a-col-form-two				{width:580px; }
.a-col-form-three			{width:865px; }


.a-footer-inner-one			{width:208px; }
.a-footer-inner-two			{width:208px; }
.a-footer-inner-three		{width:208px; }









/* 1600 grid */
@media screen and (min-width:1600px) {
	
	.a-grid				{ width:980px; }
	
	.a-col-one			{ width:950px; }
	.a-col-two			{ width:460px; }
	.a-col-three		{ width:296.6666666666667px; }
	.a-col-four			{ width:215px; }
	.a-col-five			{ width:166px; }
	.a-col-six			{ width:133.3333333333333px; }
	.a-col-seven		{ width:110px; }
	.a-col-eight		{ width:92.5px; }
	.a-col-nine			{ width:78.88888888888889px; }
	.a-col-ten			{ width:68px; }
	.a-col-eleven		{ width:59.09090909090909px; }
	.a-col-twelve		{ width:51.66666666666667px; }
	
	.a-col-two-custom	{ width:470px;  }


	/* Header Columns */
	.a-header-one			{ width:950px; }
	.a-header-two			{ width:300px; }
	.a-header-three			{ width:620px; }
	
	/* Footer Columns */
	.a-footer-one			{ width:620px; }
	.a-footer-two			{ width:300px; }
	
	

	/* Page Layout - Content and Sidebar - Columns - One */
	.a-col-pl-cont-one			{ width:660px; }
	.a-col-pl-side-one			{ width:260px; }
	
	/* Page Layout - Content and Sidebar - Columns - two */
	.a-col-pl-cont-two			{ width:500px; }
	.a-col-pl-side-two			{ width:420px; }
	
	/* Page Layout - Content and Sidebar - Columns - three */
	.a-col-pl-cont-three			{ width:770px; }
	.a-col-pl-side-three			{ width:370px; }
	
	
	/* Custom Layout - Content and Sidebar - Columns */
	.a-col-custom-cont			{ width:900px; }
	.a-col-custom-side			{ width:285px; }
	
	/* Custom Layout - Inner Box - Columns */
	.a-col-custom-inner-box-one	{ width:870px; }
	
	
	

	.a-col-form-one				{width:246px; }
	.a-col-form-two				{width:580px; }
	.a-col-form-three			{width:865px; }
	
	
	.a-footer-inner-one			{width:208px; }
	.a-footer-inner-two			{width:208px; }
	.a-footer-inner-three		{width:208px; }
	
}




/* 1280 grid */
@media print, screen and (min-width:1280px) and (max-width:1599px) {
	
	.a-grid				{ width:980px; }
	
	.a-col-one			{ width:950px; }
	.a-col-two			{ width:460px; }
	.a-col-three		{ width:296.6666666666667px; }
	.a-col-four			{ width:215px; }
	.a-col-five			{ width:166px; }
	.a-col-six			{ width:133.3333333333333px; }
	.a-col-seven		{ width:110px; }
	.a-col-eight		{ width:92.5px; }
	.a-col-nine			{ width:78.88888888888889px; }
	.a-col-ten			{ width:68px; }
	.a-col-eleven		{ width:59.09090909090909px; }
	.a-col-twelve		{ width:51.66666666666667px; }
	
	.a-col-two-custom	{ width:470px;  }
	
	/* Header Columns */
	.a-header-one			{ width:950px; }
	.a-header-two			{ width:300px; }
	.a-header-three			{ width:620px; }
	
	/* Footer Columns */
	.a-footer-one			{ width:620px; }
	.a-footer-two			{ width:300px; }
	
	

	/* Page Layout - Content and Sidebar - Columns - One */
	.a-col-pl-cont-one			{ width:660px; }
	.a-col-pl-side-one			{ width:260px; }
	
	/* Page Layout - Content and Sidebar - Columns - two */
	.a-col-pl-cont-two			{ width:500px; }
	.a-col-pl-side-two			{ width:420px; }
	
	/* Page Layout - Content and Sidebar - Columns - three */
	.a-col-pl-cont-three			{ width:770px; }
	.a-col-pl-side-three			{ width:370px; }
	
	
	/* Custom Layout - Content and Sidebar - Columns */
	.a-col-custom-cont			{ width:900px; }
	.a-col-custom-side			{ width:285px; }
	
	/* Custom Layout - Inner Box - Columns */
	.a-col-custom-inner-box-one	{ width:870px; }
	
	
	

	.a-col-form-one				{width:246px; }
	.a-col-form-two				{width:580px; }
	.a-col-form-three			{width:865px; }
	
	
	.a-footer-inner-one			{width:208px; }
	.a-footer-inner-two			{width:208px; }
	.a-footer-inner-three		{width:208px; }
	
	
}




/* 1024 grid */
@media print, screen and (min-width:1024px) and (max-width:1279px) {
	
	.a-grid				{ width:980px; }
	
	.a-col-one			{ width:950px; }
	.a-col-two			{ width:460px; }
	.a-col-three		{ width:296.6666666666667px; }
	.a-col-four			{ width:215px; }
	.a-col-five			{ width:166px; }
	.a-col-six			{ width:133.3333333333333px; }
	.a-col-seven		{ width:110px; }
	.a-col-eight		{ width:92.5px; }
	.a-col-nine			{ width:78.88888888888889px; }
	.a-col-ten			{ width:68px; }
	.a-col-eleven		{ width:59.09090909090909px; }
	.a-col-twelve		{ width:51.66666666666667px; }
	

	.a-col-two-custom	{ width:470px;  }
	
	
	/* Header Columns */
	.a-header-one			{ width:950px; }
	.a-header-two			{ width:300px; }
	.a-header-three			{ width:620px; }
	
	/* Footer Columns */
	.a-footer-one			{ width:620px; }
	.a-footer-two			{ width:300px; }
	
	

	/* Page Layout - Content and Sidebar - Columns - One */
	.a-col-pl-cont-one			{ width:660px; }
	.a-col-pl-side-one			{ width:260px; }
	
	/* Page Layout - Content and Sidebar - Columns - two */
	.a-col-pl-cont-two			{ width:500px; }
	.a-col-pl-side-two			{ width:420px; }
	
	/* Page Layout - Content and Sidebar - Columns - three */
	.a-col-pl-cont-three			{ width:770px; }
	.a-col-pl-side-three			{ width:370px; }
	
	
	/* Custom Layout - Content and Sidebar - Columns */
	.a-col-custom-cont			{ width:900px; }
	.a-col-custom-side			{ width:285px; }
	
	/* Custom Layout - Inner Box - Columns */
	.a-col-custom-inner-box-one	{ width:870px; }
	
	
	

	.a-col-form-one				{width:246px; }
	.a-col-form-two				{width:580px; }
	.a-col-form-three			{width:865px; }
	
	
	.a-footer-inner-one			{width:208px; }
	.a-footer-inner-two			{width:208px; }
	.a-footer-inner-three		{width:208px; }


        .section-tag {display:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:url(images/tag.png) no-repeat; z-index:1000; position:absolute; top:10px; left:-160px; width:210px; height:170px;}

}


/* 960 grid */
@media print, screen and (min-width:960px) and (max-width:1023px) {
	
	.a-grid				{ width:900px;}
	
	.a-col-one			{ width:870px; }
	.a-col-two			{ width:420px; }
	.a-col-three		{ width:270px; }
	.a-col-four			{ width:195px; }
	.a-col-five			{ width:150px; }
	.a-col-six			{ width:120px; }
	.a-col-seven		{ width:98.57px; }
	.a-col-eight		{ width:82.5px; }
	.a-col-nine			{ width:70px; }
	.a-col-ten			{ width:60px; }
	.a-col-eleven		{ width:51.81px; }
	.a-col-twelve		{ width:45px; }
	
	.a-col-two-custom	{ width:430px;  }

	/* Header Columns */
	.a-header-one			{ width:950px; }
	.a-header-two			{ width:260px; }
	.a-header-three			{ width:580px; }
	
	/* Footer Columns */
	.a-footer-one			{ width:540px; }
	.a-footer-two			{ width:300px; }
	
	/* Page Layout - Content and Sidebar - Columns - One */
	.a-col-pl-cont-one			{ width:645px; }
	.a-col-pl-side-one			{ width:195px; }
	
	/* Page Layout - Content and Sidebar - Columns - two */
	.a-col-pl-cont-two			{ width:445px; }
	.a-col-pl-side-two			{ width:395px; }
	
	/* Page Layout - Content and Sidebar - Columns - three */
	.a-col-pl-cont-three			{ width:570px; }
	.a-col-pl-side-three			{ width:270px; }
	
	.a-col-form-one				{width:246px; }
	.a-col-form-two				{width:580px; }
	.a-col-form-three			{width:865px; }
	
        

        /*Main Navigation*/
	.main-navigation{margin:0; padding:0px 0px 0px 0px; position:relative; width:100%; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul { display: inline-block !important; text-align: right; float:right; }
	.main-navigation ul { margin: 0; text-indent: 0; float:right; }
	.main-navigation li a,
	.main-navigation li { display: inline-block; text-decoration: none; float:left; }
	.main-navigation li a { border-bottom: 0; color: #000000; line-height:30px; white-space: nowrap; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; font-size:14px; }
	.main-navigation li a:hover { color: #27ae4b; }
	.main-navigation li { margin: 0 0px 0 5px; position: relative; }
	.main-navigation li ul { text-align:left; float:left; display: none; margin:0 auto; padding: 0; position: absolute; top: 100%; left:0%; z-index: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul li { margin: 0 0px 0 0px; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul ul { top: 0; left: 100%; float:left; }
	.main-navigation ul li:hover > ul { border-left: 0; display: block; float:left; }
	.main-navigation li ul li a { float:left; background: #efefef; border-bottom: 1px solid #ededed; display: block; font-size: 14px; line-height: 2.181818182; padding: 8px 10px; padding: 0.571428571rem 0.714285714rem; width: 160px; white-space: normal; }
	.main-navigation li ul li a:hover { background: #e3e3e3; color: #444; }

	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a { color: #FFFFFF; font-weight: normal; background:#27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

	.main-navigation .current-menu-item > a:hover,
	.main-navigation .current-menu-ancestor > a:hover,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_ancestor > a:hover { color: #FFFFFF; font-weight: normal; background:#27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }



        /*Soften Header*/
        .soften_header{margin:0 auto; padding:0px; width:100%; height:83px; }



	
	.a-footer-inner-one			{width:208px; }
	.a-footer-inner-two			{width:208px; }
	.a-footer-inner-three		{width:208px; }

	/*aForm Grid - aForm Field - Full*/
	.aform_partner .aform_grid .aform_fields .af_full_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:420px; }
	/*aForm Grid - aForm Field - Left*/
	.aform_partner .aform_grid .aform_fields .af_left_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:205px;   clear:left !important;}
	/*aForm Grid - aForm Field - Right*/
	.aform_partner .aform_grid .aform_fields .af_right_half {float:right; margin:0px 5px; padding:0px 0px 0px 0px; width:205px;   clear:right !important;}




	/*Section One 
	---------------------------------------------------------------------------------------- */
	
	.section-one {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:#AAAAAA url(images/tradfallning24.jpg) no-repeat top center; z-index:10; position:relative; top:0; width:100%; min-height:400px; background-size:100%;}
	
	
	.section-tag {display:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:url(images/tag.png) no-repeat; z-index:1000; position:absolute; top:10px; left:-160px; width:210px; height:170px;}
	
	/*Home - Form*/
	.a-form{ margin:0px 0px 0px 0px; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; padding:10px 20px 0px 20px; background:#EEEEEE; z-index:100; position:relative; width:280px; min-height:470px; float:left; border:1px solid #CCCCCC; box-shadow: 0px 0px 0px 0px rgba(255,255,255,0), 0px 0px 5px 0px rgba(0,0,0,0.1); transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out; z-index:100;}
	
	/*Home - Form HR*/
	.a-form-hr{margin:5px 0px 5px 0px; padding:0px 0px; background:#CCCCCC; height:1px;}
	
	/*Home - Form Title*/
	.a-form-title{margin:0px 0px 0px 0px; padding:5px 0px 5px 0px; width:100%;  position:relative;}
	.a-form-title h2{margin:0px; padding:0px 0px 0px 0px; position:relative; font-size:18px; text-align:left; line-height:22px; font-weight:600; color:#000000;}
	
	
	
	/*Default > Form*/
	.default-form{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none;}
	
	/*Form Grid*/
	.form-grid{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none;}
	
	/*Form Grid*/
	.form-row{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none; margin-bottom:5px;}
	
	
	/*Form Columns - Full*/
	.form-col-full{float:left; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	/*Form Columns - Left*/
	.form-col-left{float:left; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	/*Form Columns - Right*/
	.form-col-right{float:right; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	.form-col-full	{width:100%; }
	.form-col-left	{width:39%;  margin-right:1%;}
	.form-col-right	{width:59%;  margin-left:1%;}
	
	.default-form .file-wrapper {margin:0; padding:0px; width:100%; height:31px; font-size:14px; background:#333; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	
	.default-form .file {
		position: absolute;
		top: 0;
		right: 0;
		filter: alpha(opacity=1);
		opacity: 0.01;
		-moz-opacity: 0.01;
		cursor: pointer;
	}
	.default-form .file-button {
		display:block;
		width:100%;
		color: #fff;
		background: #999999;
		padding:5px 0px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-weight: normal;
		cursor: pointer;
		text-align:center;
	}
	
	
	.default-form .file {margin:0; padding:5px 10px; width:100%; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	
	
	.default-form .medium {margin:0; padding:6px 10px; width:100%; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.default-form .medium:focus {border:1px solid #f8b500;}
	
	.default-form .textarea {margin:0; padding:6px 10px; min-width:240px; max-height:70px; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.default-form .textarea:focus {border:1px solid #f8b500;}
	
	.label-full {margin:0; padding:0px 0px; width:100%; font-size:14px; color:#000000; line-height:14px;}
	
	.default-form .label {margin:0; padding:0px 0px; width:100%; font-size:14px; color:#000000; line-height:28px;}
	.default-form .label span{margin:0; padding:0px 0px; width:100%; font-size:14px; color:#89c13a; line-height:28px;}
	
	
	.default-form .button {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF; border-top:1px solid #76b41d;}
	
	.default-form .button {
	background: #8fc800; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8fc800 0%, #76b41d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#76b41d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 0%,#76b41d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#76b41d',GradientType=0 ); /* IE6-8 */
	}
	
	.default-form .button:hover {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF;}
	.default-form .button:hover {
	background: #76b41d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2YjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #76b41d 0%, #8fc800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76b41d), color-stop(100%,#8fc800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #76b41d 0%,#8fc800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b41d', endColorstr='#8fc800',GradientType=0 ); /* IE6-8 */
	}
	
	.default-form .button:focus {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF; border-top:5px solid #8FC800;}
	.default-form .button:focus {
	background: #8fc800; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8fc800 0%, #76b41d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#76b41d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 0%,#76b41d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#76b41d',GradientType=0 ); /* IE6-8 */
	}
	
	
	
	
	/*Home - Content*/
	.a-content{ margin:0px 0px 0px 0px; padding:30px 30px; position:relative; width:590px; min-height:100px; float:left; z-index:10; top:259px;}
	
	.a-content{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(238,238,238,0.9) 75%, rgba(238,238,238,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(75%,rgba(238,238,238,0.9)), color-stop(100%,rgba(238,238,238,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e6eeeeee',GradientType=1 ); /* IE6-8 */
		
	}
	
	
	/*Home - Content*/
	.a-content-wrapper{ margin:0px 0px 0px 0px; padding:0px 0px;  position:relative; width:100%; min-height:100px;}
	.a-content-wrapper h2{margin:0px; padding:0px 0px 12px 0px; width:100%; position:relative; font-size:22px; text-align:left; line-height:22px; font-weight:bold; color:#000000;}
	.a-content-wrapper p{margin:0px; padding:0px 0px 0px 0px; width:100%; position:relative; font-size:14px; text-align:left; line-height:20px; font-weight:normal; color:#000000;}
	/*.a-content-wrapper ul{margin:10px 0px; padding:0px 0px 0px 0px; text-align:left;}
	.a-content-wrapper ul li{float:left; margin:0px 10px 0px 40px; padding:0px 0px 0px 0px; font-size:18px; list-style:none; line-height:24px; position:relative; color:#000000; font-weight:bold; background:url(images/ok.png) no-repeat 0 5px;}
	.a-content-wrapper ul li i{float:left; margin:0px; padding:0px 2px 0px 0px; font-size:24px; list-style:none; line-height:24px;  position:relative; color:#8FC800; font-weight:bold;}*/
	
	
	.a-content-wrapper ul{margin:10px 0px; padding:0px 0px 0px 0px; font-size:14px; text-align:justify;}
	.a-content-wrapper ul li{float:left; margin:0px 15px 0px 0px; padding:0px 0px 0px 24px; font-size:18px; list-style:none; line-height:25px; background:url(images/ok.png) no-repeat 0 0px; position:relative; background-size:24px; color:#000000; font-weight:bold;}







}



/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.a-grid				{ width:728px; }
	
	.a-col-one			{ width:698px; }
	.a-col-two			{ width:334px; }
	.a-col-three		{ width:212.66px; }
	.a-col-four			{ width:152px; }
	.a-col-five			{ width:115.6px; }
	.a-col-six			{ width:91.33px; }
	.a-col-seven		{ width:74px; }
	.a-col-eight		{ width:61px; }
	.a-col-nine			{ width:50.88px; }
	.a-col-ten			{ width:42.8px; }
	.a-col-eleven		{ width:36.15px; }
	.a-col-twelve		{ width:30.66px; }
	
	.a-col-two-custom	{ width:344px;  }

	/* Header Columns */
	.a-header-one			{ width:950px; }
	.a-header-two			{ width:200px; }
	.a-header-three			{ width:468px; }
	
	/* Footer Columns */
	.a-footer-one			{ width:334px; }
	.a-footer-two			{ width:334px; }
	
	
	/* Page Layout - Content and Sidebar - Columns - One */
	.a-col-pl-cont-one			{ width:516px; }
	.a-col-pl-side-one			{ width:152px; }
	
	/* Page Layout - Content and Sidebar - Columns - two */
	.a-col-pl-cont-two			{ width:416px; }
	.a-col-pl-side-two			{ width:252px; }
	
	/* Page Layout - Content and Sidebar - Columns - three */
	.a-col-pl-cont-three			{ width:448px; }
	.a-col-pl-side-three			{ width:220px; }
	
	


	.a-col-form-one				{width:240px; }
	.a-col-form-two				{width:386px; }
	.a-col-form-three			{width:865px; }
	
	/*Master Form*/
	.master-form{margin:0 auto; padding:0px; width:690px; height:auto; min-height:288px; background:#FFFFFF url(images/blad.png) no-repeat; background-position:top right; position:relative; z-index:100; border:2px solid #27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease;}

	/*Master Form - List*/
	.master-form-list{margin:0; padding:5px 0px 10px 0px; width:100%;  position:relative;}
	.master-form-list ul{margin:0; padding:0px 0px 0px 0px; width:100%; position:relative; float:right;}
	.master-form-list ul li{margin:0; padding:0px 0px 0px 0px; font-size:14px; color:#000000; list-style:none; position:relative; line-height:30px;  font-weight:500;}
	.master-form-list ul li i{margin:0; padding:0px 0px 0px 0px; font-size:14px; color:#27ae4b; list-style:none; position:relative; line-height:30px; }
	
	/*Master Form - Title*/
	.master-form-title{ margin:0 auto; padding:0px 0px 20px 0px;  }
	.master-form-title h2 { margin:0; padding:0px; font-size:26px; color:#27ae4b; line-height:36px; text-align:left; }
	
	
	/*Master Form - Members*/
	.master-form-members{margin:0; padding:10px 0px 10px 0px; width:100%;  position:relative;}

	/*aForm Grid - aForm Field - Full*/
	.aform_master .aform_grid .aform_fields .af_full_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:376px; }
	
	/*aForm Grid - aForm Field - Left*/
	.aform_master .aform_grid .aform_fields .af_left_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:183px;   clear:left !important;}
	
	/*aForm Grid - aForm Field - Right*/
	.aform_master .aform_grid .aform_fields .af_right_half {float:right; margin:0px 5px; padding:0px 0px 0px 0px; width:183px;   clear:right !important;}
	
	/*aForm Grid - aForm Field - Container - Medium*/
	.aform_master .aform_grid .aform_fields .afield .ainput_container .medium {margin:0; padding:10px 5px; font-size:14px; background:#FFFFFF; color:#000000; width:183px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
	
	/*aForm Grid - aForm Field - Container - Large*/
	.aform_master .aform_grid .aform_fields .afield .ainput_container .large {margin:0; padding:10px 5px; font-size:14px; background:#FFFFFF; color:#000000; width:376px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}


	
	
	.a-footer-inner-one			{width:208px; }
	.a-footer-inner-two			{width:208px; }
	.a-footer-inner-three		{width:208px; }
	
	
	
	/*Main Navigation*/
	.main-navigation{margin:0; padding:0px 0px 0px 0px; position:relative; width:100%; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul { display: inline-block !important; text-align: right; float:right; }
	.main-navigation ul { margin: 0; text-indent: 0; float:right; }
	.main-navigation li a,
	.main-navigation li { display: inline-block; text-decoration: none; float:left; }
	.main-navigation li a { border-bottom: 0; color: #000000; line-height:30px; white-space: nowrap; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; font-size:14px; }
	.main-navigation li a:hover { color: #27ae4b; }
	.main-navigation li { margin: 0 0px 0 5px; position: relative; }
	.main-navigation li ul { text-align:left; float:left; display: none; margin:0 auto; padding: 0; position: absolute; top: 100%; left:0%; z-index: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul li { margin: 0 0px 0 0px; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul ul { top: 0; left: 100%; float:left; }
	.main-navigation ul li:hover > ul { border-left: 0; display: block; float:left; }
	.main-navigation li ul li a { float:left; background: #efefef; border-bottom: 1px solid #ededed; display: block; font-size: 14px; line-height: 2.181818182; padding: 8px 10px; padding: 0.571428571rem 0.714285714rem; width: 160px; white-space: normal; }
	.main-navigation li ul li a:hover { background: #e3e3e3; color: #444; }

	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a { color: #FFFFFF; font-weight: normal; background:#27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

	.main-navigation .current-menu-item > a:hover,
	.main-navigation .current-menu-ancestor > a:hover,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_ancestor > a:hover { color: #FFFFFF; font-weight: normal; background:#27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	
	

        /*Soften Header*/
        .soften_header{margin:0 auto; padding:0px; width:100%; height:83px; }


	
	
	/*Contact Form*/
	.a-contact{margin:0 auto; padding:0px 0px 0px 0px; width:690px; height:auto; height:288px; background:#FFFFFF; position:relative; z-index:100; border:1px solid #CCC; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	
	/*Contact Form > Grid Contact*/
	#grid_contact{ margin:0 auto; padding:15px 0px 15px 0px;  }
	
	/*Contact Form > Title*/
	.contact-title{ margin:0 auto; padding:0px 0px 0px 0px;  }
	.contact-title h2 { margin:0; padding:0px; font-size:20px; line-height:30px; margin-bottom:18px; }
	
	/*Contact Form > Active*/
	.a-contact-active{margin:0 auto; padding:15px 0px 15px 0px; width:690px; height:auto;  position:relative;}
	
	.a-contact .form .gform_wrapper{display:block; z-index:10; height:150px;}
	.a-contact-active .form .gform_wrapper{display:block; z-index:10; height:auto;}

	
	/*aForm Grid - aForm Field - Full*/
	.aform_partner .aform_grid .aform_fields .af_full_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:334px; }
	/*aForm Grid - aForm Field - Left*/
	.aform_partner .aform_grid .aform_fields .af_left_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:162px;   clear:left !important;}
	/*aForm Grid - aForm Field - Right*/
	.aform_partner .aform_grid .aform_fields .af_right_half {float:right; margin:0px 5px; padding:0px 0px 0px 0px; width:162px;   clear:right !important;}
	




/*Section One 
	---------------------------------------------------------------------------------------- */
	
	.section-one {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:#AAAAAA url(images/tradfallning24.jpg) no-repeat top center; z-index:10; position:relative; top:0; width:100%; min-height:400px; background-size:100%;}
	
	
	.section-tag {display:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:url(images/tag.png) no-repeat; z-index:1000; position:absolute; top:10px; left:-160px; width:210px; height:170px;}
	
	/*Home - Form*/
	.a-form{ margin:0px 0px 0px 0px; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; padding:10px 20px 0px 20px; background:#EEEEEE; z-index:100; position:relative; width:260px; min-height:470px; float:left; border:1px solid #CCCCCC; box-shadow: 0px 0px 0px 0px rgba(255,255,255,0), 0px 0px 5px 0px rgba(0,0,0,0.1); transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out; z-index:100;}
	
	/*Home - Form HR*/
	.a-form-hr{margin:5px 0px 5px 0px; padding:0px 0px; background:#CCCCCC; height:1px;}
	
	/*Home - Form Title*/
	.a-form-title{margin:0px 0px 0px 0px; padding:5px 0px 5px 0px; width:100%;  position:relative;}
	.a-form-title h2{margin:0px; padding:0px 0px 0px 0px; position:relative; font-size:18px; text-align:left; line-height:22px; font-weight:600; color:#000000;}
	
	
	
	/*Default > Form*/
	.default-form{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none;}
	
	/*Form Grid*/
	.form-grid{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none;}
	
	/*Form Grid*/
	.form-row{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none; margin-bottom:5px;}
	
	
	/*Form Columns - Full*/
	.form-col-full{float:left; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	/*Form Columns - Left*/
	.form-col-left{float:left; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	/*Form Columns - Right*/
	.form-col-right{float:right; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	.form-col-full	{width:100%; }
	.form-col-left	{width:39%;  margin-right:1%;}
	.form-col-right	{width:59%;  margin-left:1%;}
	
	.default-form .file-wrapper {margin:0; padding:0px; width:100%; height:31px; font-size:14px; background:#333; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	
	.default-form .file {
		position: absolute;
		top: 0;
		right: 0;
		filter: alpha(opacity=1);
		opacity: 0.01;
		-moz-opacity: 0.01;
		cursor: pointer;
	}
	.default-form .file-button {
		display:block;
		width:100%;
		color: #fff;
		background: #999999;
		padding:5px 0px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-weight: normal;
		cursor: pointer;
		text-align:center;
	}
	
	
	.default-form .file {margin:0; padding:5px 10px; width:100%; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	
	
	.default-form .medium {margin:0; padding:6px 10px; width:100%; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.default-form .medium:focus {border:1px solid #f8b500;}
	
	.default-form .textarea {margin:0; padding:6px 10px; min-width:220px; max-height:70px; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.default-form .textarea:focus {border:1px solid #f8b500;}
	
	.label-full {margin:0; padding:0px 0px; width:100%; font-size:14px; color:#000000; line-height:14px;}
	
	.default-form .label {margin:0; padding:0px 0px; width:100%; font-size:14px; color:#000000; line-height:28px;}
	.default-form .label span{margin:0; padding:0px 0px; width:100%; font-size:14px; color:#89c13a; line-height:28px;}
	
	
	.default-form .button {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF; border-top:1px solid #76b41d;}
	
	.default-form .button {
	background: #8fc800; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8fc800 0%, #76b41d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#76b41d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 0%,#76b41d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#76b41d',GradientType=0 ); /* IE6-8 */
	}
	
	.default-form .button:hover {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF;}
	.default-form .button:hover {
	background: #76b41d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2YjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #76b41d 0%, #8fc800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76b41d), color-stop(100%,#8fc800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #76b41d 0%,#8fc800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b41d', endColorstr='#8fc800',GradientType=0 ); /* IE6-8 */
	}
	
	.default-form .button:focus {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF; border-top:5px solid #8FC800;}
	.default-form .button:focus {
	background: #8fc800; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8fc800 0%, #76b41d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#76b41d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 0%,#76b41d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#76b41d',GradientType=0 ); /* IE6-8 */
	}
	
	
	
	
	/*Home - Content*/
	.a-content{ margin:0px 0px 0px 0px; padding:10px 10px; position:relative; width:435px; min-height:100px; float:left; z-index:10; top:259px;}
	
	.a-content{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(238,238,238,0.9) 75%, rgba(238,238,238,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(75%,rgba(238,238,238,0.9)), color-stop(100%,rgba(238,238,238,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e6eeeeee',GradientType=1 ); /* IE6-8 */
		
	}
	
	
	/*Home - Content*/
	.a-content-wrapper{ margin:0px 0px 0px 0px; padding:0px 0px;  position:relative; width:100%; min-height:100px;}
	.a-content-wrapper h2{margin:0px; padding:0px 0px 10px 0px; width:100%; position:relative; font-size:18px; text-align:left; line-height:18px; font-weight:bold; color:#000000;}
	.a-content-wrapper p{margin:0px; padding:0px 0px 0px 0px; width:100%; position:relative; font-size:14px; text-align:left; line-height:20px; font-weight:normal; color:#000000;}
	/*.a-content-wrapper ul{margin:10px 0px; padding:0px 0px 0px 0px; text-align:left;}
	.a-content-wrapper ul li{float:left; margin:0px 10px 5px 40px; padding:0px 0px 0px 0px; font-size:16px; list-style:none; line-height:24px; position:relative; color:#000000; font-weight:bold; background:url(images/ok.png) no-repeat 0 5px;}
	.a-content-wrapper ul li i{float:left; margin:0px; padding:0px 2px 0px 0px; font-size:24px; list-style:none; line-height:24px;  position:relative; color:#8FC800; font-weight:bold;}*/
	
	
	.a-content-wrapper ul{margin:10px 0px; padding:0px 0px 0px 0px; font-size:14px; text-align:justify;}
	.a-content-wrapper ul li{float:left; margin:0px 15px 0px 0px; padding:0px 0px 0px 24px; font-size:16px; list-style:none; line-height:25px; background:url(images/ok.png) no-repeat 0 0px; position:relative; background-size:24px; color:#000000; font-weight:bold;}

}


/* #Mobile (Landscape) */
@media only screen and (min-width:480px) and (max-width:767px) {
	
	.fakturaunderlag .fields .wpcf7-form-control-wrap textarea { width:100%; }
	
	.a-grid				{ width:420px; }
	
	.a-col-one,
	.a-col-two,
	.a-col-three,
	.a-col-four,
	.a-col-five,
	.a-col-six,
	.a-col-seven,
	.a-col-eight,
	.a-col-nine,
	.a-col-ten,
	.a-col-eleven,
	.a-col-twelve{
		margin:0;
		width:420px;
		margin-bottom:20px;
	}

	.a-col-two-custom	{ width:420px;  margin:0; margin-bottom:20px;}
	
	/* Header Columns */
	.a-header-one,
	.a-header-two,
	.a-header-three{
		margin:0;
		width:420px;
		margin-bottom:20px;
	}
	
	/* Footer Columns */
	.a-footer-one,
	.a-footer-two{ 
		margin:0;
		width:420px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - One */
	.a-col-pl-cont-one,
	.a-col-pl-side-one{
		margin:0;
		width:420px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - two */
	.a-col-pl-cont-two,
	.a-col-pl-side-two{
		margin:0;
		width:420px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - three */
	.a-col-pl-cont-three,
	.a-col-pl-side-three{
		margin:0;
		width:420px;
		margin-bottom:20px;
	}
	
	
	.a-col-form-one				{margin:0px 10px; width:376px; }
	.a-col-form-two				{margin:0px 10px; width:376px; }
	.a-col-form-three			{width:865px; }
	
	/*Master Form*/
	.master-form{margin:0 auto; padding:0px; width:400px; height:auto; min-height:288px; background:#FFFFFF url(images/blad.png) no-repeat; background-position:top right; position:relative; z-index:100; border:2px solid #27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease;}

	/*Master Form - List*/
	.master-form-list{margin:0; padding:0px 0px 5px 0px; width:100%;  position:relative;}
	.master-form-list ul{margin:0; padding:0px 0px 0px 0px; width:100%; position:relative; float:right;}
	.master-form-list ul li{margin:0; padding:0px 0px 0px 0px; font-size:14px; color:#000000; list-style:none; position:relative; line-height:30px;  font-weight:500;}
	.master-form-list ul li i{margin:0; padding:0px 0px 0px 0px; font-size:14px; color:#27ae4b; list-style:none; position:relative; line-height:30px; }
	
	/*Master Form - Title*/
	.master-form-title{ margin:0 auto; padding:0px 0px 0px 0px;  }
	.master-form-title h2 { margin:0; padding:0px; font-size:26px; color:#27ae4b; line-height:36px; text-align:left; }
	
	
	/*Master Form - Members*/
	.master-form-members{margin:0; padding:5px 0px 10px 0px; width:100%;  position:relative;}

	/*aForm Grid - aForm Field - Full*/
	.aform_master .aform_grid .aform_fields .af_full_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:366px; }
	
	/*aForm Grid - aForm Field - Left*/
	.aform_master .aform_grid .aform_fields .af_left_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:178px;   clear:left !important;}
	
	/*aForm Grid - aForm Field - Right*/
	.aform_master .aform_grid .aform_fields .af_right_half {float:right; margin:0px 5px; padding:0px 0px 0px 0px; width:178px;   clear:right !important;}
	
	/*aForm Grid - aForm Field - Container - Medium*/
	.aform_master .aform_grid .aform_fields .afield .ainput_container .medium {margin:0; padding:10px 5px; font-size:14px; background:#FFFFFF; color:#000000; width:178px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
	
	/*aForm Grid - aForm Field - Container - Large*/
	.aform_master .aform_grid .aform_fields .afield .ainput_container .large {margin:0; padding:10px 5px; font-size:14px; background:#FFFFFF; color:#000000; width:366px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
	
	
	.a-footer-inner-one			{width:200px; }
	.a-footer-inner-two			{width:190px; }
	.a-footer-inner-three		{width:195px; }
	
	
	/*Header*/
	#header {
		padding:10px 0 12px 0;
		position:relative;
		top:0;
		left:0;
		width:100%;
		z-index:20;
		background:#fafafa;
		border-bottom:1px solid #EEEEEE;
	}
	
	
	/*Main Navigationa*/
	.main-navigation{margin:0 auto; padding:5px 0px 0px 0px; position:relative; width:100%; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {margin:0 auto; display: inline-block !important; text-align: center; float:none; }
	.main-navigation ul { margin:0 auto; text-indent: 0; float:right; width:100%;  }
	.main-navigation li a{ display: inline-block; text-decoration: none; float:left;  width:100%; }
	.main-navigation li a { display:block; padding:0px 0px 0px 0px; border-bottom: 0; color: #000000; line-height:30px; white-space: nowrap; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; font-size:14px; text-align:center; background:#EEE; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	.main-navigation li a:hover { color: #FFFFFF; background:#27ae4b; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	.main-navigation li { margin:4px 0px; width:31.33333333333333%; position: relative;  text-align:center; margin-left:1%; margin-right:1%;}
	.main-navigation li ul {text-align:left; float:left; display: none; margin:0 auto; padding: 0; position: absolute; top: 100%; left:0%; z-index: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul li { margin: 0 0px 0 0px; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul ul { top: 0; left: 100%; float:left; }
	.main-navigation ul li:hover > ul { border-left: 0; display: none; float:left; }
	.main-navigation li ul li a { float:left; background: #efefef; border-bottom: 1px solid #ededed; display: block; font-size: 14px; line-height: 2.181818182; padding: 8px 10px; padding: 0.571428571rem 0.714285714rem; width: 160px; white-space: normal; }
	.main-navigation li ul li a:hover { background: #e3e3e3; color: #444; }

	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a { color: #FFFFFF; font-weight: normal; background:#27ae4b;}

	.main-navigation .current-menu-item > a:hover,
	.main-navigation .current-menu-ancestor > a:hover,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_ancestor > a:hover { color: #FFFFFF; font-weight: normal; background:#27ae4b;}


	/*Soften Header*/
	.soften_header{margin:0 auto; padding:0px; width:100%; height:0px; }

	/*Header > Logo*/
	.Logo{margin:0 auto; padding:0;  width:70%; position:relative;}
	.Logo a{display:block; margin:0; padding:0; width:100%;  z-index:100; background-size:100%;}
	.Logo a img{margin:0; padding:0; width:100%;  z-index:100; background-size:100%; border:none;}

	/*Header > Contact*/
	.Contact{margin:0; padding:0px 0px 0px 0px; position:relative; width:100%; height:50px;}
	.Contact p{margin:0; padding:0px 0px 0px 10px; float:none; text-align:center; font-size:18px; }
	.Contact p strong{margin:0; padding:0; text-align:center; font-size:18px; font-weight:bold;}
	.Contact p i{margin:0; padding:0px 5px 0px 0px; text-align:right; font-size:18px; font-weight:normal; line-height:20px;}

	.Contact p a{margin:0; padding:0; text-align:center; font-size:18px; font-weight:bold; text-decoration:none; color:#000000;}
	.Contact p a:hover{text-decoration:none; color:#27ae4b;}

	
	/*Contact Form*/
	.a-contact{margin:0 auto; padding:0px 0px 0px 0px; width:420px; height:auto; height:458px; background:#FFFFFF; position:relative; z-index:100; border:1px solid #CCC; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	

	/*Contact Form > Grid Contact*/
	#grid_contact{ margin:0 auto; padding:15px 0px 15px 0px;  }
	
	/*Contact Form > Title*/
	.contact-title{ margin:0 auto; padding:0px 0px 0px 0px;  }
	.contact-title h2 { margin:0; padding:0px; font-size:24px; line-height:30px; margin-bottom:18px; }
	
	/*Contact Form > Active*/
	.a-contact-active{margin:0 auto; padding:15px 0px 15px 0px; width:420px; height:auto;  position:relative;}
	
	
	.a-contact .form .gform_wrapper{display:block; z-index:10; height:150px;}
	.a-contact-active .form .gform_wrapper{display:block; z-index:10; height:auto;}

	.default-content h1{font-size:36px;}
	.default-content h2{font-size:24px;}
	.default-content h3{font-size:20px;}
	.default-content img{float:none; margin:0px auto; padding:0px 0px 0px 0px; font-size:14px; width:100%; position:relative; line-height:normal;}
	.default-content .alignright{float:none; margin:0px auto; padding:0px 50px 0px 50px;}
	.default-content .alignleft{float:none; margin:0px auto; padding:0px 50px 20px 50px;}
	
	
	/*Default > 404*/
	.Default404{margin:0 auto; padding:10px 10px; width:420px;  position:relative;}
	.Default404 h2{margin:0px; padding:5px 0px 5px 0px; font-size:24px; font-weight:normal; text-align:left; font-weight:bold; color:#27ae4b; line-height:30px;}
	.Default404 p{margin:0px auto; padding:0px; font-size:14px; font-weight:normal; text-align:left; color:#333333; line-height:30px;}
	.Default404 ul {margin:10px 0px 0px 25px; padding:0px; width:100%; }
	.Default404 ul li {margin:0px; padding:2px 0px 2px 0px; width:100%;  list-style:disc;}
	.Default404 ul li a {margin:0px; padding:0px; font-size:14px; color:#27ae4b;  text-align:left; font-weight:normal; text-decoration:underline;}
	.Default404 ul li a:hover {color:#000000; text-decoration:none;}	

	

	/*Default > Tack*/
	.DefaultTack{margin:0 auto; padding:10px 10px; width:420px;  position:relative;}
	.DefaultTack h2{margin:0px; padding:5px 0px 5px 0px; font-size:24px; font-weight:normal; text-align:left; font-weight:bold; color:#27ae4b; line-height:30px;}
	.DefaultTack p{margin:0px auto; padding:0px; font-size:14px; font-weight:normal; text-align:left; color:#333333; line-height:30px;}
	.DefaultTack ul {margin:10px 0px 0px 25px; padding:0px; width:100%; }
	.DefaultTack ul li {margin:0px; padding:2px 0px 2px 0px; width:100%;  list-style:disc;}
	.DefaultTack ul li a {margin:0px; padding:0px; font-size:14px; color:#27ae4b;  text-align:left; font-weight:normal; text-decoration:underline;}
	.DefaultTack ul li a:hover {color:#000000; text-decoration:none;}
	
	/*Default > Sitemap*/
	.DefaultSitemap{margin:0 auto; padding:10px 20px; width:420px;  position:relative;}
	.DefaultSitemap a {font-size:14px; color:#000000;}
	.DefaultSitemap a:hover {color:#27ae4b;}

	
	#share-buttons{margin:0px 0px 10px 15px; padding:0px 0px 0px 0px; width:100%; }
	#share-buttons ul{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:94%; position:relative; left:0px; }
	#share-buttons ul li{margin:0px 5px 3px 0px; padding:0px; width:170px; position:relative; text-align:left; text-transform:none; line-height:normal; list-style:none; font-family:'humanst521_lt_btlight', Arial, sans-serif; font-size:14px; color:#afafaf;}
	#share-buttons ul li a{display:block; text-align:left; padding:0px; text-transform:none; line-height:normal; list-style:none; font-family:'humanst521_lt_btlight', Arial, sans-serif; font-size:14px; color:#afafaf; text-decoration:none; background:#333333; border-radius:2px;}
	#share-buttons ul li a:hover {color:#FFFFFF; background:#333333; text-decoration:none;}
	#share-buttons ul li a img { width: 20px; padding:2px; border: 0; box-shadow: 0; display: inline; }
	#share-buttons ul li a span { margin:3.1px 5px 0px 0px; padding:1px; float:right; font-size:12px; color:#000000; background:#CCCCCC; min-width:14px; border-radius:2px; text-align:center; }


	/*Footer > Svenska*/
	.Svenska{margin:0px 25px; padding:20px 0px 0px 0px; width:90px; height:130px;  float:right;}
	.Svenska img { padding:0px; border:0;}

	/*Footer > Copy*/
	.FooterCopy{margin:20px 0px 0px 0px; padding:10px 0px; width:100%; }
	.FooterCopy p {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal;}
	.FooterCopy p a {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal; text-decoration:none;}
	.FooterCopy p a:hover {color:#FFFFFF; text-decoration:none;}

	/*Footer > Design*/
	.FooterDesign{margin:0; padding:10px 0px; width:100%; }
	.FooterDesign p {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal;}
	.FooterDesign p a {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal; text-decoration:none;}
	.FooterDesign p a:hover {color:#FFFFFF; text-decoration:none;}
	
	/*aForm Grid - aForm Field - Full*/
	.aform_partner .aform_grid .aform_fields .af_full_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:410px; }
	/*aForm Grid - aForm Field - Left*/
	.aform_partner .aform_grid .aform_fields .af_left_half {float:left; margin:0px 5px; padding:0px 0px 0px 0px; width:200px;   clear:left !important;}
	/*aForm Grid - aForm Field - Right*/
	.aform_partner .aform_grid .aform_fields .af_right_half {float:right; margin:0px 5px; padding:0px 0px 0px 0px; width:200px;   clear:right !important;}



        /*Section One 
	---------------------------------------------------------------------------------------- */
	
	.section-one {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:transparent; z-index:10; position:relative; top:0; width:100%; min-height:400px; background-size:100%;}
	
	
	.section-tag {display:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:url(images/tag.png) no-repeat; z-index:1000; position:absolute; top:10px; left:-160px; width:210px; height:170px;}
	
	/*Home - Form*/
	.a-form{ margin:0px auto; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; padding:10px 20px 0px 20px; background:#EEEEEE; z-index:100; position:relative; width:420px; min-height:470px; float:none; border:1px solid #CCCCCC; box-shadow: 0px 0px 0px 0px rgba(255,255,255,0), 0px 0px 5px 0px rgba(0,0,0,0.1); transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out; z-index:100; top:0px;}
	
	/*Home - Form HR*/
	.a-form-hr{margin:5px 0px 5px 0px; padding:0px 0px; background:#CCCCCC; height:1px;}
	
	/*Home - Form Title*/
	.a-form-title{margin:0px 0px 0px 0px; padding:5px 0px 5px 0px; width:100%;  position:relative;}
	.a-form-title h2{margin:0px; padding:0px 0px 0px 0px; position:relative; font-size:18px; text-align:left; line-height:22px; font-weight:600; color:#000000;}
	
	
	
	/*Default > Form*/
	.default-form{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none;}
	
	/*Form Grid*/
	.form-grid{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none;}
	
	/*Form Grid*/
	.form-row{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none; margin-bottom:5px;}
	
	
	/*Form Columns - Full*/
	.form-col-full{float:left; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	/*Form Columns - Left*/
	.form-col-left{float:left; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	/*Form Columns - Right*/
	.form-col-right{float:right; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	.form-col-full	{width:100%; }
	.form-col-left	{width:39%;  margin-right:1%;}
	.form-col-right	{width:59%;  margin-left:1%;}
	
	.default-form .file-wrapper {margin:0; padding:0px; width:100%; height:31px; font-size:14px; background:#333; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	
	.default-form .file {
		position: absolute;
		top: 0;
		right: 0;
		filter: alpha(opacity=1);
		opacity: 0.01;
		-moz-opacity: 0.01;
		cursor: pointer;
	}
	.default-form .file-button {
		display:block;
		width:100%;
		color: #fff;
		background: #999999;
		padding:5px 0px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-weight: normal;
		cursor: pointer;
		text-align:center;
	}
	
	
	.default-form .file {margin:0; padding:5px 10px; width:100%; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	
	
	.default-form .medium {margin:0; padding:6px 10px; width:100%; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.default-form .medium:focus {border:1px solid #f8b500;}
	
	.default-form .textarea {margin:0; padding:6px 10px; min-width:380px; max-height:70px; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.default-form .textarea:focus {border:1px solid #f8b500;}
	
	.label-full {margin:0; padding:0px 0px; width:100%; font-size:14px; color:#000000; line-height:14px;}
	
	.default-form .label {margin:0; padding:0px 0px; width:100%; font-size:14px; color:#000000; line-height:28px;}
	.default-form .label span{margin:0; padding:0px 0px; width:100%; font-size:14px; color:#89c13a; line-height:28px;}
	
	
	.default-form .button {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF; border-top:1px solid #76b41d;}
	
	.default-form .button {
	background: #8fc800; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8fc800 0%, #76b41d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#76b41d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 0%,#76b41d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#76b41d',GradientType=0 ); /* IE6-8 */
	}
	
	.default-form .button:hover {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF;}
	.default-form .button:hover {
	background: #76b41d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2YjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #76b41d 0%, #8fc800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76b41d), color-stop(100%,#8fc800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #76b41d 0%,#8fc800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b41d', endColorstr='#8fc800',GradientType=0 ); /* IE6-8 */
	}
	
	.default-form .button:focus {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF; border-top:5px solid #8FC800;}
	.default-form .button:focus {
	background: #8fc800; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8fc800 0%, #76b41d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#76b41d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 0%,#76b41d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#76b41d',GradientType=0 ); /* IE6-8 */
	}
	
	
	
	
	/*Home - Content*/
	.a-content{ margin:0px auto; padding:20px 20px; position:relative; width:420px; min-height:210px; float:none; z-index:10; top:30px;}
	
	.a-content{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(238,238,238,0.9) 75%, rgba(238,238,238,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(75%,rgba(238,238,238,0.9)), color-stop(100%,rgba(238,238,238,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e6eeeeee',GradientType=1 ); /* IE6-8 */
		
	}
	
	
	/*Home - Content*/
	.a-content-wrapper{ margin:0px 0px 0px 0px; padding:0px 0px;  position:relative; width:100%; min-height:100px;}
	.a-content-wrapper h2{margin:0px; padding:0px 0px 10px 0px; width:100%; position:relative; font-size:18px; text-align:left; line-height:18px; font-weight:bold; color:#000000;}
	.a-content-wrapper p{margin:0px; padding:0px 0px 0px 0px; width:100%; position:relative; font-size:14px; text-align:left; line-height:20px; font-weight:normal; color:#000000;}
	/*.a-content-wrapper ul{margin:10px 0px; padding:0px 0px 0px 0px; text-align:left;}
	.a-content-wrapper ul li{float:left; margin:0px 10px 5px 40px; padding:0px 0px 0px 0px; font-size:16px; list-style:none; line-height:24px; position:relative; color:#000000; font-weight:bold; background:url(images/ok.png) no-repeat 0 5px;}
	.a-content-wrapper ul li i{float:left; margin:0px; padding:0px 2px 0px 0px; font-size:24px; list-style:none; line-height:24px;  position:relative; color:#8FC800; font-weight:bold;}*/
	
	
	.a-content-wrapper ul{margin:10px 0px; padding:0px 0px 0px 0px; font-size:14px; text-align:justify;}
	.a-content-wrapper ul li{float:left; margin:0px 15px 0px 0px; padding:0px 0px 0px 24px; font-size:16px; list-style:none; line-height:25px; background:url(images/ok.png) no-repeat 0 0px; position:relative; background-size:24px; color:#000000; font-weight:bold;}



}


@media only screen and (min-width:320px) and (max-width:479px) {
	
	
	.fakturaunderlag .fields .wpcf7-form-control-wrap textarea { width:100%; }
	.fakturaunderlag span.wpcf7-list-item { width:100%; margin-left:0; }
	.fakturaunderlag span.wpcf7-list-item.first { width:100%; margin-left:0; }
	.fakturaunderlag .fields .wpcf7-form-control-wrap input[type=text] { width:100%; }
	.fakturaunderlag p { text-align:left; }
	
	.a-grid	{ width:260px; }
	
	.a-col-one,
	.a-col-two,
	.a-col-three,
	.a-col-four,
	.a-col-five,
	.a-col-six,
	.a-col-seven,
	.a-col-eight,
	.a-col-nine,
	.a-col-ten,
	.a-col-eleven,
	.a-col-twelve{
		margin:0;
		width:260px;
		margin-bottom:20px;
	}

	.a-col-two-custom	{ width:260px;  margin:0; margin-bottom:20px;}
	
	/* Header Columns */
	.a-header-one,
	.a-header-two,
	.a-header-three{
		margin:0;
		width:260px;
		margin-bottom:20px;
	}
	
	/* Footer Columns */
	.a-footer-one,
	.a-footer-two{ 
		margin:0;
		width:260px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - One */
	.a-col-pl-cont-one,
	.a-col-pl-side-one{
		margin:0;
		width:260px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - two */
	.a-col-pl-cont-two,
	.a-col-pl-side-two{
		margin:0;
		width:260px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - three */
	.a-col-pl-cont-three,
	.a-col-pl-side-three{
		margin:0;
		width:260px;
		margin-bottom:20px;
	}
	
	
	

	.soften-15px		{ height:8px; }
	
	.a-col-form-one				{margin:0px 10px; width:236px; }
	.a-col-form-two				{margin:0px 10px; width:236px; }
	.a-col-form-three			{width:865px; }
	
	/*Master Form*/
	.master-form{margin:0 auto; padding:0px; width:260px; height:auto; min-height:288px; background:#FFFFFF; background-position:top right; position:relative; z-index:100; border:2px solid #27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease;}

	/*Master Form - List*/
	.master-form-list{margin:0; padding:0px 0px 5px 0px; width:100%;  position:relative;}
	.master-form-list ul{margin:0; padding:0px 0px 0px 0px; width:100%; position:relative; float:right;}
	.master-form-list ul li{margin:0; padding:0px 0px 0px 0px; font-size:14px; color:#000000; list-style:none; position:relative; line-height:30px;  font-weight:500;}
	.master-form-list ul li i{margin:0; padding:0px 0px 0px 0px; font-size:14px; color:#27ae4b; list-style:none; position:relative; line-height:30px; }
	
	/*Master Form - Title*/
	.master-form-title{ margin:0 auto; padding:0px 0px 0px 0px;  }
	.master-form-title h2 { margin:0; padding:0px; font-size:20px; color:#27ae4b; line-height:24px; text-align:left; }
	
	
	/*Master Form - Members*/
	.master-form-members{margin:0; padding:5px 0px 10px 0px; width:100%;  position:relative;}

	/*aForm Grid - aForm Field - Full*/
	.aform_master .aform_grid .aform_fields .af_full_half {float:none; margin:0px 0px; padding:0px 0px 0px 0px; width:236px; }
	
	/*aForm Grid - aForm Field - Left*/
	.aform_master .aform_grid .aform_fields .af_left_half {float:none; margin:0px 0px; padding:0px 0px 0px 0px; width:236px;   clear:left !important;}
	
	/*aForm Grid - aForm Field - Right*/
	.aform_master .aform_grid .aform_fields .af_right_half {float:none; margin:0px 0px; padding:0px 0px 0px 0px; width:236px;   clear:right !important;}
	
	/*aForm Grid - aForm Field - Container - Medium*/
	.aform_master .aform_grid .aform_fields .afield .ainput_container .medium {margin:0; padding:10px 5px; font-size:14px; background:#FFFFFF; color:#000000; width:236px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
	
	/*aForm Grid - aForm Field - Container - Large*/
	.aform_master .aform_grid .aform_fields .afield .ainput_container .large {margin:0; padding:10px 5px; font-size:14px; background:#FFFFFF; color:#000000; width:236px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}


	
	
	.a-footer-inner-one
	.a-footer-inner-two
	.a-footer-inner-three{
		margin:0;
		width:260px;
		margin-bottom:20px;
	}

	/*Header*/
	#header{
		padding:10px 0 12px 0;
		position:relative;
		top:0;
		left:0;
		width:100%;
		z-index:20;
		background:#fafafa;
		border-bottom:1px solid #EEEEEE;
	}

	/*Main Navigationa*/
	.main-navigation{margin:0 auto; padding:5px 0px 0px 0px; position:relative; width:100%; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {margin:0 auto; display: inline-block !important; text-align: center; float:none; }
	.main-navigation ul { margin:0 auto; text-indent: 0; float:right; width:100%;  }
	.main-navigation li a{ display: inline-block; text-decoration: none; float:left;  width:100%; }
	.main-navigation li a { display:block; padding:0px 0px 0px 0px; border-bottom: 0; color: #000000; line-height:30px; white-space: nowrap; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; font-size:14px; text-align:center; background:#EEE; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	.main-navigation li a:hover { color: #FFFFFF; background:#27ae4b; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	.main-navigation li { margin:3px 0px; width:48%; position: relative;  text-align:center; margin-left:1%; margin-right:1%;}
	.main-navigation li ul { text-align:left; float:left; display: none; margin:0 auto; padding: 0; position: absolute; top: 100%; left:0%; z-index: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul li { margin: 0 0px 0 0px; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul ul { top: 0; left: 100%; float:left; }
	.main-navigation ul li:hover > ul { border-left: 0; display: none; float:left; }
	.main-navigation li ul li a { float:left; background: #efefef; border-bottom: 1px solid #ededed; display: block; font-size: 14px; line-height: 2.181818182; padding: 8px 10px; padding: 0.571428571rem 0.714285714rem; width: 160px; white-space: normal; }
	.main-navigation li ul li a:hover { background: #e3e3e3; color: #444; }
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a { color: #FFFFFF; font-weight: normal; background:#27ae4b;}
	.main-navigation .current-menu-item > a:hover,
	.main-navigation .current-menu-ancestor > a:hover,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_ancestor > a:hover { color: #FFFFFF; font-weight: normal; background:#27ae4b;}


	/*Soften Header*/
	.soften_header{margin:0 auto; padding:0px; width:100%; height:0px; }

	/*Header > Logo*/
	.Logo{margin:0 auto; padding:0;  width:100%; position:relative;}
	.Logo a{display:block; margin:0; padding:0; width:100%;  z-index:100; background-size:100%;}
	.Logo a img{margin:0; padding:0; width:100%;  z-index:100; background-size:100%; border:none;}

	/*Header > Contact*/
	.Contact{margin:0; padding:0px 0px 0px 0px; position:relative; width:100%; height:50px;}
	.Contact p{margin:0; padding:0px 0px 0px 10px; float:none; text-align:center; font-size:18px; }
	.Contact p strong{margin:0; padding:0; text-align:center; font-size:18px; font-weight:bold;}
	.Contact p i{margin:0; padding:0px 5px 0px 0px; text-align:right; font-size:18px; font-weight:normal; line-height:20px;}

	.Contact p a{margin:0; padding:0; text-align:center; font-size:18px; font-weight:bold; text-decoration:none; color:#000000;}
	.Contact p a:hover{text-decoration:none; color:#27ae4b;}
	
	
	
	/*Contact Form*/
	.a-contact{margin:0 auto; padding:0px 0px 0px 0px; width:260px; height:auto; height:638px; background:#FFFFFF; position:relative; z-index:100; border:1px solid #CCC; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	
	/*Contact Form > Grid Contact*/
	#grid_contact{ margin:0 auto; padding:15px 0px 15px 0px;  }
	
	/*Contact Form > Title*/
	.contact-title{ margin:0 auto; padding:0px 0px 0px 0px;  }
	.contact-title h2 { margin:0; padding:0px; font-size:24px; line-height:30px; margin-bottom:18px; }
	
	/*Contact Form > Active*/
	.a-contact-active{margin:0 auto; padding:15px 0px 15px 0px; width:260px; height:auto;  position:relative;}
	
	
	.a-contact .form .gform_wrapper{display:block; z-index:10; height:300px;}
	.a-contact-active .form .gform_wrapper{display:block; z-index:10; height:auto;}



	.form .gform_wrapper .gform_body .gform_fields .gf_left_half {float:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;  width:100%;}
	.form .gform_wrapper .gform_body .gform_fields .gf_right_half {float:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}

	.form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium {margin:0; padding:10px 0; font-size:14px; background:#FFFFFF; color:#000000; width:100%; font:inherit; font-weight:400; text-indent: 2px; border:1px solid #ccc; background:#fff; outline: 0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); box-shadow:inset 0 1px 6px rgba(0, 0, 0, 0.12);}




	
	.default-content h1{font-size:36px;}
	.default-content h2{font-size:24px;}
	.default-content h3{font-size:20px;}
	.default-content img{float:none; margin:0px auto; padding:0px 0px 0px 0px; font-size:14px; width:100%; position:relative; line-height:normal;}
	.default-content .alignright{float:none; margin:0px auto; padding:0px 0px 0px 0px;}
	.default-content .alignleft{float:none; margin:0px auto; padding:0px 0px 20px 0px;}
	
	
	
	
	/*Default > 404*/
	.Default404{margin:0 auto; padding:10px 10px; width:220px;  position:relative;}
	.Default404 h2{margin:0px; padding:5px 0px 5px 0px; font-size:24px; font-weight:normal; text-align:left; font-weight:bold; color:#27ae4b; line-height:30px;}
	.Default404 p{margin:0px auto; padding:0px; font-size:14px; font-weight:normal; text-align:left; color:#333333; line-height:30px;}
	.Default404 ul {margin:10px 0px 0px 25px; padding:0px; width:100%; }
	.Default404 ul li {margin:0px; padding:2px 0px 2px 0px; width:100%;  list-style:disc;}
	.Default404 ul li a {margin:0px; padding:0px; font-size:14px; color:#27ae4b;  text-align:left; font-weight:normal; text-decoration:underline;}
	.Default404 ul li a:hover {color:#000000; text-decoration:none;}	

	

	/*Default > Tack*/
	.DefaultTack{margin:0 auto; padding:10px 10px; width:220px;  position:relative;}
	.DefaultTack h2{margin:0px; padding:5px 0px 5px 0px; font-size:24px; font-weight:normal; text-align:left; font-weight:bold; color:#27ae4b; line-height:30px;}
	.DefaultTack p{margin:0px auto; padding:0px; font-size:14px; font-weight:normal; text-align:left; color:#333333; line-height:30px;}
	.DefaultTack ul {margin:10px 0px 0px 25px; padding:0px; width:100%; }
	.DefaultTack ul li {margin:0px; padding:2px 0px 2px 0px; width:100%;  list-style:disc;}
	.DefaultTack ul li a {margin:0px; padding:0px; font-size:14px; color:#27ae4b;  text-align:left; font-weight:normal; text-decoration:underline;}
	.DefaultTack ul li a:hover {color:#000000; text-decoration:none;}
	
	/*Default > Sitemap*/
	.DefaultSitemap{margin:0 auto; padding:10px 20px; width:220px;  position:relative;}
	.DefaultSitemap a {font-size:14px; color:#000000;}
	.DefaultSitemap a:hover {color:#27ae4b;}

	/*Category > News*/
	.category-news{margin:0px 0px 0px 0px; padding:0; width:100%;  position:relative;}
	
	/*Category > News > Left*/
	.category-news-left{float:left; margin:0; padding:0; width:24%;  margin-right:2%;}
	.category-news-left a img{margin:0; padding:0; width:100%; }

	/*Category > News > Right*/
	.category-news-right{float:left;margin:0px; padding:0; width:74%; }

	/*Category > News > Top*/
	.category-news-right-title{margin:0; padding:0; width:100%; height:20px; }
	.category-news-right-title h4{margin:0; padding:0px;  font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; color:#27ae4b; line-height:normal;}

	.category-news-right-title h4 a{float:left; margin:0; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:normal; color:#27ae4b; line-height:normal;}
	.category-news-right-title h4 a:hover{color:#000000; text-decoration:none;}

	/*Category > News > Right - Text*/
	.category-news-right-text{margin:0px 0px 0px 0px; padding:5px 0px 5px 0px; width:100%; }
	.category-news-right-text p{margin:0; padding:0px;  font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-align:left; color:#000000; line-height:normal;}
	.category-news-right-text p a{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal; color:#000000; }
	.category-news-right-text p a:hover{text-decoration:none; color:#27ae4b;}

	/*Category > News > Date*/
	.category-news-date{float:left; margin:0px; padding:5px 0px 5px 0px; width:100%; }
	.category-news-date p{margin:0; padding:0px;  font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-align:left; color:#000000; line-height:normal;}
	
	
	
	.contact-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {float:none; margin:0; padding:0px 0px; width:100%; font-size:14px; line-height:normal; font-weight:300;}
	.contact-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {float:none; margin:0; padding:0px 0; width:100%; margin-bottom:15px;}

	
	
	
	
	
	#share-buttons{margin:0px 0px 10px 20px; padding:20px 0px 0px 0px; width:100%; }
	#share-buttons ul{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:94%; position:relative; left:0px; }
	#share-buttons ul li{margin:0px 5px 3px 0px; padding:0px; width:220px; position:relative; text-align:left; text-transform:none; line-height:normal; list-style:none; font-family:'humanst521_lt_btlight', Arial, sans-serif; font-size:14px; color:#afafaf;}
	#share-buttons ul li a{display:block; text-align:left; padding:0px; text-transform:none; line-height:normal; list-style:none; font-family:'humanst521_lt_btlight', Arial, sans-serif; font-size:14px; color:#afafaf; text-decoration:none; background:#333333; border-radius:2px;}
	#share-buttons ul li a:hover {color:#FFFFFF; background:#333333; text-decoration:none;}
	#share-buttons ul li a img { width: 20px; padding:2px; border: 0; box-shadow: 0; display: inline; }
	#share-buttons ul li a span { margin:3.1px 5px 0px 0px; padding:1px; float:right; font-size:12px; color:#000000; background:#CCCCCC; min-width:14px; border-radius:2px; text-align:center; }


	/*Footer > Svenska*/
	.Svenska{margin:0px auto 20px auto; padding:30px 0px 0px 0px; width:90px; height:130px;  float:none;}
	.Svenska img { padding:0px; border:0;}

	/*Footer > Copy*/
	.FooterCopy{margin:0; padding:10px 0px; width:100%; }
	.FooterCopy p {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal;}
	.FooterCopy p a {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal; text-decoration:none;}
	.FooterCopy p a:hover {color:#FFFFFF; text-decoration:none;}

	/*Footer > Design*/
	.FooterDesign{margin:0; padding:10px 0px; width:100%; }
	.FooterDesign p {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal;}
	.FooterDesign p a {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal; text-decoration:none;}
	.FooterDesign p a:hover {color:#FFFFFF; text-decoration:none;}
	
	/*aForm Grid - aForm Field - Full*/
	.aform_partner .aform_grid .aform_fields .af_full_half {float:none; margin:0px 5px; padding:0px 0px 0px 0px; width:250px; }
	/*aForm Grid - aForm Field - Left*/
	.aform_partner .aform_grid .aform_fields .af_left_half {float:none; margin:0px 5px; padding:0px 0px 0px 0px; width:250px;   clear:both !important;}
	/*aForm Grid - aForm Field - Right*/
	.aform_partner .aform_grid .aform_fields .af_right_half {float:none; margin:0px 5px; padding:0px 0px 0px 0px; width:250px;   clear:both !important;}
	/*aForm Grid - aForm Field - Container - Medium*/
	.aform_partner .aform_grid .aform_fields .afield .ainput_container .medium {margin:0; padding:10px 10px; font-size:14px; background:#FFFFFF; color:#000000; width:250px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
	
	/*aForm Grid - aForm Field - Container - Large*/
	.aform_partner .aform_grid .aform_fields .afield .ainput_container .large {margin:0; padding:10px 10px; font-size:14px; background:#FFFFFF; color:#000000; width:250px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}



        /*Section One 
	---------------------------------------------------------------------------------------- */
	
	.section-one {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:transparent; z-index:10; position:relative; top:0; width:100%; min-height:400px; background-size:100%;}
	
	
	.section-tag {display:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:url(images/tag.png) no-repeat; z-index:1000; position:absolute; top:10px; left:-160px; width:210px; height:170px;}
	
	/*Home - Form*/
	.a-form{ margin:0px auto; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; padding:10px 20px 0px 20px; background:#EEEEEE; z-index:100; position:relative; width:260px; min-height:470px; float:none; border:1px solid #CCCCCC; box-shadow: 0px 0px 0px 0px rgba(255,255,255,0), 0px 0px 5px 0px rgba(0,0,0,0.1); transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out; z-index:100; top:0px;}
	
	/*Home - Form HR*/
	.a-form-hr{margin:5px 0px 5px 0px; padding:0px 0px; background:#CCCCCC; height:1px;}
	
	/*Home - Form Title*/
	.a-form-title{margin:0px 0px 0px 0px; padding:5px 0px 5px 0px; width:100%;  position:relative;}
	.a-form-title h2{margin:0px; padding:0px 0px 0px 0px; position:relative; font-size:18px; text-align:left; line-height:22px; font-weight:600; color:#000000;}
	
	
	
	/*Default > Form*/
	.default-form{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none;}
	
	/*Form Grid*/
	.form-grid{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none;}
	
	/*Form Grid*/
	.form-row{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none; margin-bottom:5px;}
	
	
	/*Form Columns - Full*/
	.form-col-full{float:left; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	/*Form Columns - Left*/
	.form-col-left{float:left; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	/*Form Columns - Right*/
	.form-col-right{float:right; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	.form-col-full	{width:100%; }
	.form-col-left	{width:39%;  margin-right:1%;}
	.form-col-right	{width:59%;  margin-left:1%;}
	
	.default-form .file-wrapper {margin:0; padding:0px; width:100%; height:31px; font-size:14px; background:#333; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	
	.default-form .file {
		position: absolute;
		top: 0;
		right: 0;
		filter: alpha(opacity=1);
		opacity: 0.01;
		-moz-opacity: 0.01;
		cursor: pointer;
	}
	.default-form .file-button {
		display:block;
		width:100%;
		color: #fff;
		background: #999999;
		padding:5px 0px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-weight: normal;
		cursor: pointer;
		text-align:center;
	}
	
	
	.default-form .file {margin:0; padding:5px 10px; width:100%; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	
	
	.default-form .medium {margin:0; padding:6px 10px; width:100%; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.default-form .medium:focus {border:1px solid #f8b500;}
	
	.default-form .textarea {margin:0; padding:6px 10px; min-width:220px; max-height:70px; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.default-form .textarea:focus {border:1px solid #f8b500;}
	
	.label-full {margin:0; padding:0px 0px; width:100%; font-size:14px; color:#000000; line-height:14px;}
	
	.default-form .label {margin:0; padding:0px 0px; width:100%; font-size:14px; color:#000000; line-height:28px;}
	.default-form .label span{margin:0; padding:0px 0px; width:100%; font-size:14px; color:#89c13a; line-height:28px;}
	
	
	.default-form .button {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF; border-top:1px solid #76b41d;}
	
	.default-form .button {
	background: #8fc800; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8fc800 0%, #76b41d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#76b41d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 0%,#76b41d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#76b41d',GradientType=0 ); /* IE6-8 */
	}
	
	.default-form .button:hover {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF;}
	.default-form .button:hover {
	background: #76b41d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2YjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #76b41d 0%, #8fc800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76b41d), color-stop(100%,#8fc800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #76b41d 0%,#8fc800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b41d', endColorstr='#8fc800',GradientType=0 ); /* IE6-8 */
	}
	
	.default-form .button:focus {margin:0; padding:12px 10px; width:100%; font-size:20px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF; border-top:5px solid #8FC800;}
	.default-form .button:focus {
	background: #8fc800; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8fc800 0%, #76b41d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#76b41d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 0%,#76b41d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#76b41d',GradientType=0 ); /* IE6-8 */
	}
	
	
	
	
	/*Home - Content*/
	.a-content{ margin:0px auto; padding:20px 20px; position:relative; width:260px; min-height:270px; float:none; z-index:10; top:30px;}
	
	.a-content{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(238,238,238,0.9) 75%, rgba(238,238,238,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(75%,rgba(238,238,238,0.9)), color-stop(100%,rgba(238,238,238,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e6eeeeee',GradientType=1 ); /* IE6-8 */
		
	}
	
	
	/*Home - Content*/
	.a-content-wrapper{ margin:0px 0px 0px 0px; padding:0px 0px;  position:relative; width:100%; min-height:100px;}
	.a-content-wrapper h2{margin:0px; padding:0px 0px 10px 0px; width:100%; position:relative; font-size:18px; text-align:left; line-height:18px; font-weight:bold; color:#000000;}
	.a-content-wrapper p{margin:0px; padding:0px 0px 0px 0px; width:100%; position:relative; font-size:14px; text-align:left; line-height:20px; font-weight:normal; color:#000000;}
	/*.a-content-wrapper ul{margin:10px 0px; padding:0px 0px 0px 0px; text-align:left;}
	.a-content-wrapper ul li{float:left; margin:0px 10px 5px 40px; padding:0px 0px 0px 0px; font-size:16px; list-style:none; line-height:24px; position:relative; color:#000000; font-weight:bold; background:url(images/ok.png) no-repeat 0 5px;}
	.a-content-wrapper ul li i{float:left; margin:0px; padding:0px 2px 0px 0px; font-size:24px; list-style:none; line-height:24px;  position:relative; color:#8FC800; font-weight:bold;}*/
	
	
	.a-content-wrapper ul{margin:10px 0px; padding:0px 0px 0px 0px; font-size:14px; text-align:justify;}
	.a-content-wrapper ul li{float:none; margin:0px 15px 5px 0px; padding:0px 0px 0px 28px; font-size:16px; list-style:none; line-height:25px; background:url(images/ok.png) no-repeat 0 0px; position:relative; background-size:24px; color:#000000; font-weight:bold;}



.radioImages {
    margin:0;
    text-align: center;
}

.radioImages .clsRadio {
    float: left;
padding:0;
    
}


	
}



@media only screen and (min-width:240px) and (max-width:319px) {
	
	.a-grid				{ width:200px; }
	
	.a-col-one,
	.a-col-two,
	.a-col-three,
	.a-col-four,
	.a-col-five,
	.a-col-six,
	.a-col-seven,
	.a-col-eight,
	.a-col-nine,
	.a-col-ten,
	.a-col-eleven,
	.a-col-twelve{
		margin:0;
		width:200px;
		margin-bottom:20px;
	}

	.a-col-two-custom	{ width:200px;  margin:0; margin-bottom:20px;}
	
	/* Header Columns */
	.a-header-one,
	.a-header-two,
	.a-header-three{
		margin:0;
		width:200px;
		margin-bottom:20px;
	}
	
	/* Footer Columns */
	.a-footer-one,
	.a-footer-two{ 
		margin:0;
		width:200px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - One */
	.a-col-pl-cont-one,
	.a-col-pl-side-one{
		margin:0;
		width:200px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - two */
	.a-col-pl-cont-two,
	.a-col-pl-side-two{
		margin:0;
		width:200px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - three */
	.a-col-pl-cont-three,
	.a-col-pl-side-three{
		margin:0;
		width:200px;
		margin-bottom:20px;
	}
	
	



	.soften-15px		{ height:5px; }
	
	.a-col-form-one				{margin:0px 5px; width:186px; }
	.a-col-form-two				{margin:0px 5px; width:186px; }
	.a-col-form-three			{width:865px; }
	
	/*Master Form*/
	.master-form{margin:0 auto; padding:0px; width:200px; height:auto; min-height:288px; background:#FFFFFF; background-position:top right; position:relative; z-index:100; border:2px solid #27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease;}

	/*Master Form - List*/
	.master-form-list{margin:0; padding:5px 0px 5px 0px; width:100%;  position:relative;}
	.master-form-list ul{margin:0; padding:0px 0px 0px 0px; width:100%; position:relative; float:right;}
	.master-form-list ul li{margin:0; padding:0px 0px 0px 0px; font-size:11px; color:#000000; list-style:none; position:relative; line-height:20px;  font-weight:500;}
	.master-form-list ul li i{margin:0; padding:0px 0px 0px 0px; font-size:8px; color:#27ae4b; list-style:none; position:relative; line-height:20px; }
	
	/*Master Form - Title*/
	.master-form-title{ margin:0 auto; padding:0px 0px 0px 0px;  }
	.master-form-title h2 { margin:0; padding:0px; font-size:17px; color:#27ae4b; line-height:20px; text-align:left; }
	
	
	/*Master Form - Members*/
	.master-form-members{margin:0; padding:0px 0px 10px 0px; width:100%;  position:relative;}
	.master-form-members-logo{margin:0px 5px; padding:0px 0px; width:80px; height:116px;  float:left;}
	.master-form-members-logo img{margin:0px 0px; padding:0px 0px; width:80px; height:116px;  float:left;}

	
	/*aForm Grid - aForm Field - Full*/
	.aform_master .aform_grid .aform_fields .af_full_half {float:none; margin:0px 0px; padding:0px 0px 0px 0px; width:186px; }
	
	/*aForm Grid - aForm Field - Left*/
	.aform_master .aform_grid .aform_fields .af_left_half {float:none; margin:0px 0px; padding:0px 0px 0px 0px; width:186px;   clear:left !important;}
	
	/*aForm Grid - aForm Field - Right*/
	.aform_master .aform_grid .aform_fields .af_right_half {float:none; margin:0px 0px; padding:0px 0px 0px 0px; width:186px;   clear:right !important;}
	
	/*aForm Grid - aForm Field - Container - Medium*/
	.aform_master .aform_grid .aform_fields .afield .ainput_container .medium {margin:0; padding:10px 5px; font-size:14px; background:#FFFFFF; color:#000000; width:186px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
	
	/*aForm Grid - aForm Field - Container - Large*/
	.aform_master .aform_grid .aform_fields .afield .ainput_container .large {margin:0; padding:10px 5px; font-size:14px; background:#FFFFFF; color:#000000; width:186px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
	
	
	/*aForm Footer - Button*/
	.form-button{margin:0; padding:0; width:100%; height:50px; position:relative;  line-height:30px;}
	.form-button .formbtn{float:right; margin:0; padding:10px 30px; width:186px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease; position:relative; right:0px; top:0px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
	.form-button .formbtn:hover{color:#FFFFFF; background:#8ec63e; text-decoration:none;}
	.form-button .formbtn:active{top:2px; color:#FFFFFF; background:#55b36c;}

	
	/*aForm Footer - Button*/
	.aform_master .aform_footer{display:none; margin:0; padding:0; width:100%; height:50px; position:relative;  line-height:30px;}
	.aform_master .aform_footer .aform_button{float:right; margin:0; padding:10px 30px; width:186px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease; position:relative; right:0px; top:0px;}
	.aform_master .aform_footer .aform_button:hover{color:#FFFFFF; background:#8ec63e;}
	.aform_master .aform_footer .aform_button:active{top:2px; color:#FFFFFF; background:#55b36c;}



	
	
	.a-footer-inner-one
	.a-footer-inner-two
	.a-footer-inner-three{
		margin:0;
		width:200px;
		margin-bottom:20px;
	}
	
	/*Header*/

	#header{
		padding:10px 0 12px 0;
		position:relative;
		top:0;
		left:0;
		width:100%;
		z-index:20;
		background:#fafafa;
		border-bottom:1px solid #EEEEEE;
	}

	
	/*Main Navigationa*/
	.main-navigation{margin:0 auto; padding:5px 0px 0px 0px; position:relative; width:100%; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {margin:0 auto; display: inline-block !important; text-align: center; float:none; }
	.main-navigation ul { margin:0 auto; text-indent: 0; float:right; width:100%;  }
	.main-navigation li a, 
	.main-navigation li { display: inline-block; text-decoration: none; float:none; }
	.main-navigation li a { display:block; padding:0px 0px 0px 10px; border-bottom: 0; color: #000000; line-height:30px; white-space: nowrap; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; font-size:16px; text-align:left; background:#EEEEEE;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	.main-navigation li a:hover { color: #FFFFFF; background:#27ae4b; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	.main-navigation li { margin:2px 0px; width:100%; position: relative;  text-align:center; }
	.main-navigation li ul { text-align:left; float:left; display: none; margin:0 auto; padding: 0; position: absolute; top: 100%; left:0%; z-index: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul li { margin: 0 0px 0 0px; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul ul { top: 0; left: 100%; float:left; }
	.main-navigation ul li:hover > ul { border-left: 0; display: none; float:left; }
	.main-navigation li ul li a { float:left; background: #efefef; border-bottom: 1px solid #ededed; display: block; font-size: 14px; line-height: 2.181818182; padding: 8px 10px; padding: 0.571428571rem 0.714285714rem; width: 160px; white-space: normal; }
	.main-navigation li ul li a:hover { background: #e3e3e3; color: #444; }
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a { color: #FFFFFF; font-weight: normal; background:#27ae4b;}
	.main-navigation .current-menu-item > a:hover,
	.main-navigation .current-menu-ancestor > a:hover,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_ancestor > a:hover { color: #FFFFFF; font-weight: normal; background:#27ae4b;}

	/*Soften Header*/
	.soften_header{margin:0 auto; padding:0px; width:100%; height:0px; }

	/*Header > Logo*/
	.Logo{margin:0 auto; padding:0;  width:100%; position:relative;}
	.Logo a{display:block; margin:0; padding:0; width:100%;  z-index:100; background-size:100%;}
	.Logo a img{margin:0; padding:0; width:100%;  z-index:100; background-size:100%; border:none;}

	/*Header > Contact*/
	.Contact{margin:0; padding:0px 0px 0px 0px; position:relative; width:100%; height:50px;}
	.Contact p{margin:0; padding:0px 0px 0px 0px; float:none; text-align:center; font-size:14px; }
	.Contact p strong{margin:0; padding:0; text-align:center; font-size:14px; font-weight:bold;}
	.Contact p i{margin:0; padding:0px 5px 0px 0px; text-align:right; font-size:18px; font-weight:normal; line-height:20px;}

	.Contact p a{margin:0; padding:0; text-align:center; font-size:14px; font-weight:bold; text-decoration:none; color:#000000;}
	.Contact p a:hover{text-decoration:none; color:#27ae4b;}
	
	/*Contact Form*/
	.a-contact{margin:0 auto; padding:0px 0px 0px 0px; width:200px; height:auto; height:640px; background:#FFFFFF; position:relative; z-index:100; border:1px solid #CCC; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	
	/*Contact Form > Grid Contact*/
	#grid_contact{ margin:0 auto; padding:15px 0px 15px 0px;  }
	
	/*Contact Form > Title*/
	.contact-title{ margin:0 auto; padding:0px 0px 0px 0px;  }
	.contact-title h2 { margin:0; padding:0px; font-size:24px; line-height:30px; margin-bottom:18px; }
	
	/*Contact Form > Active*/
	.a-contact-active{margin:0 auto; padding:15px 0px 15px 0px; width:200px; height:auto;  position:relative;}
	
	
	.a-contact .form .gform_wrapper{display:block; z-index:10; height:300px;}
	.a-contact-active .form .gform_wrapper{display:block; z-index:10; height:auto;}



	.form .gform_wrapper .gform_body .gform_fields .gf_left_half {float:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;  width:100%;}
	.form .gform_wrapper .gform_body .gform_fields .gf_right_half {float:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}

	.form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium {margin:0; padding:10px 0; font-size:14px; background:#FFFFFF; color:#000000; width:100%; font:inherit; font-weight:400; text-indent: 2px; border:1px solid #ccc; background:#fff; outline: 0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); box-shadow:inset 0 1px 6px rgba(0, 0, 0, 0.12);}
	
	.form .gform_footer{position:relative; top:0px; right:0px; margin-bottom:10px;}
	.form .gform_footer .gform_button{float:none; margin:0; padding:10px 30px; width:100%; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.form .gform_footer .gform_button:hover{color:#FFFFFF; background:#444444; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	.form .gform_footer .gform_button:focus{color:#FFFFFF; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	
	.form .gform_footer .button{float:right; margin:0; padding:10px 30px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}

	
	/*Contact Form*/
	.contact-form{margin:0; padding:0px 0px 10px 0px; width:100%;  position:relative;}
	.contact-form ul{margin:0; padding:0px 0px 0px 0px; width:100%; position:relative; float:right;}
	.contact-form ul li{margin:0; padding:0px 0px 0px 20px; font-size:14px; list-style:none; position:relative; line-height:30px; background:url(images/bock.png) no-repeat 0 50%; background-size:18px;}
	
	/*Contact Form > Button*/
	.contact-button{margin:0; padding:0px 0px 0px 0px; width:100%; height:auto;  position:relative;}
	.contact-button a{float:right; margin:10px 0px 0px 0px; padding:10px 30px; width:100%; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; text-decoration:none; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.contact-button a:hover{color:#FFFFFF; background:#444444; border:none; position:relative; text-decoration:none; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	.contact-button a:focus{color:#FFFFFF; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}

	
	
	.default-content h1{font-size:28px;}
	.default-content h2{font-size:20px;}
	.default-content h3{font-size:18px;}
	.default-content img{float:none; margin:0px auto; padding:0px 0px 0px 0px; font-size:14px; width:100%; position:relative; line-height:normal;}
	.default-content .alignright{float:none; margin:0px auto; padding:0px 0px 0px 0px;}
	.default-content .alignleft{float:none; margin:0px auto; padding:0px 0px 20px 0px;}
	
	
	/*Default > 404*/
	.Default404{margin:0 auto; padding:10px 10px; width:180px;  position:relative;}
	.Default404 h2{margin:0px; padding:5px 0px 5px 0px; font-size:24px; font-weight:normal; text-align:left; font-weight:bold; color:#27ae4b; line-height:30px;}
	.Default404 p{margin:0px auto; padding:0px; font-size:14px; font-weight:normal; text-align:left; color:#333333; line-height:30px;}
	.Default404 ul {margin:10px 0px 0px 25px; padding:0px; width:100%; }
	.Default404 ul li {margin:0px; padding:2px 0px 2px 0px; width:100%;  list-style:disc;}
	.Default404 ul li a {margin:0px; padding:0px; font-size:14px; color:#27ae4b;  text-align:left; font-weight:normal; text-decoration:underline;}
	.Default404 ul li a:hover {color:#000000; text-decoration:none;}	

	

	/*Default > Tack*/
	.DefaultTack{margin:0 auto; padding:10px 10px; width:180px;  position:relative;}
	.DefaultTack h2{margin:0px; padding:5px 0px 5px 0px; font-size:24px; font-weight:normal; text-align:left; font-weight:bold; color:#27ae4b; line-height:30px;}
	.DefaultTack p{margin:0px auto; padding:0px; font-size:14px; font-weight:normal; text-align:left; color:#333333; line-height:30px;}
	.DefaultTack ul {margin:10px 0px 0px 25px; padding:0px; width:100%; }
	.DefaultTack ul li {margin:0px; padding:2px 0px 2px 0px; width:100%;  list-style:disc;}
	.DefaultTack ul li a {margin:0px; padding:0px; font-size:14px; color:#27ae4b;  text-align:left; font-weight:normal; text-decoration:underline;}
	.DefaultTack ul li a:hover {color:#000000; text-decoration:none;}

	/*Default > Sitemap*/
	.DefaultSitemap{margin:0 auto; padding:10px 20px; width:180px;  position:relative;}
	.DefaultSitemap a {font-size:14px; color:#000000;}
	.DefaultSitemap a:hover {color:#27ae4b;}
	
	.contact-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {float:none; margin:0; padding:0px 0px; width:100%; font-size:14px; line-height:normal; font-weight:300; background:none; list-style:none;}
	.contact-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {float:none; margin:0; padding:0px 0; width:100%; margin-bottom:10px;}



	/*Category > News*/
	.category-news{margin:0px 0px 0px 0px; padding:0; width:100%;  position:relative;}
	
	/*Category > News > Left*/
	.category-news-left{float:left; margin:0; padding:0; width:24%;  margin-right:2%;}
	.category-news-left a img{margin:0; padding:0; width:100%; }

	/*Category > News > Right*/
	.category-news-right{float:left;margin:0px; padding:0; width:74%; }

	/*Category > News > Top*/
	.category-news-right-title{margin:0; padding:0; width:100%; height:20px; }
	.category-news-right-title h4{margin:0; padding:0px;  font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal; color:#27ae4b; line-height:normal;}

	.category-news-right-title h4 a{float:left; margin:0; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:normal; color:#27ae4b; line-height:normal;}
	.category-news-right-title h4 a:hover{color:#000000; text-decoration:none;}

	/*Category > News > Right - Text*/
	.category-news-right-text{margin:0px 0px 0px 0px; padding:5px 0px 5px 0px; width:100%; }
	.category-news-right-text p{margin:0; padding:0px;  font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-align:left; color:#000000; line-height:normal;}
	.category-news-right-text p a{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal; color:#000000; }
	.category-news-right-text p a:hover{text-decoration:none; color:#27ae4b;}

	/*Category > News > Date*/
	.category-news-date{float:left; margin:0px; padding:5px 0px 5px 0px; width:100%; }
	.category-news-date p{margin:0; padding:0px;  font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; text-align:left; color:#000000; line-height:normal;}
	
	
	#share-buttons{margin:0px 0px 10px 0px; padding:20px 0px 0px 0px; width:100%; }
	#share-buttons ul{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:94%; position:relative; left:0px; }
	#share-buttons ul li{margin:0px 5px 3px 0px; padding:0px; width:200px; position:relative; text-align:left; text-transform:none; line-height:normal; list-style:none; font-family:'humanst521_lt_btlight', Arial, sans-serif; font-size:14px; color:#afafaf;}
	#share-buttons ul li a{display:block; text-align:left; padding:0px; text-transform:none; line-height:normal; list-style:none; font-family:'humanst521_lt_btlight', Arial, sans-serif; font-size:14px; color:#afafaf; text-decoration:none; background:#333333; border-radius:2px;}
	#share-buttons ul li a:hover {color:#FFFFFF; background:#333333; text-decoration:none;}
	#share-buttons ul li a img { width: 20px; padding:2px; border: 0; box-shadow: 0; display: inline; }
	#share-buttons ul li a span { margin:3.1px 5px 0px 0px; padding:1px; float:right; font-size:12px; color:#000000; background:#CCCCCC; min-width:14px; border-radius:2px; text-align:center; }


	/*Footer > Svenska*/
	.Svenska{margin:0px auto 20px auto; padding:30px 0px 0px 0px; width:90px; height:130px;  float:none;}
	.Svenska img { padding:0px; border:0;}

	/*Footer > Copy*/
	.FooterCopy{margin:0; padding:10px 0px; width:100%; }
	.FooterCopy p {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal;}
	.FooterCopy p a {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal; text-decoration:none;}
	.FooterCopy p a:hover {color:#FFFFFF; text-decoration:none;}

	/*Footer > Design*/
	.FooterDesign{margin:0; padding:10px 0px; width:100%; }
	.FooterDesign p {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal;}
	.FooterDesign p a {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal; text-decoration:none;}
	.FooterDesign p a:hover {color:#FFFFFF; text-decoration:none;}
	
	/*aForm Grid - aForm Field - Full*/
	.aform_partner .aform_grid .aform_fields .af_full_half {float:none; margin:0px 5px; padding:0px 0px 0px 0px; width:190px; }
	/*aForm Grid - aForm Field - Left*/
	.aform_partner .aform_grid .aform_fields .af_left_half {float:none; margin:0px 5px; padding:0px 0px 0px 0px; width:190px;   clear:both !important;}
	/*aForm Grid - aForm Field - Right*/
	.aform_partner .aform_grid .aform_fields .af_right_half {float:none; margin:0px 5px; padding:0px 0px 0px 0px; width:190px;   clear:both !important;}
	/*aForm Grid - aForm Field - Container - Medium*/
	.aform_partner .aform_grid .aform_fields .afield .ainput_container .medium {margin:0; padding:10px 10px; font-size:14px; background:#FFFFFF; color:#000000; width:190px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
	
	/*aForm Grid - aForm Field - Container - Large*/
	.aform_partner .aform_grid .aform_fields .afield .ainput_container .large {margin:0; padding:10px 10px; font-size:14px; background:#FFFFFF; color:#000000; width:190px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}




        /*Section One 
	---------------------------------------------------------------------------------------- */
	
	.section-one {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:transparent; z-index:10; position:relative; top:0; width:100%; min-height:400px; background-size:100%;}
	
	
	.section-tag {display:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; background:url(images/tag.png) no-repeat; z-index:1000; position:absolute; top:10px; left:-160px; width:210px; height:170px;}
	
	/*Home - Form*/
	.a-form{ margin:0px auto; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; padding:10px 20px 10px 20px; background:#EEEEEE; z-index:100; position:relative; width:200px; min-height:470px; float:none; border:1px solid #CCCCCC; box-shadow: 0px 0px 0px 0px rgba(255,255,255,0), 0px 0px 5px 0px rgba(0,0,0,0.1); transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out; z-index:100; top:0px;}
	
	/*Home - Form HR*/
	.a-form-hr{margin:5px 0px 5px 0px; padding:0px 0px; background:#CCCCCC; height:1px;}
	
	/*Home - Form Title*/
	.a-form-title{margin:0px 0px 0px 0px; padding:5px 0px 5px 0px; width:100%;  position:relative;}
	.a-form-title h2{margin:0px; padding:0px 0px 0px 0px; position:relative; font-size:18px; text-align:left; line-height:22px; font-weight:600; color:#000000;}
	
	
	
	/*Default > Form*/
	.default-form{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none;}
	
	/*Form Grid*/
	.form-grid{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none;}
	
	/*Form Grid*/
	.form-row{margin:0; padding:0px 0px; width:100%;  position:relative; text-shadow:none; margin-bottom:5px;}
	
	
	/*Form Columns - Full*/
	.form-col-full{float:left; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	/*Form Columns - Left*/
	.form-col-left{float:left; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	/*Form Columns - Right*/
	.form-col-right{float:right; margin:0; padding:0px 0px;  position:relative; text-shadow:none;}
	
	.form-col-full	{width:100%; }
	.form-col-left	{width:100%;  margin-right:0%;}
	.form-col-right	{width:100%;  margin-left:0%;}
	
	.default-form .file-wrapper {margin:0; padding:0px; width:100%; height:31px; font-size:14px; background:#333; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	
	.default-form .file {
		position: absolute;
		top: 0;
		right: 0;
		filter: alpha(opacity=1);
		opacity: 0.01;
		-moz-opacity: 0.01;
		cursor: pointer;
	}
	.default-form .file-button {
		display:block;
		width:100%;
		color: #fff;
		background: #999999;
		padding:5px 0px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-weight: normal;
		cursor: pointer;
		text-align:center;
	}
	
	
	.default-form .file {margin:0; padding:5px 10px; width:100%; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	
	
	.default-form .medium {margin:0; padding:6px 10px; width:100%; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.default-form .medium:focus {border:1px solid #f8b500;}
	
	.default-form .textarea {margin:0; padding:6px 10px; min-width:160px; max-height:70px; font-size:14px; border:1px solid #CCCCCC; background:#e4e2e2; color:#000000; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.default-form .textarea:focus {border:1px solid #f8b500;}
	
	.label-full {margin:0; padding:0px 0px; width:100%; font-size:14px; color:#000000; line-height:14px;}
	
	.default-form .label {margin:0; padding:0px 0px; width:100%; font-size:14px; color:#000000; line-height:28px;}
	.default-form .label span{margin:0; padding:0px 0px; width:100%; font-size:14px; color:#89c13a; line-height:28px;}
	
	
	.default-form .button {margin:0px 0px 0px 0px; padding:12px 10px; width:100%; font-size:14px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF; border-top:1px solid #76b41d;}
	
	.default-form .button {
	background: #8fc800; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8fc800 0%, #76b41d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#76b41d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 0%,#76b41d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#76b41d',GradientType=0 ); /* IE6-8 */
	}
	
	.default-form .button:hover {margin:0; padding:12px 10px; width:100%; font-size:14px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF;}
	.default-form .button:hover {
	background: #76b41d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2YjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #76b41d 0%, #8fc800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76b41d), color-stop(100%,#8fc800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #76b41d 0%,#8fc800 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #76b41d 0%,#8fc800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b41d', endColorstr='#8fc800',GradientType=0 ); /* IE6-8 */
	}
	
	.default-form .button:focus {margin:0; padding:12px 10px; width:100%; font-size:14px; border:1px solid #76b41d; background:#e4e2e2; color:#FFFFFF; border-top:5px solid #8FC800;}
	.default-form .button:focus {
	background: #8fc800; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0MWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8fc800 0%, #76b41d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc800), color-stop(100%,#76b41d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc800 0%,#76b41d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc800 0%,#76b41d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#76b41d',GradientType=0 ); /* IE6-8 */
	}
	
	
	
	
	/*Home - Content*/
	.a-content{ margin:0px auto; padding:20px 20px; position:relative; width:200px; min-height:270px; float:none; z-index:10; top:30px;}
	
	.a-content{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(238,238,238,0.9) 75%, rgba(238,238,238,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(75%,rgba(238,238,238,0.9)), color-stop(100%,rgba(238,238,238,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(238,238,238,0.9) 75%,rgba(238,238,238,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e6eeeeee',GradientType=1 ); /* IE6-8 */
		
	}
	
	
	/*Home - Content*/
	.a-content-wrapper{ margin:0px 0px 0px 0px; padding:0px 0px;  position:relative; width:100%; min-height:100px;}
	.a-content-wrapper h2{margin:0px; padding:0px 0px 10px 0px; width:100%; position:relative; font-size:18px; text-align:left; line-height:18px; font-weight:bold; color:#000000;}
	.a-content-wrapper p{margin:0px; padding:0px 0px 0px 0px; width:100%; position:relative; font-size:14px; text-align:left; line-height:20px; font-weight:normal; color:#000000;}
	/*.a-content-wrapper ul{margin:10px 0px; padding:0px 0px 0px 0px; text-align:left;}
	.a-content-wrapper ul li{float:left; margin:0px 10px 5px 40px; padding:0px 0px 0px 0px; font-size:16px; list-style:none; line-height:24px; position:relative; color:#000000; font-weight:bold; background:url(images/ok.png) no-repeat 0 5px;}
	.a-content-wrapper ul li i{float:left; margin:0px; padding:0px 2px 0px 0px; font-size:24px; list-style:none; line-height:24px;  position:relative; color:#8FC800; font-weight:bold;}*/
	
	
	.a-content-wrapper ul{margin:10px 0px; padding:0px 0px 0px 0px; font-size:14px; text-align:justify;}
	.a-content-wrapper ul li{float:none; margin:0px 15px 5px 0px; padding:0px 0px 0px 28px; font-size:16px; list-style:none; line-height:25px; background:url(images/ok.png) no-repeat 0 0px; position:relative; background-size:24px; color:#000000; font-weight:bold;}







}


/* #Mobile (Portrait) */
@media only screen and (max-width:239px) {
	
	.a-grid				{ width:200px; }
	
	.a-col-one,
	.a-col-two,
	.a-col-three,
	.a-col-four,
	.a-col-five,
	.a-col-six,
	.a-col-seven,
	.a-col-eight,
	.a-col-nine,
	.a-col-ten,
	.a-col-eleven,
	.a-col-twelve{
		margin:0;
		width:200px;
		margin-bottom:20px;
	}

	.a-col-two-custom	{ width:200px;  margin:0; margin-bottom:20px;}
	
	/* Header Columns */
	.a-header-one,
	.a-header-two,
	.a-header-three{
		margin:0;
		width:200px;
		margin-bottom:20px;
	}
	
	/* Footer Columns */
	.a-footer-one,
	.a-footer-two{ 
		margin:0;
		width:200px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - One */
	.a-col-pl-cont-one,
	.a-col-pl-side-one{
		margin:0;
		width:200px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - two */
	.a-col-pl-cont-two,
	.a-col-pl-side-two{
		margin:0;
		width:200px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - three */
	.a-col-pl-cont-three,
	.a-col-pl-side-three{
		margin:0;
		width:200px;
		margin-bottom:20px;
	}
	
	
	.soften-15px		{ height:5px; }
	
	.a-col-form-one				{margin:0px 5px; width:186px; }
	.a-col-form-two				{margin:0px 5px; width:186px; }
	.a-col-form-three			{width:865px; }
	
	/*Master Form*/
	.master-form{margin:0 auto; padding:0px; width:200px; height:auto; min-height:288px; background:#FFFFFF url(images/blad.png) no-repeat; background-position:top right; position:relative; z-index:100; border:2px solid #27ae4b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease;}

	/*Master Form - List*/
	.master-form-list{margin:0; padding:5px 0px 5px 0px; width:100%;  position:relative;}
	.master-form-list ul{margin:0; padding:0px 0px 0px 0px; width:100%; position:relative; float:right;}
	.master-form-list ul li{margin:0; padding:0px 0px 0px 0px; font-size:11px; color:#000000; list-style:none; position:relative; line-height:20px;  font-weight:500;}
	.master-form-list ul li i{margin:0; padding:0px 0px 0px 0px; font-size:8px; color:#27ae4b; list-style:none; position:relative; line-height:20px; }
	
	/*Master Form - Title*/
	.master-form-title{ margin:0 auto; padding:0px 0px 0px 0px;  }
	.master-form-title h2 { margin:0; padding:0px; font-size:17px; color:#27ae4b; line-height:20px; text-align:left; }
	
	
	/*Master Form - Members*/
	.master-form-members{margin:0; padding:0px 0px 10px 0px; width:100%;  position:relative;}
	.master-form-members-logo{margin:0px 5px; padding:0px 0px; width:80px; height:116px;  float:left;}
	.master-form-members-logo img{margin:0px 0px; padding:0px 0px; width:80px; height:116px;  float:left;}

	
	/*aForm Grid - aForm Field - Full*/
	.aform_master .aform_grid .aform_fields .af_full_half {float:none; margin:0px 0px; padding:0px 0px 0px 0px; width:186px; }
	
	/*aForm Grid - aForm Field - Left*/
	.aform_master .aform_grid .aform_fields .af_left_half {float:none; margin:0px 0px; padding:0px 0px 0px 0px; width:186px;   clear:left !important;}
	
	/*aForm Grid - aForm Field - Right*/
	.aform_master .aform_grid .aform_fields .af_right_half {float:none; margin:0px 0px; padding:0px 0px 0px 0px; width:186px;   clear:right !important;}
	
	/*aForm Grid - aForm Field - Container - Medium*/
	.aform_master .aform_grid .aform_fields .afield .ainput_container .medium {margin:0; padding:10px 5px; font-size:14px; background:#FFFFFF; color:#000000; width:186px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
	
	/*aForm Grid - aForm Field - Container - Large*/
	.aform_master .aform_grid .aform_fields .afield .ainput_container .large {margin:0; padding:10px 5px; font-size:14px; background:#FFFFFF; color:#000000; width:186px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
	
	
	/*aForm Footer - Button*/
	.form-button{margin:0; padding:0; width:100%; height:50px; position:relative;  line-height:30px;}
	.form-button .formbtn{float:right; margin:0; padding:10px 30px; width:186px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease; position:relative; right:0px; top:0px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
	.form-button .formbtn:hover{color:#FFFFFF; background:#8ec63e; text-decoration:none;}
	.form-button .formbtn:active{top:2px; color:#FFFFFF; background:#55b36c;}

	
	/*aForm Footer - Button*/
	.aform_master .aform_footer{display:none; margin:0; padding:0; width:100%; height:50px; position:relative;  line-height:30px;}
	.aform_master .aform_footer .aform_button{float:right; margin:0; padding:10px 30px; width:186px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease; position:relative; right:0px; top:0px;}
	.aform_master .aform_footer .aform_button:hover{color:#FFFFFF; background:#8ec63e;}
	.aform_master .aform_footer .aform_button:active{top:2px; color:#FFFFFF; background:#55b36c;}
	
	
	.a-footer-inner-one
	.a-footer-inner-two
	.a-footer-inner-three{
		margin:0;
		width:200px;
		margin-bottom:20px;
	}
	
	/*Header*/

	#header{
		padding:10px 0 12px 0;
		position:relative;
		top:0;
		left:0;
		width:100%;
		z-index:20;
		background:#fafafa;
		border-bottom:1px solid #EEEEEE;
	}

	
	/*Main Navigationa*/
	.main-navigation{margin:0 auto; padding:5px 0px 0px 0px; position:relative; width:100%; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {margin:0 auto; display: inline-block !important; text-align: center; float:none; }
	.main-navigation ul { margin:0 auto; text-indent: 0; float:right; width:100%;  }
	.main-navigation li a, 
	.main-navigation li { display: inline-block; text-decoration: none; float:none; }
	.main-navigation li a { display:block; padding:0px 0px 0px 10px; border-bottom: 0; color: #000000; line-height:30px; white-space: nowrap; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; font-size:16px; text-align:left; background:#EEEEEE;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	.main-navigation li a:hover { color: #FFFFFF; background:#27ae4b; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	.main-navigation li { margin:2px 0px; width:100%; position: relative;  text-align:center; }
	.main-navigation li ul { text-align:left; float:left; display: none; margin:0 auto; padding: 0; position: absolute; top: 100%; left:0%; z-index: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul li { margin: 0 0px 0 0px; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul ul { top: 0; left: 100%; float:left; }
	.main-navigation ul li:hover > ul { border-left: 0; display: none; float:left; }
	.main-navigation li ul li a { float:left; background: #efefef; border-bottom: 1px solid #ededed; display: block; font-size: 14px; line-height: 2.181818182; padding: 8px 10px; padding: 0.571428571rem 0.714285714rem; width: 160px; white-space: normal; }
	.main-navigation li ul li a:hover { background: #e3e3e3; color: #444; }
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a { color: #FFFFFF; font-weight: normal; background:#27ae4b;}
	.main-navigation .current-menu-item > a:hover,
	.main-navigation .current-menu-ancestor > a:hover,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_ancestor > a:hover { color: #FFFFFF; font-weight: normal; background:#27ae4b;}

	/*Soften Header*/
	.soften_header{margin:0 auto; padding:0px; width:100%; height:0px; }

	/*Header > Logo*/
	.Logo{margin:0 auto; padding:0;  width:100%; position:relative;}
	.Logo a{display:block; margin:0; padding:0; width:100%;  z-index:100; background-size:100%;}
	.Logo a img{margin:0; padding:0; width:100%;  z-index:100; background-size:100%; border:none;}

	/*Header > Contact*/
	.Contact{margin:0; padding:0px 0px 0px 0px; position:relative; width:100%; height:30px;}
	.Contact p{margin:0 auto; padding:0px 0px 0px 0px; float:none; text-align:center; font-size:14px; }
	.Contact p strong{margin:0; padding:0; text-align:right; font-size:14px; font-weight:bold;}
	.Contact p i{margin:0; padding:0px 5px 0px 0px; text-align:right; font-size:16px; font-weight:normal; line-height:18px;}
	
	
	/*Contact Form*/
	.a-contact{margin:0 auto; padding:0px 0px 0px 0px; width:200px; height:auto; height:640px; background:#FFFFFF; position:relative; z-index:100; border:1px solid #CCC; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	
	/*Contact Form > Grid Contact*/
	#grid_contact{ margin:0 auto; padding:15px 0px 15px 0px;  }
	
	/*Contact Form > Title*/
	.contact-title{ margin:0 auto; padding:0px 0px 0px 0px;  }
	.contact-title h2 { margin:0; padding:0px; font-size:24px; line-height:30px; margin-bottom:18px; }
	
	/*Contact Form > Active*/
	.a-contact-active{margin:0 auto; padding:15px 0px 15px 0px; width:200px; height:auto;  position:relative;}
	
	
	.a-contact .form .gform_wrapper{display:block; z-index:10; height:300px;}
	.a-contact-active .form .gform_wrapper{display:block; z-index:10; height:auto;}



	.form .gform_wrapper .gform_body .gform_fields .gf_left_half {float:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;  width:100%;}
	.form .gform_wrapper .gform_body .gform_fields .gf_right_half {float:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}

	.form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium {margin:0; padding:10px 0; font-size:14px; background:#FFFFFF; color:#000000; width:100%; font:inherit; font-weight:400; text-indent: 2px; border:1px solid #ccc; background:#fff; outline: 0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); box-shadow:inset 0 1px 6px rgba(0, 0, 0, 0.12);}
	
	.form .gform_footer{position:relative; top:0px; right:0px; margin-bottom:10px;}
	.form .gform_footer .gform_button{float:none; margin:0; padding:10px 30px; width:100%; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.form .gform_footer .gform_button:hover{color:#FFFFFF; background:#444444; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	.form .gform_footer .gform_button:focus{color:#FFFFFF; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	
	.form .gform_footer .button{float:right; margin:0; padding:10px 30px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}

	
	/*Contact Form*/
	.contact-form{margin:0; padding:0px 0px 10px 0px; width:100%;  position:relative;}
	.contact-form ul{margin:0; padding:0px 0px 0px 0px; width:100%; position:relative; float:right;}
	.contact-form ul li{margin:0; padding:0px 0px 0px 20px; font-size:14px; list-style:none; position:relative; line-height:30px; background:url(images/bock.png) no-repeat 0 50%; background-size:18px;}
	
	/*Contact Form > Button*/
	.contact-button{margin:0; padding:0px 0px 0px 0px; width:100%; height:auto;  position:relative;}
	.contact-button a{float:right; margin:10px 0px 0px 0px; padding:10px 30px; width:100%; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; text-decoration:none; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.contact-button a:hover{color:#FFFFFF; background:#444444; border:none; position:relative; text-decoration:none; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	.contact-button a:focus{color:#FFFFFF; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}

	
	
	.default-content h1{font-size:28px;}
	.default-content h2{font-size:20px;}
	.default-content h3{font-size:18px;}
	.default-content img{float:none; margin:0px auto; padding:0px 0px 0px 0px; font-size:14px; width:100%; position:relative; line-height:normal;}
	.default-content .alignright{float:none; margin:0px auto; padding:0px 0px 0px 0px;}
	.default-content .alignleft{float:none; margin:0px auto; padding:0px 0px 20px 0px;}
	
	
	
	#share-buttons{margin:0px 0px 10px 0px; padding:20px 0px 0px 0px; width:100%; }
	#share-buttons ul{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:94%; position:relative; left:0px; }
	#share-buttons ul li{margin:0px 5px 3px 0px; padding:0px; width:200px; position:relative; text-align:left; text-transform:none; line-height:normal; list-style:none; font-family:'humanst521_lt_btlight', Arial, sans-serif; font-size:14px; color:#afafaf;}
	#share-buttons ul li a{display:block; text-align:left; padding:0px; text-transform:none; line-height:normal; list-style:none; font-family:'humanst521_lt_btlight', Arial, sans-serif; font-size:14px; color:#afafaf; text-decoration:none; background:#333333; border-radius:2px;}
	#share-buttons ul li a:hover {color:#FFFFFF; background:#333333; text-decoration:none;}
	#share-buttons ul li a img { width: 20px; padding:2px; border: 0; box-shadow: 0; display: inline; }
	#share-buttons ul li a span { margin:3.1px 5px 0px 0px; padding:1px; float:right; font-size:12px; color:#000000; background:#CCCCCC; min-width:14px; border-radius:2px; text-align:center; }


	/*Footer > Svenska*/
	.Svenska{margin:0px auto 20px auto; padding:30px 0px 0px 0px; width:90px; height:130px;  float:none;}
	.Svenska img { padding:0px; border:0;}

	/*Footer > Copy*/
	.FooterCopy{margin:0; padding:10px 0px; width:100%; }
	.FooterCopy p {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal;}
	.FooterCopy p a {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal; text-decoration:none;}
	.FooterCopy p a:hover {color:#FFFFFF; text-decoration:none;}

	/*Footer > Design*/
	.FooterDesign{margin:0; padding:10px 0px; width:100%; }
	.FooterDesign p {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal;}
	.FooterDesign p a {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal; text-decoration:none;}
	.FooterDesign p a:hover {color:#FFFFFF; text-decoration:none;}
	
	/*aForm Grid - aForm Field - Full*/
	.aform_partner .aform_grid .aform_fields .af_full_half {float:none; margin:0px 5px; padding:0px 0px 0px 0px; width:190px; }
	/*aForm Grid - aForm Field - Left*/
	.aform_partner .aform_grid .aform_fields .af_left_half {float:none; margin:0px 5px; padding:0px 0px 0px 0px; width:190px;   clear:both !important;}
	/*aForm Grid - aForm Field - Right*/
	.aform_partner .aform_grid .aform_fields .af_right_half {float:none; margin:0px 5px; padding:0px 0px 0px 0px; width:190px;   clear:both !important;}
	/*aForm Grid - aForm Field - Container - Medium*/
	.aform_partner .aform_grid .aform_fields .afield .ainput_container .medium {margin:0; padding:10px 10px; font-size:14px; background:#FFFFFF; color:#000000; width:190px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}
	
	/*aForm Grid - aForm Field - Container - Large*/
	.aform_partner .aform_grid .aform_fields .afield .ainput_container .large {margin:0; padding:10px 10px; font-size:14px; background:#FFFFFF; color:#000000; width:190px; font:inherit; font-weight:400; text-indent:2px; border:1px solid #ccc; background:#fff; outline:0; margin-bottom:0px;}

}


/* #Mobile (Portrait) */
@media only screen and (max-width:180px) {
	
	.a-grid				{ width:150px; }
	
	.a-col-one,
	.a-col-two,
	.a-col-three,
	.a-col-four,
	.a-col-five,
	.a-col-six,
	.a-col-seven,
	.a-col-eight,
	.a-col-nine,
	.a-col-ten,
	.a-col-eleven,
	.a-col-twelve{
		margin:0;
		width:150px;
		margin-bottom:20px;
	}
	
	/* Header Columns */
	.a-header-one,
	.a-header-two,
	.a-header-three{
		margin:0;
		width:150px;
		margin-bottom:20px;
	}
	
	/* Footer Columns */
	.a-footer-one,
	.a-footer-two{ 
		margin:0;
		width:150px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - One */
	.a-col-pl-cont-one,
	.a-col-pl-side-one{
		margin:0;
		width:150px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - two */

	.a-col-pl-cont-two,
	.a-col-pl-side-two{
		margin:0;
		width:150px;
		margin-bottom:20px;
	}
	
	/* Page Layout - Content and Sidebar - Columns - three */
	.a-col-pl-cont-three,
	.a-col-pl-side-three{
		margin:0;
		width:150px;
		margin-bottom:20px;
	}
	
	.a-col-form-one{
		/*margin:0;*/
		width:150px;
		margin-bottom:20px;
		
	}
	
	.a-col-form-two{
		/*margin:0;*/
		width:150px;
		
	}
	
	.a-col-form-three{
		/*margin:0;*/
		width:150px;
		
	}
	
	
	.a-footer-inner-one
	.a-footer-inner-two
	.a-footer-inner-three{
		margin:0;
		width:150px;
		margin-bottom:20px;
	}
	
	/*Header*/

	#header{
		padding:10px 0 12px 0;
		position:relative;
		top:0;
		left:0;
		width:100%;
		z-index:20;
		background:#fafafa;
		border-bottom:1px solid #EEEEEE;
	}

	
	/*Main Navigationa*/
	.main-navigation{margin:0 auto; padding:5px 0px 0px 0px; position:relative; width:100%; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {margin:0 auto; display: inline-block !important; text-align: center; float:none; }
	.main-navigation ul { margin:0 auto; text-indent: 0; float:right; width:100%;  }
	.main-navigation li a, 
	.main-navigation li { display: inline-block; text-decoration: none; float:none; }
	.main-navigation li a { display:block; padding:0px 0px 0px 10px; border-bottom: 0; color: #000000; line-height:30px; white-space: nowrap; font-family:"Droid Sans", "Helvetica Neue", "Nimbus Sans L", sans-serif; font-size:16px; text-align:left; background:#EEEEEE;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	.main-navigation li a:hover { color: #FFFFFF; background:#27ae4b; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	.main-navigation li { margin:2px 0px; width:100%; position: relative;  text-align:center; }
	.main-navigation li ul { text-align:left; float:left; display: none; margin:0 auto; padding: 0; position: absolute; top: 100%; left:0%; z-index: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul li { margin: 0 0px 0 0px; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
	.main-navigation li ul ul { top: 0; left: 100%; float:left; }
	.main-navigation ul li:hover > ul { border-left: 0; display: none; float:left; }
	.main-navigation li ul li a { float:left; background: #efefef; border-bottom: 1px solid #ededed; display: block; font-size: 14px; line-height: 2.181818182; padding: 8px 10px; padding: 0.571428571rem 0.714285714rem; width: 160px; white-space: normal; }
	.main-navigation li ul li a:hover { background: #e3e3e3; color: #444; }
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a { color: #FFFFFF; font-weight: normal; background:#27ae4b;}
	.main-navigation .current-menu-item > a:hover,
	.main-navigation .current-menu-ancestor > a:hover,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_ancestor > a:hover { color: #FFFFFF; font-weight: normal; background:#27ae4b;}

	/*Soften Header*/
	.soften_header{margin:0 auto; padding:0px; width:100%; height:0px; }

	/*Header > Logo*/
	.Logo{margin:0 auto; padding:0;  width:100%; position:relative;}
	.Logo a{display:block; margin:0; padding:0; width:100%;  z-index:100; background-size:100%;}
	.Logo a img{margin:0; padding:0; width:100%;  z-index:100; background-size:100%; border:none;}

	/*Header > Contact*/
	.Contact{margin:0; padding:0px 0px 0px 0px; position:relative; width:100%; height:30px;}
	.Contact p{margin:0 auto; padding:0px 0px 0px 0px; float:none; text-align:center; font-size:14px; }
	.Contact p strong{margin:0; padding:0; text-align:right; font-size:14px; font-weight:bold;}
	.Contact p i{margin:0; padding:0px 5px 0px 0px; text-align:right; font-size:16px; font-weight:normal; line-height:18px;}
	
	
	/*Contact Form*/
	.a-contact{margin:0 auto; padding:0px 0px 0px 0px; width:150px; height:auto; height:640px; background:#FFFFFF; position:relative; z-index:100; border:1px solid #CCC; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
	
	/*Contact Form > Grid Contact*/
	#grid_contact{ margin:0 auto; padding:15px 0px 15px 0px;  }
	
	/*Contact Form > Title*/
	.contact-title{ margin:0 auto; padding:0px 0px 0px 0px;  }
	.contact-title h2 { margin:0; padding:0px; font-size:24px; line-height:30px; margin-bottom:18px; }
	
	/*Contact Form > Active*/
	.a-contact-active{margin:0 auto; padding:15px 0px 15px 0px; width:150px; height:auto;  position:relative;}
	
	
	.a-contact .form .gform_wrapper{display:block; z-index:10; height:300px;}
	.a-contact-active .form .gform_wrapper{display:block; z-index:10; height:auto;}



	.form .gform_wrapper .gform_body .gform_fields .gf_left_half {float:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;  width:100%;}
	.form .gform_wrapper .gform_body .gform_fields .gf_right_half {float:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;}

	.form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium {margin:0; padding:10px 0; font-size:14px; background:#FFFFFF; color:#000000; width:100%; font:inherit; font-weight:400; text-indent: 2px; border:1px solid #ccc; background:#fff; outline: 0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12); box-shadow:inset 0 1px 6px rgba(0, 0, 0, 0.12);}
	
	.form .gform_footer{position:relative; top:0px; right:0px; margin-bottom:10px;}
	.form .gform_footer .gform_button{float:none; margin:0; padding:10px 30px; width:100%; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.form .gform_footer .gform_button:hover{color:#FFFFFF; background:#444444; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	.form .gform_footer .gform_button:focus{color:#FFFFFF; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	
	.form .gform_footer .button{float:right; margin:0; padding:10px 30px; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}

	
	/*Contact Form*/
	.contact-form{margin:0; padding:0px 0px 10px 0px; width:100%;  position:relative;}
	.contact-form ul{margin:0; padding:0px 0px 0px 0px; width:100%; position:relative; float:right;}
	.contact-form ul li{margin:0; padding:0px 0px 0px 20px; font-size:14px; list-style:none; position:relative; line-height:30px; background:url(images/bock.png) no-repeat 0 50%; background-size:18px;}
	
	/*Contact Form > Button*/
	.contact-button{margin:0; padding:0px 0px 0px 0px; width:100%; height:auto;  position:relative;}
	.contact-button a{float:right; margin:10px 0px 0px 0px; padding:10px 30px; width:100%; font-size:18px; color:#FFFFFF; line-height:normal; font-weight:normal; background:#27ae4b; border:none; position:relative; text-decoration:none; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
	.contact-button a:hover{color:#FFFFFF; background:#444444; border:none; position:relative; text-decoration:none; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
	.contact-button a:focus{color:#FFFFFF; background:#27ae4b; border:none; position:relative; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}

	
	
	.default-content h1{font-size:28px;}
	.default-content h2{font-size:20px;}
	.default-content h3{font-size:18px;}
	.default-content img{float:none; margin:0px auto; padding:0px 0px 0px 0px; font-size:14px; width:100%; position:relative; line-height:normal;}
	.default-content .alignright{float:none; margin:0px auto; padding:0px 0px 0px 0px;}
	.default-content .alignleft{float:none; margin:0px auto; padding:0px 0px 20px 0px;}
	
	
	
	#share-buttons{margin:0px 0px 10px 0px; padding:20px 0px 0px 0px; width:100%; }
	#share-buttons ul{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:94%; position:relative; left:0px; }
	#share-buttons ul li{margin:0px 5px 3px 0px; padding:0px; width:200px; position:relative; text-align:left; text-transform:none; line-height:normal; list-style:none; font-family:'humanst521_lt_btlight', Arial, sans-serif; font-size:14px; color:#afafaf;}
	#share-buttons ul li a{display:block; text-align:left; padding:0px; text-transform:none; line-height:normal; list-style:none; font-family:'humanst521_lt_btlight', Arial, sans-serif; font-size:14px; color:#afafaf; text-decoration:none; background:#333333; border-radius:2px;}
	#share-buttons ul li a:hover {color:#FFFFFF; background:#333333; text-decoration:none;}
	#share-buttons ul li a img { width: 20px; padding:2px; border: 0; box-shadow: 0; display: inline; }
	#share-buttons ul li a span { margin:3.1px 5px 0px 0px; padding:1px; float:right; font-size:12px; color:#000000; background:#CCCCCC; min-width:14px; border-radius:2px; text-align:center; }


	/*Footer > Svenska*/
	.Svenska{margin:0px auto 20px auto; padding:30px 0px 0px 0px; width:90px; height:130px;  float:none;}
	.Svenska img { padding:0px; border:0;}

	/*Footer > Copy*/
	.FooterCopy{margin:0; padding:10px 0px; width:100%; }
	.FooterCopy p {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal;}
	.FooterCopy p a {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal; text-decoration:none;}
	.FooterCopy p a:hover {color:#FFFFFF; text-decoration:none;}

	/*Footer > Design*/
	.FooterDesign{margin:0; padding:10px 0px; width:100%; }
	.FooterDesign p {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal;}
	.FooterDesign p a {margin:0px; padding:0px; font-size:12px; color:#afafaf;  text-align:center; font-weight:normal; text-decoration:none;}
	.FooterDesign p a:hover {color:#FFFFFF; text-decoration:none;}
	
}



/* #Print Fixes */
@media print {

   

   * {

      color:#000 !important;

	  background:transparent !important;

      box-shadow:none !important;

      text-shadow:none !important;

   }

   	

   @page { margin:0.5cm; }	

   

   p, h2, h3 { orphans:3; widows:3; }

   

   h2, h3 { page-break-after:avoid; }   



   thead { display:table-header-group; }



   tr, img { page-break-inside: avoid; }

  

   img { max-width:100% !important; }

  

}



/*** @Miscs ***/

/* #Clear and Row Fix */

.a_grid:after {

	content:""; 

	display:table;  

	height:0; 

	visibility:hidden;

	clear:both;

}



.clearfix, .row {

	zoom:1;

}



.clearfix:before, .clearfix:after, .row:before, .row:after {

	content:"";	

	display:table;

	width:0;

	height:0;

    visibility:hidden;

}



.clearfix:after, .row:after {

	font-size:0;

	clear:both;

}



.clear {

	clear:both;

	display:block;

}



/* #Aligns */

.alignleft { float:left; }

.alignright { float:right; }

.aligncenter {

	margin:0 auto;

	display: block;

	text-align:center;

}



img.alignleft, figure.alignleft {

	margin:0 20px 20px 0;

}



img.alignright, figure.alignright {

	margin:0 0 20px 20px;

}



img.aligncenter, figure.aligncenter {

	margin:0 auto 20px;

}



/* #Video Flexible */

.videoWrap {

    height:0;

	padding-bottom:56.25%;

	padding-top:25px;

	position:relative;

}



.videoWrap iframe, .videoWrap object, .videoWrap embed {

	width:100%;

	height:100%;	

	position:absolute;

	top:0;

	left:0;

}



/* #Others */

.margintop { margin-top:20px; }

.marginright { margin-right:20px; }

.marginbottom { margin-bottom:20px; }

.marginleft { margin-left:20px; }



.hidden { display:none !important; }

.hidden-text { font:0/0 a !important; }















/* floating box style */
.floating-form {
    max-width: 300px;
    padding: 0px 0px 0px 0px;
    font: 13px Arial, Helvetica, sans-serif;
    background: #f1f1f1;
    border: 1px solid #ddd;
    right: 10px;
    z-index: 9999;
	top:30%;
    position: fixed;
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 4px 15px 0px;
	}
.contact-opener {
    position: absolute;
    left: -92px;
    transform: rotate(-90deg);
    background-color: #6bac3a;
    padding: 9px;
	top:20%;
	font-size:18px !important;
    color: #fff;
	border:solid 1px #6bac3a;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.498039) -2px -1px 10px 0px;

}
.floating-form-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.floating-form label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.floating-form label > span{
    width: 70px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.floating-form span.required{
    color:red;
}
.floating-form .tel-number-field{
    width: 40px;
    text-align: center;
}
.floating-form  .long{
    width: 120px;
}
.floating-form input.input-field{
    width: 68%;
   
}

.floating-form input.input-field,
.floating-form .tel-number-field,
.floating-form .textarea-field,
 .floating-form .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;.floating-form
    outline: none;
}
.floating-form .input-field:focus,
.floating-form .tel-number-field:focus,
.floating-form .textarea-field:focus,  
.floating-form .select-field:focus{
    border: 1px solid #0C0;
}
.floating-form .textarea-field{
    height:100px;
    width: 68%;
}
.floating-form input[type="button"],
.floating-form input[type="submit"], .contact-opener {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 9px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.floating-form input[type="button"]:hover,
.floating-form input[type="submit"]:hover, .contact-opener {
    background: linear-gradient(to bottom, #6bac3a 5%, #6bac3a 100%);
    background-color: #6bac3a;
}
.floating-form .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.floating-form .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}




/**** Support slider ****/
#support-slider{
    position: fixed;
    width: 365px;
    height: auto;
    z-index: 999;
    min-height: 291px;
    /*top: 140px;*/
    /*margin-left: -253px;*/

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

#support-slider-main{
    width: 240px;
    padding: 15px;
	margin-top:10px;
    background: #f1f1f1;
    float: left;
    min-height: 210px;
}

#support-slider-main textarea{
    height: 6em;
}	

#support-slider-main h3{
    font-size: 1.1em;
    font-weight: bold;
}

#support-slider-tab, #support-slider-tab img{
    width: 90px;
    height: 200px;
}

#support-slider-tab{
    float: left;
}



.support-slider-type{
    font-size: 0.9em;
    border-bottom: dotted #999 1px;
    margin: 0.3em 0;
    padding: 0.2em 0 0.4em 0;
    color: #333;
}

.support-slider-type a{
    text-decoration: none;
    color: #333 !important;
}

.support-slider-type img{
    width: 27px;
    margin-right: 0.8em;
    vertical-align: middle;
}

.closePopUpBtnSmall{
    float: right;
    width: 18px;
    margin: -15px 4px 0 3px;
}

.chat-status-open #chat_status, .chat-status-closed #chat_status, .callme-status-open #callme_status, .callme-status-closed #callme_status, .email-status-open #email_status{
    width: 20px;
    height: 20px;
    background: #5fa044;
    display: inline-block;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    margin-left: 0.5em;
    vertical-align: middle;
}

#call { 	cursor: pointer;
}
#success_call p { font-size:12px;}

#call_me {     
	background: #5fa044;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
	cursor: pointer;
	}
#main_window {
	cursor: pointer;
}
#main_window2 {
	cursor: pointer;
}

.chat-status-closed #chat_status, .callme-status-closed #callme_status{
    background: #b00;
}

.chat-status-closed img, .chat-status-closed span, .callme-status-closed img, .callme-status-closed span{
    opacity:0.3;
    filter:alpha(opacity=30);
}

.chat-status-closed #chat_status, .chat-status-closed .waitingtime, .callme-status-closed #callme_status, .callme-status-closed .waitingtime{
    opacity:1.0;
    filter:alpha(opacity=100);
}



.waitingtime{
    font-size: 11px;
    color: #555;
    display: block;
    float: right;
    clear: none !important;
    font-style: italic;
    text-align: right;
    padding-top: 3px;
}

#support-slider-main label{
    font-size: 0.75em;
    color: #333;
    clear: both;
    display: block;
}

#support-slider-main input[type=text], #support-slider-main select, #support-slider-main textarea{
    margin-bottom: 0.7em;
    font-size: 14px !important;
    width: 90%;
}

#support-slider-main textarea{
    padding: 3%;
}

#SnapABug_Button { display:none;}

#support-slider-main label{
    font-size: 0.75em;
    color: #333;
    clear: both;
    display: block;
}

#support-slider-main input[type=text], #support-slider-main select, #support-slider-main textarea{
    margin-bottom: 0.7em;
    font-size: 0.8em;
    width: 90%;
}

#support-slider-main textarea{
    padding: 3%;
}
.info-box { 
	background: #FFDC50; padding: 3.5%;
    width: 92.9%;
    -webkit-border-radius: 0.4em !important;
    -moz-border-radius: 0.4em !important;
    border-radius: 0.4em !important;
    clear: both !important;
    border: 1px solid #999 !important;
    display: inline-block; 
	}

.floating-form { right: -244px;}

.info-box h4 { font-size:14px;}

.number { font-size: 18px !important; font-weight: bold !important; color: #000 !important; }


.col-lg-6{
    padding: 0px 0px 0px 0px;
    width: 229px !important;
    clear: left !important;
    display: inline-block;
}

.form-4 .col-lg-6{
    padding: 0px 0px 0px 0px;
    width: 320px !important;
    clear: left !important;
    display: inline-block;
    margin: 3px 5px;
}

.form-4 .form-group{
    margin: 5px;
}

.form-4 .confirm-label{
    margin-left: 5px;
}

.form-4 .form-group textarea{
        width: 98% !important;
    margin: 0px auto;
}

.conform{
    padding-top: 15px;
}

.form-group .halfcls, .form-group .fullcls{
margin: 0;
    padding: 10px 10px;
    font-size: 14px;
    font: inherit;
    font-weight: 400;
    text-indent: 2px;
    border: 1px solid #ccc;
    background: #fff;
    outline: 0;
    margin-bottom: 0px;
border-radius: 0px !important;
    
}

.form-group .halfcls{
height: 40px !important;
}

.form-group .fullcls{

}

.form-group .left{
margin-right: 5px;
}

.form-group .right{
margin-left: 10px;
}

.form-group{
    margin: 0;
    padding: 0px 0px;
    width: 100%;
    margin-bottom: 10px;
    z-index: 1;
}

.submit-1, .submit-3, .submit-4, .submit-5{
    float: right;
    margin: 0;
    padding: 8px 22px !important;
    font-size: 18px;
    color: #FFFFFF;
    line-height: normal;
    font-weight: normal;
    background: #27ae4b !important;
    border: none;
    position: relative;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
    position: relative;
    top: 5px;
}

.form-5 .col-lg-6{
    width: 323px !important;
}

.submit-4{
    margin-right: 0px;
}

form.default .form-group textarea{
    min-height: 150px;
}

form .form-group a.button{
    background: #27ae4b !important;
        cursor: pointer;
}

.wrap{
     bottom: 0px !important;
}

.active button.close{
    background: #fff !important;
    color: #000 !important;
}

.wrap button.close{
    background: #fff !important;
    color: #fff;
    padding: 0px;
}



.form-2 .form-group .form-control-label{
    margin: 0;
    padding: 0px 0px;
    width: 100%;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
}

.form-2 .form-group .form-control-textarea{
    margin: 0;
    padding: 6px 10px;
    min-width: 240px;
    max-height: 70px;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    background: #e4e2e2;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 35px !important;	
}

.form-2 .form-group .namn-label, .form-2 .form-group .e-post-label, .form-2 .form-group .telefon-label, .form-2 .form-group .gatuadress-label, .form-2 .form-group .postnr-label, .form-2 .form-group .stad-label{
    float: left;
    margin: 0;
    padding: 0px 0px;
    background: #;
    position: relative;
    text-shadow: none;
    width: 39%;
    background: #;
    margin-right: 1%;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
}

.form-2 .form-group .namn-textfield, .form-2 .form-group .e-post-textfield, .form-2 .form-group .telefon-textfield, .form-2 .form-group .gatuadress-textfield, .form-2 .form-group .postnr-textfield, .form-2 .form-group .stad-textfield {
        display: inline-block;
margin: 0;
    padding: 6px 10px;
    width: 60%;
    font-size: 14px;
        border: 1px solid #CCCCCC;
    background: #e4e2e2;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-2 .submit-2{
    margin: 0;
    padding: 12px 10px;
    width: 100%;
    font-size: 20px;
    border: 1px solid #76b41d;
    background: linear-gradient(to bottom, #8fc800 0%,#76b41d 100%);
    color: #FFFFFF;
    border-top: 1px solid #76b41d;
}

.form-2 .submit-2:hover, .form-2 .submit-2:focus{
margin: 0;
    padding: 12px 10px;
    width: 100%;
    font-size: 20px;
    border: 1px solid #76b41d;
        background: linear-gradient(to bottom, #76b41d 0%,#8fc800 100%);
    color: #FFFFFF;
}

.form-2 .form-group{
    margin-bottom: 4px;
}

.line{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
}

.form-control-label{
border-bottom: 0px solid #CCCCCC;
}





/* Partner page widget generator */
#ColorImg{
    position: absolute;
}

#BlackImg{
    position: absolute;
    visibility: hidden;
}

#GrayImg{
    position: absolute;
    visibility: hidden;
}

#WhiteImg{
    position: absolute;
    visibility: hidden;
}

.clsContainer{
    
    float: left;
    width:100%;
    clear: both;
    
}

.clsContainer .contMain{
    padding: 20px;
    background-color: #efefef ;
    border-radius: 10px;
    float: left;
    
}

.clsContainer .contMain p{
    display: inline;
}

.radioImages{
    margin: 0 50px 0 50px;
    text-align: center;
}

.radioImages p{
    float: left;
    margin-top: 0;
}

.radioImages .clsRadio{
    float: left;
    padding: 5px;
}

.radioImages .clsRadio img{
    width: 50px;
}

input[type=text], select {
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#showImage{
    width: 120px;
    padding: 14px 20px;
    margin: 12px 0 0px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: rgb(76, 165, 98) 0px -3px 7px 0px inset;
    background: linear-gradient(rgb(76, 165, 98) 5%, rgb(85, 179, 108) 100%) rgb(76, 165, 98);
    border: 1px #418c54 solid;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-family: Arial;
    font-size: 15px;
    text-decoration: none;
   
}

.topMargin{
    float: left;
    text-align:center;
}

.topMargin a { position:inherit; }

.topMargin img{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top:45px;
    width: 200px;
}

.contCode{
    background-color: #efefef ;
    padding: 20px;
    /*margin-right: auto;
    margin-left: auto;*/
    width: 100%;
    border-radius: 10px;
}

.contCode textarea{
    margin-top: 8px;
    width: 100%;
}


.panel{
    background: transparent;
    position: relative;
    width: 210px;
    height: 320px;
    border: 1px;
    border-style: dotted;
    margin: 0 auto;

}

.clsContainer .contMain .panel p{
    display: block;
    margin : 5px;
}

.imgHeader{
    width: 100%;
    text-align: left;
}

.imgHeader p{
    font-size: 12px;
}

.bgBlack{
    background: black;
}

#Foretagsnamn{
    width: 100%;
}

.btnCenter{
    text-align: center;
}


@media screen and (max-width:1024px) {
    form.default .col-lg-6{
        width: 100% !important;
    }
    
    .form-group .right{
        margin-left: 0px !important;
    }
}

@media screen and (max-width:959px) and (min-width:768px) {
    .radioImages{
        margin: 0px !important;
    }
}

@media screen and (max-width:479px){
    .radioImages .clsRadio {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    float: none;
}

.radioImages p{
    text-align: center;
    float: none;
}

#txtwidth{
    width: 110px;
}
}

@media screen and (max-width:767px) {
    input.pull-right{
        margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    }
}


/* m3a */ 
.has-cookie-bar #catapult-cookie-bar { padding: 8px 20px 8px; }
.ctcc-left-side { font-size:13px; }
.cookie-bar-bar #catapultCookie {
    margin: 0 0 0 20px;
    background: #ccc;
    color: #000;
    margin-left: 15px !important;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 8px 2px 6px;
}
.ctcc-right-side { margin-right:90px; }