/* !----- html5doctor.com Reset Stylesheet ----- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}

body {
    line-height:1;
}

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

nav, ul, menu {
    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;
}

/* Text Styles
----------------------------------------------- */

h1 {
	font: normal normal 32px Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #363636;
	text-transform: uppercase;
	text-align: center;	
}
h2 {
	font: normal normal 36px "rubyregular", Helvetica, Arial, sans-serif;
	color: #CF1237;
	padding-bottom: 5px;
	margin-left: 10px;
	line-height: 32px;
}
h3 {
	
}
h4 {
	
}
p {
	font: normal normal 14px Helvetica, Arial, sans-serif;
	color: #fff;
}
a {
	font: normal normal 14px/22px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
a:hover {
	color: #CF1237;
}
.black {
	color: #000;
}
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* Global Styles
----------------------------------------------- */

html,
body {
	height: 100%;
}
body {
	font: normal normal 14px/22px Helvetica, Arial, sans-serif;
	background: #000;
	-webkit-background-size: 1480px 1189px;
}
.main-wrapper {
	width:1010px;
	margin: 0 auto;
	padding-top: 60px;
	position:relative;
	-webkit-backface-visibility: hidden;
}
.main-wrapper.instagram-wrapper {
	padding-top: 0;
	padding-bottom: 135px;
}
#top-wrapper {
	width: 100%;
	height: 1060px;
	background: #000 url(images/bg.jpg) center top no-repeat;
	margin-top: 146px;
}

.clear {
	clear: both;
}

/* Header Styles
----------------------------------------------- */

header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	box-shadow: 10px 0 10px rgba(0, 0, 0, 1);
}
.header-container {
	width: 1000px;
	margin: 0 auto;
}
#top-strip {
	background: #cf1237;
	width: 100%;
	padding: 5px 0;
}
	#top-strip p,
	#top-strip a {
		font: normal normal 26px/40px "rubyregular", Helvetica, Arial, sans-serif;
		color: white;
		text-align: center;
		letter-spacing: 1px;
	}
	#top-strip a:hover {color: #000;}
#bottom-strip {
	width: 100%;
	background: #000;
	padding: 10px 0 3px;
}
	#bottom-strip #header-arrow {
		float: left;
		width: 240px;
		font: normal normal 26px "rubyregular", Helvetica, Arial, sans-serif;
		color: #cf1237;
		line-height: 42px;
	}
	#bottom-strip #header-arrow:hover {
		color: #fff;
	}
		#bottom-strip #header-arrow span {
			display: block;
			float: left;
			width: 35px;
			height: 35px;
			background: url(images/sprites.png) 0 0 no-repeat;
			margin-right: 10px;
		}
			#bottom-strip #header-arrow:hover span {
				background-position: -375px 0;
			}
		#bottom-strip #header-arrow.click-to-unscramble span {
			background-position: -366px -90px;
		}
			#bottom-strip #header-arrow.click-to-unscramble:hover span {
				background-position: -402px -90px;
			}
	#bottom-strip .upload-progress {
		float: left;
		font: normal normal 16px "rubyregular", Helvetica, Arial, sans-serif;
		margin: 6px 0 0 36px;
	}
		#bottom-strip .upload-progress .progress-label {
			display: block;
			float: left;
			margin-top: 6px;
			font: normal normal 16px "rubyregular", Helvetica, Arial, sans-serif;
			color: white;
		}
		#bottom-strip .upload-progress .min-count,
		#bottom-strip .upload-progress .max-count,
		#bottom-strip .upload-progress .duration-divider {
			float: left;
			color: #fff;
			margin-top: 5px;
		}
		#bottom-strip .upload-progress .duration-divider {
			padding: 0 5px;
		}
		#bottom-strip .upload-progress .progress-bar-wrapper {
			float: left;
			width: 280px;
			height: 20px;
			background: #fff;
			margin: 0 10px;
			padding: 3px;
		}
			#bottom-strip .upload-progress .progress-bar-wrapper .progress-bar {
				position: absolute;
				background: #cf1237;
				height: 20px;
			}
	#bottom-strip .share-campaign {
		float: right;
	}
		#bottom-strip .share-campaign li {
			float: left;
			margin-left: 15px;
			font: normal normal 36px "rubyregular", Helvetica, Arial, sans-serif;
			color: #fff;
		}
			#bottom-strip .share-campaign li a {
				display: block;
				width: 33px;
				height: 33px;
				background: url(images/sprites.png) no-repeat;
				text-indent: -999em;
				overflow: hidden;
			}

			#bottom-strip .share-campaign li a.twitter-global {background-position: -36px 0;}
			#bottom-strip .share-campaign li a.facebook-global {background-position: -70px 0;}
			
			#bottom-strip .share-campaign li a.twitter-global:hover {background-position: -104px 0;}
			#bottom-strip .share-campaign li a.facebook-global:hover {background-position: -138px 0;}
			
/* Footer Styles
----------------------------------------------- */

#divider-info {
	display: none;
	position: fixed;
	width: 100%;
	bottom:0;
	z-index: 9999;
	box-shadow: -10px 0 10px rgba(0, 0, 0, 1);
}
.footer-container {
	width: 1000px;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
}
.filter-box,
.footer-official-links {
	float: left;
}
.mailing-list {
	float: right;
	margin-top: 20px;
}

.footer-top-strip {
	background: #cf1237;
	width: 100%;
	padding: 5px 0;
}
	.footer-top-strip p {
		font: normal normal 19px "rubyregular", Helvetica, Arial, sans-serif;
		color: #fff;
		text-align: center;
	}
.footer-bottom-strip {
	background: #000;
	width: 100%;
	padding: 5px 0;
}

	.footer-bottom-strip .filter-box {
		position: relative;
		margin-top: 20px;
	}
		.footer-bottom-strip .filter-box span {
			float: left;
			font: normal normal 28px "rubyregular", Helvetica, Arial, sans-serif;
			color: #cf1237;
		}
		.footer-bottom-strip .filter-box .filter-trigger {
			display: block;
			position:relative;
			float: left;
			width: 290px;
			height: 28px;
			background: white;
			font: normal normal 22px "rubyregular", Helvetica, Arial, sans-serif;
			color: #CF1237;
			border-radius: 4px;
			padding: 5px 0 0 10px;
			margin-left: 10px;
			z-index:1;
			
		}
			.footer-bottom-strip .filter-box .filter-trigger span {
				display: block;
				position: absolute;
				top: 13px;
				right: 10px;
				width: 14px;
				height: 8px;
				background: url(images/sprites.png) -167px -134px no-repeat;
				cursor: pointer;
			}
		.footer-bottom-strip .filter-box ul {
			display: none;
			position: absolute;
			bottom: 19px;
			left: 99px;
			background: white;
			width: 280px;
			padding: 6px 10px 20px;
			border-radius: 4px;
			box-shadow: 0 0 5px black;
		}
			.footer-bottom-strip .filter-box ul li a {
				font: normal normal 16px "rubyregular", Helvetica, Arial, sans-serif;
				color: #CF1237;
			}
			.footer-bottom-strip .filter-box ul li a:hover {
				color: #414141;
			}
	.footer-bottom-strip .footer-official-links {
		margin: 20px 0 0 13px;
	}
		.footer-bottom-strip .footer-official-links li {
			float: left;
			margin-left: 21px;
		}
			.footer-bottom-strip .footer-official-links li a {
				display: block;
				width: 33px;
				height: 33px;
				background: url(images/sprites.png) no-repeat;
				text-indent: -9999px;
			}
			.footer-bottom-strip .footer-official-links li a.footer-official-twitter {background-position: -104px 0}
			.footer-bottom-strip .footer-official-links li a.footer-official-facebook {background-position: -138px 0}
			.footer-bottom-strip .footer-official-links li a.footer-official-instagram {background-position: -172px 0}
			.footer-bottom-strip .footer-official-links li a.embed {
				text-indent: 0;
				background: none;
				font: normal normal 20px "rubyregular", Helvetica, Arial, sans-serif;
				color: #CF1237;
				padding-top: 6px;
			}
			
			.footer-bottom-strip .footer-official-links li a.footer-official-twitter:hover {background-position: -36px 0}
			.footer-bottom-strip .footer-official-links li a.footer-official-facebook:hover {background-position: -70px 0}
			.footer-bottom-strip .footer-official-links li a.footer-official-instagram:hover {background-position: -411px 0}
			.footer-bottom-strip .footer-official-links li a.embed:hover {color: #fff;}

form#signup,
form#signup2,
form#signup .email,
form#signup2 .email,
form#signup .submit,
form#signup2 .submit {
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}
form#signup .email,
form#signup2 .email {
	width: 192px;/*210*/
	height: 33px;
	padding: 0 9px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-style: italic;
	color: #cf1237;
}
form#signup .submit,
form#signup2 .submit {
	width: 97px;
	height: 33px;
	background: url(images/sprites.png) -277px 0 no-repeat;
	line-height: 0;
	background-color: transparent;
	cursor: pointer;
}
.ios-e4m {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 30px;
}
	.ios-e4m .topspin-widget {
		margin-top: -24px;
	}

	.colophon {
		margin: 15px 0 7px;
	}
		.colophon .legal {
			float: left;
			font: normal normal 14px "rubyregular", Helvetica, Arial, sans-serif;
			color: #414141;
		}
			.colophon .legal {
			}
				.colophon .legal li {
					display: inline;
				}
					.colophon .legal li a {
						font: normal normal 14px "rubyregular", Helvetica, Arial, sans-serif;
						color: #414141;
					}
					.colophon .legal li a:hover {
						color: #cf1237;
					}
		.colophon .credits {
			float: right;
			font: normal normal 11px Helvetica, Arial, sans-serif;
			color: #414141;
			margin-top: 2px;
		}
			.colophon .credits a {
				font: normal normal 11px Helvetica, Arial, sans-serif;
				color: #414141;
			}
			.colophon .credits a:hover {
				color: #cf1237;
			}

/* Top Section Styles
----------------------------------------------- */

#left-col {
	float: left;
	position:relative;
}
.recent-photos {
	
}
	.recent-photos .photo-frame {
		position: absolute;
		display: block;
		width: 257px;
		height: 257px;
		background: url(images/sprites.png) -2px -149px no-repeat;
		margin: -13px 0 0 -14px;
		z-index: 1000;
	}
		.recent-photos .recent-slideshow {
			position: relative!important;
			width: 240px;
			height: 240px;
		}
#gallery-sticker {
	display: block;
	width: 153px;
	height: 46px;
	background: url(images/sprites.png) -162px -40px no-repeat;
	margin: 20px 0 0 83px;
	text-indent: -9999px;
}

#swiss-sticker {
	display: block;
	width: 68px;
	height: 69px;
	background: none transparent;
	margin: 24px 0 0 150px;
	text-indent: -9999px;
}

#gallery-sticker:hover {background-position-x: -317px;}

#video {
	position: absolute;
	width: 551px;
	height: 580px;
	top: 22px;
	left: 253px;
}
	#video .video-overlay {
		position:absolute;
		width: 551px;
		height: 580px;
		background: url(images/tv.png) 0 0 no-repeat;
	}
	#video .video-container {
		padding: 15px 0 0 34px;
		background: black;
	}
	#video .download-container {
		padding: 100px 10px 10px 0px;
		text-align: center;
		width: 486px;
		background: black url(images/won-ton.jpg) 120px -10px no-repeat;
		overflow: hidden;
		height: 135px;
		padding-top: 220px;
	}
		#video .download-container form#signup,
		#video .download-container .embed {position:relative; z-index:1;}
		#video .download-container form#signup {
			float: none;
			width: 310px;
			margin: 0 0 0 94px;
			overflow: hidden;
		}
		#video .download-container .embed {
			display: block;
			font: normal normal 16px "rubyregular", Helvetica, Arial, sans-serif;
			color: #CF1237;
			margin-top: 8px;
		}
		#video .download-container .embed:hover {
			color: #fff;
		}

#right-col {
	float: right;
}
.share-section {
	margin: 280px 37px 0 0;
}
	.share-section .share-trigger {
		display: block;
		width: 85px;
		height: 28px;
		background: url(images/sprites.png) -167px -98px no-repeat;
		margin-left: 6px;
	}
	.share-section .share-trigger:hover {
		background-position-x: -254px;
	}
	.share-section #share-popup {
		display: none;
		position:absolute;
		background: url(images/sprites.png) -57px -38px no-repeat;
		padding: 21px 30px 15px;
	}
		.share-section #share-popup li {
			width: 34px;
			height: 33px;
			margin-bottom: 3px;
		}
			.share-section #share-popup li a {
				display: block;
				width: 34px;
				height: 33px;
				background: url(images/sprites.png) no-repeat;
				text-indent: -9999px;
			}
			.share-section #share-popup li a.popup-twitter {background-position: -206px 0;}
			.share-section #share-popup li a.popup-facebook {background-position: -241px 0;}

.official-social-top {
	margin-top: 310px;
	margin-left: 37px;
}
	.official-social-top li {
		
	}
		.official-social-top li a {
			display: block;
			width: 48px;
			background: url(images/sprites.png) no-repeat;
			text-indent: -9999px;
		}
		.official-social-top li a.top-official-twitter {background-position: 0 -36px; height: 36px;}
		.official-social-top li a.top-official-facebook {background-position: 0 -72px; height: 33px;}
		.official-social-top li a.top-official-instagram {background-position: 0 -104px; height: 35px;}
			
#divider {
	width: 100%;
	height: 127px;
	background: url(images/divider.jpg) center top no-repeat;
}

/* Unlocked Items */

#skateboard,
#poster,
#milk,
#bones-sticker,
#magazine,
#trailer {
	display: block;
	position: absolute;
}

#skateboard {
	width: 163px;
	height: 480px;
	margin: 153px 0 0 38px;
}
#poster {
	width: 267px;
	height: 331px;
	margin: -60px 0 0 -170px;	
}
#milk {
	width: 79px;
	height: 201px;
	margin: 183px 0 0 -172px;
}
#bones-sticker {
	width: 55px;
	height: 65px;
	margin: 733px 0 0 12px;;
}
#magazine {
	width: 313px;
	height: 119px;
	margin: 881px 0 0 8px;
}
#trailer {
	width: 233px;
	height: 46px;
	background: url(images/sprites.png) -476px -40px no-repeat;
	margin: 6px 0 0 -63px;
	text-indent: -9999px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* Bottom Section Styles
----------------------------------------------- */

#bottom-wrapper {
    margin: 0 auto;
    width: 100%;
}
#rider-grid {display: none;}
#instagrid,
#rider-grid {
	margin: 0 auto;
    padding-bottom: 50px;
}
	#instagrid li.grid-item,
	#rider-grid li.grid-item {
		float: left;
		width: 299px;
		height: 299px;
		background: #000;
		margin-right: 1px;
		position: relative;
		margin-bottom: 1px;
	}
		#instagrid li.grid-item .item-normal .item-thumb img,
		#rider-grid li.grid-item .item-normal .item-thumb img {
			width: 299px;
			height: 299px;
		}
		#instagrid li.grid-item .item-hover,
		#rider-grid li.grid-item .item-hover {
			display: none;
			background-color: rgb(0,0,0);
			background-color: rgba(0, 0, 0, 0.75);
			width: 259px;
			height: 259px;
			position: absolute;
			top: 0;
			left: 0;
			padding: 20px;
		}
		
			#instagrid li.grid-item .item-hover .item-head,
			#rider-grid li.grid-item .item-hover .item-head {
				position:relative;
				z-index: 1;
			}
				#instagrid li.grid-item .item-hover .item-head .item-avatar,
				#rider-grid li.grid-item .item-hover .item-head .item-avatar {
					border: 1px solid white;
					width: 37px;
					height: 37px;
					float: left;
				}
				#instagrid li.grid-item .item-hover .item-head .item-author,
				#rider-grid li.grid-item .item-hover .item-head .item-author {
					font-style: italic;
					float: left;
					margin: 8px;
				}
			#instagrid li.grid-item .item-hover .item-caption,
			#rider-grid li.grid-item .item-hover .item-caption {
				font-style: italic;
				color: white;
				margin-top: 10px;
				position:relative;
				z-index: 1;
			}
			#instagrid li.grid-item .item-hover .item-share,
			#rider-grid li.grid-item .item-hover .item-share {
				font-size: 11px;
				text-transform: uppercase;
				position: absolute;
				bottom: 10px;
				left: 18px;
				z-index: 1;
			}
				#instagrid li.grid-item .item-hover .item-share .share-item,
				#rider-grid li.grid-item .item-hover .item-share .share-item {
					float: left;
					padding: 0 2px;
					color: #fff;
				}
				#instagrid li.grid-item .item-hover .item-share .share-item.last,
				#rider-grid li.grid-item .item-hover .item-share .share-item.last {
					border-right: none;
					padding-right: 0;
				}
				#instagrid li.grid-item .item-hover .item-share .share-item .seperator,
				#rider-grid li.grid-item .item-hover .item-share .share-item .seperator {
					padding: 0;
				}
				#instagrid li.grid-item .item-hover .item-share .share-item.first,
				#rider-grid li.grid-item .item-hover .item-share .share-item.first { padding: 0; }
					#instagrid li.grid-item .item-hover .item-share .share-item a,
					#rider-grid li.grid-item .item-hover .item-share .share-item a {
						font-size: 11px;
						cursor: pointer;
					}
	#instagrid li.grid-item .item-hover a.item-anchor,
	#rider-grid li.grid-item .item-hover a.item-anchor {
		display: block;
		width: 299px;
		height: 299px;
		position: absolute;
		top: 0;
		left: 0;
	}

#grid-loading {
	position: absolute;
	margin: -170px 0 0 -17px;
	background: black;
	padding: 5px;
	border-radius: 3px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	left: 50%;
}
#grid-loading-center {
	display: none;
	position: fixed;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin: -170px 0 0 -17px;
	background: black;
	padding: 5px;
	border-radius: 3px;
	z-index: 9999;
}

/* Lightbox Styles
----------------------------------------------- */

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,.75);
	z-index: 1000;
}
.embed-lightbox-wrapper {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 660px;
	height:300px;
	background: #181818;
	margin: -150px 0 0 -350px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 20px black;
	z-index: 1001;
}
	.embed-lightbox-wrapper .close-lightbox {
		display: block;
		position: absolute;
		width: 23px;
		height: 25px;
		background: url(images/sprites.png) -340px -96px no-repeat;
		top: -12px;
		right: -10px;
		text-indent: -9999px;
	}
	.embed-lightbox-wrapper h2 {
		font: normal normal 40px 'rubyregular', Helvetica, Arial, sans-serif;
		color: white;
		padding-bottom: 15px;
		text-align: center;
		letter-spacing: 1px;
	}
		.embed-lightbox-wrapper h2 span {
			display: block;
			font-size: 28px;
			color: #CF1237;
		}
	.embed-lightbox-wrapper textarea {
		width: 640px;
		height: 180px;
		padding: 10px;
		background: #111;
		border: 1px solid #252525;
		color: white;
		font: normal normal 13px/19px Helvetica, Arial, sans-serif;
	}

/* Mobile Styles
----------------------------------------------- */

@media all and (max-width: 1040px) {
	#top-strip p {
   		-webkit-text-size-adjust: none;
    }
    #top-wrapper {
	    overflow: hidden;
    }
	.grid li.grid-item {
		margin: 0 auto;
		width: 900px!important;
		height: 900px!important;
	}
	.grid  li.grid-item .item-normal .item-thumb img {
		width: 900px!important;
		height: 900px!important;
	}
	.grid  li.grid-item .item-hover {
		width: 860px!important;
		height: 860px!important;
		font-size:30px !important;
	}
	.grid  li.grid-item .item-hover .item-share {
		left: 167px!important;
	}
	.colophon .legal {
		float: none;
		display: block;
		color: #414141;
		width: 100%;
		text-align: center;
	}
	.colophon .credits {
		float: none;
		font: normal normal 11px Helvetica, Arial, sans-serif;
		color: #414141;
		margin-top: 2px;
		display: block;
		width: 100%;
		text-align: center;
	}
		#instagrid li.grid-item .item-hover .item-head .item-avatar,
		#rider-grid li.grid-item .item-hover .item-head .item-avatar {
			border: 1px solid white;
			width: 25%;
			height: 25%;
			float: left;
		}
		#instagrid li.grid-item .item-hover .item-head .item-avatar img,
		#rider-grid li.grid-item .item-hover .item-head .item-avatar img {
			width: 100%;
			height: 100%;
			display: block;
		}
		#instagrid li.grid-item .item-hover .item-head .item-author,
		#rider-grid li.grid-item .item-hover .item-head .item-author {
			font-style: italic;
			float: left;
			margin: 95px 8px 8px;
			font-size: 24px;
		}
			#instagrid li.grid-item .item-hover .item-head .item-author a,
			#rider-grid li.grid-item .item-hover .item-head .item-author  a {
				font-size: 44px;
				line-height: 30px;
			}
	#instagrid li.grid-item .item-hover .item-caption,
	#rider-grid li.grid-item .item-hover .item-caption {
		font-style: italic;
		color: white;
		margin-top: 20px;
		position:relative;
		z-index: 1;
		font-size: 44px;
		line-height: 54px;
	}
	#instagrid li.grid-item .item-hover .item-share,
	#rider-grid li.grid-item .item-hover .item-share {
		font-size: 34px;
		text-transform: uppercase;
		position: absolute;
		bottom: 10px;
		left: 12px!important;
		z-index: 1;
	}
		#instagrid li.grid-item .item-hover .item-share .share-item,
		#rider-grid li.grid-item .item-hover .item-share .share-item {
			float: left;
			padding: 0 10px;
			color: #fff;
		}
		#instagrid li.grid-item .item-hover .item-share .share-item.last,
		#rider-grid li.grid-item .item-hover .item-share .share-item.last {
			border-right: none;
			padding-right: 0;
		}
		#instagrid li.grid-item .item-hover .item-share .share-item .seperator,
		#rider-grid li.grid-item .item-hover .item-share .share-item .seperator {
			padding: 0;
		}
		#instagrid li.grid-item .item-hover .item-share .share-item.first,
		#rider-grid li.grid-item .item-hover .item-share .share-item.first { padding: 0; }
			#instagrid li.grid-item .item-hover .item-share .share-item a,
			#rider-grid li.grid-item .item-hover .item-share .share-item a {
				font-size: 34px;
			}
}
