/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
*/

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;
}

/**
 * Minimal base styles.
 */

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ol { list-style-type: decimal; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
 /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
 white-space: pre; white-space: pre-wrap; word-wrap: break-word;
 padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


/**
 * Primary styles
 *
 * Author:
 */
 
@font-face {
    font-family: 'TrashHandRegular';
    src: url('TrashHand-webfont.eot');
    src: url('TrashHand-webfont.eot?#iefix') format('embedded-opentype'),
         url('TrashHand-webfont.woff') format('woff'),
         url('TrashHand-webfont.ttf') format('truetype'),
         url('TrashHand-webfont.svg#TrashHandRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: 'Trebuchet MS', Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 13px;
  background: url(../images/main_bg.jpg) top center no-repeat #efddb8;
  position: relative;
}

#wrap {
	width: 100%;
	position: relative;
	display: none;
}

#container {
	position: relative;
  margin: 0 auto;
  text-align: left;
  width: 960px;
  z-index: 5;
}

#container a, .order {
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#header {
	height: 115px;
	font-family: 'TrashHandRegular';
	letter-spacing: -0.020em;
	color: #fff;
}

.logo {
	width: 345px;
	height: 125px;
	float: left;
}

.h_right {
	float: right;
	/* width: 384px; */
	width: 492px;
}

.store-homebutton {	
	font-size: 22px;
	line-height: 27px;
	color: #3d3d3d;
	height: 59px;
	width: 140px;
	
	padding-top: 7px;
		background: url(../images/store_btn.png) top center no-repeat;
	float: left;
	text-decoration: none;
	/* margin: 0px 15px 0px 50px; */
	margin: 0px 0px;
	text-align: center;

}

.store-homebutton:hover {
	color: #ffffff;
}

.tour-homebutton {	
	font-size: 22px;
	line-height: 27px;
	color: #3d3d3d;
	height: 59px;
	width: 170px;
	
	padding-top: 7px;
		background: url(../images/tour_btn.png) top center no-repeat;
	float: left;
	text-decoration: none;
	/* margin: 0px 15px 0px 50px; */
	margin: 0px 0px 0px 20px;
	text-align: center;

}

.tour-homebutton:hover {
	color: #ffffff;
}

.follow {	
	font-size: 18px;
	line-height: 27px;
	color: #3d3d3d;
	height: 27px;
	padding-right: 32px;
	background: url(../images/follow_btn.png) top right no-repeat;
	float: right;
	text-decoration: none;
	margin: 7px 15px 32px 0;
}

.follow:hover {
	color: #cc5139;
}

.vid_title {
	text-align: right;
	clear: both;
	font-size: 30px;
	line-height: 48px;	
	padding-right: 15px;
}

#main {}

.m_right {
	width: 572px;
	float: right;
}

.video, .video_hold {
	position: relative;
	height: 349px;
	margin-bottom: 8px;
}

.video_hold {
	display: none;
}

.video object, .video embed, .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.play {
	width: 100%;
	height: 349px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/play_btn.png) 50% 50% no-repeat;
}

.play:hover, .close:hover {
	opacity: 0.8;
}

.close {
	width: 29px;
	height: 29px;
	position: absolute;
	top: -23px;
	right: -23px;
	background: url(../images/close_btn.png) top left no-repeat;
	display: none;
}

.social_out {
	font-family: 'TrashHandRegular';
	font-size: 18px;
	line-height: 20px;
	color: #3d3d3d;	
	text-transform: uppercase;
	margin-left: 20px;
	height: 24px;
	overflow: hidden;
}

.social_out li {
	float: left;
	margin-right: 5px;
}

.social_out li.tweet:before {
	content: 'Share';
	display: block;
	float: left;
	margin-right: 5px;
}

.social_out li.like {
	width: 48px;
	overflow: hidden;
}

.social_out li.like span {
	float: left;
}

.fb_edge_widget_with_comment{
  position: absolute;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
  display: none !important;
}

.cta_hold {
	height: 165px;
	clear: both
}

.emote_text {
	float: left;
	width: 558px;
	height: 72px;
	margin-top: 60px;
}

.cta {
	font-family: 'TrashHandRegular';
	letter-spacing: -0.020em;
	width: 402px;
	height: 101px;	
	margin-bottom: 16px;
	float: right;
}

.cta:hover .order {
	color: #cabc51;
}

.order {
	width: 353px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: url(../images/divider.png) 0 15px no-repeat;
	margin: 0 auto 10px;
}

.order_opt {
	font-size: 30px;
	line-height: 44px;
	color: #cabc51;
	margin: 0 auto;
	width: 260px;
	height: 65px;
}

.order_opt li {
	float: left;
	margin-right: 10px;
}

.order_opt li.last {
	margin-right: 0;
}

.order_opt a {
	width: 113px;
	height: 44px;
	display: block;
	background: url(../images/buy_btn.png) top left no-repeat;
}

.order_opt a:hover {
	margin-top: 3px;
}

.order_opt a.amazon {
	background-position: top right;
}

.enter {
	width: 360px;
	height: 53px;
	display: block;
	background: url(../images/enter_btn.png) top left no-repeat;
	margin: 0 auto 20px;
	font-family: 'TrashHandRegular';
	font-size: 33px;
	line-height: 53px;
	text-align: center;
	text-decoration: none;
	color: #cabc51;
}

.enter span {
	color: #fff;
}

.enter:hover {
	color: #fff;
}

#footer {
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  color: #404040;
  padding: 30px 0 30px;
}

#footer a {
	text-decoration: underline;
	color: #ee3c23;
}

#footer a:hover {
	color: #ff6f5b;
}

.footer-inner {
	padding: 45px 0 35px;
}

#footer ul li {
  display: inline;
}

.safetytips {
	font-weight: bold;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
  j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/* Get text out of the way while still making it readable by assistive devices */
.hidetext {
  font-size: 5%;
  text-indent: -9999em;
  text-align: left;
  color: transparent;
  white-space: nowrap;
  outline: none;
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}