.align-right {
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
.align-left {
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}





/********************** BS Fix **********************/ 


.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}
.table-hover > tbody > tr:hover {
    background-color: transparent;
}
.dropdown-menu {
	background-color: transparent;
	position: relative;
	top: auto;
	float: none;
	font-size: auto;
	min-width: auto;
	border: none;
	border-radius: auto;
	border-top-left-radius: auto;
    border-top-right-radius: auto;
	box-shadow: none;
	left: auto;
	padding: auto;
	padding-top: auto;
	margin: auto;
}
.dropdown-menu li a:focus, .dropdown-menu li a:hover {
background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: transparent;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
	border: none;
}

.btn {
	border-radius: 0;
}
.btn:active, .btn:focus {
	box-shadow: none;
}