body{ 
	background-image: url();
	color: black;
}
html, body{
	height: 100%;
}
body{
	color: black;  
}

.table{
	display: table;
}
.table-cell{
	display: table-cell;
}
.height-100-percent{ 
	height: 100%;
}
.width-100-percent{
	width: 100%;
}
.vertical-align-middle{
	vertical-align: middle;
}
.title{
	padding: 30px 0 20px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 32px;
	text-align: center;
}
.title_new {
    margin-bottom: 30px;
}
p:empty {display: none !important;}

/*////////////////////
//////////HERO////////
////////////////////*/ 

#hero{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


.hero-right-section{
	color: #d34d48;
}

ul.front-orter-list li a{
	font-size: 20px;
	color: white;
	border: 1px solid white;
	background-color: #d34d48;
	background-color: rgba(210, 75, 70, 0.8);
	display: block;
	padding: 7px 70px;
	margin-bottom: 6px;
	text-decoration: none;
	-o-transition:200ms;
	-moz-transition: 200ms;
	-webkit-transition: 200ms;
	transition: 200ms;

}

@media screen and (max-width: 768px) {

	ul.front-orter-list{
		margin-top: 2em;
	}
}
#hero-title{
	text-align: center;
	font-weight: 100;
	font-family: 'Source Sans Pro', sans-serif;
	z-index: 99;
	color: white;
	font-size: 40px;
	margin: 0;
	margin-bottom: 1em;
	margin-top: 1em;
}
@media screen and (max-width: 992px) {

	#hero-title{
		font-size: 30px;
		left: -316.6405px;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {

	#hero-title{
		font-size: 20px;
		left: -211.094px;
		text-align: center;
		margin-top:0.35em;
	}
}
@media screen and (max-width: 480px) {

	#hero-title{
		font-size: 22px;
		left: -126.656px;
		text-align: center;
		margin-top:0.6em;
		line-height: 1.5em;
	}
}
.hem-hero-content-left-wrapper{
	border: solid 1px white;
	background-color: #d34d48;
	background-color: rgba(210, 75, 70, 0.8);
	height: 294px;
}

.hero-content-left{
	color: white;
	font-size: 20px;
	margin-top: 2em;
	margin-bottom: 2em;

}
.hero-button-kostnadsfri{
	position: absolute;
	font-weight: 300;
	right: 20px;
	bottom: 10px;
}
.hero-button-offert{
	position: absolute;
	font-weight: 300;
	right: 20px;
	bottom: 50px;
}

.btn-style{
	margin-bottom: 2em
}

/*////////////////////
////////Puffar////////
////////////////////*/

.puffar-title{

	padding: 1em 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 32px;
	text-align: center;
}

.links-decoration{
	padding-bottom: 10px;
}

.links{
	background-color: #40434c;


}

.links-title{
	margin: 1em 0 0.5em 0;
	padding-top: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: white;
}


.links-info{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	padding:  0 3em;
	color: white;
}

/*.link-box .links{
	border-right:1px #ccc solid;
}*/



@media screen and (max-width: 992px){

	.links-title{
		margin-top: 2em;
		text-align: center;
	}

	.link-box .links{
		border-bottom:1px white solid;
	}
	.links-info{
		padding: 0 0;
		text-align: center;
	}
}
@media screen and (min-width:992px){

	.link-box{
		display:table;
		width:100%;
	}

	.links{
		display:table-cell;
		float:none;
		border-right:1px #ccc solid;
		text-align: center;
	}
}
.link-box{
	margin-top: 3em;
	margin-bottom: 4em;
}
.link-box .links:last-child{
	border-right:1px transparent solid;
}
.links-decoration a:hover, a:visited, a:link{
	text-decoration: none;
}


.puff-button-parent{
	width:100px;
	margin: 0 auto;
	margin-bottom: 3em;
}
.puff-button{
	
	background-color: #e2473d;
	border: none;
	margin-top: 5px;
    margin-bottom: 8px;
    padding: 5px 24px;
}
.puff-button:hover{
	
	background-color: #df3227;

}

/*////////////////////
/////Illustration/////
////////////////////*/


.illustration-image{ 
	position: relative;
	text-align: center;
}
.illustration-title{
	
	position: absolute;
	left: -377.55px;
	margin-left: 50%; 
	margin-top: 1.5em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	z-index: 99;
	font-size: 32px;
}
@media screen and (max-width: 992px){

	.illustration-title{
		margin-top: 1em;
		font-size: 30px;
		left: -333px;
	}
}
@media screen and (max-width: 768px){

	.illustration-title{
		font-size: 20px;
		left: -222px;
		
	}
}
@media screen and (max-width: 480px) {

	.illustration-title{
		font-size: 14px;
		left: -155px;
		margin-top: 1em;
	}
}

#image-zoom{
	position: absolute;
	z-index: 999;
	display: none;
	margin: 0 auto;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#image-zoom .img-wrapper{
	display: inline-block;
}
#image-zoom .img-wrapper img{
	width: 500px;
}
@media screen and (max-width: 992px) {

	#image-zoom .img-wrapper img{
		width: 150px;
	}
}


/*////////////////////
////////Map///////////
////////////////////*/

.google-map {
	width: 100%;
    height: 400px;
}
.map-title-wrapper{
	/*background-color: #f2f2f2;*/
}


@media screen and (max-width: 768px) {
	
	.title{
		font-size: 22px;
	}
}

/*////////////////////
/////Reference////////
////////////////////*/

.reference-wrapper{
	background-color: #f2f2f2;
}
.reference-img{
	margin-bottom: 2em;
}

/*////////////////////
/////Red Box//////////
////////////////////*/

.red-box{
	background-color: #e66056;
}
.red-box-title{
	color: white;
	padding: 1em 0;
}
.red-box-icons-wrapper{
	width:100%;
	max-height: 300px;
	text-align:center;
}
.business-system-icon{
	margin-top: .5em;
	margin-bottom: .5em;
	color: #d34d48;
	color: white;
	font-size: 40px;
	position: relative;
}

.business-system-icon .fa:after{
	position: absolute;
	display: block;
	right: -20px;
	top: 0;
	font-family: FontAwesome;
	content: "\f061";
	color: white;
	font-size: 12px;
	margin-top: 22px;
}
@media screen and (max-width: 768px) {

	.business-system-icon .fa:after{
		display: none;
	}
}
.icon-col:last-child .business-system-icon .fa:after{
	display: none;
}
.business-system-caption{
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: white;
	margin-bottom: 2em;
}

/*////////////////////
///////Project////////
////////////////////*/


.project-wrapper{
	background-color: #f2f2f2;
}
.project-image{
	padding-bottom: 3em;
}
@media screen and (max-width: 768px) {

	.project-images{
		width: 90%;
	 	margin: 0 auto;
	}
}

/*////////////////////
////Annons/Video//////
////////////////////*/

.video-image-wrapper{
	margin: 3em 0;
}
.video-image{
	margin: 0 auto;
	cursor: pointer;
	cursor: hand;
}
@media (min-width: 768px){

.modal-dialog {
    width: 1000px;
    margin: 30px auto;
	}
}
@media screen and (max-width: 767px) {

	.video-image{
		display: none;
	}
}
.modal-style{
	margin-top: 6em;
}
.button-style{
	margin-top: 20px !important;
}


/*////////////////////
///Parallax (old)/////
////////////////////*/
/*.parallax-window {
	
    height: 350px;
    background: transparent;
    position: relative;
}

@media screen and (max-width: 768px) {

	.parallax-window {

    height: 200px;
    background: transparent;
	}
}*/

/*////////////////////
////Forms box/////////
////////////////////*/

/*This is to fix the success check mark in the form ASK CLAES*/
.has-feedback .form-control-feedback{
	top:-1px;
}

.forms-box{
	padding-top:1em;
	padding-bottom: 1em;
	width:100%;
	background-color: #f2f2f2;
	color:black;
}
.form-contact{
	max-width: 385px;
}

.all-checkbox{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}


/* For honeypot */
.retypeEmail{
	display: none;
}

.modal-dialog .modal-lg{
	margin-top: 5em;
}



.col-contianer {
		display: inline-block;
		width: 100%;
	}
	.col-12 {
		padding: 0 15px;
		width: 100%;
	}
	.col-6 {
	 float: left;
	 padding: 0 15px;
	 width: 50%;
	}
	.col-4 {
		float: left;
		padding: 0 15px;
		width: 33.33%;
	}
	
	@media only screen and (max-width: 767px) {
		.col-6, .col-4 {float: none; width: 100%;}
	}