/* 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 {
	border: 0;
	font-size: 14px;
	font: inherit;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}

/**
* Utility Classes
*/
.mobile-visible {
	display: none;
}
.clearfix:after{
	clear: both;
	content: '';
	display: block;
}
.hidden  { 
    display: none;
	visibility: hidden;
}
.offscreen,
.accessLabel  {
	display: block;
	left: -999999px;
	position: absolute;
	top: -999999px;
}
.hidden {
	display: none;
	visibility: hidden;
}
.noWrap {
	white-space: nowrap;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
a{
	cursor: pointer;
	text-decoration: none;
}
input {
	outline: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
	::-webkit-input-placeholder {	color: #a7a9ac;	font-size: 14px; font-family: 'Ubuntu'; font-weight: 300; }
	:-moz-placeholder {				color: #a7a9ac;	font-size: 14px; font-family: 'Ubuntu'; font-weight: 300; }
	::-moz-placeholder {			color: #a7a9ac;	font-size: 14px; font-family: 'Ubuntu'; font-weight: 300; }
	:-ms-input-placeholder {		color: #a7a9ac;	font-size: 14px; font-family: 'Ubuntu'; font-weight: 300; }
.button {
	background: #f2d13d;
	border-radius: 16px;
	color: #009966;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 32px;
	padding: 10px 34px 7px;
	line-height: 10px;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/**
Fonts
*/
@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/ubuntu/ubuntu-regular-webfont.eot');
    src: url('../fonts/ubuntu/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu/ubuntu-regular-webfont.woff') format('woff'),
         url('../fonts/ubuntu/ubuntu-regular-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/ubuntu/ubuntu-light-webfont.eot');
    src: url('../fonts/ubuntu/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu/ubuntu-light-webfont.woff') format('woff'),
         url('../fonts/ubuntu/ubuntu-light-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu/ubuntu-light-webfont.svg#ubuntulight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/ubuntu/ubuntu-bold-webfont.eot');
    src: url('../fonts/ubuntu/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu/ubuntu-bold-webfont.woff') format('woff'),
         url('../fonts/ubuntu/ubuntu-bold-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu/ubuntu-bold-webfont.svg#ubuntubold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/ubuntu/ubuntu-bolditalic-webfont.eot');
    src: url('../fonts/ubuntu/ubuntu-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu/ubuntu-bolditalic-webfont.woff') format('woff'),
         url('../fonts/ubuntu/ubuntu-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu/ubuntu-bolditalic-webfont.svg#ubuntubold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

/**
Framework
*/
body, 
html {
	display: block;
	font-family: 'Ubuntu', sans-serif;
	position: relative;
	width:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
	* {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
.fallback-wrapper {
	position: relative;
}
.central-column {
	margin: 0 auto;
	max-width: 960px;
	position: relative;
}
.module {
	margin-bottom: 16px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.module.half {
	width: 50%;
}
/**
Site Header
*/
.site-header  {
	background: #66bc45 url(../images/fallback-bg-halftone.jpg) center center no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	height: 500px;
	padding: 0;
	text-transform: uppercase;
}
	.site-header .home-link {
		left: 0;
		position: absolute;
		top: 24px;
	}
	.site-header .text {
		background: url(../images/coinstar-kiosk-background-darker.png) center 41px no-repeat;
		margin: 0 auto;
		padding: 185px 0 34px;
		text-align: center;
	}
		.site-header .text h1 {
			font-size: 80px;
			font-weight: 700;
			margin-bottom: 50px;
		}
			.site-header .text h1 span {
				color: #fec524;
			}
		.site-header h2 {
			font-size: 14px;
			font-size: 16px;
			font-weight: 700;
			line-height: 26px;
			margin: 0 auto;
			max-width: 600px;
			max-width: 710px;
		}
			.site-header strong {
				color: #fec524;
			}
			.site-header .hashtag {
				border-bottom: 2px solid #d0c22e;
				color: #fec524;
				display: inline-block;
				font-weight: 700;
				line-height: 14px;
			}
				.site-header .hashtag span {
					font-weight: 400;
				}

/**
Site Footer
*/
.site-footer {
	background: #66bc29;
}
.site-footer .first-row {
	text-align: center;
	padding: 30px 0 20px;
}
	.site-footer .first-row .social-wrapper {
		display: inline-block;
		margin: 0 62px;
		vertical-align: middle;
	}
		.site-footer .first-row .social-wrapper h4 {
			color: #fff;
			font-size: 20px;
			font-weight: 700;
			margin-bottom: 10px;
			text-transform: uppercase;
		}
			.site-footer .first-row .social-wrapper .social {
			}
				.site-footer .first-row .social-wrapper .social li {
					display: inline-block;
					margin: 0 4px;
				}
					.site-footer .first-row .social-wrapper .social li a {
						background: url(../images/sprite.png) -200px 0;
						display: block;
						height: 47px;
						width: 47px;
					}
						.backgroundsize .site-footer .first-row .social-wrapper .social li a {
							background-image: url(../images/sprite-retina.png);
							background-size: auto 100px;
						}
					.site-footer .first-row .social-wrapper .social li a.twitter {
						background-position: -250px 0;
					}
					.site-footer .first-row .social-wrapper .social li a.instagram {
						background-position: -300px 0;
					}
					.site-footer .first-row .social-wrapper .social li a.youtube {
						background-position: -350px 0;
					}
					.site-footer .first-row .social-wrapper .social li a.facebook:hover {
						background-position: -200px -50px;
					}
					.site-footer .first-row .social-wrapper .social li a.twitter:hover {
						background-position: -250px -50px;
					}
					.site-footer .first-row .social-wrapper .social li a.instagram:hover {
						background-position: -300px -50px;
					}
					.site-footer .first-row .social-wrapper .social li a.youtube:hover {
						background-position: -350px -50px;
					}
	.site-footer .first-row .mycoinstar-cta {
		display: inline-block;
		margin: 0 62px;
		vertical-align: middle;
	}
		.site-footer .first-row .mycoinstar-cta:hover {
			background: #009966;
			color: #fff;
		}
	
.site-footer .disclaimer {
	border-top: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 16px 0;
	text-align: center;
}
	.site-footer .disclaimer br {
		display: none;
	}
	.site-footer .disclaimer a {
		color: #fff;
		padding-bottom: 2px;
	}
		.site-footer .disclaimer a:hover {
			border-bottom: 1px solid #d2ebc0;
		}
/**
Video
*/
.video {
	background: #dadada;
	height: 540px;
}
.video h2 {
	background: #017949 url(../images/halftone-dark-repeat-50.jpg) center right repeat-y;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	padding: 14px 14px 14px 50px;
	position: absolute;
	top: 50px;
	text-transform: uppercase;
}
	.video .iframe-wrapper {
		position: absolute;
		z-index: 1;
	}
		.video .iframe-wrapper iframe {
			position: relative;
		}
	.video .video-overlay {
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	.video .video-overlay:after {
		background: url(../images/sprite.png) no-repeat;
		content: '';
		display: block;
		height: 98px;
		left: 50%;
		margin: -49px 0 0 -49px;
		position: absolute;
		top: 50%;
		width: 98px;
	}
		.backgroundsize .video .video-overlay:after {
			background-image: url(../images/sprite-retina.png);
			background-size: auto 100px;
		}
	.video .video-overlay:hover:after {
		background-position: -100px 0;
	}
	.video .video-overlay .touch-poster {
		height: auto;
		position: absolute;
		top: 0;
		width: 100%;
	}
		.video .video-overlay:hover .touch-poster {
			display: none;
		}
	.video video {
		display: block;
		height: 100%;
		width: 100%;
	}
	.video iframe,
	.hamilton-video iframe {
		display: block;
		height: 540px;
		width: 960px;
	}
/**
Kiosk Finder
*/
.kiosk-finder {
	background: #66bc29 url(../images/coinstar-kiosk.png) left bottom no-repeat;
	color: #fff;
	height: 270px;
}
	.kiosk-finder form {
		float: left;
		font-size: 0;
		margin: 92px 0 0 330px;
		text-align: left;
	}
	.kiosk-finder form h2 {
		font-size: 30px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 6px;
	}
		.kiosk-finder form h2 strong {
			color: #fec524;
		}
	.kiosk-finder form h3 {
		color: #fff;
		font-size: 18px;
		font-weight: 200;
		margin-bottom: 16px;
		text-transform: uppercase;
	}
	.kiosk-finder form input.zipcode,
	.kiosk-finder form input.submit {
		background: #fff;
		border: none;
		display: inline-block;
		font-size: 14px;
		height: 32px;
		padding: 0 10px;
		vertical-align: middle;
		width: 90px;
	}
		.kiosk-finder form input.zipcode {
			border-radius: 16px 0 0 16px;
		}
		.kiosk-finder form input.submit {
			background: #fff url(../images/sprite.png) -400px 4px no-repeat;
			border-radius: 0 16px 16px 0;
			cursor: pointer;
			font-size: 0;
			margin: 0 6px 0 -1px;
			padding: 0 18px;
			text-indent: -99999px;
			width: 24px;
		}
			.backgroundsize .kiosk-finder form input.submit {
				background-image: url(../images/sprite-retina.png);
				background-size: auto 100px;
			}

/**
More Info
*/
.more-info {
	background: #009966;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 39px 0 40px;
	text-align: center;
	text-transform: uppercase;
}
	.more-info h3 {
		display: inline;
		margin: 0 18px;
		vertical-align: middle;
	}
		.more-info strong {
			color: #fec524;
		}
	.more-info .ticker-wrapper {
		display: inline-block;
		height: 20px;
		vertical-align: middle;
		width: 320px;
	}
		.more-info .ticker .slides > li {
			text-align: center;
			width: 320px;
		}
			.more-info a {
				color: #fec524;
				display: inline-block;
				font-style: italic;
				height: 24px;
				text-transform: uppercase;
				white-space: nowrap;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
			}
				.more-info a:hover {
					color: #fff;
				}
				.more-info a span.arrow {
					display: inline-block;
					font-style: normal;
					line-height: 6px;
					margin-top: 6px;
					vertical-align: top;
				}

/**
Instagram Rotator
*/
.instagram-rotator-wrapper {
	float: left;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
	.instagram-rotator-wrapper > .inner {
		height: 472px;
		position: relative;
		width: 472px;
	}
		.instagram-rotator-wrapper > .inner:after {
			background: url(../images/sprite.png) -300px -50px no-repeat;
			content: '';
			display: block;
			height: 47px;
			position: absolute;
			right: 20px;
			top: 20px;
			width: 47px;
			z-index: 10;
		}
			.backgroundsize .instagram-rotator-wrapper > .inner:after {
				background-image: url(../images/sprite-retina.png);
				background-size: auto 100px;
			}
	.instagram-rotator-wrapper .slides > li {
		position: relative;
	}
		.instagram-rotator-wrapper img {
			display: block;
			height: auto;
			width: 100%;
		}
		.instagram-rotator-wrapper .text {
			background: #6bb949 url(../images/halftone-light-repeat-50.jpg) center right repeat-y;
			bottom: 50px;
			color: #fff;
			height: 114px;
			left: 0;
			overflow: hidden;
			position: absolute;
			width: 0;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			transition: 		width .4s .4s;
			-webkit-transition: width .4s .4s;
		}
			.instagram-rotator-wrapper .text .inner {
				opacity: 0;
				padding: 14px 20px 0 50px;
				width: 384px;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				transition: 		opacity .4s;
				-webkit-transition: opacity .4s;
			}
				.instagram-rotator-wrapper .active .text {
					width: 384px;
					transition: 		width .6s;
					-webkit-transition: width .6s;
				}
				.instagram-rotator-wrapper .active .text .inner {
					opacity: 1;
					transition: 		opacity .6s .6s;
					-webkit-transition: opacity .6s .6s;
				}
			.instagram-rotator-wrapper .text .user {
				color: #f2d13d;
				font-size: 18px;
				font-weight: 700;
				line-height: 22px;
			}
			.instagram-rotator-wrapper .text .caption {
				font-size: 18px;
				line-height: 22px;
				word-wrap: break-word;
			}
				.instagram-rotator-wrapper .text .caption a {
					color: #fff;
					font-weight: 700;
				}

/**
Hamilton Video
*/
.hamilton-video {
	float: left;
	height: 472px;
	overflow: hidden;
	padding-left: 8px;
	position: relative;
}
	.hamilton-video .inner {
		background: #dadada;
		height: 100%;
		position: relative;
	}
	.hamilton-video img {
		display: block;
		height: auto;
		max-width: 100%;
	}
	.hamilton-video .text {
		background: #6bb949 url(../images/halftone-light-repeat-50.jpg) center right repeat-y;
		bottom: 50px;
		color: #fff;
		height: 114px;
		left: 0;
		padding: 12px 20px 0 50px;
		position: absolute;
		width: 414px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
		.hamilton-video .text h3 {
			font-size: 28px;
			font-weight: 700;
			line-height: 30px;
			text-transform: uppercase;
		}
		.hamilton-video .text h3 strong {
			color: #f2d13d;
		}
		.hamilton-video .text h4 {
			font-size: 18px;
			font-weight: 200;
			line-height: 30px;
			text-transform: uppercase;
		}
	.hamilton-video .video-overlay {
		background: #dadada;
		display: block;
		height: 100%;
		position: absolute;
		width: 100%;
	}
	.hamilton-video .video-overlay:before {
		background: url(../images/sprite.png) no-repeat;
		content: '';
		display: block;
		height: 98px;
		left: 50%;
		margin: -49px 0 0 -49px;
		position: absolute;
		top: 50%;
		width: 98px;
	}
		.backgroundsize .hamilton-video .video-overlay:before {
			background-image: url(../images/sprite-retina.png);
			background-size: auto 100px;
		}
	.hamilton-video .video-overlay:hover:before {
		background-position: -100px 0;
	}
		.hamilton-video .inner iframe {
			display: none;
			position: absolute;
			right: 0;
			top: 0;
		}
/**
Twitter CTA
*/
.tweet-cta {
	clear: both;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 57px;
	text-align: center;
	text-transform: uppercase;
}
	.tweet-cta header {
		background: #00955d;
		padding: 28px 0;
	}
	.tweet-cta h3 {
		line-height: 22px;
	}
	.tweet-cta a {
		color: #f2d13d;
		line-height: 22px;
	}
	.tweet-cta a:hover {
		color: #66bc29;
	}
	.tweet-cta a span {
		font-weight: 400;
	}
	.tweet-cta a:after {
		background: url(../images/sprite.png) -250px 0 no-repeat;
		content: ''; 
		display: inline-block;
		height: 47px;
		margin: -5px 0 0 18px;
		vertical-align: middle;
		width: 47px;
	}
		.backgroundsize .tweet-cta a:after {
			background-image: url(../images/sprite-retina.png);
			background-size: auto 100px;
		}
	.tweet-cta a:hover:after {
		background-position: -475px 0;
	}
	.tweet-cta form {
		background: #66bc29;
		height: 0;
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
		.tweet-cta form .inner {
			opacity: 0;
			padding: 28px 0;
		}
			.tweet-cta form input.tweet-content {
				background: #fff;
				border-radius: 16px;
				border: none;
				color: #666;
				display: block;
				font-size: 14px;
				height: 32px;
				margin: 0 auto 14px;
				padding: 0 10px;
				text-align: center;
				width: 600px;
			}
			.tweet-cta form input.submit {
				background: #f2d13d;
				border-radius: 16px;
				color: #009966;
				cursor: pointer;
				display: block;
				font-size: 14px;
				font-weight: 700;
				height: 32px;
				line-height: 10px;
				margin: 0 auto;
				padding: 8px 34px 7px;
				text-transform: uppercase;
				width: 180px;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
			}
				.tweet-cta form input.submit:hover {
					background: #009966;
					color: #fff;
				}

/**
Tweet Rotator
*/
.tweet-rotator-wrapper {
	margin-bottom: 60px;
	min-height: 132px;
	overflow: hidden;
	position: relative;
}
.tweet-rotator {
	left: 50%;
	margin-left: -638px;
	position: absolute;
	width: 1316px;
}
	.tweet-rotator .slides > li {
		font-size: 0;
		margin: 0 28px 0 0;
		opacity: .3;
		width: 420px;
		-webkit-transform: 	scale(0.8,0.8);
		-webkit-transition-duration: .5s;
		-moz-transform: 	scale(0.8,0.8);
		-moz-transition-duration: .5s;
	}
	.tweet-rotator .slides > li.active {
		opacity: 1;
		-webkit-transform: 	scale(1,1);
		-moz-transform: 	scale(1,1);
	}
	.tweet-rotator .slides > li .avatar {
		background-size: cover;
		border-radius: 6px;
		display: inline-block;
		height: 60px;
		margin: 24px 14px 0 0;
		overflow: hidden;
		vertical-align: top;
		width: 60px;
	}
		.tweet-rotator .slides > li .avatar img {
			display: none;
		}
	.tweet-rotator .slides > li .text {
		display: inline-block;
		vertical-align: top;
		width: 346px;
	}
		.tweet-rotator .slides > li .text .retweet {
			color: #a7a9ac;
			font-size: 14px;
			font-weight: 300;
			line-height: 22px;
		}
		.tweet-rotator .slides > li .text cite {
			color: #66bc29;
			font-size: 16px;
			line-height: 22px;
		}
			.tweet-rotator .slides > li .text cite a {
				color: #66bc29;
			}
			.tweet-rotator .slides > li .text cite a span {
				font-weight: 700;
			}
				.tweet-rotator .slides > li .text cite a:hover {
					color: #009966;;
				}
		.tweet-rotator .slides > li .text .tweet-copy {
			color: #009966;
			font-size: 16px;
			font-weight: 700;
			height: 66px;
			line-height: 22px;
			overflow: hidden;
		}
			.tweet-rotator .slides > li .text .tweet-copy a {
				color: #009966;
				text-decoration: underline;
			}
	.tweet-rotator .slides > li .text .tools li {
		display: inline;
		margin-right: 14px;
	}
		.tweet-rotator .slides > li .text .tools li a {
			color: #a7a9ac;
			font-size: 14px;
			font-weight: 300;
			line-height: 22px;
		}
			.tweet-rotator .slides > li .text .tools li a:hover {
				color: #666;
			}

/**
Touch
*/
.touch .video .video-overlay video {
	display: none;
}
.touch .video .video-overlay .touch-poster {
	display: block;
}

/**
Fallbacks
*/
html.ie7,
.ie7 body,
html.no-js,
.no-js body {
	height: 100%;
	min-height: 400px;
	position: relative;
}
.ie7 .fallback-wrapper,
.no-js .fallback-wrapper {
	display: none !important;
}
.message-fallback {
	background: #78c138 url(../images/fallback-bg.png) center center no-repeat;
	display: none;
	height: 100%;
	position: relative;
	width: 100%;
}
	.ie7 .message-browser,
	.no-js .message-js {
		display: block;
	}
.message-fallback .message {
	color: #fff;
	left: 50%;
	margin: -100px 0 0 -170px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 340px;
	max-width: 100%;
}
	.message-fallback .message img {
		display: block;
		margin: 0 auto 56px;
		max-width: 100%;
		height: auto;
	}
	.message-fallback .message p {
		font-size: 18px;
		line-height: 26px;
		font-weight: 700;
	}
	.message-fallback .message a {
		border-bottom: 1px solid #fff;
		color: #fff;
		padding-bottom: 1px;
	}

@media screen and (max-width: 988px){
	.central-column {
		max-width: 740px;
	}
	/**
	Site Footer
	*/
	.site-footer .disclaimer br {
		display: inline;
	}
	/**
	Videos
	*/
	.video {
		height: 416px;
	}
		.video iframe,
		.hamilton-video iframe {
			display: block;
			width: 740px;
			height: 416px;
		}
	/**
	Kiosk Finder
	*/
	.kiosk-finder {
		background-position: -90px bottom;
	}
		.kiosk-finder form {
			margin: 60px 0 0 230px;
		}
			.kiosk-finder form h2 strong {
				display: block;
			}
	/**
	More Info
	*/
	.more-info h3 {
		display: block;
		margin-bottom: 7px;
	}
	/**
	Instagram Rotator
	*/
	.instagram-rotator-wrapper {
		
	}
		.instagram-rotator-wrapper > .inner {
			height: 362px;
			width: 362px;
		}
		.instagram-rotator-wrapper .active .text {
			width: 340px;
		}
		.instagram-rotator-wrapper .text .inner {
			padding: 14px;
			width: 340px;
		}
	/**
	Hamilton Video
	*/
	.hamilton-video {
		height: 362px;
	}
		.hamilton-video .text {
			padding: 14px;
			width: 340px;
		}
		.hamilton-video .text h3 {
			font-size: 24px;
			line-height: 28px;
		}
		.hamilton-video .text h4 {
			font-size: 16px;
			line-height: 28px;
		}
	/**
	Tweet Rotator
	*/
	.tweet-rotator-wrapper {
		min-height: 174px;
	}
	.tweet-rotator {
		margin-left: -370px;
		width: 740px;
	}
		.tweet-rotator .slides > li {
			opacity: 1 !important;
			-webkit-transform: 	scale(1,1) !important;
			-moz-transform: 	scale(1,1) !important;
		}
		.tweet-rotator .slides > li .text {
			width: 282px;
		}
		.tweet-rotator .slides > li .text cite a {
			display: block;
		}
		.tweet-rotator .slides > li .text .tweet-copy {
			height: 88px;
		}
}
@media screen and (max-width: 760px){
	.mobile-visible {
		display: block;
	}
	.desktop-visible {
		display: none;
	}
	br.mobile-visible {
		display: inline;
	}
	.central-column {
		max-width: 300px;
	}
	.module {
		margin-bottom: 10px;
	}
	.module.half {
		padding: 0 !important;
		width: 100% !important;
	}
	/**
	Site Header
	*/
	.site-header {
		background-size: cover;
		height: auto;
	}
		.site-header .home-link {
			right: 0;
			top: 14px;
		}
		.site-header .text {
			background: none;
			background-position: center center;
			padding: 80px 0 28px;
			text-align: left;
		}
			.site-header .text h1 {
				font-size: 37px;
				margin-bottom: 23px;
			}
			.site-header h2 {
				font-size: 15px;
				font-weight: 200;
				line-height: 23px;
			}
	/**
	Site Footer
	*/
	.site-footer .first-row .social-wrapper {
		margin: 0 0 14px;
	}
	.site-footer .first-row .mycoinstar-cta {
		margin: 0;
	}
	.site-footer .disclaimer a {
		display: inline-block;
	}
	/**
	Videos
	*/
	.video {
		height: 168px;
	}
		.video .video-overlay:hover .touch-poster {
			display: block;
		}
		.video iframe,
		.hamilton-video iframe {
			height: 169px;
			width: 300px;
		}
	.video h2 {
		background: #017949;
		bottom: 14px;
		font-size: 20px;
		line-height: 20px;
		padding-left: 14px;
		top: auto;
	}
	.video .video-overlay video {
		display: none;
	}
		.video .video-overlay:after {
			background-position: -425px 0;
			height: 47px;
			left: auto;
			margin: 0;
			right: 20px;
			top: 20px;
			width: 47px;
			z-index: 10;
		}
			.video:hover .video-overlay:after {
				background-position: -425px -50px;
			}
	/**
	Kiosk Finder
	*/
	.kiosk-finder {
		background: #66bc29;
		height: auto;
	}
		.kiosk-finder form {
			margin: 14px;
		}
		.kiosk-finder form h2 {
			font-size: 18px;
			line-height: 22px;
			margin-bottom: 0
		}
		.kiosk-finder form h3 {
			font-size: 18px;
			line-height: 22px;
			margin-bottom: 7px;
		}
	/**
	More Info
	*/
	.more-info .ticker-wrapper,
	.more-info .ticker .slides > li {
		width: 300px;
	}
	/**
	Instagram Rotator
	*/
	.instagram-rotator-wrapper {
		height: 300px;
	}
		.instagram-rotator-wrapper > .inner {
			height: 300px;
			width: 300px;
		}
		.instagram-rotator-wrapper .text {
			background: #66bc29;
			bottom: 14px;
			width: 240px !important;
			height: auto;
		}
			.instagram-rotator-wrapper .text .inner {
				opacity: 1 !important;
				padding-top: 10px;
				width: 240px;
			}
			.instagram-rotator-wrapper .text .user,
			.instagram-rotator-wrapper .text .caption {
				font-size: 14px;
				line-height: 18px;
			}
	/**
	Hamilton Video
	*/
	.hamilton-video {
		height: 300px;
	}
		.hamilton-video .text {
			background: #66bc29;
			bottom: 14px;
			height: auto;
			width: 250px !important;
		}
			.hamilton-video .text h3,
			.hamilton-video .text h4 {
				font-size: 14px;
				line-height: 18px;
			}
				.hamilton-video .text h3 br {
					display: none;
				}

		.hamilton-video .video-overlay:before {
			background-position: -425px 0;
			height: 47px;
			left: auto;
			margin: 0;
			right: 20px;
			top: 20px;
			width: 47px;
			z-index: 10;
		}
			.hamilton-video:hover .video-overlay:before {
				background-position: -425px -50px;
			}
	/**
	Tweet CTA
	*/
	.tweet-cta {
		font-size: 18px;
		line-height: 22px;
	}
		.tweet-cta a {
			display: block;
			margin-top: 14px;
		}
		.tweet-cta form input.tweet-content {
			width: 260px;
		}
	/**
	Tweet Rotator
	*/
	.tweet-rotator-wrapper {
		min-height: 126px;
		width: 300px;
		margin: 0 auto 10px;
	}
	.tweet-rotator {
		left: auto;
		margin-left: 0;
		position: relative;
		width: 300px;
	}
		.tweet-rotator .slides > li {
			margin: 0;
		}
			.tweet-rotator .slides > li .avatar {
				height: 40px;
				width: 40px;
				margin: 3px 10px 0 0;
			}
			.tweet-rotator .slides > li .text {
				width: 226px;
			}
			.tweet-rotator .slides > li .text .retweet,
			.tweet-rotator .slides > li .text cite,
			.tweet-rotator .slides > li .text .tools li a {
				font-size: 14px;
				line-height: 18px;
			}
			.tweet-rotator .slides > li .text .tweet-copy {
				height: 72px;
				font-size: 14px;
				line-height: 18px;
			}

}




