
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  background-image:url('images/bg01.png');
  background-color: #Fff;
  padding-top: 0px;
  /* Margin bottom by footer height */
  margin-bottom: 50px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #e5e5e5;
}


/* Custom page CSS
-------------------------------------------------- */
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}


/* navbar */
.navbar-default {
    background-color: #F8F8F8;
    border-color: #E7E7E7;
}

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

.marquee-txt{
	/*background-color: #f4e3ca;*/
	background-color: #e6f3cb;
	height: 30px;
	font-size:  20px;
    color: #ed3232;
}

.bg-header {
	background-image:url('images/pic02.jpg');
    background-repeat:no-repeat;

	/*background-size:cover;*/
    background-size:100% 100%;
	/*background-color: #3f7d1a;*/
}

.bg-header2 {
	background-image:url('images/pic05.jpg');
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.gap1 {
  height: 64px;
}

.gap2 {
  height: 100px;
}

.con-header {
  height: 60px;
}

.txt-header-2 {
	margin-top: 10px;
	margin-left: 20px;
	font-size:  1.4em;	
	color: #fff;
	text-shadow: black 0.0em 0.04em 0.2em;
}

.txt-header {
  color: #fff;
  text-shadow: black 0.1em 0.1em 0.1em;
}

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

code {
  font-size: 80%;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}


/* --------------------------------    fixed navbar   ---------------------------------------  */
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}