/**
 * www.TamarindoHomepage.com
 */
* {
	line-height: none;
	padding: 0;
	margin: 0;
}
html,
body {
	height: 100%;
	overflow: hidden;
	background-color: #222;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=);
	background-repeat: repeat;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}
h3{
	font-size: 22px;
	text-shadow: 0px 1px 1px #000;
}
h4{
	font-size: 20px;
	text-shadow: 0px 1px 1px #ffffef;
  color: #6372ff;
	text-indent: 7px;
	margin-top: 16px;
}
h4 a{
  color: #6372ff;
    background-color: transparent;
	text-shadow: 0px 1px 1px #ffffef;
	text-decoration: none;
}
h4 a:hover {
	color: #0096ff;
	text-decoration: none;
}
.cover {
	-webkit-overflow-scrolling: touch;
 	overflow: scroll;
}
.meny {
	display: none;
	overflow: auto;
	background: #333 url(../img/sand.png) repeat fixed;
	color: #eee;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-right: 1px solid #333;
	text-shadow: 0px 1px 1px #ffffef;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#close{
  cursor: pointer;
	display: inline;
	position: absolute;
	height: 25px;
	font-weight: bold;
	font-size: 40px;
	clear: both;
	margin-bottom: 30px;
	margin-top: 10px;
}
#close a{
    color: rgba(254,255,255,0.15);
    background-color: transparent;
    text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
	text-decoration: none;
}
#close a:hover{
	color: rgba(0,0,0,0.15);
}
#close span{
	font-size: 20px;
	position: relative;
	left: 80px;
	font-weight: bold;
}
.meny-arrow {
	position: absolute;
	z-index: 0;
}
.button {		
		height: 40px;
		background-color: #c0c0c0;
		background-image: -o-linear-gradient(-90deg , rgb(236,236,236) 0%, rgb(147,147,147) 100%);
		background-image: -moz-linear-gradient(-90deg , rgb(236,236,236) 0%, rgb(147,147,147) 100%);
		background-image: -webkit-linear-gradient(-90deg , rgb(236,236,236) 0%, rgb(147,147,147) 100%);
		background-image: -ms-linear-gradient(-90deg , rgb(236,236,236) 0%, rgb(147,147,147) 100%);
		background-image: linear-gradient(-90deg , rgb(236,236,236) 0%, rgb(147,147,147) 100%);
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow: 0px 1px 0px 0 #fff inset, 0 1px 2px 0 rgba(0,0,0,.8);
		-moz-box-shadow: 0px 1px 0px 0 #fff inset, 0 1px 2px 0 rgba(0,0,0,.8);
		-webkit-box-shadow: 0px 1px 0px 0 #fff inset, 0 1px 2px 0 rgba(0,0,0,.8);
}
.left {
		float: right;
	    width: 32px;
	    height: 32px;
		margin-top: 5px;
		margin-right: 4px;
	    display: block;
	    text-decoration: none;
	    text-align: center;
		box-shadow: 0 1px 0 0 rgba(255,255,255,.6), 0 1px 2px rgba(0, 0, 0, 0.75) inset;
		-moz-box-shadow: 0 1px 0 0 rgba(255,255,255,.6), 0 1px 2px rgba(0, 0, 0, 0.75) inset;
		-webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,.6), 0 1px 2px rgba(0, 0, 0, 0.75) inset;
		border-radius: 40px;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		background-color: #c0c0c0;
		background-image: -o-linear-gradient(-90deg , rgb(165,206,88) 0%, rgb(113,142,58) 100%);
		background-image: -moz-linear-gradient(-90deg , rgb(165,206,88) 0%, rgb(113,142,58) 100%);
		background-image: -webkit-linear-gradient(-90deg , rgb(165,206,88) 0%, rgb(113,142,58) 100%);
		background-image: -ms-linear-gradient(-90deg , rgb(165,206,88) 0%, rgb(113,142,58) 100%);
		background-image: linear-gradient(-90deg , rgb(165,206,88) 0%, rgb(113,142,58) 100%);
}
.right {
	    float: left;
		height: 32px;
		box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2) inset, 1px 0 0 0 rgba(255, 255, 255, 0.3) ;
		cursor:pointer;
	padding-top: 7px;
}
.left span {
		font-weight: bold;
		color: #D9D9D9;
		text-shadow: 0px 1px 1px rgba(0,0,0,1);
		cursor: default;
	    cursor:move;
	position: relative;
	top: 0.22em;
}
.right span {
		display: block;
		color: #333;
		font-weight: bold;
		text-shadow: 0 1px 0 rgba(255,255,255,.8);
		text-align: center;
	font-size: 1.0em;
	line-height: 0.98em;
}
.right:hover {
		background: rgba(0,0,0,.05);
	}
.meny-left .meny-arrow {
		top: 42%;
	left: 10px;
}
.meny-active .meny-arrow {
		opacity: 0;
		-webkit-transition: opacity 0.2s ease;
		   -moz-transition: opacity 0.2s ease;
		    -ms-transition: opacity 0.2s ease;
		     -o-transition: opacity 0.2s ease;
		        transition: opacity 0.2s ease;
}
.cover{
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/**
 * Menu
 */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	font-weight: bold;
	line-height: 0;
}
#cssmenu {
  width: 250px;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
  text-decoration: none;
  color: #c2575b;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
	padding: 26px 22px 12px 12px;
	font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  color: #f76f76;
	text-shadow: 0px 1px 1px #ffffef;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #c2575b;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #c2575b;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul ul li a:before {
	content: '-';
	margin-right: 5px;
	color: rgba( 255, 255, 255, 0.2 );
}
#cssmenu ul ul li a {
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
	color: #5e5e5e;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
	padding: 24px 22px 14px;
}
#cssmenu ul ul li a:hover {
  color: #929292;
	text-shadow: 0px 1px 1px #ffffef;
}
#cssmenu ul ul ul li a:hover {
  color: #000;
	text-shadow: 0px 1px 1px #ffffef;
}
#cssmenu ul ul ul li a {
  cursor: pointer;
  padding-left: 32px;
	color: #feffff;
	text-shadow: 0px 1px 1px #000;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #5e5e5e;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #5e5e5e;
}