/**
 * This CSS is just to get you started.
 * Feel free to modify any of it for your own app.
 */

@import url(https://fonts.googleapis.com/css?family=Montserrat:200,400,800);
@import "icons.css";
@import "../Q/uploads/css/themes/Miracles.css";

#dashboard, #notices, #content { margin: auto; text-align: left; }
.Q_mobile #notices_slot,
.Q_notSidebar #notices_slot { width: 100%; position: fixed; left: 0; }

.Q_notMobile.Q_layout_sidebar #dashboard_slot {
	left: 0;
    width: 20%;
    height: 100%;
    top: 0;
}

.Q_notMobile.Q_layout_sidebar #page {
	left: 20%;
    width: 80%;
    height: 100%;
    top: 0;
}
html.Q_mobile #dashboard_slot {
	background: linear-gradient(to bottom, var(--dashboard-mobile-bg-color), var(--dashboard-mobile-bg-color-to));
}
/**
 * This CSS is just to get you started.
 * Feel free to modify any of it for your own app.
 */
* { font-family: 'Montserrat', sans-serif; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; }
a { text-decoration: none; color: #0055ff; }
a:visited { color: #aa88cc; }
body { overflow: auto; touch-action: none; }
h2 { margin: 0; }
*, *:before, *:after { box-sizing: inherit; }

@layer defaults {
	:root {
		--dashboard-main-color: white;
		--tabs-frequent-bg-color: white;
		--tabs-frequent-color: #0f328e;
		--communities-button-bg-color: rgba(255, 255, 255, 0.8);
	}
}

/* The various slot containers */
html #notices_slot {
	text-align: center;
}
html #content_slot {
	height: 100%;
	position: relative;
	overflow-x: auto;
	background: #fff;
	box-shadow: #aaa 0 0 4px;
	-webkit-box-shadow: #aaa 0 0 4px;
	-moz-box-shadow: #aaa 0 0 4px;
}
.Q_notMobile.Q_layout_sidebar #dashboard_slot {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#dashboard_slot h1 {
	line-height: 30px;
	font-size: 32px;
	margin-top: 10px;
}
#dashboard_slot input,
#dashboard_slot textarea { color: black; }
#dashboard_slot .Q_inplace_tool .Q_hover .Q_inplace_tool_static,
#dashboard_slot .Q_inplace_tool .Q_hover .Q_inplace_tool_blockstatic {
	background: white;
	color: #333;
}

#content { position: relative; }

/* Notices contents */
#notices_slot { text-align: center; margin: auto; padding: 0; z-index: 5000; }
#notices { margin: auto; }
#notices_slot div.container { overflow: hidden; overflow-y: auto; }
#notices_slot ul { list-style-type: none; padding: 0; margin: auto; width: 700px; max-width: 100%; border: solid 1px #555; border-top: solid 1px #aaa; box-shadow: 0 0 5px #222; -moz-box-shadow: 0 0 5px #222; -webkit-box-shadow: 0 0 5px #222; cursor: pointer; }
#notices_slot li { list-style-type: none; padding: 0; margin: 0; text-align: center; background: #ffd4aa; border: 0; border-bottom: solid 1px #aaa; line-height: 30px; min-height: 30px; }
#notices_slot ul.Q_errors * { background-color: #ebb; color: #500; }
#notices_slot ul.Q_errors li { text-align: left; padding: 0 10px 0 10px; }
#notices_slot .Q_field_name { float: right; font-size: 12px; padding-right: 10px; }
#notices_slot button
{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	padding: 2px 10px;
	color: #69552e;
	background: #F1E2C6;
	box-shadow: 1px 1px 1px 0 #CCC;
	border: none;
}
.Q_notTouchscreen #notices_slot button:active
{
	background: #f0d298;
	margin-left: 6px;
	box-shadow: none;
}
#notices_slot ul li .Q_field_name {
	font-size: 12px;
	line-height: 26px;
}

body .Q_tabs_contextual .Q_listing li { text-align: left; }
html .Q_listing img { height: 30px; }

/* inputs */

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input.text,
input.email,
input.tel,
input.password,
input.number,
textarea { border: 1px solid #ccc; border-bottom: 1px solid #aaa; background-color: #fefefe; color: black; cursor: text; font-family: "Trebuchet MS"; }
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input.text:focus,
input.email:focus,
input.tell:focus,
input.password:focus,
input.number:focus,
textarea:focus { background: white; box-shadow: 0 1px 10px rgba(0,0,0,.15); -webkit-box-shadow: 0 1px 4px rgba(0,0,100,.15); -moz-box-shadow: 0 1px 4px rgba(0,0,100,.15); }
input.placeholder,
textarea.placeholder { color: #aaa; font-style: italic; }
select:focus { outline: dotted 1px #779; }
/* select { margin-top: 0.75em; } */
input[type=text],
input[type=password],
input[type=tel],
input[type=password],
input[type=number],
input.text,
input.email,
input.tel,
input.password,
input.number,
textarea { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding: 0 4px 0 4px; }
input[type=checkbox],
input[type=radio] { margin-right: 5px; }
html .Q_inplace_tool_fieldinput { padding: 0; }

.Q_overlay {
	border: none;
	box-shadow: 0 2px 5px rgba(0,0,0,.2), 0 5px 40px -5px rgba(0,0,0,.5);
}

/* The following lines are for cordova on iOS */
.Q_notCordova #status_background { display: none; }
.Q_cordova.Q_ios #status_background {
	background: #f2f2f2;
	height: 20px;
}
.Q_cordova.Q_ios.Q_mobile.Q_notch #status_background {
	background: black;
	height: constant(safe-area-inset-top);
	height: env(safe-area-inset-top);
}
.Q_cordova.Q_ios.Q_mobile.Q_notch #dashboard_slot {
	top: calc(env(safe-area-inset-top));
	height: 50px;
}
.Q_cordova.Q_ios.Q_mobile.Q_notch #page {
	top: calc(env(safe-area-inset-top) + 50px);
}

/* The following lines are for a flatter look */
html .Q_listing li { font-size: 18px; padding: 0 10px; line-height: 40px; text-align: left; border-top: solid 1px white; border-bottom: solid 1px #CCC; background: #f2f2f2; -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; white-space: nowrap; overflow: hidden;
}

html.Miracles_notFound #content,
html.Miracles_errors #content { padding: 30px; text-align: center; overflow: hidden; text-overflow: ellipsis; }
html.Miracles_notFound .url,
html.Miracles_errors .url { font-weight: bold; text-decoration: underline; }

span.c3 { font-weight: bold; }

#Q_columns-Communities_tool .Q_column_event .Q_title_slot,
.Calendars_event_tool .Calendars_event_title,
.Calendars_event_tool .Calendars_event_title *,
.Calendars_event_tool .Calendars_event_description,
.Calendars_event_tool .Calendars_event_description * {
	font-family: inherit;
}

#Q_columns-Communities_tool .Q_column_event .Q_title_slot {
	white-space: nowrap !important;
}

.Calendars_event_preview_background { box-shadow: 0 7px 20px -5px rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.3); }

.Calendars_event_foreground,
.Calendars_event_preview_foreground {
	font-size: 24px;
	text-shadow: 0 0 10px #000, 0 2px 3px #000;
}
.Calendars_event_preview_info {
	opacity: .7;
}

.Streams_participants_tool .Streams_participants_summary {
	width: 46px;
	font-size: 13px;
	background: var(--Q-aspect-people-border-color);
	color: white;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	font-weight: 400;
	text-shadow: none;
}

.Streams_participants_tool .Users_avatar_icon {
	box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 5px 20px -5px rgba(0,0,0,.3);
}

.Q_tab_me img,
.Users_avatar_tool img,
.Streams_participants_invite img {
	border-radius: 2px;
}

.Q_columns_title {
	border: none;
	box-shadow: 0 2px 20px 5px rgba(0,0,0,.05), 0 1px 3px rgba(0,0,0,.1) !important;
	position: relative;
	z-index: 100;
}

.Calendars_event_preview_tool .Calendars_event_title {
	padding: 5px 10px;
}

.Communities_me_column_tabContent {
	border-radius: 5px;
	border: 1px solid #d4d4d4;
}

.Communities_tab.Q_current {
	border-radius: 5px 5px 0 0;
}
.Communities_schedule_column_tabContent {
	border-top: 1px solid #d4d4d4;
}
.Users_list_tool .Users_avatar_icon {
	border-radius: 15px;
}

.Users_list_tool .Users_avatar_name {
	font-size: 15px;
	margin-top: 5px;
}

.Travel_aspect_trips,
.Q_button.Travel_aspect_trips,
.Travel_trips_needoffer .Q_dialog_content {
	background-size: 8px auto;
	padding: 10px 15px;
	color: white;
}

.Q_big_prompt { padding: 20px 10px; }

.Calendars_going {
	display: inline-flex;
	box-shadow: 0 10px 40px -15px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.2);
	border-radius: 5px;
}

.Calendars_going span {
	border-left: solid 1px #e3e3e3 !important;
	color: #8f8f8f;
	background: #fff;
	min-width: 60px;
}

.Calendars_yes.Q_selected {
	color: #fff;
	background: #88C906;
	background-image: linear-gradient(to bottom, #A9BD08, #88C906);
	border: 1px solid #A9BD08;
	box-shadow: 0 2px 25px -2px #A9BD08, 0 0 10px 2px #fff;
	z-index: 1;
	position: relative;
}

.Calendars_yes.Q_selected {
	color: #fff;
	background: #88C906;
	background-image: linear-gradient(to bottom, #A9BD08, #88C906);
	border-color: #A9BD08;
	box-shadow: 0 2px 25px -2px #A9BD08, 0 0 10px 2px #fff;
	z-index: 1;
	position: relative;
}

.Calendars_maybe.Q_selected {
	color: #fff;
	/*background: #88C906;*/
	/*background-image: linear-gradient(to bottom, #A9BD08, #88C906);*/
	border-color: #4953d0;
	box-shadow: 0 2px 25px -2px #4953d0, 0 0 10px 2px #fff;
	z-index: 1;
	position: relative;
}

.Calendars_no.Q_selected {
	color: #fff;
	/*background: #88C906;*/
	/*background-image: linear-gradient(to bottom, #A9BD08, #88C906);*/
	border-color: #777;
	box-shadow: 0 0 10px 2px #fff;
	z-index: 1;
	position: relative;
}

.Q_contextual {
	box-shadow: 0 10px 40px -10px rgba(10,30,130, .7), 0 3px 5px rgba(0,0,0,.2);
}

.Q_contextual .Q_listing li.Q_selected *,
.Q_contextual .Q_listing li,
.Q_contextual .Q_listing li * {
	background: transparent;
	border-color: transparent;
}

.Q_contextual .Q_listing li.Q_selected {
	border-color: transparent;
	/*	background: #0544a0;
        box-shadow: 0 0 20px -5px #0069f9;*/
	position: relative;
	z-index: 5;
}

.Q_contextual .Q_contextual_top_arrow {
	border-style: solid;
	border-width: 0 20px 16px 20px;
	background: none;
}

div#Calendars_event_composer_tool {
	padding: 20px 0;
}

.Communities_conversation_author .Users_avatar_name { margin-left: 10px; }

.Communities_conversation_content {
	border-radius: 10px;
	margin: 10px 0 20px 0;
}

.Streams_chat_bubble { font-size: 14px; }

.Streams_chat_bubble.Streams_chat_overflowed:after {
	content: '';
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 28px;
	left: 0;
	/*background: linear-gradient(to bottom, rgba(219, 219, 220, 0), rgb(219, 220, 221));*/
	background: inherit;
	-webkit-mask-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgba(0,0,0,1)), color-stop(0.4, rgba(0,0,0,1)), color-stop(1.00, rgba(0,0,0,0)));
}

.Streams_chat_overflowed_indicator { display: none; }

/*.Streams_chat_from_me .Streams_chat_bubble.Streams_chat_overflowed:after {
	background: linear-gradient(to bottom, rgba(48, 92, 223, 0), rgb(48, 93, 223));
}
*/

.Streams_chat_tool .Streams_chat_bubble .Users_avatar_name { opacity: .8; }

.Streams_chat_timestamp {
	margin-right: 20px;
	margin-top: 5px;
	color: #777777;
	font-size: 11px;
}

.Streams_chat_vote_container img { filter: hue-rotate(40deg); }

.Q_placeholders_container {
	min-height: 40px;
}
.Q_placeholders_container .Q_placeholder {
	display: flex;
	align-items: center;
	top: 0 !important;
}

.Q_placeholders_container input { min-height: 40px; }

.Streams_chat_more {
	cursor: pointer;
	background-color: #dfdfdf;
	color: #555;
	text-align: center;
	padding: 5px 0;
	font-size: 11pt;
	margin: 20px 0;
	/*background-image: linear-gradient(to bottom, #f3f3f3, #eaeaea);*/
	/*border: 1px solid #d7d7d7;*/
}

.Streams_preview_container.Streams_preview_view {
	display: flex;
	align-items: center;
}

.Streams_participants_invite img,
.Streams_preview_tool .Streams_preview_icon,
.Streams_preview_tool .Streams_preview_add {
	border: 2px solid transparent;
	border-radius: 5px;
}

.Q_columns_title_container .Streams_preview_tool .Streams_preview_icon {
	border: none;
}

.Streams_preview_tool .Streams_preview_icon,
.Streams_preview_tool .Streams_preview_add {
	margin-right: 10px;
}


.Streams_dialog_interests, .Communities_filter_location {
	border: 1px solid var(--button-bg-color);
	box-shadow: 0 7px 10px -5px var(--button-bg-color);
	background: var(--interests-bg-main);
	color: var(--button-text-color);
	border-radius: 12px;
}

.Q_overlay {
	border-radius: 10px;
}

.Q_dialog_title {
	background: var(--dialog-title-bg-color);
	border-bottom: 1px solid var(--dialog-title-bg-color);
	color: var(--dialog-title-text-color);
	border-radius: 10px 10px 0 0;
	font-size: 18px;
}

.Communities_me_column_tabContent[data-val="interests"],
.Communities_me_column_tabContent[data-val="interests"] .Streams_interests_anything
{
	background: var(--button-bg-color);
	background: -webkit-gradient(linear, left top, right top, from(var(--button-bg-color-from)), to(var(--button-bg-color)));
	background: -moz-linear-gradient(left, var(--button-bg-color-from), var(--button-bg-color));
	background-image: linear-gradient(to right, var(--button-bg-color-from), var(--button-bg-color));
	color: var(--button-text-color);
}

.Communities_me_column_tabContent[data-val="credits"] {
	text-align: center;
}

.Communities_me_column_tabContent[data-val="interests"] .Streams_interests_choseAnything .Streams_interests_anything,
.Communities_me_column_tabContent[data-val="interests"] .Q_expandable_count,
.Communities_me_column_tabContent[data-val="interests"] .Q_expandable_tool .Q_selected,
.Communities_me_column_tabContent[data-val="interests"] .Streams_interests_tool .Q_selected {
	background: rgba(255, 180, 180, 0.9);
	color: #220;
	text-shadow: none;
}

#page .Calendars_info .Q_button i {
	color: inherit !important;
}

.Calendars_info .Travel_trips_buttons span { color: #3777ea; }

.Q_selected,
.Places_location_tool .Places_location_preview_tool.Q_selected {
	background: #d6ecff;
	outline: 1px solid #005fff;
	box-shadow: 0 0 6px 1px #4990ff, inset 0 0 3px #1764dd;
}

.Q_expandable_count {
	background-color: rgba(255, 34, 34, 0.9);
	color: #fff;
}

.qp-communities-time,
.qp-communities-interests,
.qp-communities-people,
.qp-communities-locations
i[style*="color: #449944;"],
.Q_controls_trigger *,
.Q_controls_trigger *::before {
	color: #002D72 !important;
}
.Communities_filter_location .Q_dialog_content { padding: 10px; }

.Q_tool.Streams_chat_tool .Streams_chat_composer .Streams_chat_subscription {
	width: 40px;
	height: 40px;
}
.Q_tool.Streams_chat_tool .Streams_chat_composer .Streams_chat_submit,
.Q_tool.Streams_chat_tool .Streams_chat_composer .Streams_chat_call {
	top: 2px;
	right: 3px;
	width: 35px;
	height: 35px;
	filter: contrast(150%) hue-rotate(40deg) brightness(90%);
}

.Q_tool.Streams_chat_tool .Streams_chat_composer input { padding-right: 40px; margin-left: 45px; width: calc(100% - 45px); height: 40px; }
.Q_tool.Streams_chat_tool .Streams_chat_composer ~ hr { display: none; }

.Calendars_event_composer_tool .Calendars_event_composer > div:before { color: #9e9e9e !important; }

.Communities_filter_location .Places_location_tool div[data-location=current],
.Communities_filter_location .Places_location_preview_tool,
.Communities_filter_location .Communities_filter_location_all,
.Communities_filter_location .Places_location_tool .Places_location_preview_tool,
.Communities_filter_location .Places_location_tool div[data-location=address],
.Communities_filter_location .Places_location_tool div[data-location=current],
.Communities_filter_location .Places_location_tool .Places_areas_tool {
	background-color: rgba(255, 255, 255, 0.2);
}

.Miracles_counts {
	padding: 10px;
	text-align: center;
}

.Miracles_getStarted {
	font-size: 30px;
	font-weight: bold;
}

.Miracles_answer .Q_dialog_content {
	padding: 10px;
}
.Miracles_answer .Q_dialog_content h2 {
	margin-bottom: 20px;
}
.Miracles_answer .Q_dialog_content tr {
	display: block;
}
.Miracles_answer .Q_dialog_content tr:not(:last-child) {
	margin-bottom: 10px;
}
.Miracles_answer .Q_dialog_content input[type=checkbox] {
	width: 30px;
	height: 30px;
}

#dashboard .Q_tab_watch::before,
.Q_listing_wrapper .Communities_aspect_watch::before {
	content: "\e915";
}

/* .Miracles_welcome #content_slot {
	overflow: auto !important;
}
.Miracles_welcome #content {
	height: auto !important;
} */

.Streams_chat_from_me .Streams_chat_message *,
.Streams_chat_from_me .Streams_chat_message a,
.Streams_chat_from_me .Streams_chat_message a:visited {
	color: #fff;
}
.Streams_chat_from_me .Streams_chat_message input,
.Streams_chat_from_me .Streams_chat_message textarea {
	background: white;
	color: black;
}
#dashboard .Q_tab_login::before, .Q_mobile #dashboard[data-style=icons] .Q_tab_login::before, .Q_listing_wrapper .Q_tab_login::before {
	content: "";
	background-image: url(../img/key.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	width: 45px;
}

body .Streams_chat_tool .Streams_chat_addons {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.Q_tabs_tab a,
.Q_tabs_tab a * {
	display: inline-block;
}
#dashboard[data-style="contextual"] .Users_status_login_title, #dashboard[data-style="hamburger"] .Users_status_login_title {
	display: block;
}

#dashboard .Q_tab_intercoin::before,
.Q_listing_wrapper .Q_tab_intercoin::before {
	font-family: Miracles-icon;
	content: "\e90c";
}
#dashboard .Q_tab_discuss::before,
.Q_listing_wrapper .Q_tab_discuss::before {
	font-family: Miracles-icon;
	content: "\e90b";
}
#dashboard .Q_tab_media::before,
.Q_listing_wrapper .Q_tab_media::before {
	font-family: Miracles-icon;
	content: "\e90e";
}
#dashboard .Q_tab_shows::before,
.Q_listing_wrapper .Q_tab_shows::before {
	content: "\e908";
}
.Q_mobile #dashboard[data-style="icons"] .Q_tab_me::before {
	display: none;
}
.Q_mobile #dashboard[data-style="icons"] .Q_tab_me .Users_status_tool {
	margin-top: -1px;
}

#discourse-iframe {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	position: relative;
}
.intercoin_community_con {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.intercoin_community_loader_con {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.intercoin_community_loader,
.intercoin_community_loader:before,
.intercoin_community_loader:after {
	border-radius: 50%;
}
.intercoin_community_loader {
	color: #2f6fe9;
	font-size: 11px;
	text-indent: -99999em;
	margin: 55px auto;
	position: relative;
	width: 10em;
	height: 10em;
	box-shadow: inset 0 0 0 1em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.intercoin_community_loader:before,
.intercoin_community_loader:after {
	position: absolute;
	content: '';
}
.intercoin_community_loader:before {
	width: 5.2em;
	height: 10.2em;
	background: #ffffff;
	border-radius: 10.2em 0 0 10.2em;
	top: -0.1em;
	left: -0.1em;
	-webkit-transform-origin: 5.1em 5.1em;
	transform-origin: 5.1em 5.1em;
	-webkit-animation: intercoin_community_loader_animation 2s infinite ease 1.5s;
	animation: intercoin_community_loader_animation 2s infinite ease 1.5s;
}
.intercoin_community_loader:after {
	width: 5.2em;
	height: 10.2em;
	background: #ffffff;
	border-radius: 0 10.2em 10.2em 0;
	top: -0.1em;
	left: 4.9em;
	-webkit-transform-origin: 0.1em 5.1em;
	transform-origin: 0.1em 5.1em;
	-webkit-animation: intercoin_community_loader_animation 2s infinite ease;
	animation: intercoin_community_loader_animation 2s infinite ease;
}
.Miracles .Media_episode_preview_tool {
	color: white;
}
.Media_episode_preview_tool .Users_avatar_tool .Users_avatar_name > *,
.Media_episode_preview_tool .Streams_inviteTrigger > * {
	color: black;
}
html.Q_layout_sidebar #dashboard_slot #dashboard #Users_avatar-main_logo_tool img {
	background: #fff;
}

.Q_mobile #dashboard[data-style=icons] .Q_tabs_tab, .Q_mobile #dashboard[data-style=icons] #Users_status_tool {
	min-width: 14%;
	width: 14% !important;
	flex-grow: 1;
}

.Q_mobile.Communities_dashboard_withTitles #dashboard[data-style=icons] .Q_tabs_title, .Q_mobile.Communities_dashboard_withTitles #dashboard[data-style=icons] .Q_tabs_title *, .Q_mobile.Communities_dashboard_withTitles #dashboard .Users_status_login_title {
	font-size: 12px;
	line-height: 12px;
}

.Q_notMobile #page .Q_columns_column {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}

#dashboard > .Miracles_coin_container {
	width: 200px;
	height: 200px;
	margin: 50px auto;
    left: 50%;
}

.Miracles_coin {
	position: relative;
	width: 200px;
	height: 200px;
	transform-style: preserve-3d;
	animation: rotate3d 1.5s ease-in;
	transition: all .3s;
}

.coin__front,
.coin__back {
	transform: scale(0.9);
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(232, 208, 187, 0.01);
}

.coin__front:after,
  .coin__back:after {
	content: "";
	position: absolute;
	left: -150px;
	bottom: 100%;
	display: block;
	background: #fff;
	opacity: 0.3;
	animation: shine ease-in 0.75s;
}

.coin__front {
	background-size: cover;
	transform: translateZ(10px);
}

.coin__back {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/d/da/US_One_Cent_Rev.png/440px-US_One_Cent_Rev.png);
	background-size: cover;
	transform: translateZ(-10px) rotateY(180deg);
}

.coin__edge div:nth-child(1) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #3c2714;
	transform: translateY(144.1125px) translateX(140px) rotateZ(94.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(2) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #482f18;
	transform: translateY(144.1125px) translateX(140px) rotateZ(99deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(3) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #55371d;
	transform: translateY(144.1125px) translateX(140px) rotateZ(103.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(4) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #613f21;
	transform: translateY(144.1125px) translateX(140px) rotateZ(108deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(5) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #6d4625;
	transform: translateY(144.1125px) translateX(140px) rotateZ(112.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(6) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #784e29;
	transform: translateY(144.1125px) translateX(140px) rotateZ(117deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(7) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #84552c;
	transform: translateY(144.1125px) translateX(140px) rotateZ(121.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(8) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #8e5c30;
	transform: translateY(144.1125px) translateX(140px) rotateZ(126deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(9) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #996334;
	transform: translateY(144.1125px) translateX(140px) rotateZ(130.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(10) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #a36937;
	transform: translateY(144.1125px) translateX(140px) rotateZ(135deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(11) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #ad703a;
	transform: translateY(144.1125px) translateX(140px) rotateZ(139.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(12) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #b6763e;
	transform: translateY(144.1125px) translateX(140px) rotateZ(144deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(13) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #bf7c41;
	transform: translateY(144.1125px) translateX(140px) rotateZ(148.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(14) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #c2824a;
	transform: translateY(144.1125px) translateX(140px) rotateZ(153deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(15) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #c58853;
	transform: translateY(144.1125px) translateX(140px) rotateZ(157.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(16) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #c88e5b;
	transform: translateY(144.1125px) translateX(140px) rotateZ(162deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(17) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #ca9363;
	transform: translateY(144.1125px) translateX(140px) rotateZ(166.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(18) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #cd986a;
	transform: translateY(144.1125px) translateX(140px) rotateZ(171deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(19) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #cf9d71;
	transform: translateY(144.1125px) translateX(140px) rotateZ(175.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(20) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #d1a278;
	transform: translateY(144.1125px) translateX(140px) rotateZ(180deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(21) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #d4a67f;
	transform: translateY(144.1125px) translateX(140px) rotateZ(184.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(22) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #d6ab85;
	transform: translateY(144.1125px) translateX(140px) rotateZ(189deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(23) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #d8af8b;
	transform: translateY(144.1125px) translateX(140px) rotateZ(193.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(24) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #dab290;
	transform: translateY(144.1125px) translateX(140px) rotateZ(198deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(25) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #dbb695;
	transform: translateY(144.1125px) translateX(140px) rotateZ(202.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(26) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #ddb99a;
	transform: translateY(144.1125px) translateX(140px) rotateZ(207deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(27) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #debd9f;
	transform: translateY(144.1125px) translateX(140px) rotateZ(211.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(28) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e0bfa3;
	transform: translateY(144.1125px) translateX(140px) rotateZ(216deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(29) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e1c2a7;
	transform: translateY(144.1125px) translateX(140px) rotateZ(220.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(30) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e2c4aa;
	transform: translateY(144.1125px) translateX(140px) rotateZ(225deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(31) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e3c7ad;
	transform: translateY(144.1125px) translateX(140px) rotateZ(229.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(32) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e4c9b0;
	transform: translateY(144.1125px) translateX(140px) rotateZ(234deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(33) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e5cab3;
	transform: translateY(144.1125px) translateX(140px) rotateZ(238.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(34) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e6ccb5;
	transform: translateY(144.1125px) translateX(140px) rotateZ(243deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(35) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e7cdb7;
	transform: translateY(144.1125px) translateX(140px) rotateZ(247.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(36) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e7ceb8;
	transform: translateY(144.1125px) translateX(140px) rotateZ(252deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(37) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e7cfb9;
	transform: translateY(144.1125px) translateX(140px) rotateZ(256.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(38) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e8d0ba;
	transform: translateY(144.1125px) translateX(140px) rotateZ(261deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(39) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e8d0bb;
	transform: translateY(144.1125px) translateX(140px) rotateZ(265.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(40) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e8d0bb;
	transform: translateY(144.1125px) translateX(140px) rotateZ(270deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(41) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e8d0bb;
	transform: translateY(144.1125px) translateX(140px) rotateZ(274.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(42) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e8d0ba;
	transform: translateY(144.1125px) translateX(140px) rotateZ(279deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(43) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e7cfb9;
	transform: translateY(144.1125px) translateX(140px) rotateZ(283.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(44) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e7ceb8;
	transform: translateY(144.1125px) translateX(140px) rotateZ(288deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(45) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e7cdb7;
	transform: translateY(144.1125px) translateX(140px) rotateZ(292.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(46) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e6ccb5;
	transform: translateY(144.1125px) translateX(140px) rotateZ(297deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(47) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e5cab3;
	transform: translateY(144.1125px) translateX(140px) rotateZ(301.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(48) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e4c9b0;
	transform: translateY(144.1125px) translateX(140px) rotateZ(306deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(49) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e3c7ad;
	transform: translateY(144.1125px) translateX(140px) rotateZ(310.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(50) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e2c4aa;
	transform: translateY(144.1125px) translateX(140px) rotateZ(315deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(51) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e1c2a7;
	transform: translateY(144.1125px) translateX(140px) rotateZ(319.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(52) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #e0bfa3;
	transform: translateY(144.1125px) translateX(140px) rotateZ(324deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(53) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #debd9f;
	transform: translateY(144.1125px) translateX(140px) rotateZ(328.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(54) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #ddb99a;
	transform: translateY(144.1125px) translateX(140px) rotateZ(333deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(55) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #dbb695;
	transform: translateY(144.1125px) translateX(140px) rotateZ(337.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(56) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #dab290;
	transform: translateY(144.1125px) translateX(140px) rotateZ(342deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(57) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #d8af8b;
	transform: translateY(144.1125px) translateX(140px) rotateZ(346.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(58) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #d6ab85;
	transform: translateY(144.1125px) translateX(140px) rotateZ(351deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(59) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #d4a67f;
	transform: translateY(144.1125px) translateX(140px) rotateZ(355.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(60) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #d1a278;
	transform: translateY(144.1125px) translateX(140px) rotateZ(360deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(61) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #cf9d71;
	transform: translateY(144.1125px) translateX(140px) rotateZ(364.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(62) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #cd986a;
	transform: translateY(144.1125px) translateX(140px) rotateZ(369deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(63) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #ca9363;
	transform: translateY(144.1125px) translateX(140px) rotateZ(373.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(64) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #c88e5b;
	transform: translateY(144.1125px) translateX(140px) rotateZ(378deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(65) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #c58853;
	transform: translateY(144.1125px) translateX(140px) rotateZ(382.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(66) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #c2824a;
	transform: translateY(144.1125px) translateX(140px) rotateZ(387deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(67) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #bf7c41;
	transform: translateY(144.1125px) translateX(140px) rotateZ(391.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(68) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #b6763e;
	transform: translateY(144.1125px) translateX(140px) rotateZ(396deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(69) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #ad703a;
	transform: translateY(144.1125px) translateX(140px) rotateZ(400.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(70) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #a36937;
	transform: translateY(144.1125px) translateX(140px) rotateZ(405deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(71) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #996334;
	transform: translateY(144.1125px) translateX(140px) rotateZ(409.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(72) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #8e5c30;
	transform: translateY(144.1125px) translateX(140px) rotateZ(414deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(73) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #84552c;
	transform: translateY(144.1125px) translateX(140px) rotateZ(418.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(74) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #784e29;
	transform: translateY(144.1125px) translateX(140px) rotateZ(423deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(75) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #6d4625;
	transform: translateY(144.1125px) translateX(140px) rotateZ(427.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(76) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #613f21;
	transform: translateY(144.1125px) translateX(140px) rotateZ(432deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(77) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #55371d;
	transform: translateY(144.1125px) translateX(140px) rotateZ(436.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(78) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #482f18;
	transform: translateY(144.1125px) translateX(140px) rotateZ(441deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(79) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #3c2714;
	transform: translateY(144.1125px) translateX(140px) rotateZ(445.5deg) translateX(150px) rotateY(90deg);
}

.coin__edge div:nth-child(80) {
	position: absolute;
	height: 11.775px;
	width: 20px;
	background: #2e1e10;
	transform: translateY(144.1125px) translateX(140px) rotateZ(450deg) translateX(150px) rotateY(90deg);
}

.coin__shadow {
	width: 100px;
	height: 20px;
	border-radius: 50%;
	background: #000;
	box-shadow: 0 0 50px 50px #000;
	opacity: 0.125;
	transform: rotateX(90deg);
	margin: 0 auto;
}

.Q_mobile #dashboard_slot .Communities_dashboard_logo {
	background-image: url(../img/icon/40.png);
}

.Streams_interests_tool .Streams_interests_icon {
	display: none;
}
.Streams_interests_tool .Q_expandable_tool h2 {
	padding-left: 10px;
}
.Users_avatar_credits:empty {
	display: none;
}
.Miracles .Media_episode_preview_tool.Media_episode_preview_template_square .Streams_preview_episode_card_fg,
.Miracles .Media_episode_preview_tool.Media_episode_preview_template_tall .Streams_preview_episode_card_fg {
	background-color: rgba(0, 0, 0, 0.8);
}
.Miracles .Media_episode_preview_tool.Media_episode_preview_template_square .Streams_preview_episode_card_info,
.Miracles .Media_episode_preview_tool.Media_episode_preview_template_tall .Streams_preview_episode_card_info {
	color: silver;
}

.Q_hideUntilLoaded { opacity: 1; }

@keyframes rotate3d {
	0% {
		transform: perspective(1000px) rotateY(0deg);
	}

	100% {
		transform: perspective(1000px) rotateY(360deg);
	}
}

@keyframes shine {
	0%, 15% {
		transform: translateY(600px) rotate(-40deg);
	}

	50% {
		transform: translateY(-300px) rotate(-40deg);
	}
}

@-webkit-keyframes intercoin_community_loader_animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes intercoin_community_loader_animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


