
#Butiker.onepager {
	overflow: visible;
}

.kategorier-view .start-only {
	display: none !important;
}

.start-view .kategorier-only {
	display: none !important;
}


div.onepager.start-view h3 {
	color: #373737;
	font-size: 25px;
	text-align: center;
}

div.onepager.start-view .categories li {
	border-top: 1px solid #d7d5d5 !important;
	border-bottom: 1px solid #d7d5d5 !important;
	border-right: 1px solid #d7d5d5 !important;
}

div.onepager.start-view .categories li:first-of-type {
	border-left: 1px solid #d7d5d5 !important;
}

/*
.kategorier-view .onepager-container.nav-bar {
	 background:#0f3559;
}*/

div.onepager ul.categories {
	list-style-type:none;
	padding:0;
	margin:0 0 1px 0;
	display:flex;
	flex-flow: row wrap;
  	justify-content: space-around;
}

div.onepager ul.sub-categories {
	flex-wrap:nowrap;
 	justify-content: flex-start;
 	display:none;
 	margin-bottom:5px;
}

div.onepager ul.categories li {
	display:inline-block;
	vertical-align: top;
	flex-grow: 1;
	margin: 0 1px 0 0px;
}

div.onepager ul.categories li:last-of-type {
	margin:0 0 0 0;
}

div.onepager ul.sub-categories li {
	flex-grow: 0;
	flex-shrink: 1;
	margin: 5px 1px 1px 0;
	border-right: 1px solid #a5d2df;

	border:0;
	margin-right:4px;
}

div.onepager ul.sub-categories li:last-of-type {
	margin:5px 1px 1px 0;
}

.raise-container .raise {
	position: absolute;
	top: -20px;
	left: -18px;
	color: #000;
	font-weight: bold;
	background: #eded65;
	padding: 13px 0;
	border-radius: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 0.9;
	width: 60px;
	height: 60px;
	display: inline-block;
	box-shadow: 0 0px 21px #eded65;

}

.raise-container .raise > span {
	font-variant: small-caps;
	font-size: 12px;
	display: block;
}



div.onepager ul.categories li > a {
	background: #fff;
	border-radius: 1px;
	display: block;
	height: 100%;
	padding: 10px 20px;
	font-size: 12px;
	color: #000;
	max-width: 145px;
	vertical-align: top;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	position: relative;
}

div.onepager ul.categories li > a:hover {
	text-decoration: none;
	background: #f1f1f1;
}


div.onepager ul.categories li > a.selected,
div.onepager ul.categories li.hovered > a {
	background: #0f3559;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.24);
	color: #fff !important;
	text-shadow: 1px 1px 1px rgba(57, 57, 57, 1);
}

div.onepager ul.categories li > a .arrow {
	display: none;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f1f1f1;
	position: absolute;
	left: 50%;
	bottom: -11px;
	margin-left: -20px;
}

div.onepager ul.categories li > a.selected .arrow {
	display:block;

}

div.onepager ul.sub-categories li > a {
	font-size: 12px;
	padding: 4px 8px 2px 8px;
	background: #fff;
	color: #000;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

div.onepager ul.sub-categories li > a:hover {
	text-decoration: none;
	background:#f4f4f4;
}

div.onepager ul.sub-categories li > a.selected {
	background:#bdf0ff;
	color:#000 !important;
	text-shadow: none;
}

div.onepager ul.categories li a .fas,
div.onepager ul.categories li a .far {
	display: block;
	font-size: 31px;
	color: #666;
	text-align: center;
	margin: 5px auto 12px auto;
	text-shadow: 1px 1px 1px rgba(105, 105, 105, 0.53);
}

div.onepager ul.categories li a.selected .fas,
div.onepager ul.categories li a.selected .far,
div.onepager ul.categories li.hovered a .fas,
div.onepager ul.categories li.hovered a .far
 {
	color:#bdf0ff;
	text-shadow: 1px 1px 1px rgba(57, 57, 57, 1);
}

div.onepager ul.sub-categories li a .fas,
div.onepager ul.sub-categories li a .far {
	font-size: 25px;
	margin: 7px auto 7px auto;
}


.stores-wrapper {
	position:relative;
}

.start-view .stores-wrapper {
	min-height: 100px;
}

.start-view hr.with-shadow {
	border-width: 1px;
	box-shadow: 0 5px 10px 0px #eee;
border-color: #ddd;
max-width: 960px;
}

.stores.loading {
	opacity:0.4;
}

i#ajax-loader.ajax-loader.fas.fa-spinner.fa-spin {
	font-size: 70px;
	color:#9dc7d4;
	text-shadow:0 5px 10px rgba(0,0,0,0.2);
	position:absolute;
	left:50%;
	top:30px;
	margin-left:-35px;
	z-index:999;
	display:none;
}

.stores .store {
	display:flex;
	flex-flow: row wrap;
	position:relative;
}


.stores h3.leading {
	text-align: center;
	margin-top: 100px;
	color: #ddd !important;
}

.stores .store-container {
	width:50%;
	padding:20px;
	box-sizing: border-box;
	display:inline-block;
}

.stores .store-container .fade-out {
	background: #ccc;
	width: 100%;
	height: 28px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0 0 4px 4px;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+69&0+0,1+69 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 69%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 69%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.stores .store {
	background:#fff;
	border: 1px solid #d5d5d5;
	padding: 20px 25px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 6px;
	display: inline-block;
	margin: 0;
	box-shadow: 0 9px 25px rgba(0, 0, 0, 0.1);
}

.stores .store .instance_logo {
	box-shadow: 0px 1px 4px #eee;
	border:1px solid #eee;
	width:141px;
	height:80px;
}

.stores .store h3 {
	font-weight: bold;
	color:#777;
	font-size:18px;
	margin:5px 0;
}

.presentation {
	width: 220px;
	font-size:13px;
	max-height: 200px;
	overflow: hidden;
	margin-bottom: -20px;
}

.stores .store .splash {
	font-weight: bold;
	color: #8fb6c1;
	font-size: 18px;
	margin: 5px 0;
	display: block;
	text-align: center;
}

.stores .store .splash .back {
	display: block;
	font-size: 12px;
	color: #777;
	padding:0;
	margin-top:-7px;
	font-weight: normal;
	text-align: center;
}

.stores .store .column {
	vertical-align: top;
	height:100%;
	display:inline-block;
}

.stores .store .column-left {
	width: 141px;
}

.stores .store .column-right {
	padding-left:25px;
	width:245px;
}

.stores .store .store-btn {
	padding: 6px 10px 5px 10px;
	background: #5e5e5e;
	color: #fff;
	border: 0;
	border-radius: 15px;
	font-size: 12px;
	margin-bottom:5px;
	display:block;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.stores .store .store-btn:hover {
	background: #666;
}

.stores .store .store-btns {
	display:block;
	margin-top:15px;
}



.club-sport-companies-container {
	margin-top: -60px !important;
	overflow: visible;
	text-align: center !important;
}

.club-sport-companies-container .company-container {
	display: inline-block;
	margin: 15px;
}

.club-sport-companies-container .company-container img {
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	box-shadow: 0 15px 15px -15px rgba(119, 119, 119, 0.35);

}

.club-sport-companies-container .company-container .splash_text {
	text-align: center;
	color: #222;
}




.sort-by-select {
	display:none;
	margin-top:10px !important;
}


.selects {
	margin-top:10px;
	text-align: center;
}

.selects select {
	margin:0 auto 0 auto;
	clear:both;
	width:auto;
}

.sub-category-select {
	display:none;
}


.num-campaigns-container {
	position: absolute;
	top: -5px;
	left: -6px;
}

.num {
	position: absolute;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	top: 3px;
	left: 0;
	width: 100%;
	text-align: center;
}

.num-campaigns {
	font-size: 24px;
	color: yellow;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.43);
}






/* Butiker Dropdown*/
div#Butiker .stores-list {
	z-index: 9999;
	position: relative;
	left: 0; /* 50% */
	display: block;
	/*margin-left:-480px;*/
	width: 100%;
}

div#Butiker .stores-list a,
div#Butiker .each-butik {
	color:#555;
	margin-bottom: 7px;
	display: block;
	max-width: 96%;
}



div#Butiker .each-butik i {
	margin-left: 10px;
	color: #989898;
}



div#Butiker .each-butik:hover {
	color:#333;
	text-decoration: none;
}

div#Butiker .stores-list-child {
	position: relative;
	left: 0;
	width: 960px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 50px;
	top: 0;

}

div#Butiker .stores-list-child #butiksCount {
	font-size: 24px;
	margin-top: 3px;
	margin-bottom: 20px;
	padding: 0 152px;
}

div#Butiker .stores-list-child .all_shops_btn {
	background-color: white;
	color: black;
	text-align: center;
	padding: 10px;
	width: 250px;
}

div#Butiker .stores-list-child .all_shops_btn:hover {
	background-color: rgba(236,236,236,1);
	cursor: pointer;
}


div#Butiker .stores-list-child .firstLetter {
	font-weight: bold;
	font-size: 28px;
	background: #113f68;
	padding: 1px 19px;
	margin: 40px -10px 20px -20px;
	/* box-shadow: 0 6px 8px -4px rgba(0,0,0,0.1); */
	color: #fff;
	border-radius: 10px;
	max-width: 100%;
}

div#Butiker .stores-list-child .firstLetter.sticky {
	position: -webkit-sticky;
  	position: sticky;
	top: 0;
	z-index: 99;
	width: 890px;
}

.arrow {
	display: inline-block;
	visibility: hidden;
	position: fixed;
	margin-left: -50px;
	font-size: 31px;
	color: #fff;
	background: #fff;
	rotate: -180deg;
	background: #113f68;
	width: 66px;
	height: 66px;
	text-align: center;
	padding: 12px 0 0 0;
	border-radius: 40px;
	box-shadow: 0 -13px 24px -4px #bbb;
	position: sticky;
	bottom: 200px;
}

.arrow:hover {
	background: #205788;
	cursor: pointer;

}

div#Butiker .letters {
	margin-left: -6px;
}

div#Butiker .letters .letter {
	display: inline-block;
	padding: 1px 7px;
	font-size: 17px;
	border-radius: 10px;
}

div#Butiker .letters .letter:not(.does-not-exist):hover {
	background: #113f68;
	color: #fff;
	cursor: pointer;
}

div#Butiker .letters .letter.does-not-exist {
	opacity: 0.4;
}






/* for 700px or less */
@media screen and (max-width: 768px) {

	.support-btn-fixed {
		display: none;
	}

	.nav-bar {
		margin-top: 20px;
	}


	.setHeightDynamically {
		z-index: 1;
	}


	div#Butiker .stores-list-child #butiksCount {
		font-size: 14px;
		padding: 0;
		margin: 0 -15px 20px -15px;
	}


	div#Butiker .letters {
		margin-left: -6px;
		text-align: justify;

	}

	div#Butiker .letters .letter {
		display: inline-block;
		margin: 0;
		text-align: center;
		width: 37px;
	}

	div#Butiker .stores-list a,
	div#Butiker .each-butik {
		font-size: 16px;
	}

	div#Butiker .stores-list-child .firstLetter {
		font-size: 26px;
		margin: 40px -9px 20px -20px;
		max-width: 110%;
	}

	div#Butiker .arrow {
		display: inline-block;
		position: fixed;
		bottom: 25px;
		right: 25px;
		margin-left: 0;
		z-index: 999999999;
		box-shadow: none;
	}

	.stores .store-container {
		width:100%;
	}

	.stores .store .column-left,
	.stores .store .column-right {
		width:100%;
		padding:0;
	}

	div.store-btns {
		position:absolute;
		top: 18px;
		right: 25px;
		width: 115px;
	}

	.column p.presentation {
		text-align: justify;
		width: 100%;
	}

	.sort-by-select {
		margin: 10px auto;
		display:block;
	}



}


/* for 480px or less */
@media screen and (max-width: 480px) {



}