/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {margin: 0;}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {display: none;}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */
a {background-color: transparent;}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {outline: 0;}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {border-bottom: 1px dotted;}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {font-weight: bold;}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {font-style: italic;}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {font-size: 80%;}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {border: 0;}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {overflow: hidden;}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {margin: 1em 40px;}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {overflow: auto;}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {overflow: visible;}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {text-transform: none;}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {cursor: default;}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {line-height: normal;}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {height: auto;}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {overflow: auto;}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {font-weight: bold;}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {padding: 0;}

/*Spacing*/
.pad0    { padding: 0 !important; }
.pad5    { padding: 5px !important; }
.pad10   { padding: 10px !important; }
.pad15   { padding: 15px !important; }
.pad20   { padding: 20px !important; }
.pad30   { padding: 30px !important; }
.pad40   { padding: 40px !important; }
.pad50   { padding: 50px !important; }
.pad60   { padding: 60px !important; }
.pad70   { padding: 70px !important; }
.pad80   { padding: 80px !important; }
.pad90   { padding: 90px !important; }
.pad100  { padding: 100px !important; }
.padTB5  { padding: 5px 0 !important; } 
.padTB10 { padding: 10px 0 !important; } 
.padTB15 { padding: 15px 0 !important; } 
.padTB20 { padding: 20px 0 !important; } 
.padTB30 { padding: 30px 0 !important; } 
.padTB40 { padding: 40px 0 !important; } 
.padTB50 { padding: 50px 0 !important; } 
.padTB60 { padding: 60px 0 !important; } 
.padTB70 { padding: 70px 0 !important; } 
.padTB80 { padding: 80px 0 !important; } 
.padTB90 { padding: 90px 0 !important; } 
.padTB100{ padding: 100px 0 !important; } 
.padT0   { padding-top: 0 !important; }
.padT5   { padding-top: 5px !important; }
.padT10  { padding-top: 10px !important; }
.padT15  { padding-top: 15px !important; }
.padT20  { padding-top: 20px !important; }
.padT30  { padding-top: 30px !important; }
.padT40  { padding-top: 40px !important; }
.padT50  { padding-top: 50px !important; }
.padT60  { padding-top: 60px !important; }
.padT70  { padding-top: 70px !important; }
.padT80  { padding-top: 80px !important; }
.padT90  { padding-top: 90px !important; }
.padT100 { padding-top: 100px !important; }
.padB0   { padding-bottom: 0 !important; }
.padB5   { padding-bottom: 5px !important; }
.padB10  { padding-bottom: 10px !important; }
.padB20  { padding-bottom: 20px !important; }
.padB30  { padding-bottom: 30px !important; }
.padB40  { padding-bottom: 40px !important; }
.padB50  { padding-bottom: 50px !important; }
.padB60  { padding-bottom: 60px !important; }
.padB70  { padding-bottom: 70px !important; }
.padB80  { padding-bottom: 80px !important; }
.padB90  { padding-bottom: 90px !important; }
.padB100 { padding-bottom: 100px !important; }
.padL0   { padding-left: 0 !important; }
.padL5   { padding-left: 5px !important; }
.padL10  { padding-left: 10px !important; }
.padL20  { padding-left: 20px !important; }
.padL30  { padding-left: 30px !important; }
.padL40  { padding-left: 40px !important; }
.padL50  { padding-left: 50px; }
.padL60  { padding-left: 60px !important; }
.padL70  { padding-left: 70px !important; }
.padL80  { padding-left: 80px !important; }
.padL90  { padding-left: 90px !important; }
.padL100 { padding-left: 100px !important; }
.padLR0  { padding-left: 0 !important; }
.padLR5  { padding-left: 0 5px !important; }
.padLR10 { padding-left: 0 10px !important; }
.padLR20 { padding-left: 0 20px !important; }
.padLR30 { padding-left: 0 30px !important; }
.padLR40 { padding-left: 0 40px !important; }
.padLR50 { padding-left: 0 50px !important; }
.padLR60 { padding-left: 0 60px !important; }
.padLR70 { padding-left: 0 70px !important; }
.padLR80 { padding-left: 0 80px !important; }
.padLR90 { padding-left: 0 90px !important; }
.padLR100{ padding-left: 0 100px !important; }
.padR0   { padding-right: 0 !important; }
.padR5   { padding-right: 5px !important; }
.padR10  { padding-right: 10px !important; }
.padR20  { padding-right: 20px !important; }
.padR30  { padding-right: 30px !important; }
.padR40  { padding-right: 40px !important; }
.padR50  { padding-right: 50px !important; }
.padR60  { padding-right: 60px !important; }
.padR70  { padding-right: 70px !important; }
.padR80  { padding-right: 80px !important; }
.padR90  { padding-right: 90px !important; }
.padR100 { padding-right: 100px !important; }

.mar0    { margin: 0 !important; }
.mar5    { margin: 5px !important; }
.mar10   { margin: 10px !important; }
.mar15   { margin: 15px !important; }
.mar20   { margin: 20px !important; }
.mar30   { margin: 30px !important; }
.mar40   { margin: 40px !important; }
.mar50   { margin: 50px !important; }
.mar60   { margin: 60px !important; }
.mar70   { margin: 70px !important; }
.mar80   { margin: 80px !important; }
.mar90   { margin: 90px !important; }
.mar100  { margin: 100px !important; }
.marT0   { margin-top: 0 !important; }
.marT5   { margin-top: 5px !important; }
.marT10  { margin-top: 10px !important; }
.marT15  { margin-top: 15px !important; }
.marT20  { margin-top: 20px !important; }
.marT30  { margin-top: 30px !important; }
.marT40  { margin-top: 40px !important; }
.marT50  { margin-top: 50px !important; }
.marT60  { margin-top: 60px !important; }
.marT70  { margin-top: 70px !important; }
.marT80  { margin-top: 80px !important; }
.marT90  { margin-top: 90px !important; }
.marT100 { margin-top: 100px !important; }
.marB0   { margin-bottom: 0 !important; }
.marB5   { margin-bottom: 5px !important; }
.marB15  { margin-bottom: 15px !important; }
.marB10  { margin-bottom: 10px !important; }
.marB20  { margin-bottom: 20px !important; }
.marB30  { margin-bottom: 30px !important; }
.marB40  { margin-bottom: 40px !important; }
.marB50  { margin-bottom: 50px !important; }
.marB60  { margin-bottom: 60px !important; }
.marB70  { margin-bottom: 70px !important; }
.marB80  { margin-bottom: 80px !important; }
.marB90  { margin-bottom: 90px !important; }
.marB100 { margin-bottom: 100px !important; }
.marL0   { margin-left: 0 !important; }
.marL5   { margin-left: 5px !important; }
.marL10  { margin-left: 10px !important; }
.marL20  { margin-left: 20px !important; }
.marL30  { margin-left: 30px !important; }
.marL40  { margin-left: 40px !important; }
.marL50  { margin-left: 50px !important; }
.marL60  { margin-left: 60px !important; }
.marL70  { margin-left: 70px !important; }
.marL80  { margin-left: 80px !important; }
.marL90  { margin-left: 90px !important; }
.marL100 { margin-left: 100px !important; }
.marR0   { margin-right: 0 !important; }
.marR5   { margin-right: 5px !important; }
.marR10  { margin-right: 10px !important; }
.marR20  { margin-right: 20px !important; }
.marR30  { margin-right: 30px !important; }
.marR40  { margin-right: 40px !important; }
.marR50  { margin-right: 50px !important; }
.marR60  { margin-right: 60px !important; }
.marR70  { margin-right: 70px !important; }
.marR80  { margin-right: 80px !important; }
.marR90  { margin-right: 90px !important; }
.marR100 { margin-right: 100px !important; }

.radius {
	border-radius: 4px;
	overflow: hidden;
}
.border {
	border: 1px solid #dbdbdb;
}
.border-t {
	border-top: 1px solid #dbdbdb !important;
}
.border-b {
	border-bottom: 1px solid #dbdbdb !important;
}
.border-r {
	border-right: 1px solid #dbdbdb !important;
}
.border-l {
	border-left: 1px solid #dbdbdb !important;
}

.d-flex {
 	display: flex !important;
}
.flex-row { 
	flex-direction: row !important; 
}
.flex-column { 
	flex-direction: column !important; 
}
.flex-row-reverse { 
	flex-direction: row-reverse !important; 
}
.flex-column-reverse { 
	flex-direction: column-reverse !important; 
}
.flex-wrap { 
	flex-wrap: wrap !important; 
}
.flex-nowrap { 
	flex-wrap: nowrap !important; 
}
.flex-wrap-reverse { 
	flex-wrap: wrap-reverse !important; 
}

.justify-content-start { 
	justify-content: flex-start !important; 
}
.justify-content-end { 
	justify-content: flex-end !important; 
}
.justify-content-center { 
	justify-content: center !important; 
}
.justify-content-between { 
	justify-content: space-between !important; 
}
.justify-content-around { 
	justify-content: space-around !important; 
}

.align-items-start { 
	align-items: flex-start !important; 
}
.align-items-end { 
	align-items: flex-end !important; 
}
.align-items-center { 
	align-items: center !important; 
}
.align-items-baseline { 
	align-items: baseline !important; 
}
.align-items-stretch { 
	align-items: stretch !important; 
}

.align-content-start { 
	align-content: flex-start !important; 
}
.align-content-end { 
	align-content: flex-end !important; 
}
.align-content-center { 
	align-content: center !important; 
}
.align-content-between { 
	align-content: space-between !important; 
}
.align-content-around { 
	align-content: space-around !important; 
}
.align-content-stretch { 
	align-content: stretch !important; 
}

.align-self-auto { 
	align-self: auto !important; 
}
.align-self-start { 
	align-self: flex-start !important; 
}
.align-self-end { 
	align-self: flex-end !important; 
}
.align-self-center { 
	align-self: center !important; 
}
.align-self-baseline { 
	align-self: baseline !important; 
}
.align-self-stretch { 
	align-self: stretch !important; 
}

@media (max-width: 991px){
	.d-flex {
	 	display: block !important;
	}
}