/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
abbr {
	text-decoration: none;
}

#top-menu {
	margin: 0px;
	background-color: red;
	background-image: linear-gradient(140deg, #000000, #000000);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	box-shadow: 2px 2px 2px #000000;
	margin-bottom:5px;
}

#top-menu > ul {
	
	padding: 5px 0px 0px 15x;
	margin: 0 auto;
	vertical-align: middle;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	box-sizing: border-box;
}

#top-menu > ul > li {
	background-color: transparent;
	border: none;
	float: left;
	text-align: center;
}

#top-menu li:hover {
	background-color: darkred;
	border-radius: 0px !important;
}
#top-menu a {
	color:#fff;
}

#bottom-line {
	width:100%;
	height:337px;
	background-image: url("./images/bottom-line.png");
	background-repeat: repeat-x;
	vertical-align: bottom;
	margin-top:20px
}
/* General Markup Styles
---------------------------------------- */
html {
	font-size: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
	background-color: #F0C890;
	background-image: url("./images/top-ice.png");
	/*background-attachment: fixed;*/
	background-position: center top;
	background-repeat: repeat-x;
	height: 100%;
        padding: 0px;
        margin: 0px;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}

body.autumn {
	background-color: #6898f8;
	background-image: url("./images/autumn-sky.png");
        /*
	background-color: #F0E4D2;
	background-image: url("./images/forest_autumn.png");
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: repeat-x;*/
}

body.new-year {
	background-color: rgb(192, 184, 224);
	background-image: url("./images/top-ice.png");
        /* 
	background-position: center top;
	background-attachment: fixed;
        background-repeat: repeat-x;*/
}

h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em;
	margin: .5em 0 .3em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	margin-top: 20px;
}

h3 .extra {
	color: #777;
	font-size: .9em;
	text-transform: lowercase;
	margin-top: 2px;
	float: right;
}

h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

hr {
	border: 0 solid transparent;
	border-top-width: 1px;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top-style: dashed;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

p.jumpbox-return {
	margin-top: 1em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	display: list-item;
}

ul ul, ol ul {
	list-style-type: circle;
}

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
	list-style-type: square;
}

abbr[title], acronym[title] {
	border-bottom: 1px dotted;
}

/* Hide responsive block for larger screens */
.responsive-show {
	display: none;
}

/* Main blocks
---------------------------------------- */
#wrap {
	margin: 0 auto;
	padding: 0 20px;
	min-height: 100%;
	max-width: 1152px;
	min-width: 625px;
	box-sizing: border-box;
}

#page-body {
	margin: 4px 0;
	clear: both;
}

#page-footer {
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}

.logo {
	float: left;
	width: auto;
}

.logo:hover {
	text-decoration: none;
}

/* Site description and logo */
#site-description {
	float: left;
	width: 65%;
	width: calc(100% - 230px);
}

#site-description h1 {
	margin-right: 0;
}

#site-description h1 a {
	text-decoration: none;
	color: #FFF;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	border-radius: 7px 7px 0 0;
	margin-top: -10px;
}

.navbar {
	padding: 0px;
	border-radius: 7px;
}

.forabg, .forumbg {
	margin-bottom: 4px;
	clear: both;
	border-radius: 7px;
}

#top-links li
{
	border-radius: 7px;
}

#page-header {
	border-radius: 7px 7px 0 0;
	box-shadow: 1px 1px 2px #000000;
}

.headerbar .inner, .forabg .inner, .forumbg .inner {
	padding: 0px;
	border-radius: 7px;
}

.headerbar .inner {
	padding: 5px 5px 0;
}

.panel {
	margin-bottom: 4px;
	padding: 0px;
	border-radius: 7px;
}

.post {
	padding: 0px;
	margin-bottom: 10px;
	border-radius: 7px;
	position: relative;
        box-shadow: 1px 1px 2px #000000;
}

.rowbg {
	margin: 5px 5px 2px;
}

/* No rounded corners */
.no-rounded-corners .headerbar, .no-rounded-corners .navbar, .no-rounded-corners .forabg, .no-rounded-corners .forumbg, .no-rounded-corners .panel, .no-rounded-corners .post, .no-rounded-corners div.rules, .no-rounded-corners .pagination li > a, .no-rounded-corners .pagination li > span,
.no-rounded-corners .button, .no-rounded-corners .search-box .inputbox, .no-rounded-corners .dropdown .dropdown-contents, .no-rounded-corners #tabs .tab > a, .no-rounded-corners #minitabs .tab > a, .no-rounded-corners .cp-mini, .no-rounded-corners #cp-main .forumdb, .no-rounded-corners #navigation li > a
{
	border-radius: 0 !important;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

#cp-main .panel {
	padding: 5px 10px;
}

#nav-breadcrumbs {
	border-top: 1px solid #CCC;
	margin-bottom: 1em;
}

ul.linklist > li {
	float: left;
	font-size: 1.1em;
	line-height: 2.2em;
	list-style-type: none;
	margin-right: 7px;
	width: auto;
}

.linklist.navlinks > li {
	margin: 0;
}

ul.linklist > li.crumb {
	margin: 0;
}

ul.linklist > li.rightside, p.rightside, a.rightside {
	float: right;
	margin-right: 0;
	margin-left: 7px;
	text-align: right;
}

ul.navlinks {
	border-top: 1px solid transparent;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

ul.linklist li.responsive-menu {
	position: relative;
	margin: 0 5px;
}

ul.linklist li.responsive-menu a.responsive-menu-link {
	display: inline-block;
	margin: 0 5px;
	font-size: 1.455em;
	position: relative;
	width: 16px;
	line-height: 1.2em;
	text-decoration: none;
}

ul.linklist li.responsive-menu a.responsive-menu-link:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	height: .125em;
	width: 14px;
	border-bottom: 0.125em solid transparent;
	border-top: 0.375em double transparent;
}

.hasjs ul.linklist.leftside, .hasjs ul.linklist.rightside {
	max-width: 48%;
}

.hasjs ul.linklist.fullwidth {
	max-width: none;
}

li.responsive-menu.dropdown-right .dropdown {
	left: -9px;
}

li.responsive-menu.dropdown-left .dropdown {
	right: -6px;
}

ul.linklist .dropdown {
	top: 22px;
}

ul.linklist .dropdown-up .dropdown {
	bottom: 18px;
	top: auto;
}

/* Bulletin icons for list items
----------------------------------------*/
ul.linklist.bulletin > li:before {
	display: inline-block;
	content: "\2022";
	font-size: inherit;
	line-height: inherit;
	padding-right: 4px;
}

ul.linklist.bulletin > li:first-child:before,
ul.linklist.bulletin > li.rightside:last-child:before {
	content: none;
}

ul.linklist.bulletin > li.no-bulletin:before {
	content: none;
}

.responsive-menu:before {
	display: none !important;
}

/* Profile in overall_header.html */
.header-profile {
	display: inline-block;
	vertical-align: top;
}

.header-avatar:hover {
	text-decoration: none;
}

.header-avatar img {
	margin-bottom: 2px;
	max-height: 20px;
	vertical-align: middle;
	width: auto;
}

.header-avatar span:after {
	content: '\25BC';
	display: inline-block;
	font-size: 9px;
	float: right;
	padding-left: 2px;
	opacity: 0.7;
}

/* Dropdown menu
----------------------------------------*/
.dropdown-container {
	position: relative;
}

.dropdown-container-right {
	float: right;
}

.dropdown-container-left {
	float: left;
}

.nojs .dropdown-container:hover .dropdown {
	display: block !important;
}

.dropdown {
	position: absolute;
	left: 0;
	top: 1.2em;
	z-index: 2;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 9px 0 0;
	margin-right: -500px;
}

.dropdown.live-search {
	top: auto;
}

.dropdown-container.topic-tools {
	float: left;
}

.dropdown-up .dropdown {
	top: auto;
	bottom: 1.2em;
	padding: 0 0 9px;
}

.dropdown-left .dropdown, .nojs .rightside .dropdown {
	left: auto;
	right: 0;
	margin-left: -500px;
	margin-right: 0;
}

.dropdown-button-control .dropdown {
	top: 24px;
}

.dropdown-button-control.dropdown-up .dropdown {
	top: auto;
	bottom: 24px;
}

.dropdown:before, .dropdown:after {
	content: "";
	height: 0;
	width: 0;
	left: 10px;
	position: absolute;
	border-left: 10px dashed;
	border-right: 10px dashed;
	-webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */
}

.dropdown:before {
	top: -1px;
	border-bottom: 10px solid;
	border-color: #b9b9b9 transparent;
}

.dropdown:after {
	top: 0;
	border-bottom: 10px solid;
	border-color: #fff transparent;
	z-index: 5;
}

.dropdown-left .dropdown:before, .dropdown-left .dropdown:after, .nojs .rightside .dropdown:before, .nojs .rightside .dropdown:after {
	left: auto;
	right: 10px;
}

.dropdown-extended.dropdown:after {
	border-color: #f1f8ff transparent;
}

.dropdown-up .dropdown:before, .dropdown-up .dropdown:after {
	top: auto;
	border-bottom-width: 0;
	border-top: 10px solid transparent;
	border-color: #b9b9b9 transparent;
}

.dropdown-up .dropdown:before {
	bottom: -1px;
}

.dropdown-up .dropdown:after {
	bottom: 0;
	border-color: #fff transparent;
}

.dropdown .dropdown-contents {
	z-index: 2;
	overflow: hidden;
	overflow-y: auto;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	min-width: 40px;
	max-height: 300px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dropdown li {
	border-top: 1px dotted transparent;
	float: none !important;
	line-height: normal !important;
	font-size: 1em !important;
	list-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: nowrap;
	text-align: left;
}

.dropdown-contents > li {
	padding-right: 15px;
}

.dropdown-nonscroll > li {
	padding-right: 0;
}

.dropdown li:first-child, .dropdown li.separator + li, .dropdown li li {
	border-top: 0;
}

.dropdown li li:first-child {
	margin-top: 4px;
}

.dropdown li li:last-child {
	padding-bottom: 0;
}

.dropdown li li {
	border-top: 1px dotted transparent;
	padding-left: 18px;
}

.wrap .dropdown li, .dropdown.wrap li, .dropdown-extended li {
	white-space: normal;
}

.dropdown li.separator {
	border-top: 1px solid transparent;
	margin: 4px 0;
	padding: 0;
}

.dropdown li.separator:first-child, .dropdown li.separator:last-child {
	display: none !important;
}

/* Responsive breadcrumbs
----------------------------------------*/
.breadcrumbs .crumb {
	float: left;
	font-weight: bold;
	word-wrap: normal;
}

.breadcrumbs .crumb:before {
	content: '›';
	font-weight: bold;
	padding: 0 .5em;
}

.breadcrumbs .crumb:first-child:before {
	content: none;
}

.breadcrumbs .crumb a {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: bottom;
	overflow: hidden;
}

.breadcrumbs.wrapped .crumb a { letter-spacing: -.3px; }
.breadcrumbs.wrapped .crumb.wrapped-medium a { letter-spacing: -.4px; }
.breadcrumbs.wrapped .crumb.wrapped-tiny a { letter-spacing: -.5px; }

.breadcrumbs .crumb.wrapped-max a { max-width: 120px; }
.breadcrumbs .crumb.wrapped-wide a { max-width: 100px; }
.breadcrumbs .crumb.wrapped-medium a { max-width: 80px; }
.breadcrumbs .crumb.wrapped-small a { max-width: 60px; }
.breadcrumbs .crumb.wrapped-tiny a { max-width: 40px; }

/* Table styles
----------------------------------------*/
table.table1 {
	width: 100%;
}

#ucp-main table.table1 {
	padding: 2px;
}

table.table1 thead th {
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
	/*text-shadow: 2px 2px 2px #000;*/
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 tbody tr {
	border: 1px solid transparent;
}

table.table1 td {
	font-size: 1.1em;
}

table.table1 tbody td {
	padding: 5px;
	border-top: 1px solid transparent;
}

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid transparent;
	text-align: left;
}

/* Specific column styles */
table.table1 .number	{ text-align: center; width: 1%;}
table.table1 .name		{ text-align: left; }
table.table1 .center		{ text-align: center; }
table.table1 .reportby	{ width: 15%; }
table.table1 .posts		{ text-align: center; width: 7%; }
table.table1 .joined	{ text-align: left; width: 13%; }
table.table1 .active	{ text-align: left; width: 13%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 20%; }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}

.forumbg table.table1 {
	margin: 0;
}

#color_palette_placeholder table {
	border-collapse: separate;
	border-spacing: 1px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
	max-width: 100%;
}

.left-box.profile-details {
	width: 80%;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
	max-width: 100%;
}

dl.details {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1.1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.clearfix, fieldset dl, ul.topiclist dl, dl.polls {
	overflow: hidden;
}

fieldset.fields1 ul.recipients {
	list-style-type: none;
	line-height: 1.8;
	max-height: 150px;
	overflow-y: auto;
}

fieldset.fields1 dd.recipients {
	clear: left;
	margin-left: 1em;
}

fieldset.fields1 ul.recipients input.button2{
	font-size: 0.8em;
	margin-right: 0;
	padding: 0;
}

fieldset.fields1 dl.pmlist > dt {
	width: auto !important;
}

fieldset.fields1 dl.pmlist dd.recipients {
	margin-left: 0 !important;
}

/* Action-bars (container for post/reply buttons, pagination, etc.)
---------------------------------------- */
.action-bar {
	font-size: 1.1em;
	margin: 5px 0;
}

.forabg + .action-bar {
	margin-top: 2em;
}

/* Pagination
---------------------------------------- */
.pagination {
	float: right;
	text-align: right;
	width: auto;
}

.action-bar.bottom .pagination {
	margin-top: 0;
}

.action-bar .pagination {
	line-height: 22px;
}

.pagination > ul {
	display: inline-block;
	list-style: none !important;
	margin-left: 5px;
}

.pagination > ul > li {
	display: inline-block !important;
	padding: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: middle;
}

.pagination li a, .pagination li span {
	border: 1px solid transparent;
	border-radius: 2px;
	display: block;
	font-size: 1.2em;
	min-width: 11px;
	line-height: 1.35em;
	padding: 2px 3px;
	text-align: center;
	text-decoration: none;
}

.pagination li.ellipsis span {
	border: none;
	padding: 0;
}

.pagination li.page-jump {
	margin-right: 5px;
}

.pagination li.page-jump a, .pagination li.next a, .pagination li.previous a {
	background-repeat: no-repeat;
	font-size: 0;
	height: 18px;
	width: 11px;
}

.pagination li.page-jump a {
	background-position: 0 4px;
	width: 24px;
}

.pagination li.next a {
	background-position: -50px 4px;
}

.pagination li.previous a {
	background-position: -30px 4px;
}

.pagination li.page-jump a:hover, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger { background-position: 0 -16px; }
.pagination li.next a:hover { background-position: -50px -16px; }
.pagination li.previous a:hover { background-position: -30px -16px; }

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}

.row .pagination > ul {
	margin: 0;
}

.row .pagination li a, .row .pagination li span {
	border-radius: 0;
	padding: 1px;
	line-height: 1;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	border: 1px solid transparent;
	display: none;
	left: 0;
	padding: 0 25px 20px 25px;
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 50;
	width: 620px;
	margin: 0 auto;
}

@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
{
	.phpbb_alert {
		top: 25px;
	}
}

.phpbb_alert .alert_close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-decoration: none !important;
	background: transparent none 0 0 no-repeat;
	margin-top: -7px;
	margin-right: -31px;
}
.phpbb_alert .alert_close:hover {
	background-position: 0 -16px;
}

.phpbb_alert p {
	margin: 8px 0;
	padding-bottom: 8px;
}

.phpbb_alert label {
	display: block;
	margin: 8px 0;
	padding-bottom: 8px;
}

.phpbb_alert div.alert_text > p,
.phpbb_alert div.alert_text > label,
.phpbb_alert div.alert_text > select,
.phpbb_alert div.alert_text > textarea,
.phpbb_alert div.alert_text > input {
	font-size: 1.1em;
}

#darkenwrapper {
	display: none;
	position: relative;
	z-index: 44;
}

#darken {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 45;
}

#loading_indicator {
	background: center center no-repeat;
	border-radius: 5px;
	display: none;
	opacity: 0.8;
	margin-top: -50px;
	margin-left: -50px;
	height: 50px;
	width: 50px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 51;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

.copyright {
	padding: 0px;
	text-align: left;
	line-height: 1.1em;
}

.copyright {
	max-width: 400px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.1em;
}

.counters {
	padding: 7px;
	float: right;
}

.counters img {
	vertical-align: bottom;
}

.counter-block {
	display: inline-block;
}

.navbar + .copyright {
	text-align: center;
}


.small {
	font-size: 0.9em !important;
}

.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	margin-top: 20px;
}

.error {
	font-weight: bold;
	font-size: 1em;
}

div.rules {
	margin: 10px 0;
	font-size: 1.1em;
	padding: 0px;
	border-radius: 7px;
}

div.rules ul, div.rules ol {
	margin-left: 20px;
}

p.post-notice {
	position: relative;
	padding: 5px;
	padding-left: 26px;
	min-height: 14px;
	margin-bottom: 1em;
}

p.post-notice:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 28px;
	background: transparent none 50% 50% no-repeat;
	pointer-events: none;
}

form > p.post-notice strong {
	line-height: 20px;
}

#jumpbox {
	margin: 5px 0;
}

.stat-block {
	clear: both;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}

/* Hides inner text and shows preloader 10×2 pixels */
.inline-preloader {
	background: url("data:image/gif;base64,R0lGODlhCgACAPEAADMzM5mZmQAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAAACwAAAAACgACAEACBkwAhqZ5XgAh+QQFCgABACwAAAAAAgACAAACAoRRACH5BAUKAAIALAAAAAAGAAIAAAIFTCQAhloAIfkEBQoAAgAsBAAAAAYAAgAAAgVMJACGWgA7");
	display: inline-block !important;
	height: 2px;
	width: 10px;
	padding: 0px;
	vertical-align: middle;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
}

/* Inner box-model clearing */
.inner:after,
ul.linklist:after,
.action-bar:after,
.notification_text:after,
.tabs-container:after,
.profile-warnings:after,
#tabs > ul:after,
#minitabs > ul:after,
#top-menu:after,
#page-footer:after {
	clear: both;
	content: '';
	display: block;
}

.hidden {
	display: none;
}

.smilies {
	vertical-align: text-bottom;
}

.member-search {
	float: left;
	margin: 0;
	padding: 0px;
}

.member-search strong {
	font-size: 0.95em;
}

.dropdown-extended {
	display: none;
	z-index: 1;
}

.dropdown-extended ul {
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
	clear: both;
}

.dropdown-extended ul li {
	padding: 0;
	margin: 0 !important;
	float: none;
	border-top: 1px solid;
	list-style-type: none;
	font-size: 0.95em;
	clear: both;
	position: relative;
}

.dropdown-extended ul li:first-child {
	border-top: none;
}

.dropdown-extended ul li.no_notifications {
	padding: 10px;
}

.dropdown-extended .dropdown-contents {
	max-height: none;
	padding: 0;
	position: absolute;
	width: 340px;
}

.nojs .dropdown-extended .dropdown-contents {
	position: relative;
}

.dropdown-extended .header {
	padding: 0 10px;
	font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 1px white;
	text-transform: uppercase;
	line-height: 3em;
	border-bottom: 1px solid;
	border-radius: 5px 5px 0 0;
}

.dropdown-extended .header .header_settings {
	float: right;
	font-weight: normal;
	text-transform: none;
}

.dropdown-extended .footer {
	text-align: center;
	font-size: 1.1em;
}

.dropdown-extended ul li a, .dropdown-extended ul li.no-url {
	padding: 8px;
}

.dropdown-extended .footer > a {
	padding: 5px 0;
}

.dropdown-extended ul li a, .notification_list dt > a, .dropdown-extended .footer > a {
	display: block;
	text-decoration: none;
}

.notification_list ul li img {
	float: left;
	max-height: 50px;
	max-width: 50px;
	width: auto !important;
	height: auto !important;
	margin-right: 5px;
}

.notification_list ul li p {
	margin-bottom: 4px;
	font-size: 1em;
}

.notification_list p.notification-reference,
.notification_list p.notification-location,
.notification_list li a p.notification-reason {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notification_list p.notification-time {
	font-size: 0.9em;
	margin: 0;
	text-align: right;
}

.notification_list div.notifications {
	margin-left: 50px;
	padding: 5px;
}

.notification_list div.notifications a {
	display: block;
}

.notification_list p.notifications_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em !important;
}

.notification_list p.notifications_title strong {
	font-weight: bold;
}

.notification_list p.notifications_time {
	font-size: 0.9em !important;
}

.notification_text {
	margin-left: 58px;
}

/* Navbar specific list items
----------------------------------------*/

#quick-links {
	margin: 0 7px 0 0;
}

#quick-links a.responsive-menu-link {
	display: block;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	width: auto;
}

#quick-links a.responsive-menu-link:before {
	font-size: 1.455em;
	line-height: 16.5px;
}

.compact #quick-links a.responsive-menu-link {
	width: 0;
	overflow: hidden;
	white-space: nowrap;
}

.compact .icon-notification > a > span, .compact .icon-pm > a > span {
	display: none;
}

.compact .icon-notification > a > strong, .compact .icon-pm > a > strong {
	padding-left: 2px;
}

.dropdown-page-jump input.tiny {
	width: 50px;
}

.dropdown .clone.hidden + li.separator {
	display: none;
}

.dropdown .clone.hidden + li {
	border-top: none;
}

/* Top menu (C)VEG
--------------------------------------------- */

#top-links {
	float: left;
	margin: 0 auto;
	list-style: none;
	overflow: auto;
}

#top-links > li {
	float: left;
	border-right: 1px solid #828282;
	font-size: 1.1em;
	align-items: center;
}

#top-links > li:last-child {
	border-right: 0;
}

#top-links > li > a {
	padding: 2px 10px;
	display:inline-block;
	text-decoration: none;
	text-align:center;
}

#search-box.search-top {
	float: right;
	margin: 2px 0;
}

#downloads-menu {
	position:absolute;
	z-index:300;
	text-decoration: none;
	background-color: red;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s;
	list-style: none;
}
#downloads-menu li {
	display:flex;
	flex-direction: row;
}

#downloads-menu li a {
	
	width: auto;
	padding: 15px;
	text-decoration:none;
	}

#top-links li:hover #downloads-menu {
	visibility: visible;
	opacity: 1;
}

/* Page title icons
--------------------------------------------- */
.header-icons {
	list-style: none;
}

.header-icons > li {
	background: none;
	margin: 0 3px;
	float: right;
}

.header-icons > li > a {
	display: block;
	overflow: hidden;
	padding: 0;
	width: 16px;
	height: 16px;
	text-indent: -250px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url("./images/header_icons.png");
}

a.icon-vkontakte, a.icon-facebook, a.icon-twitter, a.icon-google-plus {
	background-image: url("./images/social_icons.png") !important;
}

a.icon-facebook { background-position: 0 -16px; }
a.icon-vkontakte { background-position: 0 -32px; }
a.icon-twitter { background-position: 0 -48px; }
a.icon-google-plus { background-position: 0 -64px; }

.header-icons .icon-bump > a { background-position: 0 -112px; }
a.icon-header-sendemail { background-position: 0 -16px; }
a.icon-header-print { background-position: 0 -32px; }

.header-icons .icon-bookmark > a { background-position: 0 -48px; }
.header-icons .icon-unbookmark > a { background-position: 0 -64px; }
.header-icons .icon-subscribe > a { background-position: 0 -80px; }
.header-icons .icon-unsubscribe > a { background-position: 0 -96px; }
a.icon-header-lock { background-position: 0 -128px; }
a.icon-header-unlock { background-position: 0 -144px; }

.header-icons > .divider {
	border-left: 1px solid #CCC;
	padding-left: 5px;
}

/* Main menu
--------------------------------------------- */
#main-menu {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 0 10px;
}

#nav-main > li {
	padding-top: 0;
}

.rules, .panel, .copyright
{
	border-radius: 5px;
	box-shadow: 1px 1px 2px #000000;
}


#postform, #Sizable, #postingbox, .white-mid, table, fieldset {
	max-width:1152px;
}

.white-mid-left, .white-mid-right {
	min-width: 16px;
}

