/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
	   License: none (public domain)
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.mainheader {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	height: 58px;
	border-bottom: 1px solid #b2b2b2;
	width: 100%;
	background-color: #fff;
	padding-top: 19px;
}
.mainheader .container {
	max-width: 840px;
	padding: 0 8px;
	margin-left: auto;
	margin-right: auto;
}
.talllogo a {
	text-indent: -9999px;
	background: url(../img/social-content/talllogo.png);
	width: 25px;
	height: 19px;
	float: left;
	margin-right: 20px;
}
.instalogo {
	text-indent: -9999px;
	background: url(../img/social-content/instagramlogo.png) no-repeat;
	width: 84px;
	height: 29px;
	float: left;
}
.dash {
	width: 1px;
	height: 20px;
	float: left;
	background-color: #b2b2b2;
	margin-right: 20px;
}
/* 1.5 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
    .talllogo a {
    	background: url(../img/social-content/talllogo-x2.png);
    	background-size: 25px 19px;
    }
    .instalogo {
		background: url(../img/social-content/instagramlogo-x2.png);
		background-size: 84px 29px;
	}	
}
.container--social {
	padding: 4px;
	margin-top: 58px;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.socialblock img{
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.socialblock__inner {
	border: 1px solid #d8d8d7;
	margin-bottom: 4px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.socialblock {
		width: 50%;
		float: left;
	}	
	.socialblock__inner {
		margin: 4px;
	}
}
@media screen and (min-width: 1100px) {
	.socialblock {
		width: 25%;
		float: left;
	}	
}	
.socialimage {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.socialvideo {
	position: relative;
	z-index: 2;
}
.socialvideo video {
	width: 100%;
	height: auto;
	display: block;
}
.socialblock__content {
	height: 0;
	padding-bottom: 100%;
}
.no-touch .socialvideo__play {
	background: url(../img/social-content/vidplay.png);
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	z-index: 4;
	pointer-events: none;
}