

/* 1. IMPORT SECTION */

	@import url("http://fonts.googleapis.com/css?family=Raleway:200,300,600,700&subset=latin,latin-ext");




/* 2. BASIC STYLES */

	html{
		  position: relative;
		  min-height: 100%;
	}

	body {
		font-family: "Raleway", Helvetica, Arial, sans-serif;
		font-size: 15px;
		font-weight: 300;
		padding-bottom: 400px;
		line-height: 1.7857;
		letter-spacing: 0.075em;
		color: #000000;
		background-color: #fff;
		-webkit-font-smoothing: antialiased;
	}

	a { 
		color: #000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	a:hover {
		color: #000;
	}

	a, a:hover, a:active, a:focus, button:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}

	#st-preloader {
		background: #FFF;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}

	p {
		line-height: 1.5;
		color: black;
	}

	h1, h2, h3, h4, h5, h6{
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}

	input, textarea{
		outline: none;
	}

	label{
		font-weight: 300;
	}

	#pre-status,
	.preload-placeholder {
		background-image: url(../images/preloader.gif);
		background-position: center;
		background-repeat: no-repeat;
		height: 40px;
		left: 50%;
		margin: -20px 0 0 -20px;
		position: absolute;
		top: 50%;
		width: 40px;
	}

	.preload-placeholder {
		background: none;
		left: 0;
		margin: 0;
		text-align: center;
		top: 65%;
	}

	.st-border{
		width: 34px;
		height: 1px;
		display: block;
		background-color: #000;
	}

	.overlay{
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.8;
	}

	.active{
	background-color:#7f43af;
	}

	.active a{
	color:white;
	}

/* 3. BUTTONS */

	.btn-send{
		background-color:#a256c9;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 8px 14px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-send:hover{
		background-color: #6e398a;
		color: #fff;
	}

	.btn-readmore{
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 10px 20px;
		margin-top: 20px;
		text-transform: uppercase;
		float:right;
		background-color:#a256c9;
		position: absolute;
		bottom: 10px;
		right: 10px;
		/* font-size: 10px; */
	}

	
	.btn-readmore2{
		border-radius: 0;
		border: 0;
		color: #fff;
		padding:7px;
		text-transform: uppercase;
		background-color:#a256c9;
		font-size:13px;
		font-weight:600;
		width: 100%;
	}




/* 4. HEADER */

	#header{}

	#header .navbar {
		min-height: 80px;
		margin-bottom: 0;
		border-radius: 0;
	}

	.st-navbar{
		background-color: #fff;
		border-bottom: 1px solid #f0f0f0;
	}

	.st-navbar ul{
		margin-top: 15px;
	}

	.st-navbar ul li a{
		text-transform: uppercase;
		font-weight: 600;
		padding: 0;
		margin: 14px;
	}

	.st-navbar ul li a:hover,
	.st-navbar ul li a:focus {
		background-color: transparent;
		color: #000;
	}

	.st-navbar .navbar-header{
		margin-top: 13px;
	}

	.st-navbar .navbar-toggle .icon-bar {
		background-color: #000;
	}

	.st-navbar .navbar-toggle{
		margin-top: 19px;
		margin-right: 25px;
		padding: 0;
		border-radius: 0;
	}


	a img{
	height:50px;
	}
/* 5. SLIDER */

	#slider{
		margin-top: 80px;
	}

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		height: 650px;
	}

	#home-carousel .item:before{
		background-color: #000;
		content: "";
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.5;
		position: absolute;
		width: 100%;
	}

	.carousel-caption {
		left: 15px;
		right: 15px;
		top: 50%;
		font-size: 15px;
		text-align: left;
		color: #fff;
		text-shadow: none;
		margin-top: -130px;
		background-color:rgba(0,0,0,0.5);
		width: 40%;
		height: 300px;
	}

	.carousel-caption h1 {
		font-size: 45px;
		margin-bottom:20px;
		line-height:27px;
		letter-spacing:2px;
		font-weight:100;
	}

	.carousel-caption h2 {
		font-size:51px;
		font-weight:600;
		margin-top:0px;
		letter-spacing:2px;
		
	}
		.carousel-caption p {
		font-size:18px;
		font-weight:600;
		margin-top:0px;
		letter-spacing:2px;
		
	}

	.home-carousel-left, 
	.home-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.home-carousel-left {
		left:-32px;
	}

	.home-carousel-right {
		right:-32px;
	}

	#home-carousel:hover .home-carousel-left {
		left:0;
	}

	#home-carousel:hover .home-carousel-right {
		right:0;
	}
	/* Carousel animation */

	#home-carousel .item h1, 
	#home-carousel .item h2, 
	#home-carousel .item p {
		opacity:0;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	#home-carousel .item h1 {
		-webkit-transition: all 0.5s ease-in-out 0.15s;
		-moz-transition: all 0.5s ease-in-out 0.15s;
		-ms-transition: all 0.5s ease-in-out 0.15s;
		-o-transition: all 0.5s ease-in-out 0.15s;
		transition: all 0.5s ease-in-out 0.15s;
	}

	#home-carousel .item.active h1, 
	#home-carousel .item.active h2, 
	#home-carousel .item.active p {
		opacity:1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	#home-carousel .item h2 {
		-webkit-transition: all 0.5s ease-in-out 0.30s;
		-moz-transition: all 0.5s ease-in-out 0.30s;
		-ms-transition: all 0.5s ease-in-out 0.30s;
		-o-transition: all 0.5s ease-in-out 0.30s;
		transition: all 0.5s ease-in-out 0.30s;
	}

	#home-carousel .item p {
		-webkit-transition: all 0.5s ease-in-out 0.45s;
		-moz-transition: all 0.5s ease-in-out 0.45s;
		-ms-transition: all 0.5s ease-in-out 0.45s;
		-o-transition: all 0.5s ease-in-out 0.45s;
		transition: all 0.5s ease-in-out 0.45s;
	}





/* 6. SERVICES */

	#services{
		background-color: #f5f5f5;
		padding-top: 60px;
		padding-bottom: 120px;
	}

	#services .col-md-3{
	 padding:10px;
	}

	.section-title{
		margin-bottom: 50px;
	}

	.section-title h1{
		margin-top: 0;
		text-align:center;
	}

	.st-service{
		margin-top: 30px;
		background-color:#fff;
		border:1px solid #f2f2f2;
		border: 2px double #fff;
		outline: 1px solid #d3bbe6;
		outline-offset: -4px;
		box-shadow:0px 0px 5px #989898;
		padding:15px;
		min-height: 260px;
		height: auto;
	}

	.st-contact{
		margin-top: 30px;
		background-color:#fff;
		border:1px solid #f2f2f2;
		border: 2px double #fff;
		outline: 1px solid #d3bbe6;
		outline-offset: -4px;
		box-shadow:0px 0px 5px #989898;
		padding:20px!important;
		min-height: 200px;
		height: auto;
		text-align:center;
		margin-bottom: 195px;
	}

	.st-service h2{
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 15px;
		text-align:center;
	}

	.st-service h2 i{
		margin-right: 10px;
	}

	.st-service p{
	margin-top:20px;
	text-align:center;
	text-align:center;
	min-height: 48px;
	}
	

	.st-service h2{
	text-align:center;
	}
	
	.col-sm-6{
	
	}

	#tjanster{
	height:auto;
	padding-bottom: 200px;
	}

	#tjanster .st-service{
	height:auto;
	}
	
	.hjalp{
	position:fixed;
	top:20px;
	right:20px;
	width:200px;
	z-index:2000;	
	}

	#tjanster h2{
	font-size:4vw;
	text-align:left;
	}
 
 	.tjanstertextwrapper{
 	}

/* 8. PRICING */
	
	#pricing{
		background-color: #f5f5f5;
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.st-pricing{
		background-color: #fff;
		padding: 40px;
		margin-top: 30px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.st-pricing:hover{
		box-shadow: 0px 0px 18px #ddd;
	}

	.st-pricing h5{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.st-pricing h3{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.st-pricing .st-border{
		width: 100%;
		margin-bottom: 15px;
		background-color: #ccc;
	}

	.st-pricing ul{
		list-style: none;
		padding: 0;
	}

	.st-pricing ul li{
		padding: 12px 0;
		font-size: 15px;
	}

	.st-pricing a.btn-send{
		text-transform: uppercase;
		margin-top: 20px;
		padding: 10px 25px;
	}


/* 9. ABOUT US */
	
	#about-us{
		background-color: #f5f5f5;
	}

	#about-us .about-us{
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 15%;
	}

	#about-us .about-us h4{
		margin-top: 0;
		margin-bottom: 30px;
	}

	#about-us .about-us .btn-send{
		margin-top: 30px;
	}

	#about-us .our-office{
		padding-right: 0px;
	}

	.office-carousel-left, 
	.office-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.office-carousel-left {
		left:-32px;
	}

	.office-carousel-right {
		right:-32px;
	}

	#office-carousel:hover .office-carousel-left {
		left:0;
	}

	#office-carousel:hover .office-carousel-right {
		right:0;
	}

	#office-carousel .item img{
		width: 100%;
	}




/* 13. CONTACT */

    .googlemap{
	width:100%;
	height:400px;
	margin-top:80px;
	}

	.contactwrapper {
		background-color: #E6E6E6;
		padding-top:0px;
		margin-bottom:0px;
		margin-top: 80px;
	}	
	
	.contactstyle{
		border:1px solid #f2f2f2;
		border: 2px double #fff;
		outline: 1px solid #e9e9e9;
		outline-offset: -4px;
		box-shadow:0px 0px 10px #989898;
		margin-bottom: 200px;
	}
	
	.contacttext p {
	font-size:13px!important;
	
}
	
	.contacttext{
	float:left;
	
	}
	
	.contactformstyle{
	margin-top:20px;
	}
	
	
/* PRIS */

    .prisimg{
	width:100%;
	height:400px;
	margin-top:80px;
	background-image: url(/images/slider/01.jpg);
	background-size:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	}
	
	
	#prices{
	background-color: #f5f5f5;
	padding-bottom: 170px;
	}

	#prices .st-service{
	}

	#prices .btn-readmore2{
	}
	
/* 15. FOOTER */

	#footer{
		background-color: #262626;
		padding-top: 40px;
		padding-bottom: 40px;
		color: rgba(255, 255, 255, 0.4);
		position: absolute!important;
		width: 100%;
		bottom: 0px;
	}

	#footer a{
		color: rgba(255, 255, 255, 0.4);
	}
	#footer a:hover{
		color: #fff;
	}

	.footer-social-icons{
		text-align: right;
	}

	.footer-social-icons a{
		margin: 0 5px;
		font-size: 16px;
	}

	.footer-social-icons span{
		margin-right: 10px;
	}

	
 /* TRYGGHET */
 
 #trygghet{
 padding-bottom: 200px;
 }
 
 #trygghet .st-service{
 height:auto;
 }
	
/* 16. SCROLL TO TOP */

	.scroll-up {
		position: fixed;
		display: none;
		z-index: 999;
		bottom: 1.8em;
		right: 1.8em;
	}

	.scroll-up ul{
		margin: 0;
		padding: 0;
	}

	li{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.scroll-up a {
		background-color: #fff;
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		color: #000;
		font-size: 20px;
		line-height: 38px;
		box-shadow: 0px 0px 6px #ccc;
	}

	.scroll-up a:hover,
	.scroll-up a:active {
		background-color: #f5f5f5;
		color: #000;
	}

	.tjanstertext {
	margin-top:17px;
	}
	
	.tjansterbox{
	min-height: 70px;
	border-top:1px solid #c8c8c8;
	padding-left:0px;
	padding-right:0px;
	width:100%;
	float:left;
	cursor:pointer;
	}
	
	.tjansterbox:nth-child(4){
	border-bottom:1px solid #c8c8c8;
	}

@media only screen and (orientation : landscape) and (max-width:480px) {

	.tjanstertextwrapper{
 	width:100%;
	}

 	#tjanster ul{
 	display:none;
 	}

	.carousel-caption{
	width:90%;
	height:90%;
	}

	.st-service img{
	margin-left:43%!important;
	}

	btn{
	margin-left:35%;
	}

	.btn-readmore2{
	margin-left:42%!important
	
	}

	#prices .btn-readmore2{
	width:100px;
	right:25%!important;
	
	}


	.contactformstyle{
	margin-top:0px!important;
	float:none!important;
	}


	.contacttext{
	background-image:none!important;
	}

	
	.prisimg{
	background-size:300%!important;
	height:200px;
	}
	
	.hjalp{
	display:none;
	}

		#prices .st-service{
	height:auto;
	padding-bottom:100px;
	}

	.st-service{
	margin-top:10px!important;
	}
	
	#footer{
	position:relative;
	}

}

@media only screen and (orientation : portrait) and (max-width:320px){ 
	
	#prices .st-service{
	height:auto;
	padding-bottom:100px;
	}

	.tjanstertextwrapper{
 	width:100%;
 	margin-left:0px!important;
 	padding:0px;
	}

 	#tjanster ul{
 	display:none;
 	}

	.logo img{
	width:250px;
	margin-top:7px;
	}


	.carousel-caption {
	left: 15px;
	right: 15px;
	top: 50%;
	font-size: 15px;
	text-align: left;
	color: #fff;
	text-shadow: none;
	margin-top: -130px;
	background-color:rgba(0,0,0,0.5);
	width: 70%;
	height:240px;
		
	}

	.carousel-caption h1{
	font-size:20px!important;
	margin-top:0px;
	}
	.carousel-caption h2{
	font-size:20px!important;
	text-transform:none!important;
	}
	
	.carousel-caption p{
	font-size:15px;
	}

	.section-title h1 span{
	font-size:7vw;
	}

	.btn-readmore{
	font-size:3vw;
	padding:2px;
	width:90%;
	
	}
	
	.contacttext{
	background-image:none!important;
	}

	.hjalp{
	display:none;
	}
	
	.st-service img{
	margin-left:20%!important;
	}

	.st-service{
	/* margin: 10px 10px 15px 10px; */
	}
	
	#footer{
	position:relative;
	}



	
}

@media only screen and (max-width:1570px) {
.hjalp{display:none;}
}

@media only screen and (max-width:480px) {
	
	.tjanstertextwrapper{
 	width:100%;
 	margin-left:0px!important;
 	padding:0px;
	}

 	#tjanster ul{
 	display:none;
 	}

	.section-title h1 span{
	font-size:7vw;
	}

	.logo img{
	width:250px;
	margin-top:7px;
	}

	.carousel-caption {
	left: 15px;
	right: 15px;
	top: 50%;
	font-size: 15px;
	text-align: left;
	color: #fff;
	text-shadow: none;
	margin-top: -130px;
	background-color:rgba(0,0,0,0.5);
	width: 70%;
	height:240px;
		
	}

		.carousel-caption h1{
	font-size:20px!important;
	margin-top:0px;
	}
	.carousel-caption h2{
	font-size:20px!important;
	text-transform:none!important;
	}
	
	.carousel-caption p{
	font-size:15px;
	}

	.section-title h1 span{
	font-size:7vw;
	}
	
	.contacttext{
	background-image:none!important;
	}
	
	.prisimg{
	background-size:300%;
	height:200px;
	}
	
	.hjalp{
	display:none;
	}

	.st-service img{
	margin-left: 0%!important;
	}
	
	#footer{
	position:relative;
	}
	


}

@media only screen and (orientation : landscape) and (max-width:667px){ 

	.tjanstertextwrapper{
 	width:100%;
 	margin-left:0px!important;
 	padding:0px;
	}

 	#tjanster ul{
 	display:none;
 	}
	

	.st-service img{
	margin-left: 0;
	}

	#prices .btn-readmore2{
	 /* margin-right: 10%!important; */
	}

	.carousel-caption{
	width:90%;
	height:90%;
	}

	.contactformstyle{
	margin-top:0px!important;
	float:left!important;
	width:100%;
	}
	
	.contacttext{
	background-image:none!important;
	}
	
	.prisimg{
	background-size:300%!important;
	height:200px;
	}
	
	.hjalp{
	display:none;
	}

	#prices .st-service{
	height:auto;
	padding-bottom: 15px;
	}

	.btn-readmore2{
	margin-left: 0;
	}

	.st-service{
	margin: 10px 10px 15px 10px;
	}
	
	#footer{
	position:relative;
	}



}

@media only screen and (orientation : portrait) and (max-width:375px){ 

	.tjanstertextwrapper{
 	width:100%;
 	margin-left:0px!important;
 	padding:0px;
	}

 	#tjanster ul{
 	display:none;
 	}

	#prices .st-service{
	height:auto;
	padding-bottom: 15px;
	}

	.st-service{
	width:100%;10px10px15px10px:0px!important;
}

	.st-service img{
	margin-left:40%
	}

	.btn-readmore2{
	margin-left: 0%;
	}
	
	.tjanstertext{
	font-size:20px;
	padding-top:5px;
	}
	
	#footer{
position:relative;
}
	

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

	.tjanstertextwrapper{
 	
 
 	padding:0px;
	}



#prices .btn-readmore2{
width:100px;
right:40%!important;

}


.carousel-caption h2{
font-size:18px!important;
margin-top:0px;
}

.contacttext{
background-image:none!important;
/* width:40%; */
}

.contacttext p {
font-size:13px!important;
}

.contactformstyle{

/* width:60%; */

/* float:right; */

margin-top:0px;
}

form label{
float:none!important;
width:100%!important;
text-align:left!important;
}

.btn-send{
/* float:left; */
margin-left: -110px;
}

.logo img{width: 210px!important;margin-top:5px;}

	a img{
	height:40px;
	}

.st-service img{}

.btn-readmore2{}

.hjalp{
display:none;
}

#prices .st-service{height:auto;}

#footer{
position:relative;
}


}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 



form label{
float:none!important;
width:100%!important;
text-align:left!important;
}


.contacttext{
background-image:none!important;
width:40%;
}

.contactinfo p {
font-size:13px!important;
}

.contactformstyle{

width:60%;
float:right;
margin-top:0px;
}

.btn-send{
float:left;
margin-left:-90px;
}

.st-service{
width:100%;
}


.st-service img{}

.btn-readmore2{}

.hjalp{
display:none;
}

#prices .btn-readmore2{}

#prices .st-service{}

#footer{
position:relative;
}

}
