/*GENERELT*/

body, html {
	font-family: "camingodos-web",sans-serif;
	font-style: normal;
	font-weight: 300;
}

html {		
	height: 100%;
}
	
body {
	min-height: 100%;
	background: #ececec url('../gfx/gave_bg.png') left bottom no-repeat fixed;
}


/* FORMS */

.frame form {
	margin: 10px 20px;
}




/*TYPOGRAFI*/

.txtlight {
	font-family: "camingodos-web",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.txtregular {
	font-family: "camingodos-web",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.txtbold {
	font-family: "camingodos-web",sans-serif;
	font-style: normal;
	font-weight: 600;
}

em {
	color: gray;
	font-style: italic;
}

h1 {
	font-family: "camingodos-web",sans-serif;
	font-style: normal;
	font-weight: 300;
}

h2 {
	font-family: "camingodos-web",sans-serif;
	font-style: normal;
	font-weight: 100;
}

h3 {
	color: #c60000;
	font-family: "camingodos-web",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
}

h4 {
	color: black;
	font-family: "camingodos-web",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
}

/*TOP*/

#top {
	background: url(../gfx/top_bg.jpg) repeat-x;
	height: 145px;
	-webkit-box-shadow: inset 0px 0px 84px 3px rgba(15,15,15,1);
	-moz-box-shadow: inset 0px 0px 84px 3px rgba(15,15,15,1);
	box-shadow: inset 0px 0px 84px 3px rgba(15,15,15,1);
}

.top-cobrand-container
{
    /* valigner logo'et */
    display:inline-block;
    height: 145px;
    line-height: 150px;
    vertical-align: middle;
}

.goldstroke {
	background: url(../gfx/gold_stroke.png) repeat-x bottom;
	height: 5px;
}

#topcontent {
	color: #FFFFFF;
	background: url('../gfx/gavebudet.png') no-repeat right top;
	height: 100%;
}


/* ELEMENTS */

.progresbar {
	width: 100%;
	margin-bottom: 10px;
	border: 0px solid #000000;
	border-radius: 6px;
}

.label {
	width: 100%;
}

.label-important, .badge-important {
	background: #cd0000;
}

.goldstroke-sm {
	background: url(../gfx/gold_stroke.png) repeat-x bottom;
	height: 2px;
	margin-left: -2px;
	margin-right: -2px;
}

.valueselect {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 10px;
}

#giftcard_back img, #giftcard_front img {
	width: 100%;
	height: auto;
	visibility: hidden;
	z-index: 0;
}

.giftvaluea {
	position: absolute;
	width: 90%;
	left: 0;
	text-align: center;
	top: 31%;
	font-size: 20px;
	font-weight: 500;
	z-index: 999;
}

.giftvalueb {
	position: absolute;
	width: 90%;
	text-align: center;
	top: 39%;
	left: 0;
	font-size: 30px;
	font-weight: 500;
	z-index: 999;
}

#gavekort_form {
	position: absolute;
	width: 50%;
	top: 30%;
	left: 15%;
	height: 30%;
}

@media screen and (max-width: 921px)
{
    #gavekort_form {
	    top: 15%;
    }
}

@media screen and (max-width: 500px)
{
    #gavekort_form {
	    top: 5%;
    }
}


.cart, .frame.cart {
	background: #CD0000;
	color: #FFF;
	min-height: 200px;
	

	min-height: 200px;
	box-shadow: inset 50px 50px 80px rgba(0,0,0,0.25);

}

/*.table-striped > tbody > tr:nth-child(2n+1) {
	background: #c20000;
	font-weight: 500;
}*/

.indpaklag {
	position: absolute;
	border-radius: 3px;
	padding: 20px;
	background: rgba(255, 255, 255, .75);
	max-width: 100%;
	margin-right: 15px;
	display: none;
	line-height: 14px;
	font-size: 12px;
}

.indpakknap {
	position: absolute;
	bottom: 25px;
	right: 10px;
}

/*THEME FÆTTER*/

#leftscroll {
	position: absolute;
	height: 200px;
	left: 16px;
	width: 30px;
	background: #f38;
	background: #fff;
	border-radius: 2px 0px 0px 2px;
	z-index: 999;
	padding-top: 90px;
	padding-left: 10px;
	cursor: pointer;
	-webkit-box-shadow: 14px 0px 11px -10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:    14px 0px 11px -10px rgba(0, 0, 0, 0.9);
	box-shadow:         14px 0px 11px -10px rgba(0, 0, 0, 0.9);
}

#rightscroll {
	position: absolute;
	height: 200px;
	right: 16px;
	width: 30px;
	background: #fff;
	border-radius: 0px 2px 2px 0px;
	z-index: 999;
	padding-top: 90px;
	padding-left: 10px;
	cursor: pointer;
	-webkit-box-shadow: -14px 0px 11px -10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:    -14px 0px 11px -10px rgba(0, 0, 0, 0.9);
	box-shadow:         -14px 0px 11px -10px rgba(0, 0, 0, 0.9);
}

#themeholder {
	width: 100%;
    overflow: hidden;
    height: 200px;
	white-space:nowrap;
	background: #454344;
	-webkit-overflow-scrolling: touch;
}

#themebox {
	width: auto;
	white-space: nowrap;
}

.theme {
	width: 150px;
    height: 160px;
    margin-left: 5px;
    display:inline-block;
    margin-top: 20px;
    text-align: center;
    color: #FFF;
    white-space: normal;
}

.theme:first-child {
	margin-left: 40px;
}

.theme:last-child {
	margin-right: 40px;
} 

.theme {display: inline !ie7;}

/*CONTENT*/

#maincontent {
	margin-top: 16px;
}

.frame {
	background: rgba(255, 255, 255, .85);
	border-radius: 5px;
	padding: 2px;
	width: 100%;
	height: auto;
	margin-bottom: 20px;

}

.frame img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.frame p, .frame h1, .frame h2, .frame h3, .frame h4, .frame h5, .frame em, .frame .btn {
	margin: 10px 20px;
}

.buy {
	width: 125px !important;
	margin: 20px;
	
}

.label .buy {
	margin-top: 20px;
}


/* FORMS */

.frame form,
.formHack
{
    margin: 10px 20px;
}


.RadioButtonText label
{
    font-weight: normal;
    }


/*MIDLERTIDIG TEST*/

.bord {
	border: 1px solid #333;
}




/* gavekort listen */
.paximg {
position: absolute;
height: 100%;
top: -20px;

xbackground: #aaaaaa;
}


.paximg img{
position: absolute;
bottom: 1px;
}


@media screen and (max-width: 921px){
    .paximg {
    position: relative;
    height: auto;
    top: 2px;
    }
    .paximg img{
    position: relative;
    bottom: 0px;
    }
}






	
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */



@media screen and (max-width: 650px){
	
	#top {
		height: 120px;
	}
	
    .top-cobrand-container
    {
        /* valigner logo'et */
        height: 120px;
    }
    
    .top-cobrand-container img
    {
        Height: 40px;
        width: auto;
        margin-bottom: 10px;
    }
	
	#topcontent {
		background-size: 60% auto;
	}
	
	#topcontent img {
		width: 60%;
		height: auto;
	}

	#themeholder {
		overflow: auto;
	}
}

@media screen and (max-width: 450px){
	
	#top {
		height: 70px;
	}
	
    .top-cobrand-container
    {
        /* valigner logo'et */
        height: 70px;
    }
	
	#topcontent {
		background-size: 60% auto;
	}
	
	#topcontent img {
		width: 60%;
		height: auto;
	}
	#themeholder {
		overflow: auto;
	}

}


/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { 
	
	#themeholder {
		overflow: auto;
	}
 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { 


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }
                                     
                                     
                                     
                                     
                                     

                                     