/*
|--------------------------------------------------------------------------
| Main Css By RooT ♥ 
|--------------------------------------------------------------------------
| Custom css for the website
|*/

/*
|--------------------------------------------------------------------------
| Base elements
|--------------------------------------------------------------------------
| Body, h1,h2,h3,h4 etc
|*/
@import url(http://fonts.googleapis.com/css?family=Domine:400,700);
body{
	font-family: 'Domine', serif !important;
	background:#f2f0ee;
}

input{
	width:100%;
	min-height:50px;
	font-size:20px !important;

}

textarea{
	width:100%;
	min-height:100px;
	font-size:20px;
}

.navbar-inverse .navbar-inner{
	background-color: #7d1009 !important;
	background: #7d1009 !important;
	border:0px !important;
	height:50px;
	padding:15px !important;
	
}

.brand{
	color:#ffffff !important;
	font-size:48px;
	display: inline-block;
	width:100%;
}

#footer{
	background:#e60012;
	color:#ffffff;
}

.sammarbete{
	margin:0 auto;
	max-width:800px;
	margin-top:10px;
	margin-bottom:10px;
}

.sammarbete img{
	border-radius:10px;

}

.carousel-control{
	background: none !important;
	border: 0px !important;
}

.radio{
	display:block;
	position:relative;
	width:20px !important;
	min-height:10px !important;
	/*padding:5px !important;*/
	float:left;
}

label{
	
}
/*
|--------------------------------------------------------------------------
| Frontpage
|--------------------------------------------------------------------------
| 
|*/


#myCarousel{
	max-width: 870px;
	margin: 0 auto;
}

.content{
	background-color:#ffffff;
	height:100%;
	_height:100%;
	min-height:100%;
}

.container{
	padding:5px;
}

.mid-block{
	display:block;
	margin:0 auto;
}

#contactform{
	display:block;
	position:relative;
	max-width:800px;
	margin: 0 auto;
}



/*
|--------------------------------------------------------------------------
| Price Table
|--------------------------------------------------------------------------
|
| Css for the pricetable 
|
*/
.pricetable {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.pricetable table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.pricetable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}

.pricetable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.pricetable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}

.pricetable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}

.pricetable tr:hover td{
	
}

.pricetable tr:nth-child(odd){ background-color:#aad4ff; }
.pricetable tr:nth-child(even)    { background-color:#ffffff; }.pricetable td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.pricetable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.pricetable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.pricetable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.pricetable tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #005fbf 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #005fbf) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #005fbf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#005fbf");	background: -o-linear-gradient(top,#005fbf,005fbf);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.pricetable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #005fbf 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #005fbf) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #005fbf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#005fbf");	background: -o-linear-gradient(top,#005fbf,005fbf);

	background-color:#005fbf;
}
.pricetable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.pricetable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
#thesendwrapper{
	background:#ffffff;
}