/*
Theme Name: Syndex 2 Prelaunch
Theme URI: http://www.marckremers.com
Author: Marc Kremers
Author URI: http://www.marckremers.com
Version: 0.8.3
License: GNU General Public License
License URI: license.txt

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	overflow-x: hidden;
}
html#single-serve{
	height: 100%;
}
body {
	font: normal 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow: visible;
}

img::selection {
	background: transparent; /* Safari */
	}
img::-moz-selection {
	background: transparent; /* Firefox */
}


#primary{
	-webkit-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.come-in {
  transform: translateY(60px);
  -o-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  animation: animate-in 0.6s ease forwards;
  -o-animation: animate-in 0.6s ease forwards;
  -moz-animation: animate-in 0.6s ease forwards;
  -webkit-animation: animate-in 0.6s ease forwards; }

.come-in:nth-child(odd) {
  animation-duration: 0.4s; }

@keyframes animate-in {
  to {
    transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1; } }

@-o-keyframes animate-in {
  to {
    transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes animate-in {
  to {
    transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes animate-in {
  to {
    transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1; } }

.come-in-mobile {
  transform: translateY(40px);
  -o-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  animation: animate-in 0.5s ease forwards;
  -o-animation: animate-in 0.5s ease forwards;
  -moz-animation: animate-in 0.5s ease forwards;
  -webkit-animation: animate-in 0.5s ease forwards; }

@keyframes animate-in-mobile {
  to {
    transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); } }

@-o-keyframes animate-in-mobile {
  to {
    transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); } }

@-moz-keyframes animate-in-mobile {
  to {
    transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); } }

@-webkit-keyframes animate-in-mobile {
  to {
    transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); } }

.arrow_custom.prev_arrow{
	
	/* Safari */
	-webkit-transform: rotate(-180deg);

	/* Firefox */
	-moz-transform: rotate(-180deg);

	/* IE */
	-ms-transform: rotate(-180deg);

	/* Opera */
	-o-transform: rotate(-180deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
}
.nav-next .meta-nav .next {
    font-size: 13px;
    display: table;
    padding-right: 32px;
	color: #adadad;
}
.nav-next .meta-nav .next:hover {
	color: #000000;
}
.nav-previous .meta-nav .previous {
    font-size: 13px; 
	color: #adadad;
    padding-left: 32px; 
    display: table;
}
.nav-previous .meta-nav .previous:hover {
	color: #000000;
}

	
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

/* =Global
----------------------------------------------- */

button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	/*height: auto;*/ /* Make sure images are scaled correctly. */
	/*max-width: 100%;  Adhere to container width. */
}
img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
/*a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: #6c6c6c;
}*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */
.menu-top-left-container, .menu-top-right-container, .menu-bottom-left-container, .menu-bottom-right-container{
	position: fixed;
}

.barBehindNav{
	position: fixed;
	z-index: 140;
	width: 100%;
	left: 0;
	opacity: 0;
}

.navigation-main {
	clear: both;
	display: block;
	float: right;
	position: fixed;
	font-weight: bold;
	font-size: 24px;
	z-index: 150;	
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	white-space: nowrap;	
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
	color: black;		
	margin: 0 0 0 20px;
}
.navigation-main li:first-child a{
	margin-left: 0;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
	border-bottom-style: solid;
	padding-bottom: 0;
}
.navigation-main a:hover{
	border-bottom-style: solid;
	padding-bottom: 0;
} 

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* =Syndex
----------------------------------------------- */

#archiveNextPosts{
	display: none;
}

.sprite-spinner {
  overflow: hidden;
  position: relative;
  display:inline-block;
  text-align:left;
  height: 28px;
}

.spinner-wrap {
	display: none;
  	text-align:center;
	padding: 10px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 130; 
}

.pw-wrap{
	width: 100%;
	height: 100%;
	display: table;
	position: absolute;
}

.pw-wrap form{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
}

.navigation-post{

}

.site-title{
	cursor: default;
}

a{
	text-decoration: none;
}

a.post span{
	position: absolute;
	top: 50px;
	left: 50px;
	visibility: hidden;
}

.site-content{
	text-align: center;
	margin: 0;
	overflow: visible;
}

#masonry{
	position: relative;
}

.box{
	overflow: hidden;
}

/*give initial height of 700px so lazy loading works right*/
.post-margin{
	margin: 0;
	font-size: 0;
	/*height: 700px;*/
}

.post{
	position: relative;
	display: block;
	vertical-align: bottom;	
	overflow: hidden;
	height: 100%;
}

.logo-wrap{
	position: relative;
}

.site-header a{
	letter-spacing: -0.04em;
	font-size: 84px;
	line-height: 72px;	
	font-weight: bold;
	color: #111111;
	z-index: 150;
}

.site-header a:hover{
	opacity: 0.5;
}

/*title overlay*/
.title-overlay{

}

.title-overlay h1{

}


/* =Thumbnails on Frontpage
----------------------------------------------- */


/*tiles layout*/

.tile {
  display: block;
  float: left;
  width: 25%;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }
  @media only screen and (max-width: 620px) {
    .tile {
      width: 100%; } }
  @media only screen and (min-width: 620px) and (max-width: 1024px) {
    .tile {
      width: 33.333%; } }
  @media only screen and (min-width: 480px) and (max-width: 960px) {
    .tile {
      width: 50%; } }
  @media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .tile {
      width: 33.333%; } }


/*+ sign for video, text, links posts that are roll-overs*/
.more-info{
	font-size: 24px;
	background-color: white;	
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	cursor: pointer !important;
	z-index: 130;	
	text-align: center;
	font-weight: bold;
	line-height: normal;
	display: none;
	color: black;
}

.text-thumb{
	width: 450px;
}

.text-thumb-table, .overlay-bg-rounded{
	background-color: #999;
	width: 450px;
	height: 450px;
	text-align: center;
	display: table;		
	opacity: 1;
	border-style: solid;
}
.text-thumb .tableCell{
	display: table-cell;
	vertical-align: middle;	
}
.text-thumb a{
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	color: #fff;
	z-index: 120;
	position: relative;
}
.text-thumb a:hover{
	color: #d6d6d6;
}

.image-thumb, .video-thumb{
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.image-thumb > a{
display: block;
}

.zooming-in, .zooming-out{
	max-width: none;
	line-height: 0;
}

#thumbnail{
	opacity: 1;
}

.overlay{
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
}
#lightbox-anchor{
	width: 100%;
	height: 100%;
}
.link-wrapper{
	display: table;
	width: 100%;
	height: 100%;
	color: white;
	position: absolute;
	z-index: 1;
}
.categories-wrapper{
	display: table;
	width: 100%;
	height: 50%;
	color: white;
	position: absolute;
	bottom: 0;
	padding-top: 24px;
	z-index: 2;
}
.link{
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
	line-height: 1.2;
}
.link a{
	color: #fff;
	position: relative;
	z-index: 120;
}

.tfm-on .image-thumb .categories{
	vertical-align: middle;	
}

.categories{
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.categories p{
	z-index: 100;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
} 
.categories p:hover{

}
.overlay-bg, .overlay-bg-rounded{
	background-color: #000000;
	opacity: 0.92;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-thumb iframe{
	opacity: 1;
}

/* =Project Pages
----------------------------------------------- */
.mobile-project-descr-wrap{
	padding: 10% 0 10% 0;	
}


/*avgrund project description*/
.project-descr-wrap{
	display: table-cell;
	vertical-align: middle;	
}

.project-descr{
	padding: 0;
	width: 60%;
	margin: 0 auto;
	border-style: solid;
}

.project-descr p{
	margin-bottom: 0;
}

/*lightbox*/
.lightbox{
	visibility: hidden;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	line-height: 0;	
	cursor: pointer;
}

.lightbox_absolute_positioning {
	position: fixed;
	height: 100%;
	z-index: 9999;
	left: 50%;
	top: 50%;
	line-height: 0;	
}

#lightbox_preloader {
	display: none;
}

.lightbox_close{
	position: absolute;
	top: 0;
	right: 0;
	padding: 30px;
	z-index: 99999;
	color: #000;
	cursor: pointer;
	font: normal 20px 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;	
}

.lightbox_image {
	position: relative;	
	line-height: 0;
	cursor: default;
}

.lightbox_image img{
	visibility: hidden;
	z-index: 400;
	line-height: 0;	
}

.lightbox_background {
	opacity: 0;
	background-color: #ffffff;
	position: fixed;
	width: inherit;
	height: inherit;
	z-index: 350;	
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	line-height: 0;	
}

.lightbox_box_bg{
	opacity: 0;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
}

/*images layover*/
.single .link div{
	position: relative;
	z-index: 120;	
}
.single .image-thumb .categories-wrapper{
	display: none;
}

/*single serve*/
body.single-serve{
	max-height: 100%;
	height: 100%;
}

body.single-serve .inner{
	height: 100%;
}

.single-serve #page, .single-serve .desktop-container, .single-serve .mobile-container, .single-serve #main, .single-serve #page, .single-serve #primary, .single-serve #content{
	max-height: 100%;
	height: 100%;
}

.single-serve #thumbnail
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto !important;
	height: auto !important;
}

.single-serve .video-thumb
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.single-serve #thumbnail { max-height: 100%; }

.single-serve-video .site-content{
	position: relative;
}

.single-serve .image-thumb{
	position: absolute;
	z-index: 100;
	background: transparent;
}

.single-serve .site-content {
	margin-top: 0;
	margin-bottom: 0;
}

/*using this i can make sure the lightbox works with shownavbar*/
.single-serve-relative{
	height: 100%;
	position: relative;
}

.searchform .submit{
	display: none;
}

/*canvas*/

#canvas, .canvas-wrap{
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;	
}

.png-intro{
	position: fixed; 
	width: 100%; 
	height: 100%;
}

.png-intro .bg{
	position: fixed; 
	width: 100%;
	height: 100%;

	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;  	
}


.bg-above{

}

.bg-below{

}

#canvas canvas{
	opacity: 0.8;
}

#masthead{
	z-index: 350;
	position: fixed;
	display: none;
}

#masthead img{
	max-width: 100%;
}

/*prev, next project*/
#nav-below{
	display: none;
}

.nav-previous a{
    left: 0;
    top: 0;
    position: fixed;
    display: table;
    width: 60px;
    height: 100%;
    text-align: center; 
    color: #333;
}

.nav-next a{
    right: 0;
    top: 0;
    position: fixed;
    display: table;
    width: 60px;
    height: 100%;
    text-align: center; 
    color: #333;
}
 
.nav-previous a:hover, .nav-next a:hover{
    opacity: 1;
}
 
.nav-next a{
    right: 0;
    top: 0;
    position: fixed;
    display: table;
    height: 100%;
    text-align: center; 
    color: #333;
}

.nav-next.s a{
	width: 60px;
}
 
.meta-nav{
    display: table-cell;
    vertical-align: middle;
}

.fixed-width-percent{
	width: 100%;
	height: 100%;
}

.fixed-width-percent > a{
	width: 100%;
	height: 100%;	
}

.viewport-off #thumbnail{
	width: 100%;
}

#default-popup{
	/*display: none !important;*/
}
.desktop-container .inner{
	font-size:0;
}

.tooltip{
	position: absolute;
	white-space: nowrap;
	z-index: 201;
}

/*.viewport img, .viewport iframe{
	visibility: hidden;
}*/

.viewport-on .tooltip{
	display: none;
}

.centerMe{
	display: none;
}

.edit-link{
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0.2;
	transition: opacity 0.5s linear;	
}

.edit-link:hover{
	opacity: 1;
	transition: opacity 0.5s linear;
}

.edit-link a{
	font: normal 15px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: gray;
}

.site-content, .mobile-container{
	position: relative;
}
            

/*viewport layout mode*/
.viewport-on .desktop-container .viewport{
	width: 100%;
	position: relative;
	display: table;
}

.viewport-on .desktop-container .videoviewport.viewport{
	width: 100%;
	position: relative;
	display: table;
}

.viewport-on .desktop-container .videowrapper{
	display: table-cell;
	vertical-align: middle;
	width: 90%;
	text-align: center;
}

.viewport-on .desktop-container .post{
	text-align: center;	
	height: inherit;
	width: inherit;
}

.viewport-on .desktop-container .image-thumb{
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.viewport-on .desktop-container .post a{
	display: block;
}

.viewport-on .desktop-container .image-thumb img[src]{
   display: inline;
}

.viewport-on .desktop-container #thumbnail{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;	
}

.viewport-on .desktop-container .image-thumb, .viewport-on .desktop-container .video-thumb{
	background-color: transparent;
}

.viewport-on .desktop-container .video-thumb{
	margin: 0 auto;
}

/*fb,twitter*/
.fbtweet-wrap{
	position: fixed;
	display: none;
	z-index: 141;
}

.fbtweet-wrap .fb-like{
	margin-right: 8px;
}

/*about page*/
.text-container{

}

.about-image-wrap img{
	display: inline-block;
}

/*responsive*/

/*hide full width nav to only display it after we have tested if we should display the stacked nav.
this way we prevent the full nav from flickering*/
.fullwidth-nav, .barBehindNav{
	visibility: hidden;
}
/**/

.stacked-nav{
	display: none;
}

.stacked-nav{
	top: 50px !important;
	right: 50px !important;
	bottom: auto;
	right: auto;
}

.stacked-nav ul li{
	float: none;
}

.stacked-nav ul li a{
	display: inline-block;
}

.stacked-nav ul li a {
	margin-left: 0 !important;
}

/*bootstrap responsive bar*/

.navbar{
	display: none;
}

.navbar-responsive-collapse ul{
	margin: 0;
}

a.navbar-brand{
	color: #555;
}

.navbar-brand{
	min-height: 50px;
}

.navbar-responsive-collapse{
	margin-bottom: 10px;
}
.navbar-nav li:nth-child(1) a:nth-child(1) {
    padding-top: 50px !important;
}

.navbar-toggle{
	border: none !important;
	box-shadow: none !important;
	/*background: #fff !important;*/
}
.navbar-nav > .current-menu-item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: 20px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: black;
}
.navbar-toggle .icon-bar{
	background: black !important;
}

.navbar-inverse .icon-bar{
	background: white !important;
}

.navbar-responsive-collapse{
	height: 100vh !important;
}
.navigation-main a, .navbar a {
    font-family: "Helvetica", sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    font-size: 17px;
	color: #000;
	padding-left: 0;
}

@media all and (min-width: 615px) {
  
    body:after { /* http://adactio.com/journal/5429/ */
        content: 'widescreen';
        display: none;
    }

}

@media all and (max-width: 615px) {

	#nav-below a{
		display: none;
	}

	.page .text-container{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.site-content{
		margin: 0 !important;
	}

	.navbar{
		display: block;
	}
	
	.navbar ul {
		list-style: none;
	}

	#primary {
		padding: 50px 0 0 0 !important;
	}

	.vertically-centered #primary {
		padding: 25px 0 0 0 !important;
	}	

	.single-serve #primary {
		padding: 0 0 0 0 !important;
	}	

	.barBehindNav, .site-header{
		display: none !important;
	}

	#site-navigation{
		top: -9999px; 
	}

    .image-thumb, .video-thumb{
    	margin: 0 0 0 0 !important;    	
    }

    #masthead{
    	display: none;
    }

	#nav-below{
		display: none;
	}

}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}


/*mobile container*/

.mobile-container{
	display: none;
}

.single-serve-off .mobile-container .mobile-image-thumb, .single-serve-off .mobile-container .mobile-video-thumb{
	background-color: transparent;	
}

.mobile-image-thumb{
	line-height: 0;
}

.mobile-container .mobile-image-thumb img{
	width: 100%;
}

.single-serve .mobile-container .video-thumb{
	width: 100% !important;
}

html .last-element, .last-element .fluid-width-video-wrapper{
	margin-bottom: 0 !important;
}



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

	.mobile-container{
		display: block;
	}
	.desktop-container{
		display: none;
	}

	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}

	.categories-wrapper {
		padding-top: 3.2%;
	}
	.single-serve img#thumbnail{
		max-width: none;
		max-height: none;
	}
	
}

.navigation-post.hide {
	display: none !important;
}

.project-descr, .project-descr-wrap {
	display:none;
}
/*
#default-popup, .avgrund-cover, .lightbox {
	display:none;
}*/
