/* MOBILE STUFF */
.mobile_only {
	display: none;
}

@media only screen and (max-device-width: 480px) {
	.mobile_only {
		display: block;
	}

	.desktop_only {
		display: none;
	}
}
/* END MOBILE STUFF */

body {
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	font-weight: 300;
	font: 15px/24px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	background: #303030;
	margin: 0 auto;
	color: #606060;
}

.wrapper {
	margin: 0 auto;
	width: 90%;
	min-width: 970px;
	max-width: 1160px;
}

table {
	empty-cells: show;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #474747;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'Oxygen', sans-serif;
	line-height: 1.2em;
	color: #474747;
	font-size: 2.5em;
	font-weight: 300;
	text-align: left;
	padding-top: 0.5em;
}

h2 {
	font-family: "Oxygen", sans-serif;
	text-align: left;
	font-size: 2.1em;
	line-height: 1.3em;
	font-weight: 300;
	color: #474747;
}

h3 {
	font-size: 1.6em;
	font-weight: 300;
	font-family: 'Oxygen', sans-serif;
	text-align: left;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.5em;
	text-align: left;
}

h5 {
	font-size: 1.1em;
	font-weight: 800;
	line-height: 1.4em;
	padding: 0px;
	margin: 0 0 0.4em 0;
	text-align: left;
}

h5>a {
	color: #54b009;
}

h5>a:hover {
	text-decoration: underline;
}

p,
li {
	font-size: 1.05em;
	line-height: 1.6em;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
}

p+p {
	margin-top: 1.2em;
}

.small {
	font-size: 1em;
}

.xsmall {
	font-size: 0.93em;
}

.xxsmall {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #7d7d7d;
}

a,
.link {
	color: blue;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	transition: all 0.2s ease-out 0s;
}

a:hover,
.link:hover {
	text-decoration: none;
	/* color: #347400; */
}

ul {
	list-style: none;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	color: #444;
	background: #fff;
	border: 1px solid #6A6A6A;
	padding: 4px;
	font-size: 12px;
}

input {
	border: none;
}

input[type="radio"] {
	background-color: transparent;
}

label {
	margin: 0;
	padding: 0;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: 400;
}

form {
	padding: 0px;
	margin: 0px;
}

sup {
	line-height: 1em;
}

.spacing {
	margin: 0 2px 0 2px;
}

.spaced_heading {
	margin-bottom: 10px;
}

.red {
	color: red !important;
}

.yellow {
	color: #d1b800 !important;
}

.blue,
a.blue {
	color: #2016f2;
}

a.blue:hover {
	color: #06008e;
}

select {
	padding: 3px;
}

a img {
	border: 0;
}

#header-container {
	background: url('../img/header-bg.webp') 50% 0;
}

#header {
	background: #303030;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	height: 100px;
}

#logo {
	display: block;
	margin-left: 12px;
	float: left;
	background-repeat: no-repeat;
	background-image: url('../img/logos/logo2.png');
	margin-top: 27px;
	width: 278px;
	height: 38px;
	background-size: 278px 38px;
}

#banner_container {
	width: 300px;
	overflow: visible;
	position: relative;
	top: 13px;
	white-space: nowrap;
}

#banner {
	padding: 11px 3%;
	position: relative;
	z-index: 8010;
	right: 0px;
}

#banner div {
	display: inline-block;
}

#banner .logo_h1 {
	display: inline;
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	position: relative;
	left: 4px;
	font-size: 22px;
	line-height: 1.2em;
	top: 1px;
}

#banner .logo_h1 span {
	font-size: 13px;
	font-weight: 200;
	margin-left: 2px;
}

#logo_img {
	height: 36px;
}

#banner #tagline {
	display: block;
	color: rgb(148, 148, 148);
	font-size: 12px;
	line-height: 1em;
	position: relative;
	left: 4px;
	bottom: 1px;
}


h2.skinny_heading {
	font-size: 5.5em;
	font-weight: 300;
	color: #CCC;
	text-align: left;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 1em;
	margin-top: 20px;
}

h2.skinny_heading span {
	color: #CCC;
	font-size: 0.3em;
	margin-left: 0.5em;
}

#main {
	min-height: 900px;
	background: #BAE598;
	padding: 30px 0 20px;
	-webkit-box-shadow: 0px 10px 12px -12px rgba(0, 0, 0, 0.4) inset, 0px -6px 12px -12px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0px 10px 12px -12px rgba(0, 0, 0, 0.4) inset, 0px -6px 12px -12px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0px 10px 12px -12px rgba(0, 0, 0, 0.4) inset, 0px -6px 12px -12px rgba(0, 0, 0, 0.4) inset;
}

.main_table {
	border-spacing: 15px;
	border-collapse: separate;
	margin: -15px;
	width: 103%;
}

.full_width {
	width: 100%;
}

#home_upper_table {
	height: 280px;
	margin: 10px 0 32px 0;
}

#home_upper_table p {
	line-height: 26px;
}

#home_lower_table>tbody>tr>td,
#home_lower_table>tbody>tr>td~td {
	width: 33.33%;
}

.home_lower_column {
	width: 97%;
}

.shadowed {
	-webkit-box-shadow: 1px 1px 4px 0px rgba(61, 61, 61, 0.4);
	-moz-box-shadow: 1px 1px 4px 0px rgba(61, 61, 61, 0.4);
	box-shadow: 1px 1px 4px 0px rgba(61, 61, 61, 0.4);
}

.no_shadow {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#peeking-dog {
	background-image: url(../img/peeking-ned_5.webp);
	background-size: 300px;
	background-repeat: no-repeat;
	display: block;
	width: 300px;
	height: 156px;
	position: absolute;
	top: -79px;
	right: -2px;
	z-index: 1011;
}

/* ARTICLE PAGES */
/* .article .wrapper {
	max-width: 1000px;
} */

.article .whitebox.articlebox>tbody>tr>td {
	padding: 40px 60px;
}

.article h1 {
	padding-top: 0;
	margin-bottom: 20px;
}

.article h2 {
	margin-bottom: 0.8em;
}

.article p+h2,
p+h3 {
	margin: 1.5em 0em 0.8em;
}

.article h4 {
	line-height: 2.1em;
	margin-top: 1em;
}

.article h4.link {
	line-height: 2em;
	font-weight: 300;
	font-size: 1.3em;
	margin-top: 0;
}

.article .lightbox h4 {
	line-height: 35px;
	margin: 16px auto 14px;
}

.article h5 {
	font-weight: 400;
	font-size: 19px;
	line-height: 1.4em;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
}

.article li {
	font-size: 1.05em;
}

.article .details {
	font-size: 1em;
	margin-top: 0.4em;
	margin-bottom: 2em;
}

.article .article_example h4,
.article_example p {
	color: grey;
}

/* end article pages */

.dynamic_pic {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 26%;
	min-width: 88px;
	border-bottom: 10px solid #fff;
}

.dynamic_pic_caption {
	border-bottom: 10px solid #fff;
	padding-left: 20px;
}

.button {
	height: 30px;
	width: 100px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 31px;
	background-color: #63C810;
	border: 0;
	border-bottom: 4px solid #459504;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(61, 61, 61, 0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(61, 61, 61, 0.2);
	box-shadow: 1px 1px 3px 0px rgba(61, 61, 61, 0.2);
}

.button_wrapper {
	text-align: center;
}

.button.button_large {
	margin: 10px auto 0px;
	display: inline-block;
	font-size: 1.3em;
	line-height: 2.6em;
	height: 2.5em;
	padding: 0px 20px;
}

.table_button {
	font-weight: 600;
	font-size: 0.8em;
	display: inline-block;
	color: #fff;
	padding: 0px 10px;
	border-radius: 22px;
	height: 27px;
	line-height: 27px;
	cursor: pointer;
	text-align: center;
	background-color: rgb(170, 170, 170);
}

.lightbox .table_button {
	font-size: 1em;
	padding: 0px;
	height: 40px;
	line-height: 40px;
	margin: 0px auto 15px;
	display: block;
	width: 100%;
	max-width: 280px;
}

.fa {
	font-size: 0.9em;
}

#cog {
	background-image: url('../img/cog.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 17px 34px;
	width: 17px;
	height: 17px;
	margin: 3px 0px 0px;
	cursor: pointer;
}

#cog:hover {
	background-position: center bottom;
}

.whitebox,
.whitebox_ad {
	background-color: #fff;
	margin-bottom: 15px;
	width: 100%;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(61, 61, 61, 0.4);
	-moz-box-shadow: 1px 1px 4px 0px rgba(61, 61, 61, 0.4);
	box-shadow: 1px 1px 4px 0px rgba(61, 61, 61, 0.4);
}

.whitebox>tbody>tr>td {
	padding: 25px;
}

.whitebox.articlebox>tbody>tr>td {
	padding: 42px;
}

.whitebox_inner_table>tbody>tr>td,
.whitebox_inner_table>tbody>tr>td~td {
	padding: 0 0 6px 0;
}

.articlebox li+li {
	margin-top: 1em;
}

.tight_list li+li {
	margin-top: 0.2em;
}

#footer1 {
	padding: 90px 0 40px;
	border-top: 4px solid #54b009;
	color: #727272;
	text-align: center;
	z-index: 0;
	position: relative;
}

#footer1 .wrapper {
	position: relative;
}

#footer1,
#footer1 a,
#footer1 p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
}

#footer1 a {
	color: #C0C0C0;
}

#footer1 .backtop {
	position: absolute;
	left: 50%;
	bottom: 73px;
	background: url("../img/backtop.png") no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	transition: none;
}

#footer1 .backtop:hover {
	background-position: 0 -35px;
}

.image_holder {
	width: 100px;
}

.img_border {
	border: 1px #bcbcbc solid;
	margin-top: 3px;
}

.img_left {
	float: left;
	margin: 4px 20px 10px 0;
}

.img_right {
	float: right;
	margin: 4px 0 10px 20px;
}

.img_center {
	margin: 3em auto;
	display: block;
}


.article_image {
	width: 150px;
	height: 120px;
	margin-top: 7px;
}

.article_table {
	border-collapse: collapse;
}

.article_table td {
	padding: 4px 7px;
	border: 1px solid #E0E0E0;
}

.article_example {
	background-color: #FBFBFB;
}

.social_buttons {
	float: right;
	margin-top: -4px;
	width: 220px;
}

.social_panel_spaced {
	margin: 34px 0px;
}

.dotted-line {
	width: 100%;
	border-bottom: dotted 1px gray;
	margin-bottom: 15px;
	margin-top: 8px;
}

.articlebox .dotted-line {
	width: 70%;
	margin: 2em auto;
}

.dotted-line_spaced {
	width: 100%;
	border-bottom: dotted 1px gray;
	margin-bottom: 15px;
	margin-top: 15px;
}

.dotted_border_right {
	border-right: 1px dotted #808080;
}

.dotted_border_bottom {
	border-bottom: 1px dotted #808080;
}

.link_special {
	color: #0083ff;
	font-weight: 400;
	line-height: 15px;
	cursor: pointer;
	transition: all 0.2s ease-out 0s;
}

.link_special:hover {
	color: #0065c5;
}

.small_link {
	text-align: center !important;
	font-size: 0.85em !important;
	margin-top: 5px;
	line-height: 1.2em;
}

#home_lower_table .button {
	float: right;
}

.mini_logo {
	float: right;
	display: block;
	background-image: url('../img/logo_outline_blue_xs.png');
	width: 20px;
	height: 18px;
	background-size: 17px 16px;
	background-repeat: no-repeat;
	margin: 3px 0 0 4px;
}

.hidden {
	display: none;
	transition: all 0.2s ease-out 0s;
}

a.no_transition {
	transition: none;
}

#social .p_xsmall {
	margin: 8px 0;
}

.back-to-top {
	font-weight: 300;
	font-size: 1.1em;
	text-align: right;
	white-space: nowrap;
}

.legend_key {
	height: 14px;
	width: 14px;
	padding: 0;
	margin: 0 2px;
}

.legend_label {
	padding: 0px 4px;
	font-weight: 300;
	height: 24px;
}

.legend_label label {
	line-height: 16px;
}

.legend_count {
	font-size: 0.95em;
	text-align: right;
	padding-left: 1em;
}

#poll_options input {
	margin: 0px 3px 0px 2px;
}

#scrollbox {
	max-height: 600px;
	overflow-y: scroll;
}

#recentcomments {
	max-height: 1000px;
	overflow-y: scroll;
	margin: 0;
	padding: 0 0 0 65px;
	/* 75px being the width of the thumbnail + how much space you want to put between it and your text */
	position: relative;
	/* So the thumbnail is relative to this */
	margin: 0 -10px 0 -5px;
}

#recentcomments p {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #5e5e5e;
}

#recentcomments img {
	left: 0;
	position: absolute;
	height: 52px;
	width: 52px;
	margin: 4px 6px 40px 0;
}

.details {
	color: #7d7d7d;
	margin-top: -0.2em;
	font-size: 0.85em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}

.results_table {
	position: relative;
	margin-bottom: 11px;
}

.results_table p {
	font-size: 0.93em;
	line-height: 1.75em;
}

.results_table h3 {
	font-size: 1.3em;
	font-weight: 400;
}

.results_table>tbody>tr>td {
	padding: 20px 2%;
}

.rating_tab {
	width: 55px;
	height: 55px;
	background-image: url('../img/rating_tab.png');
	background-size: 56px 55px;
	background-repeat: no-repeat;
	position: absolute;
	top: -7px;
	right: 22px;
	color: #FFF;
	text-align: center;
	font-size: 21px;
	font-weight: 800;
	padding-top: 7px;
}

.rating_tab p {
	font-size: 11px;
	line-height: 12px;
}

.rating_number_xl {
	font-size: 30px;
}

.directory_cost_container {
	position: relative;
}

.directory_cost {
	z-index: 100;
	position: relative;
	font-size: 1.6em;
	font-weight: 800;
	top: -13px;
	margin-bottom: 7px;
}

.directory_cost p {
	font-size: 0.6em;
	line-height: 1.2em;
}

.clear_float {
	clear: both;
}

.heading_footnote {
	font-size: 0.8em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	color: #606060;
}

.view_count {
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	line-height: 17px;
}

.view_count_note {
	text-align: center;
	line-height: 10px;
	font-size: 10px;
	font-weight: 300;
}

.twitter-share-button {
	width: 92px !important;
}

.notes_box {
	text-align: left;
	margin: 2em 2em 1.5em;
	font-size: 0.93em;
}


.error_msg {
	font-weight: 300;
	padding: 2em;
}

.two_col {
	width: 50%;
}

.two_col_l {
	padding-right: 15px;
}

.two_col_r {
	padding-left: 15px;
}

.heading_cell {
	font-size: 1.5em;
	padding: 0.5em;
	background-color: #F5F5F5;
	color: #898989;
	font-weight: 400;
}

.xl {
	font-size: 2.5em;
	font-weight: 800;
}

.comments_count {
	height: 1em;
	min-width: 1em;
	border-radius: 100px;
	background-color: #5E9BFF;
	text-align: center;
	line-height: 1em;
	margin-left: 5px;
	font-size: 0.8em;
	padding: 3px 6px;
	color: #FFF !important;
	font-weight: 800;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#button_overlay {
	position: relative;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #808080;
	opacity: 0;
}

#button_overlay:hover {
	opacity: 0.3;
}

[id^="cell_overlay"] {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	z-index: 100;
}

[id^="cell_overlay"]:hover {
	opacity: 0.4;
}

.info {
	background-image: url('../img/info.png');
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 101;
	background-size: 20px 40px;
	width: 20px;
	height: 20px;
}

.info:hover {
	background-position: center bottom;
}

.profile_tick_cross {
	width: 36px;
	height: 36px;
}

.hover_grey {
	cursor: pointer;
	transition: all 0.2s ease-out 0s;
}

.hover_grey:hover {
	background-color: #F6F6F6;
}

.search_results {
	width: 104%;
	margin: -2%;
}

.big_input input[type="text"],
.big_input input[type="password"],
.big_input textarea {
	font: 13px/22px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	transition: all 0.2s ease-in 0.2s;
	outline: medium none;
	color: #6c6c6c;
	border: 2px solid #e1e1e1;
	font-size: 1.2em;
	height: 1.7em;
	font-weight: 300;
	padding: 5px 35px 5px 15px;
	width: 230px;
}

.big_input input[type="text"]:focus,
.big_input input[type="password"]:focus,
.big_input textarea:focus {
	border-color: #bebebe;
	color: #474747;
}

.big_input input[type="submit"] {
	position: absolute;
	top: 1px;
	right: 3px;
	background: url('../img/loupe_grey.png') no-repeat scroll 50% 50% transparent;
	width: 38px;
	height: 46px;
	cursor: pointer;
	background-size: 38px 46px;
}

.input_description {
	font-size: 1.05em;
	margin-bottom: 7px;
	color: #6F6F6F;
}

.remove,
.edit {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../img/edit_delete_sprite_40x40.png);
	background-repeat: no-repeat;
	z-index: 10111;
	background-size: 80px 80px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 50px;
}

.remove {
	background-position: right top;
}

.remove:hover {
	background-position: right bottom;
}

.edit {
	background-position: left top;
}

.edit:hover {
	background-position: left bottom;
}


/* rating box */
.rating_box {
	color: #FFF;
	text-align: center;
	font-weight: 800;
	background-color: #474747;
	width: 2.2em;
	height: 2.2em;
	font-size: 40px;
	padding: 0.1em 0;
}

.rating_box .rating_number_xl {
	line-height: 1em;
	font-size: 1.5em;
}

.rating_box p {
	font-size: 0.5em;
	line-height: 1em;
}

.rating_box_small {
	font-size: 1.8em;
}

.show-hide-arrow {
	background-image: url('../img/show-hide.png');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 101;
	background-size: 11px 11px;
	width: 11px;
	height: 2.5em;
	float: left;
	margin-right: 0.7em;
	transition: all 0.2s ease-out 0s;
}

.show-hide-div>div {
	cursor: pointer;
}

.show-hide-div ul {
	list-style: none outside none;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 2em;
	margin-top: 0px;
}

.rotated {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rotated180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dotted-arrow {
	background-image: url('../img/dotted-arrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 101;
	background-size: 10px 10px;
	width: 10px;
	height: 1.7em;
	float: left;
	margin-right: 0.5em;
	transition: all 0.2s ease-out 0s;
}

.dotted-arrow-div:hover .dotted-arrow {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.new_tab {
	height: 18px;
	margin-bottom: -3px;
	margin-left: 4px;
}

/* traffic lights */
.traffic_light {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 36px 36px;
	width: 36px;
	height: 36px;
}

.traffic_light_green {
	background-image: url('../img/traffic-lights/green.png');
}

.traffic_light_grey {
	background-image: url('../img/traffic-lights/grey.png');
}

.traffic_light_yellow {
	background-image: url('../img/traffic-lights/yellow.png');
}

.traffic_light_red {
	background-image: url('../img/traffic-lights/red.png');
}

.traffic_light_large .traffic_light {
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
}

.article_img {
	width: 90px;
	height: 90px;
	background-size: auto 90px;
	border: 1px #bcbcbc solid;
	margin-top: 3px;
}

.rating_box_container {
	position: relative;
}

.traffic_light {
	height: 36px;
}

.about_author,
.about_author h4,
.references,
.references p,
.references h4,
.references h5 {
	color: #929292;
}

.references {
	margin-bottom: 4em;
	word-wrap: break-word;
}

.references p+p,
.about_author p+p {
	margin-top: 0.5em;
}

.caption div {
	border: 1px solid #D7D7D7;
	padding: 4px 10px;
	color: grey;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #F9F9F9;
	border-top: none;
}

/* AD BANNER */
#commentWrapper {
	position: absolute;
}

#comment {
	position: absolute;
	top: 0;
}

#comment.fixed {
	position: fixed;
	top: 2px;
}

#commentWrapper.halt {
	bottom: 715px;
}

.skyscraper img,
.skyscraper video {
	width: 140px;
	height: 700px;
}

.ad_title {
	text-align: left;
	margin-left: 3px;
	margin-bottom: 5px;
	font-size: 16px;
}

/* sign in lightbox */
.compensate-for-scrollbar {
	margin-right: 0 !important;
}

#lightbox_login {
	padding: 17px 15px 5px;
}

.big_fine {
	text-align: center;
	font-weight: 100;
	font-size: 31px;
	width: 80%;
	margin: 16px auto 33px;
	line-height: 35px;
	color: gray;
}

.mdl-shadow--2dp {
	box-shadow: none;
}

/* exclude mobile devices */
@media only screen and (max-device-width: 480px) {
	#commentWrapper {
		position: inherit;
	}

	#comment {
		position: inherit;
	}

	#comment.fixed {
		position: inherit;
	}

	#comment.halt {
		position: inherit;
	}
}

/* end ads */

/* log in out */
#login_container {
	display: none;
	position: absolute;
	background-color: #FAFAFA;
	padding: 6px 15px 14px;
	z-index: 1000;
	transition: all 0.2s ease-out 0s;
	border-radius: 3px;
	top: 41px;
	left: -47px;
	width: 160px;
}

#login_container:before {
	position: relative;
	content: "";
	bottom: 15px;
	left: 70px;
	border-style: solid;
	border-width: 0px 9px 9px 9px;
	border-color: #FAFAFA transparent;
	display: block;
	width: 0px;
	z-index: 1;
}

#login_container p {
	text-align: left;
	font-size: 0.93em;
}

#login_div {
	width: 100px;
	position: relative;
}

#login_div:hover #login_container {
	display: block;
}

.main_login_buttons {
	width: 95px !important;
	height: 2em !important;
	line-height: 2em !important;
	font-size: 1.2em !important;
	padding: 3px 0 !important;
	font-family: "Oxygen", sans-serif !important;
}

#main_login_button {
	background: none repeat scroll 0% 0% #97B4CF;
	border-bottom: 4px solid #7098B9;
}

#main_login_button:hover {
	background: none repeat scroll 0% 0% #7098B9;
	border-bottom: 4px solid #5685AA;
}

.ssi_table {
	font-weight: 300;
	margin-top: 7px;
}

.ssi_table input[type="text"],
.ssi_table input[type="password"] {
	transition: all 0.2s ease-in 0.2s;
	outline: medium none;
	color: #6C6C6C;
	height: 29px;
	border: 0px none;
	border-radius: 3px;
	box-shadow: 1px 1px 4px 0px rgba(61, 61, 61, 0.15) inset;
	background: none repeat scroll 0% 0% #F2F2F2;
	font: 300 1em/22px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding: 0px 0px 0px 5px;
	width: 124px;
	margin: 3px 0;
}

.ssi_table .button_submit {
	margin: 0.9em 0 0.5em;
	padding: 5px 17px;
	border-bottom: solid 3px #459504;
	font-size: 16px;
}

.ssi_table .button_submit:hover {
	color: #fff;
	background-color: #54B009;
}

#account {
	float: none;
	margin: 0px;
	position: absolute;
	right: 0px;
	width: 800px;
	padding-top: 3px;
}

#account ul {
	float: right;
}

#account li {
	color: #A2A2A2;
	float: left;
}

#account ul,
#account li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #888;
	font-size: 13px;
}

#account li:after {
	margin: 0 12px;
	content: "";
	color: #98D4C1;
}

#account li>a>img {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin-right: 10px;
}

#account li:first-child>a>img.signed_out {
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 17px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}

#account li:last-child:after,
#account li.greeting:after {
	content: "";
}

#account li:last-child:after {
	margin: 0px;
}

#account li a {
	padding: 0;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}

#account .btn-login>a,
#account .btn-register>a {
	background: #97b4cf;
	border-bottom: 4px solid #7098b9;
	color: #fff;
	font-weight: 700;
	font-family: 'Oxygen', sans-serif;
	font-size: 1.2em;
	padding: 3px 0px;
	width: 95px;
	height: 2em;
	line-height: 2em;
	text-align: center;
}

#account .btn-register>a {
	background-color: #63c810;
	border-color: #459504;
	margin-left: 5px;
	color: #fff;
}

#account li a:hover {
	background: #7098b9;
	border-bottom: 4px solid #5685aa;
	color: #97b4cf;
	border: 0;
}

#account .btn-register:hover>a {
	background-color: #54b009;
	border-bottom: 4px solid #459504;
	color: #FFF;
}

#account>div {
	float: right;
	margin: 0 10px;
}


#rereg_box {
	width: 350px;
}

#rereg_box p {
	padding: 1em 1em 0;
}

#rereg_box .button {
	margin: 1em auto;
	display: block;
	height: 2em;
	line-height: 2em;
	font-size: 1.2em;
	padding: 3px 9px;
	font-family: "Oxygen", sans-serif;
}


/* Tool Tips */
.tooltip,
.tooltip_static {
	text-decoration: none;
	position: relative;
}

.tooltip span,
.tooltip_static span {
	display: none;
	color: rgb(255, 255, 255);
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 300;
	text-align: center;
	margin: 0px;
	padding: 12px 15px;
	border-radius: 3px;
	background-color: rgb(132, 132, 132);
	max-width: 150px;
	z-index: 10000;
}

.tooltip_static span {
	width: 200px;
	max-width: 200px;
}

.tooltip:hover span {
	display: block;
	position: fixed;
	overflow: hidden;
}

.tooltip_static:hover span {
	display: block;
}


.content_table {
	margin: 20px 0px;
	width: 100%;
}

.scroll_box {
	max-height: 1235px;
	overflow-y: scroll;
	padding-right: 8px;
	margin-right: -8px;
}

#recentposts {
	max-height: 1000px;
	overflow-y: scroll;
	margin: 0px -4px;
}

#recentposts p {
	font-size: 0.92em;
	margin-top: 3px;
	word-wrap: break-word;
	word-break: break-word;
}

#recentposts td {
	padding-bottom: 10px;
}

#recentposts .dsq-widget-user {
	font-weight: 400;
	line-height: 1.4em;
}

#forum_feed .avatar {
	height: 52px;
	width: 52px;
	border: 1px solid #BCBCBC;
	margin-top: 5px;
}

.quote {
	text-align: center;
	font-size: 22px;
	color: rgb(110, 110, 110);
	font-weight: 100;
	width: 90%;
	margin: 26px auto;
	line-height: 1.5em;
}

.footnote {
	color: grey;
	font-weight: 200;
}

/* Preloader */

#preloader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	/* change if the mask should have another color then white */
	z-index: 8010;
	/* makes sure it stays on top */
}

#status {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
	width: 44px;
	height: 44px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.fancybox__container {
	z-index: 10500 !important;
}

#status div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.lightbox {
	display: none;
	width: 90%;
	max-width: 600px;
}

.fancybox-inner br {
	margin-bottom: 1em;
}

#site_search {
	position: relative;
	top: 15px;
	display: block;
	border: none;
	width: 265px;
	margin: 0px auto;
	left: -10px;
}

#site_search .er-dummy-search-box #er_search_input_dummy {
	width: 88%;
}

#site_search .er-dummy-search-box .er_search_button_dummy {
	width: 29px;
}

.buy_button_label {
	text-align: left;
	font-size: 0.93em;
	line-height: 1.3em;
	margin-bottom: 0.2em;
}

#navbar {
	background: #63c810;
	height: 44px;
	border-top: solid 4px #459504;
	border-bottom: solid 4px #459504;
}

#topnav,
#topnav ul {
	margin: 0;
	padding: 0;
	z-index: 1000;
}

#topnav li {
	float: left;
	margin: 0;
	padding: 0 0 2px;
	position: relative;
	list-style: none;
	z-index: 112;
}

#topnav li a {
	display: block;
	padding: 0 14px;
	line-height: 44px;
	color: #fff;
	text-decoration: none;
}

#topnav>li>a {
	font-weight: 400;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
}

#topnav>li>.active {
	background: #459504;
	color: #fff;
}

#topnav li:hover>a {
	color: #fff;
	background: #54b009;
}

#topnav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	background: #54b009;
}

#topnav li li {
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0;
}

#topnav li li a {
	display: block;
	width: 172px;
	height: auto;
	float: none;
	line-height: 32px;
	font-size: 14px;
	font-weight: 300;
}

#topnav li:hover ul {
	left: 0;
	top: 44px;
}

#topnav li:hover ul ul,
#topnav li:hover ul ul ul,
#topnav li:hover ul ul ul ul {
	top: -999em;
	left: auto;
}

#topnav li li:hover ul,
#topnav li li li:hover ul,
#topnav li li li li:hover ul {
	left: 200px;
	top: 0;
}

#topnav li li:hover a {
	background-color: #459504;
}

#button_forum>a {
	background-color: #54b009;
}

#button_forum>a.active {
	background-color: #459504;
}

/* login css */
.big_fine,
h4.big_fine {
	text-align: center;
	font-weight: 100;
	font-size: 31px;
	width: 80%;
	margin: 16px auto 33px;
	line-height: 35px;
	color: gray;
}

#lightbox_set_username {
	padding: 20px 44px;
}

#lightbox_set_username .input_container {
	text-align: center;
	padding: 30px;
}

#lightbox_set_username input[type=text] {
	-webkit-appearance: none;
	border: none;
	border-radius: 4px;
	margin: 0;
	width: 64%;
	font-size: 20px;
	padding: 15px;
	color: #687a86;
	height: 21px;
	font-family: "Helvetica Neue";
	border: 2px solid #dbdfe4;
	border-radius: 4px;
}

#lightbox_set_username .button {
	height: 48px;
	width: unset;
	font-size: 21px;
	line-height: 50px;
	margin-bottom: 20px;
	padding: 0px 13px;
}

#error_message {
	display: none;
	color: red;
	background-color: #fff1f3;
	text-align: center;
	font-size: 17px;
	line-height: 27px;
	margin: 20px 0px -18px;
	padding: 10px;
}

.fa-solid,
.fas {
	font-size: 0.9em;
}

/* BUTTONS */
.button_large {
	width: unset;
	padding: 0px 17px 0px;
	font-size: 20px;
	line-height: 49px;
	height: 46px;
	border-bottom-width: 7px;
}

.button_medium {
	width: 100px;
	height: 2em;
	line-height: 2em;
	font-size: 1.4em;
	padding-top: 0.05em;
}

.button_small {
	width: 75px;
	font-size: 15px;
}

.button_xsmall {
	height: 23px;
	width: 46px;
	font-size: 14px;
	line-height: 24px;
	border-width: 0px 0px 3px;
	border-radius: 1px;
}

.button_go {
	height: 39px;
	width: 86px;
	font-size: 19px;
	line-height: 39px;
}

input.button {
	-webkit-appearance: none;
	height: 34px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.button:hover {
	background-color: #54b009;
	border-color: #347400;
}

.button_blue {
	background-color: #00b1ff;
	border-color: #0095d7;
}

.button_blue:hover {
	background-color: #0095d7;
	border-color: #017eb5;
}

.button_grey {
	background-color: #A8A8A8;
	border-color: #808080;
	font-weight: 300;
}

.button_grey:hover {
	background-color: #929292;
	border-color: #6b6b6b;
}

.button_red {
	background-color: #E73E3E;
	border-color: #9F3737;
	font-weight: 300;
}

.button_red:hover {
	background-color: rgb(198, 61, 61);
	border-color: #803030;
}

/* end buttons */

.custom_lightbox {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	cursor: default;
	display: none;
}

.custom_lightbox>div {
	display: flex;
	height: 100%;
}

.custom_lightbox>div>div {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 48px 8px 8px 8px;
	position: relative;
	display: flex;
	flex-direction: column;
	outline: 0;
	overflow: auto;
}

.custom_lightbox>div>div>div {
	margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
	padding: 36px;
	color: #374151;
	background: #fff;
	position: relative;
	align-self: center;
	display: flex;
	flex-direction: column;
	z-index: 80200;
}
b{
	font-weight: bold;
}