/* Add here all your CSS customizations */
.bg-green{
	background-color: #df0024 !important;
	color: white !important;
	font-size: 1em !important;
	padding: 2px !important;
	padding-left: 10px !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.md {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

.bg-black{
	background-color: black !important;
	color: white !important;
	border: 1px solid black !important;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.form-control {
	border-radius: 0px;
}

.captcha-image {
	float: left;
	position: relative;
	top: 0;
	left: 0;
}

.btn {
	border-radius: 0px;
}

.main {
	border-top: 5px solid #000;
}

.sidebar {
	background-color: #f2f2f2;
	height: 375px !important;
	padding-top: 10px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
	border-radius: 0;
}

.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons {
	background-color: #df0024;
}

.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons {
	color: #FFF;
	border-radius: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.img-thumbnail {
	border-radius: 0;
	position: relative;
}

.img-thumbnail img {
	border-radius: 0;
}

.img-thumbnail.img-thumbnail-hover-icon:before {
	border-radius: 0;
}

.img-thumbnail.img-thumbnail-hover-icon {
	margin-bottom: 0 !important;
}

.google-map.small {
	border: 1px solid #d3d3d3;
	border-radius: 0 !important;
}

.shadow {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

html .featured-box-primary .box-content {
	border-top-color: #000;
}

.featured-box .box-content {
	border-radius: 0;
	border-top: 1px solid #CCC;
	border-top-width: 4px;
	padding: 30px 30px 30px 30px;
	position: relative;
	top: -1px;
}

.modal-header .close {
	margin-top: -22px !important;
}