* { box-sizing: border-box; }

/* -------------------------------------------------- TYPE */


	
	
body{
	color: #333;
	-webkit-font-smoothing: antialiased;
	  font-family: "franklin-gothic-urw", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
p{
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 1em 0;
	font-size: 1.000rem;

}

p i, p em{
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

h1 {
	font-size: 3rem;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}
h2 {
	font-size: 2rem;
	margin-top: 1em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5rem;
	margin-top: 1.25em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
h4 {
	font-size: 1.00rem;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h5 {
	font-size: 1.125rem;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h6 {
	font-size: 1rem;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a, a:visited, a:active{
	color: #333;
	-webkit-transition: all 1s;
	transition: all 1s;
}

a:hover{
	color: #000;
	
}

b, strong{
	font-weight: bold;
}

/* -------------------------------------------------- BUTTONS */
.std-button, .std-button:visited {
	border: 1px solid #000000;
	text-decoration: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000000;
	display: inline-block;
	font-size: 1.250rem;
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1;
	padding: 14px 10px 10px 10px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.std-button:hover{
	border: 1px solid #999999;
	color: #999999;
}


/* -------------------------------------------------- HEADER */

header{
	text-align: center;
	padding: 40px;
}


.clear-both{
	clear: both;
}
/* -------------------------------------------------- ISOTOPE MASONRY */



/* force scrollbar */
html { overflow-y: scroll; }

body {  background-color: #f3f3f3;}

/* ---- grid ---- */

.grid {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 360px;
}

.grid-item {
  float: left;
 
}

.grid-item img {
  display: block;
 
 
}

/* ---- .grid-item styles ---- */

.work-item{
	padding: 10px;
}
.work-item-inner{
	padding: 20px;
	background-color: #fff;
	
}
.work-item-inner h4{
	font-weight: bold;
}
.work-item-inner p{
	margin: 0 0 1em 0;
}


/* ---- FILTER button ---- */
.filters{
	width: 100%;
	max-width: 1440px;
	margin: 10px auto;
	text-align: center;
}

.button-group{
	display: inline-block;
	margin: 10px;
}

.button-group h3 {
  display: none;
  font-size: 1.000rem;
}


.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #FFF;
  border: none;
  border-radius: 7px;
 font-family: "franklin-gothic-urw", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  text-shadow: 0 1px white;
  cursor: pointer;
  outline: none;
}

.button:hover {
  background-color: #e5e3e3;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #e4e3e3;
   outline: none;
}

.button.is-checked {
  
   outline: none;
}

.button:active {
  
   outline: none;
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 3px 0 0 3px;}
.button-group .button:last-child { border-radius: 0 3px 3px 0; }

#msg-box p{
	font-size: 1.250rem;
}

#msg-box{
	display: none;
}

/* -------------------------------------------------- CONTAINER  */    

.container{
	width: 96%;
	max-width: 1440px;
	margin: 0 auto 10px auto;
	padding: 10px;
	text-align: center;
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4 {
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0 0;
	font-size: 1.875rem;
	font-weight: normal;
	color: #999;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.section-title-top{
	margin-top: 60px;
}



/* -------------------------------------------------- SWIPER - MAIN CAROUSEL  */   



.feature{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 60px auto;
	padding: 10px;
	position: relative;
}

.feature-mobile{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 30px auto;
	padding: 10px;
	position: relative;
	display: none;
}

.swiper-container {
    width: 100%;
}

.swiper-container-mobile {
    width: 100%;
}

.swiper-slide {
	
	
}

.swiper-slide-inner{
	width: 100%;
}

.swiper-slide-inner img{
	width: 100%;
	max-width: 100%;
}


.custom-next-btn:hover, .custom-prev-btn:hover{
	opacity: 1.0;
}

.swiper-pagination{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.swiper-pagination-bullet{
	margin: 0 5px;
}

.swiper-pagination-bullet-active{
	background: #333 !important;
}

.swiper-pagination-mobile{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.swiper-pagination-bullet{
	margin: 0 5px;
}

.swiper-pagination-bullet-active{
	background: #333 !important;
}

/* -------------------------------------------------- ABOUT  */  

.about_intro h1{
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 2.875rem;
	font-weight: normal;
	color: #333;
	font-style: italic;
	margin-top: 0;
}

.about_intro p{
	  font-family: "franklin-gothic-urw", "Helvetica Neue", Arial, Helvetica, sans-serif;
	  font-size: 1.250rem;
	  line-height: 1.5;
	  color: #666;
}

.about_intro p.quote-source{
	color:#333;
	font-size:1.000rem;
	font-style: italic;
}

.about_intro h1, .about_intro h2, .about_intro h3, .about_intro h4, .about_intro h5, .about_intro h6, .about_intro p{
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.timeline-title-container{
	width: 96%;
	max-width: 1440px;
	margin: 80px auto 0 auto;
	padding: 10px 10px 0 10px;
	text-align: center;
}

.timeline-title h2{
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0 0;
	font-size: 1.875rem;
	font-weight: normal;
	color: #999;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.about-btn{
	display: block;
	font-size: 1.250rem;
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1;
	padding: 14px 10px 10px 10px;
}

.about-btn-column{
	width: 25%;
	float: left;
	padding: 0 20px;
}

.about-section {
	margin-top: 40px;	
	font-size: 1.000rem;
	line-height: 1.4;
	color: #666;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.about-section h3 {
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0 0;
	font-size: 1.250rem;
	font-weight: normal;
	color: #333;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	display: inline-block;
}

.about-section h4 {
	margin: 50px auto 0 auto;
	font-size: 1.000rem;
	font-weight: bold;
	color: #000;
	

}

.about-section p{
	font-family: "franklin-gothic-urw", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.000rem;
	line-height: 1.4;
	color: #666;
}

.about-writings .news-article:first-of-type{
	margin-top: 60px;
}

ul.inline-list{
	list-style: none outside none;
	margin: 20px 0;
	padding: 20px 0;
}

ul.inline-list li{
	display: inline-block;
}

ul.inline-list li span{
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: 10px;
}

ul.inline-list li a, ul.inline-list li a:visited{
	text-decoration: none;
}

ul.block-list{
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 0;
}

ul.block-list li{
	display: block;
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}

ul.block-list li i, ul.block-list li p i, ul.block-list li em, ul.block-list li p em{
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333;
	font-size: 1.250rem;
	margin: 10px 0;
	display: inline-block;
}

/* -------------------------------------------------- NEWS  */ 



.news-article{
	padding-bottom: 100px;
	color: #666;
	font-size: 1.125rem;
	line-height: 1.4;
	color: #666;
	text-align: left;
}

.news-article img{
	max-width: 100%;
	height: auto;
}


.news-article img[style] {
	max-width:100% !important;
	height:auto !important;
}

.news-article p{
	font-family: "franklin-gothic-urw", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	line-height: 1.4;
	color: #666;
	
}
.news-article h1, .news-article h2, .news-article h3, .news-article h4, .news-article h5, .news-article h6, .news-article p{
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}


.news-article h1 {
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	font-size: 1.875rem;
	font-weight: normal;
	color: #999;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	display: block;
	text-align: center;
	
}

.news-article h1 a, .news-article h1 a:visited{
	text-decoration: none;
	color: #999;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.news-article h1 a:hover{
	color: #333;
}

p.news-date{
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}


/* -------------------------------------------------- CONTACT */ 
	
.contact-image{
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	max-width: 370px;
	height: auto;
	margin: 0 auto 60px auto;
	
}


.contact-details, .contact-details p{
	font-family: "franklin-gothic-urw", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	line-height: 1.4;
	color: #666;
}


/* -------------------------------------------------- REPSONSIVE VIDEO CONTAINER  */   

.video-wrapper{
	width: 90%;
	max-width: 1440px;
	margin: 80px auto;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.home-video .video-wrapper{
	margin: 0 auto 50px auto;
	width: 100%;
	max-width: 1440px;
}
/* -------------------------------------------------- FOOTER */    

.container-60pxs-spaced{
	margin: 60px auto;
}


.container-60pxs-spaced a.std-button{
	font-size: 1.250rem;
	font-family: "futura-pt", "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1;
	padding: 14px 10px 10px 10px;
}

footer{
	height: 100px;
	border-top: 1px solid #ccc;
	width: 100%;
	max-width: 1440px;
	margin: 60px auto 10px auto;
	padding: 20px 10px;
	font-size: 0.875rem;
	color: #999;
}

.footer-left{
	width: 50%;
	float: left;
	text-align: left;
}

.footer-right{
	width: 50%;
	float: right;
	text-align: right;
}

.site_by_mattias{
	display: inline-block;
	text-decoration: none;
	width: 30px;
	height: 30px;

}
/* -------------------------------------------------- MEDIA QUERIES */    

/* Small desktop */

@media (max-width: 1440px){
	.grid {
	 	max-width: 1080px;
	}

	
}
    
/* Tablet */

@media (max-width: 1090px){
	.grid {
	  max-width: 1020px;
	}
	.grid-sizer,
	.grid-item {
	  width: 340px;
	}
	.work-item-inner{
		padding: 10px;
	}
}


/* Tablet -Portrait */

@media (max-width: 1020px){
	
	.grid {
	  max-width: 720px;
	}
	
	.grid-sizer,
	.grid-item {
	  width: 360px;
	}
	.work-item-inner{
		padding: 20px;
	}
	



}

/* Mobile */

@media (max-width: 736px){
	
	header{
		text-align: center;
		padding: 40px 40px 20px 40px;
	}


	.feature{
		display: none;
	}
	.feature-mobile{
		display: block;
	}
	.grid {
	  max-width: 320px;
	}
	
	.grid-sizer,
	.grid-item {
	  width: 320px;
	}


	.grid-item {
	  float: none;
	}
	
	.work-item{
		padding: 10px 0;
	}
	.work-item-inner{
		padding: 10px;
		background-color: #fff;
		
	}
	
	.buttons-wrap{
		display: none;
		margin-top: 3px;
	}
	.button-group .button {
		display: block;
		float: none;
		width: 100%;
		
	}
	.button-group {
		display: block;
		max-width: 320px;
		margin: 10px auto;
	}
	
	.button-group h3 {
	  display:block;
	  border: 1px solid #ccc;
	  border-radius: 3px;
	  padding: 5px 10px;
	  cursor: pointer;
	  margin: 0;
	  text-align: left;
	  line-height: 30px;
	}
	
	.button-group h3 i{
		opacity: 0.5;
		margin: 0 5px;
		float: right;
		line-height: 30px;
	}
	
	.button-group h3 i:after {
	  content: '';
	  display: block;
	  clear: both;
	}
	
	.button-group .button:first-child { border-radius: 3px 3px 0 0;}
	.button-group .button:last-child { border-radius: 0 0 03px 3px; }
	
	/* -------------------------------------------------- ABOUT  */  

	.about_intro h1{
		font-size: 2.00rem;
	}
	
	.about_intro p{
		 font-size: 1.000rem;
		  line-height: 1.4;
	}
	.about_intro p.quote-source{
		font-size:0.875rem;
	}
	.about-btn{
		display: block;
		font-size: 1.000rem;
	}
	.about-btn-column{
		width: 100%;
		float: none;
		padding: 0 20px;
		margin: 5px 0;
	}
	
	/* -------------------------------------------------- NEWS */ 
	.news-article h1 {
		font-size: 1.250rem;
	}
	
	.news-article p{
		font-size:0.875rem;	
	}
	
	.news-article{
		padding-bottom: 60px;
	}
	
	p.news-date{
		margin-bottom: 30px;
	}
	
	/* -------------------------------------------------- CONTACT */ 
	.contact-image{
		
		max-width: 260px;
		margin: 0 auto 30px auto;
		
	}
	
	
	/* -------------------------------------------------- REPSONSIVE VIDEO CONTAINER  */   

	.video-wrapper{
		width: 96%;
		margin: 30px auto;
	}
	
	.home-video .video-wrapper{
		margin: 0 auto 30px auto;
	}


}


