/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Source+Sans+Pro:300,400,700&subset=latin-ext');

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, 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;
}
/* HTML5 display-role reset for older browsers */
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;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

html *
{
	box-sizing: border-box;
}

.image-holder,
.field-type-image .field-item
{
	position: relative;
	height: 0;
	padding-bottom: 55%;
	overflow:hidden;
}

.image-holder img,
.field-type-image .field-item img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.table
{
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.table-row
{
	display: table-row;
}

.table-cell
{
	display: table-cell;
	vertical-align: top;
}

.left
{
	float: left;
}

.right
{
	float:right;
}

a
{
	color: inherit;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

#cboxOverlay
{
	opacity: 0.75!important;
	z-index: 9999999998!important;
}

#colorbox
{
	z-index: 9999999999!important;
}

/*
.fb-comments, .fb-comments iframe[style], .fb-comments span,
.fb-post, .fb-post iframe[style], .fb-post span {
   width: 100% !important;
}
*/

iframe[src^="https://www.facebook.com"]
{
	width: 100%!important;
}

@media screen and (max-width: 380px)
{
	.fb-post span
	{
		zoom: 0.85;
	}

	.fb-post iframe
	{
		transform:scale(0.95);
	}
}

.ad-no-height
{
	height: 0;
	overflow:hidden;
}

.ad-no-margin
{
	margin-top: 0;
	margin-bottom: 0;
}

.ad-top-margin
{
	margin-top: 20px;
}

.ad-bottom-margin
{
	margin-bottom: 20px;
}

.ad-below-image
{
	margin-top: -10px;
}