body {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: black;
}
p {
	margin-top: 0;
	font-weight: 100;
}

h1 {
	font-size: 40px;
	margin-bottom: 0;
}
h1.big {
	border-bottom: 4px solid #abcb44;
    display: table;
    margin: 30px auto 30px auto;
}
h2, h3 {
}
h2 {
	font-size: 20px;
	margin: 0 0 7px 0;
}
.box h2 {
	position:relative;
	display: inline;
}
.box h2:after {
    background: url("../gfx/header-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 17px;
    left: 100%;
    margin-left: 21px;
    position: absolute;
    top: 6px;
    width: 62px;
}
.box p {
	margin-top: 7px;
}
.box a {
	color: black;
}

.click {
	cursor: pointer;
}
.center {
	text-align: center;
}
.click:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: white;
}
a.pdf::before {
	content: ' ';
	background: url('../gfx/pdf.png') no-repeat;
	height: 16px;
	width: 16px;
	display: inline-block;
	margin-right: 4px;
	position: relative;
	top: 2px;
}
a.pdf:hover {
	text-decoration: underline;
}
a.incognito {
	color: inherit;
}
a.close-desktop-mode {
    border: 1px solid #ffffff;
    padding: 0 5px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 20;
}
body.text_content a {
	text-decoration: none;
}
.slim_admin a, .admin a {
	color: black;
}
tr.spacer td {
	height: 10px;
	padding: 0;
}
p.space-before {
	padding-top: 175px;
	margin-top: 0;
}
p.space-after {
	margin-bottom: 18px;
}
tr.spacer td p {
	display: none;
}
td.list {
	color: white;
	padding-right: 0;
}
td.lowest {
	padding-bottom: 0;
}
a.close {
	color: black;
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	background: url('../gfx/close.png') no-repeat;
	width: 19px;
	height: 19px;
	z-index: 10;
}
a.close span {
	display: none;
}
a img {
	border:none;
}
/* common style for various map elements */
body.map #main, #map_InfoWindowHtml div, #map_travel_options dd.active, #map_value_data .active, div.map_column div, .box, #overlay_directions, div.modal {
	background:#f6f6f5;
	padding: 14px;
	margin-top: 3px;
}
#googlemaps_location {
	background:#f6f6f5;
	padding: 10px 10px 18px 18px;	
}
.box {
	padding: 14px 30px 14px 30px!important;
	box-sizing: border-box;
}
#map_tooltip div {
	background: url('../gfx/location-arrow-start.png') no-repeat left, url('../gfx/location-arrow-end.png') no-repeat right;
	padding-left:22px;
	height: 31px;
	line-height:29px;
	font-weight: 600;
	padding-right: 16px;
}
#map_tooltip div a {
	background: url('../gfx/location-arrow-repeat.png') repeat-x;
	height: 31px;
	display: block;
	color: black;
}
.nudge-right {
	margin-left: 13px;
} 
#map_tooltip a {
	color: white;
	white-space:nowrap;
}
a.tell_a_friend, a.facebook_page {
	display: block;
	float: left;
	color: rgb(51, 51, 51);
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #999999;
	line-height: 17px;
	margin-right: 10px;
	background: #EFEFEF;
	padding: 0 7px 0 7px;
}
a.facebook_page {
	background: url(../gfx/apfsevhg.png) #EFEFEF 6px -409px no-repeat;
	padding-left: 28px;
}
a.gps {
	height: 40px;
	line-height: 40px;
	display: block;
	padding-left: 44px;
	color: black;
}
.important {
	font-size: 18px;
	font-family: "Open Sans";
	color: rgb(0, 101, 50);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	width: 550px;
	margin: auto;
	text-shadow: 0px 0px 2px #C3DA77;  
}
#header div.advert {
    background: white;
    color: #B71C1E;
    float: left;
    height: 83px;
    margin-left: 10px;
    padding: 0 10px;
    text-align: center;
}
img.banner {
    float: left;
    height: 83px;
    margin: 0 0 10px 10px;
    width: 402px;
}
div.advert h2 {

}
div.advert p {
	line-height: 14px;
}
div.advert strong {
	color: #19226A;
}
p.logo {
	margin-bottom: 12px;
}
body.login div.column {
	margin-top: 20px;
}
body.login #continue {
	color: black;
}
/* Lightbox */
#lightbox h2 {
	background: #85CD96;
}
/* map directions */
#map_directions {
	background: #EEEEEE;
}
/* Banners */
div.banners img {
	margin: 0 auto 10px auto;
	display: block;
	outline: 1px solid black;
}
/* Tinymce */
body.mceContentBody a {
	color: black;
}
body a.colored {
	color: #ABCB44;
}
/* Scrollable columns */
.scrollable-column {
	-moz-box-flex: 0;
	-ms-flex: 0;
	-moz-box-orient: vertical;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	position: relative;
}
.scrollable-column .header {
	-moz-box-flex: 0;
	-ms-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.scrollable-column .content {
	-moz-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;	
}
.scrollable-column .footer {
	-moz-box-flex: 0;
	-ms-flex: 0;
	display: block;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
/* Phone and email icons */
a.phone, a.facebook, a.mail {
	background: url('../gfx/sprites-2015.png') no-repeat;
	padding-left: 18px;
}
a.phone {
	background-position: -5px -4px;
}
a.mail {
	background-position: -5px -29px;
}
a.facebook {
	background-position: -5px -55px;
	
}
div.illustration {
    background: url("../gfx/start-bg-utan-text-647p.png") no-repeat scroll -52px -129px rgba(0, 0, 0, 0);
    height: 400px;
    margin-bottom: 10px;
}
.text-content,.text-content a {
	color: black; 
}
/* hover switch, currently used only for translate */
.hover-switch {
	position: relative;
}
.hover-switch > * {
	position: static;
}
.hover-switch > .hover-only {
	position: absolute;
	top: -1000px;
	left: -1000px;
}
.hover-switch:hover > .normal-only {
	position: absolute;
	top: -1000px;
	left: -1000px;
}
.hover-switch:hover > .hover-only {
	position: static;
}
div.relative {
	position:relative;
	top: 0; left: 0;
}
.redundant {
	display: none;
}
.hide {
	visibility: hidden;
}
body.admin p.no-access {
	display: none;
}
div.case {
    border-bottom: 1px solid black;
    margin-bottom: 1em;
}
a.client {
    display: block;
    height: 150px;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.1);
}
@media (min-width: 640px) {
	.mobile-only {
		display: none;
	}
}
@media (max-device-width: 640px) {
	.mobile-only {
		display: block;
	}
}