@font-face {
    font-family: "revoxono";
    src:  url(../../../images/revoxono/fonts/revoxono.eot?vaem7p);
    src:  url(../../../images/revoxono/fonts/revoxono.eot?vaem7p#iefix) format("embedded-opentype"),
    url(../../../images/revoxono/fonts/revoxono.ttf?vaem7p) format("truetype"),
    url(../../../images/revoxono/fonts/revoxono.woff?vaem7p) format("woff"),
    url(../../../images/revoxono/fonts/revoxono.svg?vaem7p#revoxono) format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "revoxono" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phoenix-ring:before {
    content: "\e900";
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "revoxono" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phoenix-ring:before {
    content: "\e900";
}

.select2-results,
.select2-no-results,
.select2-container {
    text-shadow:none;
}

.thead_collapsed {
   opacity: 0.4;
}

.thead {
   -webkit-transition: all 250ms ease-in-out;
   -moz-transition: all 250ms ease-in-out;
   -o-transition: all 250ms ease-in-out;
   transition: all 250ms ease-in-out;
    -webkit-filter: sepia(1) hue-rotate(175deg);
    filter: sepia(1) hue-rotate(175deg);
}

:focus {
	outline: none;
}

.pinfo {
	color: #fff;
	padding: 10px;
	margin: 5px 5px 5px 5px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

footer {
	background: #0e0e0e;
	color: #fff;
	padding: 3px;
	border: #232323 1px solid;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top: none;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;

	-webkit-box-shadow: inset 0 0 1px 1px #262626;
	-moz-box-shadow: inset 0 0 1px 1px #262626;
	box-shadow: inset 0 0 1px 1px #262626;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.pagination2 a:link, .pagination2 a:visited {
	background: #414141;
	color: #fff;
	border: 1px solid #414141;
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
	padding: 3px 6px;
	transition: all 0.5s ease;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 9px !important;
}

.pagination2 a:hover {
	 background: #555;
	 border: 1px solid #333;
}

#fadehover  a {
	text-shadow: 1px 1px 0px #fff;
}

#fadehover a:hover{
opacity: 2;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
  	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
}

.postbit_buttons2 a.postbit_find span:before {
content: "\f002";
}

.postbit_buttons2 a.postbit_reputation_add span:before {
content: "\f067";
}

.postbit_buttons2 a.postbit_email span:before {
content: "\f0e0";
}

.postbit_buttons2 a.postbit_website span:before {
content: "\f0ac";
}

.postbit_buttons2 a.postbit_pm span:before {
content: "\f199";
}

.postbit_buttons2 > a:link,
.postbit_buttons2 > a:visited,
.postbit_buttons2 > a:active {
	display: inline-block;
	margin: 2px;
	background: #3e3e3e;
	color: #fff;
	padding: 2px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 0px 1px 1px #161616;
	border: 1px solid #4f4f4f;
	font-size: 12px;
}

.postbit_buttons2 > a:hover {
	background: #0e0e0e;
	color: #fff;
}

.postbit_buttons2 a span:before {
   content: "";
   display: inline-block;
   font-family: FontAwesome;
   font-weight: normal;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 12px;
}

.stposts {
    background: #0e0e0e;
    border: 1px solid #232323;
    padding: 5px;
    transition: all 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    font-style: normal;
	text-align: left;
}

.user {
    background: #0e0e0e;
    border: 1px solid #232323;
    padding: 5px;
    transition: all 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    font-style: normal;
	text-align: left;
	width: 94%;
    min-width: 10em;
}

br {
 clear:left
}

.footmenu {
	width: 100%;
}

.footmenu ul {
    margin: 0; padding: 0;
    float: left;
}

.footmenu ul li {
    display: inline;
}

.footmenu ul li a {
	color: white;
	float: left;
	padding: 5.5px 5px;

	text-decoration: none;
}

.footmenu ul li a:visited {
    color: white;
}

.footmenu ul li a:hover, .footmenu ul li .current {
    color: white;
}

a.button4:link,
a.button4:visited,
a.button4:active {
	display: inline-block;
	padding: 7px 9px;
	color: #fff;


	text-decoration: none;
	font-size: 14px;
}

a.button4:hover {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.button5:link,
a.button5:visited,
a.button5:active {
    color: #fff;
    display: inline-block;
    padding: 4px 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #071f36;
    text-shadow: 0px 1px 1px #1c626b;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    border-left: 3px solid #4D99C9;
    border-right: 3px solid #4D99C9;
    border-top: 1px solid #4D99C9;
    border-bottom: 1px solid #4D99C9;
    padding-right: 1em;
}

a.button5:hover {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-left: 3px solid #4D99C9;
    border-right: 3px solid #4D99C9;
    background: #194b70;
}

.userbg {
	background: #fff;
	float: right;
	text-align: right;
	background-color: rgba(0,0,0,.4);
	padding: 10px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;

	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 13px;
	font-style: normal;
}

a.twitch:link,
a.twitch:visited,
a.twitch:hover,
a.twitch:active {
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 4px 6px;
	margin: 2px 2px 6px 2px;
	transition: text-shadow 3s;
	-moz-transition: text-shadow 3s;
	-webkit-transition: text-shadow 3s;
	-o-transition: text-shadow 3s;
	text-shadow: 1px 1px 0px #593895;
	box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150);
	background-color: #6441a5;
	font-family: 'Open Sans', Arial, sans-serif;
}

a.yt:link,
a.yt:visited,
a.yt:hover,
a.yt:active {
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 4px 6px;
	margin: 2px 2px 6px 2px;
	transition: text-shadow 3s;
	-moz-transition: text-shadow 3s;
	-webkit-transition: text-shadow 3s;
	-o-transition: text-shadow 3s;
	text-shadow: 1px 1px 0px #e52c27;
	box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150);
	background-color: #e52c27;
	font-family: 'Open Sans', Arial, sans-serif;
}

a.goog:link,
a.goog:visited,
a.goog:hover,
a.goog:active {
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 4px 6px;
	margin: 2px 2px 6px 2px;
	transition: text-shadow 3s;
	-moz-transition: text-shadow 3s;
	-webkit-transition: text-shadow 3s;
	-o-transition: text-shadow 3s;
    text-shadow: 1px 1px 0px #a12e23;
	box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150);
	background-color: #c0392c;
	font-family: 'Open Sans', Arial, sans-serif;
}

a.tw:link,
a.tw:visited,
a.tw:hover,
a.tw:active {
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 4px 6px;
	margin: 2px 2px 6px 2px;
	transition: text-shadow 3s;
	-moz-transition: text-shadow 3s;
	-webkit-transition: text-shadow 3s;
	-o-transition: text-shadow 3s;
	text-shadow: 1px 1px 0px #288bb6;
	box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150);
	background-color: #2daae1;
	font-family: 'Open Sans', Arial, sans-serif;
}

a.fb:link,
a.fb:visited,
a.fb:hover,
a.fb:active {
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 4px 6px;
	margin: 2px 2px 6px 2px;
	transition: text-shadow 3s;
	-moz-transition: text-shadow 3s;
	-webkit-transition: text-shadow 3s;
	-o-transition: text-shadow 3s;
	text-shadow: 1px 1px 0px #334d82;
	box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150);
	background-color: #3b5997;
	font-family: 'Open Sans', Arial, sans-serif;
}

a.button6:link,
a.button6:visited,
a.button6:active {
	color: #777;
	display: inline-block;
	padding: 4px 0px;
	-webkit-transition: background-color 600ms linear, color 600ms linear;
	-moz-transition: background-color 600ms linear, color 600ms linear;
	-o-transition: background-color 600ms linear, color 600ms linear;
	-ms-transition: background-color 600ms linear, color 600ms linear;
	transition: background-color 600ms linear, color 600ms linear;
	margin-top: 10px;

	text-decoration: none;
	font-size: 12px;
}

a.button6:hover {
	color: #777;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#mainwidth {
	width: 90%;
	text-align: left;
	line-height: 1.4;
	margin: auto auto;
	margin-bottom: 60px;
}

div.theme, div.language {
    display: inline-block;
}

legend {
    background: #ac531c;
    color: #fff;
    text-shadow: 1px 1px 0px #5d3116;
    padding: 3px 4px;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d07e51;
    font-family: Tahoma, Geneva, Sans-Serif;
    font-size: 11px;
}

fieldset {
	background: #000;
	border: #232323 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
}

.topbar {
	background: #393b47 url(../../../images/revoxono/bfbg.jpg) top center;
	border-bottom: 1px solid #262626;
	height: 220px;
	padding: 0;
	margin: auto;
	text-shadow: 1px 1px 0px #262832;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #fff;
}

.menu {
	background: #000;
	width: 100%;
	float: left;
	text-align: left;
	background-color: rgba(0,0,0,.8);

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.menu > ul {
	padding: 0;
	margin: 0;
	font-family: 'Droid Sans', sans-serif;
}

.menu > ul > li {
	list-style: none;
	display: inline-block;
	padding: 13px 12px;
	margin: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

.menu > ul > li:hover, .menu > ul > li:active {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	font-family: 'Droid Sans', sans-serif;
}

.menu > ul > li > a:link, .menu > ul > li > a:visited {
	color: #fff;
	text-shadow: 1px 1px 0px #262832;

	font-family: 'Droid Sans', sans-serif;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert  a:active {
	color: #fff;
}

.menu > ul > li > a:hover {
	color: #ccc;
}

.topbar table {
	float: left;
}

#pm_notification {
	display: inline-block;
	height: 10px;
	line-height: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 5px 4px 5px;
	background: #912222;
	color: #fff;
	text-shadow: 1px 1px 1px #6e1b1b;
	border: 1px solid #b11919;
	font-size: 12px;
	font-style: normal;
}

a#pm_notification {
	text-shadow: 1px 1px 0px #7a7878;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
}

ul.tabs li {
	margin-bottom: -1px;
	background: #3a3a3a;
}

ul.tabs li:hover {
  background: #222;
}

#quick_reply_form td.trow1 label, #quick_reply_form td.trow2 label {
	display: block;
}

table .fa, table .icon {
	color: #a9d4f2;
	text-shadow: 1px 1px 4px #000000;
}

table .fa:hover, table .icon:hover {
	color: #daf0ff;
}

nav.userinfo {
	margin: 5px auto;
	width:15em;
}

nav.userinfo a {
	display: inline-block;
}

nav.userinfo > ul {
	text-align: center;
	box-shadow: none;
}

nav.userinfo ul.dropdown-menu {
	padding: 5px;
	width: 95%;
	top: 38px;
}


