@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: Schoolbell;
    src: url(Schoolbell.ttf);
}
@font-face {
    font-family: PTSans;
    src: url(PTS55F.ttf);
}
@font-face {
    font-family: PTSerif;
    src: url(PTF56F.ttf);
}
@font-face {
    font-family: Agency_b;
    src: url(AgencyFBoti_b.ttf);
}
@font-face {
    font-family: Agency_r;
    src: url(AgencyFBoti_r.ttf);
}

/* @group Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

p {
	text-align:justify;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

.zero, .interactions {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul {
	list-style:none;
}
footer ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}

/* @end */


/* @group --- STUFF GROUP ------------------------------ */

body {
	font: 16px PTSans;
}
.right {
	float: right;
	text-align: right;
}
.left {
	float: left;
	text-align: left;
}
.center {
	float: none;
	text-align: center;
}

a {
	text-decoration: none;
	color: #59B42D;
	font-weight: bold;
}
a:hover {
	color: #747474 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em;
}

h1 {
	font-family: Schoolbell;
	font-size: 36px;
	color: #59B42D;
}
h2 {
	font-family: Schoolbell;
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

address {
	font-style: normal;
}

::selection {
	color: white;
	text-shadow: none;
	background-color: #cb0000;
}

/* @end */

/* @group SPRITES */

.sprites {
	background-image: url('../hcard-images/sprites.png');
	background-repeat: no-repeat;
}
.monkey-logo {
	background-position: 0 0;
}

.icon-sprites {
	background-image: url('../hcard-images/icon-sprites.png');
	background-repeat: no-repeat;
}
a.tel {
	background-position: 0 2px;
}
a.tel:hover {
	background-position: 0 -28px;
}
a.email {
	background-position: 0 -58px;
}
a.email:hover {
	background-position: 0 -88px;
}
a.chat {
	background-position: 0 -120px;
}
a.chat:hover {
	background-position: 0 -150px;
}
#content a.address {
	background-position: 4px -179px;
}
#content a.address:hover {
	background-position: 4px -209px;
}
#content .address {
	background-position: 4px -209px;
}
a.download {
	background-position: 0 -240px;
	color: #cb0000;
}
a.download:hover {
	background-position: 0 -270px;
}
#content .tel {
	background-position: 0px -28px;
}
#content .hours {
	background-position: 2px -329px;
}
/* @end */

/* @group CONTAINERS */

.primaryContainer {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 100%;
}
#container {
	float: left;
	clear: none;
	width: 100%;
}

/* @end */

/* @group HEADER */

header {
	float: left;
	clear: none;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
header .logo {
	margin-left: 30px;
	font-weight: 300;
}
header .monkey-logo {
	display: block;
	height: 135px;
	padding-left: 126px;
	line-height: 137px;
	color: #59B42D;
	width: 100%;
}
header .monkey-logo:hover {
	color: #2fa2b4;
}

/* @end */

/* @group CONTENT */

#content {
	float: left;
	clear: none;
	max-width: 820px;
	margin-left: 159px;
	margin-right: 150px;
	width: auto;
	padding-bottom: 40px;
}
#content section {
	width: 100%;
	display: block;
	float: left;
	clear: none;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 0.5em;
}
#content p {
	margin-bottom: 30px;
}
#content a {
	display: inline-block;
}
#content a.icon-sprites {
	padding-bottom: 3px;
	padding-top: 3px;
	height: 25px;
	text-indent: 30px;
}
#content span.icon-sprites {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 30px;
	display: block;
	height: 25px;
}
#contact .personal-info .name, #contact .personal-data a, header .monkey-logo, #content a.address, #contact .download-vcard a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* @end */

/* @group CONTACT */

#contact {
	float: left;
	clear: none;
	width: 100%;
	background-image: url('../hcard-images/contact-bg.png');
	background-repeat: repeat-y;
	background-position: 0 0;
}
#contact .card {
	margin-top: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #59B42D;
	margin-right: 20px;
}
#contact .card:last-child {
	border-bottom: none;
}
#contact .personal-info {
	margin-top: 20px;
	position: relative;
	cursor: default;
}
#contact .personal-info .personal-image {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #bebebe;
	
}

#contact .personal-info .name {
	display: inline-block;
	position: absolute;
	margin-top: 22px;
	margin-left: 20px;
}
#contact .personal-data {
	margin-top: 10px;
	text-align:justify;
}
#contact .personal-data a {
/*	display: block; */
	padding-bottom: 3px;
	padding-top: 3px;
	width: 100%;
/*	height: 25px; */
	margin-bottom: 2px;
/*	text-indent: 40px; */
}


/* MAPS */
#contact-map {
	width: 100%;
	height: 408px;
	margin-bottom: 15px;
}


/* @end */

/* @group FOOTER */

footer {
	float: left;
	clear: none;
	width: 100%;
	border-top: 1px solid #59B42D;
	font-size: 12px;
	color: #747474;
	padding-top: 20px;
}
footer section {
	text-align: center;
}
footer section.copyright ul li {
	margin-bottom: 10px;
}
footer section.copyright a.knative-logo {
	width: 47px;
	height: 17px;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	position: relative;
	top: -17px;
	left: 4px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
footer section.copyright a.knative-logo:hover {
	transform:rotate(-5deg);
	-ms-transform:rotate(-5deg); /* IE 9 */
	-webkit-transform:rotate(-5deg); /* Safari and Chrome */
}

/* @end */






@media only screen and (min-width: 1024px) {
	#container {
		width: 70%;
	}
	#contact {
	    width: 30%;
	    min-height: 100%;
	}
	footer {
		width: 70%;
		padding-right: 30%;
	}
}

@media only screen and (max-width: 1023px) {
	header {
		padding-bottom: 35px;
	}
	header .logo {
		margin: 0;
	}
	header .monkey-logo {
		width: 100px;
		padding-left: 0;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		margin-left: auto;
		margin-right: auto;
	}
	#container {
		width: 100%;
		border-bottom: 1px solid #51c4d4;
	}
	#content {
		margin-right: 10%;
		margin-left: 10%;
		padding-bottom: 10px;
	}
	#contact {
		width: 100%;
		background-image: none;
	}
	#contact .card {
		margin-right: 10%;
		margin-left: 10%;
	}
}
@media only screen and (max-width: 480px) {
	header .monkey-logo {
		width: 125px;
		padding-left: 0;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		margin-left: auto;
		margin-right: auto;
		background-position: 0 -150px;
		height: 81px;
	}
}
@media only screen and (min-width: 1024px) {
	.mobile-view {
		display: none !important;
	}
}
@media only screen and (max-width: 1023px) {
	.desktop-view {
		display: none !important;
	}
}