body {
    font-family: 'Helvetica Neue', Helvetica,Arial,sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
}

.wave, .wave.bottom {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='2000' height='100' preserveAspectRatio='none' viewBox='0 0 2000 100'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1914%26quot%3b)' fill='none'%3e%3cpath d='M 0%2c76 C 133.4%2c64 400.2%2c15 667%2c16 C 933.8%2c17 1067.4%2c78.4 1334%2c81 C 1600.6%2c83.6 1866.8%2c39.4 2000%2c29L2000 100L0 100z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1914'%3e%3crect width='2000' height='100' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	left: 0;
	max-width: 100% !important;
}

.wave.top {
	transform: rotate(180deg);
	top: 0;
	bottom: initial;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.overflow-visible {
	overflow: visible !important;
}


.onepager .handla-smart-example {
	width:245px;
	border-radius: 10px;
	overflow:hidden;
	box-shadow:0 10px 20px rgba(0,0,0,0.3);
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	cursor:default;
}

.onepager .handla-smart-example .section {
	padding:15px 20px;
	text-align: center;
	margin:0;
}

.onepager .handla-smart-example .section p {
	font-size:13px !important;
	color:#333;
	line-height: 1.3;
}

.onepager .handla-smart-example .section p+p {
	margin-top:5px;
}

.onepager .handla-smart-example .section p.tiny {
	font-size:11px !important;
	color:#666;
}

.onepager .handla-smart-example .section p.big {
	font-size:17px !important;
	font-weight: bold;
	color:#111;
}

.button {
	background: #6ac68f;
	padding: 5px;
	border:0;
	font-weight: bold;
	font-size:13px;
	color: #fff;
	width: 100%;
	margin: 10px 0;
	border-radius: 5px;
	cursor:default;
}

.onepager .handla-smart-example .section-header {
	background:#f6f6f6;
}

.onepager .handla-smart-example .section-header img {
	height:32px;
	width:32px;
	border-radius: 60px;
	display:block;
	margin:0 auto;
	margin-bottom:8px;
}

.onepager .handla-smart-example .section-main {
	background:#e5e5e5;
}

.onepager .handla-smart-example .section-white {
	background:#fdfdfd;
}

.onepager .handla-smart-example .section-nav {
	padding:0;
	background:#fff;
}

.onepager .handla-smart-example .section-voucher {
	background:#d7e8ef;
	border:dashed 2px #77a7ba;
}

.onepager .handla-smart-example .section-voucher .voucher-label {
	display:inline-block;
	background:#4d4d4d;
	color: #fff;
	padding: 1px 4px;
	font-size: 10px !important;
	float: left;
	clear:both;
}

.onepager .handla-smart-example .section-voucher .voucher-code {
	padding:5px;
	text-align: center;
	background:#fff;
	font-size: 11px !important;
	margin-top:0px;
}

.onepager .handla-smart-example .section-nav table {
	width:100%;
	border:0;
	margin:0;
}

.onepager .handla-smart-example .section-nav table tr {
	margin:0 1px;
}

.onepager .handla-smart-example .section-nav table tr td {
	padding:8px;
	font-size:11px;
	text-align: center;
	color:#111;
	background:#f0f0f0;
	margin:1px;
	display:inline-block;;
	width:49%;
}


.dyno-btn {
	border-radius: 10px;
	display:inline-block;
	font-size:18px;
}

.dyno-btn:hover {
	text-decoration: none;
	cursor:pointer;
	text-shadow: 0 0 10px #fff;
}


.dyno-btn.has-margin {
	margin-top:20px;
	margin-bottom:20px;
}

.dyno-btn.has-border {
	border:3px solid #444;
}

.dyno-btn.has-padding {
	padding:20px 40px;
}

.dyno-btn.has-shadow {
	box-shadow:0 5px 15px #eee;
}

.dyno-btn.has-shadow-dark {
	box-shadow:0 5px 15px rgba(0,0,0,0.3);
}

.dyno-btn-container.center-btn {
	text-align: center;
}



.impersonation-bar {
	background: rgb(3, 145, 154);;
	color: white;
	text-align: center;
	padding: 12px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.27);
	position:fixed;
	top:0;
	width:100%;
	z-index: 9999999;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.28);
}

.impersonation-bar-push {
	width:100%;
	height: 44px;
}

.only-on-mobile {
	display:none;
}

.only-on-mobile-important {
	display:none !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
	list-style-type:none;
}

hr {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

a {
	text-decoration: none;
	color:#88ACD8;
}

.oswald {
	font-family:'Oswald';
}


#advertisement_tester {
	display:none;
}

p { /* Override Bootstraps margin-bottom 10px. I'll set that to p+p (margin-top) only, instead (below). */
	margin: 0;
	font-weight: normal;
}

	p+p {
		margin: 15px 0 0 0;
	}


h1, h2, h3, h4, h5 {
	margin-top: 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 24px;
}

div.placeholder {
	max-width:960px;
	margin:0 auto;
	overflow:auto;
}


div.fullbackground {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: white;
}

div.fullbackground > div.title {
	background:rgba(255, 255, 255, 0.7);
	display: inline-block;
		font-size: 38px;
	padding: 10px 30px;
	border-radius: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	color: #3B3B3B;
	text-shadow: 1px 1px 1px #FFF;
}

.full-width {
	background: #616161;
	color: #FFF;
}

.full-width h2 {
	font-size: 30px;
	margin: 20px 0 20px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}


/*| Zopim chat
****************************/
.zopim-chat-img {
	position:fixed;
	bottom:0;
	right:10px;
	cursor:pointer;
}

.support-btn-fixed {
	position: fixed;
	bottom: 0;
	right: 12px;
	padding: 6px 13px;
	border-radius: 6px 6px 0px 0px;
	background: #0B605D;
	color: #fff;
	font-size: 13px;
	z-index: 999;
}

.support-btn-fixed a {
	color: #ffffff;
	font-weight: bold;
}

/*| New sub-sub menu for pages. Will replace Choiceslist
***********************************************************/

.page-menu-container {
	background:#eee;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#424242+0,111111+100 */
	background: rgb(66,66,66); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(66,66,66,1) 0%, rgba(17,17,17,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(66,66,66,1) 0%,rgba(17,17,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(66,66,66,1) 0%,rgba(17,17,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
	position:relative;
	z-index:100;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f131e+0,141721+100 */
	background: rgb(15,19,30); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(15,19,30,1) 0%, rgba(20,23,33,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(15,19,30,1) 0%,rgba(20,23,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(15,19,30,1) 0%,rgba(20,23,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f131e', endColorstr='#141721',GradientType=0 ); /* IE6-9 */
	width:100%;
}

.page-menu-container-fixed {
	position:fixed;
	top:0;
	left:0;
}

.page-menu {
	width:100%;
	max-width:960px;
	margin:0 auto;
	text-align: left;
	list-style-type: none;
	padding:0;
    text-align: center;
}

.page-menu > li {
	display:inline-block;
	position:relative;
	border:1px solid #444;
	border-width:0 1px 0 0;
}

.page-menu > li:first-of-type {
	border-left:0;
}

.page-menu > li:last-of-type {
	border-right:0;
}

.page-menu > li > div {
	position:relative;
}

.page-menu > li > div > a {
	display:block;
	width:100%;
	height:100%;
	padding:10px 15px;
	font-size:13px;
	text-decoration: none;
	color:#fff;
}

.page-menu > li > div > a:hover {
	/*background:#333;*/
	color:#ACD5F7;
}




.ChoicesList {
	float: left;
	width: 250px;
	line-height: 210%;
	background: #FFF;
	padding: 0 25px 0 0;
	border-radius: 5px;
	font-size: 14px;
	margin-top:10px;
}

.ChoicesList #ListItemsSmall {
	display: none;
}

.ChoicesList .title {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #DDD solid;
	margin-bottom: 5px;
	font-size: 15px;

	display:none;
}

.ChoicesList i.fa.fa-arrow-circle-down {
	float: right;
	position: relative;
	top: 6px;
	right:20px;
	font-size: 16px;
}

.CategoryList .title {
	display:none;
}

.ChoicesList a {
	color: black;
	display:block;
	padding:0 7px;

	display: block;
	padding: 3px 7px 0px 7px;
	background: #FAFAFA;
	margin: 5px 0;
	border-radius: 1px 1px 1px 1px;
	border-left: 2px solid rgba(0, 0, 0, 0);
	font-size: 13px;
	color: #777;
	text-decoration: none;
}

.ChoicesList a:first-of-type {
	margin-top:0;
}

.ChoicesList a:hover {
	text-decoration: none;
	background: #ECECEC;
}

.ChoicesList a span { /* If parts of nav need to be smaller */
	font-size:12px;
}

.ChoicesList .current, .ChoicesList .current:hover {
	border-left: 2px solid #C2D1DC;
	color: #718A95;
	background: #E2ECF2;
}


.ChoicesList ul {
    list-style-type: none;
    padding: 0px;
}

.ChoicesList ul li {
	display: inline;
    width: 50%; /* nice 3 columns */
    float: left;
    margin-bottom: 30px;
}


.ChoicesList .title {
	border: none !important;
	cursor: pointer;
	color: #FFF;
	background: #709DC7;
	background: -moz-linear-gradient(top, rgba(27,107,181,1) 0%, rgba(22,89,147,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#709DC7), color-stop(100%,#548DBE));
	background: -webkit-linear-gradient(top, #709DC7 0%,#548DBE 100%);
	background: -o-linear-gradient(top, rgba(27,107,181,1) 0%,rgba(22,89,147,1) 100%);
	background: -ms-linear-gradient(top, rgba(27,107,181,1) 0%,rgba(22,89,147,1) 100%);
	background: linear-gradient(to bottom, #709DC7 0%,#548DBE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709DC7', endColorstr='#548DBE',GradientType=0 );

	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 0px;
}






div.section {
	margin:35px 0;
}

/* The div holding every page content centered and also adapts to responsive design (below) */
.content-placeholder {
	margin:0 auto;
	width: 960px;
}

.content-placeholder.with-sidemendu {
	width: 750px;
}

.Content {
	float: right;
	width: 690px;
}

.uppercase {
	text-transform: uppercase;
}

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

.clearly {
	clear: both;
}

.hidden_on_start {
	display: none;
}




/* FLOATING In Las Vegas */

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.float-none {
	float:none;
}


/**
 * Font Awesome Substitutes
 * This would be the way of coding with the intention of replacing FA with own stuff
 */

.fa-times:before {
	content: "x";
}


.make-it-nice .toggle-password {
	cursor: pointer;
}

/*/ Iconoir icon base styles */
i[class^="iconoir"] {
	font-size: 23px;
}

.iconoir-nav-arrow-down-solid {
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: -5px;
	font-size: 26px !important;
	z-index:5;
}

.make-it-nice .icon .iconoir-eye-solid {
	opacity: 0.7;
	color: #555;
	position: absolute;
	font-size: 23px;
}


.fa-sub-heart:before {
	content:  "\2665"; /* Empty, 2661 */
	font-size: 38px;
	line-height: 0;
}

.fa-sub-heart.is-favorite:before {
	color: #ea486e;
}

.fa-check-circle:before {
	content: "\2714";
	font-size: 19px;
	line-height: 0;
	position: relative;
	top: 3px;
	color: #7bbe69;
}

.fa-check-cross:before {
	content: "\2718";
	font-style: normal;
	font-size: 19px;
	line-height: 0;
	position: relative;
	top: 4px;
	color: #7bbe69;
}

.fa-envelope:before {
	content: "\2709";
	font-style: normal;
	font-size: 33px;
	line-height: 0;
	position: relative;
	top: 2px;
	color: #6f6f6f;
}



/* FAQs */

ul.faq {
	list-style-type: none !important;
	overflow:visible;
	margin-bottom:20px;
	padding:10px 0;
}

	ul.faq li {
		display:block;
		padding-left:20px;
		width:100%;
		float:none;
		text-align: left;
		margin:10px;
	}

	ul.faq li div {
		position:relative;
	}

	ul.faq li div .fa {
		position:absolute;
		left:-20px;
		top:3px;
	}

	ul.faq li div .fa-question-circle {
		color:#516B99;
	}

	ul.faq li div .fa-info-circle {
		color:#588258;
		display:none;
	}

	ul.faq li:nth-child(odd) {
		font-weight:bold;
		cursor:pointer;
	}

	ul.faq li:nth-child(even) {
		color:#888;
		font-style:italic;
		margin-bottom:20px;
		display:none;
	}


.goToStore, .sh-btn, .sh-btn:visited, .sh-btn:focus {
	background:#165993;
	border-radius: 41px;
	color: #FFF;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 7px;
	padding: 14px 25px;
	position: relative;
	text-decoration: none;
	display: inline-block;
}

.sh-btn.sh-btn-green {
	background:#369152;
}

.sh-btn.sh-btn-green:hover {
	background:#308249;
}

.sh-btn.sh-btn-edge {
	background:#35aefb;
}

.sh-btn.sh-btn-edge:hover {
	background:#49b7fc;
}

.sh-btn.sh-btn-turq {
    background: #2187a6;
}

.sh-btn.sh-btn-turq:hover {
	background:#4f98af;
}

.sh-btn.sh-btn-green {
    background: #459662;
}

.sh-btn.sh-btn-green:hover {
	background:#4EA76E;
}


/*linear-gradient(to bottom,  rgb(77, 192, 76) 0%,rgb(55, 145, 54) 100%)*/

button.sh-btn {
	border: 0;
	outline:none;
}

.each-butik:hover {
	color:#ddd;
	cursor:pointer;
}

.each-butik {
	position: relative;
}

.each-butik .giftcard-icon {
	width: 17px;
	position: relative;
	left: 13px;
	top: -2px;
}

.store-steps .has-tooltip {
	position: absolute;
	rotate: -8deg;
	bottom: -37px;
	left: -25px;
}

.store-steps .tooltip-container,
.slide-company-container .tooltip-container {
	position: initial;
}


.slide-company-container .has-tooltip {
	position: absolute;
	rotate: -8deg;
	bottom: -7px;
	left: -22px;
	border: 0;
}


.has-tooltip {

}

.tooltip-container {
	position: relative;
}

.tooltip-container .tooltip {
	display: none;
	position: absolute;
	opacity: 1;
	top: initial;
	bottom: 27px;
	left: 50%;
	width: 158px;
	margin: 0;
	margin-left: -65px;
	background: #fff;
	padding: 5px 15px;
	box-shadow: 0 15px 10px -10px rgba(34, 34, 34, 0.18);
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 2px;
	color: #111 !important;
	z-index: calc(9e999);
}


.slide-company-container .tooltip {
	margin-left: -151px;
	bottom: 37px;
}

.store-steps .tooltip {
	bottom: 7px;
	left: -20px;
}

.tooltip-container:hover .tooltip {
	display: block;
}

.each-butik .raise {
	position: absolute;
	bottom: -8px;
	left: -35px;
	color: #000;
	background: #eded65;
	padding: 6px 0 5px 2px;
	border-radius: 30px;
	font-size: 10px;
	text-align: center;
	line-height: 0.8;
	width: 29px;
	height: 29px;
	display: inline-block;
}

.each-butik.has-raise {
	color: #eded65;
}

.each-butik .raise > span {
	font-variant: small-caps;
	font-size: 9px;
	display: block;
}

.strike, .struck, .overstrike, .line-through {
	text-decoration: line-through;
}

.raise-old-splash {
	opacity: 0.7;
	color: #7c7979;
	display: inline-block !important;
}

.each-butik .raise-old-splash {
	color: #ccc;
}

.goToStore .fa, .sh-btn .fa {
	font-size: 17px;
	margin-left: 7px;
	position:relative;
	bottom:-1px;
}

.goToStore:hover, .sh-btn:hover {
	text-decoration: none;
	color:#fff;
	background: rgb(27,107,181);
	background:#385168;
	cursor:pointer;
}

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

.sh-btn.right {
	float:right;
	margin-bottom:20px;
	margin-left:20px;

}

.sh-btn.clear {
	clear: both;
}


/* RADIUS FORM */

.radius-form {
	margin:0 0 40px 0;
	display:block;
	width:100%;
	max-width: 400px;
	padding:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: auto;
	position:relative;
}

	.radius-form .form-title {
		display: block;
		margin: 0 0 25px 0;
		font-size: 20px;
		color: #888;
	}

	.radius-form.max-width {
		width:100%;
		max-width: none;
	}

	.radius-form.less-bottom-margin {
		margin-bottom:10px;
	}

	.radius-form.background {
		background:#fcfcfc;
		padding:20px;
	}

	.radius-form.margin-top {
		margin-top:30px;
	}

	.radius-form > div {
		display:block;
		margin-bottom:20px;
		position:relative;
	}

	.radius-form > div:last-of-type {
		margin-bottom:0px;
	}

	.radius-form > div.stack > div {
		display:inline-block;
		width:46.6%;
		vertical-align: top;
		position:relative;
	}

	.radius-form label {
		display: block;
		width: auto;
		font-size: 12px;
		margin-top:20px;
		font-weight:normal;
	}

	.radius-form label span {
		color:#888;
		font-size:11px;
	}

	.radius-form div[class*=errors-] {
		display:none;
		background: #FFF3F3;
		padding: 5px 7px;
		font-size: 11px;
		color: #D05858;
		border-radius: 3px;
		margin-top:4px;
		position:relative;
	}

	.radius-form div.width-89 {
		width: 89%;
	}

	.radius-form div.show {
		display:block;
	}

	.radius-form div[class^=errors-] .fa {
		margin-right: 4px;
	}

	.radius-form label:first-of-type {
		margin-top:0;
	}

	.radius-form label span.brighter {
		color:#ccc;
	}

	.radius-form input, .radius-form textarea {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: 1px solid #DDD;
		font-size: 12px;
		outline: none;
		padding: 5px;
		width:90%;
	}

	.radius-form input[disabled=disabled],
	.radius-form textarea[disabled=disabled],
	.radius-form button[disabled=disabled]
	{
		color:#777;
		text-shadow:1px 1px 1px #fff;
		border-style:dashed;
		box-shadow:inset 1px 1px 1px #eee;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.radius-form textarea {
		height:100px;
	}

	.radius-form input.numeric {
		text-align: center;
		width:40px;
	}

	.radius-form input[type="submit"],
	button.btn-submit,
	button#submit,
	button.submit
	{
		background: #fff;
		text-transform: uppercase;
		font-size: 12px;
		color: #6D7F98;
		padding:3px 15px;
		width:auto;
		border:1px solid #ddd;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.radius-form .checkbox-container {
		overflow: auto;
		margin-bottom:10px;
	}

	.radius-form .checkbox-container label {
		width:90%;
		float:left;
	}

	.radius-form .checkbox-container input {
		width:5%;
		float:right;
	}

	.radius-form > div.has-checkbox {
		margin-bottom: 0px;
	}


	.radius-form > div.has-checkbox input[type=checkbox], .radius-form > div.has-checkbox label {
		width:auto;
		display:inline-block;
		vertical-align: top;
	}

	.radius-form > div.has-checkbox label {
		max-width:80%;
		margin-left:5px;
	}

	.radius-form hr {
		color:#999;
		height:1px;
		width:100%;
		clear:both;
	}

	.width-maximum {
		width:100% !important;
		max-width: 100% !important;
	}

	.radius-form .valid, .radius-form .invalid {
		padding: 5px;
		border-radius: 3px;
		position: relative;
		top: 1px;
		display:none;
	}
		.radius-form .valid {
			color: #0CA60C;
			background: #DAF9E4;
		}
		.radius-form .invalid {
			color: #A6420C;
			background: #F9E9DA;
		}






.global-company-container {
	position:relative;
	height:80px;
	width: 141px;
	z-index:2;
	margin:0;
}

.global-company-container.centered {
	margin:0 auto;
	display:inline-block;
}

.global-company-container img {
	border:1px solid #eee;
}

.global-company-container:before {
	content: "\00a0";
	top: 46px;
	left: 5px;
	transform: rotate(-8deg);
	box-shadow: 7px 6px 15px #111;
	z-index: -1;
	position: absolute;
	display: inline-block;
	width: 50px;
}

.global-company-container:after {
	content: "\00a0";
	top: 44px;
	right: 17px;
	transform: rotate(8deg);
	box-shadow: 7px 6px 15px #111;
	z-index: -1;
	position: absolute;
	display: inline-block;
	width: 50px;
}






.columns {
	width:100%;
	overflow:visible;
	margin-bottom:50px;
	padding-bottom:30px;
}

.columns > div { /* 2 columns default */
	float:left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	overflow:visible;
}



.columns > div:first-of-type {
	padding:0 20px 30px 0;
}

.columns > div:last-of-type {
	padding:0 0 30px 20px;
}

div.onepager .columns.columns-3 > div {
	width: 32%;
}

div.onepager .columns.columns-3 > div:first-of-type {
	padding:0 10px 30px 0;
}

div.onepager .columns.columns-3 > div:last-of-type {
	padding:0 0 30px 10px;
}

div.onepager  .columns.columns-3 > div:nth-child(2) {
	padding: 0 20px;
}





.columns > div.no-padding {
	padding: 0 !important;
}

.columns > div.less-padding:first-of-type {
	padding:0 10px 15px 0 !important;
}

.columns > div.less-padding:last-of-type {
	padding:0 0 15px 10px !important;
}


.columns.vr > div:first-of-type {
	/*border:0 solid #eee;
	border-width:0 1px 0 0;*/
}

.uppercase {
	text-transform: uppercase;
}






.codecamps {
	overflow:auto;
	text-align: left;
	width:100%;
}

.codecamp {
	width:48%;
	display:inline-block;
	min-height:480px;
	border:2px solid #4a121e;
	margin:22px 0;
	text-align: left;
	overflow: hidden;
	border-radius: 30px;
	position:relative;
	vertical-align: top;
}

.codecamp.codes {
	min-height:510px;
}

.codecamp:hover {

}

.codecamps .codecamp:nth-of-type(odd) {
	margin-right:16px;
}

.codecamps .codecamp:nth-of-type(even) {
	margin-left:16px;
}

.codecamp .shelf {
	background:#fff;
	background-image:url('/images/widgets/ReaKampanjer/camp-pic.jpg');
	background-size: cover;
	background-position: center center;
	height:240px;
	position: relative;
	opacity:1;
}

.codecamp:hover .shelf {
	opacity:1;
}

.codecamp .shelf:hover,
.codecamp .company-logo:hover {
	cursor:pointer;
	border-color:#aaa;
}

.codecamp .content {
	background:#fff;
	position:relative;
}

.codecamp p {
	line-height: 1.8;
}

.codecamp p.description {
	line-height: 1.6;
	color: #646464;
	font-size: 15px;
	margin-top: -3px;
}

.codecamp .title {
	background:#eee;
	padding:1px 15px 3px 15px;
	font-weight: bold;
	letter-spacing:1px;
	box-shadow: 1px 1px 3px #AAA;
}

.codecamp h4 {
	font-size:20px;
	color:#111;
	margin-top: 0;
	margin-bottom: 15px;
}


.xmas .codecamp .title h4 {
	padding-right: 105px;
	margin-left: -10px;
	padding-left: 20px;
	line-height: 1.2;
}


.codecamp .title.campaigns {
	background:#4a121e;
}

.codecamp .title.codes {
	background:#79BC98;
}

.codecamp .title.codes h4 {
	text-shadow:none;
}

.btn-toggle-page-menu {
	display:none;
}


.codecamp .code {
    background: #849e90;
    padding: 10px 15px 9px 15px;
    color: #3D8966;
    overflow:hidden;
}

.codecamp .code .code-label {
	font-weight: bold;
	/*background: #B3EACD;*/
	padding:0;
	margin-right: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.codecamp .code .glyphicon-paperclip {
	font-weight: normal;
	margin-left: 15px;
	font-size: 20px;
	position: relative;
	top: 4px;
	display:none;
}

.codecamp .code p {
	font-size: 12px;
	display: inline;
	line-height: 0;
	padding: 6px 12px 5px 12px;
	margin: 0;
	background: #FEFEFE;
	border: 1px dashed #646464;
	border-radius: 4px;
	box-shadow: inset 1px 1px 2px #d8d8d8;
}

.codecamp .padding {
	padding:25px 25px;
}

.codecamp .company-logo {
	background: #fff;
	position: absolute;
	top: -48px;
	right: 15px;
	border: 1px solid #ddd;
	border-radius: 2px;
	overflow: hidden;

}

.codecamp .company-logo.shadow {
	box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.4);
}

.codecamp .company-logo img {
    width: 105px;
    height: 60px;
}

.codecamp .splash {
	padding:5px 15px;
    background: #E1E1E1;
    color: #757575;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}


.glyphicon-circle-arrow-right {
    font-size: 27px;
    margin-right: 5px;
    float: right;
    color: #EEE;
    position: absolute;
    right: 0px;
    top: 5px;
    display:none;
}

.glyphicon-circle-arrow-right:hover {
	color:#888;
}

.codecamp .datebanner {
    position: absolute;
    width: 200px;
    font-size: 13px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(32,32,32,1) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(32,32,32,1) 50%, rgba(0,0,0,1) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(32,32,32,1) 50%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    top: 18px;
    left: -48px;
    padding: 7px 2px 6px 2px;
    text-align: center;
    color: #FFF;
    box-shadow: 0px 0px 17px -5px #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-30deg);
}



/*| One Pager CSS
********************************/


div.onepager {
	overflow: auto;
}

div.onepager .position-relative {
	position: relative !important;
}

div.onepager div.onepager-container.overflow-hidden {
	overflow:hidden;
}

div.onepager div.onepager-container.overflow-visible {
	overflow:visible;
}

div.onepager .columns {
	display:block;
	clear:both;
	overflow:visible;
	padding:0;
	position: relative;
    z-index: 1;
}

.onepager h1.bigger {
	font-size:38px;
}

div.onepager .white {
    color:#eee;
}

div.onepager .whitest {
    color:#fff;
}

div.onepager .columns > div:last-of-type {
	padding:0 0 0 50px;
}


div.onepager .columns > div:first-of-type {
	padding:0 50px 0 0;
}

div.onepager .columns > .paddingless {
	padding: 0 !important;
}

div.onepager .columns div.text-white h2 {
	color:#f4f4f4;
}

div.onepager .columns div.text-white p {
	color:#f9f9f9;
}

div.onepager .columns div.text-white ul,
div.onepager .columns div.text-white ul li {
	color:#ddd;
}

div.onepager .columns .dark-background h1,
div.onepager .columns .dark-background h1,
div.onepager .columns .dark-background h2,
div.onepager .columns .dark-background h2,
div.onepager .columns .dark-background p,
div.onepager .columns .dark-background p,
div.onepager .columns .dark-background ul,
div.onepager .columns .dark-background ul,
div.onepager .columns .dark-background ol,
div.onepager .columns .dark-background ol {
	color:#eee;
}

div.onepager .spread-color-right,
div.onepager .spread-color-left {
	position:absolute;
	height:100%;
	z-index:0;
	top:0;
	width:1000px;
}

div.onepager .spread-color-right {
	left:50%;
	margin-left:-500px;
}

div.onepager .spread-color-left {
	right:50%;
	margin-right:-500px;
}

div.onepager .spread-bg-right,
div.onepager .spread-bg-left {
	position:absolute;
	height:100%;
	z-index:0;
	top:0;
	width:1000px;
	background-size: cover;
}

div.onepager .spread-bg-right {
	left:50%;
	margin-left:-500px;
	background-position: top left;
}

div.onepager .spread-bg-left {
	right:50%;
	margin-right:-500px;
	background-position: top right;
}



div.onepager .bright-text,
div.onepager .bright-text p {
	color:#f9f9f9;
}

div.onepager .italic,
div.onepager .italic p {
	font-style:italic;
}

div.onepager .centered {
	margin-left:auto;
	margin-right:auto;
	display:inherit;
}

div.onepager .block-centered,
div.onepager .center-content {
	display:block;
	text-align: center !important;
}

div.onepager .onepager-container > div.content-centered {
	text-align: center;
}

div.onepager p,
div.onepager ul li,
div.onepager ol li {
	line-height: 1.7;
	color:#555555;
}

div.onepager h2 {
	font-size:29px;
}

div.onepager p.quote {
    font-style: italic;
    color: #A1A1A1;
    padding: 15px;
}

div.onepager h1,
div.onepager h2,
div.onepager h3,
div.onepager h4 {
	margin-bottom:20px;
    font-family: "Helvetica Neue", "Helvetica";
    color:#666;
    /*font-size:17px;*/
}

div.onepager h1.big {
    font-size:27px;
}

div.onepager h2.big {
    font-size:24px;
}

div.onepager-header .title {
    max-width: 75%;
    margin: 20px auto;
    text-align: center;
    font-size: 40px;
    color: #000;
    background: rgba(255, 255, 255, 0.53);
    padding: 20px;
    border-radius: 4px;
}

div.onepager-header .title.white {
	color:#fff;
}

div.onepager h1.centered,
div.onepager h2.centered,
div.onepager h3.centered,
div.onepager h4.centered {
	text-align: center;
}

div.onepager ul {
	list-style-type: disc;
	padding:20px 10px 10px 20px;
}

div.onepager ul > li {
	margin-bottom:15px;
	line-height: 1.7;
}


div.onepager .columns > div {
	width:50%;
}

div.onepager .onepager-container {
	width:100%;
	text-align: center;
	display:block;
	clear:both;
	overflow: auto;
	position:relative;
}

div.onepager .onepager-container.overflow-visible {
	overflow:visible;
}

.ghost-title {
    position: absolute;
    top: -10px;
    left: -15px;
    font-weight: bold;
    color: rgba(0,0,0,0.03) !important;
    font-size: 70px;
    padding: 0;
    margin: 0;
}

.shadow-divider {
	box-shadow: 0 4px 10px -2px #e9e9e9;
}


/* Diagonal divider */
div.onepager .onepager-container.diagonal-container {
	height: 90px;
	z-index: 99999;
	position: relative;
	/* if 1 top:65px; */
	top: 50px; /* if 2 */
	overflow:visible;
	background:transparent;
}

div.onepager .onepager-container.diagonal-container > div {
	width:100%;
	height:100%;
	max-width: initial;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	background:#fff;
}

div.onepager .onepager-container.diagonal-container.direction-right > div {
	-webkit-transform: rotate(+2deg);
	-moz-transform: rotate(+2deg);
	-o-transform: rotate(+2deg);
	-ms-transform: rotate(+2deg);
	transform: rotate(+2deg);
}

div.onepager .onepager-container.diagonal-container.shadow > div {
	box-shadow:0 10px 6px rgba(0,0,0,0.15);
}

.inset-shadow {
	box-shadow: inset 0px 5px 10px rgba(0,0,0,0.4);
}

.inset-shadow-soft {
	box-shadow: inset 0px 5px 10px rgba(0,0,0,0.2);
}

div.onepager .margin-bottom {
	margin-bottom:60px;
}

div.onepager .onepager-container.padding-bottom,
div.onepager .columns .column.padding-bottom {
	padding-bottom:80px;
}

div.onepager .onepager-container.padding-bottom-less,
div.onepager .columns .column.padding-bottom-less {
	padding-bottom:20px;
}

div.onepager .onepager-container.padding-bottom-more,
div.onepager .columns .column.padding-bottom-more {
	padding-bottom:80px;
}


div.onepager .onepager-container.padding-bottom-more-more,
div.onepager .columns .column.padding-bottom-more-more {
	padding-bottom:120px;
}

div.onepager .onepager-container.padding-bottom-more-more-more,
div.onepager .columns .column.padding-bottom-more-more-more {
	padding-bottom:160px;
}

div.onepager .onepager-container.padding-bottom-plus {
	padding-bottom:120px;
}

div.onepager .onepager-container.padding-top,
div.onepager .columns .column.padding-top {
	padding-top:40px;
}

div.onepager .onepager-container.padding-top-less,
div.onepager .columns .column.padding-top-less {
	padding-top:20px;
}

div.onepager .onepager-container.padding-top-more,
div.onepager .columns .column.padding-top-more {
	padding-top:60px;
}

div.onepager .onepager-container.padding-top-more-more,
div.onepager .columns .column.padding-top-more-more {
	padding-top:90px;
}

div.onepager .onepager-container.padding-top-more-more-more,
div.onepager .columns .column.padding-top-more-more-more {
	padding-top:120px;
}

div.onepager .columns > div.padding-left {
	padding-left:20px;
}



div.onepager .onepager-container.grey-clean {
	background:#eee;
}

div.onepager .onepager-container.grey {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.onepager .onepager-container.dark-grey {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d3d3+0,7c7c7c+100 */
	background: rgb(211,211,211); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(211,211,211,1) 0%, rgba(124,124,124,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(211,211,211,1) 0%,rgba(124,124,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(211,211,211,1) 0%,rgba(124,124,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#7c7c7c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.onepager .onepager-container.blue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,b3babf+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(179,186,191,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(179,186,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(179,186,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3babf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.onepager .onepager-container.cyan {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5fffd+0,63b9c1+100 */
background: #e5fffd; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #e5fffd 0%, #63b9c1 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #e5fffd 0%,#63b9c1 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #e5fffd 0%,#63b9c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5fffd', endColorstr='#63b9c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

div.onepager .onepager-container.plain-light-grey {
	background:#f9f9f9;
}

div.onepager .onepager-container.gradient-light-grey {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
background: #ffffff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #f9f9f9 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #ffffff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

div.onepager .onepager-container > div {
	width:100%;
	max-width: 960px;
	margin:0 auto;
	text-align: left;
}

div.onepager .padding {
	padding:30px 20px;
}


div.onepager .circled {
    height: 300px;
    width: 300px;
    background: #EEE;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border-radius: 175px;
}

div.onepager .framed {
	padding:30px;
	border-radius:4px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

div.onepager .framed-transparent-white {
	background:rgba(255,255,255,0.85);
}




/* Norstatpanel */
div.onepager.panel_se .onepager-container.bg-header {
	background: url('/images/widgets/TipsTillForeningen/panel_se/bg_header.jpg');
	background-position: center center;
	height:124px;
}

	div.onepager.panel_se .onepager-container.bg-header .logo {
		margin:25px 20px 0 10px;
	}

/* BLI ADMINISTRATÖR */
div.onepager.bli-administrator .onepager-container.bli-admin {
	background: url('/images/widgets/TipsTillForeningen/bli-administrator/blur-bg.jpg');
	background-position: center center;
	min-height: 600px;
}

div.onepager.bli-administrator .onepager-container img.admin-preview {
	width:200px;
}

div.onepager.bli-administrator .onepager-container ul.figures {
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: center;
}

div.onepager.bli-administrator .onepager-container ul.figures li {
	width:33%;
	display:inline-block;
	text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
}

div.onepager.bli-administrator .onepager-container ul.figures li .figure {
	color:#fff;
	font-size:61px;
	letter-spacing: 0;
	display:block;
	text-shadow: 5px 8px 10px rgba(102, 102, 102, 0.47);
}


div.onepager .onepager-container > div.text-centered {
	text-align: center;
}






.nice-forms {
	margin:0;
	padding:0;
	max-width:100%;
	overflow:visible;
}

.nice-forms .sh-btn {
    background: #63B9C1;
    color: #F6F6F6;
}

.boxed {
    padding: 25px 20px 3px 20px;
    border-radius: 4px;
    background: #eee;
    margin-right: 15px;
}

.boxed-grey {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.boxed-black-opacity {
	background:rgba(0,0,0,0.66);
}

	.nice-forms.boxed-black-opacity > div > label {
		background:#000;
		color:#eee;
	}

.boxed-white-opacity {
	padding:30px !important;
	background:rgba(255,255,255,0.66);
	border-radius: 10px;
}


.nice-forms > div {
	position:relative;
	overflow: visible;
	margin:0 0 20px 0;
	text-align: left;
}

.nice-forms > div.stacked {
	display:inline-block;
	margin-right:20px;
}

.nice-forms > div > label {
	font-size: 12px;
	max-width: 400px;
	z-index: 0;
	background: #f1f1f1;
	padding: 7px 9px 8px 10px;
	margin: 0 2px -5px 5px;
	color: #8A8B8B;
	border-radius: 4px 4px 0 0;
	line-height: 1.1;
	position: relative;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
}

.nice-forms > div > label.dark {
	background:#111;
	color:#eee;
}

.nice-forms > div > label.single {
	border-radius: 5px;
}

.nice-forms > div > label.single-margin-bottom {
	margin-bottom:10px;
}

.nice-forms > div > label.hidden {
	display:none;
}

	.nice-forms.boxed-grey > div > label {
		background:#fff;
	}


.nice-forms > div > input:not([type=submit]),
.nice-forms > div > textarea {
    display: block;
    max-width: 434px;
    min-width: 300px;
    background: #fff;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 13px;
    outline: none;
    line-height: 1;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
    z-index:1;
    position: relative;
    color: #555;
}

.nd .nice-forms > div > input:not([type=submit]),
.nd .nice-forms > div > textarea {
	max-width: initial;
	min-width: 300px;
	border-radius: 24px;

	border: 2px solid #003953;
	padding: 12px 15px;
	border-radius: 24px;
}

.nice-forms > div select.label-breaker {
	display:block;
	margin-top:10px;
	margin-left:5px;
}

.nice-forms > div > textarea {
	height:210px;
	width:100%;
	line-height: 1.6;
}

.nice-forms > div > input.no-min-width {
	min-width: auto;
}

.nice-forms > div > input.text-centered {
	text-align: center;
}

.nice-forms > div > input[type=submit],
.nice-forms > div > button {
    background: #555;
    color:#fff;
    font-size: 14px;
    border-radius: 4px;
    border: 0px solid #ddd;
    padding: 10px 13px;
    outline: none;
    line-height: 1;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
    display:block;
    width:auto;
    clear:both;
}

.nd .nice-forms > div > input[type=submit],
.nd .nice-forms > div > button {
	background: #033952;
	color: #fff;
	border-radius: 30px;
	padding: 12px 20px;
}

.nice-forms > div > input[type=submit]:hover,
.nice-forms > div > button:hover {
	background: #666;
	cursor:pointer;
}

.nice-forms > div input.validated,
.nice-forms > div textarea.validated {
	/*background:#e1ffef;*/
}

.nice-forms > div input.not-validated,
.nice-forms > div textarea.not-validated {
	/*background:#ffe1e2;*/
}

.nice-forms > div > .fa-check-circle-o {
	display:none;
    position: absolute;
    left: 310px;
    top: 36px;
    font-size: 29px;
    z-index: 3;
    color: #569373;
}

.nice-forms > div.stacked > .fa-check-circle-o {
    left: -6px;
    top: 26px;
    font-size: 23px;
    background: #fff;
    border-radius: 36px;
}

.nice-forms > div.select > .fa-check-circle-o {
    left: -3px;
    top: 21px;
    font-size: 17px;
    background: #fff;
    border-radius: 36px;
}

.nice-forms > div > .error-message {
	max-width: 298px;
    padding: 10px;
    background: rgba(235, 188, 188, 0.3);
    color: #D26B6B;
    box-sizing: border-box;
    display:none;
    border-radius: 0 0 4px 4px;
    margin-left: 1px;
    font-size: 12px;

}

.nice-forms button {
	position:relative;
}

.nice-forms .ajax-loader {
	display:none;
	position: absolute;
    color: #0078F5;
    right: -28px;
    font-size: 21px;
    line-height: 0;
    top: 17px;
}

.nice-forms > div.has-checkbox > input {
    width: auto !important;
    min-width: initial !important;
    display: inline-block;
}

.nice-forms hr {
    height: 1px;
    border-top: 1px solid #eee;
    margin: 20px 0;
}




/* ZECTIONS */


.zection {
	width:100%;
	max-width: 960px;
	margin:0 auto 0 auto;
	padding:20px 0;
	overflow:visible;
	min-height: 250px;
}

.zection .lone-content {
	width:100%;
	padding:0 20px;
}

.zection .side-menu, .zection .side-content {
	float:left;
	padding-bottom: 60px;
}

.zection .side-menu {
	width:225px;
	overflow:visible;
}

.zection .side-content {
	width: 675px;
	margin-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.zection .divided {
	width: 48%;
	margin: 0;
	float: left;
	padding: 10px;
}

.zection .divided:first-of-type {
	margin-right:0px;
}



/* MODALS */

.mod-overlay {
	background:rgba(0,0,0,0.8);
	height:100%;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999999999;
	display:none;
	overflow: scroll;
}

.mod-overlay.mod-fb-notification {
	z-index:2147483647;
}

.mod-overlay.mod-overlay-white {
	background:rgba(255,255,255,0.90);
}

#TopMenu .mod-overlay .mod-content a {
	color:#7999d9;
}

.mod-overlay h2 {
	font-family: 'Helvetica Neue', 'Helvetica';
	font-size:27px;
	margin:10px 0 25px 0;
	color:#444;
}

.mod-content h5 {
	font-family: 'Helvetica Neue', 'Helvetica';
	font-size:14px;
	margin:15px 0 5px 0;
	color:#555;
}

.mod-container {
	max-width:380px;
	width:100%;
	background:#f9f9f9;
	padding:0;
	margin:40px auto;
	border-radius: 6px;
	box-shadow: 1px 1px 10px #000;
	position: relative;
}

.mod-container.wider {
	max-width:550px;
}

.mod-overlay-white .mod-container {
	background:#fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

.mod-content {
	padding:25px 40px;
}

.mod-content.content-centered {
	text-align: center;
}

.mod-content input {
	color:#111;
}

.mod-content .sh-btn {
	color:#fff !important;
}

.mod-content.bg-money {
	padding-bottom: 340px;
    background-image: url(/images/sedlar3.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    max-width: 550px;
    border-radius: 6px;
}

.mod-leaving-prompt .mod-container,
.mod-inactive-club .mod-container {
	max-width: 600px;
	border-radius: 15px;
	overflow: hidden;
}

.mod-leaving-prompt .mod-content {
    background-image: url(/images/leaving-prompt.jpg);
    /*background-image: url(/images/inactive-club-alert-triss.jpg);*/
    background-repeat: no-repeat;
    background-position: center right;
	width:600px;
	height:397px;
	position: relative;
}

.mod-inactive-club .mod-content {
	padding:20px 0;
}

.mod-overlay .mod-content.bigger-text p,
.mod-overlay .mod-content.bigger-text p a {
	font-size: 16px;
}

.mod-leaving-prompt .mod-content .cta-btn,
.mod-inactive-club .mod-content .action-container .cta-btn {
	display: inline-block;
	padding: 15px 20px;
	background: #46ccd7;
	color: #fff;
	border-radius: 6px;
	font-size: 15px;
	position: absolute;
	top: 167px;
	right: 50px;
	border: 2px solid #fff;
	color: #ffffff !important;
	font-weight: bold;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.mod-leaving-prompt .mod-content .cta-btn:hover,
.mod-inactive-club .mod-content .action-container .cta-btn:hover {
	background: #4ee3ef;
	box-shadow: 1px 1px 5px rgba(255,255,255,0.6);
}


.mod-inactive-club .mod-content {
	background-color:#fff;
}

.mod-inactive-club .mod-content .action-container {
    background-image: url(/images/inactive-club-alert-sverigelott.jpg);
    background-repeat: no-repeat;
    background-position: center right;
	max-width:600px;
	width:100%;
	height:397px;
	position: relative;
	margin:20px 0;
}

.mod-inactive-club .mod-content h2 {
	display:block;
	text-align: center;
}

.mod-inactive-club .mod-content h2 .fake-logo-used {
	display:none;
}

.mod-inactive-club .mod-content p {
	font-size:18px;
	display:block;
	text-align: center;
}

.mod-inactive-club .mod-content ul {
	list-style-type: none;
	display:block;
	text-align: center;
	margin: 0 -20px;
}

.mod-inactive-club .mod-content ul li {
	display: inline-block;
	margin: 0;
	width: 50%;
	padding: 0 5px;
}

.mod-inactive-club .mod-content ul li:first-of-type {
	margin-left:0;
}

.mod-inactive-club .mod-content ul li:last-of-type {
	margin-right:0;
}

.mod-inactive-club .mod-content ul li a {
	display:block;
	height:100%;
	padding: 15px 20px;
	background: #46ccd7;
	color: #fff;
	border-radius: 6px;
	font-size: 15px;
	border: 2px solid #fff;
	color: #ffffff !important;
	font-weight: bold;
}

.mod-inactive-club .mod-content ul li a:hover {
	background: #48d2dd;
}

.activate-club-form-container {
	display:none;
	margin:20px;
}







.mod-content .logo-float-right {
    float: right;
    width: 155px;
    margin: 0 10px 0 35px;
}

.mod-content .mod-closer {
	position: absolute;
	top: 4px;
	right: 15px;
	font-size: 27px;
	color: #7a7979;
	font-style: normal;
}

.mod-content .mod-closer:hover {
	color:#aaa;
	cursor:pointer;
}

.mod-content .message {
	background: #f1f1f1;
	padding: 20px;
	border-radius: 7px;
	margin-bottom: 25px;
	box-shadow: inset 0px 0px 6px rgba(15,15,15,0.2);
}

.mod-content .message-soft {
	margin-bottom:25px;
}

.mod-content .stack-btns button,
.mod-content .stack-btns input {
	display:inline-block;
	margin-right:5px;
}

.mod-content .checkbox input {
	width: auto;
	display: inline-block !important;
	min-width: initial !important;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.mod-content .checkbox p {
	display:inline-block;
}

.mod-content p {
	color:#555;
	font-size:13px;
}

.mod-content p.info {
	font-size:12px;
}

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

.mod-content a {
	color:#9AACC4;
	text-decoration: none;
}

.mod-content a:hover {
	color:#999999;
}

.mod-content .forgot-password {

}

.mod-content ul {
	font-size:12px;
	list-style-type:none;
	padding:0;
	display:none;
}

.mod-content ul li {
	margin-bottom:3px;
}

.mod-content ul li.no-result {
	padding: 7px 13px;
	color: #798483 !important;
}

.mod-content ul li a {
	border-radius: 3px;
    background: #D1E7E6;
    color: #798483 !important;
    display: block;
    padding: 7px 13px;
}

.mod-content ul li a:hover {
	background:#E3E9E8;
}

.mod-content .mod-search-club-ajax {
    position: absolute;
    top: 29px;
    z-index: 99;
    font-size: 26px;
    right: 10px;
    color: #4D7B7C;
    display:none;
}

.mod-content .mod-error-message {
	display:block;
	color: #FFE5E5;
    background: #D67171;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.mod-container .space-grey {
	color:#356b74;
}



.mod-container.bigger-text p {
	font-size:15px;
}

.mod-container.bigger-text p.bigger {
	font-size:19px;
}


.mod-fb-notification,
.mod-fb-connecting-account {
	text-align: center;
}

.mod-content .facebook-btn,
.facebook-btn {
    background: #3E58A4;
    color: #fff !important;
    font-size: 14px;
    border-radius: 4px;
    border: 0px solid #ddd;
    padding: 10px 13px;
    outline: none;
    line-height: 1;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
    display: inline-block;
    width: auto;
    clear: both;
}

.mod-content .facebook-btn.facebook-btn-small {
	font-size: 12px;
    padding: 7px 13px;
}

.mod-content .facebook-btn:hover,
.facebook-btn:hover,
.mod-content .connect-account-to-facebook:hover {
	background:#3b539b;
	text-decoration: none;
}

.mod-content .connect-account-to-facebook {
	background: #3E58A4;
}

.mod-content .facebook-btn.grey {
	background:#555;
}

.mod-content .facebook-ajax-loader,
.mod-content .facebook-ajax-check {
    font-size: 42px;
    color: #5577E4;
    margin-bottom:20px;
}

.mod-content .facebook-ajax-check {
	color:#2fc1e9;
}

.small-facebook-text {
	font-size:11px;color:#555;margin: 5px;
}




.mobile-menu {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin:0;
	padding:0;
	min-height:100%;
	background:rgba(240,240,240,0.96);
	z-index: 999999;
	overflow:scroll;
	display:none;
}

.mobile-menu .mobile-menu-btn {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999999;
    color: #FFF;
    padding: 17px 20px;
    background: #6C6C6C;
    border-radius: 0 0 0 5px;
}

.mobile-menu hr {
	margin: 4px 80px 4px 25px;
    border-top: 1px solid #D8D8D8;
}

.mobile-menu ul {
	display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 1px 0 4px 1px;
    margin: 0 0 0 0;
    color: #fff;
    font-size: 17px;
    position:relative;
    z-index:111;
}

.mobile-menu ul.mobile-menu-quicklinks {
	font-weight: bold;
}

.mobile-menu ul li {
	margin-bottom:1px;
}

.mobile-menu ul li a {
	padding: 12px 14px;
	color: #8C8C8C;
	font-size: 15px;
	font-family: 'Helvetica Neue';
	display: block;
	border-radius: 4px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #FAFAFA 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#FAFAFA 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#FAFAFA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FAFAFA',GradientType=0 ); /* IE6-9 */
	text-align: left;
}

.mobile-menu ul li a .fa {
	margin-left:5px;
}

.mobile-menu ul li .submenu {
	margin-bottom:5px;
	display:none;
}

.mobile-menu ul li .submenu a {
	margin:1px 0;
    background: #E9F4FF;
    font-size: 13px;
    padding: 9px 14px;
}

.mobile-menu ul li .submenu.submenu-select {
	padding-left:5px;
	color:#222;
	text-align: center;
}



.width-70 {
	width:70%;
}

/*| First page icons
*************************/
.icon_col .fa-shopping-cart,
.icon_col .fa-balance-scale,
.icon_col .fa-money {
	color:#666;
	position:relative;
	top:2px;
}

.icon_col .fa-shopping-cart {
	font-size:42px;
	left:-4px;
}

.icon_col .fa-balance-scale {
	font-size:33px;
}

.icon_col .fa-money {
	font-size:37px;
}

.icon_col .fa-film {
	font-size:33px;
}



.pictures .picture-category {
	font-size:16px;
	display:inline-block;
	background:#eee;
	width:136px;
	height:72px;
	margin:0 1px 2px 0;
	padding:10px;
	position: relative;
	border:1px solid transparent;
}

.pictures .picture-category:nth-child(odd) {
	background:#f9f9f9;
}
.pictures .picture-category:nth-child(even) {
	background:#f1f1f1;
}

.pictures .picture-category .category-name {
	position:relative;
	z-index:50;
}

.pictures .picture-category .num-pictures {
	position:absolute;
	bottom:5px;
	right:8px;
	font-weight: bold;
	font-size: 12px;
}

.pictures .picture-category .fa {
	position:absolute;
	bottom:6px;
	left:7px;
	font-size:16px;
	color:#458396;
	display:none;
}

.pictures .picture-category:hover, .pictures .picture-category.clicked {
	background:#fff;
	box-shadow:inset 1px 1px 8px #eee;
	color:#458396;
	border-color:#458396;
	cursor:pointer;
}

.pictures-area img {
	border-radius: 2px;
	box-shadow: 0 6px 6px #eee;
}

.pictures-area img:hover {
	box-shadow: none;
}

.pictures-area > div {
	max-width: 420px;
	display:inline-block;
}

.pictures-area > div:nth-child(odd) {
	margin:20px 30px 20px 0;
}

.pictures-area > div:nth-child(even) {
	margin:20px 0 20px 30px;
}

.pictures-area > div p {
	display:block;
	text-align: center;
	font-size:12px;
}






/*| FOOTER
************************************/

div#Footer {
	width: 100%;
	background-color: #353535;
	color: white;
	line-height: 180%;
	margin-top: 120px;
}

div#Footer.version-start {
	margin-top:0 !important;
}

div#Footer .body {
	font-size: 12px;
	padding: 60px 60px 20px 60px;
}


div#Footer .bottom {
	font-size: 12px;
	padding: 20px 60px 60px 60px;
	font-weight: bold;
}


div#Footer h3,
div#Footer span {
    color:#cccccc;
}
.guide-link {
	padding: 65px 0 0 0 !important;
	font-size: 20px !important;
}

.footer-address {
	font-weight:normal;
}




/**
 * Color helpers
 */
.has-text-000 { color: #000; }
.has-text-111 { color: #111; }
.has-text-222 { color: #222; }
.has-text-333 { color: #333; }
.has-text-444 { color: #444; }
.has-text-555 { color: #555; }
.has-text-666 { color: #666; }
.has-text-777 { color: #777; }
.has-text-888 { color: #888; }
.has-text-999 { color: #999; }
.has-text-aaa { color: #aaa; }
.has-text-bbb { color: #bbb; }
.has-text-ccc { color: #ccc; }
.has-text-ddd { color: #ddd; }
.has-text-eee { color: #eee; }
.has-text-fff { color: #fff; }

/**
 * Font size helpers
 */
.is-size-10 { font-size:10px; }
.is-size-11 { font-size:11px; }
.is-size-12 { font-size:12px; }
.is-size-13 { font-size:13px; }
.is-size-14 { font-size:14px; }
.is-size-15 { font-size:15px; }
.is-size-16 { font-size:16px; }
.is-size-17 { font-size:17px; }
.is-size-18 { font-size:18px; }
.is-size-19 { font-size:19px; }
.is-size-20 { font-size:20px; }
.is-size-21 { font-size:21px; }
.is-size-22 { font-size:22px; }
.is-size-23 { font-size:23px; }
.is-size-24 { font-size:24px; }



/* Make it nice
*********************/

.make-it-nice {

}

.make-it-nice > div {
	display:block;
	margin:0 0 10px 0;
	position:relative;
	clear:both;
	vertical-align: top;
}

.make-it-nice > div.display-none {
	display:none;
}

.make-it-nice .input-container label,
.make-it-nice .select-container label {
	padding: 10px 16px;
	font-size: 14px;
	border-radius: 7px 0 0 7px;
	border: 1px solid #ccc;
	border-width: 0 1px 0 0;
	position: absolute;
	display: inline-block;
	color: #666;
	left: 1px;
	top: 1px;
	box-sizing: border-box;
	width:auto;
	white-space:nowrap;
	z-index:1;
}

.make-it-nice .icon .fa,
.make-it-nice .icon [class^="iconoir"] {
	right: -33px !important;
}

.make-it-nice .icon .fa,
.make-it-nice .icon [class^="iconoir"] {
	display: inline-block !important;
	color: #666 !important;
}

.make-it-nice .icon [class^="iconoir"] {
	position: absolute;
	right: -30px !important;
	top: 11px;
}


.make-it-nice .input-container.has-textarea label {
	border: 0;
}

.make-it-nice .input-container.has-textarea .error-message {
	padding-left: 10px !important;
}

.make-it-nice .input-container span.saved-on-blur {
	display:none;
	z-index: 2;
	background: #f4fffa;
	border-radius: 0 10px 0 0;
	padding: 1px 8px 2px 8px;
	font-size: 10px;
	color: rgb(54, 133, 54);
	text-align: center;
	position: absolute;
	right: 1px;
	top: 1px;
	box-shadow: 2px 3px 8px #eee;
}

.make-it-nice .input-container span.saved-on-blur .triangle,
.make-it-nice .input-container span.saved-on-blur .tiny-close-btn {
	display:none;
}

.make-it-nice .input-container span.saved-on-blur.custom-saved-on-blur-message {
	max-width: 225px;
	text-align: right;
	top: initial;
	bottom: 58px;
	font-size: 12px;
	background: rgba(224, 255, 238, 0.98);
	padding: 14px 20px;
	color: #111;
	border-radius: 10px;
	box-shadow: 1px 13px 12px rgba(0,0,0,0.2);
	border: 2px solid #60c9b1;
}

.make-it-nice .input-container span.saved-on-blur.custom-saved-on-blur-message .triangle {
	display: inline-block;
	width: 0;
	border-top: 14px solid rgba(224, 255, 238, 0.98);
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	position: absolute;
	bottom: -11px;
	right: 12px;
}

.make-it-nice .input-container span.saved-on-blur.custom-saved-on-blur-message .tiny-close-btn {
	display: inline-block;
	width: 17px;
	height: 17px;
	font-size: 11px;
	background: #111;
	color: #fff;
	position: absolute;
	top: -8px;
	right: -8px;
	text-align: center;
	border-radius: 20px;
	padding: 0;
	line-height: 1.1;
	cursor: pointer;
	font-size: 14px;
}

.make-it-nice.clean-labels .input-container label {
	background:none;
	font-size:16px;

}

.make-it-nice .input-container.labels-shadow label {
	box-shadow: 2px 0 7px rgba(0, 0, 0, 0.15);
}

.make-it-nice > div.input-container .fa,
.make-it-nice > div.select-container .fa {
	color: rgb(60, 152, 130);
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 8px;
	display: none;
}

.nd .make-it-nice > div.input-container .fa,
.nd .make-it-nice > div.select-container .fa {
	right: 10px;
	top: 9px;
}

.nd .mod-content .make-it-nice > div.input-container .fa,
.nd .mod-content .make-it-nice > div.select-container .fa {
	top: 34px;
}

.make-it-nice .input-container.labels-shadow input {
	overflow:hidden;
}

.make-it-nice .checkbox-container {
	padding:0 6px;
	clear:both;
}

.make-it-nice .checkbox-container input[type=checkbox],
.make-it-nice .checkbox-container label {
	display: inline-block;
}

.make-it-nice .checkbox-container input[type=checkbox] {
	width: auto;
	margin-right:6px;
	position: absolute;
	top: 1px;
	left: 0px;
}

.make-it-nice .checkbox-container label {
	font-weight: normal;
	font-style: italic;
	position: relative;
	padding-left: 20px;
}


.make-it-nice input,
.make-it-nice textarea,
.make-it-nice button,
.make-it-nice .make-it-a-button,
.make-it-nice input[type=submit] {
	padding: 10px 16px;
	font-size: 14px;
	width:100%;
	border-radius: 10px;
	border:1px solid #ccc;
	outline:none;
	max-width: 100%;
}

.make-it-nice input[type="checkbox"] {
	width: auto;
}

.make-it-nice textarea {
	height: 200px;
	padding-top: 30px;
}

.make-it-nice button,
.make-it-nice .make-it-a-button,
.make-it-nice input[type=submit] {
	width:auto;
	display:inline-block;
	padding:10px 40px;
	background:#555;
	color:#fff;
	margin-top:10px;
	border-radius: 40px;
	border: 0;
}

.make-it-nice input[type=submit],
.make-it-nice .submit-btn {
	background: #469fe6;
}

.make-it-nice .make-it-a-button,
.make-it-nice .make-it-a-button:visited,
.make-it-nice .make-it-a-button:active,
.make-it-nice .make-it-a-button:focus {
	color: #fff !important;
}

.forgotten-password {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	float: right;
	position: relative;
	top: 3px;
}

.forgotten-password a {
	color: #666 !important;
}

.make-it-nice .select-container,
.make-it-nice .contained {
	margin-bottom: 11px;
	background: #f9f9f9;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #ccc;
}

.make-it-nice .select-container select {
	margin-top: 7px;
	margin-bottom:6px;
}

.make-it-nice .select-container label {
	border:none;
}


.make-it-nice .stacked {
	float: left;
	clear: right;
	margin-right: 5px;
}


.make-it-nice.label-blocks .input-container label, .make-it-nice.label-blocks .select-container label {
	display: block;
	position: relative;
	padding: 0 0 0 10px;
	border: 0;
}

.make-it-nice.label-blocks input, .make-it-nice.label-blocks textarea {
	padding-left: 10px !important;
}

.make-it-nice.label-blocks .select-container select {
	margin-left: 10px !important;
}

.make-it-nice button.green {
	border: none;
	background: #27b79b;
	color: #fff;
}

.make-it-nice button.green:hover {
	background:#1cc5ac;
}

.make-it-nice button.nordic-choice-green {
	border: none;
	background: #15937d;
	color: #fff;
}

.make-it-nice button.nordic-choice-green:hover {
	background: #18a78e;
}

.make-it-nice button.bold {
	font-weight: bold;
}

.make-it-nice .make-it-ajax-spin {
	display:none;
	position: relative;
	font-size: 24px;
	top: 7px;
	left: 15px;
	color:#888;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

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



.make-it-nice textarea {

}

.make-it-nice .error-message {
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	color: #b90409;
	display:none;
}

.make-it-nice .checkbox-container .error-message {
	padding: 2px 2px 2px 2px;
}

.make-it-nice .hidden {
	display:none;
}

.make-it-nice [disabled="disabled"] {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */
    -khtml-user-select: none;    /* Konqueror HTML */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently supported by Chrome and Opera */
	text-shadow: 1px 1px 1px #fff;
	background: #f7f7f7;
	border-style: dashed;
}

.make-it-nice .no-borders {
	border:0;
}

.make-it-nice .no-background {
	background:none;
	background-color: transparent;
}

.make-it-nice .background-light-grey {
	background-color: #eaeaea;
	color:#000;
	box-shadow: inset 1px 1px 1px #fff;
}

.make-it-nice .less-padding-y {
	padding-top:3px;
	padding-bottom:3px;
}




.close-mod-overlay {
	position: absolute;
	top: 3px;
	right: 17px;
	font-size: 27px;
	color: #000;
}

.close-mod-overlay:hover {
	cursor: pointer;
}

.mod-favorite-store-container {
	text-align: center;
	position: relative;
	margin: 0 auto 40px auto;
}

.mod-favorite-store-container img {
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 15px 15px -10px #ddd;
}

.mod-favorite-store-container p+p {
	margin: 0;
}

.mod-favorite-store-container .store-name {
	font-weight: bold;
	font-size: 13px;
	margin: 10px auto 0 auto;
}

.mod-favorite-store-container .remove-favorite-store {
	font-size: 11px;
	margin: 5px auto 0 auto;
	color: brown;
}



.modal-suggested-clubs {
	padding: 0;
	list-style-type: none !important;
}

.modal-suggested-clubs li {
	margin-bottom: 5px;
}

.modal-suggested-clubs li a {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px 8px;
	color: #000 !important;
	font-size: 13px;
	box-shadow: 0 5px 5px 5px #eee;
	position: relative;
	z-index: 1;
}

.modal-suggested-clubs li a:hover {
	border-color: #999;
}

.modal-suggested-clubs .remove-suggested-club {
	float: right;
	font-size: 15px;
	background: #eee;
	border-radius: 40px;
	padding: 0 5px 3px;
	line-height: 1;
	margin-right: -4px;
	position: relative;
	z-index: 2;
}

.modal-suggested-clubs .remove-suggested-club:hover {
	background: #ddd;
}





/**
 *
 *
 *
 *                 The new design ....
 *
 *
 *
 */

@font-face {
    font-family: 'brownbabold';
    src: url('/fonts/brown-bold-ba-webfont.woff2') format('woff2'),
         url('/fonts/brown-bold-ba-webfont.woff') format('woff'),
         url('/fonts/brown-bold-ba-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.nd,
.nd input,
.nd textarea,
.nd button, {
	font-family: brownbabold !important;
}

.nd div.onepager {
	overflow: visible;
}


.nd .not-on-nd {
	display: none !important;
}



.nd #TopLdists {
	display: none;
}

/**
 * TopMenu navigation
 */
.nd-nav,
.nd h1,
.nd h2,
.nd h3,
.nd h4,
.nd h5 {
	font-family: brownbabold !important;
}

.nd-topmenu {
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 99999;
}

.nd-nav {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	background: #fff;
	min-height: 73px;
}

.header-logo {
	height: 60px;
	float: left;
}


.nd-nav .nav {
	list-style-type: none;
	float: right;
	padding: 0;
}

.nd-nav .nav > li {
	float: left;
	padding: 0;
	margin: 0;
}

.nd-nav .nav li > div {
	padding: 0;
	position: relative;
}

.nd-nav .nav li > div > a {
	padding: 15px 10px;
	display: block;
	height: 100%;
	color: #003953;
	text-decoration: none;
	position: relative;
}

.nd-nav .nav li a:hover,
.nd-nav .nav li a.active,
.nd-nav .magnifyingGlass:hover {
	background: inherit;
	color: #479de1;
	cursor: pointer;
}

/**
 * Custom nav btns
 */

.nd-nav .nav li > div > a.julshoppen-btn { color: rgb(167, 18, 18); }
.nd-nav .nav li > div > a.julshoppen-btn:hover { color: rgb(191, 52, 52); }



.nd-nav .searchFieldContainer {
	position: relative;
}

.nd-nav .searchFieldContainer input {
	display: none;
	background: #fff;
	padding: 8px 12px;
	border-radius: 15px;
	width: 789px;
	z-index: 999;
	border: 2px solid #003953;
	outline: none;
	color: #555;
	box-shadow: 0 5px 6px -5px rgba(0, 0, 0, 0.15);
	font-family: brownbabold;
	z-index: 7;
}

.nd-nav .searchFieldContainer input.active {
	display: inline-block;
	border-radius: 15px 15px 2px 2px;
}

.nd-nav .searchFieldContainer input,
.nd-nav .searchFieldContainer .search-result {
	position: absolute;
	top: 8px;
	left: 160px;
}

.nd-nav .searchFieldContainer .search-result {
	background: #fff;
	border: 2px solid #003953;
	border-width: 2px;
	border-radius: 2px 2px 15px 15px;
	min-height: 200px;
	max-width: 789px;
	margin-top: 42px;
	z-index: 2;
	padding: 20px 10px;
	text-align: left;
}

.nd-nav .magnifyingGlass {
	margin: 0;
	padding: 0;
	position: relative;
	top: 17px;
	font-size: 19px;
	right: 10px;
	z-index: 0;
}

.nd-nav .has-nav-sub-menu {

}

.nd-nav .has-nav-sub-menu .notifications {
	position: relative;
}

.nd-nav .has-nav-sub-menu .notifications .badge {
	border-radius: 50px;
}

.nd-nav .has-nav-sub-menu .fas,
.nd-nav .has-nav-sub-menu .fa-sub-caret-down {
	font-size: 24px;
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -7.5px;
	color: #ccc;
	z-index: 5;
}

.nd-nav .has-nav-sub-menu:hover .fas,
.nd-nav .has-nav-sub-menu.active .fas {
	color: #479de1;
}

.nd-nav .nav-sub-menu {
	position: absolute;
	border-right: 1px solid #479de1;
	top: 44px;
	right: 0;
	margin-right: -2px;
	min-width: 150px;
	background: #fff;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.11);
	display: none;
	z-index: 3;
	padding-top: 8px;
}

.nd-nav .nav-sub-menu.centered {
	width: 200px;
	right: 50%;
	border: 0;
	margin-right: -100px;

}

 .nd-nav .nav-sub-menu hr {
 	margin: 5px 0 0 0;
 	border-top: 1px dashed #e4e4e4;
 }

.nd-nav .nav-sub-menu[data-belongs-to="mina-sidor"] {
	width: 200px;
}

.nd-nav .nav-sub-menu[data-belongs-to="admin"] {
	width: 190px;
}

.nd-nav .nav-sub-menu[data-belongs-to="notifications"] {
	width: 300px;
	text-align: right;
}

.notifications-icon {
	position: relative;
	top: 1px;
}

ul.notifications {
	padding: 0;
	overflow: hidden;
	border-radius: 12px;
}

ul.notifications li {
	float: initial !important;
	text-align: right;
}

ul.notifications li:nth-child(even) {
	background: #eee;
}

ul.notifications li > span,
ul.notifications li > a {
	padding: 6px 12px !important;
	display: block;
}



.nd-nav .nav-sub-menu a {
	display: block;
	padding: 4px 12px;
	text-align: right;
	color: #003953;
	text-decoration: none;
}

.nd-nav .nav-sub-menu a:last-of-type {
	padding-bottom: 12px;
}

.nd-nav .nav-sub-menu a:first {
	padding-top: 12px;
}

.nd-nav .nav-sub-menu a {
	border-radius: inherit;
}



/**
 * Modals
 */
.nd .mod-container .mod-content {

}



/**
 * The sh overlay helper
 * Depending on if it's an image, div or whatever this genereates an
 * overlay/underlay for the element, adding that cold blue color to the elem.
 */
.nd .sh-overlay {
	position: absolute;
	top: 0;
	left: 0;
	max-width: initial !important;
	width: 100%;
	z-index: 0;
	background: rgba(24, 87, 138, 0.27);
	height: 100%;
	/*pointer-events: none;*/
}

.nd .sh-underlay {
	position: relative;
	margin: 0;
	padding: 0;
	display: inline-block;
	background: rgba(70, 158, 230, 1);
}

.nd .sh-underlay img {
	opacity: 0.8;
}



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






.nd .footer {
	overflow: auto;
	margin: 60px 0;
	display: flex !important;
}

.nd .footer p {
	color: #eee;
}

.nd div#Footer {
	margin: 0;
}

.nd .footer ul {
	list-style-type: none;
	padding: 0;
}

.nd .footer ul > li {
	margin: 5px 0;
}

.nd .footer ol > li {
	margin: 5px 0;
	padding: 0;
}

.nd .footer-steps li span {
	color: #4b4b4b;
	font-size: 21px;
	display: block;
	margin: 0 auto;
	font-weight: bold;
}

.nd .footer > div {
	display: flex;
}

.nd .footer .footer-column {
	overflow: visible;
	float: left;
	width: 33%;
	margin: 0;
	padding: 10px 30px;
	height: 100%;
	border-right: 1px solid rgba(255,255,255,0.1);
}

.nd .footer .footer-column:first-of-type {
	padding-left: 0;
}

.nd .footer .footer-column:last-of-type {
	border: 0;
	padding-right: 0;
	margin-right: 0;
}

.nd .footer .footer-column img {
	border-radius: 1px;
}

.nd .footer .footer-column .nowrap {
	white-space: nowrap;
}

.nd .footer .footer-column .icons {
	text-align: left;
	overflow: visible;
}

.nd .footer .footer-column .icons img {
	max-width: 40%;
	max-width: 12%;
	margin: 0 20px 0 0;
	filter: grayscale(100%);
}

.nd .footer .footer-column .icons img:hover {
	filter: none;
}


.nd .footer .footer-column .mobile-app-links img {
	height: 40px;
	margin: 5px;
	filter: grayscale(100%);
}


.nd .footer .footer-column .hs-links img {
	filter: grayscale(100%);
}

.nd .footer .footer-column .hs-links img:hover {
	filter: grayscale(0%);
}

.nd .footer hr {
	border-top-color: #666;
	height: 1px;
}


.nd .footer a {
	color: #479de1;
	font-weight: bold;
}

.nd .footer a:hover {
	color: #ccc;
	text-decoration: none;
}


#vardegrund {
    background-image: url("../images/widgets/Vardegrund/tillsammans.jpg");
    background-size: cover;      
    background-position: center; 
    background-repeat: no-repeat; 
    padding: 100px 200px; 
    text-align: left;
    font-size: 12pt;
    color: white;
	max-height: 100vh;

  }

  #vardegrund-1 {
    text-align: left;
	background-color: #f1f1f1;
	margin: 20px 0;
	padding: 30px;
	max-width: 600px;
  }

  #vardegrund-1 h1,
  #vardegrund-1 p,
  #vardegrund-2 h3,
  #vardegrund-2 p {
    color: #666666 !important;
  }

  #vardegrund-2 {
    max-width: 960px;
    padding: 20px 250px 0 0;
    text-align: left;
	background-color: #f1f1f1;
	margin: 20px 0;
	padding: 30px;
	max-width: 600px;
  }

  #vardegrund-1 h1 {
	margin: auto;
	margin-bottom: 5px;
  }

  #vardegrund-2 h3 {
	margin: auto;
	margin-bottom: 5px;
  }
  
  /* for 1200px or less */
  @media  and (max-width: 1200px) {
    background-position: center;  
  
    #vardegrund {
        padding: 150px 200px; 

    }
  }

  /* for 980px or less */
  @media screen and (max-width: 992px) {
	#vardegrund {
	  padding: 120px 250px 120px 80px;
	  max-height: auto;
	  max-height: none;
	}

	#vardegrund-1 h1{
		font-size: 30px;
	}

	#vardegrund-2 h3 {
		font-size: 20px;
	}
  }
  
  /* for 700px or less */
  @media screen and (max-width: 768px),
  screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
  screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
	#vardegrund {
	  padding: 100px 120px 100px 60px;
	}

	#vardegrund-1 h1 {
		font-size: 30px !important;
	}


	
  }
  
  /* for 480px or less */
  @media screen and (max-width: 480px),
  screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
  screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
	#vardegrund {
	  padding: 80px 40px 80px 40px;
	  text-align: center; 
	}
  }
  
  


/**
 * Helpers
 */
.nd .display-none {
	display: none;
}











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

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 17px;
	}


	.mainContainer {
		width: 650px;
	}

	.left_side .title {
		padding: 25px;
		font-size: 22px;
	}

	.right_side table {
		font-size: 13px;
	}

	.content-placeholder
	{
		width: 720px;
	}

	.ChoicesList {
		width: 200px;
	}

	.ChoicesList #ListItemsSmall {
		display: none;
	}

	.Content {
		width: 710px;
		width: 515px;
		width: 470px;
		width:100%;

		padding:0 20px;
	}

	.cell {
		width: 230px;
	}

	.fullbackground > .title {
		font-size:36px;
	}

	.columns.vr > div:first-of-type {
		border:0;
	}

	.columns > div:last-of-type {
		padding-left:0;
	}

	.zection .side-menu {
		width:200px;
	}

	.zection .side-content {
		width: 495px;
		margin-left: 25px;
	}


	div.onepager .columns {
		padding: 0 25px;
	}

	div.onepager .columns .column {
		display: block;
		width: 100%;
	}

	div.onepager .columns > div:last-of-type {
		padding: 0;
	}



}


@media screen and (max-width: 768px) {

	.columns > div:first-of-type {
		padding:0 0 30px 0;
	}

	.columns > div:last-of-type {
		padding:0 0 30px 0;
	}


	.make-it-nice .input-container label, .make-it-nice .select-container label {
		display: block;
		position: relative;
		padding: 0 0 0 10px;
		border: 0;
	}

	.make-it-nice input, .make-it-nice textarea {
		padding-left: 10px !important;
	}

	.make-it-nice .select-container select {
		margin-left: 10px !important;
	}

	.zection {
		padding: 10px;
		overflow: visible;
	}

	.nd .inset-shadow {
		box-shadow: none;
	}

	.nd-nav .searchFieldContainer input {
		display: block !important;
	}

	.nd-nav .nav {
		background: #fff;
	}

	.nd-nav .nav li > div > a {
		font-size: 14px;
		padding: 4px 10px;
	}

	.nd-nav .nav-sub-menu a {
		padding: 6px 8px;
		font-size: 12px;
	}

	.nd-nav .has-nav-sub-menu .fas {
		margin: 0 0 0 5px;
		left: initial;
		bottom: initial;
		top: 6px;
		font-size: 18px;
	}

	.nd-nav .nav-sub-menu {
		top: 33px;
	}


	.nd .footer {
		display: block;
	}

	.nd .footer div {
		width: 100%;
		padding: 10px 20px;
		display: block;
	}

	.nd .footer .footer-column {
		width: 100%;
		border: 0;
		padding: 10px;
		margin: 0;
		height: auto;
	}

	.nd .footer .footer-column h3 {
		font-size: 17px;
	}

	.nd-nav .nav {
		margin-bottom: 1px;
	}

	.nd-nav .nav li {
		width: 50%;
	}

	.nd-nav .nav li:first-of-type {
		display: none;
	}

	.nd-nav .nav li div {
		padding: 5px;
		background: #f1f1f1;
		margin: 1px;
	}

	.nd-nav .magnifyingGlass {
		font-size: 15px;
	}

	.nd-nav .searchFieldContainer input {
		width: 200px;
		display: inline-block;
	}

	.nd-nav .nav .nav-sub-menu {
		width: 100%;
		border: 0;
		margin: 0;
	}

	.nd-nav .nav .nav-sub-menu a {
		text-align: center;
	}

	.nd .footer .footer-column {
		padding-left: 0;
	}

	.nd .club-info {
		display: block;
		clear: both;
		padding: 5px;
	}



	body div#QuickLinks {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: 0px 21px 16px 1px rgba(0,0,0,0.6);
		overflow: hidden;
		overflow-y: scroll;
		padding: 10px 70px 10px 10px;
		text-align: center;
		background: rgba(35, 56, 75, 0.92);
		z-index: 10;
	}

	body div#QuickLinks ul {
		list-style-type: none;
		margin: 0 0 5px 0;
		padding: 0;
		width: 100%;
		display: block;
	}

	body div#QuickLinks ul li {
		display: block;
		margin: 2px 0;
		border: none;
	}

	body div#QuickLinks ul li.mobile-top-menu-item {
		display: inline-block;
		width: 50%;
		float: left;
		margin: 1px 0;
	}


	body div#QuickLinks ul li.mobile-top-menu-item:nth-child(odd){
		padding-right: 1px;
	}

	body div#QuickLinks ul li.mobile-top-menu-item:nth-child(even){
		padding-left: 1px;
	}

	body div#QuickLinks ul li.mobile-top-menu-item div a {
		padding: 7px 1px;
		font-size: 12px;
	}

	body div#QuickLinks ul li.mobile-top-menu-item div a.highlighted {
		font-weight: bold;
	}

	body div#QuickLinks ul li.mobile-top-menu-item div a.mobile-mina-sidor .fa-arrow-circle-down {
		display: none;
	}

	body div#QuickLinks ul li:first-of-type {
		width: initial;
		border: none;
	}


	body div#QuickLinks ul li div a {
		border: 1px solid #ccc;
		text-align: center;
		padding: 10px 14px;
		color: #545454;
		font-family: 'Helvetica Neue';
		display: block;
		border-radius: 4px;
		background: #ffffff;
		box-shadow: inset 0px 0px 5px 4px #ddd;
		font-size: 13px;
	}

	body div#QuickLinks ul li div a:hover {
		background: #fff;
		box-shadow: inset 0px 0px 5px 4px #fff;
	}

	div.onepager .columns.columns-3 > div {
		width: 100%;
	}

	div.onepager .columns.columns-3 > div:first-of-type,
	div.onepager .columns.columns-3 > div:last-of-type,
	div.onepager  .columns.columns-3 > div:nth-child(2) {
		padding: 10px;
	}

}



/* for 700px or less */
@media screen and (max-width: 768px), screen (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3), screen (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {


	div.onepager.intro .columns > div.column {
	    width: 100%;
	    padding: 10px 5px;
	    display: block;
	    border-width: 0;
	}


	.iconoir-nav-arrow-down-solid {
		margin-left: -8px;
		bottom: -5px;
		font-size: 16px !important;
	}


	.mod-inactive-club .mod-content p {
		font-size: 16px;
	}

	div#TopMenu .mod-inactive-club .mod-content a {
		font-size: 16px;
		width:auto;
		display:initial
	}

	div#TopMenu .mod-inactive-club .mod-content li a {
		display:block;
	}



	.zopim {
		display:none;
	}

	div#Footer .body {
		font-size: 11px;
		padding: 40px 40px 14px 40px;
	}


	div#Footer .bottom {
		font-size: 11px;
		padding: 10px 40px 40px 40px;
		font-weight: bold;
	}

	body {
	    font-size: 13px;
	}

	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 15px;
	}

	div#TopMenu a {
		font-size: 14px;
	}

	.fullbackground {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.mainContainer {
		width: 470px;
	}

	.right_side {
		display: none;
	}

	.left_side {
		width: 100%;
	}

	.lower_container {
		display: block;
		margin: 20px;
		width: 470px;
		margin-left: auto;
		margin-right: auto;
		font-size: 13px;
	}

	table .icon_col {
		padding: 10px;
		text-align: center;
	}

	.ChoicesList {
		width: 100%;
		text-align: center;
		left: 0px;
	}

	.cell {
		width: 100%;
		margin-bottom: 15px;
	}

	ul li {
	    width: 100%; /* nice 3 columns */
	}

	.ChoicesList .title {
		border: 1px #ddd solid;
		cursor: pointer;
	}

	.ChoicesList .title #chevron {
		padding-right: 20px;
		padding-top: 5px;
		display: block;
	}

	.ChoicesList #ListItems {
		display: none;
	}


	.content-placeholder {
		width: 420px;
		width: 100%;
	}

	.fullbackground > .title {
		font-size:22px;
	}

	.columns {
		padding-left:20px;
		padding-right:20px;
	}

	.columns > div {
		width:100%;
	}


	.codecamps {
		padding:0;
	}

	.codecamp {
		width:100%;
		margin-top: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		border-radius: 0;
		border: 0;
		margin-bottom: 15px;
		box-shadow:0px 7px 12px #9A9A9A;
	}


	div.onepager div.padding-top {
		padding-top:20px !important;
	}

	div.onepager div.padding-bottom {
		padding-bottom:20px !important;
	}

	div.onepager .remove-on-small-devices {
		display:none !important;
	}



	/*| One Pager sub-sub-menu
	******************************/
	.page-menu {
		background: rgba(255,255,255,0.97);
		position: fixed;
		bottom: 0;
		right: 0;
		text-align: right;
		width: auto;
		padding: 13px 7px 62px 7px;
    	box-shadow: -1px -1px 31px rgba(0,0,0,0.2);
		border-radius: 4px 0 0 0;
		z-index: 5;
		display:none;
	}

	.page-menu-toggle-btn {
		width:30px;
		height:30px;
	}

	ul.page-menu > li {
		display:block;
		width:100%;
		text-align: right;
		position:relative;
		border:0;
	}

	.page-menu > li > div > a {
		color:#444;
		font-size:14px;
	}

	.page-menu > li > div > a:hover {
		color:#777;
	}


	.btn-toggle-page-menu {
		position:fixed;
		display:block;
		bottom:10px;
		right:10px;
		border-radius: 50px;
		height:50px;
		width:50px;
		color:#fff;
		background:#222;
		line-height: 1;
		text-align: center;
		padding-top:12px;
		box-shadow: -1px -1px 15px rgba(0,0,0,0.3);
		z-index: 10;
	    display: none;
	}

	.fa-align-right {
		font-size:24px;
		color:#fff;
	}

	.fa-angle-down {
		color:#fff;
		font-size:31px;
		margin-top:-3px;
		display:none;
	}

	.onepager h2 {
		font-size: 27px;
    	color: #777;
	}




	.zection {
		width:100%;
	}

	.zection .side-menu {
		display:none;
	}

	.zection .side-content {
		width: 100%;
		clear:both;
		margin: 0 auto;
		float: none;
		padding:0 20px 40px 20px;

	}

	.zection .lone-content {
		padding:0 15px;
	}

	/*| No chat offered in mobile
	***********************************************************/
	.zopim-chat-img {
		display:none;
	}


	.onepager .onepager-container h1 {
		font-size:28px;
		margin-top:0;
	}

	.onepager .onepager-container h2 {
		font-size:28px;
		margin-top:0;
	}

	.onepager .onepager-container h3 {
		font-size:25px;
	}

	.onepager .onepager-container p {
		font-size:16px;
	}

	.onepager .onepager-container .columns .column {
		padding-bottom:30px;
	}

	.onepager .onepager-container.padding-bottom {
		padding-bottom:35px;
	}

	.hide-on-mobile,
	.not-on-mobile {
		display:none !important;
	}



	/* Campaigns */

	img.ica-pusher {
		width: 360px;
		left: 50%;
		margin-left:-180px;
		top: -18px;
		margin-bottom:-60px;
	}

	img.ica-pusher.landing {
		top: -18px;
	}


}


/* for 480px or less */
@media screen and (max-width: 480px), screen (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3), screen (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2)  {

	div.only-on-mobile {
		display:block;
	}

	.only-on-mobile-important {
		display: inline-block !important;
	}

	div#Footer .body {
		font-size: 10px;
		padding: 28px 24px 6px 24px;
	}


	div#Footer .bottom {
		font-size: 10px;
		padding: 10px 24px 24px 24px;
		font-weight: bold;
	}


	.codecamp {
		width:100%;
		min-height:520px;
	}

	.codecamp p.description {
		line-height: 1.8;
	    color: #9D9D9D;
	    font-size: 15px;
	}

	.codecamp .company-logo {
		top:-70px;
	}

	body {
	    font-size: 12px;
	}

	h1 {
		font-size: 19px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 14px;
	}

	.fullbackground {
		padding-bottom: 40px;
	}

	.mainContainer {
		width: 90%;
	}

	.lower_container {
		display: block;
		margin: 20px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		font-size: 11px;
	}

	.Content {
		width: 100%;
		padding: 0 5px;
	}



	.ChoicesList .title {
		font-size: 13px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.content-placeholder {
		/*width: 240px;*/

	}

	div.fullbackground {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	div.fullbackground > div.title {
		font-size:22px;
	}


	.radius-form > div.stack > div {
		display:block;
		width:100%;
		margin-bottom:20px;
	}

	.codecamp .datebanner {
		padding-left: 0;
    	padding-right: 8px;
	}



	div.onepager ul > li {
		font-size:13px;
	}


	div.onepager .columns > div.column {
	    width: 100%;
	    padding: 0px 15px;
	    display: block;
	    border-width: 0;
	}

	div.onepager .columns > h2 {
		padding: 0 25px 0 25px;
	}

	div.onepager .onepager-container.padding-top,
	div.onepager .columns .column.padding-top {
		padding-top:20px;
	}

	div.onepager .onepager-container.padding-bottom,
	div.onepager .columns .column.padding-bottom {
		padding-bottom:20px;
	}

	img {
		max-width:99%;
	}

	.mod-container {
		margin:5px auto;
	}

	body .zopim {
		display:none !important;
	}



}