body {
	background: #EAEAEA url(../img/whitey.jpg) repeat center top;
	color: #555555;
    font-family: 'Merriweather', serif;
}

p {
  font-size:16px;
  line-height:1.5em;
  text-align: justify;
}

pre {
	word-break: normal;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #777;
	background-image: -o-linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), -o-linear-gradient(left, #444, #777 3%, #777 97%, #444);
	background-image: -ms-linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), -ms-linear-gradient(left, #444, #777 3%, #777 97%, #444);
	background-image: -moz-linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), -moz-linear-gradient(left, #444, #777 3%, #777 97%, #444);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(10%, rgba(0,0,0,0.05)), color-stop(100%, #777)), -webkit-gradient(linear, left center, right center, color-stop(0%, #444), color-stop(3%, #777), color-stop(97%, #777), color-stop(100%, #444));
	background-image: -webkit-linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), -webkit-linear-gradient(left, #444, #777 3%, #777 97%, #444);
	background-image: linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), linear-gradient(left, #444, #777 3%, #777 97%, #444);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff444444', GradientType=0);
}

.well {
	background-color: #ffffff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.well-large {
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.well-small {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-xlarge {
	padding: 15px 30px;
	font-size: 24px;
	line-height: normal;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.alert {
	margin-bottom: 0px;
}

.navbar-inner {
	padding: 0 20px;
	background-color: #555;
	background-image: -o-linear-gradient(top, #555, #333);
	background-image: -ms-linear-gradient(top, #555, #333);
	background-image: -moz-linear-gradient(top, #555, #333);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
	background-image: -webkit-linear-gradient(top, #555, #333);
	background-image: linear-gradient(top, #555, #333);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#333333', GradientType=0);
	background-repeat: repeat;
	border: none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-pie-background: linear-gradient(top, #F8F8F8, #333);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 9999;
	zoom: 1;
}

.navbar .brand {
	font-weight: 400;
	color: #EEE;
	text-shadow: 0 -1px 1px #000;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 9999;
	zoom: 1;
}

.navbar .nav > li > a {
	color: #EEE;
	text-shadow: 0 -1px 1px #000;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #EEE;
	text-decoration: none;
	background-color: #777;
	background-image: -o-linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), -o-linear-gradient(left, #444, #777 3%, #777 97%, #444);
	background-image: -ms-linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), -ms-linear-gradient(left, #444, #777 3%, #777 97%, #444);
	background-image: -moz-linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), -moz-linear-gradient(left, #444, #777 3%, #777 97%, #444);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(10%, rgba(0,0,0,0.05)), color-stop(100%, #777)), -webkit-gradient(linear, left center, right center, color-stop(0%, #444), color-stop(3%, #777), color-stop(97%, #777), color-stop(100%, #444));
	background-image: -webkit-linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), -webkit-linear-gradient(left, #444, #777 3%, #777 97%, #444);
	background-image: linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), linear-gradient(left, #444, #777 3%, #777 97%, #444);
}

.navbar .btn-navbar {
	background-color: #555;
	*background-color: #555;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#555));
	background-image: -webkit-linear-gradient(top, #555, #555);
	background-image: -o-linear-gradient(top, #555, #555);
	background-image: linear-gradient(to bottom, #555, #555);
	background-image: -moz-linear-gradient(top, #555, #555);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#555555', GradientType=0);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
	background-color: #555;
	*background-color: #555;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #EEE;
	text-decoration: none;
	background-color: #777;
	background-image: -o-linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), -o-linear-gradient(left, #444, #777 3%, #777 97%, #444);
	background-image: -ms-linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), -ms-linear-gradient(left, #444, #777 3%, #777 97%, #444);
	background-image: -moz-linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), -moz-linear-gradient(left, #444, #777 3%, #777 97%, #444);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(10%, rgba(0,0,0,0.05)), color-stop(100%, #777)), -webkit-gradient(linear, left center, right center, color-stop(0%, #444), color-stop(3%, #777), color-stop(97%, #777), color-stop(100%, #444));
	background-image: -webkit-linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), -webkit-linear-gradient(left, #444, #777 3%, #777 97%, #444);
	background-image: linear-gradient(#444, rgba(0,0,0,0.05) 10%, #777), linear-gradient(left, #444, #777 3%, #777 97%, #444);
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #ABC;
	border-bottom-color: #ABC;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #CDF;
	border-bottom-color: #CDF;
}

.hero-unit {
	background-color: #fff;
}

.affix {
	top:60px;
}

#searchform {
    margin-bottom: 0px;
}

#searchform .input-append,.input-prepend{
    display: block;
    margin-bottom: 0px;
}

.visible-desktop-wide {
	display: inherit !important;
}

@media (min-width: 980px) and (max-width: 1199px) {
	.visible-desktop-wide {
		display: none !important ;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.visible-desktop-wide {
		display: none !important ;
	}
}

@media (max-width: 767px) {
	.visible-desktop-wide {
		display: none !important;
	}
	.footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	.modal.fade.in {
		top: 15%;
	}
}

@media (max-width: 979px) {
	.navbar-fixed-top .navbar-inner,
	.navbar-fixed-bottom .navbar-inner {
		padding: 0px;
	}
	.navbar .brand {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	body {
		padding-left: 0px;
		padding-right: 0px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top, .footer {
		margin-left: 0px;
		margin-right: 0px;
	}
	.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
		width: 95%;
	}
}

/*sticky footer fixes*/
html, body{height: 100%;}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

.wrap {min-height: 100%;}
.logo{
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 14px;
}
.cleartop{padding-bottom:60px;}
.clearbottom{padding-bottom:80px;}
#social-media{
	margin-top:10px;
	position:relative;
}
#social-media a{
	display: inline-block;
}
#social-media a img{
	opacity:0.5;
}
.footer {
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 40px;
	clear:both;
  	padding: 10px 10px;
  	background-color: #CCC;
}
.footer-links {
	color: #777;
	margin: 10px 0;
}
.footer-links li {
	display: inline;
	margin-right: 10px;
	line-height: 0px;
}
.footer-links li a{
	color: #777;
}

/* the growl notifier classes */
div.jGrowl { z-index: 9999; color: #fff; font-size: 12px; }
div.jGrowl { position: absolute; }
body > div.jGrowl { position:fixed; }
div.jGrowl.top-left { left: 0px; top: 0px; }
div.jGrowl.top-right { right: 0px; top: 40px; }
div.jGrowl.bottom-left { left: 0px; bottom: 0px; }
div.jGrowl.bottom-right { right: 0px; bottom: 0px; }
div.jGrowl.center { top: 0px; width: 50%; left: 25%; }
div.center div.jGrowl-notification, div.center div.jGrowl-closer { margin-left:auto; margin-right:auto; }
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer { 
	background: #000; 
	box-shadow: 0 1px 3px #909090; 
	-webkit-box-shadow: 0 1px 3px #909090; 
	-moz-box-shadow: 0 1px 3px #909090; 
	opacity: .60; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	zoom: 1;
	width: 235px;
	padding: 8px 15px;
	margin-top:5px;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	text-align:left; 
	display: none;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
}
div.jGrowl div.jGrowl-notification { min-height:40px; }
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {margin: 10px;}
div.jGrowl div.jGrowl-notification div.jGrowl-header {font-weight: bold; font-size: 12px; }
div.jGrowl div.jGrowl-notification div.jGrowl-close {z-index:99;float: right;font-weight: bold;	font-size: 1em;	cursor: pointer; }
div.jGrowl div.jGrowl-closer { padding-top: 4px; padding-bottom: 4px; cursor: pointer; font-size:.9em;	font-weight: bold; text-align: center; }

/** Hide jGrowl when printing **/
@media print {	div.jGrowl { display: none; } }


/* for the geshi highlighter */
.geshisourcecolorer {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* for the widget forms */
.widget {
margin-bottom: 20px;
	position: relative;
}
.widget .widget-header {
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	height: 40px;
	line-height: 40px;
	position: relative;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-background-clip: padding-box;
}	
.widget .widget-header .title {
	font-size: 14px;
	font-weight: 800;
	color: #555;
	line-height: 18px;
	display: inline-block;
	margin-right: 3em;
	position: relative;
	left: 10px;
	text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}
.widget .widget-content.form-container, .widget .widget-content .form-container {
	padding: 0;
}
.widget .widget-header + .widget-content, .widget .widget-content + .widget-content {
	border-top: 0;
}
.widget .widget-content {
	position: relative;
	padding: 25px;
	background-color: white;
}
.widget .form-container .control-group {
	padding: 16px 20px;
	border-top: 1px solid #CCC;
}
.widget form{
	margin-bottom: 0px;
}
.widget .form-actions{
	margin-bottom: 0px;
}
#fb-root {
	display: none;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }

.emm-paginate {
    padding:10px;
    padding-bottom:30px;
    overflow:hidden;
}
.emm-paginate a {
    background-color:#fff;
    border:1px solid #ccc;
    color:#666;
    margin-right:5px;
    padding:4px 8px;
    text-align:center;
    text-decoration:none;
}
.emm-paginate .emm-title {
    color:#555;
    margin-right:4px;
}
.emm-paginate .emm-gap {
    color:#999;
    margin-right:4px;
}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {
    color:#fff;
    background:#18AEF5;
    border:1px solid #0A95D8;
    margin-right:5px;
    padding:4px 8px;
}
.category{
    color: #CCCCCC;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    margin: 10px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption-text {
    text-align: center;
    margin: 10px 0;
}
#comments ul, #comments ul li, #comments ul li ul li{
    list-style: none outside none;
    margin: 20px 0;
}
#comments ul li p {
    padding-top: 10px;
    font-size: 14px;
}

/*Mobile UI Sprites*/
#topBarIconMenu {
	height: 30px;
	width: 40px;
	background-image: url('../img/sprites-phone.png');
	background-position: 0 -552px;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: 7px;
	z-index: 10;
	content: ' ';
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#topBarIconMenu.activeState {
	background-position: 0 -706px;
}
#topBarIconMenuRight {
	height: 30px;
	width: 40px;
	background-image: url('../img/sprites-phone.png');
	background-position: 0 -552px;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	right: 7px;
	z-index: 10;
	content: ' ';
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#topBarIconMenuRight.activeState {
	background-position: 0 -706px;
}
#topBarIconBackList {
	height: 31px;
	width: 46px;
	background-image: url('../img/sprites-phone.png');
	background-position: 0 -41px;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: 7px;
	z-index: 10;
	content: ' ';
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#topBarIconBackList.activeState {
	background-position: 0 -82px;
}
#topBarIconShare {
	height: 30px;
	width: 40px;
	background-image: url('../img/sprites-phone.png');
	background-position: 0 -324px;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	right: 7px;
	z-index: 10;
	content: ' ';
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#topBarIconShare.activeState {
	background-position: 0 -404px;
}
.shareDialogMail {
	height: 24px;
	width: 25px;
	background-image: url('../img/sprites-phone.png');
	background-position: 0 -444px;
	background-repeat: no-repeat;
	display: block;
}
.shareDialogFb {
	height: 24px;
	width: 25px;
	background-image: url('../img/sprites-phone.png');
	background-position: 0 -848px;
	background-repeat: no-repeat;
	display: block;
}
.shareDialogTwitter {
	height: 24px;
	width: 25px;
	background-image: url('../img/sprites-phone.png');
	background-position: 0 -814px;
	background-repeat: no-repeat;
	display: block;
}
.shareDialogGoogle {
	height: 24px;
	width: 25px;
	background-image: url('../img/sprites-phone.png');
	background-position: 0 -780px;
	background-repeat: no-repeat;
	display: block;
}
.shareDialogYoutube {
	height: 24px;
	width: 25px;
	background-image: url('../img/sprites-phone.png');
	background-position: 0 -672px;
	background-repeat: no-repeat;
	display: block;
}
.shareDialogPaypal {
	height: 24px;
	width: 25px;
	background-image: url('../img/sprites-phone.png');
	background-position: 0 -746px;
	background-repeat: no-repeat;
	display: block;
}
.shareDialogIdolbin {
    background-image: url("../img/sprites-phone.png");
    background-position: 1px -520px;
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    width: 25px;
}
#ps-custom-back {
	height: 31px;
	width: 54px;
	background-image: url('../img/sprites-phone.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: 7px;
	z-index: 10;
	display: block;
	content: ' ';
	cursor: pointer;
}
#ps-custom-back.activeState {
	background-position: 0 -163px;
}


/*-----------------------------------------------------------*/
/* List Menu Styles
/*-----------------------------------------------------------*/
#sidebar {
	position: fixed;
	background: url(../img/bg-menu.jpg);
	overflow-y: auto!important;
	-webkit-overflow-scrolling: touch;
	width: 83%;
	height: 100%;
	margin-left: -100%;
}
#sidebar-right {
	position: fixed;
	background: url(../img/bg-menu.jpg);
	overflow-y: auto!important;
	-webkit-overflow-scrolling: touch;
	width: 83%;
	height: 100%;
	right: 0px;
	margin-right: -100%;
}
body.activeState{
    min-width:100%;
    position: fixed;
}
#listMenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#listMenu li {
	color: #eceae5 !important;
	text-shadow: 0px -1px 0px black !important;
	font-weight: bold;
}
#listMenu li.activeState a {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #648bf5), color-stop(100%, #2966f2));
	background-image: -webkit-linear-gradient(#648bf5, #2966f2);
	background-image: -moz-linear-gradient(#648bf5, #2966f2);
	background-image: -o-linear-gradient(#648bf5, #2966f2);
	background-image: linear-gradient(#648bf5, #2966f2);
	text-shadow: none;
	text-shadow: none;
}
#listMenu li.activeState .counter {
	text-shadow: none;
	background: white;
	color: #648bf5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#listMenu li a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 12px 15px;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #1e1e1e;
	color: #eceae5;
	text-decoration: none;
	font-size: 13px;
}
#listMenu li.title {
	-webkit-box-shadow: 0 0 3px black;
	-moz-box-shadow: 0 0 3px black;
	box-shadow: 0 0 3px black;
	position: relative;
	z-index: 2;
	display: block;
	padding: 14px;
	border-bottom: 1px solid #111111;
	background-color:#000;
	background-size: 32px;
	font-size: 12px;
	line-height: 10px;
}
#listMenu .counter {
	-webkit-box-shadow: 0 1px 0 0 #3b3b3b, 0 -1px 0 0 #1e1e1e;
	-moz-box-shadow: 0 1px 0 0 #3b3b3b, 0 -1px 0 0 #1e1e1e;
	box-shadow: 0 1px 0 0 #3b3b3b, 0 -1px 0 0 #1e1e1e;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	padding: 2px 8px 2px;
	background-color: #202021;
	text-align: center;
	display: inline;
	float: right;
}


/* Search Results */
.post {
    background-color: #fff;
    padding: 10px;
    margin-top: 12px;
    border: 1px solid #b1b1b1;
    position: relative;
}
.post-icon {
    position:absolute;
    top:10px;
    right:5px;
}
.post-vote {
    position:absolute;
    bottom:5px;
    left:15px;
}
.post-profile-pic {
    position:absolute;
    top:10px;
    left:10px;
}
.post-middle {
    padding-left:65px;
    padding-right:65px;
}
.post-footer {
    padding-top:20px;
    font-size:12px;
}
@media (max-width:767px) {
	.post-middle {
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .post-middle-name {
        margin-left: 45px;
        margin-top: -30px;
    }
    .post-middle .span9 {
        margin-top: 10px;
        text-align: justify;
    }
    .post-vote {
        left: auto;
        right:15px;
    }
}
#returntotop {
    background-image: url("../img/totop.png");
    background-repeat: no-repeat;
    bottom: 80px;
    display: none;
    height: 40px;
    position: fixed;
    right: 5px;
    width: 40px;
    z-index: 9999;
    outline: none;
}
.row-fluid .span4 .affix {
    width: 370px;
}

@media (max-width:1200px) {
	.row-fluid .span4 .affix {
		width: 300px;
	}
}

@media (max-width:979px) {
	.row-fluid .span4 .affix {
		width: 228px;
	}
}


/* profile page things */
.profile::after, .profile::before {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	bottom: -3px;
	left: 3px;
	right: 3px;
	background-color: white;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border: 1px solid #CCC;
	border-top: 0;
}
.profile::after, .profile::before {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	bottom: -3px;
	left: 3px;
	right: 3px;
	background-color: white;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border: 1px solid #CCC;
	border-top: 0;
}
.profile::before {
	bottom: -5px;
	left: 6px;
	right: 6px;
}
.profile {
	background-color: white;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.profile {
	margin-bottom: 30px;
	position: relative;
}
.profile .profile-head, .profile .profile-content {
	padding: 20px 20px 20px 240px;
}
.profile .profile-head {
	background-color: #FEFEFE;
	background-image: -moz-linear-gradient(top,transparent 0,transparent 85%,rgba(0, 0, 0, 0.05) 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(85%,transparent),color-stop(100%,rgba(0, 0, 0, 0.05)));
	background-image: -webkit-linear-gradient(top,transparent 0,transparent 85%,rgba(0, 0, 0, 0.05) 100%);
	background-image: -o-linear-gradient(top,transparent 0,transparent 85%,rgba(0, 0, 0, 0.05) 100%);
	background-image: -ms-linear-gradient(top,transparent 0,transparent 85%,rgba(0, 0, 0, 0.05) 100%);
	background-image: linear-gradient(to bottom,transparent 0,transparent 85%,rgba(0, 0, 0, 0.05) 100%);
	border-bottom: 1px solid #DDD;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.profile .profile-username {
	margin: 0 0 10px 0;
	line-height: 1;
}
.profile .profile-attributes, .profile .profile-attributes li {
	margin: 0;
	list-style: none;
	font-size: 11px;
	color: #555;
}
.profile .profile-attributes, .profile .profile-attributes li {
	margin: 0;
	list-style: none;
	font-size: 11px;
	color: #555;
}
.profile .profile-attributes li {
	display: inline-block;
	margin-right: 15px;
	line-height: 16px;
}
.profile .profile-head .btn-toolbar {
	margin-bottom: 0;
}
.profile .profile-sidebar {
	width: 200px;
	padding: 15px;
	position: absolute;
	top: 0;
}
.profile .profile-sidebar .thumbnail, .profile .profile-sidebar .nav {
	background-color: white;
}
.profile .profile-sidebar .thumbnail {
	margin-bottom: 10px;
}
.profile .profile-sidebar .thumbnail, .profile .profile-sidebar .nav {
	background-color: white;
}
.profile .profile-sidebar .nav {
	margin-bottom: 0;
}
.profile .profile-sidebar .nav > li > a {
	border-left: 0;
	border-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.profile .profile-head, .profile .profile-content {
	padding: 20px 20px 20px 240px;
}

@media (max-width: 767px){
    .profile .profile-head, .profile .profile-content {
    	padding-left: 20px;
    }
    .profile .profile-sidebar {
	    position: relative;
	    display: block;
	    width: auto;
	    padding-bottom: 0;
    }
    .profile .profile-sidebar .thumbnail {
	    float: left;
	    width: 200px;
	    margin-bottom: 0;
    }
    .profile .profile-sidebar .nav {
	    margin-left: 220px;
	    float: none;
    }
    .profile .profile-head, .profile .profile-content {
    	padding-left: 20px;
    }   
}

@media (max-width: 979px){
    .profile-head .profile-info, .profile .profile-head .btn-toolbar {
    	float: none;
    	display: block;
    }
}

@media (max-width: 480px){
    .profile .profile-sidebar .thumbnail {
	    width: auto;
	    float: none;
	    margin-bottom: 10px;
    }
    .profile .profile-sidebar .nav {
	    margin-left: 0;
	    display: block;
    }
}


/*social buttons*/
.social_buttons {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 426px;
}
@media (max-width: 480px){
    .social_buttons{
        width: 214px;
    }   
}
.login_button {
	display: block;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
}
.login_button .logo_wrapper {
	float: left;
	padding: 8px;
}
.login_button > span {
	float: left;
	min-height: 20px;
	margin-top: 7px;
	padding: 3px 12px;
	font-size: 14px;
	font-weight: 500;
	color: white;
}
.id {
	background-color: #5D8AAD;
}
.fb {
	background: #6079AE;
}
.tw {
	background: #32C1F0;
}
.go{
	background: #4787ED;
}
.id > span {
	border-left: 1px solid #6E9BBE;
}
.fb > span {
	border-left: 1px solid #718ABF;
}
.tw > span {
	border-left: 1px solid #43D2F1;
}
.go > span {
	border-left: 1px solid #5898FE;
}

/*form validation things*/
div.form fieldset {
    border: 1px solid #DDD;
    padding: 10px;
    margin: 0 0 10px 0;
    -moz-border-radius: 7px;
}

div.form label {
    font-weight: bold;
    font-size: .9em;
    display: block;
}

div.form .row {
    margin: 5px 0;
}

div.form .hint {
    margin: 0;
    padding: 0;
    color: #999;
}

div.form .note {
    font-style: italic;
}

div.form span.required {
    color: red;
}

div.form div.error label,div.form label.error,div.form span.error {
    color: #C00;
}

div.form div.error input,div.form div.error textarea,div.form div.error select,div.form input.error,div.form textarea.error,div.form select.error {
    background: #FEE;
    border-color: #C00;
}

div.form div.success input,div.form div.success textarea,div.form div.success select,div.form input.success,div.form textarea.success,div.form select.success {
    background: #e6efc2;
    border-color: #c6d880;
}

div.form .errorSummary {
    border: 1px solid #C00;
    padding: 7px 7px 12px 7px;
    background: #FEE;
    font-size: .9em;
}

div.form .errorMessage {
    color: red;
    font-size: .9em;
}

div.form .errorSummary p {
    margin: 0;
    padding: 5px;
}

div.form .errorSummary ul {
    margin: 0;
    padding: 0 0 0 20px;
}

/*tags inputs*/
div.tagsinput { border: 1px solid #ddd; background: #fdfdfd; padding: 5px; width: 100%; overflow-y: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
div.tagsinput span.tag { border: 1px solid #a5d24a; display: block; float: left; padding: 0 8px; background: #cde69c; color: #638421; margin: 5px 5px 5px 5px; line-height: 23px; font-size: 11px; }
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; font-size: 11px; float: right; } 
div.tagsinput input { width: 60px; border: none; padding: 5px 8px 6px 8px; background: transparent; margin: 5px 5px 0 4px; }
div.tagsinput div { display: block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid { background: #FBD8DB !important; color: #90111A !important;}

/*voting*/
.vote {
	display: block;
	background: url('../img/vote.png');
	width: 40px;
	height: 25px;
}
.vote.up {
	background-position: 0px -25px;
}
.vote.down {
	background-position: 0px -25px;
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}


/* inbox and messaging */
.social-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 2px rgba(196, 197, 201, 0.75);
  -moz-box-shadow: 0px 1px 2px rgba(196, 197, 201, 0.75);
  box-shadow: 0px 1px 2px rgba(196, 197, 201, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top: 1px solid rgba(196, 197, 201, 0.32);
}
.social-box.social-bordered {
  border: solid 1px #C2C2C2;
}
.social-box .body {
  clear: both;
  padding: 0;
  padding: 12px;
}
.social-box .header,
.social-box header {
  min-height: 30px;
  padding: 4px 10px;
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #C2C2C2;
  background-color: #F7F7F7;
  -webkit-border-top-left-radius: 1px;
  -moz-border-radius-topleft: 1px;
  border-top-left-radius: 1px;
  -webkit-border-top-right-radius: 1px;
  -moz-border-radius-topright: 1px;
  border-top-right-radius: 1px;
}
.social-box .body .form-horizontal {
  margin-bottom: -12px;
}
.social-box .footer,
.social-box footer {
  border-top: 1px solid #C2C2C2;
  background: #FAFAFA;
  color: #5E5E5E;
  padding: 10px;
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-bottom-left-radius: 1px;
  -webkit-border-bottom-right-radius: 1px;
  -moz-border-radius-bottomright: 1px;
  border-bottom-right-radius: 1px;
}

/* email */
.well-bg{padding:6px 10px;margin-top:0px;margin-bottom:8px;border:1px solid #D7D8D9;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-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);}
.well-bg:hover{cursor:pointer;}
.well-bg img{margin-top:6px;}
#email-content .sender-info{border-bottom:1px solid #eee;margin:0;padding-bottom:10px;}


/*timeline feed*/

.timeline-2-cols {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-left: 0;
}

.timeline-2-cols:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #fff;
    left: 50%;
    margin-left: -1.5px;
}

.timeline-2-cols > li {
    position: relative;
    width: 50%;
    float: left;
    clear: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.timeline-2-cols > li:before, .timeline-2-cols > li:after {
    content: " ";
    display: table;
}

.timeline-2-cols > li:after {
    clear: both;
}

.timeline-2-cols > li:before, .timeline-2-cols > li:after {
    content: " ";
    display: table;
}

.timeline-2-cols > li:after {
    clear: both;
}

.timeline-2-cols > li > .timeline-panel {
    width: 95%;
    float: left;
    border: 1px solid #d4d4d4;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline-2-cols > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline-2-cols > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline-2-cols > li > .timeline-badge {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 19px;
    right: -12px;
    z-index: 100;
}

.timeline-2-cols > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline-2-cols > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline-2-cols > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-2-cols .timeline-badge > a {
    color: #C5C7C5 !important;
}

.timeline-2-cols .timeline-badge a:hover {
    color: #000 !important;
}

.timeline-2-cols .timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-2-cols .timeline-body {
    background-color: #fff;
}

.timeline-2-cols .timeline-body > p, .timeline-2-cols .timeline-body > ul {
    padding: 20px;
    margin-bottom: 0;
}

.timeline-2-cols .timeline-body > p + p {
    margin-top: 5px;
}

.timeline-2-cols .timeline-footer {
    padding: 10px 20px;
    background-color: #f7f7f7;
    border-top: 1px solid #dddddd;
}

.timeline-2-cols .timeline-footer .fa, .timeline-2-cols .timeline-footer .glyphicon {
    margin-right: 5px;
    cursor: pointer;
}

.timeline-2-cols .timeline-footer > a {
    color: #333333;
    cursor: pointer;
}

.timeline-2-cols .timeline-footer > a:hover {
    color: #474747;
}

.timeline-2-cols .timeline-footer .late-reading {
    float: right;
}

.timeline-2-cols > li.timeline-inverted {
    float: right;
    clear: right;
    margin-top: 10px;
    margin-bottom: 20px;
}

.timeline-2-cols > li:nth-child(2) {
    margin-top: 60px;
}

.timeline-2-cols > li.timeline-inverted > .timeline-badge {
    left: -12px;
}

.timeline-2-cols .tooltip {
    padding: 5px;
}

.timeline-2-cols .tooltip.top {
    margin-top: -2px;
}

.timeline-2-cols .tooltip.right {
    margin-left: 2px;
}

.timeline-2-cols .tooltip.bottom {
    margin-top: 2px;
}

.timeline-2-cols .tooltip.left {
    margin-left: -2px;
}

.timeline-2-cols .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 0;
    margin-left: 0;
    border-left: 0 solid transparent;
    border-right: 5px solid transparent;
    border-top: 0 solid #000;
}

.timeline-2-cols .tooltip.left .tooltip-arrow {
    bottom: 0;
    left: 0;
    margin-left: 0;
    border-left: 0 solid transparent;
    border-right: 5px solid transparent;
    border-top: 0 solid #000;
}

.timeline-2-cols .tooltip.bottom .tooltip-arrow {
    bottom: 0;
    left: 0;
    margin-left: 0;
    border-left: 0 solid transparent;
    border-right: 5px solid transparent;
    border-top: 0 solid #000;
}

.timeline-2-cols .tooltip.right .tooltip-arrow {
    bottom: 0;
    left: 0;
    margin-left: 0;
    border-left: 0 solid transparent;
    border-right: 5px solid transparent;
    border-top: 0 solid #000;
}

.timeline-2-cols .tooltip-inner {
    width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #313131;
}

.timeline-2-cols .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
    .timeline-2-cols > li > .timeline-panel {
        width:92%;
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .timeline-2-cols > li > .timeline-panel {
        width:94%;
    }
}

@media (max-width: 767px) {
    ul.timeline-2-cols:before {
        display: none;
    }

    ul.timeline-2-cols > li {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }

    ul.timeline-2-cols > li > .timeline-badge {
        display: none;
    }

    ul.timeline-2-cols > li > .timeline-panel {
        float: right;
        width: 100%;
    }

    ul.timeline-2-cols > li > .timeline-panel:before {
        display: none;
    }

    ul.timeline-2-cols > li > .timeline-panel:after {
        display: none;
    }

    .timeline-2-cols > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .timeline-2-cols > li.timeline-inverted > .timeline-badge {
        left: -2px;
    }
}