
#Landing div.fullbackground {
  background-image: url(/images/widgets/TipsTillForeningen/tipstillforeningen.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: repeat-x;
}

.onepager .has-text-white {
	color: #fff;
}

.onepager .has-text-black {
	color: #000;
}

.onepager .has-text-grey {
	color: #666;
}




.dynamic-landing {

}

.dynamic-landing .hero-dynamic-landing {
	min-height: 600px;
	background: #000;
	background-size: cover;
}

div.onepager.dynamic-landing p {
	font-size: 18px;
}


.dynamic-landing .hero-dynamic-landing h1 {
	font-size: 80px;
	color: #fff;
	text-align: left;
	padding-right: 300px;
}

.dynamic-landing .hero-dynamic-landing h1.is-black {
	color: #000;
}

.dynamic-landing .bold {
	font-weight: bold;
}

.dynamic-landing .tiny-text {
	font-size: 11px !important;
}

.dynamic-landing .has-tooltip {
	font-weight: bold;
	color: #3c7caa;
	cursor: default;
}


.dynamic-landing .hero-dynamic-landing h2 {
	font-size: 37px;
	color: #eee;
	text-align: left;
	padding-right: 300px;
}

.dynamic-landing .explainer-container {
	padding: 15px 20px;
	background: #f1f1f1;
	border-radius: 8px;
	margin: 16px 0;
}

.dynamic-landing ol {
	padding: 9px 20px;
}

.dynamic-landing .hero-dynamic-landing h2.is-black {
	color: #222;
}


.dynamic-landing .hero-dynamic-landing h1.has-shadow,
.dynamic-landing .hero-dynamic-landing h2.has-shadow {
	text-shadow: 0 14px 13px rgba(0,0,0,0.5)
}

.dynamic-landing .hero-dynamic-landing h1.has-white-shadow,
.dynamic-landing .hero-dynamic-landing h2.has-white-shadow {
	text-shadow: 0 14px 13px #fff
}


.has-dark-background a {
	font-weight: bold;
	color: #F5FBFF;
	border-bottom: 2px solid rgba(0, 172, 255, 0.55);
}

.has-dark-background a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 2px solid rgba(0, 172, 255, 0.65);
}


.has-columns {
	columns: 100px 2;
  	column-rule: 1px solid #ddd;
  	column-gap: 5%;
}

.has-columns p {
	font-size: 18px;
}


.dynamic-landing .columns {
	background: inherit;
}

.overflower {
	background: inherit;
	overflow: auto !important;
	padding: 22px !important;
	position: relative;
	top: -65px;
	padding: 22px;
	box-shadow: 0 -28px 22px -26px;
}

div.onepager.dynamic-landing .columns.company-container {
	display: block;
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	overflow: hidden !important;
	padding: 40px 0 111px 0;
	box-shadow: 0 20px 20px -24px #ccc;
}

div.onepager.dynamic-landing .columns.company-container:first-of-type {
	padding-top: 30px;
}

div.onepager.dynamic-landing .onepager-container:last-of-type .columns.company-container {
	box-shadow: none;
	border: none;
}


.dynamic-landing .company-container .graphic {
	transform: rotate(2deg);
	position: relative;
	left: -40px;
	z-index: 1;
	filter: grayscale(5%);
	border-radius: 2px;
}


.dynamic-landing .company-container.modulus-1 .graphic {
	transform: rotate(-2deg);
	left: initial;
	right: -40px;
}

.dynamic-landing .company-container .logo {
	border: 1px solid #eee;
	margin-top: 40px;
	box-shadow: 0 15px 15px -15px #999;
}

.dynamic-landing .dynamic-go-to-store {
	cursor: pointer;
}

.dynamic-landing .company-container h4,
.dynamic-landing .company-container h1 {
	font-size: 44px;
	color: #555;
	font-weight: bolder;
	margin-bottom: 80px;
}

.dynamic-landing .company-container p {
	font-size: 18px;
	color: #444;
}

div.onepager.dynamic-landing ol {
	margin-bottom: 10px;
}

div.onepager.dynamic-landing ol li {
	margin-bottom: 10px;
}

div.onepager.dynamic-landing .tooltip-container .tooltip {
	bottom: 27px;
	left: 50%;
	width: 200px;
	margin: 0;
	font-size: 13px;
	margin-left: -100px;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: left;
	color: #111 !important;
}

.register-email, .dynamic-cta-buttons {
	text-align: center;
}

.register-email {
	margin-top: 30px;
}
.dynamic-landing .register-email input,
.dynamic-landing .register-email button {
	border: 3px solid #ddd;
	background: #fff;
	color: #444;
	padding: 8px 12px;
	border-radius: 14px;
	font-size: 15px;
	min-width: 300px;
	text-align: center;
	margin-top: 10px;
	outline: none;
}


.dynamic-landing .register-email button {
	min-width: auto;
	background: #555;
	color: #fff;
	border: 0;
	padding: 10px 22px;
	margin-left: 9px;
}

.dynamic-landing .register-email button:hover {
	background: #444;
}




div.onepager.dynamic-landing iframe {
	box-shadow: 0 44px 45px -26px rgba(0, 0, 0, 0.72);
	border: 10px double #000;
	border-radius: 10px;
}


.dynamic-landing .has-background-grey {
	background: #555;
}

.dynamic-landing .has-background-white {
	background: #fff;
}

.dynamic-landing .has-background-black {
	background: #000;
}

.dynamic-landing .has-text-grey,
.dynamic-landing .has-text-grey p {
	color: #666;
}

.dynamic-landing .has-text-light-grey,
.dynamic-landing .has-text-light-grey p {
	color: #aaa;
}

.dynamic-landing .has-text-white,
.dynamic-landing .has-text-white p {
	color: #fff;
}

.dynamic-landing .has-text-vanilla,
.dynamic-landing .has-text-vanilla p {
	color: #eee;
}

.dynamic-landing .has-text-black,
.dynamic-landing .has-text-black p {
	color: #000;
}

.dynamic-landing .has-text-20 p { font-size: 20px !important; }
.dynamic-landing .has-text-21 p { font-size: 21px !important; }
.dynamic-landing .has-text-22 p { font-size: 22px !important; }
.dynamic-landing .has-text-23 p { font-size: 23px !important; }
.dynamic-landing .has-text-24 p { font-size: 24px !important; }
.dynamic-landing .has-text-25 p { font-size: 25px !important; }
.dynamic-landing .has-text-26 p { font-size: 26px !important; }

.dynamic-cta-buttons {
	margin: 50px 0 25px 0;
}


.dynamic-cta-buttons p a {
	padding: 10px 15px;
	margin: 0;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #555;
	border-radius: 6px;
	opacity: 0.9;
}

.dynamic-cta-buttons p:first-of-type a {
	background: rgb(35, 161, 92);
}

.dynamic-cta-buttons p:last-of-type a {
	background: rgb(35, 108, 161);
}

.dynamic-cta-buttons p a:hover {
	opacity: 1;
	color: #fff;
}


.dynamic-landing .mod-container {
	overflow: hidden;
}

.dynamic-landing .mod-container img {
	margin-top: 20px;
}





/**
 * Sponsorboxen
 */
.sponsorboxen {


}

.sponsorboxen .container-background.header {
	background-color:#dfa027;
	min-height:500px;
	background-size: 50%;
	background-position:center center;
	background-repeat:no-repeat;
	padding-bottom:35px;
}

.sponsorboxen p {
	font-size: 16px;
}

.sponsorboxen p.smaller {
	font-size: 14px;
}


.sponsorboxen .form-list {
		font-size: 18px;
}

.sponsorboxen .products img {
	margin-bottom: 50px;
}

.sponsorboxen .box-container {
	padding:30px;
	background:#fff;
	margin:30px 0;
	border:8px double #dfa027;
	border-radius:13px;
	box-shadow: 0 31px 32px -14px rgba(0, 0, 0, 0.22);

	border-right-color: #40ad56;
	border-bottom-color: #bf3587;
	border-left-color: #3976b4;
}

.sponsorboxen .logos > img {
	float: left;
	width: 40%;
	margin: 20px;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.8;
}





.foreningsindex {

}

.onepager.foreningsindex .header-thing {
	line-height: 1;
	text-transform: uppercase;
	text-align: justify;
	font-size: 40px;
	width: 300px;
	padding: 30px;
	background: #fff;
	color: #fff;
	color: #000;
	position: absolute;
	bottom: -100px;
	right: 0;
}

.onepager.foreningsindex h1 {
	text-align: right;
	float: right;
	font-size:70px;
	color:#fff;
	font-weight: bold;
}

.onepager.foreningsindex h1 span {
	font-size: 60px;
	color: #fff;
}

.onepager.foreningsindex .container-background > div {
	min-height: 400px;
}

.onepager.foreningsindex p, .onepager.foreningsindex ul li {
	font-size: 18px !important;
}

.onepager.foreningsindex ul {
	padding: 30px !important;
}

.onepager.foreningsindex ul li {
	margin-bottom: 5px !important;
}

.onepager.foreningsindex .column img {
	width: 100%;
	margin: 100px 0 50px 0;
	rotate: 3deg;
	box-shadow: 0 15px 15px -14px #aaa;
}

.onepager.foreningsindex .column img:nth-child(even) {
	margin-top: 50px;
	rotate: -3deg;
}





.smakis {

}

/**
 * https://angrytools.com/gradient/
 */
.smakis .yellow-gradient {
    background:-moz-linear-gradient(180deg, rgba(254, 250, 206, 1) 0%, rgba(233, 225, 129, 1) 0%, rgba(254, 250, 206, 1) 35%, rgba(254, 250, 206, 1) 66%, rgba(230, 224, 154, 1) 100%);
    background:-webkit-linear-gradient(180deg, rgba(254, 250, 206, 1) 0%, rgba(233, 225, 129, 1) 0%, rgba(254, 250, 206, 1) 35%, rgba(254, 250, 206, 1) 66%, rgba(230, 224, 154, 1) 100%);
    background:-o-linear-gradient(180deg, rgba(254, 250, 206, 1) 0%, rgba(233, 225, 129, 1) 0%, rgba(254, 250, 206, 1) 35%, rgba(254, 250, 206, 1) 66%, rgba(230, 224, 154, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6E09A', endColorstr='#FEFACE', GradientType=1 );
    background:-ms-linear-gradient(180deg, rgba(254, 250, 206, 1) 0%, rgba(233, 225, 129, 1) 0%, rgba(254, 250, 206, 1) 35%, rgba(254, 250, 206, 1) 66%, rgba(230, 224, 154, 1) 100%);
    background:linear-gradient(180deg, rgba(254, 250, 206, 1) 0%, rgba(233, 225, 129, 1) 0%, rgba(254, 250, 206, 1) 35%, rgba(254, 250, 206, 1) 66%, rgba(230, 224, 154, 1) 100%);
}



p.existing-customer, p.non-existing-customer {
	padding: 10px;
}


/**
 * Sector Alarm
 */
div.onepager .onepager-container.hero-sectoralarm {
	height: 800px;
	/*background: url(/images/widgets/Landing/sectoralarm/header-new.jpg);*/
	background: url(/images/widgets/Landing/sectoralarm/header-2023-04-18.jpg);
	background-size: cover;
	background-position: bottom center;
}

div.onepager .onepager-container.footer-sectoralarm {

	height: 900px;
	background: url(/images/widgets/Landing/sectoralarm/footer.jpg);
	background-size: cover;
	background-position: bottom center;
}

div.onepager.sectoralarm h2 {
	margin: 20px 0 30px;
}

div.onepager.sectoralarm p,
div.onepager.sectoralarm ul li {
	font-size: 16px;
}

div.onepager.sectoralarm ul li {
	margin-bottom: 5px;
}

div.onepager.sectoralarm a {
	color: #e4464d;
	font-weight: bold;
}

div.onepager.sectoralarm hr {
	border-color: transparent;
	margin-bottom: 40px;
}


.gradient-sectoralarm {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,e5e5e5+100 */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #eeeeee 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #eeeeee 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #eeeeee 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}



.full-width-section {
	width:100%;
	text-align: center;
	margin:0;
	padding:0 0 40px 0;
	display:inline-block;
}


h1.header-h1 {
	font-size: 53px;
	color: white;
}

.columns .video iframe {
	border-radius: 16px;
	box-shadow: 0 34px 42px -19px rgba(0, 0, 0, 0.59);
	border: 4px solid #fff;
	max-width: 100%;
}

.bakgrundskollen-logo {
	background: #fff;
	padding: 20px;
	border-radius: 6px;
	margin: 0px 0px 20px 0;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.bakgrundskollen-box {
	background: #fff;
	border: 10px solid #00b079;
	border-radius: 35px;
	padding: 35px;
	margin: 0;
	box-shadow: 15px 15px 1px rgba(0, 105, 72, 0.86);
}

.bakgrundskollen-gradient {
background: rgb(0,220,151);
background: -moz-linear-gradient(180deg, rgba(0,220,151,1) 23%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,220,151,1) 23%, rgba(0,0,0,1) 100%);
background: linear-gradient(180deg, rgba(0,220,151,1) 23%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00dc97",endColorstr="#000000",GradientType=1);
}

.bakgrundskollen-box h3 {
	margin:0;
}

.tptf div.fullbackground{
	display:none;
}





.fortum-gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#43ba94+0,3d866f+100 */
	background: #43ba94; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #43ba94 0%, #317660 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #43ba94 0%,#317660 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #43ba94 0%,#317660 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43ba94', endColorstr='#317660',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.onepager.fortum h1 {
	font-size: 44px;
	text-shadow: 0px -2px 16px #eee;
}

.onepager.fortum h2 {
	font-size: 34px;
	color: #e2fff6;
}

.onepager.fortum .has-text-white {
	color: #fff;
}

.onepager.fortum .black {
	color: #000;
}

div.onepager.fortum ul.fortum-benefits {
	list-style-image: url('/images/widgets/Landing/fortum/arrow.png');
	list-style-position: outside;
	padding-left: 25px;
}

div.onepager.fortum ul.fortum-benefits > li {
	font-size: 19px !important;
}

div.onepager.fortum ul.fortum-benefits > li > span:not(.tiny-li) {
	position: relative;
	top: -5px;
	left: 1px;
}

div.onepager.fortum ul.fortum-benefits > li .tiny-li {
	color: #777;
	font-size: 10px;
	line-height: 0.7;
}

.onepager.fortum .fortum-ball {
	display: block;
	background: #d25564;
	font-size: 34px;
	color: #fff;
	padding: 5px;
	width: 200px;
	height: 200px;
	border-radius: 500px;
	box-shadow: 8px 31px 31px 8px rgba(0,0,0,0.2);
	text-align: center;
	line-height: 1;
	padding-top: 39px;
}

.onepager.fortum .fortum-btn {
	font-size: 26px;
	background: #438570;
	border: 3px solid #438570;
	color: #fff;
	padding: 15px 30px;
	border-radius: 10px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;

}

.onepager.fortum .logo-big {
	position: absolute;
	top: 0;
	display: block;
	margin: 0 auto;
	width: 100%;
}

.onepager.fortum .fortum-btn:hover {
	background: #4c9d83;
	text-decoration: none;
}

.onepager.fortum .fortum-ball span {
	text-shadow: 0px -2px 16px #eee;
	font-size: 40px;
	font-weight: bold;
}


div.onepager div.onepager-container p.bigger {
	font-size:21px;
}

.spk-logo-w-bg {
	position: absolute;
	top: 0;
	left: -41px;
	border-radius: 150px;
	padding:24px;
}

.foretag-drivmedel-logos {
	text-align: center;
	margin:40px 0;
}

.foretag-drivmedel-logos img {

	box-shadow: 0 5px 15px #eee;
	margin:15px 20px;
}






/**
 * Boxen
 */
.box-form-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#10488b+10,efefef+94 */
background: #10488b; /* Old browsers */
background: -moz-linear-gradient(top,  #10488b 10%, #efefef 94%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #10488b 10%,#efefef 94%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #10488b 10%,#efefef 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10488b', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */


}


/* Out of home */

.ooh-cta-btn {
	background: #ed9a00;
	color: #fff;
	padding: 10px 18px;
	margin: 15px 0;
	display: inline-block;
	border-radius: 6px;
	font-size: 18px;
	box-shadow: 0 10px 15px #eee;
}

.ooh-cta-btn:hover {
	text-decoration: none;
	color:#fff;
	background:#ffba14;
}

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

}

.ooh-form-description {
	line-height: 1.5;
	margin-top: 2px;
}

.ooh-packages {
	position:relative;
	right:-50px;
	top:40px;
}

.ooh .spread-color-right {
	border-radius: 0 0 0 10px;
}

 div.onepager.ooh h2 {
	color:#484848;
}

.lhsdfakgjfsakjgfads {
	margin-top: 354px;
	position: relative;
	bottom: -100px;
}


/*| Join form
*********************/
.full-width-section.join {
	background-image: url(/images/widgets/Landing/tjana-pengar-till-foreningen/join-background-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 700px;
	text-align: center;
	background-position: center center;
}

.full-width-section.join > div {
	text-align: center;
}

.full-width-section.join .form-container {
	width:100%;
	max-width: 500px;
	padding:30px 30px 50px 30px;
	margin: 20px auto;
	border-radius: 10px;
	background: rgba(255,255,255,0.92);
	color:#000;
	display:inline-block;
	text-align: left;
	box-shadow: 0 15px 10px rgba(0,0,0,0.3);
}

.full-width-section.join  .form-container h1 {
	margin: 0 0 20px 0;
	font-size: 26px;
	padding-left: 2px;
	margin-top: -58px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
}


.full-width-section.join  .form-container h2 {
	padding: 5px;
	margin: 0 0 10px 0 !important;
	color: #7396aa;
}

.full-width-section.join  .form-container .inline {
	padding:0 5px;
	color:#444;
	margin-bottom:20px;
}

.full-width-section.join  .form-container label.white-background {
	background:#fff;
	border:0;
}

.valid-color_primary,
.valid-color_secondary {
	text-shadow: 0px 0px 5px #fff;
}

.full-width-section.join  .form-container hr {
	margin: 20px 0 !important;
}

.full-width-section.join  .form-container p.info {
	padding: 7px;
	color: #666;
	font-size: 12px;
	margin-top:-15px;
}

.join-buttons {
	clear:both;
	margin:20px 0;
}

.full-width-section.join .display-none {
	display:none;
}

.join-button {
	padding: 10px 15px;
	display: block;
	width: auto;
	background: #b0eaf1;
	text-shadow: 1px 1px 1px #fff;
	color: #222;
	text-align: center;
	border-radius: 2px;
	box-shadow: 2px 2px 1px #ccc;
	clear: both;
	margin: 10px 0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,eeeeee+100 */
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #f1f1f1 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f1f1f1 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f1f1f1 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bubble-button {
	display: block;
	background: #7396aa;
	padding: 15px 20px;
	border-radius: 6px;
	color: #fff;
	font-size: 15px;
	box-shadow: 0px 0px 5px #3baaa4;
	margin-bottom:0;
	text-align: center;
}

.bubble-button:hover {
	color:inherit;
	background: #799eb3;
	color:#fff;
	text-decoration: none;
}

.quote {
background: #cce7ee;
padding: 20px;
border-radius: 6px;
margin: 10px 0;
}

.quote .title {
	font-size: 20px;
	font-weight: 100;
	font-style: italic;
	margin:0;
}

.quote p {
	font-style: italic;
}

.quote .signature {
	font-style: normal;
}

.speech-bubble {
	position: relative;
	background: #fff;
	border-radius: 48px;
	display:block;
	margin-top:21px;
	padding:35px;
	text-align: left;
	box-shadow:10px 10px 10px rgba(0,0,0,0.2);
	margin-bottom:40px;
}

.speech-bubble p {
	font-size:16px;
	font-style: italic;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: -27px;
	left: 13%;
	width: 0;
	height: 0;
	border: 3.125em solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	border-left: 0;
	margin-left: -0.562em;
	margin-bottom: -1.125em;
}



.full-width-section.opt-in,
.full-width-section.opt-in-again {
	background:#919C9E;
	color:#eee;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
background: rgb(206,220,231); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(206,220,231,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}



.onepager div.company-cont {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding:20px;
	vertical-align: top;
  	min-height: 400px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
  	position:relative;
}

.onepager div.company-cont > div {
	text-align: center;
}

.onepager div.company-cont > div img {
	margin:10px auto;
}

.onepager div.company-cont > div .splash {
	font-size:24px;
	color:#fff;
	text-shadow:1px 1px 3px rgba(0,0,0,0.4);
}

.onepager div.company-cont-sas {
	background-image: url(/images/widgets/Dela/landing/c-sas.jpg);
}

.onepager div.company-cont-hotels {
	background-image: url(/images/widgets/Dela/landing/c-hotels.jpg);
}

.onepager div.company-cont-cdon {
	background-image: url(/images/widgets/Dela/landing/c-cdon.jpg);
}

.onepager div.company-cont-bokus {
	background-image: url(/images/widgets/Dela/landing/c-bokus.jpg);
}

.onepager div.company-cont-inkclub {
	background-image: url(/images/widgets/Dela/landing/c-inkclub.jpg);
}

.onepager div.company-cont-mrjet {
	background-image: url(/images/widgets/Dela/landing/c-mrjet.jpg);
}

.onepager div.company-cont-booking {
	background-image: url(/images/widgets/Dela/landing/c-booking.jpg);
}

.onepager div.company-cont-choicehotels {
	background-image: url(/images/widgets/Dela/landing/c-choicehotels.jpg);
}

.onepager div.company-cont-swedoffice {
	background-image: url(/images/widgets/Dela/landing/c-swedoffice.jpg);
}

.onepager div.company-cont-staples {
	background-image: url(/images/widgets/Dela/landing/c-staples.jpg);
}


/**
 * Drivmedel
 */

.toggle-form, .drivmedel-btn {
	display: inline-block;
	background:#fe9401;
	color:#fff;
	font-weight: bold;
	padding:15px 25px;
	border-radius: 6px;
	margin-top:10px;
	box-shadow: 0 10px 18px rgba(0,0,0,0.2);
	border: 3px solid transparent;
}

.toggle-form.borders {
	box-shadow: none;
	border: 3px solid black;
}

.drivmedel-btn {
	background:green;
}

div.onepager.drivmedel p, div.onepager.drivmedel ul li, div.onepager.drivmedel ol li {
	font-size: 17px;
}

.drivmedel-btn:hover {
	color:#fff;
	background:rgb(0, 146, 0);
	text-decoration: none;
}

.toggle-form:hover {
	background:#feb123;
	color:#fff;
	text-decoration: none;
	box-shadow: 0 10px 10px rgba(254, 148, 1, 0.17);
}

.toggle-form+.toggle-form {
	margin-left:15px;
}


.body-locked {
	overflow:hidden;
}

.overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	text-align: center;
	height:100%;
	width:100%;
	overflow:scroll;
	background:rgba(0, 0, 0, 0.7);
	z-index: 99999;
}

.overlay .content {
	position:relative;
	max-width: 600px;
	width:100%;
	margin:60px auto 120px auto;
	text-align: left;
	background:#fff;
	padding:20px 40px 40px 40px;
	border-radius: 10px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.57);
}

.overlay .content > div {
	margin:35px 0;
}

.overlay .overlay-close-btn {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 36px;
	height: 36px;
	color: #fff6fd;
	font-size: 24px;
	font-weight: bold;
	background: #202020;
	text-align: center;
	border-radius: 100px;
	line-height: 0;
	padding: 14px 4px 5px 5px;
	cursor: pointer;
	border:2px solid #fff;
}

.overlay .overlay-close-btn:hover {
	border-color:#eee;
}

.display-hidden {
	display:none;
}



.quote {
	font-size: 22px;
	padding: 50px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.88);
}

.quote a {
	color:#ca8f16;
}

.quote a:hover {
	color:#d89918;
}

.quote+.quote {
	margin-top:60px;
}





/*| Circle K
*********************/

.onepager.circle-k .display-none {
	display:none;
}

.stack-divs {
	width:100%;
	text-align: center;
}

.stack-divs > div {
	width:48%;
	display:inline-block;
	vertical-align: top;
}


.onepager.circle-k .plaque {
	background: #f29005;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 25px;
	border-radius: 28px;
	text-align: center;
	display: inline-block;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
	position: absolute;
	text-shadow: 1px 1px 11px #fff;
}

.onepager.circle-k .plaque:first-of-type {
	top:50px;
	left:50px;

	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.onepager.circle-k .plaque:last-of-type {
	top:50px;
	right:50px;

	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}


.onepager.circle-k .campaign {
	background: rgba(254, 212, 1, 0.84);
	max-width: 500px;
	margin: 0 auto 24px auto;
	padding: 10px 20px 20px 20px;
	box-shadow: 0 9px 10px rgba(0, 0, 0, 0.2);
}

.onepager.circle-k .campaign h3 {
	font-size: 27px;
	font-weight: bold;
	color: red;
	letter-spacing: -1px;
	margin:10px 0 15px 0;
	text-shadow: none;
}

.onepager.circle-k .campaign p {
	font-size:22px;
	font-weight: bold;
	color:#000;
	letter-spacing: -1px;
	line-height: 1.2;
}


.onepager.circle-k h1 {
	color:#111;
	font-size:33px;
	letter-spacing: -1px;
}

.onepager.circle-k h1,
.onepager.circle-k h2,
.onepager.circle-k h3 {
	text-shadow:1px 1px 10px #fff;
}

.onepager.circle-k .button-content {
	background: #eee;
	box-shadow: inset 1px 1px 11px #ddd;
	position: relative;
}

.button-content > div {
	text-align: center !important;
}

.button-content > div > div {
	max-width: 600px;
	margin:0 auto;
	display:inline-block;
}

.button-content .nice-forms {
	max-width: 362px;
	text-align: center;
	margin:20px auto;
}

.button-content .nice-forms label,
.button-content .nice-forms div {
	text-align:center;
}

.button-content .nice-forms input,
.button-content .nice-forms button {
	margin:0 auto;
	text-align: center;
}


.onepager.circle-k .button-content p {
	font-size:18px;
	color:#444;
}

.onepager.circle-k .button-content .fa-angle-down {
	font-size: 43px;
	color: #498877;
	position: absolute;
	top: -40px;
	left: 229px;
	font-weight: bold;
	display:none;
}

.onepager.circle-k .long-distance-shaddow {
	text-shadow: 10px 10px 6px rgba(0, 0, 0, 0.5);
}

.onepager.circle-k .long-distance-box-shadow {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.onepager.circle-k .long-distance-box-shadow:hover {
	box-shadow: 10px 10px 20px rgba(73, 136, 119, 0.47);
}

.circle-k .bold {
	font-weight: bold;
}

.circle-k .smaller {
	font-size:23px;
	color:#000;
	font-weight: normal;
}

.circle-k .green {
	color:rgb(70, 128, 109);
}

.circle-k .logos {
	max-width:300px;
	margin:10px 0;
	border-radius: 3px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

.circle-k .logos.apple-shadow {
	box-shadow:0px 10px 20px rgba(0, 0, 0, 0.2);
}

.circle-k .logos.sh {
	padding:10px;
	background:#fff;
}

.circle-k .logos.smaller {
	max-width: 200px;
}

.circle-k .action-buttons {
	display:block;
	margin:0 0 53px 0;
}

.circle-k .action-buttons > div {
	width:50%;
	height:auto;
	text-align: center;
	display:inline-block;
	vertical-align: top;
}

.circle-k .action-buttons > div .button {
	padding:15px 30px;
	border:0;
	border-radius: 4px;
	font-weight: bold;
	color:#fff;
	background:#498877;
	text-align: center;
	font-size: 19px;
	position: relative;
}

.circle-k .action-buttons > div .button:hover {
	cursor:pointer;
}

.circle-k .action-buttons > div .button .fa-angle-down {
	font-size: 91px;
	position: absolute;
	bottom: -53px;
	left: 50%;
	margin-left: -28px;
	z-index: 100;
	color: #498877;
	/*text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);*/
}

.circle-k #new-customer .card-number-container {
	display:none;
}




.full-width-section.club-logos {
	background:#fff;
}


.full-width-section.om-sponsorhuset {
	background:#CCB0CD;
}

	.full-width-section.om-sponsorhuset > div {
		padding: 20px 30px;
	}

.full-width-section.people {
	background:#444;
	color:#eee;
}

.full-width-section.how-it-works {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a89d79+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(168,157,121,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(168,157,121,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(168,157,121,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(168,157,121,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(168,157,121,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(168,157,121,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a89d79',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


.full-width-section.company-logos {
	background:#fff;
}

.full-width-section.member-quotes {
	background:#606D8D;
	position: relative;
    z-index: 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,abb6d6+47,606d8d+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(171,182,214,1) 47%, rgba(96,109,141,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(171,182,214,1) 47%,rgba(96,109,141,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(171,182,214,1) 47%,rgba(96,109,141,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#606d8d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


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

.full-width-section.need-more {
	background:#B9C4BC;
	background-color:#000;
	background-image: url('/images/widgets/Landing/tjana-pengar-till-foreningen/bg-woman.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.full-width-section.need-more-2 {
	background:#B9C4BC;
	background-color:#000;
	background-image: url('/images/widgets/Landing/tjana-pengar-till-foreningen/woods.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.full-width-section.padding.need-more > div {
	text-align: left;
	padding:40px 30px 140px 30px;
	margin:0 auto;
}

.register-btn,
#goto-anchor-form {
	margin-top: 50px;
    display: inline-block;
    padding: 10px 20px;
    background: #60F4E6;
    text-decoration: none !important;
    border-radius: 4px;
    border: 4px solid #fff;
    color: #2F3A3A;
    font-weight: bold;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}


.click-here {
	position:relative;
}

.click-here > img {
	position: absolute;
    left: -82px;
    top: 119px;
}

.opt-in-again .click-here > img {
	left:203px;
}

.need-more .register-btn:hover,
#goto-anchor-form:hover {
	background:#FDFFED;
}

.full-width-section.opt-in-again {


}

.full-width-section.quotes {
	background:#aaa;
}

.full-width-section.terms {
	background:#fff;
}

.full-width-section.staff {
	background:#E8D7EE;
	z-index: 1;
    position: relative;
}

	.full-width-section.staff a {
		color:#DC40A3;
	}

	.staff-list {
		list-style-type: none;
		padding:0;
		margin:0;
		box-sizing: border-box;
	}

	.staff-list li {
		width:50%;
		display:inline-block;
		box-sizing: border-box;
		padding:30px;
		text-align: center;
		vertical-align: top;
	}

	.staff-list li > div {
		position:relative;
	}

	.staff-list li > div > .line-ball,
	.staff-list li > div > .line-ball > .ball {
		/*box-shadow:1px 15px 10px rgba(98, 85, 102, 0.08);*/
	}

	.staff-list li > div > .line-ball {
		width: 570px;
		height: 5px;
		background: #E3C2EE;
		text-align: center;
		position: absolute;
		right: 0;
		margin-right: -315px;
		top: 60px;
	}

	.staff-list li > div > .line-ball > .ball {
		width:50px;
		height:50px;
		border-radius: 50px;
		background: #E3C2EE;
		text-align: center;
		position:absolute;
		left:50%;
		margin-left:-25px;
		top:50%;
		margin-top:-25px;
	}

	.staff-list li > div > .line-ball > .ball > .vertical-line {
		height:1575px;
		width:5px;
		background: #E3C2EE;
		position:absolute;
		left:50%;
		margin-left:-2.5px;
		top:0;
	}




	.staff-list li img {
		border-radius: 15px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		position:relative;
		z-index: 1;
	}

	.staff-list li .line {
		position:absolute;
		z-index: 0;
	}


.content-centered {
	text-align: center;
	display:block;
}

.tjana-pengar-till-foreningen-btn {
	display: inline-block;
    margin: 0px auto;
    padding: 15px 25px;
    font-size: 22px;
    color: #555;
    text-align: center;
    background: #F7E79D;
    border-radius: 4px;
    color: #8A6A15;
}


/* TJÄNA PENGAR TILL KLUBBEN */

.column img {
	max-width:100%;
}


/* TJÄNA PENGAR TILL FÖRENINGEN */

.tptf .centered {
	text-align: center;
	display:block;
}

.tptf .bold {
    font-weight: bold;
}

.tptf .radius-form.background {
	background-color:#fff;
	background-image: url('/images/widgets/Landing/tjana-pengar-till-laget-og.jpg');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    min-width: 100%;
    padding:40px 40px 100px 40px;
    margin:30px 0 0 0;
    box-shadow:0 0 87px rgba(0,0,0,0.5);
    border-radius:10px;
}

.tptf .radius-form.background input,
.tptf .radius-form.background textarea {
	color:#444;
	padding:7px 8px;
	font-size:14px;
}

.tptf .radius-form .form-pic {
	position:absolute;
	right:15px;
	top:15px;
	opacity:0.8;
	padding:10px;
	background:#fff;
	box-shadow: 1px 1px 3px #636363;
}

.tptf .radius-form label {
	color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 1px #666;
}

.tptf .radius-form.background > div {
	max-width:400px;
}

.full-width-section.club-logos > div,
.full-width-section.company-logos > div {
	text-align: center;
	padding:35px 0 0 0 !important;
}

.full-width-section.club-logos > div img,
.full-width-section.company-logos > div img {
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%);
	margin:0 50px;
	display:inline-block;
}
.full-width-section.company-logos > div img {
	margin:0 45px;
}

.full-width-section.club-logos > div img:hover,
.full-width-section.company-logos > div img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}


.tptf .size-11 {
	font-size:12px;
	color:#eee;
	margin-top:20px;
}

.carousel-clubs-item,
.carousel-companies-item {
	display:none;
}

.carousel-companies-item {
	margin:45px 0;
	text-align: left;
	min-height: 90px;
}

.carousel-companies-item img {
	box-shadow: 0 0 19px rgba(0,0,0,0.1);
	border-radius: 3px;
}

.carousel-clubs-item-1,
.carousel-companies-item-1 {
	display:block;
}


.om-sponsorhuset .author {
	float:right;
	margin-left:75px;
}

.om-sponsorhuset .video iframe {
	float: right;
	margin-left: 75px;
	box-shadow: 0px 28px 33px rgba(0,0,0,0.6);
	border-radius: 7px;
}

.om-sponsorhuset h2 {
	color:#804582;
}

.quote-container {
	max-width: 500px;
}

.quote-container p {
	font-style: italic;
	color: #FFE6F9;
	font-size: 19px;
}



.full-width-section.people {
	padding:40px 0 15px 0;
}

.people-container {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	margin-top:-100px;
	margin-bottom:-100px;
	box-shadow: 10px 10px 30px rgba(0,0,0,0.6);
}

.people-container > div[class^=people-] {
	width:50%;
	height:350px;
	display:inline-block;
	background:#000;
	margin:0;
	padding:0;
	background-position: center center;
	background-size: cover;
	float:left;
	position:relative;
}

.people-container > div.people-1 {
	background-image:url(/images/widgets/Landing/tjana-pengar-till-foreningen/people-1.jpg);
}

.people-container > div.people-2 {
	background-image:url(/images/widgets/Landing/tjana-pengar-till-foreningen/people-2.jpg);
}

.people-container > div.people-3 {
	background-image:url(/images/widgets/Landing/tjana-pengar-till-foreningen/people-3.jpg);
}

.people-container > div.people-4 {
	background-image:url(/images/widgets/Landing/tjana-pengar-till-foreningen/people-4.jpg);
}

.people-container .ball {
    padding: 55px 30px;
    background: #fafafa;
    border-radius: 122px;
    font-size: 14px;
    width: 216px;
    height: 216px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -108px;
    margin-top: -108px;
    box-sizing: border-box;
    text-align: center;
    color:#222;
}

.people-container .people-quote {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 19px;
    color: #F6F6E7;
    padding: 20px;
    text-shadow: 1px 1px 4px #000;
    font-style: italic;
    text-align: left;
    max-width: 85%;
}

.people-container .people-2 .people-quote,
.people-container .people-4 .people-quote {
	text-align: right;
	right:0;
    left: initial;
}

.extra-space {
	height:100px;
}


.how-it-works > div {
	position:relative;
	overflow: auto;
}

.how-it-works .clear {
	clear:both;
	height:50px;
}

.how-it-works ul {
	list-style-type: none;
	overflow:visible;
	margin:50px auto;
	max-width:800px;
}

.how-it-works ul li {
    overflow: visible;
    min-height: 300px;
    margin:20px 0;
}

.how-it-works ul li:nth-child(odd) div.box {
	float:left;
}

	.how-it-works ul li:nth-child(odd) .box-text {
		margin-left: 300px;
	}

.how-it-works ul li:nth-child(even) div.box {
	float:right;
}

	.how-it-works ul li:nth-child(even)  .box-text {
		margin-right: 300px;
	}

.how-it-works ul li .box-text {
	width:460px;
	background:transparent;
	color:#000;
	padding:15px;
    border-radius: 15px;
    position: relative;
    font-size:16px;
}


.how-it-works div.box {
    width: 280px;
    height: 280px;
    background: #555;
    padding: 60px 20px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    border-radius: 186px;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    z-index:10;
}

.how-it-works h1 {
	font-size: 53px;
    color: #FDEFC5;
    margin-top: 0;
    margin-bottom: 90px;
}

.how-it-works h4 {
	color: #B39220;
	font-size: 25px;
}

.how-it-works div.box p {
	font-size:16px;
	text-align: left;
}

.how-it-works div.box .fa {
	font-size: 63px;
    color: #CBC4AE;
    text-shadow: 1px 1px 1px #3F3F3F;
    display:none;
}

.how-it-works div.box span {
    position: absolute;
    top: -30px;
    left: -5px;
    color: #646464;
    font-size: 46px;
}

.path {
	width:60px;
	height:1px;
	border-top: 5px dotted #E6D495;
	position:absolute;
	z-index: 1;
	display:none;
}

.how-it-works div.box.box-1 .path {
	bottom: 173px;
    right: -81px;
    z-index: 1;
}

.how-it-works div.box {
	background-position: center center;
	background-size: cover;
}

.how-it-works div.box.box-1 {
	background-image: url(/images/widgets/Landing/tjana-pengar-till-foreningen/sa-funkar-det-1.jpg);
}

.how-it-works div.box.box-2 {
	background-image: url(/images/widgets/Landing/tjana-pengar-till-foreningen/sa-funkar-det-2.jpg);
}

.how-it-works div.box.box-3 {
	background-image: url(/images/widgets/Landing/tjana-pengar-till-foreningen/sa-funkar-det-3.jpg);
}

.how-it-works div.box.box-4 {
	background-image: url(/images/widgets/Landing/tjana-pengar-till-foreningen/sa-funkar-det-4.jpg);
}


 /* Quotes */


 div.member-quotes .quote {
	background:#f9f9f9;
	padding:30px 80px 30px 30px;
	margin:30px 0 80px 0;
	width:80%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:relative;
	text-align: left;
}


div.member-quotes div.quote:nth-of-type(odd):before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #121212;
  -webkit-box-shadow: 0 15px 10px #121212;
  -moz-box-shadow: 0 15px 10px #121212;
  box-shadow: 0 15px 10px #121212;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}


div.member-quotes div.quote:nth-of-type(even):after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #121212;
  -webkit-box-shadow: 0 15px 10px #121212;
  -moz-box-shadow: 0 15px 10px #121212;
  box-shadow: 0 15px 10px #121212;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}


span.clearify {
	display:block;
	clear:both;
}

div.member-quotes div.quote:nth-of-type(even) {
	float:right;
	padding:30px 30px 30px 80px;
}

div.member-quotes .quote p {
	color: #666;
	font-style: italic;
}

div.member-quotes .quote p+p {
	text-align: right;
	font-style: normal;
	color:#333;
	margin-right:30px;
	margin-top: 20px;
	font-size:15px;
}

div.member-quotes .quote p+p span {
	font-weight: bold;
}


div.member-quotes .quote .fa {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 36px;
	color: #636363;
}

div.member-quotes div.quote:nth-of-type(even) .fa {
		right:0;
		left:25px;
	}




.anchor-btn {
	font-size: 21px;
}

.need-more-2 ul {
    list-style-type: none;
    color: #546659;
    margin: 0 auto;
    padding:0;
}

.need-more-2 ul li {
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
    width: 33%;
    padding: 0px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    min-height: 400px;
}

.need-more-2 ul li:first-of-type > div {
	margin-left:0;
}

.need-more-2 ul li:last-of-type > div {
	margin-right:0;
}

.full-width-section.padding.need-more-2 > div {
	padding:40px 0px 140px 0px;
}


.need-more-2 ul > li > div {
	position:relative;
	padding:5px 15px 10px 15px;
	vertical-align: top;
    border-radius: 5px;
    background: rgba(37, 52, 38, 0.38);
    margin: 10px;
}

.need-more-2 ul > li > div > p {
	color:#F2F8F6;
    font-size: 13px;
}







.terms {
	/*height:600px;
	overflow:hidden;*/
	position:relative;
}

.full-width-section.padding.terms > div {
	padding:40px 20px 70px 20px;
	text-align: center;
}

.terms > div .toc {
	max-width: 600px;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 1px 40px 40px 40px;
    box-shadow: 0px 0px 33px #eee;
    border-radius: 4px;
}

.terms > div .toc h4 {
	margin:40px 0 20px 0;
	color:#555;
}

.terms > div .toc p {
	line-height: 1.8;
	color:#888;
}


.show-toc-placeholder {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	background:#eee;
	padding:15px 0 0 0;
	margin:0;
	text-align: center;
	width:100%;
	height:150px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.show-toc-btn {
	position: absolute;
    bottom: 13px;
    left: 50%;
    margin-left: -60px;
    background: #57757C;
    color:#fff;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
    padding: 50px 0 50px 0;
    width: 120px;
    height: 120px;
    border-radius: 74px;
    box-shadow:1px 1px 13px rgba(0,0,0,0.5);
}

.show-toc-btn .fa {
	display: block;
    font-size: 35px;
    color: #7AA9B4;
}

.show-toc-btn:hover {
	background:#67848B;
	cursor:pointer;
}



.opt-in form h4 {
    color: #D1FDFF;
    width: 70%;
    line-height: 1.6;
    margin: 0 0 30px 0;
    background: rgba(0, 0, 0, 0.39);
    padding: 10px 15px;
    border-radius: 6px;
}


.staff-container {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
    margin-top: -50px;
    margin-bottom: -120px;
	box-shadow: 10px 10px 30px rgba(0,0,0,0.6);
}

.staff-container > div[class^=staff-] {
	width:50%;
	height:350px;
	display:inline-block;
	background:#000;
	margin:0;
	padding:0;
	background-position: center center;
	background-size: cover;
	float:left;
}

.staff-container > div.staff-1 {
	background-image:url(/images/widgets/Landing/tjana-pengar-till-foreningen/people-1.jpg);
}

.staff-container > div.staff-2 {
	background-image:url(/images/widgets/Landing/tjana-pengar-till-foreningen/people-2.jpg);
}

.staff-container > div.staff-3 {
	background-image:url(/images/widgets/Landing/tjana-pengar-till-foreningen/people-3.jpg);
}

.staff-container > div.staff-4 {
	background-image:url(/images/widgets/Landing/tjana-pengar-till-foreningen/people-4.jpg);
}

.staff-container .ball {
    padding: 55px 30px;
    background: #fafafa;
    border-radius: 122px;
    font-size: 14px;
    width: 216px;
    height: 216px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -108px;
    margin-top: -108px;
    box-sizing: border-box;
    text-align: center;
    color:#222;
}








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

.full-width-section.padding > div {
	padding:40px 0 70px 0;
}


/* TJÄNA PENGAR TILL FÖRENINGEN

   END

**************************************/




/* MY CLUB */

div.onepager.myclub .logos {
	height: 130px;
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    box-sizing: border-box;
}

div.onepager.myclub .fa-handshake-o {
    position: absolute;
    font-size: 129px;
    color: #fff;
    left: 412px;
    z-index: -1;
}

div.onepager.myclub .my-club-options {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
}

div.onepager.myclub .my-club-options li {
	width:33.33333333%;
	vertical-align: top;
	display:inline-block;
	padding:0;
	margin:0;
}

div.onepager.myclub .my-club-options li:last-of-type {
	margin:0;
}

div.onepager.myclub .my-club-options li a {
	min-height: inherit;
	padding:20px 90px 35px 90px;
	box-sizing: border-box;
	font-size:17px;
	text-align: center;
    display: block;
    color:#000;
    box-shadow: inset 0px 0px 12px rgba(0,0,0,0.3);
    position:relative;
}

div.onepager.myclub .my-club-options li a.option-1 { background:#97cab0; }
div.onepager.myclub .my-club-options li a.option-1:hover,
div.onepager.myclub .my-club-options li a.option-1.selected { box-shadow: 0px 0px 22px #97cab0;  }
div.onepager.myclub .my-club-options li a.option-1 span { color:#00773a;}

div.onepager.myclub .my-club-options li a.option-2 { background:#f8e1c2; }
div.onepager.myclub .my-club-options li a.option-2:hover,
div.onepager.myclub .my-club-options li a.option-2.selected { box-shadow: 0px 0px 22px #f8e1c2; }
div.onepager.myclub .my-club-options li a.option-2 span { color:#b58519;}

div.onepager.myclub .my-club-options li a.option-3 { background:#7ed2d8; padding:20px 60px 35px 60px; }
div.onepager.myclub .my-club-options li a.option-3:hover,
div.onepager.myclub .my-club-options li a.option-3.selected { box-shadow: 0px 0px 22px #7ed2d8; }
div.onepager.myclub .my-club-options li a.option-3 span { color:#104f73;}

div.onepager.myclub .my-club-options li a span {
	display:block;
	text-align: center;
	font-weight: bold;
	font-size:25px;
}

div.onepager.myclub .my-club-options li a span.choose {
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 19px;
    color: #5a5a5a;
    position: absolute;
    bottom: 10px;
    right: 19px;
}

div.onepager.myclub .myclub-form-container label {
	background: none;
    font-size: 27px;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
}

div.onepager.myclub .myclub-form-container button {
    padding: 15px 55px;
    background: #484848;
    color: #fff;
    font-size: 17px;
}

div.onepager.myclub .myclub-form-container .nice-forms > div {
	text-align: center;
}

div.onepager.myclub .myclub-form-container .nice-forms > div input,
div.onepager.myclub .myclub-form-container .nice-forms > div .error-message,
div.onepager.myclub .myclub-form-container .nice-forms > div button {
	margin:0 auto;
}




div.onepager.bowling ul.big-buttons {
	list-style-type:none;
	text-align: center;
	width:100%;
}

div.onepager.bowling ul.big-buttons li {
	width:30%;
	display:inline-block;
	margin:0 30px 0 0;
	padding:0;
}

div.onepager.bowling ul.big-buttons li:last-of-type {
	margin:0;
}

div.onepager.bowling ul.big-buttons li a {
    background: #eee;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    border: 3px double #000;
    padding: 20px;
    display: block;
    box-shadow: 1px 1px 10px #000;
    font-size:15px;
}

div.onepager.bowling ul.big-buttons li a:hover {
	background:#ddd;
}






/* Footers */

body div#Footer {
	margin-top:0;
}


#Landing .zection {
	margin-top:40px;
}

#Landing div.fullbackground .title {
	display:none;
}

#Landing p {
	line-height: 1.8;
}

#Landing .bold {
	font-weight:bold;
}

#Landing hr {
	border: none;
	height: 1px;
	color: #ddd;
	background-color: #ddd; /* Modern Browsers */
	margin-bottom:60px;
}

#Landing .intro-pic {
	width:100%;
	height:auto;
}

.columns {
	overflow:auto;
}

.social-icons {
	clear: both;
	width: 100%;
	margin: -40px 0 40px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.social-icons a {
	text-decoration: none;
}

.social-icons li {
	display:inline-block;
	margin:0 40px;
}

.social-icons li:first-of-type {
	margin-left: 0;
}

.social-icons li:last-of-type {
	margin-right: 0;
}

.social-icons li img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.social-icons li:hover img,
.social-icons li.selected img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	cursor:pointer;
}

.social-icons li span {
  display: block;
  visibility: hidden;
  padding: 3px 0 1px 0;
  border-radius: 3px;
  color:#444;
}

.social-icons li:hover span,
.social-icons li.selected span {
	visibility: visible;
}

#Landing .details {
	margin-top:60px;
	padding:20px 0;
	border:1px solid #ddd;
	border-width:1px 0;
}

#Landing h3 {
	color: #D3D3D3;
  	clear: both;
  	font-weight: normal;
  	padding-left: 10px;
  	font-size: 23px;
}

#Landing .share-btn {
	display: block;
	width: 100%;
	margin: 20px auto;
	max-width: 400px;
	padding: 25px;
	font-size: 18px;
	color: #FFF;
	background: #3D4A5B;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
}

#Landing .share-btn:hover {
	opacity:0.9;
}

#Landing .btn-facebook { background-color:#2C509E; }
#Landing .btn-gplus { background-color:#BC2020; }
#Landing .btn-twitter { background-color:#00ACF9; }
#Landing .btn-linkedin { background-color:#006393; }
#Landing .btn-pinterest { background-color:#D31F25; }

table.share {
	border:0;
	width:100%;
	margin:10px 0;
	border-spacing: 10px;
    border-collapse: separate;
}

table.share tr td {
	padding:10px 5px;
	vertical-align: top;
	color:#888;
	line-height: 1.8;
}
table.share tr td:first-of-type {
	text-align: right;
}

table.share tr td:first-of-type span {
	margin-top:2px;
	background:#f9f9f9;
	padding:5px 8px 2px 8px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}


table.share tr:first-of-type td {
	background:none;
}


.become-member-btn {
	display:block;
	background: rgb(27,107,181);
	background: -moz-linear-gradient(top,  rgba(27,107,181,1) 0%, rgba(22,89,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,107,181,1)), color-stop(100%,rgba(22,89,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(27,107,181,1) 0%,rgba(22,89,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(27,107,181,1) 0%,rgba(22,89,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(27,107,181,1) 0%,rgba(22,89,147,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(27,107,181,1) 0%,rgba(22,89,147,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b6bb5', endColorstr='#165993',GradientType=0 ); /* IE6-9 */

	border-radius: 6px 6px 0 0;
	color: #FFF;
	letter-spacing: 1px;
	padding:14px 25px;
	position:relative;
	text-decoration: none;
	font-size:16px;

	margin:15px 0 -10px 0 ;
}

.become-member-btn:hover {
	color:#fff;
	text-decoration: none;
}

.become-member-btn span {
  display: block;
  font-size: 13px;
  color: #869DBB;
  position: absolute;
  top: -10px;
  right: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 42px;
  background: #D1E2F4;
  white-space: nowrap;
  padding: 16px 11px;
  font-weight: bold;
}


.error-example {
	background:#f9f9f9;
	color:#666;
	font-style: italic;
	padding:10px;
	display:block;
}


.sh-steps {
	margin:30px 0;
	list-style-type:none;
	padding-left:0;
	color:#999;
	line-height: 1.8;
}

.sh-steps li {
	display: inline-block;
	margin:0 0 20px 0;
	vertical-align: top;
	width:33%;
}

.smiley {
	font-size: 67px;
	text-align: right;
	display: block;
	margin-top: 34px;
	margin-right: 23px;
	color: #85B185;
}

.bubble
{
	  position: relative;
	  padding: 25px 27px 30px 30px;
	  background: #C5D1DE;
	  -webkit-border-radius: 54px;
	  -moz-border-radius: 54px;
	  border-radius: 34px;
}

.bubble:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 27px 15px 0;
	border-color: #C5D1DE transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -27px;
	right: 37px;
}



.stores-list {
	margin:0;
}

.stores-list a {
	padding:10px;
	text-decoration: none;
	color:#555;
	display:block;
}

.stores-list a:hover {
	background:#eee;
}

.stores-list a > div {
	display:block;
	margin:5px;
}

.stores-list a > div > .instance_logo {
	display:inline-block;
	border:1px solid #ddd;
	border-radius: 3px;
}

.stores-list a > div > div {
	height: 100%;
	display: inline-block;
	margin: 10px 0 20px 40px;
	font-size: 18px;
}



.sh-steps.top-stores {

}

.sh-steps.top-stores li {
	width:100%;
	display: block;
	margin:5px 0;
}

.sh-steps.top-stores div[class^=company-cont-] {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:20px;
	vertical-align: top;
  	min-height: 400px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
  	position:relative;
}



.sh-steps.top-stores a:hover div[class^=company-cont-] > div {
	background:rgba(0, 0, 0, 0.7);
}

.sh-steps.top-stores div[class^=company-cont-] > div {
	background: rgba(0, 0, 0, 0.2);
	display: inline-block;
	padding: 20px;
	border-radius: 3px;
}

.sh-steps.top-stores div[class^=company-cont-] img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:20px;
}

.sh-steps.top-stores div[class^=company-cont-] .splash {
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}

.sh-steps.top-stores div.company-cont-sas {
	background-image: url(/images/widgets/Dela/landing/c-sas.jpg);
}

.sh-steps.top-stores div.company-cont-hotels {
	background-image: url(/images/widgets/Dela/landing/c-hotels.jpg);
}

.sh-steps.top-stores div.company-cont-cdon {
	background-image: url(/images/widgets/Dela/landing/c-cdon.jpg);
}

.sh-steps.top-stores div.company-cont-bokus {
	background-image: url(/images/widgets/Dela/landing/c-bokus.jpg);
}

.sh-steps.top-stores div.company-cont-inkclub {
	background-image: url(/images/widgets/Dela/landing/c-inkclub.jpg);
}

.sh-steps.top-stores div.company-cont-mrjet {
	background-image: url(/images/widgets/Dela/landing/c-mrjet.jpg);
}

.sh-steps.top-stores div.company-cont-booking {
	background-image: url(/images/widgets/Dela/landing/c-booking.jpg);
}

.sh-steps.top-stores div.company-cont-choicehotels {
	background-image: url(/images/widgets/Dela/landing/c-choicehotels.jpg);
}



.sh-steps.top-five-stores li {
	width:33%;
	padding:5px;
}

.sh-steps.top-five-stores li div img {
	width:40%;
	max-width:141px;
	margin-right:15px;
	border:1px solid #aaa;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.sh-steps.top-five-stores li:hover div img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.sh-steps.top-five-stores li div.splash {
	  background: #F9F9F9;
	  padding: 5px 15px;
	  border-radius: 2px;
}


.sh-steps li > div, .sh-steps li > a > div {
	display:block;
	padding:10px;
}

.sh-steps li > a {
	text-decoration: none;
	color:inherit;
}

.sh-steps li > div span, .sh-steps li > a > div span {
	font-size:16px;
	font-weight:bold;
}

.sh-steps li .fa {
	display: inline-block;
	font-size: 48px;
	color: #FFF;
	margin-right: 20px;
	margin-bottom: 1px;
	background: #83A1B6;
	width: 75px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
	padding-top: 14px;
	border-radius: 50px;
}



/* Landing Page Tjäna PEngar till Laget */

.tptl {

}

#Landing.tptl h1.title {
	color:#FFB14B;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	font-size:50px;
	margin-bottom:20px;
	padding-bottom:10px;
}

.tptl ul.centered {
	text-align: center;
	margin-bottom:30px;
	padding:0;
	color:#222;
	font-size: 20px;
}

#Landing.tptl div.fullbackground {
  background-image: url(/images/widgets/Landing/tjana-pengar-till-laget/bg-woman.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: repeat-x;
}

#Landing.tptl h1,
#Landing.tptl h2,
#Landing.tptl h3 {
	margin:40px 0 30px 0;
	padding:0 30px;
	color:#555;
	text-align: center;
}

#Landing.tptl h2 {
	font-size:24px;
	text-align: center;
}

#Landing.tptl h3 {
	font-size:20px;
	padding:0 15px;
	text-align: center;
}

#Landing.tptl h1:first-of-type {
	margin-top:0;
}

#Landing.tptl h4 {
	margin:50px 0 30px 0;
	padding:0 15px;
	text-align: center;
}

#Landing.tptl h2 span {
	display: block;
	width: 70px;
	height: 40px;
	border-radius: 8px;
	background: #E1E8F1;
	color: #6A7C92;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	margin: 20px auto;
	line-height: 1.7;
}

#Landing.tptl p,
#Landing.tptl ol li {
	line-height: 1.9;
	color:#888;
}

#Landing.tptl ol li {
	margin-bottom:10px;
}

#Landing.tptl .fact-box {
	background:#fafafa;
	padding:1px 40px 20px 40px;
	margin:50px 0 60px 0;
}

#Landing.tptl .anmal-ny-forening {
	display:block;
	text-align: center;
	margin:70px 0 120px 0;
}

#Landing.tptl .anmal-ny-forening a {
	padding:15px 40px;
	font-size:16px;
	background: #CEDAE9;
	color: #6A7C92;
	border-radius: 2px;
	box-shadow: 1px 1px 2px #eee;
}

#Landing.tptl .anmal-ny-forening a:hover {
	text-decoration: none;
	background: #E1E8F1;
	color:#6A7C92;
}

#Landing.tptl .external-company {
	margin:20px auto;
	padding:30px 40px 20px 40px;
	border:1px solid #ddd;
	border-width: 0 0 1px 0;
	text-align: center;
	max-width:640px;
}


#Landing.tptl .zection {
	padding:30px 35px;
}

#Landing.tptl .external-company img {
	margin:5px auto;
}

#Landing.tptl .external-company h4 {
	margin: 20px 0 30px 0;
}

#Landing.tptl .external-company .description {
	padding: 0 20px;
	font-style: italic;
	line-height: 1.8;
	color: #A1A1A1;
}

#Landing.tptl .external-company .url {
	margin:15px auto;
	display:block;
	text-align: center;
}

#Landing.tptl .radius-form {
	margin:20px auto 80px auto;
	width:100%;
	max-width: none;
	padding: 40px;
	overflow:auto;
}

#Landing.tptl .radius-form label {
    font-size: 15px;
    color: #FFF;
    display: block;
    text-shadow: 1px 1px 7px #000;
}

#Landing.tptl .radius-form input {
	max-width: 300px;
	outline:none;
}

#Landing.tptl .radius-form button[type=submit] {
	padding:10px 30px;
	outline:none;
}

#Landing.tptl .radius-form .stack div {
	max-width:155px;
}

#Landing.tptl .radius-form.background {
	background-color:#fff;
		background-image: url('/images/widgets/Landing/tjana-pengar-till-laget-og.jpg');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
}

#Landing.tptl .radius-form .form-pic {
	position:absolute;
	right:15px;
	top:15px;
	opacity:0.8;
	padding:10px;
	background:#fff;
	box-shadow: 1px 1px 3px #636363;
}






/* Landing Page 50*/


#Landing div.fullbackground {
  background-image: url(/images/widgets/Landing/happy.jpg);
  padding:60px 0;
}

#Landing div.fullbackground .title {
	display:inline-block;
}

.banner {
	width:100%;
	height:auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	box-shadow: 1px 1px 2px #ccc;
}

.box-left {
	width:57%;
	display:inline-block;
	margin-right:80px;
}

#Landing h2 {
	margin:20px 0;
}

.box-right {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding: 15px 25px;
	margin-left: 5px;
	box-shadow: 0px 4px 10px #DDD;
	padding-bottom: 23px;
	margin-top: -32px;
	position:relative;
}

.p-label {
	font-family: "Helvetica Neue", "Helvetica";
	font-size:20px;
	font-weight:100;
	display:block;
	margin:20px 0 5px 2px;
	color:#000;
	text-align: left;
}

.p-label .fa {
	font-size: 30px;
	color: #888;
	margin-right: 10px;
	position: relative;
	bottom: -3px;
}

#Landing .boxed {
	padding: 38px 7px 0 8px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 52px;
	margin-right: 5px;
	height: 75px;
	width: 75px;
	display: inline-block;
	line-height: 0;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	position: relative;
	-webkit-box-shadow: 1px 1px 1px #888;
	-moz-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
	font-weight: bold;
}

.boxed.red {
background: #ffc578; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc578 0%, #fb9d23 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffc578 0%,#fb9d23 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */

}
/*

  background: linear-gradient(to bottom, #FEBBBB 0%,#F8D7D7 45%,#EBCFCF 100%);
 */

.boxed.green {
background: #e4efc0; /* Old browsers */
background: -moz-linear-gradient(top,  #e4efc0 0%, #abbd73 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4efc0), color-stop(100%,#abbd73)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e4efc0 0%,#abbd73 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e4efc0 0%,#abbd73 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e4efc0 0%,#abbd73 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e4efc0 0%,#abbd73 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */

}



#Landing .boxed:last-of-type {
	margin-left:5px;
}

.boxed-arrow {
	font-size: 35px;
	margin: 0 15px;
	color: #E5DA75;
	display: inline-block;
	position: relative;
	top: 12px;
}



.onepager.highway .floating-box {
	background:rgba(255,255,255,0.95);
	padding:7px 30px 30px 30px;
	border-radius:2px;
	box-shadow:3px 3px 20px rgba(0,0,0,0.2);
	margin-right: -25px;
	font-size: 16px;
}

















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

	.onepager.fortum .onepager-container {
		padding: 5px 40px;
	}

	.onepager.fortum h1 {
		font-size: 30px;
	}

	.onepager.fortum h2 {
		font-size: 28px;
	}

	.onepager.fortum ul {
		padding: 0;
	}

	.onepager.fortum .fortum-btn {
		font-size: 22px;
	}

}

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



	.onepager.dynamic-landing > .onepager-container:first-of-type {
		background-position: center center;
	}


	.dynamic-landing .hero-dynamic-landing h1,
	.dynamic-landing .hero-dynamic-landing h2 {
		font-size: 40px;
		padding: 30px;
	}

		.dynamic-landing .hero-dynamic-landing h2 {
			font-size: 35px;
		}

	.dynamic-landing .company-container .graphic {
		left: initial;
		right: initial;
		transform: initial;
	}

	.dynamic-landing .company-container h4, .dynamic-landing .company-container h1 {
			margin-bottom: 20px;
	}

	div.onepager.dynamic-landing .columns.company-container {
		padding-bottom: 40px;
	}

	.dynamic-landing .company-container .logo {
		margin-top: 10px;
	}





.onepager.foreningsindex h1 {
	padding: 30px;
	font-size:60px;
}

	.onepager.foreningsindex .column img {
		margin-bottom: 0px;
	}

	.onepager.foreningsindex .column img:first-of-type {
		margin-top: 20px;
	}

	.onepager.foreningsindex .container-background {
		background-position-x: -150px !important;
	}

	.onepager.foreningsindex .container-background > div {
		height: 300px !important;
	}



	.sponsorboxen .container-background.header {
		min-height:300px;
		background-size: cover;
		padding-bottom:5px;
	}

	.sponsorboxen .box-container {
		padding:20px;
		margin:20px 0;
	}

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

	.sponsorboxen .logos > img {
		width: 82%;
		text-align: center;
		clear: both;
		opacity: 0.8;
	}

	.sponsorboxen .open-login-modal {
		margin: 10px auto;
	}


	.gas-btns a {
		display: block;
		clear: both;
		margin-left: 0 !important;
	}

	.gas-btns {
		margin-bottom: 20px;
	}

	/**
	 * Sector Alarm
	 */
	div.onepager .onepager-container.hero-sectoralarm {
		height: 300px;
		height: 181px;
	}

	div.onepager .onepager-container.footer-sectoralarm {
		height: 240px;
	}

	div.onepager.sectoralarm .columns > div,
	div.onepager.sectoralarm .columns > div.column {
		padding: 0;
	}


	.ooh-packages {
		display:none;
	}

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

	.speech-bubble {
		padding:25px;
		border-radius: 10px;
	}

	.speech-bubble:after {
		display:none;
	}

	.staff-list li {
		display:block;
		width:100%;
	}

	.staff-list li .line-ball {
		display:none;
	}

	#Landing .box-right,
	#Landing .box-left {
		width:100%;
		margin:0;
		padding:0 20px 20px 20px;
	}

	#Landing .box-right {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}


	#Landing .social-icons {
		margin: -40px 0 20px 0;
		padding: 0 5px;
	}

	#Landing .share-btn {
		margin:0 auto;
		padding:10px;
		font-size:15px;
		width:90%;
	}


	#Landing .social-icons li {
		width:auto;
		margin:0 15px;
	}

	#Landing .social-icons li img {
		width:90px;
		height: auto;
	}

	#Landing .social-icons li span {
	  display: block;
	  visibility: hidden;
	  padding: 3px 0 1px 0;
	  border-radius: 3px;
	  color:#444;
	}

	#Landing .details {
		margin-top: 30px;
	}

	#Landing .details h3 {
		font-size:16px;
	}

	#Landing .details table.share {
		border-collapse: collapse;
	}

	#Landing .details table.share img {
		height:auto;
		width:225px;
		height:auto;
	}

	.sh-steps li {
		width:100%;
		margin-bottom:20px;
	}

	.sh-steps.top-five-stores li {
		width:100%;
	}

	#Landing .zection {
		margin-top:0;
	}

	.stores-list a > div > div {
		font-size:14px;
	}

	#Landing.tptl .radius-form .form-pic {
		max-width:100%;
	}

	#Landing .full-width-section > div {
		padding-left:20px;
		padding-right:20px;
	}

	#Landing .full-width-section.padding > div {
		padding:20px 20px;
	}

	#Landing .click-here > img {
		display:none;
	}

	#Landing h1 {
		font-size:20px !important;
	}

	#Landing h2 {
		font-size:19px !important;
	}

	#Landing .register-btn, #goto-anchor-form {
		margin-top:10px;
	}

	#Landing .om-sponsorhuset .register-btn, #goto-anchor-form,
	#Landing .opt-in-again .register-btn, #goto-anchor-form {
		margin-top:40px !important;
		margin-bottom:0;
	}

	#Landing .full-width-section {
		padding-bottom:15px;
	}

	#Landing .extra-space {
		height:30px;
	}

	#Landing .people-container .ball {
		display:none;
	}

	#Landing .people-container .people-quote {
		font-size:13px;
	}

	#Landing .om-sponsorhuset {
		padding:20px 10px;
	}

	#Landing .how-it-works ul li .box-text p {
		text-align: left;
	}

	#Landing img {
		max-width:99%;
	}


	/* MyClub Mobile & Pads */
	div.onepager.myclub .logos-container {
		background:#233b50;
	}

	div.onepager.myclub .container-lone-figher {
		display:none;
	}

	div.onepager.myclub .logos {
		height: 60px;
	    background: #fff;
	    padding: 8px;
	    border-radius: 1px;
	    box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	    box-sizing: border-box;
	}

	div.onepager.myclub .my-club-options li {
		min-height: initial;
		display:block;
		width:100%;
	}

	div.onepager.myclub .my-club-options li a {
		padding:25px;
	}


	.onepager.highway .floating-box {
		padding: 0;
	    background: none;
	    box-shadow: none;
	    display: block;
	    margin: 0;
	}

	.onepager.highway h2 {
		font-size:18px;
	}

	.onepager.highway .spread-bg-left,
	.onepager.highway .spread-bg-right {
		position:initial;
		margin:10px 0;
	}

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


}


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

	#Landing.tptl .radius-form .form-pic {
		display:none;
	}

	#Landing .social-icons li {
		width:auto;
		margin:0 2px;
	}

	#Landing .social-icons li img {
		width:60px;
		height: auto;
	}

	#Landing .details table.share img {
		width:180px;
	}

	.stores-list a > div > img {
		height:60px;
		width:101px;
	}





	.carousel > div > img {
		display:block !important;
		text-align: center;
		margin:20px auto !important;
	}

	.need-more-2 ul li {
		display:block;
		width:100%;
		min-height: initial;
	}

	.om-sponsorhuset .author {
		margin: 0 auto;
    	max-width: 100%;
	}

	.how-it-works > div ul {
		margin:0;
		padding:0;
	}

	.how-it-works > div ul li {
		display:block;
		text-align: center;
	}

	div.full-width-section.how-it-works > div ul li > div {
	    width: 100%;
	    display: block;
	    float: none;
        margin: 23px 0 !important;
        border-radius: 3px;
	}

	div.how-it-works div.box span{
		color:#fff;
		top:-28px;
	}

	div.member-quotes .quote {
		width:95%;
	}

	.opt-in form.background {
		background-position: center center;

	}
	.opt-in form h4 {
		display:none;
	}

	#Landing.tptl div.fullbackground {
		background-position: 589px center;
	}




}






