/*  phpBB3 Stylesheet
    --------------------------------------------------------------
	Style name:			BBOOTS
	Based on style:		PROSILVER (the default phpBB 3.0.x style)
	Original author:	ThemeSplat ( http://www.sitesplat.com/ )
	Modified by:		SiteSplat ( https://www.sitesplat.com/ )
    --------------------------------------------------------------
*/

/* General Markup Styles
---------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    h1 { font-family: Arial, Verdana, San-Serif; }
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
   
}
	
/* un-or-comment this line if you want to change the post content font only */
.postbody .content {
    color: #333333;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizelegibility;
	font-family:inherit;
	font-size: 1.25em;	
}
/* un-or-comment this line if you want to change the post content font only */

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
	text-rendering: optimizelegibility;
}


hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}


/* Main blocks
---------------------------------------- */
#wrap {
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);*/
    margin: 0px auto;
    padding: 0px;
}

#content-forum {
    border-radius: 4px 4px 4px 4px;
    
}

.padding_0_40 {
    padding: 0px;
}

.corners{
    border-radius: 8px 8px 8px 8px;
    display: block;
}

#simple-wrap {
	padding: 6px 10px;
}

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

#page-footer {
	clear: both;
}

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

/* Pagination
---------------------------------------- */
strong.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	float: right;
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}


.pagination span a:hover {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
	color: #FFF;
	text-decoration: none;
}

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

.pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.pagination span a:hover, li.pagination span a:hover {
	background-color: #d2d2d2;
}

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

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

.reported {
	background-color: #f7f7f7;
}

li.reported:hover {
	background-color: #ececec;
}

div.rules {
	background-color: #ececec;
	color: #bcbcbc;
	padding: 0 10px;
	margin: 10px 0;
	font-size: 1.1em;
}

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

p.rules {
	background-color: #ececec;
	background-image: none;
	padding: 5px;
}

p.rules img {
	vertical-align: middle;
	padding-top: 5px;
}

p.rules a {
	vertical-align: middle;
	clear: both;
}

#top {
	position: absolute;
	top: -20px;
}

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

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
}

/* Coloured usernames */
.username-coloured {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
}

/* Links on gradient backgrounds */
th a:link {
	color: #b09690;
	text-decoration: none;
		font-style: normal;
    font-weight: 700;
    
    text-rendering: optimizelegibility;
	  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
}

th a:visited {
	color: #b09690;
	text-decoration: none;
		font-style: normal;
    font-weight: 400;
    text-rendering: optimizelegibility;
	  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
}

th a:hover {
	color: #FAFAFA;
	text-decoration: none;
		font-style: normal;
    font-weight: 700;
    text-rendering: optimizelegibility;
	  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
}

th a:active {
	color: #FFFFFF;
	text-decoration: none;
		font-style: normal;
    font-weight: 400;
    text-rendering: optimizelegibility;
	  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}


/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link	{ color: #392c1e; }
a:visited	{ color: #392c1e; }
a:hover	{ color: #EB3613; }
a:active	{ color: #62D935; }


/* Links for forum/topic lists */

a.forumtitle:hover {
	color: #8C8C8C;
}

a.forumtitle:active {
	color: #105289;
}

/* Links for forum/topic lists */
a.forumtitle {
	font-family: inherit;
	font-style: normal;
	font-weight: 700;
    text-rendering: optimizelegibility;
	  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
	text-decoration: none;
	color: #392c1e;
	font-size: 18px;
}

td[title="Messaggi da leggere"] a.forumtitle:hover,
td[title="Messaggi da leggere"] a.forumtitle:active,
td[title="Messaggi da leggere"] a.forumtitle,
td[title="Messaggi da leggere"] a.topictitle:hover,
td[title="Messaggi da leggere"] a.topictitle:active,
td[title="Messaggi da leggere"] a.topictitle
{
color: #ad871e;
}

a.unread {
	font-weight: 700;
	color: #ad871e;
	
}

a.forumtitle:hover {
	text-decoration: none;
}

a.topictitle {
	font-family: inherit;
	font-style: normal;
	font-weight: 700;
    text-rendering: optimizelegibility;
	  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
	text-decoration: none;
	color: #392c1e;
	font-size: 16px;
}

a.topictitle:hover {
	color: #8C8C8C;
	text-decoration: none;
}

a.topictitle:active {
	color: #105289;
}

/* Post body links */
.postlink {
	color: #368AD2;
	border-bottom-color: #368AD2;
}

.postlink:visited {
	color: #5D8FBD;
	border-bottom-color: #5D8FBD;
}

.postlink:active {
	color: #368AD2;
}

.postlink:hover {
	color: #8C8C8C;
	text-decoration: none;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	background-color: transparent;
	border: none;
	text-decoration: none;
}
/* Post body styles
----------------------------------------*/

.postbody .ignore {
	font-size: 1.1em;
}

.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.7em;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.5em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
}

.postbody h3 img {
    margin-bottom: 2px;
    margin-right: 5px;
}

/* Topic review panel
----------------------------------------*/
#review {
	margin-top: 2em;
}

#topicreview {
	padding-right: 5px;
	overflow: auto;
	height: 300px;
}

#topicreview .postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}

#topicreview .post {
	height: auto;
}

#topicreview h2 {
	border-bottom-width: 0;
}

.post-ignore .postbody {
	display: none;
}

/* MCP Post details
----------------------------------------*/
#post_details
{
	/* This will only work in IE7+, plus the others */
	overflow: auto;
	max-height: 300px;
}

#expand
{
	clear: both;
}

/* Content container styles
----------------------------------------*/

.content h2 {
	font-weight: normal;
	color: #989898;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

/* self search style styles
.content p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}
----------------------------------------*/

.NameTread {
	font-size: 2em;
	
}

.content li {
	list-style-type: inherit;
}

.content ul, .content ol {
	margin-bottom: 1em;
	margin-left: 3em;
	list-style: none outside none;
}

.posthilit {
    background-color: #392c1e;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 4px 2px 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
	border-left-color: #BCBCBC;
	border-right-color: #BCBCBC;
}


/* Post signature */
.signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1.1em;
	border-top: 1px solid #CCCCCC;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Post noticies */
.notice {
	margin-top: 1.5em;
	border-top: 1px dashed #CCCCCC;
	line-height: 120%;
}

/* Jump to post link for now */
ul.searchresults {
	list-style: none;
	text-align: right;
	clear: both;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #000000; }
.syntaxdefault	{ color: #bcbcbc; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }

/* Attachments
----------------------------------------*/
.attachbox {
	width: auto; 
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px dashed #d8d8d8;
}

.pm-message .attachbox {
	background-color: #f3f3f3;
}


.attachbox p {
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attachbox p.stats
{
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attach-image {
	margin: 3px 0;
	width: 100%;
	max-height: 350px;
	overflow: auto;
}

.attach-image img {
	border: 1px solid #999999;
/*	cursor: move; */
	cursor: default;
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
	display: block;
	margin-bottom: 4px;
}

div.inline-attachment p {
	font-size: 100%;
}


/* Poster profile block
----------------------------------------*/

.online {
	background-image: none;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

/* Poster profile used by search*/
.search .postprofile {
	width: 30%;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

h1 {
	color: #FFFFFF;
}

h2 {
	color: #28313F;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #115098;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}

hr.dashed {
	border-top-color: #CCCCCC;
}


/* Pagination Refer to basics.css and common.css for complete pagination style
---------------------------------------- */

.pagination span a:hover {
	border-color: #CCCCCC;
	background-color: #CCCCCC;
	color: #FFF;
}

.pagination span a:active {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

/* Pagination in viewforum for multipage topics */

.pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.pagination span a:hover, li.pagination span a:hover {
	background-color: #368AD2;
}

/* Miscellaneous styles
---------------------------------------- */

.error {
	color: #BC2A4D;
}

.reported {
	background-color: #F7ECEF;
}

li.reported:hover {
	background-color: #ECD5D8 !important;
}
.sticky, .announce td {
	background-color: #f0e8dc !important;
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #ECD5D8;
	color: #BC2A4D;
}

p.rules {
	background-color: #ECD5D8;
	background-image: none;
}


/* Post body styles
----------------------------------------*/
.postbody {
	color: #b59797;
}

.postbody h3 a{
	color: #4e2e24 !important;
	font-weight: 700;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #333333;
}

/* Post signature */
.signature {
	border-top-color: #CCCCCC;
}

/* Post noticies */
.notice {
	border-top-color:  #CCCCCC;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
    
    margin-top: -10px;
    padding: 10px;
}


/* Code block */
dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.pm-message .attachbox {
	background-color: #F2F3F3;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border-color: #999999;
}


/* Poster profile block
----------------------------------------*/
.online {
	background-image: url("");
}


/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	color: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	color: #000000;
}



/* Avatar gallery */
#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #CCC;
	text-align: center;
}

#gallery label:hover {
	background-color: #EEE;
}


/* Avatar gallery */
#gallery label {
	background-color: #FFFFFF;
	border-color: #CCC;
}

#gallery label:hover {
	background-color: #EEE;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */
/*****************************************************************
   Note: You can make search with one of the title below to find the reference css
 * **************************************************************
 *
 * BBOOTS @SiteSplat.com - Table of Contents
 * 
 *    a- GENERAL ELEMENTS            ( from line 50 to 97 approx. )
 *    b- UCP                         ( from line 100 to 756 approx. )
 *    c- TABLE STYLE FORUM INDEX     ( from 760 to 907 approx. )
 *    d- PAGINATION                  ( from 910 to 950 approx. )
 *    e- INDEX PROFILE MENU          ( from 1034 to 1384 approx. )
 *    f- BREADCRUMB STYLE            ( from 1378 to 1631 approx. )
 *    g- SOCIAL TOP BAR              ( from 1638 to 1660 approx. )
 *    h- SEARCH STYLE				 ( from 1667 to 1740 approx. )
 *    i- HEADER STYLE 				 ( from 1745 to 1820 approx. )
 *    j- MAIN NAVIGATION             ( from 1828 to 1960 approx. )
 *    k- RESPONSIVE QUERIES			 ( from 1969 to 2249 approx. )
 *    l- FOOTER LAYOUT				 ( from 2255 to 2505 approx. )
 *    m- RADIO CHECKBOX STYLE 		 ( from 2511 to 2576 approx. )
 *    n- USER PROFILE				 ( from 2582 to 2668 approx. )
 *    o- SIGNATURE           		 ( from 2723 to 2760 approx. )
 *    p- QUICK REPLY                 ( from 2823 to 2962 approx. )
 *    q- ELEMENTS PAGE STYLE         ( from 3037 to 3326 approx. )
 *    r- 
 *    s- 
 *    t- 
 *    u- 
 *    v- 
 *    w- 
 *    x- 
 *    y- 
 *    z- 
 * 
 * **************************************************************
 *****************************************************************/

 /* GENERAL ELEMENTS
----------------------------------------*/
/*** FIXES AND TWEAKS ON THE FLY***/


 #scrollUp {
    background-color: #AD871E;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    height: 40px;
    padding: 5px;
    right: 30px;
    text-align: center;
    text-decoration: none;
    transition: bottom 150ms linear 0s;
    width: 50px;
}

/*** rounded borders dropdown ***/
.dropdown-menu a {
    border-radius: 4px 4px 4px 4px;
    margin: 0 5px;
    padding: 2px 15px;
}

.alert-success h4 {
    color: #FFFFFF !important;
}

.alert strong {
    color: #C09853 !important;
}

.alert-danger strong {
    color: #FFFFFF !important;
}

.copyright{
display: block;
    height: auto;
    margin-left:auto;
	margin-right:auto;
    position: relative;
	color: #CDCDCD;
}
 


/*** modal header fix ***/
.modal-header h3 {
border-bottom: medium none !important;
}

/*** space, padding quickfix ***/
.space10 {
    clear: both;
    height: 10px !important;
}

.padding15{
padding:15px !important;
}

.padding10{
padding:10px !important;
}


.stat_offline {
    background: none repeat scroll 0 0 #CB1111;
}

.stat_online {
    background: none repeat scroll 0 0 #5DA423;
}
.stat {
    border: 2px solid #FFFFFF !important;
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    width: 12px;
}

/*** remove dotted line feedback. this should not be used - use your own style instead ***/

.btn-link:hover, .btn-link:focus{
text-decoration: none !important;
color:#8C8C8C !important;
}


.bootsrtap-select .btn-focus{
outline: medium none !important;
}
 

/*-------------------------------
	UCP PM FLIP
------------------------------*/

/* General form styles from former FORM.css
----------------------------------------*/
fieldset {
	border-width: 0;
}
/* General form styles from former FORM.css
----------------------------------------*/

.hr-double {
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    height: 3px;
	margin-bottom: 40px;
    margin-top: -15px;
}

.hr-double-pm {
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    height: 3px;
}

.reset-list{
list-style: none outside none;
}

.reset-list i{
color:#808080;
}


#flip-container {
    position: relative;
    margin: 10px auto;
    width: 100%;
    height: 120px;
    overflow: hidden;
    z-index: 1;
}
.face.back {
    display: none;
}
#flip-container {
    -webkit-perspective: 3000;
    -ms-perspective: 3000;
    -moz-perspective: 3000;
    perspective: 3000;
}
#flip-card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    -moz-transform-style: preserve-3d;
    -moz-transition: -moz-transform 1s;
    -ms-transform-style: preserve-3d;
    -ms-transition: -ms-transform 1s;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.rotated {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.face.back {
    display: block;
    -webkit-transform: rotateY(180deg);
    -webkit-box-sizing: border-box;
    -moz-transform: rotateY(180deg);
    -moz-box-sizing: border-box;
    -ms-transform: rotateY(180deg);
    -ms-box-sizing: border-box;
    transform: rotateY(180deg);
    box-sizing: border-box;
}
 
.reset-ul{
margin: 0 !important;
list-style:none outside none;
}
 
.mines-margin-15{
margin-left:-15px;
list-style:none outside none;
}

#flip-container i {
    color: #999999;
    text-decoration: none;
}

/*-------------------------------
	UCP PM FLIP
------------------------------*/

/*-------------------------------
	UCP FRIENDS LIST FIX
------------------------------*/

#scrollbar, #scrollbar-one, #scrollbar-two, #scrollbar-three {
    clear: both;
    margin: 0;
    width: 100%;
}

#scrollbar .scrollbar, #scrollbar-one .scrollbar, #scrollbar-two .scrollbar, #scrollbar-three .scrollbar {
    float: right;
    position: relative;
    width: 3px;
}

#scrollbar .viewport, #scrollbar-one .viewport, #scrollbar-two .viewport, #scrollbar-three .viewport {
    height: 270px;
    overflow: hidden;
    position: relative;
    width: 98%;
}

#scrollbar .overview, #scrollbar-one .overview, #scrollbar-two .overview, #scrollbar-three .overview {
    left: 0;
    list-style: none outside none;
    position: absolute;
    top: 0;
    width: 100%;
}

.featured-articles-container {
    background: none repeat scroll 0 0 #F7F7F7;
    padding: 10px;
}


.featured-articles-container .heading-friends, .featured-articles-container .heading-blue {
    border-bottom: 1px solid #D9D9D9;
    color: #2f281f;
    margin-top: 0;
    padding-bottom: 0px;
}

.featured-articles-container .articles li {
    border-bottom: 1px dashed #C9C9C9;
    color: #0D0D0D;
    display: block;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 1px;
    position: relative;
}


.featured-articles-container .articles li .label-bullet, .featured-articles-container .articles li .label-bullet-blue {
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #EF8060;
    height: 0;
    left: 1px;
    position: absolute;
    top: 10px;
    width: 0;
}

#scrollbar .track, #scrollbar-one .track, #scrollbar-two .track, #scrollbar-three .track {
    background-color: #CCCCCC;
    height: 100%;
    padding: 0;
    position: relative;
    width: 3px;
}

#scrollbar-one .thumb, #scrollbar-two .thumb {
    background-color: #0DAED3;
}
#scrollbar .thumb, #scrollbar-one .thumb, #scrollbar-two .thumb, #scrollbar-three .thumb {
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 3px;
}

#scrollbar-one .thumb .end, #scrollbar-two .thumb .end {
    background-color: #0DAED3;
}
#scrollbar .thumb .end, #scrollbar-one .thumb .end, #scrollbar-two .thumb .end, #scrollbar-three .thumb .end {
    height: 5px;
    overflow: hidden;
    width: 13px;
}
/*-------------------------------
	UCP FRIENDS LIST FIX
------------------------------*/

/*-------------------------------
	UCP PM TAGS STYLE
------------------------------*/
div.tagsinput span.tag {
    background: none repeat scroll 0 0 #009AD7;
    border: 1px solid #009AD7;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 14px;
    margin: 3px;
    padding: 3px 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

div.tagsinput span.tag {
    color: #FFFFFF;
    font-size: 11px;
    line-height: 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.tagsinput span.tag {
    color: #638421;
    font-family: helvetica;
    font-size: 13px;
}

div.tagsinput span.tag a {
    color: #FFFFFF;
}
div.tagsinput span.tag a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

div.tagsinput {
    padding: 0;
}
div.tagsinput {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    height: auto;
    overflow-y: auto;
    padding: 5px;
    width: 60%;
}

div.tagsinput div {
    line-height: 28px;
}
div.tagsinput div {
    display: block;
    float: left;
}
.tags_clear {
    clear: both;
    height: 0;
    width: 100%;
}

#tagsinput input {
color: #FFFFFF;
font-weight: bold;
margin-bottom: 5px;
}
/*-------------------------------
	UCP PM TAGS STYLE
------------------------------*/

/*-------------------------------
	Recent activity UCP
------------------------------*/
 
 
.recent-activity {
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
}

.recent-activity li.item {
    border-bottom: 1px dashed #C9C9C9;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 20px;
    padding: 15px 0;
    position: relative;
}

.recent-activity li .icon:after {
    border-left: 2px solid #C9C9C9;
    border-top: medium none;
    content: "";
    height: 14px;
    left: -25px;
    position: absolute;
    top: 53px;
    width: 2px;
}

.recent-activity li:last-child .icon:after {
    border-left: medium none;
}

.recent-activity li .icon.gray {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #999999;
}

.recent-activity li .icon.green {
    background: none repeat scroll 0 0 #72B110;
    border: 1px solid #72B110;
}

.recent-activity li .icon.blue {
    background: none repeat scroll 0 0 #62AEEF;
    border: 1px solid #3693E2;
}

.recent-activity li .icon.yellow {
    background: none repeat scroll 0 0 #E7D246;
    border: 1px solid #D0BA24;
}

.recent-activity li .icon.orange {
    background: none repeat scroll 0 0 #F88C00;
    border: 1px solid #CA7302;
}

.recent-activity li .icon.red {
    background: none repeat scroll 0 0 #F40A0A;
    border: 1px solid #CA7302;
}


.recent-activity li .icon {
    background: none repeat scroll 0 0 #D8605F;
    border: 1px solid #BA3938;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 4px 0 #FFFFFF inset, 0 0 4px 0 #C9C9C9;
    float: left;
    height: 32px;
    margin-left: -40px;
    width: 32px;
	
}

.recent-activity li .icon i {
    color: #FFFFFF;
    padding: 8px;
    position: absolute;
}
 
.icon16 {
    font-size: 16px;
}


.recent-activity li.item .text {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
}


.recent-activity li.item .text a {
    color: #D8605F;
    font-weight: bold;
}

.recent-activity li .recent-detail{
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.recent-activity li.last-child {
    border-bottom: 0 none;
}

/*-------------------------------
	Recent activity UCP
------------------------------*/

/* --------------------------------------------------------------
UCP TABS NAVIGATION
-------------------------------------------------------------- */

.nav { /*** UCP navigation temporary fix ***/
    margin-bottom: 0px !important;
}

.widget-body { /*** UCP navigation temporary fix ***/
    background-color: #FFFFFF;
    border-bottom: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #CDCDCD;
    display: block;
    padding: 15px;
}

.tabbable-custom .nav-tabs > li.active {
    border-top: 3px solid #2f281f;
	border-radius: 6px 6px 6px 6px;
    margin-top: 0;
    position: relative;
}
.tabbable-custom .nav-tabs > li {
    border-top: 2px solid transparent;
    margin-right: 0px;
}

.tabbable-custom .nav-tabs > li.active > a {
    border-top: medium none;
    font-weight: bold;
}


ul.nav-tabs li:first-child a {
    border-top-left-radius: 4px;
    border-width: 1px 1px 0;
}

ul.nav-tabs li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F5F5F5;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0 0;
    color: #AAAAAA;
    display: block;
    font-size: 13px;
    height: 29px;
    line-height: 30px;
    margin: 0;
    padding: 0 20px;
    text-decoration: none;
    width: auto;
}

.tabbable-custom > .tab-content {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
    padding: 10px;
}

.tab-content {
    padding: 0;
}

.tab-pane.active {
    overflow: hidden;
}

.tab-pane.active {
    display: block;
}


.margin-bottom-10 {
    margin-bottom: 10px;
}

.ver-inline-menu {
    list-style: none outside none;
    margin: 0;
}
.ver-inline-menu li {
    margin-bottom: 1px;
    position: relative;
}
.ver-inline-menu li i {
    background: none repeat scroll 0 0 #E0EAF0 !important;
    color: #B9CBD5;
    font-size: 15px;
    margin: 0 8px 0 0;
    padding: 11px 9px;
}
.ver-inline-menu li a {
    background: none repeat scroll 0 0 #F0F6FA;
    border-left: 2px solid #C4D5DF;
    color: #557386;
    display: block;
	line-height: 40px;
}
.ver-inline-menu li:hover a, .ver-inline-menu li:hover i {
    background: none repeat scroll 0 0 #E0EAF0;
    text-decoration: none;
}
.ver-inline-menu li:hover i {
    background: none repeat scroll 0 0 #C4D5DF !important;
    color: #FFFFFF;
}
.ver-inline-menu li.active a, .ver-inline-menu li.active i {
    background: none repeat scroll 0 0 #169EF4;
    border-left: 1px solid #0C91E5;
    color: #FFFFFF;
    text-decoration: none;
}
.ver-inline-menu li.active i {
    background: none repeat scroll 0 0 #0C91E5 !important;
}
.ver-inline-menu li.active:after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #169EF4;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 12px;
}
/*  	
--------------------------------------------------------------
UCP TABS NAVIGATION
-------------------------------------------------------------- */

/* UCP legend frame - The <legend> tag defines a caption for the <fieldset> element */
.framed-ucp {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    padding: 20px;
}

legend {
    border: medium none;
    color: #9A9A9A;
    margin: 0;
	font-family: 'Roboto','Arial','Helvetica',sans-serif;
    font-size: 24px;
    padding: 0 10px;
    width: auto;
	display: block;
}
/* UCP legend frame - The <legend> tag defines a caption for the <fieldset> element */

.table tr.active td, .table tr.active {
    background: none repeat scroll 0 0 #DEECFA !important;
}


.widget-body-ucp {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #CDCDCD;
    display: block;
    padding: 15px;
}

.table th.table-icon, .table td.table-icon {
    width: 20px;
    background-position: 5px center;
    width: 20px;
}

.table th.table-check, .table td.table-check {
    width: 55px;
	text-align: center;
}
/*-------------------------------
	UCP form stuff
 ------------------------------*/
 
form .form-actions {
    background: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F5 100%) repeat scroll 0 0 transparent;
    border: 1px dashed #C9C9C9;
    box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

form .form-actions {
    text-align: center;
}

form .control-group {
    border-bottom: 1px dashed #C9C9C9;
}

.control-label {
    font-weight: bold;
}

/*** icons on input fields***/

.input-icon.left i {
    color: #CCCCCC;
    display: block !important;
    font-size: 16px;
    height: 16px;
    margin: 6px 2px 4px 10px;
    position: absolute !important;
    text-align: center;
    width: 16px;
    z-index: 999;
}

.input-icon.left input {
    padding-left: 33px !important;
}

.input-icon input {
    padding-right: 25px !important;
}

/*------------------------------
	UCP form stuff
 ------------------------------*/
 
/*-------------------------------
	BAN LIST FIX
------------------------------*/
 
.widget-ban.list ul li .count {
    color: #E04545;
}

.widget-ban.list span{
font-family: 'Enriqueta','Arial','Helvetica',sans-serif;
font-weight:400;
}

.widget-ban.list ul li {
    line-height: 39px;
    text-align: left;
}
/*-------------------------------
	BAN LIST FIX
------------------------------*/
 

/*-------------------------------
	TABLE STYLE FORUM INDEX AND MAIN TABLE PLACES
 ------------------------------*/
th i{
color:#b09690;
}

.no-margin-top{
margin-top:0px !important;
}

.large60{
width:70px;
}

.large80{
width:100px;
}

.large12 {
    width: 12%;
}

.large20{
width:20%;
}

.large26 {
    width: 26%;
}

.large28 {
    width: 28%;
}
 
.table {
    border-radius: 0 0 0 0;
    margin: 0 0 15px;
    position: relative;
}
.table.table-white {
    background: none repeat scroll 0 0 #000000;
}
.table th, .table td {
    border-top-color: #EBEBEB;
}

.table-borderless th, .table-borderless td {
    border: medium none;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #FAFAFA;
}
.table-bordered {
    border-color: #000000;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 0 #000000;
    -moz-box-shadow: 0 3px 0 0 #000000;
    box-shadow: 0 3px 0 0 #000000;
}
.table-bordered th, .table-bordered td {
    border-color: #DBDBDB;
}

.table .progress:last-child, .table .alert:last-child {
    margin: 0;
}
.table .shortRight {
    direction: rtl;
    text-align: right;
    text-indent: 10px;
    width: 25%;
}

.table .thead td {
    font-weight: bold;
    padding: 8px;
}

.table-primary {
    border-color: -moz-use-text-color #DBDBDB #DBDBDB;
    border-top: medium none;
}

.table-primary thead th.NameTread {
	font-size: 1.5em;
	
}

.table-primary thead th {
    background-color: #542c24;
    border-color: #542c24;
    color: #b09690;
    font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
    font-size: 1.1em;
	font-style: normal;
    font-weight: 700;
    text-rendering: optimizelegibility;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.table-primary tbody td {
    background: none repeat scroll 0 0 #FAFAFA;
    border-width: 0;
    color: #7C7C7C;
}
.table-primary tbody td.important {
    color: #4A8BC2;
    font-weight: 600;
}
.table-primary tbody td.actions {
    padding-right: 1px;
}
.table-primary.table-bordered tbody td {
    border-color: #DBDBDB;
    border-width: 1px;
	font-size:14px;
}
.table-primary tbody tr:nth-child(2n+1) td, .table-primary tbody tr:nth-child(2n+1) th {
    background: none repeat scroll 0 0 #FFFFFF;
}
.table-primary tbody tr.selectable td {
    cursor: pointer;
}
.table-primary tbody tr.selected td, .table-primary tbody tr.selectable:hover td {
    background: none repeat scroll 0 0 #CECECE;
    box-shadow: 0 0 0 1px #A8A8A8 inset;
}

.footable {
    width: 100%;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
    background: none repeat scroll 0 0 #EEEEEE;
}

.listPosition span {
    display: block;
}

td .row-icon {
    float: left;
    height: 37px;
    margin-right: 9px;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 37px;
}

td .topic-icon {
float: left;
    height: 16px;
    margin-left: -38px;
    margin-top: -5px;
    position: absolute;
    width: 16px;
}

.table-primary tbody td i {
    text-decoration: none;
	color: #999999;
}

 /*-------------------------------
	PAGINATION
 ------------------------------*/
td strong.pagination > span {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    margin-top: 4px;
    overflow: hidden;
}

td strong.pagination > span a, td strong.pagination > span .page-dots {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    padding: 0 6px;
}

td strong.pagination > span a:first-child, td strong.pagination > span .page-dots:first-child {
    border-left: 0 none;
}

.pagination ul > li > a:hover {
    background: none repeat scroll 0 0 #FAFAFA;
    color: #4285A7;
}

.pagination ul {
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 0 #FFFFFF inset;
}
.pagination ul li a {
    border-bottom: 0 none;
    border-top: 0 none;
}
.pagination ul li:first-child a {
    border-left: 0 none;
}
.pagination ul li:last-child a {
    border-right: 0 none;
}

/* --------------------------------------------------------------
close buttons and alert , info box etc
-------------------------------------------------------------- */

.alert .close {
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
}
button.close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

.awe-remove-circle:before {
    content: "";
}
[class^="awe-"]:before, [class*=" awe-"]:before {
    display: inline-block;
    text-decoration: inherit;
}
[class^="awe-"], [class*=" awe-"] {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
}

.alert.alert-info {
    background-color: #2f281f;
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
}

.alert.alert-warning {
    background-color: #C09853;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
}

.alert.alert-danger, .alert.alert-error {
    background-color: #D40000;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
}

.alert.alert-success {
    background-color: #468847;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
}

.alert {
    border: 2px solid #D3D3D3 !important;
	box-shadow: 0 1px 0 rgba(178, 0, 17, 0.05)!important;
}

.alert-info strong, .alert-warning strong, .alert-error strong {
    color: #FFFFFF !important;
}


.alert-heading {
color: #FFFFFF !important;
}

.alert a {
    color: #FFFFFF !important;
}

.label-info, .badge-info {
    background-color: #2f281f !important;
}



/*** Tooltip style for a different color use the class below ***/
/*** <a title='Customized Tooltip.' rel='tooltip' data-placement='right' data-html='true' class="changecolor">Custom Tooltip</a> ***/

.changecolor + .tooltip > .tooltip-inner {
    background-color: #fff; 
    color: #000; 
    border: 1px solid #CCCCCC; 
}

.changecolor + .tooltip.top > .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #CCC
}
.changecolor + .tooltip.left > .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #CCC;
}
.changecolor + .tooltip.bottom > .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #CCC;
}
.changecolor + .tooltip.right > .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #CCC;
}

/* --------------------------------------------------------------
close buttons and alert , info box etc
-------------------------------------------------------------- */



/* --------------------------------------------------------------
INDEX PROFILE MENU
-------------------------------------------------------------- */
.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 0 2px 2px -2px #CCCCCC;
    display: none;
    float: left;
    font-size: 11px;
    left: 0;
    list-style: none outside none;
    margin: 0;
    min-width: 160px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}


.dropdown-menu li:first-child {
    border-top: medium none;
}
.dropdown-menu li {
    background: -moz-linear-gradient(center top , #FEFEFE 0%, #F5F5F5 100%) repeat scroll 0 0 transparent;
    border-top: 1px solid #E4E4E4;
}

.dropdown-menu a {
    clear: both;
    color: #6A6A6A;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 10px;
    white-space: nowrap;
}

.navbar .nav > a {
    border-left: 1px solid #E2E2E2;
    cursor: pointer;
    display: block;
    padding: 10px 12px 7px;
    text-decoration: none;
}

.navbar .nav .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}
.navbar .nav .dropdown-menu.pull-right:before, .navbar .nav .dropdown-menu:before {
    border-bottom: 5px solid rgba(0, 0, 0, 0.25);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: -5px;
}
.navbar .nav .dropdown-menu:before {
    left: 12px;
    right: auto;
}
.navbar .nav .dropdown-menu.pull-right:before, .navbar .nav .dropdown-menu:before {
    border-bottom: 5px solid rgba(0, 0, 0, 0.25);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: -5px;
}
.navbar .nav .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}
.navbar .nav .dropdown-menu.pull-right:after, .navbar .nav .dropdown-menu:after {
    border-bottom: 4px solid #FFFFFF;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: -4px;
}
.navbar .nav .dropdown-menu:after {
    left: 13px;
    right: auto;
}
.navbar .nav .dropdown-menu.pull-right:after, .navbar .nav .dropdown-menu:after {
    border-bottom: 4px solid #FFFFFF;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: -4px;
}

.navbar-inner-toolbox {
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    background-repeat: repeat-x;
    border: 1px solid #D4D4D4;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 40px;
    padding-left: 0;
    padding-right: 0;
}


.navbar .brand:hover {
    text-decoration: none;
}


.navbar .nav.open > a, .navbar .nav.open > a:hover {
    background: none repeat scroll 0 0 #FAFAFA;
    color: #999999;
}


.navbar .nav > li > a:hover, .navbar .nav > a:hover {
    background: linear-gradient(to bottom, #FCFCFC, #F5F5F5) repeat scroll 0 0 transparent;
}

.navbar .btn-navbar {
    background-color: #FF7361;
    background-repeat: repeat-x;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    color: #FFFFFF;
    display: none;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    z-index: 300;
}
.navbar .btn, .navbar .btn-group {
    margin-top: 18px;
}

.navbar .nav > li > a {
    border-left: 1px solid #E2E2E2;
    color: #FFFFFF;
    float: none;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
}


/* --------------------------------------------------------------
index profile menu
-------------------------------------------------------------- */

/* --------------------------------------------------------------
BREADCRUMB STYLE
-------------------------------------------------------------- */

a { 
	color: #2880b2; 
	text-decoration: none;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	-moz-transition: color 0.2s ease, background-color 0.2s ease;
	-ms-transition: color 0.2s ease, background-color 0.2s ease;
	-o-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}


#breadcrumb {
    background: url("./styles/BBOOTS/theme/images/pattern2.png") repeat scroll center top #FFFFFF;
    border-top: 1px solid #F3F2F2;
    margin-bottom: 1px;
    padding: 25px 25px;
}


#breadcrumb h1 {
    margin: 0;
}


.top-menu {
    float: right;
    margin-right: -20px;
	height:25px;
}
.top-menu > li:first-child {
    border-left: 1px solid #F0F0F0;
}

.dropdown-menu > li > a > i {
    color: #555555;
    float: left;
    font-size: 14px;
    margin-right: 6px;
    margin-top: 3px;
}

.dropdown-menu .badge {
    bottom: 0;
    left: 35px;
    position: relative;
}

.top-menu > li {
    border-right: 1px solid #F0F0F0;
    float: left;
    list-style: none outside none;
    position: relative;
}

.top-menu > li > a {
    cursor: pointer;
    display: block;
    transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
}

.top-menu > li > ul > li > a {
    padding: 5px;
}

.user-menu {
    height: 20px;
    padding: 6px 14px;
}
.user-menu > img {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: -1px;
	max-width:22px;
	max-height:22px;
}

.user-menu > i {
    color: #8C8C8C;
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 1px;
}

.user-menu > span {
    color: gray;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-left: 32px;
    white-space: nowrap;
}
.top-menu .dropdown .caret {
    border-top-color: gray;
    display: inline-block;
    margin: 9px 0 0 8px;
}
.top-menu > li > ul:after {
    border-bottom: 5px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -4px;
}

.sub-breadcrumb span.time {
    color: #979595;
    margin-left: 5px;
}

.sub-crumb{
    height: 10px;
    margin-left: -5px;
    padding: 8px 1px;
}

.sub-crumb, .sub-crumb a{
    color: #808080 !important;
	
}

.sub-crumb > li > .divider {
    color: #CCCCCC;
    padding: 0 5px;
}

.sub-crumb > .active {
    color: #999999;
	font-size: 11px;
}

.sub-crumb, .sub-crumb li{
    float:left;
    list-style: none outside none;
    position: relative;
	display: inline-block;
	text-shadow: 0 1px 0 #FFFFFF;
	font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
	text-rendering: optimizelegibility;
	font-size:14px;
	
}

.crumbs:after {
    clear: both;
    content: "";
    display: block;
}
.crumbs {
    margin: 0 -20px;
    padding: 0 20px;
}
.tabs-nav, .crumbs {
    background-color: #F7F7F7;
    border-bottom: 1px solid #C7C7C7;
    box-shadow: 0 1px 0 white;
    height: 32px;
    margin: 0;
}

.index-header-head {
    height: 23px;
    margin-top: -5px;
    padding-top: 22px;
}

.index-header-head .fxicon i {
    font-size: 180px;
    opacity: 0.1;
    position: relative;
    top: -50px;
}


/*
 *
 * Big icon style for admin and user login
 *
 */
.admin-header-head {
    height: 23px;
    margin-top: -5px;
    padding-top: 22px;
}

.admin-header-head .admin-fxicon i {
    font-size: 280px;
    opacity: 0.1;
    position: relative;
    top: -35px;
}

.admin-fxicon {
    display: block;
    height: 212px;
    margin-top: -40px;
    overflow: hidden;
    position: relative;
}


.admin-header-head .user-fxicon i {
    font-size: 280px;
    opacity: 0.1;
    position: relative;
    top: -12px;
}

.user-fxicon {
	background-image: url("./styles/BBOOTS/theme/images/old-pic_barrels.jpg");
	background-repeat: no-repeat;
    display: block;
    height: 253px;
    width: 370px;
    margin-top: -40px;
    overflow: hidden;
    position: relative;
    
}

/*
 *
 * Big icon style for admin and user login
 *
 */


.fxicon {
    display: block;
    height: 90px;
    margin-top: -43px;
    overflow: hidden;
    position: relative;
}

.index-pos {
    list-style-type: none;
    margin: -62px 0 0;
}

.caption-wrapper li, li.index-title h1, li.index-sub {
    font-weight: 600;
    margin: 0;
    padding: 0;
}

li.index-title h1, .titleLineCharts h2 {
  font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
  font-size: 30px;
  line-height: 25px;
  text-rendering: optimizelegibility;
  color: #8C8C8C;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}

li.index-sub {
    color: #8C8C8C;
    font-size: 11px;
    font-weight: 400;
    line-height: 9px;
	text-rendering: optimizelegibility;
	font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
}



.sub-breadcrumb {
    background-color: #f7f7f7;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px rgba(0, 0, 0, 0.1);
    font-size: 11px;
    height: 22px;
    list-style: none outside none;
    margin: 0px 0 25px;
    padding: 3px 10px;
}

.sub-breadcrumb > .active {
    color: #999999;
}
.sub-breadcrumb > li {
    display: inline-block;
    text-shadow: 0 1px 0 #FFFFFF;
}

/* --------------------------------------------------------------
BREADCRUMB STYLE
-------------------------------------------------------------- */
 
/* --------------------------------------------------------------
SOCIAL TOP BAR
-------------------------------------------------------------- */

#social-top  a {
    color: #545861;
    margin: 0 15px 0 0;
    position: relative;
    top: 8px;
	text-decoration: none;
	float:right;
}

.clred-trans {
  transition: color 0.4s ease-out 0s;
}

.google-plus-color{
color: #d34836;
font-size:16px;
font-style: normal;
  font-weight: 400;
   text-rendering: optimizelegibility;
     -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
}
 
.pinterest-color{
color: #cb2027;
font-size:16px;
font-style: normal;
  font-weight: 400;
   text-rendering: optimizelegibility;
     -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
}

.facebook-color{
color: #3b5998;
font-size:16px;
font-style: normal;
  font-weight: 400;
   text-rendering: optimizelegibility;
     -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
}


.twitter-color{
color: #00aced;
font-size:16px;
font-style: normal;
  font-weight: 400;
   text-rendering: optimizelegibility;
     -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
}

.rss-color{
color: #E48645;
font-size:16px;
font-style: normal;
  font-weight: 400;
   text-rendering: optimizelegibility;
     -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
}

.rss-color-forum{
color: #E48645 !important;
font-style: normal;
  font-weight: 400;
   text-rendering: optimizelegibility;
     -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
}


.github-color{
color: #333333;
font-size:16px;
font-style: normal;
  font-weight: 400;
   text-rendering: optimizelegibility;
     -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
}



#social-top a:hover {
color: #2f281f;
}
/* --------------------------------------------------------------
SOCIAL TOP BAR
-------------------------------------------------------------- */


/* --------------------------------------------------------------
SEARCH STYLE
-------------------------------------------------------------- */
 
div.search-pos {
    display: block;
    height: 45px;
    margin-right: -5px;
    margin-top: -40px;
}

.search-box form {
    margin: 0;
    padding: 0;
}

.search-box form input {
    font-family: inherit;
    font-size: 15px;
    font-style: normal;
    text-indent: 25px;
	background: url("./styles/BBOOTS/theme/images/search.png") no-repeat scroll 14px center #FFFFFF;
    border-color: #CFDAE1;
    border-radius: 500px 500px 500px 500px;
    border-style: solid;
    border-width: 1px;
    color: #999999;
    overflow: hidden;
    padding: 12px 10px;
    position: relative;
	width: 25px;
	-webkit-transition: width 0.8s cubic-bezier(1, 0, 0, 1) 0s;
    -moz-transition: width 0.8s cubic-bezier(1, 0, 0, 1) 0s;
    -o-transition: width 0.8s cubic-bezier(1, 0, 0, 1) 0s;
    transition: width 0.8s cubic-bezier(1, 0, 0, 1) 0s;
}

.search-box form input:focus {
    border-color: #DFE6EB;
    box-shadow: none;
    cursor: text;
    width: 180px;
}
.search-box form input:hover:not(:focus) {
    cursor: pointer;
}

.search-box form input:hover,
.search-box form input:focus {
  outline: none;
}

/* --------------------------------------------------------------
SEARCH STYLE
-------------------------------------------------------------- */
 
/* --------------------------------------------------------------
HEADER STYLE
-------------------------------------------------------------- */
 
#top-line {
    background: none repeat scroll 0 0 #2f281f;
	height: 4px;
    width: 100%;
	display: block;
}

header {
    display: block;
    padding: 0px;
    height: 303px;
    background-image: url("./styles/BBOOTS/theme/images/BG_header_forum_whisky.png");
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
}

header .topArea {
    display: table;
    width: 100%;
}

header .leftArea {
}

header .leftArea .logo {
    width: 198px;
    height: 303px;
    float: left;
}

header .leftArea .site-info {
    color: #ffffff;
    display: block;
    font-size: 19px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
    font-weight: 700;
    margin: 0;
	padding: 5px;
	padding-left: 12px;
	width: 270px;
    float: left;
    margin-top: 189px;
    line-height: 24px;
}

.site-info i {
font-size: 14px;
}





/* --------------------------------------------------------------
HEADER STYLE
-------------------------------------------------------------- */

/* --------------------------------------------------------------
MAIN NAVIGATION
-------------------------------------------------------------- */
#navBtn {
  display: none;
}

.mainnav {
	display: table-cell;
    font-weight: 400;
    position: relative;
    vertical-align: bottom;
    z-index: 999;
    padding-right: 10px;
}
.mainnav li {
  text-align: left;
}
.mainnav > ul {
  float: right;
  
}

.mainnav > ul > li {
  position: relative;
  float: left;
  list-style: none;
  filter: inherit;
  display: block;
  width: auto;
  height: 29px;
}

.mainnav > ul > li > a:hover,
.mainnav > ul > li > a:focus {
outline: none;

}


.mainnav > ul > li > a {
    color: #f9f9f9;
    display: block;
    font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    min-width: 89px;
    padding: 10px 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
	text-rendering: optimizelegibility;
}

.mainnav > ul > li > p {
  position: absolute;
  top: 30px;
  left: 5px;
  line-height: 21px;
  color: #999999;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
  font-style: normal;
  font-weight: 400;
  font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
  font-size: 11px;
}

.mainnav > ul > li > a > i {
   font-size: 18px;
   text-rendering: optimizelegibility;
   color: #929292;
   font-style: normal;
   font-weight: 400;
   padding: 5px;
   position: absolute;
   top: 5px;
}

.nav-icon:first-child{
 margin-right: -5px;
}

.nav-icon:last-child{
 margin-right: -15px;
    padding-right: 25px;
}

.nav-icon [class*="icon-"] {
    -webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
 -moz-transform-style: preserve-3d;
 -webkit-transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform, color;
    -moz-transition-property: -moz-transform, color;
    -o-transition-property: -o-transform, color;
    transition-property: transform, color;
}

[class*="icon-"] {
    display: inline-block;
}


.nav-icon:hover [class*="icon-"] {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform: rotate(360deg);
}

.nav-icon i:hover {
color: #2f281f;
}


.mainnav > ul > li:hover > ul,
.mainnav > ul > li:hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  visibility: visible;
}

.submenu {
  position: absolute;
  left: -24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 4px solid #2f281f;
  visibility: hidden;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
.submenu {
  padding: 0 15px;
}
.submenu li {
  position: relative;
  list-style: none;
}
.submenu li > span {
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #e4e4e4;
  transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  
}
.submenu li:hover > a {
  color: #2f281f;
  text-decoration: none;
}
.submenu li:hover > span {
  width: 100%;
  background-color: #2f281f;
}
.submenu li:nth-last-child(1) > span {
  display: none;
}
.submenu a {
  display: block;
  font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering, well at least for the time being */
	-webkit-text-stroke: 0.2px; /* Fix for webkit rendering, well at least for the time being */
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0;
  color: #999999;
  min-width: 160px;
  max-width: 200px;
}
/* --------------------------------------------------------------
MAIN NAVIGATION
-------------------------------------------------------------- */
 

 /*------------------------------------------------------------------------------
	RESPONSIVE QUERIES
 -------------------------------------------------------------------------------*/
 
/* Logo and site-info Tweak for best display while resizing */
@media (min-width: 997px) and (max-width: 1217px) {

  td .row-icon, .topic-icon {
    display:none;
}

  .promo-icon {
    display: none !important;
}

header .leftArea .logo {
    float:none;
}

}


/*
 *
 * Responsive menu settings
 *
 */
 
 
@media (min-width: 768px) and (max-width: 979px) {


header .mainnav{
    display: block;
    float: none;
    text-align: center;
}

  td .row-icon, .topic-icon {
    display:none;
}

header .leftArea {
    display: block;
    margin-bottom: -6%;
    text-align: center;
}


header .leftArea .logo {
    display: block;
    float: none;
    margin: 0 0 5px;
}

  .header {
    height: 280px;
  }
  .header .logo {
    left: 50%;
    margin-left: 5px;
  }

  .mainnav {
    display: block;
    text-align: center;
    padding-top: 268px;
  }
  
  .mainnav > ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
    *display: inline;
    *zoom: 1;
	margin-top: -30px;
  }
  .container {
    width: 95%;
    margin: 0 auto;
  }
  
  .user-profile-tab {
    margin: 0 !important;
}
 
.user-profile-output {
    margin-left: 55px !important;
}

.user-profile-tag {
    width: 60px !important;
}
  
  .promo-icon {
    display: none !important;
}
  
}


@media (max-width: 979px) {

  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: transparent !important;
  }

  .nav-collapse .dropdown-menu {
    margin: 0 !important;
  }
  
  .dropdown-menu li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

  .caret {
    border-top: 4px solid #8C8C8C !important;
}

}


@media (max-width: 767px) {

	
	header {
    background-image: url(./styles/BBOOTS/theme/images/header_forum_whisky_tablet_600.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 281px;

	}
	
	header .leftArea {
	float: left;
	display: none;	
	z-index: 999;	
	}
	
	header .topArea {
	padding-top: 230px;
	}


  .header {
    height: auto;
    
  }
  .header > .line {
    top: 107px;
    bottom: auto;
  }
  
  .promo-icon {
    display: none !important;
}
  
  #navBtn {
    font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
	text-rendering: optimizelegibility;
    line-height: 40px;
    text-align: left;
    position: relative;
    display: block;
    width: auto;
    height: 40px;
    padding: 0 10px;
    background-color: #542C24;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
  }
  #navBtn > .icon {
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    right: 10px;
    top: 7px;
  }
  #navBtn:hover,
  #navBtn.on {
    background-color: #2f281f;
  }
  td .row-icon, .topic-icon {
    display:none;
}
  .mainnav {
  display: block;
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .mainnav > ul {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 176px;
    left: 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }
  
  .mainnav-mob > ul > li {
    position: relative;
    border: 1px solid #f6f6f6;
    float: none;
    width: auto;
    height: auto;
    background-color: #ffffff;
  }
  

  
  
  /* Footer */

/*
*
* Mobile menu specific settings
*
*/
  
    .mainnav-mob > ul > li {
    position: relative;
    border: 1px solid #f6f6f6;
    float: none;
    width: auto;
    height: auto;
    background-color: #ffffff;
  }
  
  .mainnav-mob > ul > li > a {
    display: block;
    font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
	text-rendering: optimizelegibility;
    line-height: 16px;
    color: #999999;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
  }
  
   .mainnav-mob > ul > li > p {
    display: none;
  }
  .mainnav-mob > ul > li:hover,
  .mainnav-mob > ul > li.current {
    border-color: #f6f6f6;
  }
  .mainnav-mob > ul > li:hover > a,
  .mainnav-mob > ul > li.current > a {
    color: #542C24;
  }
  
  
  
/*
*
* Mobile menu specific settings
*
*/
  
  .submenu {
    position: relative;
    top: auto;
    width: 99.8%;
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
    border-bottom: 2px inset;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .submenu li {
    border-top: 1px solid #f6f6f6;
    padding: 0 6px;
  }
  .submenu li a {
    font-size: 12px;
    padding: 8px 0;
    max-width: 100%;
  }
  .submenu li > span,

  .dark .submenu li{
    border-color: #494949;
  }
  
  .logo-transition a:before, .logo-transition a:after {
    display: none !important;
	}

}


 /*------------------------------------------------------------------------------
	RESPONSIVE QUERIES
 -------------------------------------------------------------------------------*/
 
 /*------------------------------------------------------------------------------
	FOOTER LAYOUT
 -------------------------------------------------------------------------------*/
.promo-box p {
    color: #8C8C8C;
    font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
    margin: 0 !important;
	font-size: 14px;
}

footer .promo-box i {
    color: #777777;
    opacity: 0.2;
}

footer .promo-box h2 {
    font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
    margin: 0 0 7px;
}
 
.promo-box {
    background: url("./styles/BBOOTS/theme/images/pattern2.png") repeat scroll center top #FFFFFF;
    border-left: 4px solid #2f281f;
    padding: 10px;
	margin-top: 30px;
}

.promo-icon{
   display: block;
    float: right;
    height: 150px;
    margin-top: -30px;
    overflow: hidden;
    position: relative;
}

.screen-pos {
    float: right;
    font-size: 130px;
    margin-top: 24px;
    opacity: 0.2;
}

.laptop-pos {
   float: right;
    font-size: 100px;
    margin-top: 47px;
    opacity: 0.2;
}

.mobile-pos {
    float: right;
    font-size: 70px;
    margin-right: -8px;
    margin-top: 78px;
    opacity: 0.2;
}


 
.side-segment h3:after, .side-segment h2:after {
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: -2px;
    width: 50px;
}

.page-header h3:after {
    background-color: #2f281f;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: -2px;
    width: 50px;
}


.page-header {
    border-bottom: medium none !important;
	margin: 20px 0 10px !important;
}

footer {
    border-top: 3px solid #2f281f;
    display: block;
	position: relative;
	margin-top: 20px;
}

#footerContent blockquote p {
color: #8C8C8C;
font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
font-size: 20px;
}

#footerContent blockquote p span {
color:#2f281f;
}

footer a {
    color: #555555;
}

.statistics {
	padding: 10px 15px !important;
	color: #F5F5F5;
	
}

.statistics h3  {
	font-size: 1.5em;
	font-weight: 700;
	color: #FAFAFA;
}

.statistics h3 a {
	font-weight: 700;
	color: #FAFAFA;
}

.statistics strong a {
	color: #AD871E;
}

/*
 *
 * Footer links and recent post layout 
 *
 */

footer #footerContent {
    padding: 10px 15px 0;
    position: relative;
    z-index: 99;
}

footer a.boxloghi  {
	margin-bottom: 10px;
	display: block;

	
}

footer .BoxOnline {
	color: #8C8C8C;
	
}

footer .BoxOnline a {
	color: #AD871E;
}

footer .navList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	font-style: normal;
    font-weight: 400;
    text-rendering: optimizelegibility;
	font-size:13px;
}

footer .navList li a:before {
    padding: 0 10px 0 0;
    position: relative;
    top: 1px;
}

footer .navList li a:hover {
    color: #AD871E;
}

footer .navList li a{
text-decoration: none;
}

footer .navList li:first-child a {
    padding-top: 0;
}
footer .navList li a {
    border-bottom: 1px dashed #D3D3D3;
    display: block;
    padding: 7px 0;
    color: #8C8C8C;
}

/*
 * Remove bottom dashed line
  footer .navList li:last-child a {
    border-bottom: medium none;
}
 *
 */

.recent-topic {
    line-height: 20px;
    margin: 0 0 15px;
}

.recent-topic .blogImage {
    float: left;
    margin-right: 10px;
}
.recent-topic a, .links a {
    color: #555555;
	margin-top: 3px;
}

.recent-topic img {
    border: 1px solid #E4E4E4;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    max-width: 100%;
    transition: all 0.2s ease 0s;
}

.recent-topic img:hover {
opacity:0.8;
    transition: all 0.2s ease 0s;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recent-topic p {
    color: #999999;
    font-family: inherit;
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizelegibility;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
}


h1, h2, h3, h4, h6, h1 a, h2 a, h3 a, h4 a, h6 a {
    color: #333333;
    font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
    font-weight: 200;
    line-height: normal;
    margin: 0 0 10px;
	-webkit-font-smoothing: antialiased;
}

h5, h5 a {
    color: #333333;
    font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
    font-weight: 200;
    line-height: normal;
    margin: 0 0 10px;
	-webkit-font-smoothing: antialiased;
}

footer .bottomLinks {
    font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 25px;
    text-rendering: optimizelegibility;
}

footer .bottomLinks i.rosso {
color: #F27490;
}

footer .bottomLinks i.earth {
color: #669933;
}

footer .bottomLinks small {
color: #A5A5A5;
}

footer .bottomLinks small a {
color: #A5A5A5;
}

footer #footerBottom {
    position: absolute;
    width: 100%;
}

footer #footerBottom .disclaimer {
    color: #686868;
    float: left;
    font-size: 11px;
    font-style: italic;
    margin: 15px 0 0 5px;
}

a.bottomLinks {
    color: #A5A5A5;
}


footer .bottomLinks a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1px;
    color: white;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    padding: 0 2px;
	text-decoration:none;
}

footer .bottomLinks a:hover {
    border-bottom: 1px solid #2f281f;
}

/*
 *
 * Twitter layout 
 *
 */
.twitter-layout:before {
    color: #2f281f;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 2px;
}

.twitter-layout p {
margin: 0 0 3px !important;
text-indent: 18px;
}


.twitter-layout {
    line-height: 17px;
    margin-bottom: 24px;
    padding: 0 0 10px;
    position: relative;
}

.twitter-link {
    margin-right: 10px;
}

.w-bloglist.date_atbottom .w-bloglist-entry-date {
    display: block;
    margin-top: 5px;
}

.twitter-time {
    line-height: 19px;
	color: #999999;
    font-family: inherit;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
	
}

footer .interact a {
    padding: 1px;
	color:#999999 !important;
}

footer .interact a:hover{
	color:#2f281f !important;
}

.tweet {
    color: #555555;
    font-size: 13px;
}

/** Hides twitter avatar and link **/
.twitter-user {
    display: none;
}

 /*------------------------------------------------------------------------------
	FOOTER LAYOUT
 -------------------------------------------------------------------------------*/


/*-------------------------------
	RADIO CHECKBOX STYLE
 ------------------------------*/
/*-------------------------------
	RADIO CHECKBOX STYLE DISABLED TO TEST 

input[type="checkbox"][disabled] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url('/img/checkboxes.png') -38px top no-repeat;
}

input[type="checkbox"][disabled]:checked + label span { 
background:url('/img/checkboxes.png') -57px top no-repeat; }

	RADIO CHECKBOX STYLE DISABLED TO TEST
 ------------------------------*/



input[type="checkbox"],input[type="radio"]{
  display:none;
}
input[type="checkbox"]+label,input[type="radio"]+label{
  cursor:pointer;
}
input[type="checkbox"]+label:before,input[type="radio"]+label:before{
  content:"";
  display:inline-block;
  height:19px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  width:19px;
}
input[type="checkbox"]+label:before{
  background:url("./styles/BBOOTS/theme/images/radio-check.png")left top no-repeat;
}
input[type="checkbox"]:checked+label:before{
  background:url("./styles/BBOOTS/theme/images/radio-check.png")-19px top no-repeat;
}
input[type="radio"]+label:before{
  background:url("./styles/BBOOTS/theme/images/radio-check.png")-38px top no-repeat;
}
input[type="radio"]:checked+label:before{
  background:url("./styles/BBOOTS/theme/images/radio-check.png")-57px top no-repeat;
}
input[type="checkbox"]:checked+label,input[type="radio"]:checked+label{
  font-weight:bold;
}


.selector, .checker, .button, .radio, .uploader {
    display: inline-block;
    vertical-align: middle;
}

.controls > .radio, .controls > .selector, .controls > .checkbox {
    display: inline-block;
    margin: 5px 15px 10px 0 !important;
    padding: 0 !important;
	
}

/*-------------------------------
	RADIO CHECKBOX STYLE
 ------------------------------*/
 
/*-------------------------------
	USER PROFILE 
 ------------------------------*/

.avatar-frame.imageframe img{border:6px solid #f6f6f6;}
.avatar-frame.imageframe-glow img{
-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */
box-shadow: 0 0 3px rgba(0,0,0,.3); /* outer glow */
}
.avatar-frame.imageframe-dropshadow img{
-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */
-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */
box-shadow: 2px 3px 7px rgba(0,0,0,.3); /* drop shadow */
} 
 
.user-profile-tab {
    margin: 0 12px;
	border-left: 1px solid #CCCCCC;
}

.user-profile-row {
    position: relative;
}

.user-profile-tag {
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px dotted #D5E4F1;
    bottom: 0;
    color: #6e2e21;
    font-weight: normal;
    left: 0;
    padding: 3px 5px 5px 0;
    position: absolute;
    text-align: right;
    top: 0;
	font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
    width: 60px;
}

.user-profile-output {
    border-top: 1px dotted #D5E4F1;
    margin-left: 65px;
    padding: 2px;
	font-family: inherit;
	overflow:hidden;
    text-overflow:ellipsis;
}

.user-profile-avatar{
text-align:center;
margin-bottom:5px;
}



/*-------------------------------
	ribbon on-line viewtopic and user profile style
------------------------------*/

.ribbon-wrapper.small {
    height: 68px;
    width: 65px;
}
.ribbon-wrapper {
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 85px;
}

.ribbon-wrapper.small .ribbon {
    font-size: 13px;
    padding: 0;
    width: 90px;
}
.ribbon-wrapper .ribbon.on-line{
    background-color: #31D83A;
}

.ribbon-wrapper .ribbon {
  display: block;
  font-family: 'Enriqueta','Arial','Helvetica',sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  line-height: 20px;
  background-color: #797979;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
/*-------------------------------
	ribbon on-line viewtopic and user profile style
------------------------------*/

/*-------------------------------
	USER PROFILE 
 ------------------------------*/

 /*-------------------------------
	SIGNATURE
 ------------------------------*/

p.separator:before {
    background: none repeat scroll 0 0 #CDCDCD;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 50%;
}

p.separator i {
    background: none repeat scroll 0 0 #F5F5F5;
    display: inline-block;
    left: 50%;
    margin-left: -25px;
    margin-top: -5px;
    padding: 0 10px;
    position: absolute;
    top: 50%;
	color: #CDCDCD;
}

p.separator {
    display: block;
    height: 48px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
	text-align:center;
	padding: 5px;
}

.signature-pm {
    line-height: 140%;
    overflow: hidden;
    padding-top: 0.2em;
    width: 100%;
}

 /*-------------------------------
	SIGNATURE
 ------------------------------*/
 
 /*-------------------------------
	QUICK REPLY
 ------------------------------*/
 
.widget-tool {
    color: #333333;
    float: right;
    line-height: 30px;
    text-align: right;
}

.btn.btn-glyph {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-glyph, .btn-glyph:hover, .btn-glyph:active, .btn-glyph[disabled] {
    text-decoration: none;
}
.btn-glyph, .btn-glyph:hover, .btn-glyph:active {
    color: #333333;
}
.btn-glyph {
    cursor: pointer;
    padding: 5px 4px 3px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.btn {
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    font-weight: bold;
}

.widget {
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    position: relative;
}
.widget:before, .widget:after {
    content: "";
    display: table;
}
.widget:after {
    clear: both;
}
.widget-box {
    border: 1px solid #C9C9C9;
}
.widget-simple {
    background-color: #F5F6F9;
    border: 1px solid #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    padding: 0 15px;
}
.widget-table {
    border: 1px solid #C8CCCE;
}
.widget-table.strong {
    border: 1px solid #B4B7BE;
}
.widget-simple.widget-table {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 0;
}
.widget-header {
    border-bottom: 1px solid #BBBBBB;
    border-radius: 4px 4px 0 0;
	cursor: pointer;
    min-height: 30px;
    padding: 5px 0 4px;
    position: relative;
}

.well-qr {
    border: 1px solid #DBDBDB !important;
    border-radius: 3px 3px 3px 3px !important;
    padding: 5px 15px !important;
}

.widget-header-text {
    border-radius: 4px 4px 0 0;
    min-height: 30px;
    padding: 5px 0 4px;
    position: relative;
}

.widget-body-text {
    background-color: #F9F9F9;
	border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #CDCDCD;
    display: block;
    padding: 15px;
}

.widget-header h3, .widget-header h4, .widget-header h5, .widget-header h6 {
    float: left;
    margin: 0;
}

.widget-header h3, .widget-header h4 {
    line-height: 35px;
}

.widget-header h4{
border-bottom: medium none !important;
font-size: 22px !important;
font-family: 'Roboto','Arial','Helvetica',sans-serif !important;
color: #8C8C8C;
font-style: normal;
}

.widget-header h6 {
    margin-top: 2px;
}
.widget-header h3 small, .widget-header h4 small, .widget-header h5 small, .widget-header h6 small {
    color: #979FA5;
    font-weight: bold;
    text-transform: uppercase;
}
.widget-header .nav > li > a:hover {
    border: medium none;
}
 /*-------------------------------
	QUICK REPLY
 ------------------------------*/
 
/*-------------------------------
	ELEMENTS PAGE STYLE 
------------------------------*/

.bs-docs-sidenav {
    margin-top: 20px !important;
}

.nav.nav-list.bs-docs-sidenav.affix > li > a {
    padding: 5px 15px;
}

.bs-docs-sidenav {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin: 30px 0 0;
    padding: 0;
    width: 228px;
}

.bs-docs-sidenav > li:first-child > a {
    border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav > li:last-child > a {
    border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
    border: 0 none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    padding: 9px 15px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    background-color: #0088CC;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}



.bs-docs-sidenav > li > a {
    border: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
}

.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}

.bs-docs-example:after {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #9DA0A4;
    content: "Example";
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}
.bs-docs-example {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    margin: 15px 0;
    padding: 39px 19px 14px;
    position: relative;
}

.bs-docs-example-submenus {
    min-height: 180px;
}


.bs-docs-example-submenus .dropup > .dropdown-menu, .bs-docs-example-submenus .dropdown > .dropdown-menu {
    display: block;
    margin-bottom: 5px;
    position: static;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.bs-docs-example .pagination {
    margin-top: 0;
}
.bs-docs-example .table, .bs-docs-example .progress, .bs-docs-example .well, .bs-docs-example .alert, .bs-docs-example .hero-unit, .bs-docs-example .pagination, .bs-docs-example .navbar, .bs-docs-example > .nav, .bs-docs-example blockquote {
    margin-bottom: 5px;
}




.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}





.nav-list {
width: 228px;
margin: 30px 0 0;
padding: 0;
background-color: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
}


.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
color: #ffffff;
text-shadow: 0 -1px 0 
rgba(0, 0, 0, 0.2);
background-color: #0088cc;
}

@media (min-width: 1200px){
.nav-list {
width: 258px;
}
}

@media (max-width: 979px) and (min-width: 768px){
.nav-list {
width: 140px;
margin-top: 20px;
}
}

@media (max-width: 767px){
.nav-list.affix {
position: static;
width: auto;
top: 0;
margin-bottom:15px; 
margin-left:15px;
}

}

/*  	
--------------------------------------------------------------
ICON PAGE on TEST
-------------------------------------------------------------- */
.icon-style-list ul.zoom-tweak li {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    color: #7F7F7F;
    font-family: arial;
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 15px;
    padding: 10px;
}

.icon-style-list i {
	color: #999999;
}

ul.zoom-tweak li i {
    float: left;
    height: 20px;
    margin-right: 5px;
    text-align: center;
    transition: all 250ms ease 0s;
    width: 30px;
}

ul.zoom-tweak li:hover i {
    color: #666666;
    transform: scale(2, 2);
}

/*  	
--------------------------------------------------------------

.icon-style-list ul.unstyled li:hover {
	background: none repeat scroll 0 0 #EEEEEE;
}
-------------------------------------------------------------- */

.the-icons li {
    float: left;
    line-height: 30px;
    width: 20%;
	list-style: none outside none;
}


.glyph {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
    float: left;
    font-size: 14px;
    margin: 0.65em 0.85em;
    padding: 0.35em;
    text-align: center;
    width: 5.5em;
}
.glyph input {
    border: 0 none;
    box-shadow: 0 0 0 1px #CCCCCC;
    font-family: consolas,monospace;
    font-size: 13px;
    padding: 0.125em;
    text-align: center;
    width: 80%;
}

	.centered {
		margin-left: auto;
		margin-right: auto;
	}
	.fs1 {
		font-size: 2em;
	}

	.box1 {
		font-size: 16px;
		display: inline-block;
		width: 15em;
		padding: .25em .5em;
		background: #eee;
		margin: .5em 1em .5em 0;
	}

.rating {
    direction: rtl;
    font-size: 30px;
    unicode-bidi: bidi-override;
}
.rating span.star {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star:before {
    color: #999999;
    content: "";
    padding-right: 5px;
}
.rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
    color: #E3CF7A;
    content: "";
}

/*  	
--------------------------------------------------------------
ICON PAGE on TEST
-------------------------------------------------------------- */