/*- Reset -----------------------------*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
html,body {
	height: 100%;
	color: #292929;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-rendering: optimizelegibility;
	-moz-font-smoothing: grayscale;
	-webkit-font-smoothing:antialiased;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background: #000;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote strong {
	font-weight: 600;
}
blockquote em {
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	outline: none;
  border-radius: 0;
	-webkit-appearance: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button {
	display: none;
}
a {
	text-decoration: none;
	transition: all 0.5s ease 0s;
	outline: none;
}
a:hover {
	transition: all 0.5s ease 0s;
}
.clear {
	clear: both;
}
/*- Custom Fonts -----------------------------*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 26, 2017 */
@font-face {
    font-family: 'upheaval_tt_brkregular';
    src: url('fonts/upheavtt-webfont.woff2') format('woff2'),
         url('fonts/upheavtt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*- Saws -------------------------------------*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.saw {
	/*position: absolute;*/
	position: fixed;
	max-width: 100%;
	-webkit-animation: spin .5s linear infinite;
	-moz-animation: spin .5s linear infinite;
	-ms-animation: spin .5s linear infinite;
	-o-animation: spin .5s linear infinite;
	animation: spin .5s linear infinite;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	overflow: hidden;
}
.saw-huge {
	height: auto;
	width: 750px;
}
.saw-large {
	height: auto;
	width: 500px;
}
.saw-medium {
	height: auto;
	width: 250px;
}
.saw-small {
	height: auto;
	width: 125px;
}
/*- Main Section -----------------------------*/
#content-wrapper {
	clear: both;
	float: left;
	width: 100%;
}
#content-wrapper #content-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
/*- Top Section ------------------------------------*/
header {
	width: 100%;
	background: #a9151a;
	position: relative;
}
header #top-container {
	max-width: 625px;
	margin: 0 auto;
	position: relative;
}
header h1 {
	text-indent: -9999px;
	display: none;
}
#logo {
    max-width: 100%;
    width: 100%;
    margin-top: -40px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 100;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
	0% {
	   opacity: 0;
	   -webkit-transform: translateY(-20px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateY(0);
	}
	}

	@keyframes fadeInDown {
	0% {
	   opacity: 0;
	   transform: translateY(-20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
	}

	.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
header h3 {
	text-align: center;
	color: #fff;
	font: 24px/20px "upheaval_tt_brkregular", Helvetica, Arial, sans-serif;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18%;
	z-index: 100;
}
header h3 img {
	height: auto;
	width: 25px;
	vertical-align: bottom;
}
header .saws {
	position: absolute;
	top: -400px;
	left: 0;
	right: 0;
	z-index: 1;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
header .saws .saw-1 {left: -45%; top: 75px;}
header .meatboy1 {
    max-width: 75px;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 21%;
}
header .meatboy2 {
    max-width: 75px;
    position: fixed;
    z-index: 0;
    top: -50px;
    left: 69%;
}
header .meatboy3 {
    max-width: 75px;
    position: fixed;
    z-index: 0;
    top: 9%;
    left: 62%;
}
/*- Trailer Section --------------------------------*/
#content-wrapper.trailer {
	margin-top: -1em;
	padding: 0px;
	background: #000;
	position: relative;
	z-index: 3;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	z-index: 3;
}
.video iframe, .video object, .video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.trailer h2 {
    color: #fff;
    margin: 0 0px 20px;
    text-align: center;
    font: 24px/24px "upheaval_tt_brkregular", Helvetica, Arial, sans-serif;
}
.trailer .saws {
	position: absolute;
	top: -190px;
	left: 0;
	right: 0;
	z-index: 1;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.trailer .saws .saw-1 {left:50%; top:30px;}
.trailer .saws .saw-2 {left:30%; top:10px;}
.trailer .saws .saw-3 {left:0%; top:0px;}
.trailer .saws .saw-4 {left:-25%; top:-180px;}
.trailer .saws .saw-5 {left:90%; top:-230px;}
.trailer .saws .saw-6 {left:120%; top:-260px;}
.trailer .saws .saw-7 {left:120%; top:-260px;}
.trailer .saws .saw-8 {left: -26%; top: -100px; width: 500px;}
.trailer .saws .saw-9 {left: -64%; top: -390px;}
.trailer .saws .saw-10 {left:6%; top:50px;}
.trailer .saws .saw-11 {left: 17%; top: 20px; width: 500px;}
.trailer .saws .saw-12 {left:45%; top:70px;}
.trailer .saws .saw-13 {left: 58%; top: -13px; width: 500px;}
.trailer .saws .saw-14 {left: 84%; top: -110px; width: 500px;}
.trailer .saws .saw-15 {left: 106%; top: -350px;}
/*- Purchasing Section -----------------------------*/
.purchasing {
	color: #fff;
}
.purchasing h2 {
	font-size: 32px;
}
.purchasing .platform-list {
	list-style: none;
	text-align: center;
}
.purchasing .platform-list li {
	display: inline-block;
	margin: 0 15px;
}
.purchasing .platform-list li img {
	max-width: 75px;
}
/*- Footer Section --------------------------------*/
footer {
	padding: 20px 0;
	color: #fff;
	position: relative;
	background: #000;
	z-index: 100;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #790000;
}
footer .col-l, footer .col-r {
	text-align: center;
	position: relative;
	z-index: 2;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style: none;
	display: inline-block;
}
ul.f-social {
	margin: .25em 0 1em;
	position: relative;
	font-size: 2em;
}
ul.f-social li {
	margin: 0 15px;
	position: relative;
	z-index: 1;
}
ul.f-social li a {
	color: #fff;
	transition: none;
}
ul.f-social li a:hover {
	transition: none;
}
ul.f-social li span {
	display: none;
}
ul.f-links {
	margin-top: 1.5em;
	font: 18px/20px "upheaval_tt_brkregular", Helvetica, Arial, sans-serif;
}
ul.f-links li {
	margin: 0 10px 0 0;
	padding: 0 14px 0 0;
	border-right: 4px solid #790000;
}
ul.f-links li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.logo-teammeat {
	float: none;
	display: inline-block;
	margin: 2em 0 1em;
	height: 103px;
	width: 115px;
	background: url("images/logo-teammeat.png") no-repeat 0 0;
	background-size: cover;
	text-indent: -9999px;
}
.logo-teammeat span {
	display: none;
}
footer .col-r p {
	clear: both;
	float: none;
	margin: 15px auto 0;
	font: 12px/15px "Lato", Helvetica, Arial, sans-serif;
	text-align: center;
}
footer .saw-container {
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 190px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 100px 0 150px;
}
footer .saws {
	width: 100%;
	position: absolute;
	/*top: -190px;*/
	top: 25px;
	left: 0;
	right: 0;
	z-index: 1;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
footer .saw {
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
footer .saws .saw-1 {left:25%; top:50px;}
footer .saws .saw-2 {left:5%; top:20px;}
footer .saws .saw-3 {left:70%; top:40px;}
footer .saws .saw-4 {left:95%; top:-25px;}
footer .saws .saw-5 {left:25%; top:50px;}
footer .saws .saw-6 {left:20%; top:90px;}
footer .saws .saw-7 {left:-10%; top:30px;}
footer .saws .saw-8 {left:90%; top:-10px;}
footer .saws .saw-9 {left:-50%; top:-30px;}
footer .saws .saw-10 {left:-10%; top:50px;}
footer .saws .saw-11 {left:6%; top:80px;}
footer .saws .saw-12 {left:22%; top:90px;}
footer .saws .saw-13 {left:40%; top:50px;}
footer .saws .saw-14 {left:60%; top:0;}
footer .saws .saw-15 {left:79%; top:-25px;}
footer .saws .saw-16 {left:110%; top:-125px;}

@media only screen and ( max-width: 1265px ) {
	header .saws .saw-1 {left: -20%; top: 15px;}
}
@media only screen and ( max-width: 1029px ) {
	.scale {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5); 
		-moz-transform: scale(0.5);
		transform: scale(0.5);
		position: absolute;
		left: 0;
		right: 0;
	}
	.trailer .saws .saw-2 {left:20%; top:-30px; }
	.trailer .saws .saw-4 {left:-45%; top:-100px;}
	.trailer .saws .saw-5 {left:65%; top:-80px;}
	.trailer .saws .saw-6 {left:105%; top:-100px;}
	.trailer .saws .saw-7 {left:120%; top:-165px;}
	.trailer .saws .saw-8 {left: -40%; top: -70px; width: 540px;}
	.trailer .saws .saw-9 {left:-100%; top:-130px;}
	.trailer .saws .saw-14 {left:70%; top:-50px;}
	.trailer .saws .saw-15 {left:100%; top:-125px;}
}
@media only screen and ( max-width: 899px ) {
	header .meatboy3 {
		top: 35%;
	}
	header .saws .saw-1 {left: -30%; top: 0px;}
}
@media only screen and ( max-width: 767px ) {
	.purchasing .platform-list li {
		margin: 0 5px;
	}
	.purchasing .platform-list li img {
		max-width: 40px;
	}
}
@media only screen and ( max-width: 700px ) {
	header .meatboy1, header .meatboy2, header .meatboy3 {
		width: 75px;
	}
	header h3 {
		font-size: 16px;
		line-height: 10px;
		bottom: 23%;
	}
	header h3 img {
		width: 16px;
	}
	.saw-huge {height:auto; width:500px; }
	.col-l, .col-r {
		clear: both;
		width: 100%;
		margin: 0;
	}
	footer .saw-container {
		bottom: 350px;
	}
	footer .saw-container .saws {
		top: 50px;
	}
	footer .saws .saw-6 {left: 38%; top: 0;}
	footer .saws .saw-13 {top:-52px;}
	footer .col-l, footer .col-r {
		clear: both;
		width: 100%;
		margin: 0;
		float: none;
		text-align: center;
	}
	ul.f-links {
		margin-bottom: 25px;
		line-height: 15px;
	}
	ul.f-social li.bar {
		height: 12px;
		width: 175px;
		margin: 0 auto;
		margin-left: -195px;
		left: auto;
		right: auto;
		top: 20px;
    }
    ul.f-social li .twitter, ul.f-social li .facebook, ul.f-social li .youtube {
    	height: 50px;
    	width: 50px;
    	background-size: 50px auto;
    }
    ul.f-social li a:hover {
    	background-position: 0 -50px;
    }
	.logo-teammeat, footer .col-r p {
		float: none;
    	margin: 15px auto;
	}
}
@media only screen and ( max-width: 689px ) {
	header .saws .saw-1 {left: -50%; top: -10px;}
	#content-wrapper.screenshots a {
		display: inline-block;
		width: calc(100% / 3 - 13px);
		margin: 0 5px 15px;
		opacity: .65;
	}
	h2.ribbon {
		margin-bottom: 25px;
	}
	.faq h3 {
		font-size: 24px;
		line-height: 20px;
	}
}
@media only screen and ( max-width: 536px ) {
	header .meatboy1, header .meatboy2, header .meatboy3 {
		width: 55px;
	}
	header .meatboy3 {
		top: 25%
	}
}
@media only screen and ( max-width: 515px ) {
	.scale {
		-webkit-transform: scale(0.4);
		-ms-transform: scale(0.4); 
		-moz-transform: scale(0.4);
		transform: scale(0.4);
	}
}
@media only screen and ( max-width: 470px ) {
	header .saws .saw-1 {left: -60%; top: 50px;}
}
@media only screen and ( max-width: 459px ) {
	ul.f-links li {
		width: 100%;
		display: block;
	}
	ul.f-links li {
		margin: 0 0 10px;
		padding: 0;
		border-right: none;
	}
}
@media only screen and ( max-width: 449px ) {
	#content-wrapper.screenshots a {
		display: inline-block;
		width: calc(100% / 2 - 12px);
		margin: 0 5px 15px;
		opacity: .65;
	}
}
@media only screen and ( max-width: 444px ) {
	#content-wrapper.faq {
		padding-top: 90px;
	}
	header .meatboy1, header .meatboy2, header .meatboy3 {
		width: 45px;
	}
	header .meatboy3 {
		top: 20%
	}
	#content-wrapper.faq {
		background-size: 150% auto;
    	background-position: center;
	}
}
@media only screen and ( max-width: 415px ) {
	header {
		padding: 25px 0;
	}
	header .saws .saw-1 {left: -50%; top: 60px;}
	.trailer .saws {top:-165px;}
	.faq .saws { top: -470px }
}
@media only screen and ( max-width: 385px ) {
	.faq .saws { top: -440px }
	.faq .saws .saw-4 {top: 126px;}
}
@media only screen and ( max-width: 360px ) {
	header .saws .saw-1 {left: -50%; top: 90px;}
	footer .saws .saw-2 {
		top: -10px;
	}
}
@media only screen and ( max-width: 350px ) {
	.trailer .saws {
		top: -130px;
	}
}
@media only screen and ( max-width: 345px ) {
	header .meatboy1, header .meatboy2, header .meatboy3 {
		width: 35px;
	}
	header .meatboy2 {
		top: 0%
	}
	header .meatboy3 {
		top: 17%
	}
	header .saws .saw-1 {left: -60%; top: 140px;}
}