/* desktop and tablet */
/*@import url(screen.css)*/
/*only screen and (min-device-width: 768px) and (orientation: portrait),*/
/*only screen and (min-device-width: 768px) and (orientation: landscape);*/

/* mobile device */
/*@import url(mobile.css)*/
/*only screen and (max-device-width: 767px);*/

/* custom fonts */
@font-face {
	font-family: 'BrandonGrotesqueBlackRegular';
	src: url('fonts/BrandonGrotesque-Black.eot');
	src: url('fonts/BrandonGrotesque-Black.eot?#iefix') format('embedded-opentype'),
	url('fonts/BrandonGrotesque-Black.woff') format('woff'),
	url('fonts/BrandonGrotesque-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* reset */
body, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, input, th, td {
	margin: 0;
	padding: 0;
}

img, fieldset, iframe {
	border: none;
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	font-weight: normal;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

a {
	color: #ef5b01;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a, input, textarea {
	outline: none;
}

/* custom selection colors */
::-moz-selection {
	color: #fff;
	color: rgba(255, 255, 255, 0.85);
	background: #ef5b01;
}

::selection {
	color: #fff;
	color: rgba(255, 255, 255, 0.85);
	background: #ef5b01;
}

/* layout */
html, body {
	height: 100%;
	background-color: #000;
}

body {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	-webkit-font-smoothing: antialiased;
}

.layout {
	visibility: hidden;
	height: 100%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.title {
	background-color: #3f3a3b;
	color: #ef5b01;
	font-family: BrandonGrotesqueBlackRegular, Arial, sans-serif;
	text-transform: uppercase;
}

.title.hidden {
	display: none;
}

/* reaction cam */
.reaction-cam-static {
	display: none;
}

.reaction-cam-title, .reaction-cam-btn {
	font-family: BrandonGrotesqueBlackRegular, Arial, sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
}

.reaction-cam-title {
	color: #ffae00;
}

.reaction-cam-btn {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #b34401;
	background-color: #ef5b01;
	background-image: url(../img/btn-gradient.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
}

.reaction-cam-video, .reaction-cam-static {
	display: block;
	width: 100%;
	border: 1px solid #000;
}

.reaction-cam-frame {
    display: none;
}

.reaction-cam-frame iframe {
	background-color: #000;
}

/* share the burn */
.share-the-burn {
	background-color: #272425;
}

.share-the-burn-item {
	position: relative;
	z-index: 10;
	background-color: #575253;
}

.share-the-burn-preview img, .share-the-burn-preview iframe, .share-the-burn-preview embed {
	max-width: 100%;
}

.share-the-burn-share .facebook, .share-the-burn-share .twitter, .share-the-burn-share .tumblr {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px;
}

.share-the-burn-share .facebook {
	margin: 0;
}

.facebook-share-button {
	border: 1px solid #cad4e7;
	background-color: #eceef5;
	background-repeat: no-repeat;
	color: #3B5998;
	cursor: pointer;
}

div.twitter-share-button {
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #ffffff, #dedede);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
	background-image: -ms-linear-gradient(top, #ffffff, #dedede);
	background-image: -o-linear-gradient(top, #ffffff, #dedede);
	background-image: linear-gradient(top, #ffffff, #dedede);
	color: #333;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

div.twitter-share-button:before {
	display: inline-block;
	vertical-align: text-top;
	content: '';
	position: absolute;
	background-position: 0 center;
	background-repeat: no-repeat;
}

.tumblr-share-button {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

.dark-loader {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -16px 0 0 -16px;
	background-image: url(../img/ajax-loader-dark.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/* tweets */
.twitter-tweets {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ef5b01;
}

.twitter-tweets-subtitle {
	color: #fff;
	font-family: BrandonGrotesqueBlackRegular, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.twitter-verified {
	display: none;
	vertical-align: top;
	position: relative;
}

.twitter-stream-follow {
	float: right;
}

.twitter-tweets-stream {
	background-color: #dbd9d9;
}

.twitter-stream-item {
	position: relative;
	z-index: 1;
	background-color: #403a3c;
	color: #d3d0ce;
	cursor: pointer;
}

.twitter-stream-item.active, .twitter-stream-item.active.current {
	background-color: #ef5b01;
	color: #444444;
}

.twitter-stream-item.active, .twitter-stream-item.current {
	cursor: default;
}

.twitter-stream-item.current {
	background-color: #ffae00;
	color: #444444;
}

.twitter-stream-tape-status {
	display: none;
	position: absolute;
	color: #fff;
	font-family: BrandonGrotesqueBlackRegular, Arial, sans-serif;
	text-transform: uppercase;
}

.twitter-stream-item.current .twitter-stream-tape-status {
	display: block;
}

/* tweet listing */
.tweet-list {
	color: #272425;
}

.tweet-item {
	overflow: hidden;
	position: relative;
	z-index: 10;
	padding: 0;
	background-color: #dbd9d9;
}

.tweet-list.own .tweet-item {
	background-color: #fff;
}

.tweet-preview {
	float: left;
}

.tweet-list .tweet-item:first-child .tweet-body {
	border-top: none;
}

.tweet-title {
	font-weight: bold;
}

.tweet-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #999;
}

.tweet-footer li {
	display: inline;
}

.tweet-footer ul li:first-child {
	display: block;
	margin: 0;
}

.tweet-footer [class^='icon-'], .tweet-footer [class*=' icon-'] {
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
}

.twitter-loader {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -16px 0 0 -16px;
	background-image: url(../img/ajax-loader.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* tweet form */
.twitter-stream-form-title {
	color: #e9e9e6;
	font-family: BrandonGrotesqueBlackRegular, Arial, sans-serif;
	text-transform: uppercase;
}

.twitter-stream-form .tweet-box {
	overflow: hidden;
	width: 100%;
	height: 64px;
}

.twitter-stream-form .tweet-box iframe {
	width: 100% !important;
	height: 64px !important;
}

/* Hide Loader for FB Comments box */
.fb_iframe_widget_loader .FB_Loader {
    display: none !important;
}
