@CHARSET "UTF-8";


.theme-mobile .contact-view .box-outer {
	margin-top: 1em;
}


.theme-mobile .contact-view .vcard {
	margin-top: 1em;
	margin-bottom: 1em;
}


.theme-mobile .contact-view .vcard .adr {
	margin-top: .5em;
	margin-bottom: .5em;
}


.theme-mobile .contact-view .vcard .adr .geo {
	display: none;
}


.theme-mobile .contact-view .vcard .given-name {
	font-weight: bold;
}




/*
 * simple view
 */
.theme-mobile .contact-view-simple .header h1,
.theme-mobile .contact-view-simple .header h2 {
	margin-top: 0;
}



/*
 * google maps view
 */
.theme-mobile .contact-maps-view {
	margin-top: -15px;
}

.theme-mobile .contact-maps-view .google-maps .scrollfix {
	color: black;
	text-shadow: none;
		cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	z-index: 100;
	background-color: rgba(0,0,0,0);
}


.theme-mobile .contact-maps-view .vcard {
	display: none;
}

.theme-mobile .contact-maps-view .google-maps {
	color: black;
	text-shadow: none;
	margin: 0 -15px 1em -15px;
}


.theme-mobile .contact-maps-view .google-maps .given-name {
	font-weight: bold;
}

.theme-mobile .contact-maps-view .google-maps .geo{
	display: none;
}


/*
 * contact request form
 */
.theme-mobile .contact-request {
}

.theme-mobile .contact-request input.ui-input-text {
	background-color: #222222;
}

.theme-mobile .contact-request-form fieldset {
	position: relative;
	margin: 1em 0;
}
.theme-mobile .contact-request-form fieldset:first-of-type {
	margin-top: 0;
}
.theme-mobile .contact-request-form fieldset:last-of-type {
	margin-bottom: 0;
}

.theme-mobile .contact-request-form fieldset > div {
	margin-bottom: 0.5em;
}
.theme-mobile .contact-request-form fieldset > div:last-child {
	margin-bottom: 0;
}

.theme-mobile .contact-request-form fieldset label {
	margin: .5em 0 0 0;
}

.theme-mobile .contact-request-form fieldset label.required:after {
    content: "*";
    position: relative;
    z-index: 10;
	padding-left: .15em;
}

.theme-mobile .contact-request-form .error{
    color: red;
	padding: 0 1em;
}

