section {
margin-top: 0px;
padding-top: 0px;
}
body {
line-height: 24px;
}
#content {
padding-top: 80px;
}
#content .categories {
  padding: 8px 0;
  font-size: 15px;
}
#content .categories .users-online {
  padding: 10px;
  text-align: center;
}
#content .breadcrumb-related-categories li {
  list-style-type: disc;
}
#content .breadcrumb-related-categories > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#content .nav {
  margin-bottom: 0;
}
#content .answer {
  margin-bottom: 20px;
}
#content .related-faqs {
  margin-top: 20px;
}
#content .highlight {
  text-decoration: dotted;
  border: 1px dashed #f89406;
  background-color: #eeeeee;
  padding: 1px;
}
#content .sticky-faqs {
  margin-bottom: 20px;
}
#content .tab-content {
  padding: 5px;
  }

#content .tab-content .star-rating {
  padding: 2px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  unicode-bidi: bidi-override;
  direction: rtl;
}
#content .tab-content .star-rating > span {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#content .tab-content .star-rating > span:hover:before,
#content .tab-content .star-rating > span:hover ~ span:before {
  content: "\2605";
  position: absolute;
  cursor: pointer;
}

#footer {
  background: #28343b;
  color: #f2f2f2;
  margin-bottom: 0px;
  line-height: 0px;
}

#footer ul.footer-menu {
  list-style: none outside none;
}
#footer ul.footer-menu li {
  float: left;
  list-style: none outside none;
  margin-right: 22px;
}

#content .faq-information {
  background-color: #ffffff;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 10px;
}

#social {
margin-top: 0px;
}

#language.language {
margin-bottom: 0px;
}

#footer-pad {
	padding-top: 15px;
}


.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height: 130px; /* .push must be the same height as .footer */
}
.navbar .brand {
background-image: url('../images/quatorze2.png');
background-repeat: no-repeat;
    background-position: center; 
height: 60px;
width: 200px;
margin-left: 20px;
}
section#content
{
padding-top:100px !important;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/