
div.fullbackground {
	/*background-image: url(/images/widgets/Julshoppen/bg.jpg);
	box-shadow: 1px 16px 40px rgba(255, 255, 255, 0.69);*/

	padding-top:30;
	padding-bottom:20px;
}

body {
	background-image: url(/images/widgets/Julshoppen/campaigns-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
}

div#TopMenu,
div#TopMenuStart,
div#QuickLinks {
	background-color:rgb(204,0,0); /* Old browsers */
	background: rgb(204,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,0,0,1) 0%, rgba(183,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(183,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(204,0,0,1) 0%,rgba(183,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#b70000',GradientType=0 ); /* IE6-9 */
}

div#QuickLinks {
	z-index: 101;
}

.description-content {
	background: rgba(255,255,255,0.9);
	padding: 20px 40px;
	border-radius: 20px;

}

.description-content p,
.description-content h1,
.description-content h2 {
	color: #222;
}

.description-content h1,
.description-content h2 {
	margin-bottom: 20px;
}

.description-content p+h2 {
	margin-top: 30px;
}

.description-content.bottom-padding {
	padding-bottom: 70px;
}

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

}

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



.shortcuts-container nav#shortcuts_default ul > li > div > a > .fa-arrow-circle-down {
	color:#CB0000;
}

.shortcuts-container nav#shortcuts_default ul > li > div > div.sub-menu a {
	color:#fff;
}

.shortcuts-container nav#shortcuts_default ul > li > div > div.sub-menu a:hover {
	color:#eee;
}

div#Footer {
	margin-top: 450px;
}

.codecamp {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
    max-width: 460px;
    margin:9px !important;
    vertical-align: top;
}

.codecamps .content {
	padding: 0;
	float: initial;
	width: 100%;
}

div.shortcuts-container {
	background:#5D1F1F;
}

.shortcuts-container nav#shortcuts_default ul > li > div > a {
	color:#fff;
}

.shortcuts-container nav#shortcuts_default ul > li > div > a:hover, .nav-selected {
	color:#eee;
}


.campaigns-title {
	height:20px;
	position:relative;
}

.campaigns-title span {
	font-size:20px;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	line-height: 1;
	display:inline-block;
	float:left;
}

.campaigns-title hr {
	float:left;
}


ul.for {
	list-style-type: none;
	width:100%;
	padding:5px;
	text-align: center;
	margin-bottom: 30px;
}

ul.for li {
    margin: 0 15px;
    display: inline-block;
    background: rgba(195, 24, 24, 0.8);
    padding: 16px 15px;
    min-width: 140px;
    font-size: 17px;
    color: #fff;
    border-radius: 10px;
    border:2px solid transparent;
    box-shadow: 1px 1px 10px #000;
}

ul.for li:hover {
	background: rgba(195, 24, 24, 0.9);
	cursor:pointer;
}

ul.for li.selected {
	border-color:#fff;
	background: rgba(195, 24, 24, 0.9);
	box-shadow: 1px 1px 2px #000;
}



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

}

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

ul.for {
	margin-top:-20px;
	margin-bottom: 20px;
}

ul.for li {
    margin: 0;
    display: block;
    padding: 5px;
    max-width: 100%;
    font-size: 17px;
    color: #fff;
    border-radius: 1;
    border:2px solid transparent;
    box-shadow: 1px 1px 10px #000;
}


}


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

	.codecamp {
		box-shadow: 10px 0 10px rgba(0,0,0,0.5);
	    max-width: 100%;
	    margin:0 0 40px 0 !important;
	}

}





