/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
#Reset & Basics
#Basic Styles
#Float & Clearing
#Site Styles
#Typography
#Links
#Lists
#Images
#Buttons
#Forms
#Misc */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 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 { line-height:1;}
ol, ul { list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none;}
table { border-collapse:collapse; border-spacing:0; }

/* #my fixes
================================================== */
html, body{
    overflow-x: hidden; /* prevents horizontal scroll bars */
    -webkit-tap-highlight-color: rgba(254,191,1,0.5); /* disable webkit tap highlight */
    /*height: 100%; /* fixes focus scrolling in Safari (OS X) */
}

/* #Basic Styles
================================================== */
body { background:#74583e; text-align:center; color:#1d1d1d; font:20px 'Arial'; /*font:20px 'PappLaci', Futura, Impact;*/ -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:100%;}

/* #Float & Clearing
================================================== */
.floatleft { float:left;}
.floatright { float:right;}
/* Self Clearing Goodness */
.container:after { content:"\0020"; display:block; height:0; clear:both; visibility:hidden; }
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after { content:'\0020'; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.clearfix:after { clear:both;}
.clearfix { zoom:1;}
/* You can also use a <br class="clear" /> to clear columns */
.clear, .floatfix { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 { font-weight:bold; color:#cc0000;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight:inherit; }
h1 { font-size:2.000em; margin-bottom:0.5em;}
h2 { font-size:1.500em;}
h3, h4, h5, h6 { font-size:1.250em;}
.subheader {}
p {}
p img {}
p.lead {}
em { font-style:italic; }
strong { font-weight:bold; }
small { font-size:0.786em; }
sup { font-size:0.714em; vertical-align:super; }
a.scrolltop:link, a.scrolltop:visited { width:48px; height:48px; text-decoration:none; color:#C3B7AD;}
a.scrolltop:hover { color:#fff;}
.scrolltop span { font-size:22px; line-height:48px;}
a.mobilemenu:link, a.mobilemenu:visited { width:48px; height:48px; text-decoration:none; color:#C3B7AD;}
a.mobilemenu:hover { color:#fff;}
.mobilemenu span { font-size:26px; line-height:48px;}
a.mobilecall:link, a.mobilecall:visited { width:48px; height:48px; text-decoration:none; color:#C3B7AD;}
a.mobilecall:hover { color:#fff;}
.mobilecall span { font-size:22px; line-height:48px;}
a.mobilemail:link, a.mobilemail:visited { width:48px; height:48px; text-decoration:none; color:#C3B7AD;}
a.mobilemail:hover { color:#fff;}
.mobilemail span { font-size:22px; line-height:48px;}
.hrdiv {line-height:0; border-bottom:1px solid #eabcb5;}
.hrdiv2 {line-height:0; border-bottom:2px solid #5c5a50;}
.px8 { font-size:0.400em;}
.px9 { font-size:0.450em;}
.px10 { font-size:0.500em;}
.px11 { font-size:0.550em;}
.px12 { font-size:0.600em;}
.px13 { font-size:0.650em;}
.px14 { font-size:0.700em;}
.px15 { font-size:0.750em;}
.px16 { font-size:0.800em;}
.px17 { font-size:0.850em;}
.px18 { font-size:0.900em;}
.px19 { font-size:0.950em;}
.px20 { font-size:1.000em;}
.px21 { font-size:1.050em;}
.px22 { font-size:1.100em;}
.px23 { font-size:1.150em;}
.px24 { font-size:1.200em;}
.px25 { font-size:1.250em;}
.px26 { font-size:1.300em;}
.px28 { font-size:1.400em;}
.px30 { font-size:1.500em;}
.px32 { font-size:1.600em;}
.px34 { font-size:1.700em;}
.px36 { font-size:1.800em;}
.bold { font-weight:bold;}
.rounded { -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px;}
.red { color:#cc0000 !important;}
.white { color:#fff !important;}
.green { color:#37a467 !important;}
.darkgrey { color:#363636 !important;}
.errmsg { background:#fff; padding:0.714em; color:#cc0000; font-weight:bold; border:5px solid #cc0000; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; text-align:center;}
.errmsg a { color:#cc0000;}
.msg { background:#fff; padding:0.714em; color:#669900; font-weight:bold; border:5px solid #669900; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; text-align:center;}
.msg a { color:#669900;}
.bordertext { overflow:hidden; display:block; background:#eacfb7; padding:1em; border:5px solid #74583e; color:#493829; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px; font-size:1.2em;}
.bordertext strong, .bordertext a { color:#cc0000;}
.formerror { border:3px solid #cc0000 !important; background:#eabcb5 !important;}
.formerrortext { color:#ff4e00 !important;}
/*	Blockquotes  */
blockquote, blockquote p {}
blockquote {}
blockquote cite { display:block;}
blockquote cite:before { content:"\2014 \0020"; }
hr { border:1px solid #ddd; clear:both;  height:0; }

/* #Links
================================================== */
a { cursor:pointer; color:#e77924; outline:0;}
a:link, a:visited { text-decoration:underline;}
a:hover, a:focus { text-decoration:none;}

a.reverselink:link, a.reverselink:visited { text-decoration:none;}
a.reverselink:hover, a.reverselink:focus { text-decoration:none;}

a.more:link, a.more:visited { background:#eabcb5; color:#fff; display:block; padding:5px 10px; text-align:right;}
a.more2:link, a.more2:visited { background:#b9cebd; color:#fff; display:block; padding:5px 10px; text-align:right;}
.pager { text-align:center;}
.pager a { padding:5px; text-decoration:none;}
.pager a:hover { background:#eabcb5; color:#fff;}
.pager a.active { background:#fff; color:#363636;}

/* #Lists
================================================== */
ul, ol {}
ul { list-style:none outside; }
ol { list-style:decimal; }
ul.square { list-style:square outside; }
ul.circle { list-style:circle outside; }
ul.disc { list-style:disc outside; }
.content ul { text-indent:0; list-style:square; padding-left:1.429em;}
.content ol { text-indent:0; padding-left:1.429em;}
.content ul li, .content ol li {padding-bottom: 0.357em;}

/* #Images
================================================== */
img.scale-with-grid { max-width:100%; height:auto;}
.picleft { float:left; width:50%; padding:10px 10px 10px 0;}
.picright { float:right; width:50%; padding:10px 0 10px 10px;}

/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background:#eee; /* Old browsers */
	background:#eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background:#eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background:#eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background:#eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background:#eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background:#eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	border:1px solid #aaa;
 	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#444;
	display:inline-block;
	font-size:0.786em;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 1px rgba(255, 255, 255, .75);
	cursor:pointer;
	margin-bottom:20px;
	line-height:normal;
	padding:8px 10px;
	font-family:Tahoma, Arial; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color:#222;
	background:#ddd; /* Old browsers */
	background:#ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background:#ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background:#ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background:#ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background:#ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background:#ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border:1px solid #888;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa; }

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border:1px solid #666;
	background:#ccc; /* Old browsers */
	background:#ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background:#ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background:#ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background:#ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background:#ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background:#ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width:100%;
	padding-left:0 !important;
	padding-right:0 !important;
	text-align:center; }

	/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0;}

/* #Forms
================================================== */
form { margin-bottom:20px;}
fieldset { margin-bottom:20px;}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border:1px solid #ccc;
	padding:6px 4px;
	outline:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font:13px Tahoma, Arial;
	color:#777;
	margin:0;
	width:210px;
	max-width:100%;
	display:block;
	margin-bottom:20px;
	background:#fff; }
select {
	padding:0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border:1px solid #aaa;
	color:#444;
	-moz-box-shadow:0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
	box-shadow:0 0 3px rgba(0,0,0,.2); }
textarea {
	min-height:60px; }
label,
legend {
	display:block;
	font-weight:bold;
	font-size:0.929em;  }
select {
	width:220px; }
input[type="checkbox"] {
	display:inline; }
label span,
legend span {
	font-weight:normal;
	font-size:0.929em;
	color:#444; }
input.pappbtn { background:#0b743b; padding:10px 12px !important; font-weight:normal; display:inline-block; color:#fff !important; border:none; font-size:1em; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; cursor:pointer;}
input.pappbtn:hover { background:#045429; border:none;}
input.tf { background:#fff; border:1px solid #7fac00; padding:8px; width:90%; font-size:1.000em; color:#000; overflow:hidden;}
.ta { background:#fff; border:1px solid #7fac00; padding:8px; width:90%; height:10em; font-size:1.000em; color:#000; overflow:hidden;}


a.mybtn:link, a.mybtn:visited { background:#0b743b; padding:10px 12px !important; font-weight:normal; display:inline-block; color:#fff !important; border:none; font-size:1em; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; cursor:pointer; text-decoration:none;}
a.mybtn:hover { background:#045429; border:none;}


/* #Misc
================================================== */
.remove-bottom { margin-bottom:0 !important; }
.half-bottom { margin-bottom:10px !important; }
.add-bottom { margin-bottom:20px !important; }
.add-right { margin-right:10px !important; }
.add-ptop { padding-top:1em !important;}
.formtable { width:100%;}
.formtable td { text-align:left; vertical-align:top; padding-right:10px;}
.postbar { text-align:center; text-transform:uppercase;}
.cmargin {margin:auto; display:inline-block;}
ul.kommentlist { list-style:none !important; padding:0 !important;}
ul.kommentlist ul {list-style:none !important; padding:20px 0 0 10% !important;}
.center { text-align:center !important;}
.avatar {max-width:50px; max-height:50px; overflow:hidden; border-radius:200px; -moz-border-radius:200px; -webkit-border-radius:200px;}
.avatar-big { max-width:250px; max-height:250px; overflow:hidden; border-radius:250px; -moz-border-radius:250px; -webkit-border-radius:250px; margin:auto;}
.avatar-square { max-width:70px; max-height:70px; overflow:hidden;}
.centerblokk { margin:auto; text-align:center !important;}
.greyblokk { background:#ff6a13; max-width:73%; padding:1em;}
.lightgreyblokk { background:#ff9d6d; padding:1em;}
.whiteblokk { background:#fff; padding:1em;}
.pinkblokk { background:#f73eaa; padding:1em; color:#fff;}
.pinkblokk2 { background:#e782a9; padding:1em; color:#fff;}
.cimkeblokk { padding:1em;}
.cimkeblokk a:link, .cimkeblokk a:visited { background:#ffc62c !important; color:#fff; padding:2px 5px; text-transform:uppercase;}
.cimkeblokk a:hover { }
.textleft { text-align:left;}
.textright { text-align:right;}
.divtable {display:table;}
.divrow {display:table-row;}
.divcell { display:table-cell; vertical-align:middle; padding:5px;}
.socialbox { background:#fff; padding:1em; color:#000; margin: 1em 0;}
.newsbox { position:relative;}
.nbtbg { position:absolute; bottom:0; left:0; width:100%;}
.nbt-pink { margin:13px; background:#fff; display:block; padding:8px; border-left:8px solid #f73eaa;}
.newsbox:hover .nbt-pink { background:#f73eaa; color:#fff; border-left:8px solid #fff;}
.nbt-yellow { margin:13px; background:#fff; display:block; padding:8px; border-left:8px solid #ffef55;}
.newsbox:hover .nbt-yellow { background:#ffef55; color:#000; border-left:8px solid #fff;}
.avatar { width:80px; float:right;}
/*standard table formatting*/
.std-table { width:/*100%*/auto;}
.std-table-fullwidth { width:100%;}
.std-table tr td { text-align:left; vertical-align:middle; padding:5px 10px;}
.std-table tr th { text-align:left; vertical-align:middle; padding:10px 5px; font-weight: bold; font-size: 1.250em;}
.std-table tr td:nth-child(1) { max-width:35%; /*width:1px; white-space:nowrap;*/}
.lineswitch, .lineswitch td { border:1px solid white; border-collapse:collapse;}
.lineswitch tr:nth-child(even) { background:#f8f8f8;}
.lineswitch tr:nth-child(odd) { background:#e6f1f5;}
.lineswitch tr:hover { background:orange; color:white;}
.lineswitch tr:hover td:hover { background:#fae4ba; color:#363636;}
.lineswitch tr:nth-child(1),.lineswitch tr:nth-child(1):hover td { background:#307eb3 !important; color:#fff;}
.lineswitch tr:nth-child(1) a { color:#fff;}
/*custom tables*/
/*cell alignments*/
td.lt { text-align:left !important; vertical-align:top !important;}
td.lm { text-align:left !important; vertical-align:middle !important;} /*default*/
td.rt { text-align:right !important; vertical-align:top !important;}
td.rm { text-align:right !important; vertical-align:middle !important;}
td.shortcell { width:1px;}
td.nowrapcell { white-space:nowrap;}
/*animations*/
a, a img, p.preview img, table tr, .vimagecontainer span, .bordertext2, .nbt-pink, .nbt-yellow, form * { transition-property: all; transition-duration: .1s, .1s; transition-timing-function: linear, ease-out; -moz-transition-property: all; -moz-transition-duration: .1s, .1s; -moz-transition-timing-function: linear, ease-out; -webkit-transition-property: all; -webkit-transition-duration: .1s, .1s; -webkit-transition-timing-function: linear, ease-out;}
.mm-navbar { display:none;}
.masterlevel { font-family:Phosphate-Inline; text-align:right; color:#fff;-webkit-text-stroke: 1px black;color:white;text-shadow:3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;}
.promotitle span { display:block;}
.promotitle a:link, .promotitle a:visited { color:#ffe79f;}
.promotitle a:hover { color:#fff;}
.teltitle { font-size:1.5em; font-weight:bold; /*-webkit-text-stroke: 1px rgba(255,255,255,0.75);*/ text-shadow:3px 3px 0 rgba(255,255,255,0.75),-1px -1px 0 rgba(255,255,255,0.75),1px -1px 0 rgba(255,255,255,0.75),-1px 1px 0 rgba(255,255,255,0.75),1px 1px 0 rgba(255,255,255,0.75); font-family:"Arial Black";}
.teltitle a { text-decoration:none; color:#cc0000;}
#page {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3c3c3+0,ffffff+25 */
background: #FFEAC5; /* Old browsers */
background: -moz-linear-gradient(top,  #f7941d 0%, #FFEAC5 25%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f7941d 0%,#FFEAC5 25%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f7941d 0%,#FFEAC5 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#FFEAC5',GradientType=0 ); /* IE6-9 */
}
.content { padding:2em 0 0 0; background:rgba(255,255,255,0.3);}
.contactframe { border:5px solid #db8f55; padding:1em; background:#fff8dc;}
/*responsive iframe - google maps*/
.iframe-rwd  { position:relative; padding-bottom:42.25%; padding-top:2.143em; height:0; overflow:hidden;}
.iframe-rwd iframe { position:absolute; top:0; left:0; width:100%; height:100%;}
