@import url('https://fonts.googleapis.com/css?family=Lobster');

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}


.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
	
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
.add-q {
	height: 32px;
	margin-top:11px;
}
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
	padding: 0;
	padding-left: 5%;
	padding-right: 100px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
  font-size:18px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	font-weight:bolder;
	color: #b92b27 !important;
	border-bottom: 2px solid #b92b27;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
body {
	padding-top: 80px;
}
@media (max-width: 992px) {
	body {
		padding-top: 120px;
	}
}
.question-element {
	/*padding:10px;*/
}
.question-element a, .publisher a {
	color:black;
}

.question-element .title {
	font-weight:bolder;
	font-size:20px;
}

.question-element small {
	color:#999;
	font-size:12px;
}


.navbar-header {
}
.searchbox {
	background-color:#f8f8f8;
	float:left;
	margin: 0 auto !important;
	margin-top:10px !important;
}

.searchbox .form-control {
	background-color:#f8f8f8;	
	width:100%;
}

textarea:focus, input:focus, .uneditable-input:focus {   
	border-color:#ccc !important;
	outline: 0 !important;
	-webkit-box-shadow:none !important;
	box-shadow: none !important;
}

.overlay {
	display:none;
	position:fixed;
	top: -0px;
	width:100%;
	height:100%;
	z-index: 1000;
	background-color: rgba(0,0,0, 0.55);
}

.navbar-nav li {
	font-size:14px;
}

.navbar-nav li.current a , .navbar-nav li a.current  {
	font-weight:bolder;
	color: #b92b27 !important;
}
.navbar-nav li:hover {
	background-color: #f8f8f8;
}
.navbar-nav li.current:hover {
	background-color: white;
}

.feed-ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

.feed-ul a {
	color: grey;
	text-decoration:none;
	width:100%;
	height:30px;
	line-height:30px;
}

.feed-ul li {
	margin-bottom:7px;
}

.nav-ul li a.current {
	font-weight:bold;
	background-color: #e6e7e8; 
}

.feed-ul li a.current {
	color: #b92b27;
	background-color: #e6e7e8; 
}

.feed-ul li a .icon {
	color:white;
	background-color: #b92b27;
	float:left;
	border-radius: 3px;
	width:20px;
	height:20px;
	line-height:20px;
	margin: 5px;
	font-size:15px;
	text-align:center;
}

.feed-ul li a img {
	border-radius: 3px;
	width:20px;
	height:20px;
	margin: 5px;
}

.feed-ul li a {
	overflow:hidden;
	text-overflow: ellipsis;
}

.feed-ul li a:not(.current):hover{
	background-color: #e6e7e8; 
}

.circle:before {
    content: ' \25CF';
    font-size: 15px;
}

.dropdown-menu {
	/*width: 400px;*/
	border: 1px solid #d9d9d9;
	background-color: white;
	margin-right: -150px;
	margin-top: 10px !important;
	padding: 0 !important;
	-webkit-box-shadow:none !important;
	box-shadow: none !important;
}

@media (max-width: 992px) {
.dropdown-menu {
	
}	
}

.dropdown-menu-list {
	padding: 0 !important;
}

.dropdown-header, .dropdown-header a {
	margin: 0 !important;
	padding: 5px !important;
	background-color: #ececec; 
}

.dropdown-header:hover, .dropdown-header a:hover {
	background-color: #ececec !important;
}

.master-footer {
	clear:both !important;
	
	height:60px;   /* Height of the footer */
}

.facebook-share-box {
    width: 100%;
}
.facebook-share-box .share {
    -webkit-transition: 0.1s ease-out height;
    -moz-transition: 0.1s ease-out height;
    -ms-transition: 0.1s ease-out height;
    -o-transition: 0.1s ease-out height;
    transition: 0.1s ease-out height;
    clear: both;
    background: white;
    border: 2px solid #dddddd;
    margin-bottom: 10px;
    position: relative;
	background-color: #dee0e1;
}

.facebook-share-box .share .arrow {
    background: url('../img/arrow.png') no-repeat;
    position: absolute;
    width: 14px;
    height: 10px;
    left: 19px;
    display: inline;
    top: -10px;
    -webkit-transition: 0.3s ease-out all;
    -moz-transition: 0.3s ease-out all;
    -ms-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
}

.post-type {
	padding:0 !important;
	margin:0 !important;
}
.facebook-share-box .post-types li a {
    color: #085083;
    text-decoration: none;
}

.facebook-share-box .post-types li a.active {
    color: #404040;
}

.facebook-share-box .post-types {
    padding-left: 5px;
}


.facebook-share-box .post-types li {
    display: inline;
    margin-right: 10px;
}

.message {
    border-radius: 0;
    border: none;
}
.panel {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.privacy-dropdown {
    width: 100px;
}

.facebook-share-box .name {
	padding-top:10px;
	padding-bottom:10px;
	font-size:20px;
}

small .g-recaptcha {
    transform:scale(0.75) !important;
    transform-origin:0 0;
}

.navbar-brand {
	font-family:'Lobster',Tahoma, Arial; 
	color: #b92b27 !important;
	font-size:25px;
}

.modal {
	z-index: 1241 !important;
}

#loading_wrap{
	display:none;
	position:absolute;
	bottom:0px;
	width: 100%;
}


.mentionned {
	color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
	text-decoration: none !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: .375rem .75rem;
}

.mentionned:hover {
	background-color: #e2e6ea;	
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 9998;
    display: inline-block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.btn-pill {
	border-radius:10rem;padding-left:1.5em;padding-right:1.5em
}
.btn-danger {
	background-color: #b92b27;
}
.btn-danger:hover {
	background-color: #a82723;
}

.post-item {
	border-radius: 0;
	margin-bottom: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}
.card-body {
	padding: 16px;
	padding-bottom: 10px;
	font-size:16px;
}

.btn-secondary {
	background-color: white;
	color: black;
}
.btn-secondary:hover {
	color: black;
}

.btn-like-machine:hover,
.btn-secondary:hover, 
.btn-secondary:focus, 
.btn-secondary.disabled  {
	background-color: #e6e6e6 !important;
}

.btn-secondary.active {
	color: white !important;
}

.btn-like-machine {
	border-radius: 0;
}

.btn-like-machine.active {
	color: #195fab;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background-color: #b92b27;
}

::selection {
  color: white;
  background-color: #b92b27;
}
.flex-fixed-width-item {
    flex: 0 0 100px;
}
.nav-ul {
	list-style: none;
	padding:0;
	margin:0;
}

.nav-ul li a {
	display: block;
	text-decoration: none;
	color: #343a40;
	padding: 5px 10px 5px 10px;
}

.nav-ul li a:hover {
	color: black;
	background-color: #f1f2f2;
}

.modal-add_q {
	padding: 0;
}

.nav-tabs .nav-link {
	background-color: #f1f2f2;
	border:0;
}


.nav-tabs .nav-link.active {
	font-weight:bolder;
	color: #b92b27 !important;
	background-color: #f1f2f2;
	border-bottom: 2px solid #b92b27;
}

.modal-textarea {
	resize: none;
	border:0;
	border-radius:0;
	border-bottom: 1px solid #f1f2f2;
}
.modal-textarea:focus {
	border-bottom: 1px solid #2e69ff !important;
}

.clearfix {
	clear:both;;
}

.bootstrap-tagsinput .twitter-typeahead {
	display: inline !important;
}

.bootstrap-tagsinput .twitter-typeahead .tt-input {
	top: 2px;
}

.btn-primary, .badge-info {
	background-color: #195fab;
}

.sub-answer {
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #dddcdd;
}

.privileges_menu {
	list-style-type : none;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
	border-radius: 0;
	color: black;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #b92b27;
}

.select2-container .select2-selection--single {
	height:38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}



.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    text-align: center;
}

.card.hovercard .cardheader {
    background-size: cover;
    height: 110px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1;
	font-weight: bold;
    vertical-align: middle;
}
.card.hovercard .info .title a {
	text-decoration: none;
	color: black;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.btn-primary.active {
	background-color: #ebeced !important;
	border-color: #d0d1d2 !important;
	color: #636466 !important;
}


.card.hovercard.full-page {
    text-align: left;
}
.card.hovercard.full-page .info, .card.hovercard.full-page .avatar {
    padding-left: 30px;
}

.card.hovercard.full-page .cardheader {
	height:150px;
}

.sm-avatar-container {
  padding-left: 10px;
  padding-bottom: 10px;
}
.sm-avatar {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:3px solid white;
  margin-left: -15px;
}

.note-editable.panel-body {
	overflow-y: scroll !important;
}

.img-small {
	max-height: 250px;
	max-width:250px;
}

.mob-nav {
	position: fixed;
	top:0px;
	left:0px;
	height:60px;
	width:100%;
	z-index:1000;
}

.mob-nav .brand {
	background-color: #b92b27;
	color: white;
	text-align:center;
	padding:5px;
	font-family:'Lobster',Tahoma, Arial; 
	font-size:25px;
}

.mob-nav .nav-buttons a.nav-button {
	text-align: center;
	display: block;
	width: 100%;
	color: rgba(0,0,0,.7);
	border:1px solid rgba(0,0,0,.125);
	font-size:20px;
	padding:5px;
	background-color: white;
	text-decoration: none;
}

.mob-nav .nav-buttons a.nav-button.active {
	font-weight: bold;
	color: #b92b27 !important;	
}

.mob-nav .mob-search-box {
	display: none;
	height:37px;	
	width:100%;
	background-color: #b92b27;
	color: white;
	text-align:center;
	font-size:15px;
	z-index: 1001;
}

.mob-nav .mob-search-box .searchbox-field {
	background-color: #a82723;
	color: white;
	text-align:center;
	font-size:15px;
	height:30px;
	font-family: tahoma;
}
