/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

/* timeline fixes */

h1, h2, h3, h4, h5, h6 {
  color: #585f69;
}

p, li{
  color: #555;
}

.rounded-x {
border-radius: 50% !important;
}

.page-header {
  margin-top: 0;
}

.footer p, .copyright p{
  margin: 20px 0;
}

.copyright p {
  margin-top: 0;
}

.footer p, .footer h3,.footer h4
{
    color:#FFF;
}

.footer {
  xposition: absolute;
  xbottom: 60px;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 200px;
  background-color: #656567;
  padding:20px 0 40px 0;

}


ul.social {
    overflow: auto;
    padding: 0;
    margin: 20px 0;
}
 
ul.social li {
    list-style-type: none;
    float: left;
}
 
ul.social li a i {
    background: #FFF;
    color: #656567;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    margin-right: 10px;
    padding-top: 15%;
}

@media (max-width: 640px){
  ul.social li a i{
    padding-top: 16%;
    font-size: 33px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}

ul.social li a i:hover {
    background: #333;
    color: #FFF;
}

#page_content {
  min-height: 500px;
  padding-bottom: 50px;
}

.copyright {
  padding-top: 20px;
  width: 100%;
  background-color: #f5f5f5;
}


body {
  xxxpadding-bottom: 20px; /*fixed by footer dummy 60px */
  background-color: transparent; /* bg */
}

.navbar {
  margin-bottom: 20px;
}

.page-header h1{
  margin-top: 0;
}

#nav_dummy{
  min-height: 50px;
}

.breadcrumb {
  background-color: transparent;
}

#scroll_top {
   position:fixed;
   right:20px;
   bottom: 20px;
   z-index:1000;
   font-size:24px;
   display: none;
}

#scroll_top a {
   background: #649E1E;
   border-radius:3px;
}

#scroll_top a:hover {
   background: #649E1E;
}

#scroll_top a:link, #scroll_top a:visited {
  color:#FFF;
}

#scroll_top.affix{
  bottom: 20px;
} 

#nav_container.affix {
  z-index: 1000;
  position: fixed;
  top: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none
}

.help-block{
  font-size: 11px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */



.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.navbar-logo{
  padding: 0 15px;
}


a {
  color: #649E1E;
}

a:hover, a:focus {
  color: #649E1E;
}

#nav_top{
  background-color: #649E1E;
  background-color: #656567;
}

#nav_top .nav-pills>li>a{
  border-radius: 0;
}

#nav_top .nav>li>a:hover, .nav>li>a:focus,#nav_top .nav .open>a, #nav_top .nav .open>a:hover, #nav_top .nav .open>a:focus{
  background-color: #444;
}

.nav-top a {
  color:#FFF;
}

.nav-header>li>a:hover, .nav-header>li>a:focus{
  background-color: #FFF;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #649E1E;
}

.badge-custom {
  background-color: #649E1E;
}

#xs_footer .badge{
  background-color: #649E1E;
}

#xs_footerxx{
  margin-bottom: 0px;
}


#xs_footerxx .list-group-item{
  border-radius: 0;
  background-color: #656567;
  color: #FFF;
  border-width: 1px 0 1px 0;
  border-color: #444;
}

/* custom Buttons */
.btn-custom { 
  color: #FFFFFF; 
  background-color: #649E1E; 
  border-color: #649E1E; 
} 
 
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  color: #649E1E; 
  background-color: #FFFFFF; 
  border-color: #649E1E; 
} 
 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  background-image: none; 
} 
 
.btn-custom.disabled, 
.btn-custom[disabled], 
fieldset[disabled] .btn-custom, 
.btn-custom.disabled:hover, 
.btn-custom[disabled]:hover, 
fieldset[disabled] .btn-custom:hover, 
.btn-custom.disabled:focus, 
.btn-custom[disabled]:focus, 
fieldset[disabled] .btn-custom:focus, 
.btn-custom.disabled:active, 
.btn-custom[disabled]:active, 
fieldset[disabled] .btn-custom:active, 
.btn-custom.disabled.active, 
.btn-custom[disabled].active, 
fieldset[disabled] .btn-custom.active { 
  background-color: #649E1E; 
  border-color: #649E1E; 
} 
 
.btn-custom .badge { 
  color: #649E1E; 
  background-color: #FFFFFF; 
}

/* payco-2 */

.btn-custom-2 { 
  color: #649E1E; 
  background-color: #FFFFFF; 
  border-color: #649E1E; 
} 
 
.btn-custom-2:hover, 
.btn-custom-2:focus, 
.btn-custom-2:active, 
.btn-custom-2.active, 
.open .dropdown-toggle.btn-custom-2 { 
  color: #FFFFFF; 
  background-color: #649E1E; 
  border-color: #649E1E; 
} 
 
.btn-custom-2:active, 
.btn-custom-2.active, 
.open .dropdown-toggle.btn-custom-2 { 
  background-image: none; 
} 
 
.btn-custom-2.disabled, 
.btn-custom-2[disabled], 
fieldset[disabled] .btn-custom-2, 
.btn-custom-2.disabled:hover, 
.btn-custom-2[disabled]:hover, 
fieldset[disabled] .btn-custom-2:hover, 
.btn-custom-2.disabled:focus, 
.btn-custom-2[disabled]:focus, 
fieldset[disabled] .btn-custom-2:focus, 
.btn-custom-2.disabled:active, 
.btn-custom-2[disabled]:active, 
fieldset[disabled] .btn-custom-2:active, 
.btn-custom-2.disabled.active, 
.btn-custom-2[disabled].active, 
fieldset[disabled] .btn-custom-2.active { 
  background-color: #649E1E; 
  border-color: #649E1E; 
} 
 
.btn-custom-2 .badge { 
  color: #649E1E; 
  background-color: #FFFFFF; 
}

/**/
@media (min-width: 768px) {
.pull-right-default {
  float: right;
}
}