html, body {
	-webkit-text-size-adjust: none;
	padding: 0;
	margin: 0;
	color: white;
	font-family: 'HelveticaNeue-Regular', Helvetica Neue, Helvetica, Arial;
	font-size: 16px;
	height: 100%;
}

body {
	background-color: black;
	background-color: #445758;
	background-attachment: fixed;
        /*background-image: url('/img/bg_topografi.jpg');*/
        background-size: cover;
        background-position: center;
	height: -moz-calc(100% - 95px);
        height: -webkit-calc(100% - 95px);
        height: calc(100% - 95px);
}
body.feed {
        /*background-image: url('/img/bg_topografi.jpg');*/
        background-color: #445758;
	color: black;
}
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}
div#backslide, div#backslide div {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-size: cover !important;
        background-position: center top !important;
        background-attachment: fixed !important;
}
div#backslide {
	background-color: black;
}
div#backslide div {
	opacity: 0.75;
}
div#backdrop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
/*        background-image: url("/backdrop/vw/1920x1080-vw.jpg") !important; */
        background-size: cover !important;
        background-position: center top !important;
        background-attachment: fixed !important;
}
div#backdrop a {
	display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
}

div#backdrop img {
  	background-color: transparent;
  	width: 200px;
  	height: 200px;
  	position: fixed;
  	bottom: 40px;
  	right: 40px;  
}

div#backdrop img.left {
        background-color: transparent;
        width: 300px;
        height: auto;
        position: fixed;
        bottom: 40px;
        left: 0px;
}

th {
	text-transform: uppercase;
	text-align: left;
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

div.particle {
	background-color: #f1f1f1;
/*	background-color: red; */
	width: 4px;
	height: 4px;
	border-radius: 2px;
}

div.bullethole {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 15px;
	height: 15px;
	position: absolute;
	margin-left: -7px;
	margin-top: -7px;
	opacity: 0.5;
}

div.zoomLens {
	overflow: hidden;
	cursor: none;
}

/*
div.zoomLens:after {
	content: "";
	width: 2px;
	height: 2px;
	display: block;
	border-radius: 2px;
	background: red;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -2px;
	margin-top: -2px;
	box-shadow: 0px 0px 4px 2px red;
	cursor: none;
}
*/

div.zoomLens:not(.aimpoint):before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("/img/crosshair.png");
	background-size: cover;
	box-shadow: none;
	z-index: 100;
	cursor: none;
}

#beta {
  position: fixed;
  bottom: 20px;
  width: 100px;
  margin-left: -20px;
  height: 18px;
  background: #EE8E4A;
  text-align: center;
  font-size: 15px;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 19px;
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  z-index: 99999999;
  opacity: 0.95;
  display: none;
}

#back {
  position: fixed;
  bottom: 12px;
  left: 20px;
  width: 28px;
  height: 28px;  
  z-index: 2147483647;
  cursor: pointer;
}

#whatDiv {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.25);
  z-index: 2147483647;
}

#whatDiv .about {
  position: absolute;
  max-width: 260px;
  bottom: 60px;
  left: 20px;
  background-color: #ffffff;
  color: black;
  border-bottom-left-radius: 14px;
  box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.5);
  padding: 10px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.5em;
}

#whatDiv .about h1 {
  font-size: 16px;
  text-align: center;
}

img#cmnts {
  display: none;
  position: fixed;
  bottom: 108px;
  left: 20px;
  width: 28px;
  height: 28px;
  z-index: 2147483647;
  cursor: pointer;
}

div#cmntsCnt {
  display: none;
  position: fixed;
  z-index: 2147483647;
  bottom: 112px;
  left: 42px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: red;
  color: white;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
}

div#cmntsDiv {
  display: none;
  position: fixed;
  width: 400px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  bottom: 108px;
  left: 20px;
  background-color: #ffffff;
  color: black;
  border-bottom-left-radius: 14px;
  box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.5);
  line-height: 1.5em;
  z-index: 2147483646;  
}

div.cmntsRow {
  font-size: 12px;
  background-size: 44px auto;
  background-repeat: no-repeat;
  background-position: 4px center;
  padding: 5px;
  padding-left: 55px;
  line-height: 1.4em;
  min-height: 32px;
  border-bottom: 1px solid #f1f1f1;
}

div.cmntsRow.new {
  background-color: #617d81;
  color: white;
}

#what {
  position: fixed;
  bottom: 60px;
  left: 20px;
  width: 28px;
  height: 28px;
  z-index: 2147483647;
  cursor: pointer;
}

.sponsrad {
	background: #fbece1 !important;
}

.sponsrad .bubble {
	color: white !important;
	background: black !important;
}

.ShootingUK .bubble {
	color: white !important;
	background: #e12332 !important;
}

.TheGuardian .bubble {
	color: black !important;
	background: #acdce5 !important;
}

.TheField .bubble {
	color: white !important;
	background: #075816 !important;
}

.SJF .bubble {
	color: white !important;
	background: #033638 !important;
}

.SvenskJakt .bubble {	
	color: white !important;
	background: #588f92 !important;
}

.WeHunt .bubble {
	color: white !important;
	background: #e57c2b !important;
}

.Sponsor .bubble {
	color: white !important;
	background: #000000 !important;
}

.SJF .bubble {
	color: white !important;
	background: #5a8c95 !important;
}

.Jaktjournalen .bubble {
	color: white !important;
	background: #a10c1c !important;
}

.Jagiska .bubble {
	color: white !important;
	background: #b09c31 !important;
}

.NJFF .bubble {
	color: transparent !important;
	background-color: transparent !important;
	background-image: url('/img/njff-logo-128x128.png') !important;
	background: url('/img/njff-logo-128x128.png') !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 64px;
	height: 64px;
}

.JAKTRJAKT .bubble {
	padding: 0 !important;
	border-radius: 0 !important;
	color: transparent !important;
        background-color: transparent !important;
	/*
        background-image: url('/img/jaktrjakt.png') !important;
        background: url('/img/jaktrjakt.png') !important;
	*/
        background-repeat: no-repeat !important;
        background-size: contain !important;
        width: 64px;
        height: 64px;	
}

span.label {
	display: inline-block; 
	width: 200px;
	padding-right: 10px;
	text-align: right;
}

img.weather-icon {
	vertical-align:middle; 
	margin-bottom: 4px; 
	width:24px; 
	height:24px;
}

img.picture {
	width: 88px;
	height: 88px;
}

img.picture.large {
	width: 160px;
	height: 160px;
	margin: 8px;
	border-radius: 8px;
/*	background-color: #f1f1f1; */
	border: 0;
}

img.animal-icon-white {
	width: 128px;
	height: 128px;
}

img.animal-icon-black {
	width: 50px;
	height: 50px;
}

img.picture.floatleft {
	margin-right: 20px;
}

a.button {
	display: block;
	width: auto;
/*	text-transform: uppercase; */
	text-align: center;
	text-decoration: none;
	padding: 4px;
}

.fb-share-button {
}

.whitebg {
	background: #f1f1f1;
	color: black;
}

.blubg {
	background: #5b7679 !important;
	color: white;
}

.blufg {
	color: #5b7679;
	background: white;
}

.greyfg {
	color: #888;
}

.orangebg {
	background: #e47e30 !important;
	color: white !important;
}

.orangefg {
	color: #e47e30;
	background: white;
}

.floatleft {
	float: left;
}

.clearleft {
	clear: left;
}

.floatright {
	float: right;
}

small.floatright {
	text-align: right;
}

.threetwenty {
	width: 320px;
	font-weight: bold;
	margin: 0 auto;
}

.pollchart {
	width: 296px;
	height: 296px;
	background-image: url("/img/pollq.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.pollchart .votecount {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #666;
	font-size: x-small;
}

.pollvote {
	height: 40px;
}

.pollvote button {
	height: 28px !important;
	width: 144px !important;
	line-height: 20px !important;
	padding: 4px !important;
	font-size: 11px !important;
}

/*
div.contentbox.poll {
	display: none;
}
*/

div#topbar {
	z-index: 2147483647;
	font-family: 'HelveticaNeue-Light', Helvetica Neue, Arial;
	font-size: 15px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	background: black;
	color: white;
	margin-bottom: 10px;
	transition: top 0.2s ease-in-out;
}

div#mainmenu {
	font-size: 13px;
	display: block;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 60px;
	width: 100%;
	background: black;
	z-index: 2147483647;
	transition: top 0.5s ease-in-out;
}

div#mainmenu.nav-up,div#topbar.nav-up {
	top: -300px;
}

.leftside {
	float: left;
}

.rightside {
	float: right;
}

div#tabbar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0px;
	overflow: visible;
	background: transparent;
	z-index: 2147483645;
}

img.tabbar {
	width: 28px;
	height: 28px;
	border-radius: 14px;
}

img.tabbar:active {
	box-shadow: 0px 0px 8px 4px #b1b1b1; 
}

div#mainmenu .menuoption {
	margin: 10px 2px 10px 2px;
	padding: 0px 5px 0px 5px;
	color: white;
	float: left;
}

div#mainmenu .menuoption:hover {
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom: 4px solid #666;
}

div#mainmenu .menuoption.active {
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom: 4px solid #5b7679 !important;
}

div#mainmenu .menuoption a {
	text-decoration: none;
}

div#topbar-arrow {
	background-image: url("/img/topbar-arrow.png");
	background-repeat: repeat-x;
	background-position: 57px 0;
	background-size: 2927px 11px;
	height: 10px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -9px;
	position: absolute;
}

div#topbar a {
	text-decoration: none;
}

img#topbar-wehunt-logo {
	height: 32px;
	width: auto;
	margin-top: 18px;
	position: absolute;
	left: 16px;
	margin-left: 0px;
}

img#topbar-wehunt-logo.loggedout {
	left: 16px !important;
	margin-left: 0px !important;
}

div#topbar img#topbar-prefs {
	float: right;
	height: 32px;
	width: 32px;
	margin-top: 14px;
	margin-left: 14px;
}

div#body {
	height: 100%;
	position: relative;
	width: 976px;
	margin: 0 auto;
	margin-top: 95px;
	font-size: 14px;
	line-height: 1.5em;
}

div#body div#content {
	position: relative;
/*    	height: -moz-calc(100% - 60px);
    	height: -webkit-calc(100% - 60px);
    	height: calc(100% - 60px); */
	height: 100%;
/*	margin-left: 200px; */
/*	border-left: 1px solid #e47e30; */
}

div.fullImg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 2147483647;
	overflow: hidden;
}

div.fullImg img {
	position: absolute;
	left: 50%;
	top: 50%;
}

div.fullImg.landscape img {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
  	transform: translate(-50%, -50%) rotate(90deg);
}

div.ad_320x240 {
	float: left;
	width: 320px;
	height: 240px;
	background: black;
	margin: 6px;
}

div.ad_320x240 img {
	width: 320px;
	height: 240px;
}

div.ad_320x120 {
        float: left;
        width: 320px;
        height: 120px;
        background: black;
        margin: 6px;
}

div.ad_320x120 img {
        width: 320px;
        height: 120px;
}

div.fillcontent {
	height: 100%;
}

div#tabilder img {
	width: 90%;
	height: auto;
}

div#tabilder div.tabild {
	position: relative;
	width: 25%;
	min-width: 145px;
	float: left;
}

div.poi-thumb {
	float: left;
	box-sizing: border-box;
	border: 8px solid white;
	position: relative;
	width: 33%;
	height: 0;
	padding-bottom: 33%;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
}

div.poi-thumb div.medals {
        width: 84px;
        height: 28px;
        position: absolute;
        bottom: 4px;
        margin-left: -42px;
        left: 50%;
        overflow: hidden;
	color: white;
}

div.poi-thumb span.name {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0px;
        background: rgba(0,0,0,0.5);
        color: white;
        text-align: center;
        font-size: 11px;
}

div.user-thumb {
        float: left;
        box-sizing: border-box;
        border: 8px solid white;
        position: relative;
        width: 20%;
        height: 0;
        padding-bottom: 20%;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
}

div.user-thumb span.name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0px;
	background: rgba(0,0,0,0.5);
	color: white;
	text-align: center;
	font-size: 11px;
}

div.poi-thumb a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

div.user-thumb a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
}

input[type=text],input[type=number],input[type=password],input[type=submit],input[type=reset] {
	-webkit-appearance:none;
}
input[type=submit],input[type=reset] {
	cursor: pointer;
}

input.copytext {
	width: 300px;
}

form.profile p {
	margin: 0 !important;
	padding: 0 !important;
}

div.entry input[type=text], div.entry input[type=number], form.profile input[type=password] {
	font-size: 14px;
	line-height: 42px;
	height: 42px;
	border: 0;
	color: black !important;
	background: #fafafa;
	border-bottom: 2px dotted #e1e1e1;
	margin: 0;
	box-sizing: border-box;
	padding-left: 4px;
}

div.entry img:not(.m-face) {
        max-width: 100%;
	max-height: 320px;
	margin: auto;
	display: block;
	clear: both;
}

p.lines {
        font-size: 12px;
        line-height: 40px;
        border: 0;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        margin: 0;
        margin-bottom: -1px;
}

.upperline {
	box-sizing: border-box;
	background: #f1f1f1;
	height: 18px;
	border-top: 8px solid white;
	border-bottom: 8px solid white;
}

.line {
	border-bottom: 1px solid #f1f1f1;
}

::-webkit-input-placeholder {
   color: inherit;
}

:-moz-placeholder { /* Firefox 18- */
   color: inherit;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: inherit;  
}

:-ms-input-placeholder {  
   color: inherit;  
}

div.entry button, input[type=reset], input[type=submit] {
	text-align: center;
/*	text-transform: uppercase !important; */
	letter-spacing: 1px !important;
	font-size: 15px;
	line-height: 20px;
	border: 0;
	padding: 8px;
	border-radius: 4px;
	background: #e47e30;
        color: white;
	margin: 2px;
	left: 0;
}

button:not(.ui-button) {
        -webkit-appearance:none;
        width: 280px;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        color: white;
        background: #5b7679;
        border-radius: 4px;
        border: 0;
        cursor: pointer;
        position: relative;
        left: 50%;
        margin-left: -140px;
}

button.mapEdit {
	float: right;
	left: auto;
	padding: 7px;
	line-height: 20px;
	width: 20%;
	margin: 0;
	font-size: 13px;
	margin-left: 4px;
	max-width: 166px;
}

input[type=reset] {
	background: #5b7679;
}

form.profile input:disabled, button:disabled {
	color: #bdbdbd !important;
        background: #f1f1f1 !important;
}

form.profile input[type=password]:disabled {
	display: none;
}

.fullwidth {
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: center;
}

input.fullwidth {
	width: 100%;
	margin: 0 !important;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#body div#content div.contentbox {
	min-height: 100%;
	position: relative;
	font-size: 14px;
	line-height: 1.3em;
	margin: 10px 0;
	background: white;
	color: black;
	box-shadow: 0px 0px 8px 0px #333;
	width: 320px;
	overflow: hidden !important;
	border-bottom: 1px solid #c6c6c6;
}

div.autoheight {
	min-height: 0 !important;
}

div#grid {
}

div.contentbox.grid {
	width: 320px !important;
	min-height: 0 !important;
}

div.contentbox.has-thumbnail {
	min-height: 160px;
}

div.contentbox div.thumbnail {
/*	position: absolute;
	left: 1px;
	top: 1px;
	bottom: 1px;
	width: 200px;
*/
	width: 320px;
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

div.contentbox.sponsrad div.thumbnail {
/*	height: 240px; */
}

div.contentbox.wehuntapp div.thumbnail {
	height: 240px;
}

div.contentbox div.thumbnail a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;	
}

.age {
	font-family: 'HelveticaNeue-Light', Helvetica Neue, Arial;
	text-align: right;
	width: auto;
	float: right;
	clear: right;
	font-size: 11px;
	line-height: 20px;
	margin: 4px;
	margin-right: 4px;
	color: #333;
	font-weight: lighter;
	border-radius: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: rgba(255,255,255,0.5);
}

div.contentbox div.bubble {
	text-align: center;
	letter-spacing: 1px;
	color: black;
	float:right;
	margin: 4px;
	font-size: 10px;
	line-height: 1em;
	text-transform: uppercase;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	background: #eee;
}

div.bubble.WeHunt {
}

div.bubble.picture {
	padding: 0 !important;
	border: 1px solid #eee;
	width: 55px;
	height: 70px;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: center top !important;
	vertical-align: bottom;
	overflow: hidden;
}

div.bubble a {
	text-decoration: none;
}

div.bubble.picture .label {
	letter-spacing: none !important;
	text-transform: none !important;
	margin-top: 55px;
	height: 15px;
	text-align: center;
	padding: 2px;
/*	background: rgba(0, 0, 0, 0.5); */
}

div.contentbox div.poi {
}

div.poi div.poi-head {
	position: relative;
	font-family: 'HelveticaNeue-Light', Helvetica Neue, Arial;
	height: 50px;
	padding: 8px;
	padding-left: 16px;
	padding-right: 16px;
	line-height: 50px;
}

div.poi-head .age {
	position: absolute;
	right: 0px;
	bottom: 2px;
}

div.poi-head .bubble {
	position: absolute;
	right: 0px;
	top: 0px;
}

div.poi-head .pin {
	position: absolute;
	right: 2px;
	top: 4px;
	width: 27px;
	height: 27px;
}

div.poi-head img.poi-picture, img.topbar-picture {
	height: 50px;
	width: 50px;
	border-radius: 8px;
	float: left;
	margin-right: 16px;
}

img.topbar-picture {
	float: right;
	margin-top: 8px;
}

div.poi div.poi-img {
	position: relative;
	width: 100%;
	overflow: hidden;
/*	height: 0;
	padding-bottom: 75%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover; */
}

div.poi-img img.poi-img {
	display: block;
	max-width: 100%;
	max-height: 550px;
	margin: auto;
}

div.poi-img video.poi-vid {
        display: block;
        width: 100%;
	max-width: 825px;
        max-height: 550px;
        margin: auto;
	margin-bottom: 40px;
}

.zoomContainer {
	cursor: none !important;
}

div.poi-img div.overlay {
	background: rgba(0, 0, 0, 0.25);
	text-shadow: 0px 0px 4px #000000;
	color: white;
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	max-width: 825px;
	display: block;
	margin: 0 auto;
/*	top: 100%; */
	top: 0;
/*	top: 40px;
	padding-top: 30px;
	margin-top: -40px; */
    	-webkit-transition: 0.666s ease-in-out;
    	-moz-transition: 0.666s ease-in-out;
    	-o-transition: 0.666s ease-in-out;
    	transition: 0.666s ease-in-out;
	z-index: 2147483646;
}

div.poi-img div.overlay p {
        font-family: 'HelveticaNeue-Light', Helvetica Neue, Helvetica, Arial;
        font-size: 24px;
        font-weight: 100 !important;
	margin: 10px !important;
	text-align: center;
	line-height: 1.1em;
}

div.overlay p big {
	font-size: 150%;
	line-height: 1em;
}

img.foreca-icon {
	width: 80px;
	height: 80px;
}

div.overlay div.poi-name {
	position: absolute;
	left: 12px;
	top: 8px;
}

div.overlay div.poi-time {
	position: absolute;
	right: 12px;
	top: 8px;
	line-height: 20px;
}

div.overlay div#map {
	cursor: pointer;
	position: absolute;
	left: 4px;
	top: 4px;
	width: 80px;
	height: 32px;
	background-size: 360px 360px;
	background-repeat: no-repeat;
	background-position: center center;
        -webkit-transition: 0.333s ease-in-out;
        -moz-transition: 0.333s ease-in-out;
        -o-transition: 0.333s ease-in-out;
        transition: 0.333s ease-in-out;
}

div.overlay div#map.zoom {
	width: 100%;
/*
        height: -moz-calc(100% - 30px);
        height: -webkit-calc(100% - 30px);
        height: calc(100% - 30px);
*/
	height: 100%;
 	left: 0px;
        right: 0px;
	top: 0px;
	background-size: 664px 664px;
}

div.overlay div.poi-name img {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

img#up-down-arrow {
	width: 28px;
	height: 28px;
	position: absolute;
	left: 50%;
	top: 4px;
	margin-left: -14px;
	cursor: pointer;
	z-index: 1000;
    	-webkit-transition: 0.666s ease-in-out;
    	-moz-transition: 0.666s ease-in-out;
    	-o-transition: 0.666s ease-in-out;
   	transition: 0.666s ease-in-out;
}

div.overlay.closed {
	top: 100% !important;
        top: -moz-calc(100% - 40px) !important;
        top: -webkit-calc(100% - 40px) !important;
        top: calc(100% - 40px) !important;
}

img#up-down-arrow.closed {
	transform: rotate(180deg);
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
/*	top: -40px; */
}

div.contentbox div.entry {	
	position: relative;
	margin: 12px;
	line-height: 1.5em;
}

div.contentbox div.entry:first-child {
	margin-top: 40px;
}

div.contentbox.has-thumbnail div.entry {
/*	margin-left: 220px; */
}

div.contentbox img.full {
	display: block;
	max-width: 100%;
    	margin-left: auto;
    	margin-right: auto;
	margin-top: 20px !important;
}

div.fold {
	position: relative;
	margin: 4px 16px 4px 16px;
}

div.fold h2, div.fold h1 {
	cursor: pointer;
	background: #eee;
	margin: 0;
	padding: 6px !important;
	border-radius: 4px;
}

div.interest {
	font-size: 15px;
	width: 33%;
	line-height: 22px;
	margin-bottom: 8px;
}

h2 {
	font-weight: normal;
/*	text-transform: uppercase; */
	font-size: 14px;
}

.lightblubg {
	background: #7a9ea3;
	color: white;
	padding: 10px;
}

.lighterblubg {
	background: #c3e2e5;
	color: black;
	padding: 10px;
	border-radius: 4px;
}

h3 {
        font-weight: normal;
/*        text-transform: uppercase; */
        font-size: 14px;
}

h3 {
	font-weight: normal;
	font-size: 13px;
	padding: 0;
	margin: 4px;
}

h4 {
        font-weight: normal;
	text-transform: uppercase;
        font-size: 10px;
        padding: 0;
        margin: 8px;
}

div.fold div.indicator {
	position: absolute;
	right: 2px;
	top: 0px;
	width: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
}

div.fold div.indicator::before {
	content: "+";
}

div.fold.unfold div.indicator::before {
	content: "-";
}

div.fold div.inner {
	margin-top: 10px;
	display: none;
}

div.unfold {
	max-height: auto !important;
}

.wide {
	max-width: 664px;
	display: block;
	width: auto !important;
	margin: 0 auto !important;
	margin-bottom: 10px !important;
}

.extrawide {
	max-width: 976px !important;
}

.clearboth {
	clear: both;
}

div#body div#content div.contentbox h1 {
	font-size: 18px;
	font-family: 'HelveticaNeue-Light', Helvetica Neue, Helvetica, Arial;
	font-weight: lighter;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

div#body div#content div.contentbox h1.big {
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.3em;
}

div#body div#content div.contentbox h1.medium {
        font-size: 24px;
        text-align: center;
        margin-bottom: 10px;
        line-height: 1.3em;
}

div#body div#content div.contentbox h1.small {
        font-size: 16px;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-weight: normal;
	text-align: center;
        margin-bottom: 10px;
        line-height: 1.3em;
}

h1 a {
	text-decoration: none;
}

div.poi-info {
	font-family: inherit;
	margin: 0;
	padding: 4px;
	background: #f1f1f1;
	color: #666;
	font-weight: normal;
	font-size: 13px;
	margin-top: 32px;
	text-align: center;
}

div.entry p {
	margin: 0;
	margin-bottom: 8px;
}

div#navbar {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 180px;
	font-size: 13px;
	line-height: 1.8em;
}

div#navbar div.navdiv {
	margin-bottom: 4px;
	padding: 10px;
	text-align: left;
	line-height: 1em;
}

div#mainDiv {
	position: absolute;
	text-shadow: 0px 1px 1px #000000;
        margin: 0;
        left: 0;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
}

div#mainDiv p {
	text-align: center;
/*	padding-left: 15px;
	padding-right: 15px; */
	line-height: 1.4em;
	margin: 12px;
}

div#mainDiv img#logo {
	width: 296px;
	height: 166px;
}

div#mainDiv img#logo-noradar {
	width: 296px;
	height: 74px;
	display: none;
}

div#mainDiv img.button {
	width: 140px;
	height: auto;
	margin: 3px;
}

div.stage {
	overflow: hidden;
	position: relative;
}

div.stage.fixedHeight {
	height: 380px;
}

div.whitebox {
	border-radius: 10px;
	background: white;
	width: 280px;
	margin: 0 auto;
	color: black;
	text-shadow: none;
	overflow: hidden;
}

div.greyrow {
	font-size: 12px;
	background: #f1f1f1;
	line-height: 46px;
	padding-left: 20px;
}

div.whiterow {
	font-size: 12px;
	background: white;
	border-top: 1px solid #f1f1f1;
	line-height: 48px;
}

div.stage.topmargin {
	margin-top: 13px;
}

.hidden {
	display: none;
}

div.leftHalf {
	position: absolute;
	z-index: 10;
	right: 50%;
}

div.rightHalf {
	position: absolute;
	z-index: 100;
	left: 50%;
}

div#loginOrJoinContainer {
	position: relative;
	height: 2.8em;
}

img#loginOrJoinArrow {
	position: absolute;
	left: 50%;
	bottom: -14px;
	margin-left: -13px;
	width: 26px;
	height: 14px;
}

div.clear {
	clear: both;
}

button#topbar-menu {
	height: 50px;
	left: auto;
	margin: 8px;
	padding: 0;
	padding-left: 50px;
	text-align: left;
	line-height: 1em;
	background: black;
	background-image: url('/img/menu-btn.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

div#moot-logo {
	padding: 0 !important;
}

a.m-login {
	display: none;
}

div.moot button {
	position: static !important;
}

div.moot .m-like {
	display: none !important;
}

div.moot .m-follow {
	display: none !important;
}

div.moot .m-watch {
	display: none !important;
}

button.bottom {
        position: absolute;
        bottom: 8px;
}

button.right {
	width: 138px;
	margin-left: 2px;
	left: 50%;
	right: auto;
}

button.left {
	width: 138px;
	margin-right: 2px;
	left: auto;
	right: 50%;
}

img.progress {
	position: absolute;
	width: 280px;
	height: auto;
	bottom: 80px;
	left: 50%;
	margin-left: -140px;
}

div.stage input[type=text],div.stage input[type=password],div.stage input[type=email], div.stage input[type=number] { 
	-webkit-appearance:none;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 280px;
	color: black;
	background: white;
	border-radius: 4px;
	border: 0;
	margin-bottom: 5px;
}

p#fullname {
	font-size: 22px;
	margin: 0;
}

p#fullname small {
	font-size: 16px;
}

div#loading {
	box-shadow: 0px 0px 8px 0px #666;
	z-index: 100;
	overflow: hidden;
	text-align: center;
	display: none;
	position: absolute;
	top: 210px;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	height: 250px;
	background: white;
	border-radius: 10px;
	color: black;
	text-shadow: none;
	font-size: 16px;
}

div#useragreement {
	box-shadow: 0px 0px 8px 0px #666;
	overflow: hidden;
	text-align: left;
	display: none;
	position: absolute;
	top: 210px;
	min-height: 250px;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	background: white;
	border-radius: 10px;
	color: black;
	text-shadow: none;
	font-size: 14px;
}

div#useragreement p {
	text-align: inherit;
}

img.sjfLogo {
	width: 200px;
}

div#loading img#blackSjfLogo {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 10px;
}

div#loadingProgress, div#loadingSuccess, div#loadingError {
	font-size: 20px;
}

div#loadingProgress img, div#loadingSuccess img, div#loadingError img {
	width: 90px;
	margin: 15px;
}

div#loadingText {
	margin: 10px;
	margin-top: 0;
}

div#loadingClose {
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
}

div#useragreementClose {
        position: absolute;
        right: 4px;
        top: 4px;
        cursor: pointer;
}

div#page_loading {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background: black;
	opacity: 0.75;
	z-index: 2147483647;
	display: none;
}

div.pushlabel {
	background: rgba(0,0,0,0.5);
	color: white;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2px;
}

.bottomright {
        position: absolute !important;
        right: 0px;
        bottom: 0px;
}

.onoffswitch.bottomright {
	right: 0px;
	bottom: 4px;
}

@media print {
	div#backdrop,.dontprint {
		display: none !important;
	}
	div#body {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	div#body div#content {
		margin: 0;
		padding: 0;
	}
	div#navbar, div#topbar {
		display: none;
	}
}

@media screen and (max-width: 975px) {
	#body {
		width: 664px !important;
		margin-top: 132px !important;
	}
	body {
       		height: -moz-calc(100% - 140px);
        	height: -webkit-calc(100% - 140px);
        	height: calc(100% - 140px);
	}
	div#mainmenu div.rightside {
		clear: left;
	}
}

div.poi.preview div.poi-head {
        padding: 4px;
}

div.poi.preview div.poi-head img.poi-picture {
        margin-right: 4px;
}

div.poi.preview h1 {
        font-size: 16px !important;
}

div.poi.preview .medals {
	width: 84px;
	height: 28px;
	position: absolute;
	bottom: 50px;
	margin-left: -42px;
	left: 50%;
	overflow: hidden;
}

div.poi.preview .medals .total {
	display: none;
}

div.poi.preview div.poi-img {
	width: 320px !important;
	height: 320px !important;
	background-color: rgba(0,0,0,0.25);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div.poi.preview div.poi-img.array {
	width: 100px !important;
	height: 100px !important;
	float: left;
	margin: 3px;
}

div.poi.preview div.poi-img.array.k0 {
	width: 206px !important;
	height: 206px !important;
}

div.poi.preview.a5 div.poi-img.array.k0, div.poi.preview.a5 div.poi-img.array.k1 {
	width: 154px !important;
	height: 154px !important;
}

div.poi.preview.a2 div.poi-img.array, div.poi.preview.a4 div.poi-img.array {
	width: 154px !important;
	height: 154px !important;
}

div.poi.preview div.overlay {
	margin: 0;
	padding: 0;
	height: 30px;
	bottom: 18px;
	top: auto !important;
}

div.comments {
	width: 100%;
	text-align: center;
	font-size: 11px;
	margin-top: 4px;
}

div.link {
        position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
}

div.poi.preview div.comments {
	position: absolute;
	padding: 0;
	margin: 0;
	height: 18px;
	line-height: 14px;
	color: white;
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

div.poi.preview div.overlay p {
	font-size: 13px !important;
	line-height: 30px !important;
	margin: 0 !important;
}

div#mainmenu .menuoption.hilite {
	color: #ff8d36;
}

@media screen and (max-width: 664px) {
	div#backdrop {
		display: none;
	}
	div#mainmenu div.rightside {
                clear: none;
        }
	div#mainmenu .menuoption:not(.inapp) {
		display: none;
	}
	input.copytext {
        	width: 300px;
	}
	.muut {
		opacity: 0;
	}
	.muut-messaging {
		bottom: 50px !important;
	}
	m.tablet, .m-mobile {
		opacity: 1;
		display: block;
		width: 300px !important;
	}
	.m-mobile textarea {
		font-size: 12px !important;
		line-height: 12px !important;
	}
	img#cmnts {
		display: block;
		bottom: 12px;
		left: 50%;
		margin-left: -14px;
	}
	div#cmntsDiv {
		max-height: none;
		height: auto;
		width: auto;
		left: 0px;
		right: 0px;
		bottom: 50px;
		top: 60px;
		box-shadow: none;
		border-radius: 0;
	}
	div#cmntsCnt {
		left: 50%;
		bottom: 26px;
		margin-left: 2px;
	}
	img#what {
		bottom: 12px;
		left: auto;
		right: 12px;
	}
	div#whatDiv .about {
		border-bottom-right-radius: 14px;
		bottom: 12px;
		left: auto;
		right: 12px;
	}
	div#tabbar {
		display: block;
	}
	img.foreca-icon {
		width: 60px;
		height: 60px;
	}
	div.overlay p big {
		font-size: 125%;
	}
	div.user-thumb {
		width: 33%;
		padding-bottom: 33%;
	}
	div.poi-thumb {
		width: 50%;
		padding-bottom: 50%;
	}
	div.ad_320x240,div.ad_320x120 {
		margin: 4px 0 4px 0;
	}
	button#topbar-menu {
		display: none;
        }
	div.interest {
		width: 50%;
	}
	div#topbar img#topbar-wehunt-logo, img#topbar-wehunt-logo.loggedout {
		left: 10px;
		margin-left: 0px;
	}
	div#topbar span.fullname {
		display: none;
	}
	div.contentbox div.bubble {
		font-size: 8px;
	}
	div#body div#content div.contentbox h1 {
		font-size: 16px;
	}
	div.poi div.poi-head {
		padding: 4px;
	}
	div.poi-head img.poi-picture {
		margin-right: 4px;
	}
	img.topbar-picture {
		margin-right: 0px;
		height: 40px;
		width: 40px;
	}
	div.contentbox div.entry {
        	margin: 4px;
	}
	div#topbar { 
		height: 50px;
		font-size: 13px !important;
	}
	div#mainmenu {
		top: 48px;
		font-size: 11px !important;
	}
	img#topbar-wehunt-logo {
		height: 24px;
	}
        #body {
                width: 320px !important;
        }
	img.animal-icon-white {
		width: 64px;
		height: 64px;
	}
	img.picture.large {
		margin: 0;
		margin-right: 8px;
		width: 64px;
		height: 64px;
	}
	div.overlay p {
		line-height: 1em !important;
		font-size: 13px !important;
		margin: 5px !important;
	}
	div#mainDiv img#logo {
		display: none;
	}
	div#mainDiv img#logo-noradar {
		display: inline;
	}
	div#loading {
		top: 110px;
	}
	div#body {
		margin-top: 120px !important;
		width: 100%;
	}
	body {
	        height: -moz-calc(100% - 166px);
	        height: -webkit-calc(100% - 166px);
	        height: calc(100% - 166px);
	}
	div#body div#content {
		margin: 0;
		margin-top: 120px;
		border: 0;
	}
	div#body div#navbar {
		position: fixed;
		top: auto;
		left: 0px;
		bottom: 0px;
		width: auto;
		right: 0px;
		background: #e47e30;
		color: white;
		height: 60px;
		overflow: hidden;
	}
	div#body div#navbar div.navdiv {
		margin: 0;
		padding: 0;
		width: 33%;
		text-align: center;
		float: left;
		line-height: 40px;
	}
	div#body div#content div.contentbox {
		margin: 0px;
		/*padding-bottom: 40px;*/
		margin-bottom: 3px;
		border-radius: 0;
		width: 320px !important;
		font-size: 12px !important;
	}
	
	p.lines {
		font-size: 12px !important;
		line-height: 26px !important;
	}

	div.contentbox.grid {
		width: auto !important;
	}

	div.entry input[type=text], form.profile input[type=password] {
		font-size: 12px !important;
	}

	.styled-select select {
		font-size: 12px !important;
	}

	input[type=reset], input[type=submit] {
		font-size: 12px !important;
	}
}

a {
	color: inherit;
}

div.entry a {
	color: #e47e30;
	font-weight: bold;
	text-decoration: none;
}

.onoffswitch {
    position: relative; width: 48px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 16px; padding: 0; line-height: 16px;
    border: 2px solid #999999; border-radius: 16px;
    background-color: #EEEEEE;
    transition: background-color 0.3s ease-in;
    margin-right: 4px;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 16px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 30px;
    border: 2px solid #999999; border-radius: 16px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #5B7679;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #5B7679;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 4px; 
}

.styled-select select {
   background-color: transparent;
   width: 100%;
   padding: 5px;
   font-size: 15px;
   line-height: 20px;
   border: 0;
   border-radius: 0;
   height: 32px;
   -webkit-appearance: none;
   padding-left: 30px;
   color: #e47e30;
}

.styled-select {
   width: 95%;
   height: 32px;
   overflow: hidden;
   background: url(/img/selectArrow.png) no-repeat 8px center #fff;
   background-size: 16px 16px;
}

div.medals {
	line-height: 28px;
}

div.medals span.total {
	margin-left: 4px;
}

div.medal {
	opacity: 0.5;
	position: relative;
	float: left;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #666;
	margin: 2px;
	line-height: 22px;
	font-size: 10px;
	text-align: center;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	overflow: hidden;
/*
	background-image: url('/img/WeHunt-radar-relief.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
*/
}

div.medal:before {
    content: "";
    width: 150%;
    height: 150%;
 
    display: block;
    position: absolute;
    left: 0;
    bottom: 33%; 

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
background: -moz-linear-gradient(45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 
}

div.medal:after {
	content: '';
  	position: absolute;
  	top: 2px;
  	left: 2px;
  	right: 2px;
  	bottom: 2px;
  	border-radius: inherit;
  	box-shadow: 0 0 0 2px rgba(255,255,255,0.25);
}

div.medal span.count {
	text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(0,0,0,0.8);
        color: inherit;
	opacity: 0.5;
}

div.medal.dim {
	opacity: 0.25;
}

div.medal:hover,div.medal.selected {
/*
	width: 26px;
	height: 26px;
	margin: 1px;
	font-size: 10px;
	line-height: 25px;
*/
	cursor: pointer;
	opacity: 1;
	overflow: hidden;
	box-shadow: 0 0 2px rgba(255,255,255,0.5);
}

div.medal.bronze {
	background-color: #cd7f32;
	color: #E5BD99;
}

div.medal.silver {
	background-color: #c0c0c0;
	color: #f0f0f0;
}

div.medal.gold {
	background-color: #ffd700;
	color: #FFEE99;
}

div#tooltip {
	color: black;
}

div#body.fullscreen {
	width: 100% !important;
}

.avoid-clicks {
	pointer-events: none;
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    color: #5b7679;
}
