﻿* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', 'tahoma', 'arial', sans-serif;
	font-size: 11px;
	text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* image-rendering: crisp-edges; */
  scrollbar-width: thin;
  scrollbar-color: #ccc #fff;}
  
a,input {
  -webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;}

::-webkit-scrollbar {
    width: 10px;}
::-webkit-scrollbar-track {
    background: #f1f1f1;}
::-webkit-scrollbar-thumb {
    background: #888;}
::-webkit-scrollbar-thumb:hover {
    background: #555;}

::placeholder {
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    font-size: 10px;
    letter-spacing: 1px;
    margin: -20px -10px 0 10px;
    color: #111;
    opacity: 0.8;}    
    
html {
	height: 100%;}	
body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;}
  
a {
  font-size: inherit;
	color: #000;}
a:hover {
	color: #ccc;}	
a.mail { 
  font-weight: bold;
	color: #000;}
a.mail:hover {
	color: #fff;}
a.link_news {
	color: #fff;
	text-decoration: underline;}
a.link_news:hover {
	color: #ccc;}
a.credits {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 9px !important;
  position: relative;
  display: block;
  text-align: center;
  border: none !important;
}
.where a {
	color: #eee;}
.where a:hover {
	color: #aaa;}

.stronger { 
  font-weight: 700 !important;}

strong, i, em {
    font-size: inherit;}
em {
  font-style: normal;
  font-weight: 500;}
#splash_container {
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background: url('gfx/background.jpg');
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  text-align: center;
  overflow: hidden;
  z-index: 5;}
#splash {
  visibility: visible;
  position: relative;}
#splash_logo {
  width: 150px;
  position: relative;
  margin-top: 30px;
  z-index: 30;
  -webkit-filter: invert(1); 
  filter: invert(100%);}
#splash_content {
  position: relative;
  z-index: 30;}
#off_logo {
  position: absolute; 
  top: 10px; 
  right: 10px;}


#splash_content_container { 
  position: relative;
  z-index: 999; 
  margin: 30px auto; 
  width: 100;}
  
/* TODO scalable <fhd*/
#logo_info {
  height: 300px;}  
  
@media screen and (max-height: 700px) {
  #logo_info {
    height: 180px;} 
}
  
  
#splashtag {
  margin: 10% 0 0 25px;
  text-align: left;
  font-size: 30px;
  font-weight: 100;
  color: #ddd;
  border-bottom: 1px dotted #fff;}
.bold {
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;}
#lookwhostalking {
  position: relative;
  text-align: center;
  color: #eee;
  padding: 10px;
  font-size: 15px;
  line-height: 40px;}
#lookwhostalking #uno {
  display: none;
  }
#lookwhostalking p {
  width: 150px;
  height: 45px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-align: left;}
#lookwhostalking p:hover {
  overflow: visible;
  height: 60px;}
#lookwhostalking a {
  width: 150px;
  height: 40px;
  color: #fff;
  display: inline-block;
  margin: 5px 0;
  border: dotted 1px rgba(255,255,255,0.2);
  text-align: center;
  text-transform: uppercase;}
#lookwhostalking a:hover {
  height: 60px;
  margin-bottom: -120px;
  border: dotted 1px rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.1);}

#atitle {
  font-size: 15px;
  color: #fff;}

#splash_footer {
  position: absolute;
  bottom: 15px;
  right: 10px; 
  width: 300px;
  text-align: justify;
  z-index: 5;
  color: #888;}
  
#dotz {
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background: url('gfx/dotz.png');
  overflow: hidden;
  z-index: 20;}
  
.rotator  {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    background: #f00;
    width: 200px;
    height: 200px;
    float: left;
}

#look {
    background: #fff;
	position: relative;
	z-index: 99;
	width: 100vw;
	min-height: 500px;
	margin: auto;}
#look img {
  max-width: 100%;
  max-height: 90vh;
  margin: 15px auto;
  display: block;
  /* image-rendering: crisp-edges; */ }
#look p, #look h1{
  text-align: center;
  margin: 40px 0 10px 0 ;}
#look p:first-child {
  margin: 30px 0 0 0;}
#look h1#cntct_head {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 8px;}
#look .brandname {
    font-size: inherit;
    border-bottom: solid 1px #aaa}
#look_movie {
  width: 100%;
  height: 500px;
  margin: 0 auto;}
#main_movie {
    width: 80vw;
    height: 33.6vw;
    margin: 25px auto;
    background: url('gfx/video_cover.jpg');
    background-size: contain; 
    cursor: pointer;}
  
#forkon {
  margin: 50px 20px 50px 20px;}
#forkon input, #forkon textarea {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  width: 300px;
  height: 40px;
  margin: 3px;
  padding: 10px;
  background: rgba(0,0,0,0.02);
  border: solid 1px;
  border-color: rgba(255,255,255,0.1);
  border-bottom: solid 1px rgba(0,0,0,0.05);
  -moz-box-shadow:none;}
#forkon textarea {
  height: 150px;}
#forkon input:focus, #forkon input:hover, #forkon textarea:focus, #forkon textarea:hover  {
  background: rgba(0,0,0,0.05);
  border-color: rgba(255,255,255,0.2);}
*:focus {
  outline: 0 !important ;
}
#forkon input[type="submit"], #send_thx, #playbutton {
  font-weight: 700;
  margin: 3px auto;
  font-size: 16px;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ddd;
  padding: 5px;
  width: 300px;
  height: 80px;
  background: rgba(255,255,255,1);
  border: solid 1px;
  border-color: rgba(0,0,0,0.1);
  text-align: center;}
#forkon input[type="submit"]:hover,#send_thx:hover {
  background: rgba(255,255,255,1);
  border: solid 1px;
  border-color: rgba(0,0,0,0.3);
  cursor: pointer;}
#forkon input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 10px 0;
  vertical-align: middle;}
label {
    display: inline-block;
	vertical-align: middle;
	padding: 10px;}
#tooltip {
	width: 400px;
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: justify;
	margin: 10px auto;
	display: none;}
#privacy {
	display: none;
	width: 700px;
	background: rgba(255,255,255,0.99);
	border: 1px solid #eee;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	z-index: 999;
	padding: 50px;}
#privacy_policy {
	list-style-type: decimal;}
#privacy_policy li {
	margin: 5px 0;}
#privacy_policy h1 {
	margin: 0 0 20px 0;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    font-weight: 300;
    opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888;
    font-weight: 300;}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #888;
    font-weight: 300;}
#send_thx span {
  font-weight: 300;
  display: inline-block;
  position: relative; 
  top: -20px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;}  
#comments {
  width: 300px;
  margin: 30px auto 0 auto;}
#comments > #forkon {;
  margin: 10px auto 20px auto;}
#comments > #title {
  display: inline-block;
  width: 300px;
  color: #bbb;
  text-transform: uppercase;
  text-align: center;}
#comments > p#title.smlr {
  font-size: 8px;}  
.comment {
  color: #bbb;
  text-align: center;
  margin: 0 0 30px 0;}
.comment_name {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  color: #888;}
.comment_body {
  color: #333;
  line-height: 2;}

#top_bar {
	width: 100%;
	height: 140px;
	position: fixed;
	top: 0;
	z-index: 666;}
#top_bar #menu {
  color: #fff;
  position: relative;
  z-index: 999;} 
#top_bar .logo_gal {
  filter: invert(1);}  
#menu {
  max-width: 900px;
  margin: auto;
  font-size: 15px;
  color: #666;
  padding: 0 0 5px 0;}
#menu a {
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  color: inherit;
  text-transform: lowercase;
  margin: 0 20px 0 0;}
#menu a:hover {
    color: #eee;}
.logo_gal {
  margin: 10px;
  height: 80px;}
  
#socialpane {
  margin: auto;
  padding: 0 0 50px 0;
  text-align: center;
  }
#socialpane p {
  color: #666;
  text-transform: uppercase;}
#socialpane img {
  margin: 10px;
  opacity: 0.2;}
#socialpane img:hover {
    opacity: 0.7;}

#badge img {
	height: 100px;
	margin: 10px;}
    
#nextprev {
  width: 900px; 
  height: 200px; 
  margin: 50px auto; 
  text-align: center;
  font-size: 20px;}
.nextprev {
  font-family: inherit;
  font-size: inherit;
  width: 50%; 
  height: 100%; 
  float: left;}
.nextprevtitle {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;}
  
#footer {
  clear: both;
  width: 100%;
  padding: 30px;
  margin: 0 0 -20px 0;
  border-style: solid;
  border-color: #eee;
  border-width: 1px 0 0 0;
  text-align: center;
  font-size: 12px; 
  font-weight: 100; 
  color: #666;}

#gallery {
  min-height: 500px;
  margin: auto;
  background: #fff;
  position: relative;
  z-index: 99;}
.gallerymin {
  width: 25vw;
  height: 18.5vw;
  margin: 10px;
  background-position: 50%;
  border: solid 1px #ddd;
  float: left;
  opacity: 0.5;
  position: relative;}
.gallerymin:hover {
  opacity: 1;
  cursor: pointer;}

.gallery_table {
	display: table;
	margin: auto;}
.gallery_row {
	display: table-row;}
.gallery_cell {
	display: table-cell;
	border: 5px solid #fff;
	width: 25vw;
	height: 18.5vw;}

.where {
	color: #fff;
	padding: 10px;
	position: absolute;
	bottom: 0;
	vertical-align: bottom;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);}
  
#cntct_photo {
  background: url('gfx/bg_cntct.jpg'); 
  background-size: cover; 
  background-position: center; 
  position: fixed;
  right: 0;
  width: 50%; 
  height: 100%; 
  float: left;}
  
#cntct_content {
  width: 50%; 
  height: 100%; 
  float: left; 
  padding: 10%; 
  text-align: center;}
  
#cntct_head {
  font-size: 30px; 
  font-weight: 300;
  color: #aaa;}

#cntct_lead {
  font-size: 14px; 
  font-weight: 300;
  color: #666;}
  
#cntct_mail {
  font-weight: 700;
  font-size: 13px;
  color: #aaa;
  margin: 15px 0 0 0;}
#cntct_mail a {
  font-family: inherit;
  font-size: inherit;
  color: #666;}
#cntct_mail a:hover {
  color: #aaa;}
#playbutton {
  font-size: 12px;
  font-weight: 100;
  color: #999;
  width: 100%; 
  height: 100%;}
#playbutton:hover {
  cursor: pointer;
  color: #eee;}

img.onas {
    width: 50%;
    border: solid #fff 10px;
    margin: 40px 0;
    }
  
#ourworld {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  padding: 5%;
  z-index: 9998;}
#ourworld_iframe {
  display: none;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.3);
  position: relative; 
  top: -25px;
  z-index: 999;}
#close {
  font-weight: 700;
  width: 25px;
  height: 25px;
  background: #fff;
  position: relative;
  top: -25px;
  left: -25px;
  font-size: 10px;
  line-height: 25px;
  cursor: pointer;}
#playreel {
  font-weight: 700;
  display: inline-block;
  margin: 3px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ddd;
  padding: 20px;
  background: rgba(255,255,255,0.05);
  border: solid 1px;
  border-color: rgba(255,255,255,0.1);
  text-align: center;
  cursor: pointer;}

.offer_header {
    background: #fff !important;}
.offer_header_p {
    margin: 30px 0 !important;
    line-height: initial !important;
    color: #000 !important;}
#offer_logo {
    max-width: 150px;
    position: relative;
    z-index: 30;}
.offer_list {
  width: 40%; 
  margin: 20px auto; 
  line-height: 32px;}
.half {}
.offer_list li {
  position: relative; 
  margin: 0 0 6px 0; 
  padding: 0 0 0 10px; 
  font-size: 14px; 
  color: #666;}
#offer_social {
  padding: 30px 0; 
  text-align: center;
  clear: both;}
#offer_social img {
  margin: 0 7%;
  width: 16px;}
#offer_social a:hover {
  opacity: 0.3;}
.offer_tab {
  width: 60%;
  padding: 50px 0;
  margin: auto;}
.offer_tab_half {
  width: 60%;
  padding: 50px 0;
  margin: auto;}
.offer_title {
  width: 100%; 
  text-transform: uppercase; 
  text-align: center; 
  font-size: 18px; 
  color: #0f7864; 
  font-weight: 500;}
.offer_price {
  width: 100%; 
  font-size: 18px; 
  color: #0f7864; 
  text-transform: uppercase; 
  text-align: center;
  margin: 0 0 70px 0;
  font-weight: 700;}
.offer_tabhead {
  width: 100%; 
  background: #ffb400;}
.offer_tabhead p {
  width: 100%;
  font-size: 20px; 
  color: #fff; 
  line-height: 100px; 
  text-transform: uppercase; 
  text-align: center;}
.offer_text {
  width: 100%;
  background: #eee; 
  padding: 100px 20%;
  clear: both;}
.offer_text p {
  text-indent: 30px;
  width: 60%; 
  font-size: 16px; 
  color: #696969; 
  line-height: 26px; 
  text-align: justify; 
  margin: auto;}
.offer_text p:first-letter {
  font-size: initial;}
.offer_imgset {
  width: 50%; 
  height: 50%; 
  float: left;
  background-size: cover !important;
  background-position: center;
  border-style: solid;
  border-color: #fff;}
.offer_imgset_big {
  width: 100vw; 
  height: 75vh; 
  background-size: cover !important;
  background-position: 50% !important;
  border-style: solid;
  border-color: #fff;}
sub {
  margin: 0 0 0 3px;
  vertical-align: baseline;}
#linkedin_tracker {
  width: 1px; 
  height: 1px; 
  border: 0;}
#ispwp {
	position: absolute;
	bottom: 30px;
    left: 0;
	right: 0;
	margin: auto;
	width: 350px;
	z-index: 999;}
#watchmore {
	position: fixed;
	top: -50px;
	width: 100%;
	height: 50px;
	background: #fafafa;
  ccolor: #333;
	z-index: 9999;
	line-height: 50px;
	text-align: center;}
#watchmore a {
	text-transform: uppercase;
	color: #666 !important;
  font-weight: 700;
  letter-spacing: 2px;}
#watchmore a:hover {
	color: #eee;}

#slider{
	width: 100%;
	height: 100%;
  margin: auto;
	border-style: solid;
	border-color: #fff;
	background: url('slider/01-sesja-na-islandii.jpg');
	background-size: cover;
	background-position: center;
  background-color: #000;
	z-index: 99;
	-webkit-transition: all 0s linear;
	-moz-transition:    all 0s linear;
	-ms-transition:     all 0s linear;
	-o-transition:      all 0s linear;
  cursor: pointer;
  position: fixed;
  top: 0;}
.instafeed {
	width: 100px;
	height: auto;}

.center {
	text-align: center !important;}
.main_block_head {
	font-weight: 300;
	margin: 20px 0 0 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 32px;}
.main_block_text {
	width: 50%;
	margin: 20px auto;
	text-transform: none;
	font-size: 16px;
	line-height: 36px;
	text-align: center;}

.opinion {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;}
.opinion_sign {
	text-align: right;
	margin: 20px 0 0 0;
	font-style: italic;}
.opinioncell {
  display: table-cell;
	width: 25vw;
	height: 18.5vw;
	margin: 10px;
	border: solid 1px #eee;
	padding: 20px;
	float: left;
	opacity: 0.5;
	position: relative;}

#gallery_long {
	width: 70%;
	max-width: 900px;
	margin: auto !important;
	text-align: justify !important;
	padding: 0 0 30px 0;
	--font-size: 18px;
	font-size: var(--font-size) !important;
	line-height: calc(var(--font-size)*2) !important;}
h2 {
    width: 70%;
	margin: 30px auto !important;
	text-align: center !important;
	padding: 0 0 0 0;
	font-size: 18px;}
    
#gallery_long a {
	font-size: inherit;
	font-weight: inherit;
	border-bottom: 1px solid #ddd;}
#hashtag {
    margin: 0 0 100px 0 !important;}
.hashtag {
    display: inline-block;
    margin: 0 5px;
    padding: 10px;
    background: #fafafa;
    text-transform: uppercase;
    font-size: 8px;}

#language {
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 20px;
	z-index: 999;}
#language a {
	font-size: inherit;
	color: #888;}

.pinterest {
    display: none;
    width: 25px;
	height: 25px;
	position: absolute;
	cursor: pointer;}
.pinterest img {
	width: 25px;}
    
.cta {
    background: #333 !important; 
    color: #fff !importanat;}
    
#plans {
    margin: 50px auto 50px auto;
    width: 40%;
    border-collapse: collapse;}
#plans td {
    border-left: solid 1px #fafafa;
    text-align: center;
    padding: 10px;}
tr.light td {
    border-left: solid 1px #fff !important;}
#plans tr.light {
    background: #eee;}
#plans tr.prices {
    background: #fafafa;
    font-weight: 700;}
#plans tr td:first-child {
    text-align: right;
    padding-right: 25px;
    background: #fff;
    text-transform: lowercase;
    font-size: 14px; 
    font-weight: 500;
    color: #666;}
.addwords {
    color: #000;
    font-size: 10px; 
    font-weight: 100;}
.names td {
    border: none !important;
    font-weight: 700;}
.checked {
    font-weight: 700;
    line-height: 12px;
    font-size: 24px;}
    
.mainback {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 75px 0 100px 0;
	margin-bottom: -100px;
}

#look ol {
  text-align: center;
  list-style-position: inside;
}
#look ol li {
    font-weight: 500;
    font-size: 20px !important;
}
p.list {
  width: 70%;
  margin: auto !important;
  text-align: justify !important;
  padding: 0 0 30px 0;
  --font-size: 18px;
  font-size: var(--font-size) !important;
  line-height: calc(var(--font-size)*2) !important;
  font-weight: 400;
}

.ss-embed-container-MWGSnf {
  position:relative; 
  padding-bottom:66.6%;
  height:0; 
  overflow:hidden; 
  margin: auto; 
  max-width:100%;
  text-align: center;
} 
.ss-embed-container-MWGSnf iframe {
  width:60vw !important;
} 

.ispwp_logo {
  margin: 20px;
}

section.workshop {
	width: 100%;
	padding: 0 20px;
	min-height: 100%;
	font-weight: 100;
	  line-height: 1;
	  z-index: 999;
	text-align: right;
	font-family: Poppins, Tahoma, sans-serif;}
.workshop h1, .workshop h2 {
		font-size: 50px;
		text-transform: uppercase;
		display: block;
		font-family: 'Barlow Condensed';
		font-weight: 400;
		text-align: center;
		color: #000;
		position: relative;
		z-index: 9;
		margin: 30px 0 0 0;}	
.workshop .sub-h1 {
	  font-size: 24px;
	  letter-spacing: 0.2px;
	  font-family: inherit;
	  font-weight: 100;
	  text-align: center;
	  text-transform: lowercase;
	  color: #000;
	  position: relative;
	  z-index: 9;
	  margin-top: -30px;}

.workshop .blocktext {
  color: #000;
  font-family: Poppins, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 300;
  width: 40vw;
  margin: 30px auto 0 auto;
  padding: 0 0 0 0;
  line-height: 2;
  text-align: left;
  vertical-align: top;
}
.workshop .blocktext strong {
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
}
.workshop .blocktext strong.er {
  font-size: inherit;
  font-family: inherit;
  font-weight: 700;
}

.centerdate {
  font-size: inherit;
  font-family: inherit;
  display: block;
  margin: auto;
  padding: 20px; 
  text-align: center;
}

	  .workshop a {
		font-size: inherit;
		font-family: inherit;
		border-bottom: 1px solid #666;
	  }


		  .workshop 	  #forkon {
			margin: 20px auto;
			width: 50vw;
			  letter-spacing: 2px;}
			  .workshop ::placeholder {
				color: #111;}
			  .workshop 	  #forkon input, .workshop  #forkon textarea, .workshop select, .workshop option {
		font-size: 13px;
		font-weight: 300;
		color: #111;
		width: 100%;
		height: 40px;
		margin: 3px 0;
		padding: 10px;
		background: rgba(0,0,0,0.1);
		border: solid 1px;
		border-color: rgba(255,255,255,0.1);
		box-shadow: none;
		-moz-box-shadow:none;
		letter-spacing: 1px;}
		.workshop  #forkon textarea {
		height: 150px;}
		.workshop #forkon input:focus, .workshop #forkon input:hover, .workshop #forkon select:hover, .workshop #forkon textarea:focus, #forkon textarea:hover  {
		background: rgba(0,0,0,0.05);
		border-color: rgba(0,0,0,0.2);}
	
	  .workshop  #forkon input[type=radio] {
		  margin: 0;
		  padding: 0;
		  height: initial;
		  width: auto;
		  vertical-align: middle;
		  display: inline-block;}
		  .workshop  #forkon label {
		  margin: 0 5px 0 30px;}

	.logo-partner {
		width: 150px;
		display: block;
		margin: 30px auto;
	}

#workshop-logo {
	width: 15vw;
	margin: 100px auto;
}
#workshop-my {
	width: 50vw;
	margin: 20px auto;
	display: block;
}

.mainbackw {
	background: #fff;
	position: relative;
	z-index: 999;
	padding: 75px 0 100px 0;
	margin-top: 100vh;
	margin-bottom: -100px;
  }

#photo-grid {
	display: grid;
	margin: auto;
	grid-template-columns: repeat(3,1fr);
	align-items: center;
	width: 100%;
	margin-top: 50px;}
.photo-grid-thumb {
	height: 40vw;
	border: solid 0.5px #fff;
}