.btn-default{
    height: auto;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    background: #444;
    font-weight: 900;
    text-transform: uppercase;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: noßne!important;
    padding: 0 20px;
}

#btnKeywords, #btnCleanResult{
    height: auto;
    font-size: 13px;
    color: #000;
    line-height: 50px;
    text-align: center;
    background: #eee;
    font-weight: 900;
    text-transform: uppercase;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none!important;
    border: none;
    padding: 0 30px;
    border-radius: 0px;
}

.col-sm-12.webbTextContainer{
    margin-bottom: 30px;
	margin-top:50px;
}

.form-group {
    margin-bottom: 50px;
}

#navigationBarTopRow {
    display: block;
}

.col-sm-12 {
    margin-top: 10px;
}

div#divMainCals {
    margin-bottom: 30px;
}

ul.nav.nav-tab.nav-justified {
    margin-bottom: 50px;
}

a.btn.btn-primary, #btnbook2{
	margin-top: 10px;
    height: auto;
    font-size: 13px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #D30F1C;
    font-weight: 900;
    text-transform: uppercase;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none!important;
    border: none;
    padding: 0 30px;
    border-radius: 0px;
}

.btn-default:hover{
    background: #444 !important;
    color: #fff !important;
    opacity: 0.8;
}


h4.objectPrice:before {
    content: "Pris: ";
}

h4.objectPrice {
    text-align: left;
}

.h4, h4{
	font-size:22px;
}

.btn-group-justified {
    margin-bottom: 10px;
}

body:after {
    content: "";
    height: 120px;
    background: #e51725;
    position: absolute;
    width: 100%;
}

footer{
    margin-bottom: 100px;
}

#bravo_header{
	background: #D30F1C; 
	margin-bottom: 20px;
}

#bravo_yellow{
	display: inline-block; 
	background: #FEE63D; 
	padding: 13px; 
	padding-top: 20px; 
	padding-bottom: 20px;
}

#bravo_yellow img{
	width: 80px;
}