@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700');

/* =========================== */
/* RESET */
/* =========================== */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var { 
background:transparent;
border:0 none;
font-size:100%;
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:top;
}
ul {
list-style:none;
}
blockquote,q {
quotes:none;
}
table,table td {
padding:0;
border:none;
border-collapse:collapse;
}
img {
vertical-align:top;
}
embed {
vertical-align:top;
}
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video {
display:block;
}
mark,rp,rt,ruby,summary,time {
display:inline;
}

/* =========================== */
/* STANDARD */
/* =========================== */

/*html {overflow-y:scroll;}*/
body {
	font-family:'Merriweather', Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:180%;
	color:#000;
	position:relative;
	min-width:320px;
	background:#eee3cd;
}
html,body {
	height:100%;
}
a {
	color:#094680;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img.newwindowlink a {
	padding-top:2px;
}
img {
	max-width:100%;
}
p, ul, li, td {
	padding:0;
	margin:0;
	font-size:16px;
	line-height:1.6;
	margin-bottom:10px;
	font-weight:400;
}
strong, strong a {
	font-weight:bold;
}
strong a:hover {
	color:#ce3201;
}

/* =========================== */
/* HEADER AND NAV */
/* =========================== */

header {
	text-align:center;
	min-height:50px;
	background:#512e20;
}
nav {
	position:relative;
	padding-top:10px;
	text-align:center;
	padding-bottom:4px;
	width:600px;
	margin:0 auto;
	height:32px;
}

/* =========================== */
/* CONTENT */
/* =========================== */
#maincontainer {
	margin:0 auto;
	width:860px;
	background:#e2d2b5;
}
#content {
	text-align:left;
}
#content.start {
	text-align:center;
}
.textdiv {
	margin-left:20%;
	margin-right:20%;
}
.logostart {
	width:191px;
	height:236px;
	padding: 30px 0 30px 0;
}
#logocontainer {
	position:relative;
}
div.logo {
	position:absolute;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:20px;
	z-index:10;
}
div.logo div {
	display: block;
	text-indent: -999em;
	width: 143px;
	height:177px;
	background: url('../images/konsulolsson_logo_webb_sm.png') no-repeat;
	text-decoration:none;
}

h1.start { 
	font-family: 'Merriweather', Georgia, serif; 
	font-weight: 600; 
	font-size:44px;
	line-height:50px;
	color:#fff;
	text-shadow: 2px 2px #cb8c1d;
}
h1 { 
	font-family: 'Merriweather', Georgia, serif; 
	font-weight: 600; 
	font-size:28px;
	line-height:32px;
	color:#fff;
	text-shadow: 2px 2px #cb8c1d;
	margin-top:20px;
}
h2 {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:normal;
	margin-top:8px;
}
h3 {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:600;
	margin-top:10px;
}
h4 {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#000;
	font-weight:600;
}
.linksymbol {
	margin-top:4px;
}

p { font-family: 'Merriweather', Georgia, serif; font-weight: 400; font-size:14px; line-height:1.5; padding:10px 0px 10px 0px;}

p.smaller { font-size:11px; }

#download {
	display:block;
	margin:0 auto;
	width:800px;
	/*height:100px;*/
	text-align:center;
}
.buttondiv {
	width:100%;
	/*height:30px;*/
	text-align:center;
}
#download a.button { 
	display: inline-block;
	/*float: left;*/
	width: auto; 
	font-size: 14px;
	font-weight:700;
	margin:0;
	margin-top:10px;
	padding: 4px 10px 4px 10px; 
	/*background:url('images/button_bg.jpg') repeat-x;*/
	background:#512e20;
	color: #fff;
	border:1px;
	border-style:solid;
	border-color:#333;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	cursor: pointer;
	text-decoration:none;
}
#download a.button:hover { 
	/*background:url('images/button_bg_over.jpg') repeat-x ;*/
	background:#d9b18c;
	color: #333;
	text-decoration:none;
}
.margindiv {
	height:30px;
}

/* =========================== */
/* MENU */
/* =========================== */


/* =========================== */
/* ESSENTIAL STYLES */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li a:hover {
	text-decoration:none;
}
.sf-menu li {
	float: left;
	position: relative;
	padding-bottom:10px;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 16px; /* match top ul list item height */
	z-index: 9999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 127px; /* match ul width */
	top: 1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/* =========================== */
/* STYLIZATION */

.sf-menu > li  {
	margin-right:3px;
}
.sf-menu > li > div > div > a {
	font: 15px/16px 'Merriweather', Arial, sans-serif;
	font-weight:normal;
	letter-spacing:0.05em;
	color: #FFF;
	padding: 0px 2px 0px 2px;
	text-transform:uppercase;
}
.sf-menu.first > li > div > div > a {
	font: 15px/16px 'Merriweather', Arial, sans-serif;
	font-weight:normal;
	letter-spacing:0.05em;
	color: #FFF;
	padding: 0px 2px 0px 2px;
	text-transform:uppercase;
}
.delimiter {
	padding:0;
	padding-left:4px;
}
.roundedback {
	background:transparent;
	border-radius:4px;
	padding:2px;
}
.roundedback:hover {
	background:#d9b18c;
}
.roundedback.special:hover {
	background:transparent;
}
.sf-menu li~li div.delimiter {
	border-left: 1px solid #FFF; 
}
.sf-menu.first li~li div.delimiter {
	border-left: 1px solid #FFF; 
}
.sf-menu ul a~a { 
	border-left: none; 
}
.sf-menu.first li~li div.delimiter.special { 
	border-left: none; 
}
.sf-menu li~li div.delimiter.special { 
	border-left: none; 
}
.sf-menu > li > div > div.roundedback.special > a {
	display: block;
	text-indent: -999em;
	margin-top:-2px;
	width: 18px;
	height:18px;
	background: url('../images/icon_facebook.png') no-repeat;
	text-decoration:none;
}
/* ============================================== */
/* HOVER CLASSES								  */

.sf-menu > li > div > div:hover > a {
	color:#512e20;
}
.sf-menu.first > li.active {
	color:#512e20;
}
.sf-menu > li a.selected {
	font-weight:bold;
}
.sf-menu > li > div > div > a:hover, 
.sf-menu > li.active > a, 
.sf-menu > li.sfHover > a {
	color:#512e20;
}
/* ============================================== */
/* SUB MENU								  */

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 150px;
	background:#fff; 
	padding:10px 0; 
	border:1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.sf-menu ul li {
	padding-bottom:5px;
}
.sf-menu li li {
	background: url('../images/submenu_marker.png') no-repeat 6px 10px;
}
.sf-menu li li:first-child a {background:none;}
.sf-menu li li a {
	font: 15px/18px 'PT Sans', Arial, sans-serif;
	color: #000;
	padding:6px 0 0px 16px;
	border-left:none;
}
.sf-menu li li:hover, .sf-menu > li li.active a, .sf-menu > li li.sfHover > a {
	color:#094680;
	background-color:#EEE;
}
.sf-menu li li a:hover, .sf-menu > li li.active a, .sf-menu > li li.sfHover > a {
	color:#094680;
}
.sf-menu ul ul {
	padding:0; width:180px;
}
.sf-menu li li li a, .sf-menu ul ul {background:none;}
.sf-menu li li li a {
	margin:0;
	padding-left:8px;
	padding-right:8px;
}

.sf-menu li li li {
	background: url('../images/submenu-bg.png');
	margin-bottom:1px;
}
.sf-menu li li li:hover, .sf-menu > li li li.active, .sf-menu > li li li.sfHover {
	background: url('../images/dropdown-submenu-bg.png');
}
.sf-menu li li li a:hover, .sf-menu > li li li.active a, .sf-menu > li li li.sfHover > a {
	color: #fff;
}
.sf-sub-indicator {
	text-indent: -999em;
}

.sf-menu > li:hover .sf-sub-indicator, .sf-menu > li.active .sf-sub-indicator, .sf-menu > li.sfHover .sf-sub-indicator {
	background-position:0 -7px;
}
.sf-menu li li .sf-sub-indicator {display:none;}

#menu-icon{ display:none;}

/* =========================== */
/* MENU */
/* =========================== */


/* =========================== */
/* FOOTER */
/* =========================== */

footer {
	display:block;
	margin:15px auto 0px auto;
	width:860px;
}
.footeraddress {
	font-family:'Merriweather', Georgia, serif;
	font-weight:normal;
	font-size:12px;
	line-height:1.8;
	text-align:center;
	letter-spacing:0.05em;
	color:#512e20;
	margin-bottom:5px;
}
.footeraddress a {
	color:#512e20;
	text-decoration:underline;
}
.footeraddress a:hover {
	text-decoration:none;
	color:#F4F4F4;
}
.footeraddress .partone {
	display:inline-block;
}
.footeraddress .parttwo {
	display:inline-block;
}
.footeraddress .partthree {
	display:inline-block;
}
/* =========================== */
/* FOOTER */
/* =========================== */

/* =========================== */
/* LISTS */
/* =========================== */

ul.ordinarylist-browndot li {
  background: url("../images/browndot.png") 0px 5px no-repeat;
  list-style-type: none;
  padding:0;
  margin:0;
  font-size:16px;
  line-height:1.6;
  padding-left: 14px;
  margin-bottom:6px;
}

/* =========================== */
/* LISTS */
/* =========================== */

/* =========================== */
/* INDENTS AND MARGINS */
/* =========================== */
.indent-1 {
	height:40px;
}
.margdivsmall {
	height:10px;
}
.margdivlarge {
	height:40px;
}
/* =========================== */
/* INDENTS AND MARGINS */
/* =========================== */

/* =========================== */
/* CLEARING */
/* =========================== */
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
/* =========================== */
/* CLEARING */
/* =========================== */

/* ========================================================================= */
/* CONTACT FORM
/* ========================================================================= */
#confirm {
	position: relative;
	height: auto;
	padding-bottom: 40px;
}
#confirm label {
	display: block;
	position: relative;
	margin-top:8px;
	width: 400px;
}
#confirm label.short {
	width: 240px;
}
#confirm label.stacking {
	display: inline-block;
}
#confirm label.stacking.short {
	width: 240px;
	display: inline-block;
}
#confirm  label.message {
	min-height: 316px;
}
#confirm input[type="text"] {
	outline: none;
	box-shadow: inset 1px 1px 1px #999;
	font-size: 13px;
	width: 400px;
	margin: 5px 10px 0 0;
	padding: 4px 10px 4px 10px; 
	height: 18px;
	color: #666;
	background: #f4f4f4;
	border:none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}
#confirm input[type="text"].short {
	width: 150px;
}
#confirm a.button {
	margin-left:0px;
}
#confirm textarea {
	resize: none;
	overflow: auto;
	display: block;
	margin: 0;
	outline: none;
	box-shadow: inset 1px 1px 1px #999;
	padding: 5px 12px;
	width: 525px;
	height: 280px;
	font: 13px/18px Arial, sans-serif;
	padding: 4px 10px 4px 10px; 
	height: 120px;
	color: #666;
	background: #f4f4f4;
	border:none;
}
#confirm label > span {
	color: #d03401;
	position:relative;
	left: 10px;
}
#confirm .success {
	color:#d03401;
	font-weight:bold;
	display:none;
	margin-bottom:10px;
}
#confirm  .empty, #confirm  .error {
	font: 12px/18px Arial, sans-serif;
	display:none;
}
a.button { 
	display: inline-block;
	/*float: left;*/
	width: auto; 
	font-size: 15px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.07em;
	margin: 5px 0px 0 10px;
	padding: 5px 7px 5px 10px; 
	background-color: #512e20; 
	color: #FFFFFF;
	border:1px;
	border-style:solid;
	border-color:#000;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	cursor: pointer;
	text-decoration:none;
}
a.button:hover { 
	background:#d9b18c; 
	color: #f4f4f4;
	text-decoration:none;
}
#confirm .btns {
	display:inline-block;
}
.contacttable td {
	font-size: 11px;
	padding:5px;
	padding-bottom:15px;
}
/* ========================================================================= */
/* FORM VALIDATION */
/* ========================================================================= */
/*
#confirm .success {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EAF7D9 url('../images/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	color: #555555;
}*/
#confirm .warning {
	padding: 10px 10px 10px 45px;
	margin-bottom: 15px;
	background: #512e20 url('../images/warning.png') 10px center no-repeat;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	border:1px;
	border-style:solid;
	border-color:#000;
	display:none;
}
/*
#confirm .attention {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFF5CC url('../images/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	color: #555555;
}*/
#confirm input.highlight {
	border:2px solid #9F1319;
	background:url('../images/warning_small.png') no-repeat 390px
}
#closewarning {
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
#confirm .errors {
	min-height:25px;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	display:none;
}
#confirm .loading {
	float:right; 
	background:url('../images/spinner.gif') no-repeat 1px; 
	height:43px; 
	width:43px; 
	display:none;
	padding:0;
	margin:0;
	margin-top:-10px;
}
#confirm .done {
	width:70%;
	/*height:500px;*/
	/*margin:0 auto;*/ 
	display:none;
}
/* ========================================================================= */
/* CONTACT FORM
/* ========================================================================= */

/* =============================================================== */
/* MESSAGES */
/* =============================================================== */
#notification {
    display: none;
    position: relative;
    z-index: 50;
    background: #fff;
    vertical-align: middle
}
#notification .error {
    display: none;
    color: #c00000;
    font-weight: bold;
    font-size: 14px;
    background: #fcf8be;
    padding: 10px;
    padding-bottom: 20px
}
#notification .notificationclosecontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
#notification .notificationclosecontainer h2 {
    //font-family: 'Lato', Arial, sans-serif;
    font-size: 13px;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 3px;
    padding-left: 6px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em
}
#notification .notificationclose {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    height: 19px;
    width: 19px;
    background: url("../template/icon_close_new.png") no-repeat;
    background-position: 0px 0px;
    //background-size:38px 19px;
    cursor: pointer;
}
#notification .notificationclose:hover {
    //background: url("../template/icon_close_over.png") no-repeat;
    //background-position: -19px 0px;
    //background-size:38px 19px;
}
#confirmation {
    position: relative;
    z-index: 50;
    background: #fff;
    vertical-align: middle
}
#confirmation .error {
    color: #c00000;
    font-weight: bold;
    font-size: 14px;
    background: #fcf8be;
    padding: 10px;
    padding-bottom: 20px
}
#confirmation .notificationclosecontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
#confirmation .notificationclosecontainer h2 {
    //font-family: 'Lato', Arial, sans-serif;
    font-size: 13px;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 3px;
    padding-left: 6px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em
}
#confirmation .notificationclose {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    height: 16px;
    width: 16px;
    background: url("../template/icon_close_new.png") no-repeat;
    cursor: pointer
}
#confirmation .notificationclose:hover {
    //background: url("../template/icon_close_over.png") no-repeat
}
.success {
    margin-top: 5px;
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    background: #EAF7D9 url("../template/success.png") 10px center no-repeat;
    border: 1px solid #BBDF8D;
    color: #555555
}
.warning {
    position: relative;
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    background: #fcf8be url("../template/warning_small.png") 10px center no-repeat;
    border: 1px solid #c00000;
    color: #555555
}

/* =============================================================== */
/* MESSAGES */
/* =============================================================== */

/* =========================== */
/* MEDIA RULES */
/* =========================== */

/* =============================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
/* =============================================================== */
	div.logo div {
	background: url('../images/konsulolsson_logo_webb_sm@2x.png') no-repeat;
	background-size: 143px 177px;
	}
/* =============================================================== */
}
/* =============================================================== */

/* #Tablet (Portrait) Note: Design for a width of 768px */
/* =============================================================== */
@media only screen and (min-width: 768px) and (max-width: 995px) {
/* =============================================================== */

	#maincontainer {
	width:768px;
	}

	/* =========================== */
	/* HEADER AND LOGO */
	/* =========================== */
	/*
	header {
	text-align:center;
	min-height:50px;
	background:#512e20;
	}
	nav {
	padding-top:10px;
	text-align:center;
	padding-bottom:4px;
	width:500px;
	margin:0 auto;
	height:32px;
	}*/

/* =============================================================== */
}
/* =============================================================== */


/* #Mobile (Portrait) Note: Design for a width of 320px */
/* =============================================================== */
@media only screen and (max-width: 767px) {
/* =============================================================== */
	#maincontainer {
	width:320px;
	}
	body {
    -webkit-text-size-adjust: 100%;
	}
	header {
	padding-top:0px;
	}
	nav {
	float:right;
	width:auto;
	margin-left:0px;
	padding:0;
	text-align:left;
	}
	div.logo {
	padding-top:10px;
	}
	div.logo {
	position:relative;
	margin-left:0px;
	margin-right:20px;
	margin-bottom:10px;
	/*z-index:10;*/
	}
	div.logo div {
	display: block;
	text-indent: -999em;
	width: 108px;
	height:133px;
	background: url('../images/konsulolsson_logo_webb_smallest.png') no-repeat;
	text-decoration:none;
	}
	.margindiv {
	height:10px;
	}
	.textdiv {
	margin-left:10px;
	margin-right:10px;
	}
	h1.start { 
	font-family: 'Merriweather', Georgia, serif; 
	font-weight: 600; 
	font-size:30px;
	line-height:34px;
	color:#fff;
	text-shadow: 1px 1px #cb8c1d;
	}
	h1 { 
	font-family: 'Merriweather', Georgia, serif; 
	font-weight: 600; 
	font-size:20px;
	line-height:24px;
	color:#fff;
	text-shadow: 1px 1px #cb8c1d;
	margin-top:20px;
	}
	footer {
	width:320px;
	}
	.footeraddress .partone {
	display:block;
	}
	.footeraddress .parttwo {
	display:block;
	}
	.footeraddress .partthree {
	display:block;
	}
	#download {
	width:320px;
	}

	p.footeraddress {
	font-size:14px;
	line-height:14px;
	}
	p.footeraddress span {
	/*display:block;*/
	}

	/* MENU */
	#menu-icon {
	color: #fff;
	cursor: pointer;
	display:inline-block;
	padding: 17px 13px 17px 13px;
	background-color:transparent;
	font-size:16px;
	font-family:Arial, sans-serif;
	}
	.sf-menu {
	clear: both;
	position: absolute;
	top: 50px;
	right:0;
	width: 320px;
	z-index: 10000;
	display: none; /* visibility will be toggled with jquery */
	background-color:#512e20;
	padding:15px 0 10px 0;
	}
	.sf-menu.first > li > div > div > a {
	font: 16px/16px 'Merriweather', Arial, sans-serif;
	font-weight:normal;
	letter-spacing:0.05em;
	color: #FFF;
	padding: 0px 2px 0px 2px;
	text-transform:uppercase;
	}
	.sf-menu > li > div > div > a {
	font: 16px/19px 'Merriweather', Arial, sans-serif;
	font-weight:normal;
	letter-spacing:0.05em;
	color: #FFF;
	padding: 0px 2px 0px 2px;
	text-transform:uppercase;
	}
	.roundedback:hover {
	background:none;
	}
	.sf-menu li~li div.delimiter {
	border-left: none; 
	}
	.sf-menu.first li~li div.delimiter {
	border-left: none; 
	}
	.sf-menu li {
	clear: both;
	float: none;
	}
	.sf-menu a, 
	.sf-menu ul a {
	font: inherit;
	color:#ffffff;
	}
	.sf-menu > li > a {
	color:#fff;
	}
	.sf-menu ul {
	width: auto;
	position: static;
	display: block !important;
	}
	ul.sf-menu li a {
	font-size:14px;
	line-height:18px;
	}
	.sf-menu ul, .sf-menu ul ul {
	padding: 0;
	width:180px;
	background:none;
	background-color:#CCC;
	}
	.sf-menu li {
	margin:0;
	}
	.sf-menu li li a {
	background:none;
	padding-left:40px;
	}
	.sf-menu li li li a {
	padding-left:50px;
	}
	.sf-menu li li {
	background-position:25px 16px;
	}
	.sf-menu li li li {
	background:none;
	}
	
	.sf-menu > li > div > div:hover > a {
	color:#d9b18c;
	}
	.sf-menu.first > li.active {
	color:#d9b18c;
	}
	.sf-menu > li > div > div > a:hover, 
	.sf-menu > li.active > a, 
	.sf-menu > li.sfHover > a {
	color:#d9b18c;
	}
	
	.sf-menu li li li:hover, .sf-menu > li li li.active, .sf-menu > li li li.sfHover {
	background:none;
	}
	.sf-menu > li:hover, .sf-menu > li.active, .sf-menu > li.sfHover {
	background:none;
	}
	ul.sf-menu > li > a:hover, ul.sf-menu > li.active > a, ul.sf-menu > li.sfHover > a {
	color: #d9b18c;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	}
	ul.sf-menu > li li > a:hover, ul.sf-menu > li li.active > a, ul.sf-menu > li li.sfHover > a {
	color: #d9b18c;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	}
	.sf-sub-indicator {
	display:none;
	}
	/* MENU */

		
/* =============================================================== */
} /* end @media only screen and (max-width: 767px) { */
/* =============================================================== */

/* =============================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px) {
/* =============================================================== */
	div.logo div {
	background: url('../images/konsulolsson_logo_webb_smallest@2x.png') no-repeat;
	background-size: 108px 133px;
	}
/* =============================================================== */
}
/* =============================================================== */

/* #Mobile (Landscape) Note: Design for a width of 480px */

/* =============================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* =============================================================== */

	#maincontainer {
	width:400px;
	}
	.sf-menu {
	width: 400px;
	}
	footer {
	width:400px;
	}
	.footeraddress .partone {
	display:block;
	}
	.footeraddress .parttwo {
	display:block;
	}
	.footeraddress .partthree {
	display:block;
	}
	#download {
	width:400px;
	}
	#confirm label {
	display: block;
	position: relative;
	margin-top:8px;
	width: 90%;
	}
	#confirm  label.message {
	min-height: 200px;
	}
	#confirm input[type="text"] {
	font-size: 14px;
	width: 90%;
	}
	#confirm input[type="text"].short {
	width: 90%;
	}
	#confirm textarea {
	width: 90%;
	height: 280px;
	font: 14px/18px Arial, sans-serif;
	height: 120px;
	}
	p.footeraddress {
	font-size:14px;
	line-height:14px;
	}
	p.footeraddress a {
	font-size:14px;
	line-height:14px;
	}
	p.footeraddress span {
	/*display:block;*/
	}
	
/* =============================================================== */
}
/* =============================================================== */

/* =============================================================== */
@media only screen and (max-width: 480px) {
/* =============================================================== */

#confirm label {
	display: block;
	position: relative;
	margin-top:8px;
	width: 230px;
}
#confirm  label.message {
	min-height: 200px;
}
#confirm input[type="text"] {
	font-size: 14px;
	width: 230px;
}
#confirm textarea {
	width: 230px;
	height: 280px;
	font: 14px/18px Arial, sans-serif;
	height: 120px;
}
/* =============================================================== */
}
/* =============================================================== */


/* =============================================================== */
@media only screen and (min-width: 768px) {.sf-menu { display:block !important;}}
/* =============================================================== */


/* =========================== */
/* CLEARING */
/* =========================== */

/* Self Clearing Goodness */
.container_24:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; 
}
.row:after,
.clearfix:after {
    clear: both; 
}
/*.row,
.clearfix {
    zoom: 1; 
}*/

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
@media only print {
	header nav {
		display:none;
}