html, body{
	height: 100%;
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
}


body.startpage{
	color: #393939;
	padding: 0;
	background: url('../img/bg-pattern.png');
	
}

body.page{
	color: #393939;
	padding: 0;
	background: url('../img/bg-pattern.png');
}

hr{
	border-top-color: #c0c0c0;
}

a img {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   a img:hover {
      opacity: 0.7;
      }

p{
	margin-bottom: 20px;
}

#start-margin{
	margin-top: 22px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -105px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  /*background-color: #f5f5f5;*/
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  /*padding: 71px 15px 0;*/
  padding: 0px 15px 0;
}



#wrap #hero-text{
	text-align: center;
	/*width:860px;*/
	width:70%;
    height:40%;
    margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
}

#wrap #hero-text h1{
	font-size: 50px;
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 100;*/
   	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	/*-webkit-font-smoothing: antialiased;*/
}

#wrap #hero-text p{
	font-size: 30px;
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-style: italic;
	line-height: 35px;
}

.navbar{
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;	
}

.navbar .container hr{
	margin-top: 0;
}

.container > .navbar-header .navbar-brand {
  	margin-left: 0;
  	color: #393939;
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-size: 30px;
	text-decoration: none;
}


#footer{
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;	
	color: #393939;
	padding: 20px 0 10px 0;
	bottom: 0;
}


#footer ul{
	font-size: 90%;
}


#footer .list-inline > li{
	padding-left: 3px;
	padding-right: 3px;
}

/*#footer ul li a:link{
	color: #274995;
}
#footer ul li a:hover{
	color: #234286;
}
*/


#content-container{
	/*margin-top: 40px;*/
	margin-bottom: 40px;
}

/*.page #content-container hr {
	margin-top: 40px;
	margin-bottom: 40px;
}*/

/* General
-------------------------------------------------- */
h2{
	font-size: 32px;
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
}

h3{
	font-size: 18px;
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
}

.project-margin h3{
	margin-top: 4px;
}

.project-margin{
	margin-bottom: 15px;
}

.project-margin div p{
	margin-top: 16px;
}

.project-desc div p{
	margin-top: 0px;
}

.projekt-link{
	position: absolute;
	right: 10px;
	top: -16px;
}

.margin-bottom{
	margin-bottom:22px;
}

ul.list-unstyled li{
	font-size: 18px;
}

ul.list-unstyled{
	margin-right: 28px;
}

.well p{
	margin-top:10px !important;
}

.well{
	font-size: 16px;
}

/* Page: om-oss
-------------------------------------------------- */
#om-oss .lead{
	/*color: #506186;*/
	font-size: 29px;
	font-family: "myriad-pro",sans-serif;
	/*font-family: "Times", "Times New Roman", Georgia;*/
	font-weight: 300;
	font-style: italic;
	line-height: 35px;
	padding: 0px 0px 20px 0;
}

@media (min-width: 992px) {
	.page p{
		line-height: 22px;
	}
}


@media (max-width: 767px) {
	#om-oss .lead{
		font-size: 23px;
		line-height: 29px;
	}

	#wrap > .container{
		padding-top: 0px;
	}
}

/* Page: Pågående projekt
-------------------------------------------------- */

#pagaende-projekt .lead{
	color: #506186;
	font-size: 29px;
	font-family: "Times", "Times New Roman", Georgia;
	font-style: italic;
	line-height: 35px;
	padding: 20px 0;
}

#pagaende-projekt .project-image{
	height: 238px;
	background: center no-repeat;
	-webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;

	-moz-box-sizing: content-box;
	-ms-behavior: url(../../backgroundsize.min.htc);

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

}

#pagaende-projekt .project-image.proj1{
	background-image: url("../img/pagaende-projekt/projekt1.jpg");	
}

#pagaende-projekt .project-image.proj2{
	background-image: url("../img/pagaende-projekt/projekt2.jpg");
}

#pagaende-projekt .project-image.proj3{
	background-image: url("../img/pagaende-projekt/projekt3.jpg");
}

#pagaende-projekt .project-image.proj4{
	background-image: url("../img/pagaende-projekt/projekt4.jpg");
}

#pagaende-projekt .project-description{
	height: 238px;
	background: url("../img/product-pattern.png") top right #506186;
	margin-left: -30px;
	display: inline-block;

	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#pagaende-projekt .project-description .project-text{
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	width: 80%;
	color: #ffffff;
}

#pagaende-projekt .project-description .project-text h3{
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: "Times", "Times New Roman", Georgia;
	font-style: italic;
	font-size: 34px;
}

#pagaende-projekt .project-description .project-text p{
	font-size: 13px;
	line-height: 15px;
}

#pagaende-projekt .project-description .project-link-container{
	width: 100%; 
	height: 34px; 
	color: #ffffff;
	background:rgba(255, 255, 255, 0.1);
	position: absolute;
	bottom: 0px;
}

#pagaende-projekt .project-description .project-link{
	position: absolute;
	right: 16px;
	top: 6px;

}


#projekt #project-header-fix h2{
	margin-bottom: 0px !important;
}

#projekt #project-header-fix p{
	position: relative;
	top: 32px;
}

@media (max-width: 767px) {
	#projekt #project-header-fix p{
		text-align: left;
	}

	#projekt #project-header-fix p{
		position: static;
	}
}




@media (max-width: 479px) {

	#pagaende-projekt .project-description .project-text h3{
		font-size: 24px;
	}
}

@media (max-width: 767px) {


	#pagaende-projekt .lead{
		font-size: 23px;
		line-height: 29px;
	}

	#pagaende-projekt .project-image{
		-webkit-border-radius: 4px;
		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius: 4px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-radius: 4px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;

	}

	#pagaende-projekt .project-description{
		height: auto;
		padding-bottom: 34px;
		margin-left: 0px;
		position: relative;

		-webkit-border-radius: 0px;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius: 0px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-radius: 0px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	#pagaende-projekt .project-description .project-text{
		margin-bottom: 10%;
	}
}

/* Page: Genomförda projekt
-------------------------------------------------- */

#genomforda-projekt .lead{
	color: #506186;
	font-size: 29px;
	font-family: "Times", "Times New Roman", Georgia;
	font-style: italic;
	line-height: 35px;
	padding: 20px 0;
}

#genomforda-projekt .project-image{
	height: 238px;
	background: center no-repeat;
	-webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;

	-moz-box-sizing: content-box;
	-ms-behavior: url(../../backgroundsize.min.htc);

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

}

#genomforda-projekt .project-image.proj1{
	background-image: url("../img/genomforda-projekt/projekt1.jpg");	
}

#genomforda-projekt .project-image.proj2{
	background-image: url("../img/genomforda-projekt/projekt2.jpg");
}

#genomforda-projekt .project-image.proj3{
	background-image: url("../img/genomforda-projekt/projekt3.jpg");
}

#genomforda-projekt .project-image.proj4{
	background-image: url("../img/genomforda-projekt/projekt4.jpg");
}


#genomforda-projekt .project-image.bild-saknas{
	background-image: url("../img/genomforda-projekt/bildsaknas.jpg");	
}



#genomforda-projekt .project-description{
	height: 238px;
	background: url("../img/product-pattern.png") top right #506186;
	margin-left: -30px;
	display: inline-block;

	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#genomforda-projekt .project-description .project-text{
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	width: 80%;
	color: #ffffff;
}

#genomforda-projekt .project-description .project-text h3{
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: "Times", "Times New Roman", Georgia;
	font-style: italic;
	font-size: 34px;
}

#genomforda-projekt .project-description .project-text p{
	font-size: 13px;
	line-height: 15px;
}

#genomforda-projekt .project-description .project-link-container{
	width: 100%; 
	height: 34px; 
	color: #ffffff;
	background:rgba(255, 255, 255, 0.1);
	position: absolute;
	bottom: 0px;
}

#genomforda-projekt .project-description .project-link{
	position: absolute;
	right: 16px;
	top: 6px;

}

@media (max-width: 991px){
	#genomforda-projekt .project-description .project-text h3{
		font-size: 28px;
	}

}

@media (max-width: 479px) {

	#genomforda-projekt .project-description .project-text h3{
		font-size: 24px;
	}
}

@media (max-width: 767px) {

	#genomforda-projekt .lead{
		font-size: 23px;
		line-height: 29px;
	}

	#genomforda-projekt .project-image{
		-webkit-border-radius: 4px;
		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius: 4px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-radius: 4px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;

	}

	#genomforda-projekt .project-description{
		height: auto;
		padding-bottom: 34px;
		margin-left: 0px;
		position: relative;

		-webkit-border-radius: 0px;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius: 0px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-radius: 0px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	#genomforda-projekt .project-description .project-text{
		margin-bottom: 10%;
	}
}


/* Page: kontakta-oss
-------------------------------------------------- */
/*#kontakta-oss{
	color: #ffffff;
}

#kontakta-oss .contact-box a{
	color: #ffffff;
}*/



#kontakta-oss .contact-box{
	color:#fff;
	height: 200px;
	background: url("../img/product-pattern.png") top right #7082aa;
	margin-bottom: 20px;
	border: 1px solid #bbbfc2;
}

#kontakta-oss .contact-box a{
	color:#ffffff;
}

#kontakta-oss #map_canvas{
	height: 200px;
	margin-bottom: 20px;

	
}


#kontakta-oss #map_canvas a img, #kontakta-oss .gmnoprint { display:none; } 


#kontakta-oss .contact-box .contact-text{
	margin-left: auto;
	margin-right: auto;
	padding-top: 7%;
	width: 86%;
}

#kontakta-oss .contact-box .contact-text h3{
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: "myriad-pro",sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 22px;
}






/* Page: Projekt (undersidor)
-------------------------------------------------- */
#projekt #project-images{
	margin-top: 20px;
}
#projekt #project-images a{
	position: relative;
	display: block;
}
#projekt #project-images img{
	/*border: solid 1px #ffffff;*/
	margin-bottom: 16px;
}

#projekt #project-images a::before{
	content: "";

	width: 77px;
	height: 77px;
	position: absolute;
	bottom: 1px;
	right: 1px;
	background: url(../img/zoom.png);
	z-index: 100;
}

@media (max-width: 767px) {
	#projekt #project-images a::before{
		content: "";

		width: 77px;
		height: 77px;
		position: absolute;
		bottom: 1px;
		right: 1px;
		background-image: none;
		z-index: 100;
	}
}



/* @media
-------------------------------------------------- */


@media (max-width: 767px) {
	#wrap > .container{
		padding-top: 0px;
	}

	.navbar-header .navbar-brand {
    	width: 110px;
    	/*padding: 14px 15px;*/
    	padding: 14px 0px;
    	margin-left: 15px !important;
  	}

  	.navbar-fixed-top{
  		position: static;
  	}
}

@media (max-width: 992px) {
	#footer {
	  		height: auto;
	  	}
}


/* iPhone*/
@media (max-width: 768px) {
	

	#footer .list-inline > li{
		display: block;
	}
	.hide-768{
		display: none !important;
	}

}


@media (max-width: 568px) {
	#wrap > .container {padding: 0px 15px 30px 15px;}

	#wrap #hero-text{
		width: auto;
	    height: auto;
	    margin: auto;
	  	position: static;
	  	
	}

	#wrap #hero-text h1{
		font-size: 30px;
		
	}

	#wrap #hero-text p{
		font-size: 20px;
		line-height: 24px;
	}



	/*#footer {
		text-align: center;
	}
	
	.pull-left, .pull-right{
		float: none !important;
	}*/
}



/* Hero slider
--------------------------------------------------*/


 #slides{
      position: relative;
    }
    .slidesjs-pagination {
      width: 63px;
      height: 13px;
      position: absolute;
      bottom: 15px;
      right: 0;
      left: 0;
      z-index: 100;
      list-style: none;

      margin: auto;
      padding: 0px;
    }

    .slidesjs-pagination li {
      float: left;
      margin-right:8px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }




