/* Generics */
h2 {
	font-size: 20px;
	margin-bottom: 0.25em;
	margin-top: 1.5em;
	border-bottom: 2px solid #026dbf;
}
h3 {
	font-size: 11pt;
	margin-bottom: 0.25em;
}
	
	

/* Helper classes */
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}


/* GridLayout */
.gridlayout ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gridlayout ul li {
	float: left;
	width: 215px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.gridlayout ul li:nth-of-type(3n) { margin-right: 0;}
.gridlayout ul li:nth-of-type(3n+1) { clear:left; }


/**
 * YouTubePlayer
 */
.YouTubePlayer {
	width: 100%;
	position: relative;
}
.YouTubePlayer > img.stretcherImage {
	width: 100%;
}
.YouTubePlayer > iframe {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}


 /* vCard */
 .vcard {
	background-color: #f4f4f4;
	background-image: linear-gradient(to bottom, #eee 0px, #ddd 100%);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.3);
	border-radius: 5px; 
	padding: 0;
	width: 320px;
	margin: 1em 0;
	min-width: 280px;
    max-width: 400px;
    position: relative;
    height: 120px;
    overflow: hidden;
}
.container > .vcard {
	width: auto;
	margin: 0;
	max-width: none;
}
.vcard .photo {
	float: left;
	margin-right: 20px;
	width: 235px;
	height: 100%;
	max-width: 50%;
	overflow: hidden;
	position: relative;
}
.vcard .photo.empty {
	width: 100px;
	height: 100%;
	background-color: #ddd;
	background-image: linear-gradient(to bottom, #a2705b 0px, #824A33 100%);
	background-image: linear-gradient(to bottom, #ddd 0px, #ccc 100%);
}
.vcard .photo img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -120px;
}
.vcard h3 {
	font-weight: normal;
	font-size: 130%;
	margin: 0;
	padding-top: 1em;
	color: #555;
	text-shadow: 1px 1px 1px #fff;
}
.vcard h3 .function {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	background-color: #db7f26;
	color: white; 
	line-height: 1.5;
	padding: 0 40px;
	width: 100px;
	text-align: center;
	transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transform: translate(40px,27px) rotate(35deg);

}
.vcard .info {
	margin: 0;
	margin-left: 90px;
	text-align: left;
	font-size: 13px;
	line-height: 13px;
}
.vcard .info br {
	display: none;
}
.vcard .info span.item {
	white-space: nowrap;
	display: block;
	color: gray;
	text-shadow: 1px 1px 0 #eee;
}
.vcard .info span.item .value {
	color: #333;
}
.vcard .info span.company,
.vcard .info span.title {
	white-space: nowrap;
	display: block;
	margin-bottom: 1em;
	color: gray;
	text-shadow: 1px 1px 0 #eee;
}
.vcard .info span.item.adr {
	color: #333;
}
.vcard .info span.item.adr .street-address {
	display: block;
}
.vcard a {
	color: inherit;
	text-decoration: none;
}
.vcard a:hover {
	color: #333;
	text-decoration: underline;
}
.vcard .done {
	clear: left;
}
/*@media all and (max-width:440px) {*/
	.vcard {
		height: auto;
		padding-bottom: 10px;
		width: 215px;
		min-width: 100px;
	}
	.vcard .photo {
		float: none;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		min-height: 135px;
		display: block;
	}
	.vcard .photo.empty {
		width: 100%;
	}
	.vcard .photo img {
		position: static;
		margin: 0;
		width: 100%;
	}
	.vcard > h2,
	.vcard > h3 {
		margin: 5px 10px 0;
		padding: 0;
	}
	.vcard > .info {
		margin-left: 10px;
		margin-right: 10px;
	}
/*}*/
 
 
/* Hotbutton */
.hotbutton{
  	border-bottom: 1px solid #026dbf;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: visible;
    width: 215px;
	
}
.hotbutton:hover{
	background: #f0f0f0;
	-moz-box-shadow: 0 0 7px #999;
	-webkit-box-shadow: 0 0 7px #999;
	box-shadow: 0 0 7px #999;
}
.hotbutton h3{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 3px;
	overflow: hidden;
	padding: 0;
    white-space: nowrap;
}
.hotbutton .body p{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 3px;
	padding: 0;
	margin-left: 3px;
}
.hotbutton .link{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 3px;
	overflow: hidden;
	padding: 0;
    white-space: nowrap;
}
