@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@font-face {
	font-family: 'Oswald';
	src: url('/fonts/Oswald-Bold.ttf') format('truetype');
}

/* make the footer stick to bottom */
html, body {height: 100%;}
#wrap {min-height: 77%;}
#main {overflow:auto;
	margin-bottom: 10px; clear:both;}  /* must be same height as the footer */
#footer {background-color:#101010;
	display:block;
	width:100%;
	color:#fff;
	height:auto;
	padding:20px 0;
	position: relative;
	clear:both;} 

.textblock {clear:both; max-width:100%;}
.textblock img {margin: 0 10px 5px 0; max-width:885px;}
.textblock blockquote {border:1px solid #000; padding:10px;}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
/* end of footer stick */

body {margin:0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; background-color:#fff;}
#content a:link {text-decoration:underline; color:#00c;}
#content a:visited {text-decoration:underline; color:#00c;}
#content a:active {text-decoration:underline; color:#909;}
#content a:hover {text-decoration:underline; color:#009;}
.text {font-weight:bold;}

#footer a:link, #footer a:visited {color:#fff !important;}

#header {background-color:#01354b; display:block; width:100%; height:55px; padding-top:0px;}
#header-menu {margin:auto; width:850px;}
#header-menu ul {list-style: none; padding: 0; margin: 0; float: left; width: 100%;}
#header-menu li {float: left; margin: 0 1em 0 0;}
#header-menu a {text-decoration: none; display: block; width: 6em; padding: 0 0.5em; font-weight: bold; border-bottom:.5em solid #fff; color: grey;}
#header-menu a:hover {border-bottom:.5em solid #000; color: #47ab00;}
#header-menu a:active {border-bottom:.5em solid #000; color: #47ab00;}
	
#content {background-color:#fff; display:block; min-height: 500px; width:100%;}
#skyltfonster {width:885px; min-height:460px; margin:0 auto; padding:10px 0 25px 0;}
#skyltfonster h1{
		width:70%;
		font-family: Arial, 'Helvetica', sans-serif;
		font-size: 45px;
		letter-spacing: -0.05em;
		color: #333;
		line-height: 50px;
		margin: 0 0 50px 0;
		}

#skyltfonster p a:link,#skyltfonster p a:visited, #related li a:link, #related li a:visited {color:#03C !important; text-decoration:underline !important;}
#skyltfonster p{font-size:16px;line-height:24px;}
#skyltfonster .productfeed li {display: inline; float: left; padding: 0 10px; text-align: right; font-size: 14px; text-transform: uppercase; font-family: Georgia; height: auto;}
.categories {padding: 0 !important;width: 130px !important; display:inline-block !important; float:none !important;}
#skyltfonster .productfeed li a:link{text-decoration:none;}
#skyltfonster img{border:1px solid grey;display:block;min-height:200px;min-width:200px;}
#skyltfonster p img {border:none; max-width:100%; height:auto;}
  #skyltfonster p img:hover {border:none;}
#skyltfonster img:hover{border:1px solid grey;}
#skyltfonster form {clear:both; float:right; display:block; border: 1px solid grey;
border-radius: 5px;
padding: 10px;
background-color: #fff;
font-size: 15px;
width:28%;}
#skyltfonster #sokruta {float:none;}
#skyltfonster .bluelink {color:#00F !important; text-decoration:underline !important;}
#skyltfonster .brandselect {display:block; clear:both; float:none; vertical-align:middle; width: 320px;
align-content: center;
border: 1px solid grey;
border-radius: 8px;
padding: 10px;
margin: 30px auto;
background: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
}
#skyltfonster .brandselect select {
height: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 23px;
color:#000;
width:300px;
}
#skyltfonster .brandselect input[type="button"] {
margin-top: 10px;
width: 300px;
height: 30px;
font-size: 16px;
}



#breadcrumbs {width:885px; margin:0 auto; clear:both;}
#breadcrumbs ol {padding-left:0;}
#breadcrumbs ol li {display:inline-block; list-style-type:none; text-transform: capitalize; float:none; font-style:italic; padding:0 2px; font-family: Arial,Helvetica,sans-serif; font-size: 12px;}
#breadcrumbs a:link, #breadcrumbs a:visited {color:#03C !important; text-decoration:underline !important;}


/**********
 TOC wrapper 
 *************/
.toc {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin: 2rem 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Rubrik */
.toc strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  color: #333;
}

/* Lista */
.toc ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* Huvudnivå */
.toc > ul > li {
  margin-bottom: 0.4rem;
}

/* Länkar */
.toc a {
  text-decoration: none;
  color: #006699;
  transition: color 0.2s;
}

.toc a:hover {
  color: #004466;
  text-decoration: underline;
}

/* Undernivå */
.toc ul ul {
  margin-top: 0.3rem;
  margin-left: 1rem;
  border-left: 2px solid #e0e0e0;
  padding-left: 0.75rem;
}

.toc ul ul li {
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}



.brandtext ul {list-style-type:circle !important; left:0 !important;}
.brandtext ul li {display:block !important; float:none !important; text-align:left !important;}

.normal ol, .normal ul {max-width:90% !important;}
.normal ol li, .normal ul li {left:0 !important; text-transform:none !important; display:list-item !important; float: none !important; text-align: left !important; font-family: Arial, Helvetica, sans-serif !important; margin-top:15px; font-size:16px !important; line-height:24px;}

.productfeed {display:block; clear:both;}
.productfeed ul {list-style: none; margin:0; padding:0; }
.productfeed ul::after {
  content: "";
  display: block;
  clear: both;
}
.productfeed li {display: inline-block; float: left; padding: 0 10px; height:200px; width:200px; margin-bottom:20px;}
.productfeed li a:link{text-decoration:none;}
.productfeed img{border:1px solid grey;}
.productfeed .infobox {color:#000; font-size:10px; display:block; width:192px; height:37px; padding:5px; overflow:hidden; text-transform:none; text-align:left;}
.productfeed .productname{background:#000; color:#fff; display:block; width:192px; height:40px; position:relative; padding:5px;}

.productfeed .white{position:relative; left:-11px; top:-72px;}
.productfeed .white img{opacity:0.2;}
.productfeed .white img:hover{opacity:0; border:1px solid grey;}

.productfeed .productname h3{font-weight:bold; font-size:10px; margin:1px;}
.productfeed .pricelink {padding:5px; font-weight:bold; font-size:13px; display:block; height:32px; width:192px; background-color:#294169; color:#fff; text-align:center;}
	.productfeed .discount {background-color:#CB0404;}
		.productfeed .discount .oldprice{text-decoration:line-through;}
	.productfeed .normal {background-color:#294169;}
.productfeed .pricelink:hover {background-color:#000;}
.productfeed .shopname {text-transform:none; font-size:9px; font-weight:normal;}
.productfeed .readmore {
    font-size: 10px;
    text-transform: none;
    font-weight: normal;
}

#skyltfonster .normal ol li, #skyltfonster .normal ul li {left:0 !important; text-transform:none !important; display:list-item !important; float: none !important; text-align: left !important}
#skyltfonster .normal ul li {list-style-type:disc !important;}
#skyltfonster .normal ul {left:0px !important; font-size:16px;}
#skyltfonster .normal ol li a:link, #skyltfonster .normal ol li a:visited, #skyltfonster .normal ul li a:link, #skyltfonster .normal ul li a:visited {color:#00F !important; text-decoration:underline !important;}

#skyltfonster h3.centercaps, #skyltfonster h2.centercaps {
	text-transform: uppercase;
	text-align: center;
	font-size: 2rem;
	line-height:1.1;
	font-weight: 600;
}


#related {clear:both;}
#related ul {left:0px;}
#related li{display:list-item; float:none; text-align:left; text-transform:capitalize; list-style-type:disc; left:0px;}

.menurow {display: block;
padding: 0 15px;
height: 40px;
line-height: 40px;
background: #3799CD;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-align:center;
color:#fff;
}
.menurow:hover {background:#A6A6A6;}
	

	#footer .block {width:750px; margin:auto;}
	#footer .block h3 {font-weight:bold; color:#fff; font-size: 24px; font-family: Arial, 'Helvetica', sans-serif;}
	

.greytext {color:grey;}

.floatLeft {float:left; display:block;}
.table {float:left; display:block; text-align:center; margin-right:25px;}
.table table{border:1px solid #000;}
.table caption{font-weight:bold; width:100%; background:#3799CD; font-size:16px; line-height:35px; color:#fff;}
.table tr:nth-child(even) {background: #CCC;}
.table tr:nth-child(odd) {background: #FFF;}

blockquote {font-style: italic;
font-size: 18px;}
.break-wide {clear:both;}

#standard-list ul {display:block; list-style-type:circle; left:0;}
#standard-list li {display:block; float:none; text-align:left; text-transform:none;}

/*Search form styling */
#search-form {
    width: 430px;
    height: 360px;
    margin: 60px auto 0 auto;
    padding: 1px 0 0 0;
    background: url(imgs/form-bg.png) top center no-repeat;
}
 
.form-container {
    width: 353px !important;
    height: 49px;
    padding: 0;
    overflow: hidden;
    text-align: left;
    background: #f8f8f8;
    border: 1px solid #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
    background-image: -moz-linear-gradient(top, #f8f8f8, #eeeeee);
    background-image: -ms-linear-gradient(top, #f8f8f8, #eeeeee);
    background-image: -o-linear-gradient(top, #f8f8f8, #eeeeee);
    background-image: linear-gradient(top, #f8f8f8, #eeeeee);
    -moz-box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
    box-shadow: 0 4px 0 #ddd, 0 6px 8px rgba(0,0,0,.5);
}
 
.search-field {
    float: left;
    width: 250px;
    height: 34px;
    margin: 6px 0 0 8px;
    padding: 0 8px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #888;
    font-style: italic;
    font-weight: 400;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #fff);
    background-image: -moz-linear-gradient(top, #f5f5f5, #fff);
    background-image: -ms-linear-gradient(top, #f5f5f5, #fff);
    background-image: -o-linear-gradient(top, #f5f5f5, #fff);
    background-image: linear-gradient(top, #f5f5f5, #fff);
    -moz-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
}
 
.search-field:focus {
    outline: 0;
    color: #666;
    border-color: #aaa;
    -moz-box-shadow: 0 1px 1px #dadada inset;
    -webkit-box-shadow: 0 1px 1px #dadada inset;
    box-shadow: 0 1px 1px #dadada inset;
}
 
.submit-container {
    float: left;
    width: 60px;
    height: 32px;
    margin: 7px 0 0 7px;
    padding: 0;
    cursor: pointer;
    background: #e63c0d;
    border: 1px solid #d62700;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f55f15), to(#e63c0d));
    background-image: -webkit-linear-gradient(top, #f55f15, #e63c0d);
    background-image: -moz-linear-gradient(top, #f55f15, #e63c0d);
    background-image: -ms-linear-gradient(top, #f55f15, #e63c0d);
    background-image: -o-linear-gradient(top, #f55f15, #e63c0d);
    background-image: linear-gradient(top, #f55f15, #e63c0d);
    -moz-box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #fa8e1f inset, 0 1px 0 #fff;
}
 
.submit-container:hover, .submit-container:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e63c0d), to(#f55f15));
    background-image: -webkit-linear-gradient(top, #e63c0d, #f55f15);
    background-image: -moz-linear-gradient(top, #e63c0d, #f55f15);
    background-image: -ms-linear-gradient(top, #e63c0d, #f55f15);
    background-image: -o-linear-gradient(top, #e63c0d, #f55f15);
    background-image: linear-gradient(top, #e63c0d, #f55f15);
    -moz-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #f36215 inset, 0 1px 0 #fff;
}
 
.submit-container:active {
    outline: 0;
    -moz-box-shadow: 0 1px 6px #e4340b inset;
    -webkit-box-shadow: 0 1px 6px #e4340b inset;
    box-shadow: 0 1px 6px #e4340b inset;
}
 
.submit {
    float: left;
    width: 60px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0px solid #000;
    background: url(imgs/form-magnifier.png) 20px 6px no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* Responsive menu */
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
#logowrap {background-color: #FFF; width:100%;padding-top: 10px;}
.logo {font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase;
		font-size:45px;
		font-weight:bold;
		display:block;
		width:870px;
		height:85px; color:#02699d; margin:0 auto;
		}
.logo img {display:block; float:left;height:75px; width:auto; margin-right:25px;}
#logowrap a:link, #logowrap a:visited {text-decoration:none;}

/*nav {
	height: 40px;
	width: 100%;
	position: relative;
	color:#000;
	font-family: 'Oswald', Verdana;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 870px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}
nav a {
	color: #000;
	display: inline-block;
	width: 85px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	border-bottom:.5em solid white;
	text-transform: uppercase;
}
nav li a {
}
nav li:last-child a {
	border-right: 0;
}
nav a:visited, nav a:link {color:#fff !important; text-decoration:none !important;}
nav a:hover {border-bottom:.5em solid #47ab00; color: #000;}
nav a:active {border-bottom:.5em solid #47ab00; color: #000;}

nav a#pull {
	display: none;
}*/

#header .mainnav {
	height: 40px;
	width: 100%;
	position: relative;
	color:#000;
	font-family: 'Oswald', Verdana;
}
#header .mainnav ul {
	padding: 0;
	margin: 0 auto;
	width: 870px;
	height: 40px;
}
#header .mainnav li {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}
#header .mainnav a {
	color: #000;
	display: inline-block;
	width: 85px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	border-bottom:.5em solid white;
	text-transform: uppercase;
}
#header .mainnav li a {
}
#header .mainnav li:last-child a {
	border-right: 0;
}
#header .mainnav a:visited, #header .mainnav a:link {color:#fff !important; text-decoration:none !important;}
#header .mainnav a:hover {border-bottom:.5em solid #47ab00; color: #000;}
#header .mainnav a:active {border-bottom:.5em solid #47ab00; color: #000;}

#header .mainnav a#pull {
	display: none;
}

/* Responsive table */
/* Generic Styling, for Desktops/Laptops */
table {width: 100%; border-collapse: collapse;}
table a {color:#03C !important; text-decoration:underline !important;}

/* Zebra striping */
tr:nth-of-type(odd) {background: #e4e1e1; }
th { 
  background: #086793; 
  color: #fff; 
  font-weight: bold; 
}

td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}


.flexcontainer {display:flex; flex-flow:row wrap;}

	.flexitem-33 {flex-basis:32%; 
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
margin-bottom: 10px;}
	.flexitem-50 {flex-basis:47%; 
	margin-bottom: 10px;}
	.flexitem-50 img {max-width:95%; height:auto;}






/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	#content {padding-left:15px; padding-right:15px; width:90%; margin-top:0px; z-index:0;}
	#skyltfonster, #breadcrumbs {width:93%;}
	#skyltfonster h1{font-size:38px; line-height:40px; width:95%; margin-bottom:25px;}
	#skyltfonster ul{width:100%; margin: 15px auto;}
	body {font-size:14px;}
	
	
	#footer .block {width:95%;}
	.logo {max-width:90%; font-size:30px; padding-left:15px;}
	iframe {max-width:100%; height:auto;}
	.textblock img{width:100%; height:auto;}
	
	#skyltfonster form {width:95%; margin-bottom: 20px;}
	
	#skyltfonster .productfeed {width:100%; margin:0 auto;}
    .productfeed .productname, .productfeed .pricelink, .productfeed .infobox {width:100%;}
    .productfeed .infobox {max-height:70px;height:auto;font-size:12px; padding:0;}
    #skyltfonster .productfeed li {text-align:left; width:96%; padding:0 0 0 10px;}
    .productimage img {width:100%; height:auto;}
    .productfeed .productname {border: 1px solid #000; padding:0;}
	.productfeed .pricelink {border: 1px solid #3799cd; padding:5px 0 0 0; height:45px; font-size:16px;}
    .productfeed .productname h3 {margin:5px;}
	.productfeed .readmore {font-size: 12px;}

	
	#related li{font-size:18px; padding:3px;}
	#related ul {width:90% !important;}
	
	.break-wide {clear:none;}
	
	#header .mainnav a:hover {border:none;}
	
	#header .mainnav  { 
  		height: auto;
		border-bottom: 0;
		background-color: #000;
		color:#fff;
		margin-top:0px;
		z-index:1;
  	}
  	#header .mainnav ul {
  		width: 100%;
  		display: none;
  		height: auto;
  	}
  	#header .mainnav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	#header .mainnav li a {
		border:none;
		color:#fff;
	}
  	#header .mainnav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	#header .mainnav a:link, #header .mainnav a:visited {color:#fff !important;}
	#header .mainnav a#pull {
		display: block;
		background-color: #000;
		color:#fff;
		width: 100%;
		position: relative;
	}
	#header .mainnav a#pull:after {
		content:"";
		background: url('/imgs/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.form-container {max-width: 95% !important;}
	.search-field {max-width:55% !important;}
	.brandlist a{margin:10px; line-height:20px;}
	.flexitem-33 {flex-basis:98%;}
	.flexitem-50 {flex-basis:98%;}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	.productfeed .productname {height:46px;}
	.productfeed .productname h3 {font-size:12px;}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	#header .mainnav li {
		display: block;
		float: none;
		width: 100%;
	}
	#header .mainnav li a {
		border-bottom: 1px solid #576979;
	}
}