* { border-radius:0 !important; }

/* ==========================================================================
   The Basics
   ========================================================================== */
html, body { font-family: 'Muli', sans-serif; }

body {
    font-size: 16px;
	font-weight: 300;
    line-height: 1.6;
    color: #555555;
	background: url("../images/bg.png") repeat fixed 0 0 #eaeaea;
}

a {
    color: #222222;
    text-decoration: none;
    outline: 0;
	font-weight: 400;
	transition: all 0.2s ease-in-out 0s;
}
a:hover {
    color: #351abb;
	text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
	margin-top: 20px;
}

h2 {
    display: block;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    color: #505050;
    line-height: 1.2;
    position: relative;
    font-size: 26px;
	font-weight: 400;
    text-transform: uppercase;
}
    h2:after {
        position: absolute;
        content: "";
        bottom: -2px;
        left: 0;
        width: 35%;
        border-top: 2px solid #351abb;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
        h2:hover:after { width: 75%; }

h3 {
    display: block;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    color: #505050;
    line-height: 1.2;
    position: relative;
    font-size: 20px;
	font-weight: 400;
    text-transform: uppercase;
}
    h3:after {
        position: absolute;
        content: "";
        bottom: -2px;
        left: 0;
        width: 35%;
        border-top: 2px solid #351abb;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
        h3:hover:after { width: 75%; }

h5 {
    display: block;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    color: #505050;
    line-height: 1.2;
    position: relative;
    font-size: 16px;
	font-weight: 400;
    text-transform: uppercase;
}
    h5:after {
        position: absolute;
        content: "";
        bottom: -2px;
        left: 0;
        width: 35%;
        border-top: 2px solid #351abb;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
        h5:hover:after { width: 75%; }

img {
    max-width: 100%;
    height: auto;
}

strong { font-weight: 400; }

/* ==========================================================================
   Layout
   ========================================================================== */
.container.border {
    border-top: 5px solid #351abb;
	margin-top: 50px;
	background-color: #ffffff;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}

.main-cont { padding-bottom: 50px; }

.container.footer-cont {
	padding: 0;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
	margin-bottom: 50px;
	border-bottom: 5px solid #351abb;
}

@media only screen and (max-width : 768px) {
	.container.border {
		margin-top: 0;
	}
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
    padding: 0;
    z-index: 50;
}

.logo {
    margin: 25px 0 25px 10px;
}
.logo img {
	max-width: 250px;
}

.social {
	list-style-type: none;
	margin: 30px 0;
	padding: 0;
}

.social li a {
	display: inline;
	color: #555555;
	float: right;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	text-align: center;
	font-size: 22px;
	padding-top: 8px;
	padding-left: 3px;
	-webkit-box-shadow: inset 0 0 0 50px #ffffff;
	   -moz-box-shadow: inset 0 0 0 50px #ffffff;
		 -o-box-shadow: inset 0 0 0 50px #ffffff;
		-ms-box-shadow: inset 0 0 0 50px #ffffff;
			box-shadow: inset 0 0 0 50px #ffffff;
}
	.social li a:hover {
		color: #ffffff;
		-webkit-box-shadow: inset 0 0 0 2px #555555;
		   -moz-box-shadow: inset 0 0 0 2px #555555;
			 -o-box-shadow: inset 0 0 0 2px #555555;
			-ms-box-shadow: inset 0 0 0 2px #555555;
				box-shadow: inset 0 0 0 2px #555555;
	}
	.social li a.facebook:hover {
		color: #3b5998;
		-webkit-box-shadow: inset 0 0 0 2px #3b5998;
		   -moz-box-shadow: inset 0 0 0 2px #3b5998;
			 -o-box-shadow: inset 0 0 0 2px #3b5998;
			-ms-box-shadow: inset 0 0 0 2px #3b5998;
				box-shadow: inset 0 0 0 2px #3b5998;
	}
	.social li a.twitter:hover {
		color: #2caae1;
		-webkit-box-shadow: inset 0 0 0 2px #2caae1;
		   -moz-box-shadow: inset 0 0 0 2px #2caae1;
			 -o-box-shadow: inset 0 0 0 2px #2caae1;
			-ms-box-shadow: inset 0 0 0 2px #2caae1;
				box-shadow: inset 0 0 0 2px #2caae1;
	}
	.social li a.google:hover {
		color: #dd4e41;
		-webkit-box-shadow: inset 0 0 0 2px #dd4e41;
		   -moz-box-shadow: inset 0 0 0 2px #dd4e41;
			 -o-box-shadow: inset 0 0 0 2px #dd4e41;
			-ms-box-shadow: inset 0 0 0 2px #dd4e41;
				box-shadow: inset 0 0 0 2px #dd4e41;
	}
	.social li a.linkedin:hover {
		color: #007cb2;
		-webkit-box-shadow: inset 0 0 0 2px #007cb2;
		   -moz-box-shadow: inset 0 0 0 2px #007cb2;
			 -o-box-shadow: inset 0 0 0 2px #007cb2;
			-ms-box-shadow: inset 0 0 0 2px #007cb2;
				box-shadow: inset 0 0 0 2px #007cb2;
	}
	.social li a.pinterest:hover {
		color: #bd081c;
		-webkit-box-shadow: inset 0 0 0 2px #bd081c;
		   -moz-box-shadow: inset 0 0 0 2px #bd081c;
			 -o-box-shadow: inset 0 0 0 2px #bd081c;
			-ms-box-shadow: inset 0 0 0 2px #bd081c;
				box-shadow: inset 0 0 0 2px #bd081c;
	}
	.social li a.youtube:hover {
		color: #cc181e;
		-webkit-box-shadow: inset 0 0 0 2px #cc181e;
		   -moz-box-shadow: inset 0 0 0 2px #cc181e;
			 -o-box-shadow: inset 0 0 0 2px #cc181e;
			-ms-box-shadow: inset 0 0 0 2px #cc181e;
				box-shadow: inset 0 0 0 2px #cc181e;
	}
	.social li a.rss:hover {
		color: #f8991d;
		-webkit-box-shadow: inset 0 0 0 2px #f8991d;
		   -moz-box-shadow: inset 0 0 0 2px #f8991d;
			 -o-box-shadow: inset 0 0 0 2px #f8991d;
			-ms-box-shadow: inset 0 0 0 2px #f8991d;
				box-shadow: inset 0 0 0 2px #f8991d;
	}

.ease-all {
	-webkit-transition: all 400ms ease-in-out;
	   -moz-transition: all 400ms ease-in-out;
		 -o-transition: all 400ms ease-in-out;
		-ms-transition: all 400ms ease-in-out;
			transition: all 400ms ease-in-out;
}

@media only screen and (max-width : 992px) {
	.social { display: none; }
}

/* ==========================================================================
   Main Navigation
   ========================================================================== */
.navbar { margin-bottom: 0; }
.navbar-inverse {
    background: none repeat scroll 0 0 #333333;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.15);
}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
		background-color: transparent;
		color: #ffffff;
	}
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
		background-color: transparent;
		color: #ffffff;
	}

.nav > li > a { padding: 15px 10px; }

.dropdown-menu {
    background-color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0;
}
	.dropdown-menu > li > a {
		color: #ecebeb;
		padding: 10px 20px;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
	}
		.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
			background-color: transparent;
			color: #ffffff;
			text-decoration: none;
		}
	.dropdown-menu .divider {
		background-color: #333333;
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
	}

.navbar-form .form-control {
    background-color: #333333;
    background-image: none;
    border: 1px solid #444444;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
	.navbar-form .form-control:focus {
		border-color: #444444;
		background-color: #333333;
		box-shadow: none;
		outline: 0 none;
	}
	.navbar-form .btn-inverse {
		background-color: #333333;
		border: 1px solid #444444;
		color: #ecebeb;
		font-size: 14px;
		margin: 0;
		padding: 6px 10px;
	}
		.navbar-form .btn-inverse:hover {
			background-color: #333333;
			border: 1px solid #444444;
		}
	.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { font-size: 14px; }
	.footer {
		color: #ffffff;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	
	.footer .container {
		margin-bottom: 30px;
		padding-left: 25px;
		padding-right: 25px;
	}

.footerdark {
    background: #222222 none repeat scroll 0 0;
    color: #cccccc;
    line-height: 1.6;
}

.wraptotop {
    margin-top: -55px;
    padding-bottom: 10px;
}

.footerdark .totop {
    background: #351abb none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50% !important;
    color: #ffffff !important;
    display: inline-block;
    padding: 16px 20px;
    transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
}
	.footerdark .totop { background-image: none; }
	.footerdark .totop:hover { background: #333333 none repeat scroll 0 0; }

.footer a {
	color: #ffffff;
	transition: all 0.2s ease-in-out 0s;
}

.footerbottom {
    background: #191919 none repeat scroll 0 0;
    border-top: 1px solid #111111;
    color: #cccccc;
    line-height: 2;
	padding: 5px 0;
}

.copyright {
	line-height: 2.5;
	font-size: 14px;
}
	.copyright a { color: #999999; transition: all 0.2s ease-in-out 0s; }
	.copyright a:hover { color: #351abb; text-decoration: none; }

.footerlinks { float: right; }

ul.footermenu { list-style: outside none none; }
ul.footermenu li {
    display: inline-block;
    line-height: 2.5;
    text-transform: uppercase;
	font-size: 12px;
}
	.footermenu li::before {
		color: #777;
		content: "|";
		display: inline-block;
		margin: 0 10px;
	}
	ul.footermenu li a { color: #999999; transition: all 0.2s ease-in-out 0s; }
		ul.footermenu li a:hover { color: #351abb; text-decoration: none; }
	.footermenu li::before {
		color: #777;
		content: "|";
		display: inline-block;
		margin-right: 10px;
	}
		.footermenu li:nth-child(1)::before { display: none; }

.footer .container div h4 {
	position: relative;
	overflow: hidden;
	font-size: 18px;
	font-weight: 300;
	color: #dcdcdc;
	margin-bottom: 20px;
}

.footer .container div h4:after {
	content: "";
	top: 56%;
	width: 100%;
	margin-left: 10px;
	height: 1px;
	position: absolute;
	background: #351abb;
}

.footer .container div p { color: #cccccc; }
.footer .container div p a { font-weight: 400; }
	.footer .container div p a:hover { color: #351abb; text-decoration: none; }
	
@media only screen and (max-width : 992px) {
	.copyright { display: none; }
}
	
ul.recent_users li {
	color: #cccccc;
	border-bottom: 1px solid #444444;
	line-height: 25px;
	padding: 10px 0;
}
	ul.recent_users li:first-of-type { padding: 0 0 10px; }
	ul.recent_users li:last-of-type { border-bottom: 0; }
	
ul.recent_users li a { color: #cccccc; }
	ul.recent_users li a:hover { color: #351abb; text-decoration: none; }

.newUserAvatar {
    padding-right: 10px;
    width: 35px;
}

.recent_comments { line-height: 20px !important; }
.comment_author a { color: #ffffff !important; }
	.comment_author a:hover { color: #351abb !important; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
	margin: 5px 2px !important;
	font-weight: 400;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: none;
	border-bottom: 2px solid #333333;
	padding: 6px 12px;
}

.btn-lg { padding: 10px 20px; }
.btn-sm {
	font-size: 14px;
	padding: 4px 8px;
}

.btn-xs {
  font-size: 12px;
  padding: 4px 8px;
}

.btn-help {
  font-size: 10px;
  padding: 2px 6px;
}

.btn-trash { margin-left: 20px !important; }

.btn-default {
	border-color: #cacaca;
	background-image: linear-gradient(#f0f0f0, #e3e3e3);
}
	.btn-default:hover {
		background: linear-gradient(#e3e3e3, #d6d6d6);
		border-bottom: 2px solid #d6d6d6;
	}

.btn-primary {
	border-color: #296283;
	background-image: linear-gradient(#3b8dbd, #357faa);
	color: #ffffff !important;
}
	.btn-primary:hover {
		background: linear-gradient(#357faa, #2f7096);
		border-bottom: 2px solid #2f7096;
	}

.btn-success {
	border-color: #2c8544;
	background-image: linear-gradient(#3fbf61, #39ac57);
	color: #ffffff !important;
}
	.btn-success:hover {
		background: linear-gradient(#39ac57, #32994e);
		border-bottom: 2px solid #32994e;
	}

.btn-info {
	border-color: #2c8485;
	background-image: linear-gradient(#3fbdbf, #39aaac);
	color: #ffffff !important;
}
	.btn-info:hover {
		background: linear-gradient(#39aaac, #329799);
		border-bottom: 2px solid #329799;
	}

.btn-warning {
	border-color: #995e0d;
	background-image: linear-gradient(#df8a13, #c87b11);
	color: #ffffff !important;
}
	.btn-warning:hover {
		background: linear-gradient(#c87b11, #b06d0f);
		border-bottom: 2px solid #b06d0f;
	}

.btn-danger {
	border-color: #852c30;
	background-image: linear-gradient(#bf3f44, #ac393d);
	color: #ffffff !important;
}
	.btn-danger:hover {
		background: linear-gradient(#ac393d, #84070c);
		border-bottom: 2px solid #84070c;
	}

.btn-fessup {
	border-color: #117964;
	background-image: linear-gradient(#351abb, #8f081a);
	color: #ffffff !important;
}
	.btn-fessup:hover {
		background: linear-gradient(#8f081a, #5a3440);
		border-bottom: 2px solid #5a3440;
	}
	
.btn-icon i { margin-right: 4px; }
.btn-icon-alt i { margin-left: 4px; }

/* ==========================================================================
   Forms
   ========================================================================== */
.form-control {
    background-color: #fcfcfc;
    background-image: none;
	border: 0;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: none;
    color: #202b33;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 1.5;
    padding: 8px 16px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
	.form-control:focus {
		background-color: #fafafa;
		border-color: #351abb;
		box-shadow: none;
		outline: 0 none;
	}
	
.input-group-addon {
    background-color: #fcfcfc;
    border: 0;
	border-bottom: 1px solid #dcdcdc;
}
	.input-group-addon:hover {
		background-color: #fafafa;
		border: 0;
		border-bottom: 1px solid #351abb;
	}
	
#file-upload {
	position: absolute;
	left: -9999px;
}

label[for="file-upload"] {
	display: inline-block;
	background-color: #fcfcfc;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 0;
	cursor: pointer;
	padding: 0.5em 1em;
    text-align: right;
	color: #351abb;
	width: 15%;
}
	label[for="file-upload"]:hover {
		background-color: #fafafa;
		border-color: #38af5b;
	}

#filename {
	padding: 0.5em;
	float: left;
	width:85%;
	white-space: nowrap;
	overflow: hidden;
	background-color: #fcfcfc;
	border-bottom: 1px solid #dcdcdc;
}

.captchaCont {
	text-align: right;
	margin-top: 25px;
}

@media (max-width:992px) {
	.captchaCont {
		text-align: left;
		margin-top: 0;
	}
}

label {
    display: inline-block;
    font-weight: 300;
    color: #202b33;
}
.help-block {
    color: #999999;
	font-size: 12px;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

.form-control.hasError { background: #f9eeec !important; }

/* *** Radio Buttons *** */
input[type="radio"] { display: none; }
    input[type="radio"] + label {
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        border: 1px solid transparent;
        background: #f2f2f2 none repeat scroll 0 0;
        color: #555555;
        padding: 4px 8px;
        display: inline-block;
		margin: 0 0 4px;
		line-height: 1.5;
    }
        input[type="radio"] + label i {
            color: #505050;
            margin-right: 6px;
        }
    input[type="radio"]:checked + label {
        background-color: #ffffff;
		border: 1px solid #351abb;
        color: #555555;
    }
        input[type="radio"]:checked + label i { color: #555555; }

/* *** Checkboxes *** */
label.btn.toggle-checkbox {
	border: 1px solid transparent;
	padding: 6px 8px;
	margin: 0 0 4px;
}

label.btn.toggle-checkbox > i.fa:before { content:"\f096"; }
    label.btn.toggle-checkbox.active > i.fa:before { content:"\f046"; }

label.btn.active {
    border-color: #be4c06;
	background-image: linear-gradient(#351abb, #ef5f07);
	color: #ffffff !important;
	box-shadow: none;
}

.widget-form { margin-bottom: 10px; }
.widget-form .form-control {
    background-color: #444444;
    background-image: none;
    border: 1px solid #111111;
    border-radius: 4px;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s;
    width: 100%;
	margin-top: 5px;
}
	.widget-form .form-control:focus {
		background-color: #333333;
		border-color: #111111;
		box-shadow: none;
		outline: 0 none;
	}

.widget-form .btn-inverse {
    background-color: #444444;
    border: 1px solid #111111;
    color: #f0f0f0;
    font-size: 14px;
    margin: 0;
    padding: 6px 10px;
}
	.widget-form .btn-inverse:hover {
		background-color: #333333;
		border: 1px solid #111111;
	}

/* ==========================================================================
   WYSIWYG Editor
   ========================================================================== */
#about_editor, #rules_editor {
	resize: vertical;
	overflow: auto;
	line-height: 1.5;
	color: #202b33;
	background-color: #fcfcfc;
	background-image: none;
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	min-height: 500px;
	box-shadow: none;
	padding: 8px 16px;
	margin: 0 auto;
	font-size: 16px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
	#about_editor:focus, #rules_editor:focus {
		background-color: #fafafa;
		border-color: #351abb;
		box-shadow: none;
		outline: 0 none;
	}
	
/* ==========================================================================
   Grid
   ========================================================================== */
@media (max-width: 1000px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
	.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
	.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
	.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		clear: both;
	}
}

/* ==========================================================================
   Panels
   ========================================================================== */
.panel-default { border-color: #e3e3e3; }
	.panel-default > .panel-heading {
		border-color: #e3e3e3;
		background-image: linear-gradient(#f0f0f0, #e3e3e3);
		color: #555555;
	}

.panel-primary { border-color: #357faa; }
	.panel-primary > .panel-heading {
		border-color: #357faa;
		background-image: linear-gradient(#3b8dbd, #357faa);
		color: #ffffff;
	}

.panel-success { border-color: #39ac57; }
	.panel-success > .panel-heading {
		border-color: #39ac57;
		background-image: linear-gradient(#3fbf61, #39ac57);
		color: #ffffff;
	}

.panel-info { border-color: #39aaac; }
	.panel-info > .panel-heading {
		border-color: #39aaac;
		background-image: linear-gradient(#3fbdbf, #39aaac);
		color: #ffffff;
	}

.panel-warning { border-color: #c87b11; }
	.panel-warning > .panel-heading {
		border-color: #c87b11;
		background-image: linear-gradient(#df8a13, #c87b11);
		color: #ffffff;
	}

.panel-danger { border-color: #ac393d; }
	.panel-danger > .panel-heading {
		border-color: #ac393d;
		background-image: linear-gradient(#bf3f44, #ac393d);
		color: #ffffff;
	}

/* ==========================================================================
   Accordions
   ========================================================================== */
.panel-accordion {
	border-color: #dcdcdc;
	box-shadow: none;
}
	.panel-accordion > .panel-heading {
		border-color: #dcdcdc;
		background: #ffffff;
		color: #555555;
	}

/* ==========================================================================
   Badges
   ========================================================================== */
.badge.count {
    background-color: #351abb;
    border-radius: 50% !important;
    color: #ffffff;
    display: inline-block;
	float: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    min-width: 10px;
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	margin-left: 10px;
}

/* ==========================================================================
   Wells
   ========================================================================== */
.well {
    background-color: #f9f9f9;
    border: 0;
    box-shadow: none;
	margin-top: 20px;
	margin-bottom: 0;
}
.well-sm { padding: 10px 20px; }

.well-msg {
    background-color: transparent;
    border: 1px solid #eee;
    box-shadow: none;
	margin-bottom: 30px;
}

.well-confession {
	border: 1px solid #eeeeee;
	background: #ffffff;
	font-size: 18px;
}
.well-confession small { font-size: 14px; }
.well-confession small span { margin-right: 15px; display: inline-block; }
.well-confession small span i { margin-right: 4px; color: #a2e3d6; }

.well-comment small { font-size: 14px; }
.well-comment small span { margin-right: 15px; display: inline-block; }
.well-comment small span i { margin-right: 4px; color: #a2e3d6; }

.well-auth {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    padding: 0 20px;
	margin-top: 4px;
}
	.well-auth:hover { background: #fafafa none repeat scroll 0 0; }

/* ==========================================================================
   Tabbed Content
   ========================================================================== */
.tabbed-panel { margin-top: 20px; }

.tabbed-line > .nav-tabs {
	border: none;
	margin: 0px;
}

.tabbed-line > .nav-tabs > li {
	margin-right: 2px;
	border-bottom: 4px solid transparent;
}
	.tabbed-line > .nav-tabs > li > a {
		border: 0;
		margin-right: 0;
		color: #777777;
	}

.tabbed-line > .nav-tabs > li.open, .tabbed-line > .nav-tabs > li:hover { border-bottom: 4px solid #dcdcdc; }

.tabbed-line > .nav-tabs > li.open > a, .tabbed-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
}

.tabbed-line > .nav-tabs > li.active {
	border-bottom: 4px solid #351abb;
	position: relative;
}
	.tabbed-line > .nav-tabs > li.active > a {
		border: 0;
		color: #333333;
	}

.tabbed-line > .tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eeeeee;
	padding: 0;
}
	.tabbed-line > .tab-content p { margin: 20px 0 0; }

/* ==========================================================================
   Vertical Tabs
   ========================================================================== */
.tabs-left > .nav-tabs { border-bottom: 0; }
.tab-content > .tab-pane, .pill-content > .pill-pane { display: none; }
.tab-content > .active, .pill-content > .active { display: block; }
.tabs-left > .nav-tabs > li {
	float: none;
	border-right: 4px solid transparent;
}

.tabs-left > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
	border: 0;
}

.tabs-left > .nav-tabs > li.open, .tabs-left > .nav-tabs > li:hover { border-right: 4px solid #dcdcdc; }

.tabs-left > .nav-tabs {
	border-right: 1px solid #eee;
	float: left;
	margin-right: 19px;
}

.tabs-left > .nav-tabs > li.open > a, .tabs-left > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
}

.tabs-left > .nav-tabs > li.active {
	border-right: 4px solid #351abb;
	position: relative;
}
	.tabs-left > .nav-tabs > li.active > a {
		border: 0;
		color: #333333;
	}

/* ==========================================================================
   Listgroups
   ========================================================================== */
.fess-categories .list-group-item {
	font-size: 14px;
    padding: 4px 6px;
	margin-bottom: 4px;
	border-color: #eeeeee;
}
.fess-categories .list-group-item:hover {
	background: #fcfcfc;
}

/* ==========================================================================
   Bootstrap Alerts
   ========================================================================== */
.alert.buyerInfo {
    margin: 20px 0;
    padding: 5px 10px;
	font-size: 13px;
	font-weight: 400;
}

/* ==========================================================================
   Tooltips
   ========================================================================== */
.tooltip-inner {
	max-width: 400px;
	padding: 4px 8px;
	color: #ffffff;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	background-color: #33363b;
	border-radius: 0;
	font-size: 14px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
	.tooltip.top .tooltip-arrow { border-top-color: #33363b; }
	.tooltip.top-left .tooltip-arrow { border-top-color: #33363b; }
	.tooltip.top-right .tooltip-arrow { border-top-color: #33363b; }
	.tooltip.right .tooltip-arrow { border-right-color: #33363b; }
	.tooltip.left .tooltip-arrow { border-left-color: #33363b; }
	.tooltip.bottom .tooltip-arrow { border-bottom-color: #33363b; }
	.tooltip.bottom-left .tooltip-arrow { border-bottom-color: #33363b; }
	.tooltip.bottom-right .tooltip-arrow { border-bottom-color: #33363b; }
