/************************* GENERAL *************************/

html{
	-webkit-font-smoothing: antialiased;
}


body {
	background-color: #fbfbfb;
	font-family: 'Open Sans';
	font-weight:100;
}


#header {
	background: #fff;
	height: 80px;
	box-shadow: 10px 0px 32px rgba(0,0,0,0.09);
}

#container {
	background-color: transparent;
}

.container.first {
	margin-bottom: 65px;
	-webkit-box-shadow: 0px 0px 20px -9px;
	-moz-box-shadow: 0px 0px 20px -9px;
	box-shadow: 0px 0px 20px -9px;
}

.content-wrapper {
	background-color: #fff;
	padding:50px 15px;
}

.content-wrapper a {
	color: #eb353b;
}

body p {
	font-family: 'Open Sans';
	color: #282828 !important;	
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open sans';
	font-weight: 300 !important;
	color: #282828 !important;	
	margin:0;
}

#menu-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    background-color: rgba(0,0,0,0.85);
    height: 100%;
}

#menu-top ul li a{
	color:#fff;
}

.navbar-default .navbar-brand {
    margin-top: -16px;
    height: 100%;
    position: relative;
    z-index: 1000;
    top: 0;
    left: 0;
}
/****** SLIDESHOW *****/ 

.slideshow{
    height: 250px;
    background:#000;
}

.slides, .slides li, .slideshow-image, .slideshow-image > div {
	height:100%;
}

.slideshow-image > .description {
	height:auto;
}

.slideshow-image > div{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slide-background{
    opacity: 0.7;
}

.slide-wrap{
  max-height: 315px;
  overflow: hidden;
}

.slideshow-image img {
	width: 100%;
}

.sub-page-slide .slideshow-image {
	overflow: hidden;
}

.sub-page-slide .slideshow-image img {
	height: auto;
}

.slideshow .description {
	position: absolute;
	right: 0;
	bottom: 0;
	background: none;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	text-shadow: 0px 2px 20px rgba(0,0,0,0.35);
	left: 0;
	top: 50%;
	text-align: center;
}

.slideshow .description h1 {
	color: #fff!important;
	font-weight: 900!important;
	font-size: 38px;
	margin-top: 0;
}

.slideshow .description p {
  color: #fff!important;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  line-height: 28px;
}

.slideshow .description h3 {
	color: #fff!important;
	font-size: 18px;
	font-weight:300!important;
}

.flex-active-slide{
	z-index:0!important;
}


/****** NAVBAR *****/ 


.navbar-default, .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	border-bottom: none;
}

.navbar-toggle {
    margin-top: 20px;
}

#menu-top ul {
    position: absolute;
    width: 100%;
    top: 50%;
}

#menu-top .close-menu{
	color:#fff;
	font-size: 30px;
	position:fixed;
	right:30px;
	top:30px;
}

#menu-top ul li a{
	color:#fff;
	font-size: 26px;
	font-weight: 100;
	line-height: 50px;
}

.social {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
}

/****** SIDE-MENU *****/ 


#sidebar-left h2 {
	margin-top: 0;
}

.side-menu{
	max-height:0;
	overflow: hidden;	
	margin-bottom:40px;
}

.side-menu.open{
	max-height:100%;
}

.side-menu-toggle{
    background-color: #EEEEEE;
    padding: 10px;
    text-align: left;
}


.side-menu.unselectable {
	margin-top: 8px;
}

.side-menu li {
	border-bottom: 1px solid #f0f0f0;
	display: inline-block;
	width: 100%;
	line-height: 25px;
}

.side-menu.unselectable a {
	color: #282828 !important;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	width: 100%;
}

.side-menu li > a:first-child {
	color: #282828 !important;
	float: left;
	width: auto;
}

.side-menu.nav > li > a:hover:after {
	color: #a6a6a6;
	content: "\f054";
	font-family: 'FontAwesome';
	float: right;
}

.side-menu .fa-plus:before {
	content: "\f067";
	font-size: 10px;
	position: absolute;
	top: -10px;
}

.side-menu .fa-minus:before {
	content: "\f068";
	font-size: 10px;
	position: absolute;
	top: -10px;
}

.nav > li > a {
	padding: 10px 0px;
}

.parent li {
	border-bottom: none !important;
}

.parent li a {
	padding: 5px 0px;
	text-transform: none !important;
}

.side-menu .fa {
	padding-right: 20px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}

/****** FOOTER *****/ 

#footer {
/* 	position: absolute;
	width: 100%;
	bottom: 0; */
	background: url(../img/footer-bg.jpg);
	-webkit-background-size: contain;
	background-size: contain;		
	font-weight: bold;
	color: #969595;
	text-transform: uppercase;
	text-align: center;
}

#footer li {
	padding-top: 50px;
}

#footer a {
	color: #969595;
}


#report-icon {
	font-size: 10px;
	float: right;
	padding: 5px 15px;
	font-weight: 600;
	border: 1px solid #9f9f9d;
	background-color: #fff;
	color: #282828!important;
	text-decoration: none;
	margin-top: 50px;
}

/************************* STARTPAGE *************************/

.startbox-wrapper.col-sm-12 {
	-webkit-box-shadow: 0px 0px 12px -6px;
	-moz-box-shadow: 0px 0px 12px -6px;
	box-shadow: 0px 0px 12px -6px;
	background-color: #fff;
	z-index: 11;
	border: 1px solid  #ececec;
}

.startbox {
	padding: 40px 25px 20px 25px;
}

.startbox.one p{
	padding:10px 0;	
}

.startbox.one a  {
	border: 1px solid #282828;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	color:#282828;
	font-weight: 400;
	letter-spacing:1px; 
	font-size: 11px;
}

.startbox.one a:hover  {
	border: 1px solid #eb353b;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	color:#fff;
	background: #eb353b;
	font-weight: 600;
	font-size: 11px;
}

.startbox.two a.show-all, .startbox.two a.show-all-mobile {
	border: 1px solid #282828;
	padding:8px 15px;
	text-decoration: none;
	color: #282828;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	float:right;
}

.startbox.two a.show-all-mobile{
	float:none;
	display: inline-block;
	text-align: center;
}

.startbox.two a.show-all:hover, .startbox.two a.show-all-mobile:hover {
  border: 1px solid #eb353b;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #eb353b;
  font-weight: 600;
  font-size: 11px;
}

.startbox.two h3{
	float: left;
}


.startbox.three ul li {
  padding-top: 10px;
  background: url('../img/check-bullet.png') no-repeat 0px 15px;
  padding-left: 30px;
  line-height: 25px;
}

.news-section h2 {
	float: left;
}

.links {
	float: right;
}

.news-section .links a {
	background-color: #dedede;
	float: right;	
	padding: 7px 10px;
	text-decoration: none;
	color: #878787;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	width: 104px;
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.news-section .links a:active, .news-section .links a:focus {
	background-color: #fff;
	color: #282828;
	border: 1px solid #a7a7a7;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.news-list-row{
	margin-top:15px;
}

.news-list h2 {
	margin-top: 15px;
}

.news-item {
	border: 1px solid #e3e3e3;
	background-color: #fff;
}

.hook .news-item .title{
	  margin: 15px 0 10px 0;
}

.news-image {
	position: relative;
}

.news-image img{
	width:100%
}

.news-kind {
  position: absolute;
  bottom: -7px;
  color: #fff !important;
  background-color: #eb353b;
  padding: 5px 24px;
  text-align: center;
  font-weight: 700;
}

.news-list .news-item .title a {
	color: #282828;
	text-decoration: none;
	font-weight: 500;
}

.news-content {
	padding: 25px;
	max-height: 150px;
	overflow: hidden;
	transition: all 500ms ease-in-out;
}

.news-content:hover {
	max-height: 500px;
}

.news-item .publish-date {
	font-weight: 600;
	color: #919191!important;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.news-filter ul{
	margin-top:20px;
	display: none;
}

.news-filter ul li {
	display: inline-block;
	margin-left: 10px;
}

.news-filter ul li a {
	color:#878787;
	background-color: #dedede;
	padding: 8px 15px;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	border:1px solid #dedede;
	display: block;
}

.news-filter ul li a:hover {
	text-decoration: none;
	color:#000;
	border:1px solid #000000;
	background:#fff;
}

.news-filter ul li {
	display: inline-block;
	margin-left: 0;
}

.reserved-page.news .news-item {
	border: none;
}

.reserved-page.news .news-item > img {
	border-radius: 0px!important;
	margin-bottom: 10px;
	margin-top: 10px;
}

.reserved-page.news .news-item .title{
	font-size: 24px!important;
}

.news-item-big h1{
    font-size: 32px;
}

.reserved-page.news .news-item .publish-date, .news-item-big .publish-date {
	font-weight: 600;
	color: #fff!important;
	font-size: 12px;
	background: rgb(81, 81, 81);
	padding: 5px 10px;
	border-radius: 3px;
	text-transform: none;
	margin: 10px 10px 0 0;
	display: inline-block;
}

.reserved-page.news .tag, .news-item-big .tag {
	font-weight: 600;
	border-radius: 3px;
	color: #fff!important;
	font-size: 12px;
	background: rgb(211, 62, 62);
	padding: 5px 10px;
	text-transform: none;
	display:inline-block;
}
.reserved-page.news .tag-date-container, .news-item-big .tag-date-container{
	margin:20px -15px;
}

.start-page-quote {
	margin-top: 25px;
	margin-bottom: 25px;
}

.start-page-quote img {
	width: 100%;
}

	/* Instafeed */
	
.col-sm-12.instagram {
	padding: 0;
	margin-top:100px;
	margin-bottom:30px;
}

.instafeed {
	width: 100%;
}

.instafeed .slides li{
	min-height: 0;
}

.instafeed .slides {
	min-height: 0;
}

.instafeed .col-xs-6 {
	padding: 0;
}

#instafeed a {
	display:inline-block;	
	position:relative;
}

#instafeed img {
	width: 12.295%;
}

#instafeed .likes {
  font-size: 25px;
  position: absolute;
  color: #ffffff;
  right: 5%;
  top: 4%;
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}

#instafeed .heart {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 10px;
}

#instafeed .insta-caption {
  color: #fff;
  text-align: center;
  max-width: 85%;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  width: 100%;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  right: 0;
}

.insta-item:hover .insta-filter{
	opacity: 1;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}

.insta-filter {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	height: 100%;
	opacity:0;
	width: 100%;
}



#instafeed a:hover .likes {
	opacity:1;
}



/************************* PAKETLÖSTNINGAR*********************/

.package {
	margin-bottom: 50px;
}

.package .textbox {
	opacity: 0;
	position: absolute;
	top: 0%;
	bottom: 0;
	left: 15px;
	right: 15px;
	/* background-color: rgba(61, 15, 15, 0.66); */
	cursor: pointer;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: all 1s;
}

.package .textbox:hover {
	opacity: 1;	
}

.package .textbox h2 {
	color: #a92c2c !important;
	text-shadow: 0px 3px 7px #000;
}

.package .textbox h2:nth-child(1) {
	/* font-size: 3vw; */
}

.package .textbox h2:nth-child(2) {
	color: #fff !important;
	/* font-size: 2.5vw; */
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}

.package p {
	margin-bottom: 0 !important;
}

.package li:before {
	content: "\f00c    ";
	font-family: FontAwesome;
	color: #4cae4c;
}

.package li {
	padding: 10px 0px;	
	
}

#montage:hover, #montage {
	background-color: transparent;
}

/************************* NYHETER ***************************/

.reserved-page-content .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

.reserved-page-content .news-item {
	padding: 15px;
}

.pagination li a {
	color: #000 !important;
}

.pagination .active a {
	color: #fff !important;
}

/************************* OM TORU ***************************/
.pull-right.facebook-share {
	color: #000 !important;	
	text-decoration: none;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1000;
}

.pull-right.facebook-share:after {
	content: "\f1e0 ";
	font-family: FontAwesome;
}

/************************* KONTAKT ***************************/

.contact h2 {
	margin-top: 0;
}

.contact img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/************************* PROJECT ***************************/

.project-big h1 {
    margin-bottom: 20px;
    font-size: 26px;
}

.project-big p{
	font-size: 16px;
	line-height: 26px;
}

.project-big .gallery .col-xs-2{
	margin-top:20px;
}

.project-big .description{
	padding:20px 0;
}

a.go-back{
	font-weight: 600;
	border-radius: 3px;
	color: #fff!important;
	font-size: 12px;
	background: rgb(211, 62, 62);
	padding: 5px 10px;
	text-transform: none;
	margin-top:30px;
	display:inline-block;
}

.project-big a.go-back .fa-chevron-left{
	margin-right:5px;
	font-size: 10px;
}

.gmap3_container{
	overflow: hidden;
	width:100%;
}

.residential-list {
    padding: 0 15px;
    margin-top: 20px;
}

.residential-list ul li{
	text-align: right;
	display:block;
	padding-top:20px;
}

.residential-list ul li:first-child{
	text-align: right;
	display:block;
	padding-top:0;
}

.residential-list ul li a{
	display: block;
	padding-bottom:10px;
	font-size: 22px;
	color:#333;
	font-weight: 100;
	border-bottom: 1px solid #f2f2f2;
	padding-right:45px;
}

.residential-list ul li:nth-child(1) a{
	background-image:url("../img/green-pin.png");
	background-repeat: no-repeat;
	background-position: right top;
}

.residential-list ul li:nth-child(2) a{
	background-image:url("../img/yellow-pin.png");
	background-repeat: no-repeat;
	background-position: right top;
}

.residential-list ul li:nth-child(3) a{
	background-image:url("../img/red-pin.png");
	background-repeat: no-repeat;
	background-position: right top;
}

.residential-list ul li:last-child a{
	padding-right:0;
}

.project-specs{
	font-size: 16px;
	color:rgb(211, 62, 62);
	padding-left:10px;
}

.spec{
	font-size: 16px;
	font-weight: bold;
	color:#333;
}

.navbar-header {
	margin-bottom: 0;
	position: absolute; 
	width: 100%;
}


@media (min-width: 768px){

	#body.sub-page {
		margin-top: -20px;
		position: relative;
		z-index: 1;
	}

	/****** TOP-MENU *****/ 
	
	
	.navbar-brand > img {
	  display: block;
	  background-color: #fff;
	  padding: 0 0 5px 5px;
	  box-shadow: 0 0 25px -4px rgba(0,0,0,0.4);
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 30px 30px;
		font-size: 16px;
		text-align: center;
	}
	
	.navbar-default .navbar-brand {
		margin-top: -16px;
		height: 100%;
	}
	
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		background-color: transparent;
		color: #282828;
		font-weight: 600;
		background: url(../img/active-menu.png) center bottom no-repeat;
		border-bottom: 1px solid red;
	}
	
	.navbar-default .navbar-nav > li > a:hover {
		background: url(../img/active-menu.png) center bottom no-repeat;
		border-bottom: 1px solid red;
	}
	
	.content-wrapper {
		background-color: #fff;
		padding:50px;
	}
	
	.navbar-header {
		z-index: 10;
		margin-bottom: 110px;
		width:auto;
	}
	
	#menu-top ul li a{
		font-size: 16px;
		font-weight: 100;
		line-height: normal;
	}
	
	#menu-top ul li a{
		color:#222;
	}
	
	#menu-top {
	    background-color: #fff;
	}
	
	#menu-top{
		text-align: center;
		position: initial;
		max-height:80px;
	}

	#menu-top ul {
    	position: static;
	    width: auto;
	}
	
	.social {
	  position: absolute;
	  right: 0;
	  left:auto;
	  top: 25px;
	}
	
	.social img {
		margin-right: 20px;
	}
	
	.navbar {
		margin-bottom: 0;
		border-bottom: none;
	}
	
	.navbar-nav {
		margin: 0;
		display: inline-block;
		float:none;
	}
	
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, 	.navbar-default .navbar-nav > li > a:hover {
		border-bottom: none;
	}	
	
	.social img {
		margin-right: 0px;
	}

	
	#facebook, #linkedin {
		text-decoration: none;
		padding: 0 2px;
	}
	
	.news-filter ul{
		float:right;
		display: none;
	}
	

	#instafeed .insta-caption {
		font-size: 16px;
	}


	/****** FOOTER *****/ 
	
	#footer {
		background: url(../img/footer-bg.jpg);
		-webkit-background-size: cover;
		background-size: cover;
	}

	#footer ul, #footer li {
		display: inline;	
	}

	#footer li {
		padding: 20px 10px 20px 10px;
		
	}

	#footer ul li:after {
		content: " -";
		padding-left: 20px;
	}

	#footer ul li:last-child:after {
		content: " ";
	}
	
	#report-icon {
		margin-top: 0;
	}

	/* STARTPAGE */ 
	
	.startbox.one p {
		color: #6a6a6a !important;
		margin:20px 0 30px 0;
		font-size: 16px;
	}
	
	.startbox.one p{
		padding:0;	
	}
	
	.startbox-wrapper.col-sm-12 {
		margin-top: -50px;
	}
	
	.startbox.three {
		padding-left: 40px;
	}
	
	.startbox.three ul {
		margin-top:5px;
	}
	
	.news-section.col-sm-12 {
		padding: 0;
	}
	.links {
		float: none;
	}

	.news-section .links a { 
		width: 118px;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 1px;
	}
	
	.news-item {
		margin-right: 10px;	
	}

	.news-item:last-child {
		margin-right: 0px;	
	}
	
	.reserved-page.news .news-item .title{
		font-size: 30px!important;
	}
			
	.start-page-quote {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.package .textbox h2:nth-child(1) {
		font-size: 3vw;
	}

	.package .textbox h2:nth-child(2) {
		font-size: 2.5vw;
	}
	
	#instafeed a {
		width: 16.66666667%;
	}
	
	.slideshow {
		position: relative;
		height: 100%;
	}

	.slideshow .description strong {
	    font-size: 0.5em;
	    text-transform: uppercase;
	    letter-spacing: 0.8em;
	}

	
	.slideshow .description h1 {
	    color: #fff!important;
	    font-weight: 900!important;
	    font-size: 70px;
	    margin-top: 0;
	    margin-bottom: 10px;
	}
	.slideshow .description p {
		color: #fff!important;
		font-size: 28px;
		font-weight: 400;
		margin-top: 10px;
		line-height: 28px;
	}
	
	.slideshow .description h3 {
		color: #fff!important;
		font-size: 38px;
		font-weight:300!important;
	}	
	
	.side-menu{
		max-height:100%;
		overflow:visible;	
		margin-bottom:0;
	}

	.side-menu-toggle{
		display: none;
	}

	
	.slides, .slides li, .slideshow-image, .slideshow-image > div {
		height:100%;
		min-height:500px;
	}
	.slideshow-image > div.description {
		height:auto;
		min-height: 50px;
	}
	
	.project-big h1{
		margin-bottom:20px;
		font-size: 30px;
	}
	
	.spec{
		font-size: 20px;
	}

	.project-specs{
		font-size: 20px;
	}
	

@media (min-width: 992px){



}

@media (min-width: 1200px){

}

@media (min-width: 1400px){
	.container 	{
		width: 1300px;
	}
}

