/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/
	
	
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
 
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */	
	
/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
	padding: 20px 0 20px 20px;
	font: 16px/24px Georgia, serif;
	line-height: 1.7em;
	/*background: rgb(250,250,250);*/
	color: rgb(30,30,30);
 
}

#background {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-image: url(bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	margin: 0;
}
a {
	
}

.clear {
	clear: both;
}
h1, h2, h3 {
    display: inline-block;
}

.border {
	margin: 20px;
	padding: 10px;
	border: 1px solid #ccc;
}

label {
	font-size: 0.7em;
	line-height: 0.4em;
}

.big {
	display: block;
	font-size: 2.2em;
	line-height: 1.4em;
	color: #333;
}
h2.big {
	font-size: 1.6em;
}

#subpage {
	width: 460px;
	margin: 0 auto;
}

.event {
  width: 220px;
  height: 220px;
  /*margin: 5px;*/
  float: left;
  position: relative;
  background: #00B358;
  color: rgb(5, 58, 31);
  /*
  -webkit-border-top-right-radius: 1.2em;
      -moz-border-radius-topright: 1.2em;
          border-top-right-radius: 1.2em;
		  
		  */
	/*border-radius: 0.4em;		  */
	margin: 5px; 
	border: 0px solid #ccc;
	
	
}

.event * {
  position: absolute;
  margin: 0;

}

.event .etitle {
  left: 10px;
  bottom: 40px;
  font-size: 1.2em;
  line-height: 1.0em;
  color: #FFF;
  cursor:pointer;
  text-shadow:0 0 3px #000;
  filter: progid:DXImageTransform.Microsoft.Glow(color=000000,strength=1);
}
.event.large .etitle {
  font-size: 2.5em;
}

.event.fake .etitle {
  color: #000;
}

.event .eplace {
  left: 11px;
  bottom: 10px;
  font-size: 1.0em;
  text-shadow:0 0 3px #fff;
  /*filter: progid:DXImageTransform.Microsoft.Glow(color=ffffff,strength=1);*/
}

.event .weight {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}

.event .number {
  font-size: 1.4em;
  font-weight: bold;
  color: #007439;
  right: 0.5em;
  top: 0.5em;
  text-shadow:0 0 5px #fff;
  /*filter: progid:DXImageTransform.Microsoft.Glow(color=ffffff,strength=1);*/
}
.event .clickinfo * {
	position: static;
}
.event .clickinfo {
	font-size: 0.9em;
	position: relative;
	display: none;
	background-color: #fff;
	color: #333;
	height: 230px;
	border: 1px solid #ccc;
	margin: 10px;
	padding: 10px;
	top: 110px;
	overflow: hidden;
}


.clickinfo .einfo {
	position: static;
	line-height: 1.5em;
}
.clickinfo .elink a {
	white-space: nowrap;
}

.variable-sizes .event.width2 { width: 450px; }

.variable-sizes .event.height2 { height: 450px; }

.variable-sizes .event.width2 .etitle {
	font-size: 2.2em;
}
.variable-sizes .event.width2 .eplace {
	font-size: 1.2em;
}

.variable-sizes .event.width2.height2 {
  font-size: 1.4em;
}

/*
.event.large,
.variable-sizes .event.large,
.variable-sizes .event.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}
*/


.event .header {
	font-weight: bold;
	color: #007439;
	left: 20px;
	top: 0.5em;
	text-shadow:0 0 5px #fff;
	font-size: 60px;
	letter-spacing: -1px;
	color: #84E900;
}

.event.width2 .header {
	left: 20px;
	top: 0.5em;
	font-size: 120px;
	letter-spacing: -1px;
	text-shadow: 0 0 3px #555;
}
#och {
	left: 100px;
	top: 40px;
	font-size: 25px;
	color: #ccc;
}
.width2 #och {
	left: 20px;
	top: 65px;
	font-size: 40px;
}
#skrutt {
	left: 50px;
	top: 65px;
	font-size: 40px;
	color: #FF3D00;
	
}
.width2 #skrutt {
	left: 20px;
	top: 105px;
	font-size: 72px;
}
#copy {
	font-size: 26px;
	line-height: 36px;
	margin-left: 0.1em;	
	margin-bottom: 0.5em;
	color: #007439;
}

.variable-sizes .event.width2 .etitle.subheader {
	bottom: 0.2em;
	font-size: 1.8em;
}

.variable-sizes .event .etitle.subheader {
	bottom: 0em;
	font-size: 1.2em;
	bottom: 0.1em;
	margin: 10px;
	cursor:auto;
	filter: progid:DXImageTransform.Microsoft.Glow(enabled = false);
}


.event.feature { 
	background: transparent;
	border: 0px solid transparent
}


.event.green          { background: #84E900 }
.event.green .eplace          { color: #007439; text-shadow:0 0 1px #62D99C }


.event.white          { background: #fff; margin: 5px; border: 0px solid #ccc;*/ }
.event.white	.number { text-shadow:0 0 2px #eee;/*filter: progid:DXImageTransform.Microsoft.Glow(color=eeeeee,strength=1);*/}
.event.white	.etitle { color: #333; text-shadow:0 0 1px #ccc;filter: progid:DXImageTransform.Microsoft.Glow(enabled = false);}
.event.white	.eplace { color: #A62800;  text-shadow:0 0 2px #eee;/*filter: progid:DXImageTransform.Microsoft.Glow(color=eeeeee,strength=1);*/}
.event.dark		 {background: #FF3D00 }
.event.dark	.number { color:rgb(250, 246, 142); text-shadow:0 0 5px #333;/*filter: progid:DXImageTransform.Microsoft.Glow(color=333333,strength=1);*/}
.event.dark	.eplace { color: rgb(255, 255, 37); text-shadow:0 0 3px #333;/*filter: progid:DXImageTransform.Microsoft.Glow(color=333333,strength=1);*/}
.event.pink		 {background: #D9005B }
.event.pink	.number { color: #BAF46E; text-shadow:0 0 5px #8D003B;/*filter: progid:DXImageTransform.Microsoft.Glow(color=333333,strength=1);*/}
.event.pink	.eplace { color: #62D99C; text-shadow:0 0 3px #333;/*filter: progid:DXImageTransform.Microsoft.Glow(color=333333,strength=1);*/}


#waiting {
    color: #767676;
    text-align: center;
}


.success {
    width: 298px;
    background: #a5e283;
    border: #337f09 1px solid;
    padding: 5px;
}

.error {
    width: 298px;
    background: #ea7e7e;
    border: #a71010 1px solid;
    padding: 5px;
}

.event .adcaption {
	right: 15px;
	top: 2px;
	font-size: 10px;
	color: #ccc;
	line-height:10px
}

.event .smallad {
	left: 10px;
	top: 12px;
}

.event .qrcaption {
	left: 5px;
	width: 208px;
	bottom: 10px;
	font-size: 14px;
	color: #007439;
	font-size: 14px;
	font-weight: bold;
	color: #007439;
	text-align: center;
}

.event .smallqr {
	left: 32px;
	top: 22px;
}

.event .readmore {
  right: 11px;
  bottom: 10px;
  font-size: 1.2em;
  text-shadow:0 0 3px #fff;
  /*filter: progid:DXImageTransform.Microsoft.Glow(color=ffffff,strength=1);*/
}

.variable-sizes .event.width2 .readmore {
	font-size: 1.3em;
}
.longtext
{
	padding: 10px;
	margin: 5px;
	background-color: #fff;

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;	
}

.longtext h1,h2,h3,h4,p,div {
	display: block;
	margin: 0.5em 0;
}
.longtext h1 {
	font-size: 2em;
	font-weight: bold;
}
.longtext h2 {
	font-size: 1.4em;
	font-weight: bold;
}
.longtext h3 {
	font-size: 1.2em;
	font-weight: bold;
}
.longtext h4 {
	font-size: 1.0em;
	font-weight: bold;
}
.longtext img {
	vertical-align:middle;
}
.longtext strong {
	font-weight: bold;
}
.longtext em {
	font-style: italic;
}
.longtext blockquote  {
	margin-left: 65px;
	font-style: italic;
	font-size: 0.9em;
}

.menu {
	text-align: center;
	margin: 20px 5px;
}
.menu a {
	display: inline-block;
	background-color: #fff;
	padding: 10px;
	margin: 5px;
}

.event.width2.scale
{
	width: 100%;
	max-width: 450px;
	min-width: 220px;
}

#footer {
	color: #fff;
	text-align: center;
}
#smallheader {
	color: #fff;
	text-align: center;
	    text-shadow: 0 0 3px #000;
}
#smallheader a {
	text-decoration: none;
}
#smallheader span:nth-of-type(1) { color: #84E900; }
#smallheader span:nth-of-type(2) { color: #ccc; }
#smallheader span:nth-of-type(3) { color: #FF3D00; }

.event .insta {
	left: 32px;
    top: 22px;
}
.event .insta img {
	width: 155px;
}
.event .app {
	left: 22px;
    top: 22px;
}
.event .app img {
width: 175px;
}