/* bootstrap overrides */

/* general */
.ma-0 {
	margin: 0px !important;
}
.mr-0 {
	margin-right: 0px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.pa-0 {
	padding: 0px !important;
}
.pr-0 {
	padding-right: 0px !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pr-15 {
	padding-right: 15px !important;
}
.pr-20 {
	padding-right: 20px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
.pt-0 {
	padding-top: 0px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.br-0 {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}
.br-4 {
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
}
.br-5 {
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
}
.br-8 {
	border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
}
.br-10 {
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
}
.br-15 {
	border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
}
.br-circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius:  50%;
}
.br-tl-5 {
	-webkit-border-top-left-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	border-top-left-radius: 5px !important;
}
.br-tl-10 {
	-webkit-border-top-left-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	border-top-left-radius: 10px !important;
}
.br-tl-15 {
	-webkit-border-top-left-radius: 15px !important;
	-moz-border-radius-topleft: 15px !important;
	border-top-left-radius: 15px !important;
}
.br-tr-5 {
	-webkit-border-top-right-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	border-top-right-radius: 5px !important;
}
.br-tr-10 {
	-webkit-border-top-right-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	border-top-right-radius: 10px !important;
}
.br-tr-15 {
	-webkit-border-top-right-radius: 15px !important;
	-moz-border-radius-topleft: 15px !important;
	border-top-right-radius: 15px !important;
}
.br-bl-5 {
	-webkit-border-bottom-left-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	border-bottom-left-radius: 5px !important;
}
.br-bl-10 {
	-webkit-border-bottom-left-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	border-bottom-left-radius: 10px !important;
}
.br-bl-15 {
	-webkit-border-bottom-left-radius: 15px !important;
	-moz-border-radius-topleft: 15px !important;
	border-bottom-left-radius: 15px !important;
}
.br-br-5 {
	-webkit-border-bottom-right-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	border-bottom-right-radius: 5px !important;
}
.br-br-10 {
	-webkit-border-bottom-right-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	border-bottom-right-radius: 10px !important;
}
.br-br-15 {
	-webkit-border-bottom-right-radius: 15px !important;
	-moz-border-radius-topleft: 15px !important;
	border-bottom-right-radius: 15px !important;
}
.bs-bb {
	box-sizing:border-box !important;
}
/* header */
.navbar {
	margin-bottom: 0px !important;
}
.navbar .btn-navbar {
	margin-bottom: 5px !important;
}
/* #header */

/* index */
.index .container,
.deal-view .container {
	max-width:960px;
}
/* #index */

