body{
	margin-bottom: 70px;
	background: #E8E8E8;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
}

#header{
	margin-bottom: 0;
	background: url(images/headerBack.gif) no-repeat center center;
	background-size: 100%;
	color: #ffffee;
}
.brandimage{
	height: 38px;
	margin-right: 5px;
}

pre{
	background: none;
	border: none;
	margin: 0;
}
.row{
	margin-left: 0;
	margin-right: 0;
}

.indent{
	padding: 0 15px;
}

ul{
	list-style-position: inside;
	padding-left: 10px;
}
.bullet{
	margin: 0;
}
.bullethead{
	margin: 0;
	text-decoration: underline;
}
.gap{
	margin-bottom: 10px;
}

.subbtn{
	width: 160px;
	float: left;
	margin-right: 8px;
}

.login{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border-radius: 20px;
	border: 1px solid #b5b5b5;
	background-color: #dddddd;
}

.footer{
	background: #353535;
	width: 100%;
}
.footer-normal{
	position: fixed;
	bottom: 0;
	padding: 10px;
}

.inline-block{
	display: inline-block;
}

.container-fluid{
	max-width: 1600px;
}

.footer-normal{
	display: block;
}
.footer-mobile{
	padding-top: 10px;
	display: none;
	margin-top: 10px;
	position: static;
	bottom: 0;
}

.navbar-image{
	padding: 6px 15px;
}

.navbar-normal{
	display: block;
}
.navbar-mobile{
	display: none;
}

@media only screen and (max-width: 767px){
	.footer-normal{
		display: none;
	}
	.footer-mobile{
		display: block;
	}
	
	.navbar-normal{
		display: none;
	}
	.navbar-mobile{
		display: block;
	}
	.navbar-text{
		padding-left: 15px;
	}
	
	body{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
}

.fa-circle{
	color: #ececec;
}
#fbcircle.hover{
	color: #3b5998;
}
#twitcircle.hover{
	color: #55acee;
}
.fa-stack:hover{
	cursor: pointer;
}

.btp{
	position: fixed;
	bottom: 0;
	right: 55px;
	margin: 0;
	border-radius: 5px 5px 0 0;
	font-size: 2em;
	padding-bottom: 0;
	padding-top: 4px;
	display: none;
	box-shadow: 0 0 10px #353535;
	border-color: #B0B0B0;
}
.btp:hover{
	background-color: #cfcfcf;
	cursor: pointer;
}

.list-group-item:nth-child(even) {
    background: #eeeeee;
}
.list-group-item:hover{
	background-color: #449d44 !important;
    color: #ffffff !important;
}

.navbar-fixed-top{
	padding-right: 15px;
}
.nav-margin{
	margin: 0 0 72px 0 !important;
}