/* Additional Wintermute style  *
=================== */

/* Clear bold style for all titles inside thead */
.thead > strong, .thead > div > strong {
 
	font-weight: 300 !important;
}

/* Administrator title style */
.net-admin {
 
	text-decoration: none; 
	color: #8642a4; 
	font-weight: bold;
}

.net-admin:hover {
 
	text-decoration: none; 
	color: #0072BC; 
	font-weight: bold;
}

.d2-title {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}

.d2-title > .smalltext {
    line-height: 20px;
}

.smalltext a {
    color: #111;
}

.smalltext a:hover {
    color: #333;
}

.d3-title {
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
}

.t2-title {
    color: #667d99;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-weight: 500;
}

.t2-info, #thread_modes {
	position: relative;
	top: 8px;
}

.post_content {
	line-height: 1.8em;
}

.post_content a:link, .post_content a:visited {
    border-bottom: 1px solid #e7edf3;
    color: #f36322;
    font-weight: 600;
}

.post_content a:hover, .post_content a:active {
    border-color: #f36322;
    text-decoration: none;
}

.postbit_posturl a:link,
.postbit_posturl a:visited {
	color: #777;
	text-decoration: none;
	border-radius: 3px;
	border: 0;
	padding: 3px;
}

.postbit_posturl a:hover {
	color: #999;
	text-decoration: none;
	border: 0;
}

.br-invisible {
	display: none;
}

.lastpost_thread a {
    color: #667d99;
}
    
.trow1:nth-of-type(4), 
.trow2:nth-of-type(4),
.trow1:nth-of-type(4) a, 
.trow2:nth-of-type(4) a {
	text-align: right;
    color: #667d99;
    font-size: 12px;
	margin-right: 16px;
}

.trow1:nth-of-type(5), 
.trow2:nth-of-type(5) {
    xxwidth: 30%
}

.lastpost_width {
	width: 30%;
}

.separator_color {
    color: #667d99;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 0px; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext,
.tooltip .tooltiptextlg {
    visibility: hidden;
    background-color: rgba(36, 41, 46, 1);
    color: #fff;
    text-align: center;
    border-radius: 4px;
 
 /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.tooltip .info {
	cursor: pointer;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext,
.tooltip:hover .tooltiptextlg {
    visibility: visible;
}

.tooltip .tooltiptext {
    width: 140px;
    padding: 8px 0;
    top: 0px;
    left: 101%; 
}

.tooltip .tooltiptextlg {
	font-size: 11px;
	line-height: 1.3em;
    width: 240px;
	padding: 5px;
	top: -10px;
	left: 30px;
}

.tooltip .tooltiptextlg a {
	color:#fff !important;
	text-decoration: none;
	border: 0;
}

/* Modal - Login */
.modal .thead,
.modal .trow1,
.modal .trow2 {
	padding: 12px;
	background: none;
}

.modal .trow1,
.modal .trow2 {
	border: 0;
}

.modal .button {
	padding: 10px 20px;
}



/* Navigation, breadcrumbs */
.navigation {
    padding: 0px;
    margin: 0 0 5px;
    list-style: none;
}

/*  Lower panel UI */
#panel .lower {
    padding: 10px 4px 10px 8px;
    min-height: 20px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#panel .lower .wrap {
	width: 100%;
    min-width: 980px;
    max-width: 1140px;
	margin: 0 auto;
}

/* Classic layout, user container */
.post.classic .post_author {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.post.classic .post_author {
    border: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

button, input.button, input.textbox {
	padding: 4px 10px;
}

button, .button {
 
    font-size: 14px;
    border-color: #337bcc;
}

/* Default button */
button, input.button, .button,
a.button:link, a.button:visited {
    font-weight: bold;
	text-shadow: none;
    color: #ffffff;
    background-color: #337bcc;
}

/* Button hover */
a.button:hover, a.button:active,
button:hover, button:active, button.active, button.disabled, button[disabled],
input.button:hover, input.button:active, input.button.active, input.button.disabled, input.button[disabled],
.button:hover, .button:active, .button.active, .button.disabled, .button[disabled] {
    background-color: #1D70CC;
}

/* Buttons and fields border radius */
button, input.button, input.textbox, input.invalid_field, input.valid_field, select, textarea, .editor_control_bar, blockquote, .codeblock, fieldset, .pm_alert, .red_alert, .popup_menu, .postbit_buttons > a, a.button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* Website header clone */

#panel .upper {
	background: #fff url(../../../#) repeat-x;
	color: #555;
	border-top: 0px solid #444;
	border-bottom: 0px solid #000;
	padding: 0 0 7px 0;
	clear: both;
}

#panel .upper a:link, #panel .upper a:visited, #panel .upper a:hover, #panel .upper a:active {
    color: #777;
}

.welcome {
	display: block;
	text-align: right;
}

.smallnav {
    display: block;
    position: relative;
    bottom: -24px;
	width: 240px;
}

.divdots {
	padding: 4px;
}

/* =Logo
----------------------------------------------- */
header#masthead.masthead-logo-in-menu .logo{
float:left;
padding:14px 0;
margin-right:15px;
margin-left:0px;
}

header#masthead.masthead-logo-in-menu .logo > *{
display:block;
}

header#masthead.masthead-logo-in-menu .logo > img{
max-height:43px;
width:auto;
}

.layout-boxed header#masthead.masthead-logo-in-menu .logo{
margin-left:25px;
}

/* =Menu
----------------------------------------------- */
.main-navigation{
max-width:980px;
margin:0 -35px;
background:#343538;
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size:13px;
position:relative;
/* Font awesome icons */
/* General menu link styling */
/* For when the menu becomes a sticky menu */
}

.main-navigation [class^="icon-"]{
display:inline-block;
margin-right:15px;
font-size:16px;
line-height:0.5em;
color:#CCCCCC;
}

.main-navigation a:hover [class^="icon-"]{
color:#FFFFFF;
}

.main-navigation ul{
list-style:none;
margin:0;
padding-left:0;
zoom:1;
/* Second level menu items */
}

.main-navigation ul:before{
content:'';
display:block;
}

.main-navigation ul:after{
content:'';
display:table;
clear:both;
}

.main-navigation ul li{
display:block;
position:relative;
float:left;
}

.main-navigation ul li:hover > a{
background:#008dc6;
color:#FFFFFF;
}

.main-navigation ul li a{
padding:21px 30px 20px 30px;
-ms-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

.main-navigation ul li a,.main-navigation ul li a > *{
-webkit-transition:all 0.4s ease;
-moz-transition:all 0.4s ease;
-o-transition:all 0.4s ease;
transition:all 0.4s ease;
}

.main-navigation ul ul{
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.15);
box-shadow:0 1px 2px rgba(0,0,0,0.15);
background:#464646;
display:none;
position:absolute;
top:100%;
left:0;
z-index:99999;
/* Third Level Items */
}

.main-navigation ul ul a{
width:200px;
padding:20px 32px;
}

.main-navigation ul ul li{
position:relative;
/* Hovering over 2nd level items */
}

.main-navigation ul ul li:hover > a{
background:#008dc6;
color:#FFFFFF;
}

.main-navigation ul ul ul{
left:100%;
top:0;
margin-left:0;
}

.main-navigation ul li:hover > ul{
display:block;
}

.main-navigation a{
display:block;
text-decoration:none;
color:#e2e2e2;
font-weight:bold;
}

.main-navigation.sticky{
-webkit-box-shadow:0 2px 1px rgba(0,0,0,0.15);
-moz-box-shadow:0 2px 1px rgba(0,0,0,0.15);
box-shadow:0 2px 1px rgba(0,0,0,0.15);
}

body.has-menu-search .main-navigation ul{
margin-right:59px;
}

/* Handle the navigation slightly differently on mobile devices */
body.mobile-device .main-navigation ul ul{
display:none;
}

body.mobile-device .main-navigation li:hover > ul{
display:block;
}

.mobile-nav-frame [class^="icon-"]{
display:inline-block;
margin-right:10px;
min-width:1em;
}

.mobile-nav-icon{
font-family:'FontAwesome';
display:inline-block;
margin-right:10px;
}

.mobile-nav-icon:before{
font-size:14px;
content:"\f00b";
}

/* =Menu Search
----------------------------------------------- */
#search-icon{
position:absolute;
top:0;
right:0;
height:100%;
}

#search-icon #search-icon-icon{
-ms-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
position:relative;
display:block;
cursor:pointer;
background-color:#303134;
width:59px;
height:100%;
}

#search-icon #search-icon-icon,#search-icon #search-icon-icon .icon-search{
-webkit-transition:all 0.4s ease;
-moz-transition:all 0.4s ease;
-o-transition:all 0.4s ease;
transition:all 0.4s ease;
}

#search-icon #search-icon-icon .icon{
position:absolute;
display:block;
width:17px;
height:17px;
top:50%;
left:50%;
margin-top:-8px;
margin-left:-8.5px;
background: url(../../../images/sprites-1-2.png) no-repeat -102px 0;
}

#search-icon #search-icon-icon:hover{
background-color:#00bcff;
}

#search-icon #search-icon-icon:hover .icon{
background: url(../../../images/sprites-1-2.png) no-repeat 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
#search-icon #search-icon-icon .icon{
background: url(../../../images/retina/search-icon.png) no-repeat;
background-size:17px 17px;
}

#search-icon #search-icon-icon:hover .icon{
background: url(../../../images/retina/search-icon-white.png) no-repeat;
background-size:17px 17px;
}


}

#search-icon .searchform{
display:none;
position:absolute;
top:100%;
right:0;
width:1080px;
background:#2d2e31;
z-index:10;
overflow-x:hidden;
}

#search-icon .searchform input[name=s]{
color:#d1d1d1;
font-size:17px;
font-weight:200;
-ms-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
display:block;
width:100%;
height:42px;
border:none;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
background:transparent;
outline:none;
padding:0 15px;
}

/* =Menu top extended
----------------------------------------------- */
.top-full {
    height: 59px;
    background: #24292e;
	border-bottom: 0px;
    margin: 0 auto;
    width: 100%;
	max-width: 100%;
}

.wrapper {
    width: 100%;
    min-width: 760px;
    max-width: 980px;
    margin: auto auto;
}

html, body, .wrapper {
zoom: 1;
}

.member_avatar_img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}

.small_member_avatar_img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
}

/*** Responsive ***/

@media  (max-width: 480px) {
  .forum_status, .tcat, .lastpost {
    
    display: none;    /* Hide Breeze folder icons */
}


}

@media  (max-width: 700px) {
  .menu-top-menu-container {
    
    display: none;
}

.smallnav {
    
    bottom: -15px;
}

.welcome {
    
    display: block;    
    text-align: left;    
    margin: 20px 0 0 10px;
}

#header ul.menu li {
}

.forum_legend, .forum_legend dt, .forum_legend dd {
    
    display: none;    /* Hide Breeze folder icons */
}


}

@media  (max-width: 1140px) {
  .main-navigation {
    
    position: relative;    
    width: 100%;    
    max-width: 100%;    
    margin-left: 0px !important;    
    left: 0% !important;
}

.main-navigation ul li a {
    
    padding: 21px 20px 20px 20px;
}


}

@media  (max-width: 1000px) {
  .wrapper {
    
    width: 100%;    
    max-width: 100%;    
    min-width: 80%;    
    padding-right: 0px;    
    padding-left: 0px;    
    margin-right: 0;    
    margin-left: 0;
}

#container {
    
    min-width: 90%;
}

.main-navigation {
    position: relative;    
    width: 100%;    
    max-width: 100%;    
    margin-left: 0px !important;    
    left: 0% !important;
}

.menu-top-menu-container {
    
    font-size: 11px;
}

.main-navigation ul li a {
    
    padding: 22px 8px 22px 8px !important;
}

.main-navigation ul ul a {
    
    width: 160px;
}

header#masthead.masthead-logo-in-menu .logo {
    
    margin-left: 15px;
}


}

@media  (max-width: 700px) {
  tdx {
    
    display: block;    
    box-sizing: border-box;    
    clear: both;
}


}

@media  (max-width: 900px) {
  .welcome {
    
    font-size: 11px;
}

#panel .lower ul.user_links {
    
    float: left;    
    margin-top: 20px;    
    clear: both;    
    font-size: 11px;
}

#panel .lower {
    
    background-color: #fff;    
    border: 0px;    
    -webkit-border-radius: 0px;    
    -webkit-border-radius: 0px;    -webkit-border-radius: 0px;
    border-radius: 0px;    
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);    
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}


}

