html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
button{
	outline: inherit!important;
	cursor: pointer;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none!important;
	cursor: pointer;
}
.bg {
	background-position: center;
	background-size: cover
}
.bg2 {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.hidden-md {
	display: none;
}
.fa-spinner {
    -webkit-animation:sA 4s linear infinite;
    -moz-animation:sA 4s linear infinite;
    animation:sA 4s linear infinite;
}
@-moz-keyframes sA { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes sA { 100% { -webkit-transform: rotate(360deg); } }
@keyframes sA { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@media (max-width:991px) {
	.text-center-sm {
		text-align: center;
		
	}
	.hidden-md {
    display: block;
  }
}
@media (min-width: 1500px){
	.container {
		max-width: 1440px;
	}
}
.resetDisable i {
	font-style: italic!important;
}
.resetDisable b,
.resetDisable strong {
	font-weight: bold!important;
}
.resetDisable ul,
.resetDisable ol {
	padding-left: 30px!important
}
.resetDisable ul li {
	list-style: disc!important;
}
.resetDisable ol li {
	list-style: decimal-leading-zero!important;
}