* {
	font-family: Helvetica,Arial,sans-serif;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
	line-height: 18px;
	font-size: 12px;
}
html {
	margin: 0;
}

.scrolltop {
	background-color: #f1f1f1;
	border: 1px solid #333;
	border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	display: none;
	height: 36px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: fixed;
	right: 2%;
	/*text-indent: -9999px;*/
	top: 50%;
	width: 36px;
	z-index: 33;
}
.scrolltop span {
	position: relative;
	top: 7px;
	left: 10px;
}

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

/* Old versions of IE patches */
.old-ie #hero .carousel-inner .row {
	padding-left: 55px;
}
.old-ie #box_login .box .social a.face_login span.text {
	font-size: 16px;
	margin: 8px 0 0 10px;
}
.old-ie .nav-collapse.collapse {
	height: auto !important;
	overflow: visible !important;
}


/* Bootstrap overrides */

.btn-success {
	background-color: #5bb75b;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-image: -moz-linear-gradient(top, #8fb450, #648a43);
	background-image: -ms-linear-gradient(top, #8fb450, #648a43);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8fb450), to(#648a43));
	background-image: -webkit-linear-gradient(top, #8fb450, #648a43);
	background-image: -o-linear-gradient(top, #8fb450, #648a43);
	background-image: linear-gradient(top, #8fb450, #648a43);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'8fb450, endColorstr='#'648a43, GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background-color: #648a43;
	color: #fff;
}

.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}
.carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 30px;
	height: 30px;
	margin-top: -20px;
	font-size: 35px;
	font-weight: bold;
	line-height: 23px;
	color: #fff;
	text-align: center;
	background: #222;
	border: 3px solid #ff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	filter: alpha(opacity=50);
	opacity: 1;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #cd2122;
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/*
* Replay Games, Inc. 2.1.2
* By Tom King and Britton Mathews
*/

body {
	background: #030303;
	color: #3a3a3a;
	font-size: 1em;
	line-height: 1.4;
	font-family: Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
}

blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ol {
	list-style-type: decimal;
}

h1, h2, h3, h4, h5 {
	font-family: "Open Sans", Arial, sans-serif;
	color: #2a2a2a;
	font-weight: 700;
	margin: 0;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
	text-transform: none;
	color: #444;
}

h1 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 5px;
}

h1 small {
	font-size: 24px;
}

h1.super {
	font-size: 72px;
	font-weight: 900;
	text-align: center;
	line-height: 72px;
}

h1.hyper {
	font-size: 240px;
	font-weight: 900;
	text-align: center;
}

h1.page-title {
	color: #d31411;
}

h2 {
	font-size: 32px;
	line-height: 48px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 small {
	font-size: 16px;
}

h2.compact {
	line-height: 24px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 small {
	font-size: 14px;
}

h4, h5, h6 {
	line-height: 24px;
}

h4 {
	font-size: 14px;
}

h4 small {
	font-size: 12px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	margin: 0;
}

.first-header {
	margin-top: 0;
}

#intro h3 {
	color: #cd2122;
	font-size: 20px;
	font-weight: 700;
	height: 70px;
	line-height: 24px;
	margin: 0 auto;
	padding: 15px 0 0 64px;
}
	#intro .left-element h3 {
		background: url(../img/default/home-vote.png) no-repeat 0 0 transparent;
	}
	#intro .center-element h3 {
		background: url(../img/default/home-twitter.png) no-repeat 0 6px transparent;
	}
	#intro .right-element h3 {
		background: url(../img/default/home-news.png) no-repeat 0 6px transparent;
	}

a {
	color: #333;
	font-weight: 700;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #cd2122;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline: 0;
}

.lead {
	font-weight: 300;
}

::selection {
	background: #42576a;
	color: white;
}

::-moz-selection {
	background: #42576a;
	color: white;
}

a.thumbnail:hover, a.thumbnail:focus {
	border-color: #cd2122;
}

select {
	white-space: nowrap;
	width: 220px;
}
.game-thumbnail-large img {
    max-height:236px;
    min-height:236px;	
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background: #f0f0f0;
	border: 2px solid #b9b9b9;
	color: #444;
	padding: 7px 10px;
	-webkit-box-shadow: 0px 0px 1px white inset;
	-moz-box-shadow: 0px 0px 1px white inset;
	box-shadow: 0px 0px 1px white inset;
	-webkit-appearance: none;
}
	.input-append input[class*="span"],
	.input-append .uneditable-input[class*="span"],
	.input-prepend input[class*="span"],
	.input-prepend .uneditable-input[class*="span"],
	.row-fluid input[class*="span"],
	.row-fluid textarea[class*="span"],
	.row-fluid .uneditable-input[class*="span"],
	.row-fluid .input-prepend [class*="span"],
	.row-fluid .input-append [class*="span"] {
		min-height: 38px;
	}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	background: #fff;
	border: 2px solid #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea, 
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus,
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #cd2122;
}

figure {
	margin: 0 0 12px;
}

.nav-list a {
	color: #3a3a3a;
}


pre, code, var, kbd, samp, tt, dir, listing, plaintext, xmp, abbr, acronym, blockquote, q {
	font-size: 14px;
	word-break: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

pre {
	background-color: #fafafb;
	border-color: #d8d8d8 #d8d8d8 #e5e5e5 #d8d8d8;
	-webkit-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.2) inset;
	-moz-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.2) inset;
	box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.2) inset;
	color: #42576a;
}

blockquote small {
	color: #a5a5a5;
}
.section-alt blockquote {
	border-color: #d8d8d8;
}

.section-alt hr {
	border-bottom-color: #d8d8d8;
}
hr.invisible {
	border-bottom-color: transparent;
}


.black {
	font-weight: 900;
}

.bold {
	font-weight: 700;
}

.regular {
	font-weight: 400;
}

.light {
	font-weight: 300;
}

.lighter {
	font-weight: 100;
}


.big {
	font-size: 1.5em;
}

.bigger {
	font-size: 2em;
}


.gray {
	color: #777777 !important;
}

.blue {
	color: #42576a !important;
}

.red {
	color: #b14949 !important;
}

.white {
	color: white;
}


.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}


.text-caps {
	text-transform: uppercase !important;
}

.text-italic {
	font-style: italic;
}


.wrapper {
	margin: 20px auto;
	width: 90%;
	max-width: 960px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-transparent {
	background: none;
	margin-top: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.container-fluid {
	padding: 0 20px;
}

.section {
	position: relative;
}

.section-alt {
	background-color: #f2f2f4;
}
.section-alt:before, .section-alt:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% 20px;
	z-index: 100;
}
.section-alt:last-child:after {
	background-image: none;
}
.section-alt.section-dark {
	background-color: #444444;
	color: white !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.section-alt.section-dark h1, .section-alt.section-dark h2, .section-alt.section-dark h3, .section-alt.section-dark h4, .section-alt.section-dark h5, .section-alt.section-dark h6, .section-alt.section-dark a {
	color: white !important;
}
.section-alt.section-dark a:hover {
	color: #d8d8d8 !important;
}

.section-padded {
	padding: 20px 0;
}


.push-left, .push-right, .push-top, .push-bottom {
	position: relative;
}

.push-left {
	margin-left: -40px;
}

.push-right {
	margin-right: -40px;
}

.push-top {
	margin-top: -40px;
}

.push-bottom {
	margin-bottom: -40px;
}


.navbar-fixed-top {
    margin: 0;
}
.navbar-fixed-top.scroll {
	opacity: 1;
}
.navbar-inner {
	border-bottom: 0 none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	filter: none;
	padding: 7px 0 25px;
	background-color: #030303; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#030303), to(#232323));
	background-image: -webkit-linear-gradient(top, #030303, #232323);
	background-image: -moz-linear-gradient(top, #030303, #232323);
	background-image: -ms-linear-gradient(top, #030303, #232323);
	background-image: -o-linear-gradient(top, #030303, #232323);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
}
.navbar .brand {
	font-size: 26px;
	padding: 0 12px;
	position: absolute;
	text-shadow: none;
}
.navbar .nav.pull-left {
	top: 10px;
	left: 85px;
}
.navbar .nav.pull-right {
	top: 10px;
	/*margin-right: 40px;*/
}
	.navbar .nav.pull-right i {
		color: #808080;
		font-size: 16px;
		font-weight: normal;
		margin: 0 2px 0 0;
	}
		.navbar .nav.pull-right i.icon-chevron-down {
			font-size: 10px;
		}
.navbar .nav > li > a {
	color: #707070;
	font-size: 14px;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;	
}
.navbar .nav > li > a:hover {
	color: #fff;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #fff;
	padding-bottom: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	background: none;
}
.btn-dropnav {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	padding: 7px 10px;
	display: none;
}
.btn-dropnav .icon-bar {
	background-color: #f5f5f5;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);	
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
}
.btn-dropnav .icon-bar + .icon-bar {
	margin-top: 3px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	color: #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	background-color: #cd2122 !important;
	text-decoration: none;
	color: #fff;
	background-image: -moz-linear-gradient(top, #ea0109, #b40104);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea0109), to(#b40104));
	background-image: -webkit-linear-gradient(top, #ea0109, #b40104);
	background-image: -o-linear-gradient(top, #ea0109, #b40104);
	background-image: linear-gradient(to bottom, #ea0109, #b40104);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea0109', endColorstr='#b40104', GradientType=0);
}
.navbar .nav.pull-right .dropdown-menu a:hover i {
	color: #fff;
}
.nav-collapse .dropdown-menu label {
	font-size: 12px;
	margin: 0;
}
.nav-collapse .dropdown-menu a {
	font-weight: 500;
}
.nav-collapse .dropdown-menu .btn {
	padding: 7px 10px;
	margin: 5px 0 15px;
}
.nav-collapse .dropdown-menu .control-group {
	margin: 0;
}
.navbar .btn-navbar {
	margin-right: 15px;
}
.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #5FAF08;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 979px) {
	.nav-collapse .nav > li > a:hover,
	.nav-collapse .dropdown-menu a:hover {
		background: none !important;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		color: #ccc;
		padding: 9px 15px 9px 105px;
	}
}

.post-head {
	margin-bottom: 12px;
}
.post-head h2 {
	margin-bottom: 0;
	line-height: 24px;
}
.post-head .post-extras {
	font-size: 12px;
	font-weight: 400;
}
.post-head .post-extras a {
	color: #777777;
}
.post-head .post-extras i {
	font-size: 12px;
	color: #b9b9b9;
	padding: 0 2px 0 10px;
}
.post-head .post-extras i:first-child {
	padding-left: 0;
}

.post-info {
	margin-bottom: 24px;
}

.post-body {
	margin-bottom: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid #dcdce1;
}

.post-media {
	margin-bottom: 24px !important;
}
.post-media img {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.post-media a:hover img {
	opacity: 0.8;
}

/* -- 5.1.2 Blog comments -- */
.comments {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #f2f2f4;
}

.media-comment {
	margin-top: 24px;
	position: relative;
}
.media-comment .media-comment {
	margin-top: 24px;
}
.media-comment .round-box {
	margin-right: 24px;
}
.media-comment:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 22px;
	background-image: url(../img/comment-arrow.png);
	background-size: 13px 22px;
	top: 12px;
	left: 60px;
}

.comments-form input, .comments-form textarea {
	max-width: 80%;
}

.media-inner {
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #d8d8d8;
}
.media-inner p:last-child {
	margin-bottom: 0;
}

.btn {
	font-size: 13px;
	font-weight: 600;
}
select {
    white-space: nowrap;
}
.btn-red {
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	background: #dd0108; /* Old browsers */
	background: -moz-linear-gradient(top, #ea0109 0%, #b40104 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea0109), color-stop(100%,#b40104)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ea0109 0%,#b40104 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ea0109 0%,#b40104 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ea0109 0%,#b40104 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ea0109 0%,#b40104 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0109', endColorstr='#b40104',GradientType=0 ); /* IE6-9 */
}
	.btn-red:hover,
	.btn-red:focus {
		background: #b40104;
		color: #fff;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	}
		.btn-red i {
			font-size: 15px;
			margin: 0 2px 0 0;
		}
.btn-below {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
}

#home_flow {
	background: #1d1d1d;
}

#hero {
	background: url(../img/hero/larry-bg.jpg) no-repeat center -90px #1d1d1d;
	padding-top: 10px;
	height: 500px;
	box-shadow: inset 0px 3px 8px 0px #1d1d1d;
}
#hero .wrapper {
	margin: 10px auto 0;
}
#hero .span5 {
	padding-top: 30px;
}
#hero h1 {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
}
#hero p {
	font-size: 13px;
	color: #f2f2f2;
	line-height: 20px;
}
#hero .btn {
	border-color: rgba(0,0,0,0.25);
	font-size: 13px;
	margin-top: 10px;
	padding: 8px 13px;
	text-shadow:
		1px 1px 0px rgba(000,000,000,0.2),
		1px 1px 0px rgba(255,255,255,1);
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #c9c9c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#c9c9c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#c9c9c9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 0%,#c9c9c9 100%); /* W3C */

	-moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,1);
	box-shadow: inset 1px 1px 1px rgba(255,255,255,1);
	-webkit-font-smoothing: antialiased;
}
#hero .btn:hover {
	border-color: rgba(0,0,0,0.25);
	color: #ffffff;
	text-shadow: 1px 1px 0 #760000;
	background: #940500; /* Old browsers */
	background: -moz-linear-gradient(top, #b2231e 0%, #760000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2231e), color-stop(100%,#760000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b2231e 0%,#760000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b2231e 0%,#760000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b2231e 0%,#760000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b2231e 0%,#760000 100%); /* W3C */

	-moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,.25);
	-webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,.25);
	box-shadow: inset 1px 1px 1px rgba(255,255,255,.25);
}
#hero .btn-backer {
	color: #333;
	padding: 8px 15px 8px 40px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	background: url(../img/default/icon-kickstarter.png) no-repeat 15px 8px #fff;
	background: url(../img/default/icon-kickstarter.png) no-repeat 15px 8px, 
				-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
	background: url(../img/default/icon-kickstarter.png) no-repeat 15px 8px, 
				-webkit-linear-gradient(top, #fff 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/default/icon-kickstarter.png) no-repeat 15px 8px, 
				-o-linear-gradient(top, #fff 0%,#c9c9c9 100%); /* Opera 11.10+ */
	background: url(../img/default/icon-kickstarter.png) no-repeat 15px 8px, 
				-ms-linear-gradient(top, #fff 0%,#c9c9c9 100%); /* IE10+ */
	background: url(../img/default/icon-kickstarter.png) no-repeat 15px 8px, 
				linear-gradient(to bottom, #fff 0%,#c9c9c9 100%); /* W3C */

}
#hero .btn-backer:hover {
	color: #fff;
	background: url(../img/default/icon-kickstarter-white.png) no-repeat 15px 8px #940500;
	background: url(../img/default/icon-kickstarter-white.png) no-repeat 15px 8px, 
				-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea0109), color-stop(100%,#b40104)); /* Chrome,Safari4+ */
	background: url(../img/default/icon-kickstarter-white.png) no-repeat 15px 8px, 
				-webkit-linear-gradient(top, #ea0109 0%,#b40104 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/default/icon-kickstarter-white.png) no-repeat 15px 8px, 
				-o-linear-gradient(top, #ea0109 0%,#b40104 100%); /* Opera 11.10+ */
	background: url(../img/default/icon-kickstarter-white.png) no-repeat 15px 8px, 
				-ms-linear-gradient(top, #ea0109 0%,#b40104 100%); /* IE10+ */
	background: url(../img/default/icon-kickstarter-white.png) no-repeat 15px 8px, 
				linear-gradient(to bottom, #ea0109 0%,#b40104 100%); /* W3C */
}
#hero .btn-portal {
	color: #333;
	padding: 8px 15px 8px 49px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	background: url(../img/default/icon-controller.png) no-repeat 15px 9px #fff;
	background: url(../img/default/icon-controller.png) no-repeat 15px 9px, 
				-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
	background: url(../img/default/icon-controller.png) no-repeat 15px 9px, 
				-webkit-linear-gradient(top, #fff 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/default/icon-controller.png) no-repeat 15px 9px, 
				-o-linear-gradient(top, #fff 0%,#c9c9c9 100%); /* Opera 11.10+ */
	background: url(../img/default/icon-controller.png) no-repeat 15px 9px, 
				-ms-linear-gradient(top, #fff 0%,#c9c9c9 100%); /* IE10+ */
	background: url(../img/default/icon-controller.png) no-repeat 15px 9px, 
			linear-gradient(to bottom, #fff 0%,#c9c9c9 100%); /* W3C */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#c9c9c9),
				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/default/icon-controller.png')";
}
#hero .btn-portal:hover {
	color: #fff;
	background: url(../img/default/icon-controller-white.png) no-repeat 15px 9px #940500;
	background: url(../img/default/icon-controller-white.png) no-repeat 15px 9px, 
				-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea0109), color-stop(100%,#b40104)); /* Chrome,Safari4+ */
	background: url(../img/default/icon-controller-white.png) no-repeat 15px 9px, 
				-webkit-linear-gradient(top, #ea0109 0%,#b40104 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/default/icon-controller-white.png) no-repeat 15px 9px, 
				-o-linear-gradient(top, #ea0109 0%,#b40104 100%); /* Opera 11.10+ */
	background: url(../img/default/icon-controller-white.png) no-repeat 15px 9px, 
				-ms-linear-gradient(top, #ea0109 0%,#b40104 100%); /* IE10+ */
	background: url(../img/default/icon-controller-white.png) no-repeat 15px 9px, 
				linear-gradient(to bottom, #ea0109 0%,#b40104 100%); /* W3C */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ea0109, endColorstr=#b40104),
				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/default/icon-controller-white.png')";
}
#hero .larry-video {
	background: url(../img/hero/larry.png) no-repeat 0 0 transparent;
	display: block;
	height: 320px;
	width: 500px;
}
	#hero .larry-video:hover {
		background-position: 0 -488px;
	}

#intro .wrapper,
#main .wrapper {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.25);
	margin: -110px auto 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#main .wrapper {
	margin: 0 auto;
}

#main {
	background: url(../img/default/main_bg.jpg) repeat-x 0 0 #e7e7e7;
}

#main .game-basic-info {
	float: left;
	background: #fff;
	color: #262626;
	margin: 0;
}
	#main .game-basic-info ul {
		margin: 20px 0;
	}
		#main .game-basic-info ul li {
			background: url(../img/default/feature-bullet.png) no-repeat 2px 2px transparent;
			font-size: 12px;
			line-height: 16px;
			margin: 0 0 7px;
			padding: 0 0 0 18px;
		}
#main .game-details {
	border-left: 1px solid #ddd;
	background: url(../img/default/game-content-bg.png) no-repeat -28px 35px transparent;
	padding: 20px 0 0 20px;
}
#main .game-details h1 {
	color: #cd2122;
	font-size: 32px;
	line-height: 36px;
}
#main .game-details h2 {
	float: left;
	clear: both;
	color: #cd2122;
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0;
}
#main .game-details p {
	line-height: 19px;
}
#main .game-details li {
	margin-bottom: 15px;
}
#main .game-details .btn-red {
	margin: 10px 0 20px;
}
#main .platform-icons {
	display: block;
	height: 45px;
}
#main .platform-icons li {
	background: url(../img/default/platforms.png) no-repeat 0 0 transparent;
	float: left;
	margin: 0 10px 0 0;
}
#main .platform-icons li:hover {
	cursor: pointer;
}
#main .platform-icons li.mac {
	height: 25px;
	width: 21px;
}
#main .platform-icons li.mac:hover {
	background-position: 0 -25px;
}
#main .platform-icons li.windows {
	background-position: -28px 0;
	height: 25px;
	width: 22px;
}
#main .platform-icons li.windows:hover {
	background-position: -28px -25px;
}
#main .platform-icons li.linux {
	background-position: -58px 0;
	height: 25px;
	width: 20px;
}
#main .platform-icons li.linux:hover {
	background-position: -58px -25px;
}
#main .platform-icons li.android {
	background-position: -87px 0;
	height: 25px;
	width: 20px;
}
#main .platform-icons li.android:hover {
	background-position: -87px -25px;
}
#main .platform-icons li.ios {
	background-position: -116px 0;
	height: 25px;
	width: 28px;
}
#main .platform-icons li.ios:hover {
	background-position: -116px -25px;
}
#main .platform-icons li.steam {
	background-position: -147px 0;
	height: 25px;
	width: 36px;
}
#main .platform-icons li.steam:hover {
	background-position: -147px -26px;
}			
.item-details {
	margin-top: 15px;
	margin-bottom: 20px;
}
.item-details h1 {
	color: #cd2122;
	font-size: 32px;
	line-height: 36px;
	text-transform: none;
}
.item-thumbs [class*="span"] {
	margin-left: 0;
	padding-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.item-thumbs a.thumbnail {
	border: 3px solid #ddd;
}
	.item-thumbs a.thumbnail:hover,
	.item-thumbs a.thumbnail:focus {
		border: 3px solid #cd2122;
	}
.game-close {
	margin-bottom: 20px;
}
.partner-no-border {
	border: none;
	box-shadow: none;
}
	.partner-no-border:hover,
	.partner-no-border:focus {
		border: none;
		box-shadow: none !important;
	}

#footer {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#232323), to(#030303));
	background-image: -webkit-linear-gradient(top, #232323, #030303);
	background-image: -moz-linear-gradient(top, #232323, #030303);
	background-image: -ms-linear-gradient(top, #232323, #030303);
	background-image: -o-linear-gradient(top, #232323, #030303);
}
	#footer .container-fluid {
		padding: 0;
	}
	#footer .row-fluid {
		color: #818181;
		font-size: 12px;
		float: left;
		padding: 10px 0 20px;
		text-align: right;
	}
	#footer .row-fluid a {
		color: #818181;
	}
	#footer .row-fluid a:hover {
		color: #fff;
	}
		#footer .footer-social {
			float: left;
		}
		#footer ul {
			clear: both;
			float: right;
		}
		#footer .footer-legal {
			border-top: 1px solid #494949;
		}
			#footer ul li {
				float: left;
				margin: 12px 8px;
			}
				#footer ul li:last-child {
					margin: 12px 0 12px 8px;
				}
				#footer .footer-social ul li a {
					font-size: 13px;
					font-weight: 600;
					text-transform: uppercase;
				}

#timeline {
	list-style-type: none;
	padding-bottom: 24px;
	margin: 0;
	position: relative;
	*zoom: 1;
}
#timeline:after {
	content: "";
	display: table;
	clear: both;
}
#timeline .timeline-item {
	margin-bottom: 0;
	width: 50%;
	clear: both;
}
#timeline .post {
	margin-right: 80px;
}
#timeline .post-body {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#timeline .post-body *:last-child {
	margin-bottom: 0;
}
#timeline .post-title {
	margin-bottom: 12px;
}
#timeline .post-info {
	position: absolute;
	margin-bottom: 0;
	width: 160px;
	left: 100%;
	top: 50%;
	margin-top: -63px;
	z-index: 1;
}
#timeline .post-info .round-box {
	margin-bottom: 0;
}
#timeline .post-info h5 {
	margin: 0 2px;
}
#timeline .post-arrow {
	position: absolute;
	width: 13px;
	height: 22px;
	background-image: url(../img/timeline-arrow-right.png);
	background-size: 13px 22px;
	top: 50%;
	margin-top: -11px;
	left: 100%;
}
#timeline .timeline-item:nth-child(even) {
	float: right;
}
#timeline .timeline-item:nth-child(even) .post {
	margin-left: 80px;
	margin-right: 0;
}
#timeline .timeline-item:nth-child(even) .post-info {
	left: auto;
	right: 100%;
}
#timeline .timeline-item:nth-child(even) .post-arrow {
	background-image: url(../img/timeline-arrow-left.png);
	left: auto;
	right: 100%;
}
#timeline:before, #timeline:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 0px;
	top: -40px;
	left: 50%;
	margin-left: -2px;
	z-index: 0;
	border: 2px solid #d8d8d8;
}
#timeline:before {
	border-style: dashed;
	top: auto;
	bottom: -40px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.post-info h5 {
	background-color: white;
}
.section-alt .post-info h5 {
	background-color: #f2f2f4;
}

.section-alt #timeline:before, .section-alt #timeline:after {
	border-color: white;
}

.affix {
	position: fixed;
	width: 17%;
	top: 0;
}

.round-box {
	text-align: center;
	margin-bottom: 12px;
	position: relative;
	z-index: 100;
}
.round-box .box-inner {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	width: 120px;
	max-width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.round-box .box-inner:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 7px solid #333;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.round-box img {
	margin: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.round-box a:hover img {
	opacity: .8;
}
.round-box i {
	font-size: 52px;
	color: white;
	line-height: 1em;
	text-shadow: 1px 1px 1px black;
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -0.5em;
}
.round-box .tag {
	font-size: 12px;
	color: white;
	line-height: 48px;
	text-transform: uppercase;
	text-align: center;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 50%;
	margin-right: -75px;
	background-color: #b14949;
	background-color: rgba(177, 73, 73, 0.8);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.round-box .tag i {
	font-size: 12px;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	text-shadow: none;
}
.round-box.box-mini {
	margin-bottom: 8px;
}
.round-box.box-mini .box-inner {
	width: 48px;
}
.round-box.box-mini i {
	font-size: 16px;
}
.round-box.box-small {
	margin-bottom: 8px;
}
.round-box.box-small .box-inner {
	width: 78px;
}
.round-box.box-small i {
	font-size: 24px;
}
.round-box.box-medium .box-inner {
	width: 100px;
}
.round-box.box-medium i {
	font-size: 24px;
}
.round-box.box-medium .tag {
	margin-right: -70px;
}
.round-box.box-big .box-inner {
	width: 220px;
}
.round-box.box-big .tag {
	margin-right: -95px;
}
.round-box.box-huge .box-inner {
	width: 250px;
}
.round-box.box-huge .tag {
	margin-right: -105px;
}
.round-box.no-rounded .box-inner {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.round-box.no-rounded .box-inner:after {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
}
.round-box.no-rounded .box-inner .img-circle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

.flexslider .slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
	position: relative;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	min-height: 100px;
}
.flexslider .flex-caption {
	opacity: 0;
}
.flexslider figure {
	margin-bottom: 0;
}
.flexslider .flex-active-slide .flex-caption {
	opacity: 1;
	-webkit-animation-name: reset, fadeIn;
	-moz-animation-name: reset, fadeIn;
	-o-animation-name: reset, fadeIn;
	-ms-animation-name: reset, fadeIn;
	animation-name: reset, fadeIn;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	-ms-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	-ms-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-delay: 0, 0.5s;
	-moz-animation-delay: 0, 0.5s;
	-o-animation-delay: 0, 0.5s;
	-ms-animation-delay: 0, 0.5s;
	animation-delay: 0, 0.5s;
}

/* -- 6.2.2 Controls -- */
.flex-control-nav {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.flex-control-nav li {
	display: inline-block;
	margin: 0 0.5em;
	cursor: pointer;
	position: relative;
	z-index: 1000;
}
.flex-control-nav a {
	display: inline-block;
	width: .5em;
	height: .5em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid #d8d8d8;
	text-indent: -9000em;
}
.flex-control-nav a.flex-active {
	background: white;
	border-color: rgba(94, 94, 94, 0.7);
}
.flex-controls-outside .flex-control-nav {
	position: relative;
}
.flex-controls-left .flex-control-nav {
	left: 0;
	text-align: left;
}
.flex-controls-right .flex-control-nav {
	right: 0;
	text-align: right;
}
.flex-controls-center .flex-control-nav {
	width: 100%;
	text-align: center;
}

.social-icons a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fadein-links a {
	display: inline-block;
	opacity: 0.8;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.fadein-links a:hover {
	opacity: 1;
}

.hero-unit {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.super-hero-unit {
	position: relative;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.super-hero-unit h1 {
	color: white;
}
.super-hero-unit .super {
	margin-bottom: 0;
}
.super-hero-unit figure {
	position: relative;
	margin: 0;
	min-height: 100px;
}
.super-hero-unit figure figcaption {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -36px;
}
.super-hero-unit.super-hero-light {
	text-shadow: -1px -1px 0px white;
}
.super-hero-unit.super-hero-light h1, .super-hero-unit.super-hero-light p {
	color: #444444;
}
.super-hero-unit.super-marged h1 {
	margin-bottom: 48px;
}


.section-header {
	text-align: center;
	position: relative;
	border-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 36px;
}
.section-header h1 {
	text-align: center;
	display: inline-block;
	border-bottom: 0;
	padding: 0 24px;
	background-color: white;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.section-header h1 small {
	font-size: inherit;
	text-transform: uppercase;
}
.section-alt .section-header h1 {
	background-color: #f2f2f4;
}
.section-header:before, .section-header:after {
	content: "";
	position: absolute;
	width: 30%;
	height: 1px;
	background-color: #f2f2f4;
	-webkit-box-shadow: 0px 1px 0px white;
	-moz-box-shadow: 0px 1px 0px white;
	box-shadow: 0px 1px 0px white;
	top: 50%;
	z-index: 0;
}
.section-alt .section-header:before, .section-alt .section-header:after {
	background-color: #d8d8d8;
}
.section-header:before {
	left: 0;
}
.section-header:after {
	right: 0;
}


.tooltip-inner {
	border-radius: 0;
}


ul.icons li {
	margin-bottom: 24px;
}
ul.icons p {
	text-indent: 0;
}
ul.icons.lead {
	text-indent: -0.5em;
}
ul.icons.list-compact li {
	margin-bottom: 12px;
}
ul.icons.icons-small i {
	font-size: .5em;
	vertical-align: middle;
}


ul.inline {
	margin-left: 0;
	list-style-type: none;
}
ul.inline li {
	display: inline-block;
	padding: 0 5px;
}


.well {
	border-color: white;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #fcfcfc;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 1px 3px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 1px 3px rgba(0, 0, 0, 0.125);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 1px 3px rgba(0, 0, 0, 0.125);
	position: relative;
}


.blockquote-well {
	margin-bottom: 72px;
}
.blockquote-well .round-box {
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 100%;
	margin-top: -60px;
}
.blockquote-well blockquote {
	border-color: #dfdfe4;
	margin-bottom: 58px;
}

.well-package {
	padding-top: 80px;
	margin-top: 100px;
	margin-bottom: 24px;
	text-align: center;
}

.well-package-heading {
	color: white;
	line-height: 140px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 140px;
	height: 140px;
	left: 50%;
	top: 0;
	margin-left: -70px;
	margin-top: -70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #222222;
	background-color: rgba(34, 34, 34, 0.9);
}
.well-package-heading .tag {
	font-size: 12px;
	color: white;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 50%;
	margin-right: -75px;
	background-color: #b14949;
	background-color: rgba(177, 73, 73, 0.8);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.well-package-price {
	font-size: 36px;
	color: #42576a;
	line-height: 1em;
	font-weight: 900;
}
.well-package-price small {
	font-size: 16px;
	font-weight: 300;
}

.well-package-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 24px;
}
.well-package-list li {
	border-bottom: 1px solid #f2f2f4;
	-webkit-box-shadow: 0px 1px 0px white;
	-moz-box-shadow: 0px 1px 0px white;
	box-shadow: 0px 1px 0px white;
	padding: 12px 0;
}


.accordion-group {
	border: 0;
	margin-bottom: 12px;
}

.accordion-heading {
	font-size: 18px;
	position: relative;
	border: 1px solid #f2f2f4;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 0px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 0px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 0px 5px rgba(0, 0, 0, 0.05);
}
.accordion-heading .accordion-toggle:after {
	position: absolute;
	display: block;
	font-family: FontAwesome;
	content: "\f106";
	font-size: 14px;
	line-height: 1em;
	right: 1em;
	top: 50%;
	margin-top: -0.5em;
}
.accordion-heading .accordion-toggle.collapsed:after {
	content: "\f107";
}

.accordion-inner {
	background-color: #f2f2f4;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset;
}


.pagination {
	margin: 0 0 24px;
}
.pagination ul {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.pagination ul > li > a {
	-webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05) inset;
	text-shadow: 0px 1px 0px white;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
	background: #cd2122;
	border-color: #8f1718;
	color: #fff;
	text-shadow: none;
}
.pagination ul > li.active > a,
.pagination ul > li.active > a:hover,
.pagination ul > li.active > a:focus {
	background: #f5f5f5;
	border-color: #ddd;
	color: #bfbfbf;
	-webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05) inset;
}


.affix-bottom {
	position: absolute;
	bottom: 20px;
	margin-bottom: 20px;
}

.thumbnails > .span2:nth-child(2n+1), .thumbnails > .span3:nth-child(4n+1), .thumbnails > .span4:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

.nav-tabs {
	margin-bottom: 0;
}
.nav-tabs > li > a {
	border-radius: 0;
}
.nav-tabs > li > a:hover {
	border: 1px solid #dddddd;
}

.tab-content {
	background-color: white;
	padding: 12px;
	border-left: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

.tabs-below > .nav-tabs > li > a:hover {
	border-bottom-color: #ddd;
}
.tabs-below .tab-content {
	border-top: 1px solid #d8d8d8;
	border-bottom: 0;
}

.tabs-left > .nav-tabs {
	margin-right: 0;
	border-right: 0;
}
.tabs-left > .nav-tabs > li > a:hover {
	border-color: #ddd;
}
.tabs-left .tab-content {
	border-top: 1px solid #d8d8d8;
}

.tabs-right > .nav-tabs {
	margin-left: 0;
	border-left: 0;
}
.tabs-right > .nav-tabs > li > a:hover {
	border-color: #ddd;
}
.tabs-right .tab-content {
	border-top: 1px solid #d8d8d8;
}

.tab-pills .tab-content {
	border-top: 1px solid #d8d8d8;
}


.alert-danger {
	color: white;
	text-shadow: none;
}
.alert-danger h1, .alert-danger h2, .alert-danger h3, .alert-danger h4, .alert-danger h5 {
	color: white;
}


.progress {
	background: #f2f2f4;
}


.img-polaroid {
	border-color: #d8d8d8;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.img-polaroid:hover {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}


.no-margin {
	margin: 0 !important;
}

.margin-bottom {
	margin-bottom: 24px !important;
}

.margin-top {
	margin-top: 24px !important;
}

.margin-left {
	margin-left: 24px !important;
}

.margin-right {
	margin-right: 24px !important;
}


.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 24px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.accordion-heading .accordion-toggle .pull-right {
	padding: 0 15px 0 0;
}

.unstyled .account li {
	margin: 0;
}

/* MEDIA QUERIES */
/* - Big screens - */
@media (min-width: 1200px) {
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 960px;
	}
	#intro .wrapper {
		margin: -170px auto 0;
	}
	#home_flow .wrapper .content {
		margin-top: 70px;
	}
	#main {
		margin-top: 70px;
		padding: 50px 0 0;
	}
	.staff-row {
		background: #f4f4f4;
		padding: 0 20px;
		margin: 70px -20px 20px;
	}
		.row-fluid.staff-row [class*="span"] {
			margin: -50px 0 0 !important;
			padding: 0 20px 20px;
			width: 33%;
		}
		.row-fluid.staff-row [class*="span"]:first-child {
			padding: 0 20px 20px 10px;
		}
		.row-fluid.staff-row [class*="span"]:last-child {
			padding: 0 10px 20px 20px;
		}
	#footer {
		margin: -20px 0 0;
	}
}

@media (min-width: 980px) {
	#intro .wrapper {
		margin: -170px auto 0;
	}
	#home_flow {
		margin-top: 70px;
	}
	#main {
		margin-top: 70px;
		padding-top: 50px;
	}
	.staff-row {
		background: #f4f4f4;
		padding: 0 20px;
		margin: 70px -20px 20px;
	}
		.row-fluid.staff-row [class*="span"] {
			margin: -50px 0 0 !important;
			padding: 0 20px 20px;
			width: 33%;
		}
		.row-fluid.staff-row [class*="span"]:first-child {
			padding: 0 20px 20px 10px;
		}
		.row-fluid.staff-row [class*="span"]:last-child {
			padding: 0 10px 20px 20px;
		}
	#footer {
		margin: -20px 0 0;
	}
}

/* - Up to default desktop - */
@media (max-width: 979px) {

.wrapper {
	width: 100%;
	margin: 0 0 40px;
	border: none;
}

#hero .larry-video {
	height: 370px;
}
.docs-sidebar-nav.affix-bottom, .docs-sidebar-nav.affix {
	width: 17%;
}
#main {
	margin-top: 0px;
}
	#main .wrapper {
		border: none;
		padding-top: 50px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	.nav-collapse .dropdown-menu label {
		color: #fff;
	}

}

/* - Portrait tablet to default desktop - */
@media (min-width: 768px) and (max-width: 979px) {
	.docs-sidebar-nav.affix-bottom, .docs-sidebar-nav.affix {
		width: 17.75%;
	}
	
	.navbar .nav.pull-left {
		left: auto;
	}
	#hero .wrapper {
		margin: 20px auto 0;
	}
	#hero .item .btn-backer,
	#hero .item .btn-portal {
		background: #fff; /* Old browsers */
		background: -moz-linear-gradient(top, #fff 0%, #c9c9c9 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fff 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fff 0%,#c9c9c9 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fff 0%,#c9c9c9 100%); /* IE10+ */
		background: linear-gradient(to bottom, #fff 0%,#c9c9c9 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-8 */
	}
		#hero .item .btn-backer:hover,
		#hero .item .btn-portal:hover {
			background: #940500; /* Old browsers */
			background: -moz-linear-gradient(top, #b2231e 0%, #760000 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2231e), color-stop(100%,#760000)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #b2231e 0%,#760000 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #b2231e 0%,#760000 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #b2231e 0%,#760000 100%); /* IE10+ */
			background: linear-gradient(to bottom, #b2231e 0%,#760000 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2231e', endColorstr='#760000',GradientType=0 ); /* IE6-8 */
		}
	#intro .wrapper {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
		#main .wrapper {
			border: none;
			border-radius: 0;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
		}
	#footer .container-fluid {
		padding: 0 20px;
	}

}

/* - Landscape phone to small desktop & porttrait tablet - */
@media (max-width: 767px) {
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		padding: 0 20px;
	}
	.navbar .nav.pull-left {
		left: auto;
	}
	.navbar-fixed-top .container {
		padding: 0;
	}
	#hero .wrapper {
		margin: 20px auto 0;
	}
	#footer .container-fluid {
		padding: 0 20px;
	}
h1 {
	font-size: 24px;
	line-height: 36px;
}

h1 small {
	font-size: 16px;
}

h1.super {
	font-size: 48px;
}

h1.hyper {
	font-size: 70px;
}

h2 {
	font-size: 21px;
	line-height: 36px;
}

h2 small {
	font-size: 14px;
}

h3 {
	font-size: 18px;
	line-height: 36px;
}

h3 small {
	font-size: 14px;
}
body {
	padding: 0;
}

#intro .wrapper,
#main .wrapper {
	background: #fff;
	border: 1px solid rgba(0,0,0,0.25);
	margin: 0 auto 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#main {
	margin: 0;
}

#hero {
	height: auto;
}

#hero .larry-video {
	display: none;
}

#main .game-details {
	background: none;
	clear: both;
	border: none;
	padding: 20px 0 0;
}
#main .game-basic-info .box-big {
	float: left;
	width: 40%;
}
#main .game-basic-info ul {
	float: left;
	width: 60%;
}
#main .game-basic-info ul {
	margin: 0;
}
#main .game-basic-info ul li {
	margin: 0 0 0 15px;
}

.container-fluid {
	padding: 0 20px;
}

.push-left, .push-right, .push-top, .push-bottom {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}
#masthead .navbar-fixed-top, #masthead .navbar-fixed-bottom, #masthead .navbar-static-top {
	margin: 0;
}
#masthead .nav > li > a {
	font-size: 16px;
}
#masthead .nav .dropdown-menu {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125) inset;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125) inset;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125) inset;
	background-color: #f2f2f4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.super-hero-unit figure {
	min-height: 70px;
}
.super-hero-unit figcaption {
	margin-top: -24px;
}
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	width: 20px;
	height: 47px;
	margin-top: -24px;
	background-size: 20px 47px;
}

.flex-directions-outside .flex-prev {
	left: -20px;
}
.flex-directions-outside .flex-next {
	right: -20px;
}
.unstyled li {
	margin-bottom: 48px;
}
.small-screen-center {
	text-align: center !important;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 0;
}
.sidebar {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #f2f2f4;
}
.comments-form input, .comments-form textarea {
	max-width: 100%;
}
.docs-sidebar-nav, .docs-sidebar-nav.affix, .docs-sidebar-nav.affix-top, .docs-sidebar-nav.affix-bottom {
	position: relative;
	width: 100%;
	max-width: inherit;
	margin-top: 0px;
	margin-bottom: 24px;
	padding: 0;
	border-bottom: 1px solid #f2f2f4;
}
.docs-sidebar-nav li, .docs-sidebar-nav.affix li, .docs-sidebar-nav.affix-top li, .docs-sidebar-nav.affix-bottom li {
	line-height: 24px;
	margin-bottom: 24px;
}
.docs-sidebar-nav li a, .docs-sidebar-nav.affix li a, .docs-sidebar-nav.affix-top li a, .docs-sidebar-nav.affix-bottom li a {
	border-right: 0;
	text-align: center;
	padding-right: 0px;
}
.row-fluid.staff-row [class*="span"] {
	margin: 20px 0;
}
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
textarea[class*="span"],
.uneditable-input {
	min-height: 38px;
}
}

/* - 9.5 Up to landscape phone - */
@media (max-width: 480px) {
.navbar .nav.pull-left {
	left: auto;
}
h1.super {
	font-size: 36px;
	line-height: 1em;
}

h1.super {
	font-size: 48px;
	line-height: 1em;
}

.super-hero-unit figure figcaption {
	margin-top: -16px;
}

#hero {
	height: auto;
}

#hero .larry-video {
	background: url(../img/hero/larry-sm.png) no-repeat 0 0 transparent;
	display: block;
	height: 229px;
	width: 332px;
}
	#hero .larry-video:hover {
		background-position: 0 -315px;
	}

	#hero .larry-video {
		display: none;
	}
	#intro .wrapper,
	#main .wrapper {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	#main .game-details {
		background: none;
		clear: both;
		border: none;
		padding: 20px 0 0;
	}
	#main .game-basic-info .box-big {
		float: left;
		width: 40%;
	}
	#main .game-basic-info ul {
		float: left;
		width: 60%;
	}
	#main .game-basic-info ul {
		margin: 0;
	}
	#main .game-basic-info ul li {
		margin: 0 0 0 15px;
	}

	#footer .container-fluid {
		padding: 0 20px;
	}

#map {
	height: 200px;
}

#timeline {
	padding-top: 1px;
}
#timeline .timeline-item {
	width: 100%;
}
#timeline .post {
	margin-right: 0;
	margin-top: 124px;
	z-index: 1;
}
#timeline .timeline-item:first-child .post {
	margin-top: 72px;
}
#timeline .post-info {
	top: auto;
	bottom: 100%;
	left: 0;
	margin: 0 auto 12px;
	width: 100%;
}
#timeline .post-info h5 {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	background-color: transparent;
}
#timeline .post-info h5:last-child {
	left: auto;
	right: 0;
}
#timeline .post-arrow {
	width: 22px;
	height: 13px;
	background-image: url(../img/timeline-arrow-top.png);
	background-size: 22px 13px;
	top: auto;
	bottom: 100%;
	margin-top: 0px;
	left: 50%;
	margin-left: -11px;
}
#timeline .timeline-item:nth-child(even) {
	float: none;
}
#timeline .timeline-item:nth-child(even) .post {
	margin-left: 0;
}
#timeline .timeline-item:nth-child(even) .post-info {
	left: 0;
	margin: 0 auto 12px;
}
#timeline .timeline-item:nth-child(even) .post-arrow {
	background-image: url(../img/timeline-arrow-top.png);
	right: auto;
	left: 50%;
}

.post-extras {
	text-align: center;
}

.media-comment:after {
	display: none;
}
.media-comment .round-box {
	position: relative;
	margin: 0;
	bottom: -22px;
}
.media-comment .comment-reply {
	float: right;
}
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
textarea[class*="span"],
.uneditable-input {
	min-height: 38px;
}

}
/* - 9.6 Up to portrait phone - */
@media (max-width: 320px) {
body {
	font-size: 14px;
}


.navbar .nav.pull-left {
	left: auto;
}
h1 {
	font-size: 21px;
	line-height: 24px;
}

h1 small {
	font-size: 14px;
}

h1.super {
	font-size: 24px;
	line-height: 1;
}

h1.hyper {
	font-size: 36px;
}

h2 {
	font-size: 18px;
	line-height: 24px;
}

h2 small {
	font-size: 12px;
}

h3 {
	font-size: 16px;
	line-height: 24px;
}

h3 small {
	font-size: 11px;
}

.super-hero-unit figure figcaption {
	margin-top: -12px;
}
#main .game-details {
	background: none;
	clear: both;
	border: none;
	padding: 20px 0 0;
}
#main .game-basic-info .box-big {
	width: 100%;
}
#main .game-basic-info ul {
	display: none;
}
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
textarea[class*="span"],
.uneditable-input {
	min-height: 38px;
}

}
/* - 9.7 - Retina displays - */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
	body {
		background-size: 588px 375px;
	}

}

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.slow {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.slower {
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
}

.animated.long {
	-webkit-animation-iteration-count: 4;
	-moz-animation-iteration-count: 4;
	-o-animation-iteration-count: 4;
	animation-iteration-count: 4;
}

.animated.forever {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.delayed {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	-ms-animation-delay: .5s;
	animation-delay: .5s;
}

.animated.delayedmore {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}

/* reset animation */
@-webkit-keyframes reset {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}

}

@-moz-keyframes reset {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}

}

@-o-keyframes reset {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}

}

@-ms-keyframes reset {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}

}

@keyframes reset {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}

}

.reset {
	-webkit-animation-name: reset;
	-moz-animation-name: reset;
	-o-animation-name: reset;
	animation-name: reset;
}

/* fade In */
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

.fadein {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

/* fade In Up */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}

}

@-ms-keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}

}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}

}

.fadeinup {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* flash */
@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}

}

@-moz-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}

}

@-o-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}

}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}

}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}

/* 12. INTERNET EXPLORER 8 FIXES */
/* ----------------------------- */
/* -- ie8 hacks -- */
.ie8 .box-mini .img-circle {
	min-width: 48px;
}

.ie8 .blockquote-well .round-box .img-circle {
	min-width: 100px;
}

/* avoid overlapping of elements */
.ie8 .media-comment .round-box {
	width: 48px;
}

/* opacity class for PIE images */
.ie8 .opaque {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.ie8 .portfolio span.tag {
	-pie-background: rgba(232, 72, 29, 0.8);
}
#larry-video {
    background-color:#000;	
}
.picture-modal {
    background-color:transparent;
    text-align:center;
}
