/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 110px;
  background-color: #3B5998;
}


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

body > .container {
  padding: 60px 15px 50px 0;
}
.container .text-muted {
  margin: 20px 0;
}

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

code 
{
  font-size: 80%;
}

.center
{
	text-align: center;	
}

.text-muted
{
	color: #ffffff;
	font-family: "Abel", Arial, sans-serif;
	font-weight: 400;
   	font-size: 16px;
}

.text-muted a{
	color: #fff;
}

.navbar-default
{
	background-color: #3B5998;
}

.navbar-default .navbar-brand
{
	color: #ffffff;
	font-family: "Abel", Arial, sans-serif;
 	font-weight: 400;
   	font-size: 25px;
}

.navbar-default .navbar-brand:hover
{
	color: #ffffff;
}

.navbar-default .navbar-brand a 
{
	color:#fff;
	text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover
{
	color:#fff;
	text-decoration: underline;
}

.navbar-default .navbar-nav>li>a 
{
	color: #fff;
	font-family: "Abel", Arial, sans-serif;
   	font-size: 17px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.label,.glyphicon { margin-right:5px; }


@media (max-width: 768px)
{ 
  .navbar-default .navbar-nav .open .dropdown-menu>li>a 
    {
      color: #fff;
    }
}

@media (max-width: 768px)
{ 
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover 
    {
      color: #fff;
      text-decoration: underline;
    }
}

.lang_flag
{
   margin-right: 5px;
}

.caret
{
   margin-left: 5px;
}

