/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
	
	:root {
		--blue: #007bff;
		--indigo: #6610f2;
		--purple: #6f42c1;
		--pink: #e83e8c;
		--red: #dc3545;
		--orange: #fd7e14;
		--yellow: #ffc107;
		--green: #28a745;
		--teal: #20c997;
		--cyan: #17a2b8;
		--white: #fff;
		--gray: #6c757d;
		--gray-dark: #343a40;
		--primary: #007bff;
		--secondary: #6c757d;
		--success: #28a745;
		--info: #17a2b8;
		--warning: #ffc107;
		--danger: #dc3545;
		--light: #f8f9fa;
		--dark: #343a40;
		--breakpoint-xs: 0;
		--breakpoint-sm: 576px;
		--breakpoint-md: 768px;
		--breakpoint-lg: 992px;
		--breakpoint-xl: 1200px;
		--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
		--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
	}
	
	.home-banner {
		width: 100%;
		background-size: cover;
		padding: 120px 0 100px;
	}
	
.home-banner p {
    font-size: 17px;
    color: #fff;
    margin: 0 0 50px;
}

.bullets {
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.75em;
}
	
.bullets i {
    font-size: 20px;
    margin-right: 5px;
}

.bullets .i {
    color: #4f9dd9;
}

.form-group {
    margin-bottom: 15px;
}

button.b_btn {
    width: 100%;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: b7db0a;
    background: #4281b1;
    color: #fff;
    padding: 8px 0;
	border-radius: 3px;
	cursor: pointer;
    -webkit-appearance: button;
}

.banner_right {
    width: 100%;
    padding: 20px;
    color: #fff;
    border: 1px solid #fff;
}

.formtop {
    position: relative;
    color: #333333;
    padding: 0px 0px 65px 10px;
}

.formtop h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.banner_right h3 {
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
}

.formtop h3 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.formtop img {
    position: absolute;
    top: 0;
    right: 0px;
}

.contact-form {
    width: 100%;
    margin: 20px 0 0;
}

.form-group {
    margin-bottom: 15px;
}

.contact-form .form-control {
    width: 100%;
    border-radius: 0;
}

.counterup-area {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.pb_90 {
    padding-bottom: 90px !important;
}

.pt_90 {
    padding-top: 90px !important;
}

.pt_60 {
    padding-top: 60px !important;
}

.bg-counterup {
    position: absolute;
    background-color: #3367c1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.bg-counterup{
	background: #2e3c75!important;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.counter-item {
    position: relative;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 30px;
    padding: 15px;
    min-height: 225px;
}

.counter-item:before, .counter-item:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 5px;
    background: #fff;
    transition: all 0.4s;
}

.counter-item:before {
    top: 0;
    right: 0;
}

.counter-item:after {
    bottom: 0;
    left: 0;
}

.counter-item:hover:before {
    right: 50% !important;
}

.counter-item:hover:after {
    left: 50% !important;
}

.counter-item i {
    font-size: 56px;
    margin-bottom: 15px;
}

.counter-item h2.counter {
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
    color: #fff;
}

.counter-item h4 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.bg-area {
    background: #f5f5f5;
}

.headline {
    text-align: center;
    position: relative;
    padding-bottom: 12px;
}

.headline h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.price-item {
    background: #fff;
    padding: 15px;
    margin-top: 30px;
    transform: scale(1);
    -webkit-box-shadow: 0 0 6px 3px rgb(0 0 0 / 1%);
    box-shadow: 0 0 6px 3px rgb(0 0 0 / 1%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.price-header {
    padding: 15px 0;
    text-align: center;
}

.price-header i {
    font-size: 52px;
    width: 94px;
    height: 94px;
    line-height: 94px;
    background: #2e3c75;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.price-body {
    padding: 15px 0;
}

.price-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-body li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    text-indent: 2em;
	font-size: 16px;
}

.price-body li:last-child {
    border-bottom: 0px;
}

.price-body li i{
	margin-right: 5px;
}

.price-footer {
    padding: 15px 0;
}

.price-item:hover {
    transform: scale(1.05);
}

.booking-area:before{
	background: #2e3c75!important;
	position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3367c1;
    opacity: 0.8;
}

.booking-area {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.bg-booking {
    position: absolute;
    background-color: #3367c1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.booking-gallery {
    position: relative;
    padding-right: 30px;
    z-index: 998;
    margin-top: 30px;
}

.hl-white {
    color: #fff !important;
}

.hl-left {
    text-align: left !important;
}

.hl-white h2 {
    color: #fff !important;
}

.pt_30 {
    padding-top: 30px !important;
}

input, textarea, .form-control, select {
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif;
}

.booking-form input, .booking-form select, .booking-form textarea {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #ddd !important;
}

.form-group input {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    height: 40px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 12px;
}

.booking-form ::placeholder {
    color: #fff !important;
    opacity: 1;
}

.booking-form :-ms-input-placeholder {
   color: #fff !important;
}

.booking-form ::-ms-input-placeholder {
   color: #fff !important;
}

.form-button .btn {
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    background: #3367c1;
    color: #fff;
    padding: 9px 18px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.mt_30 {
    margin-top: 30px !important;
}

.faq-home {
    padding-left: 30px;
}

.call-text {
    margin-top: 33px;
}

.headline h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #777;
}

.hl-white h3 {
    color: #fff !important;
}

.call-text h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.text-animated ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-animated li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.text-animated li:last-child a {
    background: #313131;
    color: #fff;
    border: 1px solid #313131;
}

.text-animated li:last-child a {
    background: #2e3c75!important;
    border-color: #2e3c75!important;
}

.text-animated li a {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    background: #3367c1;
    color: #fff;
    border: 1px solid #3367c1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 40px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-animated li a:hover, .text-animated li:last-child a:hover, .slider-one .owl-nav .owl-prev:hover, .slider-one .owl-nav .owl-next:hover {
    background: #fff!important;
    border-color: #fff!important;
	color: #2e3c75!important;
	opacity: 1;
}

.footer-area {
    background: #f5f5f5;
    position: relative;
}

.footer-item {
    color: #313131;
    margin-top: 30px;
}

.footer-item h3 {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #313131;
    padding-bottom: 12px;
    margin-bottom: 36px;
}

.footer-item p, .footer-item a {
    text-decoration: none;
    color: #313131;
}

.footer-item h3:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 1px;
    background: #3367c1;
    left: 0;
    bottom: 0;
}

.footer-item h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #3367c1;
    left: 0;
    bottom: -5px;
}

.footer-item h3:before, .footer-item h3:after{
	background: #2e3c75!important;
}

.footer-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-item ul li {
    display: block;
    margin-bottom: 12px;
}

.footer-item ul li a {
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: #313131;
    padding-left: 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.footer-item ul li a:before {
    position: absolute;
    content: '\f0da';
    font-family: fontawesome;
    top: 0;
    left: 0;
    color: #313131;
}

.footer-item ul li a:hover{
	color: #2e3c75!important;
}

.footer-address-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.footer-address-item .icon {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 17px;
}

.footer-address-item .text {
    font-size: 15px;
}

.payment-icon {
    background-color: #162a54;
}

.pay-icon {
    color: #fff;
    padding: 8px 0;
}

.pay-icon {
    margin: 0 auto;
    text-align: left;
}

.pay-icon span {
    color: #f38515;
    font-size: 22px;
    font-style: italic;
    margin: 2px;
    display: inline-block;
    padding-top: 2px;
    color: #131210;
}

.pay-icon span.title {
    text-align: right;
    display: block;
	color: #fff;
}

.align-icon-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-icon-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stripe-icon {
    background-position: -87px -154px !important;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.americanexpress-icon {
    background-position: -11px -13px;
    width: 46px;
    height: 29px;
    display: inline-block;
}

.visa-icon {
    background-position: -11px -54px;
    width: 46px;
    height: 29px;
    display: inline-block;
}

.discover-icon {
    background-position: -11px -99px;
    width: 47px;
    height: 32px;
    display: inline-block;
}

.mastercard-icon {
    background-position: -11px -154px;
    width: 46px;
    height: 30px;
    display: inline-block;
}

.pay-icon span {
    color: #f38515;
    font-size: 22px;
    font-style: italic;
    margin: 2px;
    display: inline-block;
    padding-top: 2px;
    color: #131210;
}

.sprite-icon.lazyloaded {
    background-image: url(images/payment-sprite.webp) !important;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom .2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgb(60 60 60 / 40%);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img, .floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    border-radius: 50%;
}

.eARkMz{
	display: none!important;
}
	
	*,
	::after,
	::before {
		box-sizing: border-box
	}
	
	html {
		font-family: sans-serif;
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		-ms-overflow-style: scrollbar;
		-webkit-tap-highlight-color: transparent
	}
	
	@-ms-viewport {
		width: device-width
	}
	
	article,
	aside,
	dialog,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	nav,
	section {
		display: block
	}
	
	body {
		margin: 0;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: left;
		background-color: #fff
	}
	
	[tabindex="-1"]:focus {
		outline: 0!important
	}
	
	hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-top: 0;
		margin-bottom: .5rem
	}
	
	p {
		margin-top: 0;
		margin-bottom: 1rem
	}
	
	abbr[data-original-title],
	abbr[title] {
		text-decoration: underline;
		-webkit-text-decoration: underline dotted;
		text-decoration: underline dotted;
		cursor: help;
		border-bottom: 0
	}
	
	address {
		margin-bottom: 1rem;
		font-style: normal;
		line-height: inherit
	}
	
	dl,
	ol,
	ul {
		margin-top: 0;
		margin-bottom: 1rem
	}
	
	ol ol,
	ol ul,
	ul ol,
	ul ul {
		margin-bottom: 0
	}
	
	dt {
		font-weight: 700
	}
	
	dd {
		margin-bottom: .5rem;
		margin-left: 0
	}
	
	blockquote {
		margin: 0 0 1rem
	}
	
	dfn {
		font-style: italic
	}
	
	b,
	strong {
		font-weight: bolder
	}
	
	small {
		font-size: 80%
	}
	
	sub,
	sup {
		position: relative;
		font-size: 75%;
		line-height: 0;
		vertical-align: baseline
	}
	
	sub {
		bottom: -.25em
	}
	
	sup {
		top: -.5em
	}
	
	a {
		color: #007bff;
		text-decoration: none;
		background-color: transparent;
		-webkit-text-decoration-skip: objects
	}
	
	a:hover {
		color: #0056b3;
		text-decoration: underline
	}
	
	a:not([href]):not([tabindex]) {
		color: inherit;
		text-decoration: none
	}
	
	a:not([href]):not([tabindex]):focus,
	a:not([href]):not([tabindex]):hover {
		color: inherit;
		text-decoration: none
	}
	
	a:not([href]):not([tabindex]):focus {
		outline: 0
	}
	
	code,
	kbd,
	pre,
	samp {
		font-family: monospace, monospace;
		font-size: 1em
	}
	
	pre {
		margin-top: 0;
		margin-bottom: 1rem;
		overflow: auto;
		-ms-overflow-style: scrollbar
	}
	
	figure {
		margin: 0 0 1rem
	}
	
	img {
		vertical-align: middle;
		border-style: none
	}
	
	svg:not(:root) {
		overflow: hidden
	}
	
	table {
		border-collapse: collapse
	}
	
	caption {
		padding-top: .75rem;
		padding-bottom: .75rem;
		color: #6c757d;
		text-align: left;
		caption-side: bottom
	}
	
	th {
		text-align: inherit
	}
	
	label {
		display: inline-block;
		margin-bottom: .5rem
	}
	
	button {
		border-radius: 0
	}
	
	button:focus {
		outline: 1px dotted;
		outline: 5px auto -webkit-focus-ring-color
	}
	
	button,
	input,
	optgroup,
	select,
	textarea {
		margin: 0;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit
	}
	
	button,
	input {
		overflow: visible
	}
	
	button,
	select {
		text-transform: none
	}
	
	[type=reset],
	[type=submit],
	button,
	html [type=button] {
		-webkit-appearance: button
	}
	
	[type=button]::-moz-focus-inner,
	[type=reset]::-moz-focus-inner,
	[type=submit]::-moz-focus-inner,
	button::-moz-focus-inner {
		padding: 0;
		border-style: none
	}
	
	input[type=checkbox],
	input[type=radio] {
		box-sizing: border-box;
		padding: 0
	}
	
	input[type=date],
	input[type=datetime-local],
	input[type=month],
	input[type=time] {
		-webkit-appearance: listbox
	}
	
	textarea {
		overflow: auto;
		resize: vertical
	}
	
	fieldset {
		min-width: 0;
		padding: 0;
		margin: 0;
		border: 0
	}
	
	legend {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: .5rem;
		font-size: 1.5rem;
		line-height: inherit;
		color: inherit;
		white-space: normal
	}
	
	progress {
		vertical-align: baseline
	}
	
	[type=number]::-webkit-inner-spin-button,
	[type=number]::-webkit-outer-spin-button {
		height: auto
	}
	
	[type=search] {
		outline-offset: -2px;
		-webkit-appearance: none
	}
	
	[type=search]::-webkit-search-cancel-button,
	[type=search]::-webkit-search-decoration {
		-webkit-appearance: none
	}
	
	::-webkit-file-upload-button {
		font: inherit;
		-webkit-appearance: button
	}
	
	output {
		display: inline-block
	}
	
	summary {
		display: list-item;
		cursor: pointer
	}
	
	template {
		display: none
	}
	
	[hidden] {
		display: none!important
	}
	
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: .5rem;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.2;
		color: inherit
	}
	
	.h1,
	h1 {
		font-size: 2.5rem
	}
	
	.h2,
	h2 {
		font-size: 2rem
	}
	
	.h3,
	h3 {
		font-size: 1.75rem
	}
	
	.h4,
	h4 {
		font-size: 1.5rem
	}
	
	.h5,
	h5 {
		font-size: 1.25rem
	}
	
	.h6,
	h6 {
		font-size: 1rem
	}
	
	.lead {
		font-size: 1.25rem;
		font-weight: 300
	}
	
	.display-1 {
		font-size: 6rem;
		font-weight: 300;
		line-height: 1.2
	}
	
	.display-2 {
		font-size: 5.5rem;
		font-weight: 300;
		line-height: 1.2
	}
	
	.display-3 {
		font-size: 4.5rem;
		font-weight: 300;
		line-height: 1.2
	}
	
	.display-4 {
		font-size: 3.5rem;
		font-weight: 300;
		line-height: 1.2
	}
	
	hr {
		margin-top: 1rem;
		margin-bottom: 1rem;
		border: 0;
		border-top: 1px solid rgba(0, 0, 0, .1)
	}
	
	.small,
	small {
		font-size: 80%;
		font-weight: 400
	}
	
	.mark,
	mark {
		padding: .2em;
		background-color: #fcf8e3
	}
	
	.list-unstyled {
		padding-left: 0;
		list-style: none
	}
	
	.list-inline {
		padding-left: 0;
		list-style: none
	}
	
	.list-inline-item {
		display: inline-block
	}
	
	.list-inline-item:not(:last-child) {
		margin-right: .5rem
	}
	
	.initialism {
		font-size: 90%;
		text-transform: uppercase
	}
	
	.blockquote {
		margin-bottom: 1rem;
		font-size: 1.25rem
	}
	
	.blockquote-footer {
		display: block;
		font-size: 80%;
		color: #6c757d
	}
	
	.blockquote-footer::before {
		content: "\2014 \00A0"
	}
	
	.img-fluid {
		max-width: 100%;
		height: auto
	}
	
	.img-thumbnail {
		padding: .25rem;
		background-color: #fff;
		border: 1px solid #dee2e6;
		border-radius: .25rem;
		max-width: 100%;
		height: auto
	}
	
	.figure {
		display: inline-block
	}
	
	.figure-img {
		margin-bottom: .5rem;
		line-height: 1
	}
	
	.figure-caption {
		font-size: 90%;
		color: #6c757d
	}
	
	code,
	kbd,
	pre,
	samp {
		font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
	}
	
	code {
		font-size: 87.5%;
		color: #e83e8c;
		word-break: break-word
	}
	
	a>code {
		color: inherit
	}
	
	kbd {
		padding: .2rem .4rem;
		font-size: 87.5%;
		color: #fff;
		background-color: #212529;
		border-radius: .2rem
	}
	
	kbd kbd {
		padding: 0;
		font-size: 100%;
		font-weight: 700
	}
	
	pre {
		display: block;
		font-size: 87.5%;
		color: #212529
	}
	
	pre code {
		font-size: inherit;
		color: inherit;
		word-break: normal
	}
	
	.pre-scrollable {
		max-height: 340px;
		overflow-y: scroll
	}
	
	.container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto
	}
	
	@media (min-width:576px) {
		.container {
			max-width: 540px
		}
	}
	
	@media (min-width:768px) {
		.container {
			max-width: 720px
		}
	}
	
	@media (min-width:992px) {
		.container {
			max-width: 960px
		}
	}
	
	@media (min-width:1200px) {
		.container {
			max-width: 1140px
		}
	}
	
	.container-fluid {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto
	}
	
	.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	
	.no-gutters {
		margin-right: 0;
		margin-left: 0
	}
	
	.no-gutters>.col,
	.no-gutters>[class*=col-] {
		padding-right: 0;
		padding-left: 0
	}
	
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}
	
	.col {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	
	.col-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	
	.col-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	
	.col-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	
	.col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	
	.col-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	
	.col-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	
	.col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	
	.col-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	
	.col-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	
	.col-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	
	.col-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	
	.col-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	
	.col-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	
	.order-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	
	.order-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	
	.order-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	
	.order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	
	.order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	
	.order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	
	.order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	
	.order-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	
	.order-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	
	.order-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	
	.order-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	
	.order-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	
	.order-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	
	.order-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	
	.order-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	
	.offset-1 {
		margin-left: 8.333333%
	}
	
	.offset-2 {
		margin-left: 16.666667%
	}
	
	.offset-3 {
		margin-left: 25%
	}
	
	.offset-4 {
		margin-left: 33.333333%
	}
	
	.offset-5 {
		margin-left: 41.666667%
	}
	
	.offset-6 {
		margin-left: 50%
	}
	
	.offset-7 {
		margin-left: 58.333333%
	}
	
	.offset-8 {
		margin-left: 66.666667%
	}
	
	.offset-9 {
		margin-left: 75%
	}
	
	.offset-10 {
		margin-left: 83.333333%
	}
	
	.offset-11 {
		margin-left: 91.666667%
	}
	
	@media (min-width:576px) {
		.col-sm {
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 100%
		}
		.col-sm-auto {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: none
		}
		.col-sm-1 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 8.333333%;
			flex: 0 0 8.333333%;
			max-width: 8.333333%
		}
		.col-sm-2 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 16.666667%;
			flex: 0 0 16.666667%;
			max-width: 16.666667%
		}
		.col-sm-3 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%
		}
		.col-sm-4 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%
		}
		.col-sm-5 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 41.666667%;
			flex: 0 0 41.666667%;
			max-width: 41.666667%
		}
		.col-sm-6 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%
		}
		.col-sm-7 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 58.333333%;
			flex: 0 0 58.333333%;
			max-width: 58.333333%
		}
		.col-sm-8 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 66.666667%;
			flex: 0 0 66.666667%;
			max-width: 66.666667%
		}
		.col-sm-9 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%
		}
		.col-sm-10 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 83.333333%;
			flex: 0 0 83.333333%;
			max-width: 83.333333%
		}
		.col-sm-11 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 91.666667%;
			flex: 0 0 91.666667%;
			max-width: 91.666667%
		}
		.col-sm-12 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%
		}
		.order-sm-first {
			-webkit-box-ordinal-group: 0;
			-ms-flex-order: -1;
			order: -1
		}
		.order-sm-last {
			-webkit-box-ordinal-group: 14;
			-ms-flex-order: 13;
			order: 13
		}
		.order-sm-0 {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0
		}
		.order-sm-1 {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
		}
		.order-sm-2 {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2
		}
		.order-sm-3 {
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3
		}
		.order-sm-4 {
			-webkit-box-ordinal-group: 5;
			-ms-flex-order: 4;
			order: 4
		}
		.order-sm-5 {
			-webkit-box-ordinal-group: 6;
			-ms-flex-order: 5;
			order: 5
		}
		.order-sm-6 {
			-webkit-box-ordinal-group: 7;
			-ms-flex-order: 6;
			order: 6
		}
		.order-sm-7 {
			-webkit-box-ordinal-group: 8;
			-ms-flex-order: 7;
			order: 7
		}
		.order-sm-8 {
			-webkit-box-ordinal-group: 9;
			-ms-flex-order: 8;
			order: 8
		}
		.order-sm-9 {
			-webkit-box-ordinal-group: 10;
			-ms-flex-order: 9;
			order: 9
		}
		.order-sm-10 {
			-webkit-box-ordinal-group: 11;
			-ms-flex-order: 10;
			order: 10
		}
		.order-sm-11 {
			-webkit-box-ordinal-group: 12;
			-ms-flex-order: 11;
			order: 11
		}
		.order-sm-12 {
			-webkit-box-ordinal-group: 13;
			-ms-flex-order: 12;
			order: 12
		}
		.offset-sm-0 {
			margin-left: 0
		}
		.offset-sm-1 {
			margin-left: 8.333333%
		}
		.offset-sm-2 {
			margin-left: 16.666667%
		}
		.offset-sm-3 {
			margin-left: 25%
		}
		.offset-sm-4 {
			margin-left: 33.333333%
		}
		.offset-sm-5 {
			margin-left: 41.666667%
		}
		.offset-sm-6 {
			margin-left: 50%
		}
		.offset-sm-7 {
			margin-left: 58.333333%
		}
		.offset-sm-8 {
			margin-left: 66.666667%
		}
		.offset-sm-9 {
			margin-left: 75%
		}
		.offset-sm-10 {
			margin-left: 83.333333%
		}
		.offset-sm-11 {
			margin-left: 91.666667%
		}
	}
	
	@media (min-width:768px) {
		.col-md {
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 100%
		}
		.col-md-auto {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: none
		}
		.col-md-1 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 8.333333%;
			flex: 0 0 8.333333%;
			max-width: 8.333333%
		}
		.col-md-2 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 16.666667%;
			flex: 0 0 16.666667%;
			max-width: 16.666667%
		}
		.col-md-3 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%
		}
		.col-md-4 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%
		}
		.col-md-5 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 41.666667%;
			flex: 0 0 41.666667%;
			max-width: 41.666667%
		}
		.col-md-6 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%
		}
		.col-md-7 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 58.333333%;
			flex: 0 0 58.333333%;
			max-width: 58.333333%
		}
		.col-md-8 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 66.666667%;
			flex: 0 0 66.666667%;
			max-width: 66.666667%
		}
		.col-md-9 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%
		}
		.col-md-10 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 83.333333%;
			flex: 0 0 83.333333%;
			max-width: 83.333333%
		}
		.col-md-11 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 91.666667%;
			flex: 0 0 91.666667%;
			max-width: 91.666667%
		}
		.col-md-12 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%
		}
		.order-md-first {
			-webkit-box-ordinal-group: 0;
			-ms-flex-order: -1;
			order: -1
		}
		.order-md-last {
			-webkit-box-ordinal-group: 14;
			-ms-flex-order: 13;
			order: 13
		}
		.order-md-0 {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0
		}
		.order-md-1 {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
		}
		.order-md-2 {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2
		}
		.order-md-3 {
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3
		}
		.order-md-4 {
			-webkit-box-ordinal-group: 5;
			-ms-flex-order: 4;
			order: 4
		}
		.order-md-5 {
			-webkit-box-ordinal-group: 6;
			-ms-flex-order: 5;
			order: 5
		}
		.order-md-6 {
			-webkit-box-ordinal-group: 7;
			-ms-flex-order: 6;
			order: 6
		}
		.order-md-7 {
			-webkit-box-ordinal-group: 8;
			-ms-flex-order: 7;
			order: 7
		}
		.order-md-8 {
			-webkit-box-ordinal-group: 9;
			-ms-flex-order: 8;
			order: 8
		}
		.order-md-9 {
			-webkit-box-ordinal-group: 10;
			-ms-flex-order: 9;
			order: 9
		}
		.order-md-10 {
			-webkit-box-ordinal-group: 11;
			-ms-flex-order: 10;
			order: 10
		}
		.order-md-11 {
			-webkit-box-ordinal-group: 12;
			-ms-flex-order: 11;
			order: 11
		}
		.order-md-12 {
			-webkit-box-ordinal-group: 13;
			-ms-flex-order: 12;
			order: 12
		}
		.offset-md-0 {
			margin-left: 0
		}
		.offset-md-1 {
			margin-left: 8.333333%
		}
		.offset-md-2 {
			margin-left: 16.666667%
		}
		.offset-md-3 {
			margin-left: 25%
		}
		.offset-md-4 {
			margin-left: 33.333333%
		}
		.offset-md-5 {
			margin-left: 41.666667%
		}
		.offset-md-6 {
			margin-left: 50%
		}
		.offset-md-7 {
			margin-left: 58.333333%
		}
		.offset-md-8 {
			margin-left: 66.666667%
		}
		.offset-md-9 {
			margin-left: 75%
		}
		.offset-md-10 {
			margin-left: 83.333333%
		}
		.offset-md-11 {
			margin-left: 91.666667%
		}
	}
	
	@media (min-width:992px) {
		.col-lg {
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 100%
		}
		.col-lg-auto {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: none
		}
		.col-lg-1 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 8.333333%;
			flex: 0 0 8.333333%;
			max-width: 8.333333%
		}
		.col-lg-2 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 16.666667%;
			flex: 0 0 16.666667%;
			max-width: 16.666667%
		}
		.col-lg-3 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%
		}
		.col-lg-4 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%
		}
		.col-lg-5 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 41.666667%;
			flex: 0 0 41.666667%;
			max-width: 41.666667%
		}
		.col-lg-6 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%
		}
		.col-lg-7 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 58.333333%;
			flex: 0 0 58.333333%;
			max-width: 58.333333%
		}
		.col-lg-8 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 66.666667%;
			flex: 0 0 66.666667%;
			max-width: 66.666667%
		}
		.col-lg-9 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%
		}
		.col-lg-10 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 83.333333%;
			flex: 0 0 83.333333%;
			max-width: 83.333333%
		}
		.col-lg-11 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 91.666667%;
			flex: 0 0 91.666667%;
			max-width: 91.666667%
		}
		.col-lg-12 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%
		}
		.order-lg-first {
			-webkit-box-ordinal-group: 0;
			-ms-flex-order: -1;
			order: -1
		}
		.order-lg-last {
			-webkit-box-ordinal-group: 14;
			-ms-flex-order: 13;
			order: 13
		}
		.order-lg-0 {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0
		}
		.order-lg-1 {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
		}
		.order-lg-2 {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2
		}
		.order-lg-3 {
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3
		}
		.order-lg-4 {
			-webkit-box-ordinal-group: 5;
			-ms-flex-order: 4;
			order: 4
		}
		.order-lg-5 {
			-webkit-box-ordinal-group: 6;
			-ms-flex-order: 5;
			order: 5
		}
		.order-lg-6 {
			-webkit-box-ordinal-group: 7;
			-ms-flex-order: 6;
			order: 6
		}
		.order-lg-7 {
			-webkit-box-ordinal-group: 8;
			-ms-flex-order: 7;
			order: 7
		}
		.order-lg-8 {
			-webkit-box-ordinal-group: 9;
			-ms-flex-order: 8;
			order: 8
		}
		.order-lg-9 {
			-webkit-box-ordinal-group: 10;
			-ms-flex-order: 9;
			order: 9
		}
		.order-lg-10 {
			-webkit-box-ordinal-group: 11;
			-ms-flex-order: 10;
			order: 10
		}
		.order-lg-11 {
			-webkit-box-ordinal-group: 12;
			-ms-flex-order: 11;
			order: 11
		}
		.order-lg-12 {
			-webkit-box-ordinal-group: 13;
			-ms-flex-order: 12;
			order: 12
		}
		.offset-lg-0 {
			margin-left: 0
		}
		.offset-lg-1 {
			margin-left: 8.333333%
		}
		.offset-lg-2 {
			margin-left: 16.666667%
		}
		.offset-lg-3 {
			margin-left: 25%
		}
		.offset-lg-4 {
			margin-left: 33.333333%
		}
		.offset-lg-5 {
			margin-left: 41.666667%
		}
		.offset-lg-6 {
			margin-left: 50%
		}
		.offset-lg-7 {
			margin-left: 58.333333%
		}
		.offset-lg-8 {
			margin-left: 66.666667%
		}
		.offset-lg-9 {
			margin-left: 75%
		}
		.offset-lg-10 {
			margin-left: 83.333333%
		}
		.offset-lg-11 {
			margin-left: 91.666667%
		}
	}
	
	@media (min-width:1200px) {
		.col-xl {
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 100%
		}
		.col-xl-auto {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: none
		}
		.col-xl-1 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 8.333333%;
			flex: 0 0 8.333333%;
			max-width: 8.333333%
		}
		.col-xl-2 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 16.666667%;
			flex: 0 0 16.666667%;
			max-width: 16.666667%
		}
		.col-xl-3 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%
		}
		.col-xl-4 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%
		}
		.col-xl-5 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 41.666667%;
			flex: 0 0 41.666667%;
			max-width: 41.666667%
		}
		.col-xl-6 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%
		}
		.col-xl-7 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 58.333333%;
			flex: 0 0 58.333333%;
			max-width: 58.333333%
		}
		.col-xl-8 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 66.666667%;
			flex: 0 0 66.666667%;
			max-width: 66.666667%
		}
		.col-xl-9 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%
		}
		.col-xl-10 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 83.333333%;
			flex: 0 0 83.333333%;
			max-width: 83.333333%
		}
		.col-xl-11 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 91.666667%;
			flex: 0 0 91.666667%;
			max-width: 91.666667%
		}
		.col-xl-12 {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%
		}
		.order-xl-first {
			-webkit-box-ordinal-group: 0;
			-ms-flex-order: -1;
			order: -1
		}
		.order-xl-last {
			-webkit-box-ordinal-group: 14;
			-ms-flex-order: 13;
			order: 13
		}
		.order-xl-0 {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0
		}
		.order-xl-1 {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
		}
		.order-xl-2 {
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			order: 2
		}
		.order-xl-3 {
			-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
			order: 3
		}
		.order-xl-4 {
			-webkit-box-ordinal-group: 5;
			-ms-flex-order: 4;
			order: 4
		}
		.order-xl-5 {
			-webkit-box-ordinal-group: 6;
			-ms-flex-order: 5;
			order: 5
		}
		.order-xl-6 {
			-webkit-box-ordinal-group: 7;
			-ms-flex-order: 6;
			order: 6
		}
		.order-xl-7 {
			-webkit-box-ordinal-group: 8;
			-ms-flex-order: 7;
			order: 7
		}
		.order-xl-8 {
			-webkit-box-ordinal-group: 9;
			-ms-flex-order: 8;
			order: 8
		}
		.order-xl-9 {
			-webkit-box-ordinal-group: 10;
			-ms-flex-order: 9;
			order: 9
		}
		.order-xl-10 {
			-webkit-box-ordinal-group: 11;
			-ms-flex-order: 10;
			order: 10
		}
		.order-xl-11 {
			-webkit-box-ordinal-group: 12;
			-ms-flex-order: 11;
			order: 11
		}
		.order-xl-12 {
			-webkit-box-ordinal-group: 13;
			-ms-flex-order: 12;
			order: 12
		}
		.offset-xl-0 {
			margin-left: 0
		}
		.offset-xl-1 {
			margin-left: 8.333333%
		}
		.offset-xl-2 {
			margin-left: 16.666667%
		}
		.offset-xl-3 {
			margin-left: 25%
		}
		.offset-xl-4 {
			margin-left: 33.333333%
		}
		.offset-xl-5 {
			margin-left: 41.666667%
		}
		.offset-xl-6 {
			margin-left: 50%
		}
		.offset-xl-7 {
			margin-left: 58.333333%
		}
		.offset-xl-8 {
			margin-left: 66.666667%
		}
		.offset-xl-9 {
			margin-left: 75%
		}
		.offset-xl-10 {
			margin-left: 83.333333%
		}
		.offset-xl-11 {
			margin-left: 91.666667%
		}
	}
	
	.table {
		width: 100%;
		max-width: 100%;
		margin-bottom: 1rem;
		background-color: transparent
	}
	
	.table td,
	.table th {
		padding: .75rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6
	}
	
	.table thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #dee2e6
	}
	
	.table tbody+tbody {
		border-top: 2px solid #dee2e6
	}
	
	.table .table {
		background-color: #fff
	}
	
	.table-sm td,
	.table-sm th {
		padding: .3rem
	}
	
	.table-bordered {
		border: 1px solid #dee2e6
	}
	
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6
	}
	
	.table-bordered thead td,
	.table-bordered thead th {
		border-bottom-width: 2px
	}
	
	.table-striped tbody tr:nth-of-type(odd) {
		background-color: rgba(0, 0, 0, .05)
	}
	
	.table-hover tbody tr:hover {
		background-color: rgba(0, 0, 0, .075)
	}
	
	.table-primary,
	.table-primary>td,
	.table-primary>th {
		background-color: #b8daff
	}
	
	.table-hover .table-primary:hover {
		background-color: #9fcdff
	}
	
	.table-hover .table-primary:hover>td,
	.table-hover .table-primary:hover>th {
		background-color: #9fcdff
	}
	
	.table-secondary,
	.table-secondary>td,
	.table-secondary>th {
		background-color: #d6d8db
	}
	
	.table-hover .table-secondary:hover {
		background-color: #c8cbcf
	}
	
	.table-hover .table-secondary:hover>td,
	.table-hover .table-secondary:hover>th {
		background-color: #c8cbcf
	}
	
	.table-success,
	.table-success>td,
	.table-success>th {
		background-color: #c3e6cb
	}
	
	.table-hover .table-success:hover {
		background-color: #b1dfbb
	}
	
	.table-hover .table-success:hover>td,
	.table-hover .table-success:hover>th {
		background-color: #b1dfbb
	}
	
	.table-info,
	.table-info>td,
	.table-info>th {
		background-color: #bee5eb
	}
	
	.table-hover .table-info:hover {
		background-color: #abdde5
	}
	
	.table-hover .table-info:hover>td,
	.table-hover .table-info:hover>th {
		background-color: #abdde5
	}
	
	.table-warning,
	.table-warning>td,
	.table-warning>th {
		background-color: #ffeeba
	}
	
	.table-hover .table-warning:hover {
		background-color: #ffe8a1
	}
	
	.table-hover .table-warning:hover>td,
	.table-hover .table-warning:hover>th {
		background-color: #ffe8a1
	}
	
	.table-danger,
	.table-danger>td,
	.table-danger>th {
		background-color: #f5c6cb
	}
	
	.table-hover .table-danger:hover {
		background-color: #f1b0b7
	}
	
	.table-hover .table-danger:hover>td,
	.table-hover .table-danger:hover>th {
		background-color: #f1b0b7
	}
	
	.table-light,
	.table-light>td,
	.table-light>th {
		background-color: #fdfdfe
	}
	
	.table-hover .table-light:hover {
		background-color: #ececf6
	}
	
	.table-hover .table-light:hover>td,
	.table-hover .table-light:hover>th {
		background-color: #ececf6
	}
	
	.table-dark,
	.table-dark>td,
	.table-dark>th {
		background-color: #c6c8ca
	}
	
	.table-hover .table-dark:hover {
		background-color: #b9bbbe
	}
	
	.table-hover .table-dark:hover>td,
	.table-hover .table-dark:hover>th {
		background-color: #b9bbbe
	}
	
	.table-active,
	.table-active>td,
	.table-active>th {
		background-color: rgba(0, 0, 0, .075)
	}
	
	.table-hover .table-active:hover {
		background-color: rgba(0, 0, 0, .075)
	}
	
	.table-hover .table-active:hover>td,
	.table-hover .table-active:hover>th {
		background-color: rgba(0, 0, 0, .075)
	}
	
	.table .thead-dark th {
		color: #fff;
		background-color: #212529;
		border-color: #32383e
	}
	
	.table .thead-light th {
		color: #495057;
		background-color: #e9ecef;
		border-color: #dee2e6
	}
	
	.table-dark {
		color: #fff;
		background-color: #212529
	}
	
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #32383e
	}
	
	.table-dark.table-bordered {
		border: 0
	}
	
	.table-dark.table-striped tbody tr:nth-of-type(odd) {
		background-color: rgba(255, 255, 255, .05)
	}
	
	.table-dark.table-hover tbody tr:hover {
		background-color: rgba(255, 255, 255, .075)
	}
	
	@media (max-width:575.98px) {
		.table-responsive-sm {
			display: block;
			width: 100%;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			-ms-overflow-style: -ms-autohiding-scrollbar
		}
		.table-responsive-sm>.table-bordered {
			border: 0
		}
	}
	
	@media (max-width:767.98px) {
		.table-responsive-md {
			display: block;
			width: 100%;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			-ms-overflow-style: -ms-autohiding-scrollbar
		}
		.table-responsive-md>.table-bordered {
			border: 0
		}
	}
	
	@media (max-width:991.98px) {
		.table-responsive-lg {
			display: block;
			width: 100%;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			-ms-overflow-style: -ms-autohiding-scrollbar
		}
		.table-responsive-lg>.table-bordered {
			border: 0
		}
	}
	
	@media (max-width:1199.98px) {
		.table-responsive-xl {
			display: block;
			width: 100%;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			-ms-overflow-style: -ms-autohiding-scrollbar
		}
		.table-responsive-xl>.table-bordered {
			border: 0
		}
	}
	
	.table-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	
	.table-responsive>.table-bordered {
		border: 0
	}
	
	.form-control {
		display: block;
		width: 100%;
		padding: .375rem .75rem;
		font-size: 1rem;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		border-radius: .25rem;
		transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
	}
	
	.form-control::-ms-expand {
		background-color: transparent;
		border: 0
	}
	
	.form-control:focus {
		color: #495057;
		background-color: #fff;
		border-color: #80bdff;
		outline: 0;
		box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
	}
	
	.form-control::-webkit-input-placeholder {
		color: #6c757d;
		opacity: 1
	}
	
	.form-control::-moz-placeholder {
		color: #6c757d;
		opacity: 1
	}
	
	.form-control:-ms-input-placeholder {
		color: #6c757d;
		opacity: 1
	}
	
	.form-control::-ms-input-placeholder {
		color: #6c757d;
		opacity: 1
	}
	
	.form-control::placeholder {
		color: #6c757d;
		opacity: 1
	}
	
	.form-control:disabled,
	.form-control[readonly] {
		background-color: #e9ecef;
		opacity: 1
	}
	
	select.form-control:not([size]):not([multiple]) {
		height: calc(2.25rem + 2px)
	}
	
	select.form-control:focus::-ms-value {
		color: #495057;
		background-color: #fff
	}
	
	.form-control-file,
	.form-control-range {
		display: block;
		width: 100%
	}
	
	.col-form-label {
		padding-top: calc(.375rem + 1px);
		padding-bottom: calc(.375rem + 1px);
		margin-bottom: 0;
		font-size: inherit;
		line-height: 1.5
	}
	
	.col-form-label-lg {
		padding-top: calc(.5rem + 1px);
		padding-bottom: calc(.5rem + 1px);
		font-size: 1.25rem;
		line-height: 1.5
	}
	
	.col-form-label-sm {
		padding-top: calc(.25rem + 1px);
		padding-bottom: calc(.25rem + 1px);
		font-size: .875rem;
		line-height: 1.5
	}
	
	.form-control-plaintext {
		display: block;
		width: 100%;
		padding-top: .375rem;
		padding-bottom: .375rem;
		margin-bottom: 0;
		line-height: 1.5;
		background-color: transparent;
		border: solid transparent;
		border-width: 1px 0
	}
	
	.form-control-plaintext.form-control-lg,
	.form-control-plaintext.form-control-sm,
	.input-group-lg>.form-control-plaintext.form-control,
	.input-group-lg>.input-group-append>.form-control-plaintext.btn,
	.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
	.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
	.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
	.input-group-sm>.form-control-plaintext.form-control,
	.input-group-sm>.input-group-append>.form-control-plaintext.btn,
	.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
	.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
	.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
		padding-right: 0;
		padding-left: 0
	}
	
	.form-control-sm,
	.input-group-sm>.form-control,
	.input-group-sm>.input-group-append>.btn,
	.input-group-sm>.input-group-append>.input-group-text,
	.input-group-sm>.input-group-prepend>.btn,
	.input-group-sm>.input-group-prepend>.input-group-text {
		padding: .25rem .5rem;
		font-size: .875rem;
		line-height: 1.5;
		border-radius: .2rem
	}
	
	.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
	.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
	.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
	.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
	.input-group-sm>select.form-control:not([size]):not([multiple]),
	select.form-control-sm:not([size]):not([multiple]) {
		height: calc(1.8125rem + 2px)
	}
	
	.form-control-lg,
	.input-group-lg>.form-control,
	.input-group-lg>.input-group-append>.btn,
	.input-group-lg>.input-group-append>.input-group-text,
	.input-group-lg>.input-group-prepend>.btn,
	.input-group-lg>.input-group-prepend>.input-group-text {
		padding: .5rem 1rem;
		font-size: 1.25rem;
		line-height: 1.5;
		border-radius: .3rem
	}
	
	.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
	.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
	.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
	.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
	.input-group-lg>select.form-control:not([size]):not([multiple]),
	select.form-control-lg:not([size]):not([multiple]) {
		height: calc(2.875rem + 2px)
	}
	
	.form-group {
		margin-bottom: 1rem
	}
	
	.form-text {
		display: block;
		margin-top: .25rem
	}
	
	.form-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -5px;
		margin-left: -5px
	}
	
	.form-row>.col,
	.form-row>[class*=col-] {
		padding-right: 5px;
		padding-left: 5px
	}
	
	.form-check {
		position: relative;
		display: block;
		padding-left: 1.25rem
	}
	
	.form-check-input {
		position: absolute;
		margin-top: .3rem;
		margin-left: -1.25rem
	}
	
	.form-check-input:disabled~.form-check-label {
		color: #6c757d
	}
	
	.form-check-label {
		margin-bottom: 0
	}
	
	.form-check-inline {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0;
		margin-right: .75rem
	}
	
	.form-check-inline .form-check-input {
		position: static;
		margin-top: 0;
		margin-right: .3125rem;
		margin-left: 0
	}
	
	.valid-feedback {
		display: none;
		width: 100%;
		margin-top: .25rem;
		font-size: 80%;
		color: #28a745
	}
	
	.valid-tooltip {
		position: absolute;
		top: 100%;
		z-index: 5;
		display: none;
		max-width: 100%;
		padding: .5rem;
		margin-top: .1rem;
		font-size: .875rem;
		line-height: 1;
		color: #fff;
		background-color: rgba(40, 167, 69, .8);
		border-radius: .2rem
	}
	
	.custom-select.is-valid,
	.form-control.is-valid,
	.was-validated .custom-select:valid,
	.was-validated .form-control:valid {
		border-color: #28a745
	}
	
	.custom-select.is-valid:focus,
	.form-control.is-valid:focus,
	.was-validated .custom-select:valid:focus,
	.was-validated .form-control:valid:focus {
		border-color: #28a745;
		box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
	}
	
	.custom-select.is-valid~.valid-feedback,
	.custom-select.is-valid~.valid-tooltip,
	.form-control.is-valid~.valid-feedback,
	.form-control.is-valid~.valid-tooltip,
	.was-validated .custom-select:valid~.valid-feedback,
	.was-validated .custom-select:valid~.valid-tooltip,
	.was-validated .form-control:valid~.valid-feedback,
	.was-validated .form-control:valid~.valid-tooltip {
		display: block
	}
	
	.form-check-input.is-valid~.form-check-label,
	.was-validated .form-check-input:valid~.form-check-label {
		color: #28a745
	}
	
	.form-check-input.is-valid~.valid-feedback,
	.form-check-input.is-valid~.valid-tooltip,
	.was-validated .form-check-input:valid~.valid-feedback,
	.was-validated .form-check-input:valid~.valid-tooltip {
		display: block
	}
	
	.custom-control-input.is-valid~.custom-control-label,
	.was-validated .custom-control-input:valid~.custom-control-label {
		color: #28a745
	}
	
	.custom-control-input.is-valid~.custom-control-label::before,
	.was-validated .custom-control-input:valid~.custom-control-label::before {
		background-color: #71dd8a
	}
	
	.custom-control-input.is-valid~.valid-feedback,
	.custom-control-input.is-valid~.valid-tooltip,
	.was-validated .custom-control-input:valid~.valid-feedback,
	.was-validated .custom-control-input:valid~.valid-tooltip {
		display: block
	}
	
	.custom-control-input.is-valid:checked~.custom-control-label::before,
	.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
		background-color: #34ce57
	}
	
	.custom-control-input.is-valid:focus~.custom-control-label::before,
	.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
		box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
	}
	
	.custom-file-input.is-valid~.custom-file-label,
	.was-validated .custom-file-input:valid~.custom-file-label {
		border-color: #28a745
	}
	
	.custom-file-input.is-valid~.custom-file-label::before,
	.was-validated .custom-file-input:valid~.custom-file-label::before {
		border-color: inherit
	}
	
	.custom-file-input.is-valid~.valid-feedback,
	.custom-file-input.is-valid~.valid-tooltip,
	.was-validated .custom-file-input:valid~.valid-feedback,
	.was-validated .custom-file-input:valid~.valid-tooltip {
		display: block
	}
	
	.custom-file-input.is-valid:focus~.custom-file-label,
	.was-validated .custom-file-input:valid:focus~.custom-file-label {
		box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
	}
	
	.invalid-feedback {
		display: none;
		width: 100%;
		margin-top: .25rem;
		font-size: 80%;
		color: #dc3545
	}
	
	.invalid-tooltip {
		position: absolute;
		top: 100%;
		z-index: 5;
		display: none;
		max-width: 100%;
		padding: .5rem;
		margin-top: .1rem;
		font-size: .875rem;
		line-height: 1;
		color: #fff;
		background-color: rgba(220, 53, 69, .8);
		border-radius: .2rem
	}
	
	.custom-select.is-invalid,
	.form-control.is-invalid,
	.was-validated .custom-select:invalid,
	.was-validated .form-control:invalid {
		border-color: #dc3545
	}
	
	.custom-select.is-invalid:focus,
	.form-control.is-invalid:focus,
	.was-validated .custom-select:invalid:focus,
	.was-validated .form-control:invalid:focus {
		border-color: #dc3545;
		box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
	}
	
	.custom-select.is-invalid~.invalid-feedback,
	.custom-select.is-invalid~.invalid-tooltip,
	.form-control.is-invalid~.invalid-feedback,
	.form-control.is-invalid~.invalid-tooltip,
	.was-validated .custom-select:invalid~.invalid-feedback,
	.was-validated .custom-select:invalid~.invalid-tooltip,
	.was-validated .form-control:invalid~.invalid-feedback,
	.was-validated .form-control:invalid~.invalid-tooltip {
		display: block
	}
	
	.form-check-input.is-invalid~.form-check-label,
	.was-validated .form-check-input:invalid~.form-check-label {
		color: #dc3545
	}
	
	.form-check-input.is-invalid~.invalid-feedback,
	.form-check-input.is-invalid~.invalid-tooltip,
	.was-validated .form-check-input:invalid~.invalid-feedback,
	.was-validated .form-check-input:invalid~.invalid-tooltip {
		display: block
	}
	
	.custom-control-input.is-invalid~.custom-control-label,
	.was-validated .custom-control-input:invalid~.custom-control-label {
		color: #dc3545
	}
	
	.custom-control-input.is-invalid~.custom-control-label::before,
	.was-validated .custom-control-input:invalid~.custom-control-label::before {
		background-color: #efa2a9
	}
	
	.custom-control-input.is-invalid~.invalid-feedback,
	.custom-control-input.is-invalid~.invalid-tooltip,
	.was-validated .custom-control-input:invalid~.invalid-feedback,
	.was-validated .custom-control-input:invalid~.invalid-tooltip {
		display: block
	}
	
	.custom-control-input.is-invalid:checked~.custom-control-label::before,
	.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
		background-color: #e4606d
	}
	
	.custom-control-input.is-invalid:focus~.custom-control-label::before,
	.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
		box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
	}
	
	.custom-file-input.is-invalid~.custom-file-label,
	.was-validated .custom-file-input:invalid~.custom-file-label {
		border-color: #dc3545
	}
	
	.custom-file-input.is-invalid~.custom-file-label::before,
	.was-validated .custom-file-input:invalid~.custom-file-label::before {
		border-color: inherit
	}
	
	.custom-file-input.is-invalid~.invalid-feedback,
	.custom-file-input.is-invalid~.invalid-tooltip,
	.was-validated .custom-file-input:invalid~.invalid-feedback,
	.was-validated .custom-file-input:invalid~.invalid-tooltip {
		display: block
	}
	
	.custom-file-input.is-invalid:focus~.custom-file-label,
	.was-validated .custom-file-input:invalid:focus~.custom-file-label {
		box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
	}
	
	.form-inline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	
	.form-inline .form-check {
		width: 100%
	}
	
	@media (min-width:576px) {
		.form-inline label {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			margin-bottom: 0
		}
		.form-inline .form-group {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			margin-bottom: 0
		}
		.form-inline .form-control {
			display: inline-block;
			width: auto;
			vertical-align: middle
		}
		.form-inline .form-control-plaintext {
			display: inline-block
		}
		.form-inline .input-group {
			width: auto
		}
		.form-inline .form-check {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			width: auto;
			padding-left: 0
		}
		.form-inline .form-check-input {
			position: relative;
			margin-top: 0;
			margin-right: .25rem;
			margin-left: 0
		}
		.form-inline .custom-control {
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}
		.form-inline .custom-control-label {
			margin-bottom: 0
		}
	}
	
	.btn {
		display: inline-block;
		font-weight: 400;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border: 1px solid transparent;
		padding: .375rem .75rem;
		font-size: 1rem;
		line-height: 1.5;
		border-radius: .25rem;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
	}
	
	.btn:focus,
	.btn:hover {
		text-decoration: none
	}
	
	.btn.focus,
	.btn:focus {
		outline: 0;
		box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
	}
	
	.btn.disabled,
	.btn:disabled {
		opacity: .65
	}
	
	.btn:not(:disabled):not(.disabled) {
		cursor: pointer
	}
	
	.btn:not(:disabled):not(.disabled).active,
	.btn:not(:disabled):not(.disabled):active {
		background-image: none
	}
	
	a.btn.disabled,
	fieldset:disabled a.btn {
		pointer-events: none
	}
	
	.btn-primary {
		color: #fff;
		background-color: #007bff;
		border-color: #007bff
	}
	
	.btn-primary:hover {
		color: #fff;
		background-color: #0069d9;
		border-color: #0062cc
	}
	
	.btn-primary.focus,
	.btn-primary:focus {
		box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
	}
	
	.btn-primary.disabled,
	.btn-primary:disabled {
		color: #fff;
		background-color: #007bff;
		border-color: #007bff
	}
	
	.btn-primary:not(:disabled):not(.disabled).active,
	.btn-primary:not(:disabled):not(.disabled):active,
	.show>.btn-primary.dropdown-toggle {
		color: #fff;
		background-color: #0062cc;
		border-color: #005cbf
	}
	
	.btn-primary:not(:disabled):not(.disabled).active:focus,
	.btn-primary:not(:disabled):not(.disabled):active:focus,
	.show>.btn-primary.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
	}
	
	.btn-secondary {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d
	}
	
	.btn-secondary:hover {
		color: #fff;
		background-color: #5a6268;
		border-color: #545b62
	}
	
	.btn-secondary.focus,
	.btn-secondary:focus {
		box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
	}
	
	.btn-secondary.disabled,
	.btn-secondary:disabled {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d
	}
	
	.btn-secondary:not(:disabled):not(.disabled).active,
	.btn-secondary:not(:disabled):not(.disabled):active,
	.show>.btn-secondary.dropdown-toggle {
		color: #fff;
		background-color: #545b62;
		border-color: #4e555b
	}
	
	.btn-secondary:not(:disabled):not(.disabled).active:focus,
	.btn-secondary:not(:disabled):not(.disabled):active:focus,
	.show>.btn-secondary.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
	}
	
	.btn-success {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745
	}
	
	.btn-success:hover {
		color: #fff;
		background-color: #218838;
		border-color: #1e7e34
	}
	
	.btn-success.focus,
	.btn-success:focus {
		box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
	}
	
	.btn-success.disabled,
	.btn-success:disabled {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745
	}
	
	.btn-success:not(:disabled):not(.disabled).active,
	.btn-success:not(:disabled):not(.disabled):active,
	.show>.btn-success.dropdown-toggle {
		color: #fff;
		background-color: #1e7e34;
		border-color: #1c7430
	}
	
	.btn-success:not(:disabled):not(.disabled).active:focus,
	.btn-success:not(:disabled):not(.disabled):active:focus,
	.show>.btn-success.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
	}
	
	.btn-info {
		color: #fff;
		background-color: #17a2b8;
		border-color: #17a2b8
	}
	
	.btn-info:hover {
		color: #fff;
		background-color: #138496;
		border-color: #117a8b
	}
	
	.btn-info.focus,
	.btn-info:focus {
		box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
	}
	
	.btn-info.disabled,
	.btn-info:disabled {
		color: #fff;
		background-color: #17a2b8;
		border-color: #17a2b8
	}
	
	.btn-info:not(:disabled):not(.disabled).active,
	.btn-info:not(:disabled):not(.disabled):active,
	.show>.btn-info.dropdown-toggle {
		color: #fff;
		background-color: #117a8b;
		border-color: #10707f
	}
	
	.btn-info:not(:disabled):not(.disabled).active:focus,
	.btn-info:not(:disabled):not(.disabled):active:focus,
	.show>.btn-info.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
	}
	
	.btn-warning {
		color: #212529;
		background-color: #ffc107;
		border-color: #ffc107
	}
	
	.btn-warning:hover {
		color: #212529;
		background-color: #e0a800;
		border-color: #d39e00
	}
	
	.btn-warning.focus,
	.btn-warning:focus {
		box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
	}
	
	.btn-warning.disabled,
	.btn-warning:disabled {
		color: #212529;
		background-color: #ffc107;
		border-color: #ffc107
	}
	
	.btn-warning:not(:disabled):not(.disabled).active,
	.btn-warning:not(:disabled):not(.disabled):active,
	.show>.btn-warning.dropdown-toggle {
		color: #212529;
		background-color: #d39e00;
		border-color: #c69500
	}
	
	.btn-warning:not(:disabled):not(.disabled).active:focus,
	.btn-warning:not(:disabled):not(.disabled):active:focus,
	.show>.btn-warning.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
	}
	
	.btn-danger {
		color: #fff;
		background-color: #dc3545;
		border-color: #dc3545
	}
	
	.btn-danger:hover {
		color: #fff;
		background-color: #c82333;
		border-color: #bd2130
	}
	
	.btn-danger.focus,
	.btn-danger:focus {
		box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
	}
	
	.btn-danger.disabled,
	.btn-danger:disabled {
		color: #fff;
		background-color: #dc3545;
		border-color: #dc3545
	}
	
	.btn-danger:not(:disabled):not(.disabled).active,
	.btn-danger:not(:disabled):not(.disabled):active,
	.show>.btn-danger.dropdown-toggle {
		color: #fff;
		background-color: #bd2130;
		border-color: #b21f2d
	}
	
	.btn-danger:not(:disabled):not(.disabled).active:focus,
	.btn-danger:not(:disabled):not(.disabled):active:focus,
	.show>.btn-danger.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
	}
	
	.btn-light {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa
	}
	
	.btn-light:hover {
		color: #212529;
		background-color: #e2e6ea;
		border-color: #dae0e5
	}
	
	.btn-light.focus,
	.btn-light:focus {
		box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
	}
	
	.btn-light.disabled,
	.btn-light:disabled {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa
	}
	
	.btn-light:not(:disabled):not(.disabled).active,
	.btn-light:not(:disabled):not(.disabled):active,
	.show>.btn-light.dropdown-toggle {
		color: #212529;
		background-color: #dae0e5;
		border-color: #d3d9df
	}
	
	.btn-light:not(:disabled):not(.disabled).active:focus,
	.btn-light:not(:disabled):not(.disabled):active:focus,
	.show>.btn-light.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
	}
	
	.btn-dark {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40
	}
	
	.btn-dark:hover {
		color: #fff;
		background-color: #23272b;
		border-color: #1d2124
	}
	
	.btn-dark.focus,
	.btn-dark:focus {
		box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
	}
	
	.btn-dark.disabled,
	.btn-dark:disabled {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40
	}
	
	.btn-dark:not(:disabled):not(.disabled).active,
	.btn-dark:not(:disabled):not(.disabled):active,
	.show>.btn-dark.dropdown-toggle {
		color: #fff;
		background-color: #1d2124;
		border-color: #171a1d
	}
	
	.btn-dark:not(:disabled):not(.disabled).active:focus,
	.btn-dark:not(:disabled):not(.disabled):active:focus,
	.show>.btn-dark.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
	}
	
	.btn-outline-primary {
		color: #007bff;
		background-color: transparent;
		background-image: none;
		border-color: #007bff
	}
	
	.btn-outline-primary:hover {
		color: #fff;
		background-color: #007bff;
		border-color: #007bff
	}
	
	.btn-outline-primary.focus,
	.btn-outline-primary:focus {
		box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
	}
	
	.btn-outline-primary.disabled,
	.btn-outline-primary:disabled {
		color: #007bff;
		background-color: transparent
	}
	
	.btn-outline-primary:not(:disabled):not(.disabled).active,
	.btn-outline-primary:not(:disabled):not(.disabled):active,
	.show>.btn-outline-primary.dropdown-toggle {
		color: #fff;
		background-color: #007bff;
		border-color: #007bff
	}
	
	.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
	.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
	.show>.btn-outline-primary.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
	}
	
	.btn-outline-secondary {
		color: #6c757d;
		background-color: transparent;
		background-image: none;
		border-color: #6c757d
	}
	
	.btn-outline-secondary:hover {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d
	}
	
	.btn-outline-secondary.focus,
	.btn-outline-secondary:focus {
		box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
	}
	
	.btn-outline-secondary.disabled,
	.btn-outline-secondary:disabled {
		color: #6c757d;
		background-color: transparent
	}
	
	.btn-outline-secondary:not(:disabled):not(.disabled).active,
	.btn-outline-secondary:not(:disabled):not(.disabled):active,
	.show>.btn-outline-secondary.dropdown-toggle {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d
	}
	
	.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
	.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
	.show>.btn-outline-secondary.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
	}
	
	.btn-outline-success {
		color: #28a745;
		background-color: transparent;
		background-image: none;
		border-color: #28a745
	}
	
	.btn-outline-success:hover {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745
	}
	
	.btn-outline-success.focus,
	.btn-outline-success:focus {
		box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
	}
	
	.btn-outline-success.disabled,
	.btn-outline-success:disabled {
		color: #28a745;
		background-color: transparent
	}
	
	.btn-outline-success:not(:disabled):not(.disabled).active,
	.btn-outline-success:not(:disabled):not(.disabled):active,
	.show>.btn-outline-success.dropdown-toggle {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745
	}
	
	.btn-outline-success:not(:disabled):not(.disabled).active:focus,
	.btn-outline-success:not(:disabled):not(.disabled):active:focus,
	.show>.btn-outline-success.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
	}
	
	.btn-outline-info {
		color: #17a2b8;
		background-color: transparent;
		background-image: none;
		border-color: #17a2b8
	}
	
	.btn-outline-info:hover {
		color: #fff;
		background-color: #17a2b8;
		border-color: #17a2b8
	}
	
	.btn-outline-info.focus,
	.btn-outline-info:focus {
		box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
	}
	
	.btn-outline-info.disabled,
	.btn-outline-info:disabled {
		color: #17a2b8;
		background-color: transparent
	}
	
	.btn-outline-info:not(:disabled):not(.disabled).active,
	.btn-outline-info:not(:disabled):not(.disabled):active,
	.show>.btn-outline-info.dropdown-toggle {
		color: #fff;
		background-color: #17a2b8;
		border-color: #17a2b8
	}
	
	.btn-outline-info:not(:disabled):not(.disabled).active:focus,
	.btn-outline-info:not(:disabled):not(.disabled):active:focus,
	.show>.btn-outline-info.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
	}
	
	.btn-outline-warning {
		color: #ffc107;
		background-color: transparent;
		background-image: none;
		border-color: #ffc107
	}
	
	.btn-outline-warning:hover {
		color: #212529;
		background-color: #ffc107;
		border-color: #ffc107
	}
	
	.btn-outline-warning.focus,
	.btn-outline-warning:focus {
		box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
	}
	
	.btn-outline-warning.disabled,
	.btn-outline-warning:disabled {
		color: #ffc107;
		background-color: transparent
	}
	
	.btn-outline-warning:not(:disabled):not(.disabled).active,
	.btn-outline-warning:not(:disabled):not(.disabled):active,
	.show>.btn-outline-warning.dropdown-toggle {
		color: #212529;
		background-color: #ffc107;
		border-color: #ffc107
	}
	
	.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
	.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
	.show>.btn-outline-warning.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
	}
	
	.btn-outline-danger {
		color: #dc3545;
		background-color: transparent;
		background-image: none;
		border-color: #dc3545
	}
	
	.btn-outline-danger:hover {
		color: #fff;
		background-color: #dc3545;
		border-color: #dc3545
	}
	
	.btn-outline-danger.focus,
	.btn-outline-danger:focus {
		box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
	}
	
	.btn-outline-danger.disabled,
	.btn-outline-danger:disabled {
		color: #dc3545;
		background-color: transparent
	}
	
	.btn-outline-danger:not(:disabled):not(.disabled).active,
	.btn-outline-danger:not(:disabled):not(.disabled):active,
	.show>.btn-outline-danger.dropdown-toggle {
		color: #fff;
		background-color: #dc3545;
		border-color: #dc3545
	}
	
	.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
	.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
	.show>.btn-outline-danger.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
	}
	
	.btn-outline-light {
		color: #f8f9fa;
		background-color: transparent;
		background-image: none;
		border-color: #f8f9fa
	}
	
	.btn-outline-light:hover {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa
	}
	
	.btn-outline-light.focus,
	.btn-outline-light:focus {
		box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
	}
	
	.btn-outline-light.disabled,
	.btn-outline-light:disabled {
		color: #f8f9fa;
		background-color: transparent
	}
	
	.btn-outline-light:not(:disabled):not(.disabled).active,
	.btn-outline-light:not(:disabled):not(.disabled):active,
	.show>.btn-outline-light.dropdown-toggle {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa
	}
	
	.btn-outline-light:not(:disabled):not(.disabled).active:focus,
	.btn-outline-light:not(:disabled):not(.disabled):active:focus,
	.show>.btn-outline-light.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
	}
	
	.btn-outline-dark {
		color: #343a40;
		background-color: transparent;
		background-image: none;
		border-color: #343a40
	}
	
	.btn-outline-dark:hover {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40
	}
	
	.btn-outline-dark.focus,
	.btn-outline-dark:focus {
		box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
	}
	
	.btn-outline-dark.disabled,
	.btn-outline-dark:disabled {
		color: #343a40;
		background-color: transparent
	}
	
	.btn-outline-dark:not(:disabled):not(.disabled).active,
	.btn-outline-dark:not(:disabled):not(.disabled):active,
	.show>.btn-outline-dark.dropdown-toggle {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40
	}
	
	.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
	.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
	.show>.btn-outline-dark.dropdown-toggle:focus {
		box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
	}
	
	.btn-link {
		font-weight: 400;
		color: #007bff;
		background-color: transparent
	}
	
	.btn-link:hover {
		color: #0056b3;
		text-decoration: underline;
		background-color: transparent;
		border-color: transparent
	}
	
	.btn-link.focus,
	.btn-link:focus {
		text-decoration: underline;
		border-color: transparent;
		box-shadow: none
	}
	
	.btn-link.disabled,
	.btn-link:disabled {
		color: #6c757d
	}
	
	.btn-group-lg>.btn,
	.btn-lg {
		padding: .5rem 1rem;
		font-size: 1.25rem;
		line-height: 1.5;
		border-radius: .3rem
	}
	
	.btn-group-sm>.btn,
	.btn-sm {
		padding: .25rem .5rem;
		font-size: .875rem;
		line-height: 1.5;
		border-radius: .2rem
	}
	
	.btn-block {
		display: block;
		width: 100%
	}
	
	.btn-block+.btn-block {
		margin-top: .5rem
	}
	
	input[type=button].btn-block,
	input[type=reset].btn-block,
	input[type=submit].btn-block {
		width: 100%
	}
	
	.fade {
		opacity: 0;
		transition: opacity .15s linear
	}
	
	.fade.show {
		opacity: 1
	}
	
	.collapse {
		display: none
	}
	
	.collapse.show {
		display: block
	}
	
	tr.collapse.show {
		display: table-row
	}
	
	tbody.collapse.show {
		display: table-row-group
	}
	
	.collapsing {
		position: relative;
		height: 0;
		overflow: hidden;
		transition: height .35s ease
	}
	
	.dropdown,
	.dropup {
		position: relative
	}
	
	.dropdown-toggle::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent
	}
	
	.dropdown-toggle:empty::after {
		margin-left: 0
	}
	
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 10rem;
		padding: .5rem 0;
		margin: .125rem 0 0;
		font-size: 1rem;
		color: #212529;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: .25rem
	}
	
	.dropup .dropdown-menu {
		margin-top: 0;
		margin-bottom: .125rem
	}
	
	.dropup .dropdown-toggle::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: 0;
		border-right: .3em solid transparent;
		border-bottom: .3em solid;
		border-left: .3em solid transparent
	}
	
	.dropup .dropdown-toggle:empty::after {
		margin-left: 0
	}
	
	.dropright .dropdown-menu {
		margin-top: 0;
		margin-left: .125rem
	}
	
	.dropright .dropdown-toggle::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid transparent;
		border-bottom: .3em solid transparent;
		border-left: .3em solid
	}
	
	.dropright .dropdown-toggle:empty::after {
		margin-left: 0
	}
	
	.dropright .dropdown-toggle::after {
		vertical-align: 0
	}
	
	.dropleft .dropdown-menu {
		margin-top: 0;
		margin-right: .125rem
	}
	
	.dropleft .dropdown-toggle::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .255em;
		vertical-align: .255em;
		content: ""
	}
	
	.dropleft .dropdown-toggle::after {
		display: none
	}
	
	.dropleft .dropdown-toggle::before {
		display: inline-block;
		width: 0;
		height: 0;
		margin-right: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid transparent;
		border-right: .3em solid;
		border-bottom: .3em solid transparent
	}
	
	.dropleft .dropdown-toggle:empty::after {
		margin-left: 0
	}
	
	.dropleft .dropdown-toggle::before {
		vertical-align: 0
	}
	
	.dropdown-divider {
		height: 0;
		margin: .5rem 0;
		overflow: hidden;
		border-top: 1px solid #e9ecef
	}
	
	.dropdown-item {
		display: block;
		width: 100%;
		padding: .25rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: #212529;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0
	}
	
	.dropdown-item:focus,
	.dropdown-item:hover {
		color: #16181b;
		text-decoration: none;
		background-color: #f8f9fa
	}
	
	.dropdown-item.active,
	.dropdown-item:active {
		color: #fff;
		text-decoration: none;
		background-color: #007bff
	}
	
	.dropdown-item.disabled,
	.dropdown-item:disabled {
		color: #6c757d;
		background-color: transparent
	}
	
	.dropdown-menu.show {
		display: block
	}
	
	.dropdown-header {
		display: block;
		padding: .5rem 1.5rem;
		margin-bottom: 0;
		font-size: .875rem;
		color: #6c757d;
		white-space: nowrap
	}
	
	.btn-group,
	.btn-group-vertical {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		vertical-align: middle
	}
	
	.btn-group-vertical>.btn,
	.btn-group>.btn {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	
	.btn-group-vertical>.btn:hover,
	.btn-group>.btn:hover {
		z-index: 1
	}
	
	.btn-group-vertical>.btn.active,
	.btn-group-vertical>.btn:active,
	.btn-group-vertical>.btn:focus,
	.btn-group>.btn.active,
	.btn-group>.btn:active,
	.btn-group>.btn:focus {
		z-index: 1
	}
	
	.btn-group .btn+.btn,
	.btn-group .btn+.btn-group,
	.btn-group .btn-group+.btn,
	.btn-group .btn-group+.btn-group,
	.btn-group-vertical .btn+.btn,
	.btn-group-vertical .btn+.btn-group,
	.btn-group-vertical .btn-group+.btn,
	.btn-group-vertical .btn-group+.btn-group {
		margin-left: -1px
	}
	
	.btn-toolbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	
	.btn-toolbar .input-group {
		width: auto
	}
	
	.btn-group>.btn:first-child {
		margin-left: 0
	}
	
	.btn-group>.btn-group:not(:last-child)>.btn,
	.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	
	.btn-group>.btn-group:not(:first-child)>.btn,
	.btn-group>.btn:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	
	.dropdown-toggle-split {
		padding-right: .5625rem;
		padding-left: .5625rem
	}
	
	.dropdown-toggle-split::after {
		margin-left: 0
	}
	
	.btn-group-sm>.btn+.dropdown-toggle-split,
	.btn-sm+.dropdown-toggle-split {
		padding-right: .375rem;
		padding-left: .375rem
	}
	
	.btn-group-lg>.btn+.dropdown-toggle-split,
	.btn-lg+.dropdown-toggle-split {
		padding-right: .75rem;
		padding-left: .75rem
	}
	
	.btn-group-vertical {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	
	.btn-group-vertical .btn,
	.btn-group-vertical .btn-group {
		width: 100%
	}
	
	.btn-group-vertical>.btn+.btn,
	.btn-group-vertical>.btn+.btn-group,
	.btn-group-vertical>.btn-group+.btn,
	.btn-group-vertical>.btn-group+.btn-group {
		margin-top: -1px;
		margin-left: 0
	}
	
	.btn-group-vertical>.btn-group:not(:last-child)>.btn,
	.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}
	
	.btn-group-vertical>.btn-group:not(:first-child)>.btn,
	.btn-group-vertical>.btn:not(:first-child) {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	
	.btn-group-toggle>.btn,
	.btn-group-toggle>.btn-group>.btn {
		margin-bottom: 0
	}
	
	.btn-group-toggle>.btn input[type=checkbox],
	.btn-group-toggle>.btn input[type=radio],
	.btn-group-toggle>.btn-group>.btn input[type=checkbox],
	.btn-group-toggle>.btn-group>.btn input[type=radio] {
		position: absolute;
		clip: rect(0, 0, 0, 0);
		pointer-events: none
	}
	
	.input-group {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100%
	}
	
	.input-group>.custom-file,
	.input-group>.custom-select,
	.input-group>.form-control {
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 1%;
		margin-bottom: 0
	}
	
	.input-group>.custom-file:focus,
	.input-group>.custom-select:focus,
	.input-group>.form-control:focus {
		z-index: 3
	}
	
	.input-group>.custom-file+.custom-file,
	.input-group>.custom-file+.custom-select,
	.input-group>.custom-file+.form-control,
	.input-group>.custom-select+.custom-file,
	.input-group>.custom-select+.custom-select,
	.input-group>.custom-select+.form-control,
	.input-group>.form-control+.custom-file,
	.input-group>.form-control+.custom-select,
	.input-group>.form-control+.form-control {
		margin-left: -1px
	}
	
	.input-group>.custom-select:not(:last-child),
	.input-group>.form-control:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	
	.input-group>.custom-select:not(:first-child),
	.input-group>.form-control:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	
	.input-group>.custom-file {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	
	.input-group>.custom-file:not(:last-child) .custom-file-label,
	.input-group>.custom-file:not(:last-child) .custom-file-label::before {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	
	.input-group>.custom-file:not(:first-child) .custom-file-label,
	.input-group>.custom-file:not(:first-child) .custom-file-label::before {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	
	.input-group-append,
	.input-group-prepend {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	
	.input-group-append .btn,
	.input-group-prepend .btn {
		position: relative;
		z-index: 2
	}
	
	.input-group-append .btn+.btn,
	.input-group-append .btn+.input-group-text,
	.input-group-append .input-group-text+.btn,
	.input-group-append .input-group-text+.input-group-text,
	.input-group-prepend .btn+.btn,
	.input-group-prepend .btn+.input-group-text,
	.input-group-prepend .input-group-text+.btn,
	.input-group-prepend .input-group-text+.input-group-text {
		margin-left: -1px
	}
	
	.input-group-prepend {
		margin-right: -1px
	}
	
	.input-group-append {
		margin-left: -1px
	}
	
	.input-group-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: .375rem .75rem;
		margin-bottom: 0;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		text-align: center;
		white-space: nowrap;
		background-color: #e9ecef;
		border: 1px solid #ced4da;
		border-radius: .25rem
	}
	
	.input-group-text input[type=checkbox],
	.input-group-text input[type=radio] {
		margin-top: 0
	}
	
	.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
	.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
	.input-group>.input-group-append:not(:last-child)>.btn,
	.input-group>.input-group-append:not(:last-child)>.input-group-text,
	.input-group>.input-group-prepend>.btn,
	.input-group>.input-group-prepend>.input-group-text {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	
	.input-group>.input-group-append>.btn,
	.input-group>.input-group-append>.input-group-text,
	.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
	.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
	.input-group>.input-group-prepend:not(:first-child)>.btn,
	.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	
	.custom-control {
		position: relative;
		display: block;
		min-height: 1.5rem;
		padding-left: 1.5rem
	}
	
	.custom-control-inline {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-right: 1rem
	}
	
	.custom-control-input {
		position: absolute;
		z-index: -1;
		opacity: 0
	}
	
	.custom-control-input:checked~.custom-control-label::before {
		color: #fff;
		background-color: #007bff
	}
	
	.custom-control-input:focus~.custom-control-label::before {
		box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
	}
	
	.custom-control-input:active~.custom-control-label::before {
		color: #fff;
		background-color: #b3d7ff
	}
	
	.custom-control-input:disabled~.custom-control-label {
		color: #6c757d
	}
	
	.custom-control-input:disabled~.custom-control-label::before {
		background-color: #e9ecef
	}
	
	.custom-control-label {
		margin-bottom: 0
	}
	
	.custom-control-label::before {
		position: absolute;
		top: .25rem;
		left: 0;
		display: block;
		width: 1rem;
		height: 1rem;
		pointer-events: none;
		content: "";
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: #dee2e6
	}
	
	.custom-control-label::after {
		position: absolute;
		top: .25rem;
		left: 0;
		display: block;
		width: 1rem;
		height: 1rem;
		content: "";
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 50% 50%
	}
	
	.custom-checkbox .custom-control-label::before {
		border-radius: .25rem
	}
	
	.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
		background-color: #007bff
	}
	
	.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
	}
	
	.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
		background-color: #007bff
	}
	
	.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
	}
	
	.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
		background-color: rgba(0, 123, 255, .5)
	}
	
	.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
		background-color: rgba(0, 123, 255, .5)
	}
	
	.custom-radio .custom-control-label::before {
		border-radius: 50%
	}
	
	.custom-radio .custom-control-input:checked~.custom-control-label::before {
		background-color: #007bff
	}
	
	.custom-radio .custom-control-input:checked~.custom-control-label::after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
	}
	
	.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
		background-color: rgba(0, 123, 255, .5)
	}
	
	.custom-select {
		display: inline-block;
		width: 100%;
		height: calc(2.25rem + 2px);
		padding: .375rem 1.75rem .375rem .75rem;
		line-height: 1.5;
		color: #495057;
		vertical-align: middle;
		background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
		background-size: 8px 10px;
		border: 1px solid #ced4da;
		border-radius: .25rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none
	}
	
	.custom-select:focus {
		border-color: #80bdff;
		outline: 0;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
	}
	
	.custom-select:focus::-ms-value {
		color: #495057;
		background-color: #fff
	}
	
	.custom-select[multiple],
	.custom-select[size]:not([size="1"]) {
		height: auto;
		padding-right: .75rem;
		background-image: none
	}
	
	.custom-select:disabled {
		color: #6c757d;
		background-color: #e9ecef
	}
	
	.custom-select::-ms-expand {
		opacity: 0
	}
	
	.custom-select-sm {
		height: calc(1.8125rem + 2px);
		padding-top: .375rem;
		padding-bottom: .375rem;
		font-size: 75%
	}
	
	.custom-select-lg {
		height: calc(2.875rem + 2px);
		padding-top: .375rem;
		padding-bottom: .375rem;
		font-size: 125%
	}
	
	.custom-file {
		position: relative;
		display: inline-block;
		width: 100%;
		height: calc(2.25rem + 2px);
		margin-bottom: 0
	}
	
	.custom-file-input {
		position: relative;
		z-index: 2;
		width: 100%;
		height: calc(2.25rem + 2px);
		margin: 0;
		opacity: 0
	}
	
	.custom-file-input:focus~.custom-file-control {
		border-color: #80bdff;
		box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
	}
	
	.custom-file-input:focus~.custom-file-control::before {
		border-color: #80bdff
	}
	
	.custom-file-input:lang(en)~.custom-file-label::after {
		content: "Browse"
	}
	
	.custom-file-label {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1;
		height: calc(2.25rem + 2px);
		padding: .375rem .75rem;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		border: 1px solid #ced4da;
		border-radius: .25rem
	}
	
	.custom-file-label::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 3;
		display: block;
		height: calc(calc(2.25rem + 2px) - 1px * 2);
		padding: .375rem .75rem;
		line-height: 1.5;
		color: #495057;
		content: "Browse";
		background-color: #e9ecef;
		border-left: 1px solid #ced4da;
		border-radius: 0 .25rem .25rem 0
	}
	
	.nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none
	}
	
	.nav-link {
		display: block;
		padding: .5rem 1rem
	}
	
	.nav-link:focus,
	.nav-link:hover {
		text-decoration: none
	}
	
	.nav-link.disabled {
		color: #6c757d
	}
	
	.nav-tabs {
		border-bottom: 1px solid #dee2e6
	}
	
	.nav-tabs .nav-item {
		margin-bottom: -1px
	}
	
	.nav-tabs .nav-link {
		border: 1px solid transparent;
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	
	.nav-tabs .nav-link:focus,
	.nav-tabs .nav-link:hover {
		border-color: #e9ecef #e9ecef #dee2e6
	}
	
	.nav-tabs .nav-link.disabled {
		color: #6c757d;
		background-color: transparent;
		border-color: transparent
	}
	
	.nav-tabs .nav-item.show .nav-link,
	.nav-tabs .nav-link.active {
		color: #495057;
		background-color: #fff;
		border-color: #dee2e6 #dee2e6 #fff
	}
	
	.nav-tabs .dropdown-menu {
		margin-top: -1px;
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	
	.nav-pills .nav-link {
		border-radius: .25rem
	}
	
	.nav-pills .nav-link.active,
	.nav-pills .show>.nav-link {
		color: #fff;
		background-color: #007bff
	}
	
	.nav-fill .nav-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center
	}
	
	.nav-justified .nav-item {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		text-align: center
	}
	
	.tab-content>.tab-pane {
		display: none
	}
	
	.tab-content>.active {
		display: block
	}
	
	.navbar {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: .5rem 1rem
	}
	
	.navbar>.container,
	.navbar>.container-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	
	.navbar-brand {
		display: inline-block;
		padding-top: .3125rem;
		padding-bottom: .3125rem;
		margin-right: 1rem;
		font-size: 1.25rem;
		line-height: inherit;
		white-space: nowrap
	}
	
	.navbar-brand:focus,
	.navbar-brand:hover {
		text-decoration: none
	}
	
	.navbar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none
	}
	
	.navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0
	}
	
	.navbar-nav .dropdown-menu {
		position: static;
		float: none
	}
	
	.navbar-text {
		display: inline-block;
		padding-top: .5rem;
		padding-bottom: .5rem
	}
	
	.navbar-collapse {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	
	.navbar-toggler {
		padding: .25rem .75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: 1px solid transparent;
		border-radius: .25rem
	}
	
	.navbar-toggler:focus,
	.navbar-toggler:hover {
		text-decoration: none
	}
	
	.navbar-toggler:not(:disabled):not(.disabled) {
		cursor: pointer
	}
	
	.navbar-toggler-icon {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		content: "";
		background: no-repeat center center;
		background-size: 100% 100%
	}
	
	@media (max-width:575.98px) {
		.navbar-expand-sm>.container,
		.navbar-expand-sm>.container-fluid {
			padding-right: 0;
			padding-left: 0
		}
	}
	
	@media (min-width:576px) {
		.navbar-expand-sm {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-flow: row nowrap;
			flex-flow: row nowrap;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start
		}
		.navbar-expand-sm .navbar-nav {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row
		}
		.navbar-expand-sm .navbar-nav .dropdown-menu {
			position: absolute
		}
		.navbar-expand-sm .navbar-nav .dropdown-menu-right {
			right: 0;
			left: auto
		}
		.navbar-expand-sm .navbar-nav .nav-link {
			padding-right: .5rem;
			padding-left: .5rem
		}
		.navbar-expand-sm>.container,
		.navbar-expand-sm>.container-fluid {
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap
		}
		.navbar-expand-sm .navbar-collapse {
			display: -webkit-box!important;
			display: -ms-flexbox!important;
			display: flex!important;
			-ms-flex-preferred-size: auto;
			flex-basis: auto
		}
		.navbar-expand-sm .navbar-toggler {
			display: none
		}
		.navbar-expand-sm .dropup .dropdown-menu {
			top: auto;
			bottom: 100%
		}
	}
	
	@media (max-width:767.98px) {
		.navbar-expand-md>.container,
		.navbar-expand-md>.container-fluid {
			padding-right: 0;
			padding-left: 0
		}
	}
	
	@media (min-width:768px) {
		.navbar-expand-md {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-flow: row nowrap;
			flex-flow: row nowrap;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start
		}
		.navbar-expand-md .navbar-nav {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row
		}
		.navbar-expand-md .navbar-nav .dropdown-menu {
			position: absolute
		}
		.navbar-expand-md .navbar-nav .dropdown-menu-right {
			right: 0;
			left: auto
		}
		.navbar-expand-md .navbar-nav .nav-link {
			padding-right: .5rem;
			padding-left: .5rem
		}
		.navbar-expand-md>.container,
		.navbar-expand-md>.container-fluid {
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap
		}
		.navbar-expand-md .navbar-collapse {
			display: -webkit-box!important;
			display: -ms-flexbox!important;
			display: flex!important;
			-ms-flex-preferred-size: auto;
			flex-basis: auto
		}
		.navbar-expand-md .navbar-toggler {
			display: none
		}
		.navbar-expand-md .dropup .dropdown-menu {
			top: auto;
			bottom: 100%
		}
	}
	
	@media (max-width:991.98px) {
		.navbar-expand-lg>.container,
		.navbar-expand-lg>.container-fluid {
			padding-right: 0;
			padding-left: 0
		}
	}
	
	@media (min-width:992px) {
		.navbar-expand-lg {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-flow: row nowrap;
			flex-flow: row nowrap;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start
		}
		.navbar-expand-lg .navbar-nav {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row
		}
		.navbar-expand-lg .navbar-nav .dropdown-menu {
			position: absolute
		}
		.navbar-expand-lg .navbar-nav .dropdown-menu-right {
			right: 0;
			left: auto
		}
		.navbar-expand-lg .navbar-nav .nav-link {
			padding-right: .5rem;
			padding-left: .5rem
		}
		.navbar-expand-lg>.container,
		.navbar-expand-lg>.container-fluid {
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap
		}
		.navbar-expand-lg .navbar-collapse {
			display: -webkit-box!important;
			display: -ms-flexbox!important;
			display: flex!important;
			-ms-flex-preferred-size: auto;
			flex-basis: auto
		}
		.navbar-expand-lg .navbar-toggler {
			display: none
		}
		.navbar-expand-lg .dropup .dropdown-menu {
			top: auto;
			bottom: 100%
		}
	}
	
	@media (max-width:1199.98px) {
		.navbar-expand-xl>.container,
		.navbar-expand-xl>.container-fluid {
			padding-right: 0;
			padding-left: 0
		}
	}
	
	@media (min-width:1200px) {
		.navbar-expand-xl {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-flow: row nowrap;
			flex-flow: row nowrap;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start
		}
		.navbar-expand-xl .navbar-nav {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row
		}
		.navbar-expand-xl .navbar-nav .dropdown-menu {
			position: absolute
		}
		.navbar-expand-xl .navbar-nav .dropdown-menu-right {
			right: 0;
			left: auto
		}
		.navbar-expand-xl .navbar-nav .nav-link {
			padding-right: .5rem;
			padding-left: .5rem
		}
		.navbar-expand-xl>.container,
		.navbar-expand-xl>.container-fluid {
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap
		}
		.navbar-expand-xl .navbar-collapse {
			display: -webkit-box!important;
			display: -ms-flexbox!important;
			display: flex!important;
			-ms-flex-preferred-size: auto;
			flex-basis: auto
		}
		.navbar-expand-xl .navbar-toggler {
			display: none
		}
		.navbar-expand-xl .dropup .dropdown-menu {
			top: auto;
			bottom: 100%
		}
	}
	
	.navbar-expand {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	
	.navbar-expand>.container,
	.navbar-expand>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
	
	.navbar-expand .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	
	.navbar-expand .navbar-nav .dropdown-menu {
		position: absolute
	}
	
	.navbar-expand .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	
	.navbar-expand .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	
	.navbar-expand>.container,
	.navbar-expand>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	
	.navbar-expand .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	
	.navbar-expand .navbar-toggler {
		display: none
	}
	
	.navbar-expand .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
	
	.navbar-light .navbar-brand {
		color: rgba(0, 0, 0, .9)
	}
	
	.navbar-light .navbar-brand:focus,
	.navbar-light .navbar-brand:hover {
		color: rgba(0, 0, 0, .9)
	}
	
	.navbar-light .navbar-nav .nav-link {
		color: rgba(0, 0, 0, .5)
	}
	
	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover {
		color: rgba(0, 0, 0, .7)
	}
	
	.navbar-light .navbar-nav .nav-link.disabled {
		color: rgba(0, 0, 0, .3)
	}
	
	.navbar-light .navbar-nav .active>.nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .show>.nav-link {
		color: rgba(0, 0, 0, .9)
	}
	
	.navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, .5);
		border-color: rgba(0, 0, 0, .1)
	}
	
	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
	}
	
	.navbar-light .navbar-text {
		color: rgba(0, 0, 0, .5)
	}
	
	.navbar-light .navbar-text a {
		color: rgba(0, 0, 0, .9)
	}
	
	.navbar-light .navbar-text a:focus,
	.navbar-light .navbar-text a:hover {
		color: rgba(0, 0, 0, .9)
	}
	
	.navbar-dark .navbar-brand {
		color: #fff
	}
	
	.navbar-dark .navbar-brand:focus,
	.navbar-dark .navbar-brand:hover {
		color: #fff
	}
	
	.navbar-dark .navbar-nav .nav-link {
		color: rgba(255, 255, 255, .5)
	}
	
	.navbar-dark .navbar-nav .nav-link:focus,
	.navbar-dark .navbar-nav .nav-link:hover {
		color: rgba(255, 255, 255, .75)
	}
	
	.navbar-dark .navbar-nav .nav-link.disabled {
		color: rgba(255, 255, 255, .25)
	}
	
	.navbar-dark .navbar-nav .active>.nav-link,
	.navbar-dark .navbar-nav .nav-link.active,
	.navbar-dark .navbar-nav .nav-link.show,
	.navbar-dark .navbar-nav .show>.nav-link {
		color: #fff
	}
	
	.navbar-dark .navbar-toggler {
		color: rgba(255, 255, 255, .5);
		border-color: rgba(255, 255, 255, .1)
	}
	
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
	}
	
	.navbar-dark .navbar-text {
		color: rgba(255, 255, 255, .5)
	}
	
	.navbar-dark .navbar-text a {
		color: #fff
	}
	
	.navbar-dark .navbar-text a:focus,
	.navbar-dark .navbar-text a:hover {
		color: #fff
	}
	
	.card {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: 0;
		word-wrap: break-word;
		background-color: #fff;
		background-clip: border-box;
		border: 1px solid rgba(0, 0, 0, .125);
		border-radius: .25rem
	}
	
	.card>hr {
		margin-right: 0;
		margin-left: 0
	}
	
	.card>.list-group:first-child .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	
	.card>.list-group:last-child .list-group-item:last-child {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	
	.card-body {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 1.25rem
	}
	
	.card-title {
		margin-bottom: .75rem
	}
	
	.card-subtitle {
		margin-top: -.375rem;
		margin-bottom: 0
	}
	
	.card-text:last-child {
		margin-bottom: 0
	}
	
	.card-link:hover {
		text-decoration: none
	}
	
	.card-link+.card-link {
		margin-left: 1.25rem
	}
	
	.card-header {
		padding: .75rem 1.25rem;
		margin-bottom: 0;
		background-color: rgba(0, 0, 0, .03);
		border-bottom: 1px solid rgba(0, 0, 0, .125)
	}
	
	.card-header:first-child {
		border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
	}
	
	.card-header+.list-group .list-group-item:first-child {
		border-top: 0
	}
	
	.card-footer {
		padding: .75rem 1.25rem;
		background-color: rgba(0, 0, 0, .03);
		border-top: 1px solid rgba(0, 0, 0, .125)
	}
	
	.card-footer:last-child {
		border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
	}
	
	.card-header-tabs {
		margin-right: -.625rem;
		margin-bottom: -.75rem;
		margin-left: -.625rem;
		border-bottom: 0
	}
	
	.card-header-pills {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
	
	.card-img-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 1.25rem
	}
	
	.card-img {
		width: 100%;
		border-radius: calc(.25rem - 1px)
	}
	
	.card-img-top {
		width: 100%;
		border-top-left-radius: calc(.25rem - 1px);
		border-top-right-radius: calc(.25rem - 1px)
	}
	
	.card-img-bottom {
		width: 100%;
		border-bottom-right-radius: calc(.25rem - 1px);
		border-bottom-left-radius: calc(.25rem - 1px)
	}
	
	.card-deck {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	
	.card-deck .card {
		margin-bottom: 15px
	}
	
	@media (min-width:576px) {
		.card-deck {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			margin-right: -15px;
			margin-left: -15px
		}
		.card-deck .card {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-right: 15px;
			margin-bottom: 0;
			margin-left: 15px
		}
	}
	
	.card-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	
	.card-group>.card {
		margin-bottom: 15px
	}
	
	@media (min-width:576px) {
		.card-group {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap
		}
		.card-group>.card {
			-webkit-box-flex: 1;
			-ms-flex: 1 0 0%;
			flex: 1 0 0%;
			margin-bottom: 0
		}
		.card-group>.card+.card {
			margin-left: 0;
			border-left: 0
		}
		.card-group>.card:first-child {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0
		}
		.card-group>.card:first-child .card-header,
		.card-group>.card:first-child .card-img-top {
			border-top-right-radius: 0
		}
		.card-group>.card:first-child .card-footer,
		.card-group>.card:first-child .card-img-bottom {
			border-bottom-right-radius: 0
		}
		.card-group>.card:last-child {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0
		}
		.card-group>.card:last-child .card-header,
		.card-group>.card:last-child .card-img-top {
			border-top-left-radius: 0
		}
		.card-group>.card:last-child .card-footer,
		.card-group>.card:last-child .card-img-bottom {
			border-bottom-left-radius: 0
		}
		.card-group>.card:only-child {
			border-radius: .25rem
		}
		.card-group>.card:only-child .card-header,
		.card-group>.card:only-child .card-img-top {
			border-top-left-radius: .25rem;
			border-top-right-radius: .25rem
		}
		.card-group>.card:only-child .card-footer,
		.card-group>.card:only-child .card-img-bottom {
			border-bottom-right-radius: .25rem;
			border-bottom-left-radius: .25rem
		}
		.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
			border-radius: 0
		}
		.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
		.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
		.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
		.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
			border-radius: 0
		}
	}
	
	.card-columns .card {
		margin-bottom: .75rem
	}
	
	@media (min-width:576px) {
		.card-columns {
			-webkit-column-count: 3;
			-moz-column-count: 3;
			column-count: 3;
			-webkit-column-gap: 1.25rem;
			-moz-column-gap: 1.25rem;
			column-gap: 1.25rem
		}
		.card-columns .card {
			display: inline-block;
			width: 100%
		}
	}
	
	.breadcrumb {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: .75rem 1rem;
		margin-bottom: 1rem;
		list-style: none;
		background-color: #e9ecef;
		border-radius: .25rem
	}
	
	.breadcrumb-item+.breadcrumb-item::before {
		display: inline-block;
		padding-right: .5rem;
		padding-left: .5rem;
		color: #6c757d;
		content: "/"
	}
	
	.breadcrumb-item+.breadcrumb-item:hover::before {
		text-decoration: underline
	}
	
	.breadcrumb-item+.breadcrumb-item:hover::before {
		text-decoration: none
	}
	
	.breadcrumb-item.active {
		color: #6c757d
	}
	
	.pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-left: 0;
		list-style: none;
		border-radius: .25rem
	}
	
	.page-link {
		position: relative;
		display: block;
		padding: .5rem .75rem;
		margin-left: -1px;
		line-height: 1.25;
		color: #007bff;
		background-color: #fff;
		border: 1px solid #dee2e6
	}
	
	.page-link:hover {
		color: #0056b3;
		text-decoration: none;
		background-color: #e9ecef;
		border-color: #dee2e6
	}
	
	.page-link:focus {
		z-index: 2;
		outline: 0;
		box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
	}
	
	.page-link:not(:disabled):not(.disabled) {
		cursor: pointer
	}
	
	.page-item:first-child .page-link {
		margin-left: 0;
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	
	.page-item:last-child .page-link {
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem
	}
	
	.page-item.active .page-link {
		z-index: 1;
		color: #fff;
		background-color: #007bff;
		border-color: #007bff
	}
	
	.page-item.disabled .page-link {
		color: #6c757d;
		pointer-events: none;
		cursor: auto;
		background-color: #fff;
		border-color: #dee2e6
	}
	
	.pagination-lg .page-link {
		padding: .75rem 1.5rem;
		font-size: 1.25rem;
		line-height: 1.5
	}
	
	.pagination-lg .page-item:first-child .page-link {
		border-top-left-radius: .3rem;
		border-bottom-left-radius: .3rem
	}
	
	.pagination-lg .page-item:last-child .page-link {
		border-top-right-radius: .3rem;
		border-bottom-right-radius: .3rem
	}
	
	.pagination-sm .page-link {
		padding: .25rem .5rem;
		font-size: .875rem;
		line-height: 1.5
	}
	
	.pagination-sm .page-item:first-child .page-link {
		border-top-left-radius: .2rem;
		border-bottom-left-radius: .2rem
	}
	
	.pagination-sm .page-item:last-child .page-link {
		border-top-right-radius: .2rem;
		border-bottom-right-radius: .2rem
	}
	
	.badge {
		display: inline-block;
		padding: .25em .4em;
		font-size: 75%;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		border-radius: .25rem
	}
	
	.badge:empty {
		display: none
	}
	
	.btn .badge {
		position: relative;
		top: -1px
	}
	
	.badge-pill {
		padding-right: .6em;
		padding-left: .6em;
		border-radius: 10rem
	}
	
	.badge-primary {
		color: #fff;
		background-color: #007bff
	}
	
	.badge-primary[href]:focus,
	.badge-primary[href]:hover {
		color: #fff;
		text-decoration: none;
		background-color: #0062cc
	}
	
	.badge-secondary {
		color: #fff;
		background-color: #6c757d
	}
	
	.badge-secondary[href]:focus,
	.badge-secondary[href]:hover {
		color: #fff;
		text-decoration: none;
		background-color: #545b62
	}
	
	.badge-success {
		color: #fff;
		background-color: #28a745
	}
	
	.badge-success[href]:focus,
	.badge-success[href]:hover {
		color: #fff;
		text-decoration: none;
		background-color: #1e7e34
	}
	
	.badge-info {
		color: #fff;
		background-color: #17a2b8
	}
	
	.badge-info[href]:focus,
	.badge-info[href]:hover {
		color: #fff;
		text-decoration: none;
		background-color: #117a8b
	}
	
	.badge-warning {
		color: #212529;
		background-color: #ffc107
	}
	
	.badge-warning[href]:focus,
	.badge-warning[href]:hover {
		color: #212529;
		text-decoration: none;
		background-color: #d39e00
	}
	
	.badge-danger {
		color: #fff;
		background-color: #dc3545
	}
	
	.badge-danger[href]:focus,
	.badge-danger[href]:hover {
		color: #fff;
		text-decoration: none;
		background-color: #bd2130
	}
	
	.badge-light {
		color: #212529;
		background-color: #f8f9fa
	}
	
	.badge-light[href]:focus,
	.badge-light[href]:hover {
		color: #212529;
		text-decoration: none;
		background-color: #dae0e5
	}
	
	.badge-dark {
		color: #fff;
		background-color: #343a40
	}
	
	.badge-dark[href]:focus,
	.badge-dark[href]:hover {
		color: #fff;
		text-decoration: none;
		background-color: #1d2124
	}
	
	.jumbotron {
		padding: 2rem 1rem;
		margin-bottom: 2rem;
		background-color: #e9ecef;
		border-radius: .3rem
	}
	
	@media (min-width:576px) {
		.jumbotron {
			padding: 4rem 2rem
		}
	}
	
	.jumbotron-fluid {
		padding-right: 0;
		padding-left: 0;
		border-radius: 0
	}
	
	.alert {
		position: relative;
		padding: .75rem 1.25rem;
		margin-bottom: 1rem;
		border: 1px solid transparent;
		border-radius: .25rem
	}
	
	.alert-heading {
		color: inherit
	}
	
	.alert-link {
		font-weight: 700
	}
	
	.alert-dismissible {
		padding-right: 4rem
	}
	
	.alert-dismissible .close {
		position: absolute;
		top: 0;
		right: 0;
		padding: .75rem 1.25rem;
		color: inherit
	}
	
	.alert-primary {
		color: #004085;
		background-color: #cce5ff;
		border-color: #b8daff
	}
	
	.alert-primary hr {
		border-top-color: #9fcdff
	}
	
	.alert-primary .alert-link {
		color: #002752
	}
	
	.alert-secondary {
		color: #383d41;
		background-color: #e2e3e5;
		border-color: #d6d8db
	}
	
	.alert-secondary hr {
		border-top-color: #c8cbcf
	}
	
	.alert-secondary .alert-link {
		color: #202326
	}
	
	.alert-success {
		color: #155724;
		background-color: #d4edda;
		border-color: #c3e6cb
	}
	
	.alert-success hr {
		border-top-color: #b1dfbb
	}
	
	.alert-success .alert-link {
		color: #0b2e13
	}
	
	.alert-info {
		color: #0c5460;
		background-color: #d1ecf1;
		border-color: #bee5eb
	}
	
	.alert-info hr {
		border-top-color: #abdde5
	}
	
	.alert-info .alert-link {
		color: #062c33
	}
	
	.alert-warning {
		color: #856404;
		background-color: #fff3cd;
		border-color: #ffeeba
	}
	
	.alert-warning hr {
		border-top-color: #ffe8a1
	}
	
	.alert-warning .alert-link {
		color: #533f03
	}
	
	.alert-danger {
		color: #721c24;
		background-color: #f8d7da;
		border-color: #f5c6cb
	}
	
	.alert-danger hr {
		border-top-color: #f1b0b7
	}
	
	.alert-danger .alert-link {
		color: #491217
	}
	
	.alert-light {
		color: #818182;
		background-color: #fefefe;
		border-color: #fdfdfe
	}
	
	.alert-light hr {
		border-top-color: #ececf6
	}
	
	.alert-light .alert-link {
		color: #686868
	}
	
	.alert-dark {
		color: #1b1e21;
		background-color: #d6d8d9;
		border-color: #c6c8ca
	}
	
	.alert-dark hr {
		border-top-color: #b9bbbe
	}
	
	.alert-dark .alert-link {
		color: #040505
	}
	
	@-webkit-keyframes progress-bar-stripes {
		from {
			background-position: 1rem 0
		}
		to {
			background-position: 0 0
		}
	}
	
	@keyframes progress-bar-stripes {
		from {
			background-position: 1rem 0
		}
		to {
			background-position: 0 0
		}
	}
	
	.progress {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 1rem;
		overflow: hidden;
		font-size: .75rem;
		background-color: #e9ecef;
		border-radius: .25rem
	}
	
	.progress-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #fff;
		text-align: center;
		background-color: #007bff;
		transition: width .6s ease
	}
	
	.progress-bar-striped {
		background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
		background-size: 1rem 1rem
	}
	
	.progress-bar-animated {
		-webkit-animation: progress-bar-stripes 1s linear infinite;
		animation: progress-bar-stripes 1s linear infinite
	}
	
	.media {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	
	.media-body {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	
	.list-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0
	}
	
	.list-group-item-action {
		width: 100%;
		color: #495057;
		text-align: inherit
	}
	
	.list-group-item-action:focus,
	.list-group-item-action:hover {
		color: #495057;
		text-decoration: none;
		background-color: #f8f9fa
	}
	
	.list-group-item-action:active {
		color: #212529;
		background-color: #e9ecef
	}
	
	.list-group-item {
		position: relative;
		display: block;
		padding: .75rem 1.25rem;
		margin-bottom: -1px;
		background-color: #fff;
		border: 1px solid rgba(0, 0, 0, .125)
	}
	
	.list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	
	.list-group-item:last-child {
		margin-bottom: 0;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	
	.list-group-item:focus,
	.list-group-item:hover {
		z-index: 1;
		text-decoration: none
	}
	
	.list-group-item.disabled,
	.list-group-item:disabled {
		color: #6c757d;
		background-color: #fff
	}
	
	.list-group-item.active {
		z-index: 2;
		color: #fff;
		background-color: #007bff;
		border-color: #007bff
	}
	
	.list-group-flush .list-group-item {
		border-right: 0;
		border-left: 0;
		border-radius: 0
	}
	
	.list-group-flush:first-child .list-group-item:first-child {
		border-top: 0
	}
	
	.list-group-flush:last-child .list-group-item:last-child {
		border-bottom: 0
	}
	
	.list-group-item-primary {
		color: #004085;
		background-color: #b8daff
	}
	
	.list-group-item-primary.list-group-item-action:focus,
	.list-group-item-primary.list-group-item-action:hover {
		color: #004085;
		background-color: #9fcdff
	}
	
	.list-group-item-primary.list-group-item-action.active {
		color: #fff;
		background-color: #004085;
		border-color: #004085
	}
	
	.list-group-item-secondary {
		color: #383d41;
		background-color: #d6d8db
	}
	
	.list-group-item-secondary.list-group-item-action:focus,
	.list-group-item-secondary.list-group-item-action:hover {
		color: #383d41;
		background-color: #c8cbcf
	}
	
	.list-group-item-secondary.list-group-item-action.active {
		color: #fff;
		background-color: #383d41;
		border-color: #383d41
	}
	
	.list-group-item-success {
		color: #155724;
		background-color: #c3e6cb
	}
	
	.list-group-item-success.list-group-item-action:focus,
	.list-group-item-success.list-group-item-action:hover {
		color: #155724;
		background-color: #b1dfbb
	}
	
	.list-group-item-success.list-group-item-action.active {
		color: #fff;
		background-color: #155724;
		border-color: #155724
	}
	
	.list-group-item-info {
		color: #0c5460;
		background-color: #bee5eb
	}
	
	.list-group-item-info.list-group-item-action:focus,
	.list-group-item-info.list-group-item-action:hover {
		color: #0c5460;
		background-color: #abdde5
	}
	
	.list-group-item-info.list-group-item-action.active {
		color: #fff;
		background-color: #0c5460;
		border-color: #0c5460
	}
	
	.list-group-item-warning {
		color: #856404;
		background-color: #ffeeba
	}
	
	.list-group-item-warning.list-group-item-action:focus,
	.list-group-item-warning.list-group-item-action:hover {
		color: #856404;
		background-color: #ffe8a1
	}
	
	.list-group-item-warning.list-group-item-action.active {
		color: #fff;
		background-color: #856404;
		border-color: #856404
	}
	
	.list-group-item-danger {
		color: #721c24;
		background-color: #f5c6cb
	}
	
	.list-group-item-danger.list-group-item-action:focus,
	.list-group-item-danger.list-group-item-action:hover {
		color: #721c24;
		background-color: #f1b0b7
	}
	
	.list-group-item-danger.list-group-item-action.active {
		color: #fff;
		background-color: #721c24;
		border-color: #721c24
	}
	
	.list-group-item-light {
		color: #818182;
		background-color: #fdfdfe
	}
	
	.list-group-item-light.list-group-item-action:focus,
	.list-group-item-light.list-group-item-action:hover {
		color: #818182;
		background-color: #ececf6
	}
	
	.list-group-item-light.list-group-item-action.active {
		color: #fff;
		background-color: #818182;
		border-color: #818182
	}
	
	.list-group-item-dark {
		color: #1b1e21;
		background-color: #c6c8ca
	}
	
	.list-group-item-dark.list-group-item-action:focus,
	.list-group-item-dark.list-group-item-action:hover {
		color: #1b1e21;
		background-color: #b9bbbe
	}
	
	.list-group-item-dark.list-group-item-action.active {
		color: #fff;
		background-color: #1b1e21;
		border-color: #1b1e21
	}
	
	.close {
		float: right;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1;
		color: #000;
		text-shadow: 0 1px 0 #fff;
		opacity: .5
	}
	
	.close:focus,
	.close:hover {
		color: #000;
		text-decoration: none;
		opacity: .75
	}
	
	.close:not(:disabled):not(.disabled) {
		cursor: pointer
	}
	
	button.close {
		padding: 0;
		background-color: transparent;
		border: 0;
		-webkit-appearance: none
	}
	
	.modal-open {
		overflow: hidden
	}
	
	.modal {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1050;
		display: none;
		overflow: hidden;
		outline: 0
	}
	
	.modal-open .modal {
		overflow-x: hidden;
		overflow-y: auto
	}
	
	.modal-dialog {
		position: relative;
		width: auto;
		margin: .5rem;
		pointer-events: none
	}
	
	.modal.fade .modal-dialog {
		transition: -webkit-transform .3s ease-out;
		transition: transform .3s ease-out;
		transition: transform .3s ease-out, -webkit-transform .3s ease-out;
		-webkit-transform: translate(0, -25%);
		transform: translate(0, -25%)
	}
	
	.modal.show .modal-dialog {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	
	.modal-dialog-centered {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: calc(100% - (.5rem * 2))
	}
	
	.modal-content {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		pointer-events: auto;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid rgba(0, 0, 0, .2);
		border-radius: .3rem;
		outline: 0
	}
	
	.modal-backdrop {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1040;
		background-color: #000
	}
	
	.modal-backdrop.fade {
		opacity: 0
	}
	
	.modal-backdrop.show {
		opacity: .5
	}
	
	.modal-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 1rem;
		border-bottom: 1px solid #e9ecef;
		border-top-left-radius: .3rem;
		border-top-right-radius: .3rem
	}
	
	.modal-header .close {
		padding: 1rem;
		margin: -1rem -1rem -1rem auto
	}
	
	.modal-title {
		margin-bottom: 0;
		line-height: 1.5
	}
	
	.modal-body {
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 1rem
	}
	
	.modal-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 1rem;
		border-top: 1px solid #e9ecef
	}
	
	.modal-footer>:not(:first-child) {
		margin-left: .25rem
	}
	
	.modal-footer>:not(:last-child) {
		margin-right: .25rem
	}
	
	.modal-scrollbar-measure {
		position: absolute;
		top: -9999px;
		width: 50px;
		height: 50px;
		overflow: scroll
	}
	
	@media (min-width:576px) {
		.modal-dialog {
			max-width: 500px;
			margin: 1.75rem auto
		}
		.modal-dialog-centered {
			min-height: calc(100% - (1.75rem * 2))
		}
		.modal-sm {
			max-width: 300px
		}
	}
	
	@media (min-width:992px) {
		.modal-lg {
			max-width: 800px
		}
	}
	
	.tooltip {
		position: absolute;
		z-index: 1070;
		display: block;
		margin: 0;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
		font-style: normal;
		font-weight: 400;
		line-height: 1.5;
		text-align: left;
		text-align: start;
		text-decoration: none;
		text-shadow: none;
		text-transform: none;
		letter-spacing: normal;
		word-break: normal;
		word-spacing: normal;
		white-space: normal;
		line-break: auto;
		font-size: .875rem;
		word-wrap: break-word;
		opacity: 0
	}
	
	.tooltip.show {
		opacity: .9
	}
	
	.tooltip .arrow {
		position: absolute;
		display: block;
		width: .8rem;
		height: .4rem
	}
	
	.tooltip .arrow::before {
		position: absolute;
		content: "";
		border-color: transparent;
		border-style: solid
	}
	
	.bs-tooltip-auto[x-placement^=top],
	.bs-tooltip-top {
		padding: .4rem 0
	}
	
	.bs-tooltip-auto[x-placement^=top] .arrow,
	.bs-tooltip-top .arrow {
		bottom: 0
	}
	
	.bs-tooltip-auto[x-placement^=top] .arrow::before,
	.bs-tooltip-top .arrow::before {
		top: 0;
		border-width: .4rem .4rem 0;
		border-top-color: #000
	}
	
	.bs-tooltip-auto[x-placement^=right],
	.bs-tooltip-right {
		padding: 0 .4rem
	}
	
	.bs-tooltip-auto[x-placement^=right] .arrow,
	.bs-tooltip-right .arrow {
		left: 0;
		width: .4rem;
		height: .8rem
	}
	
	.bs-tooltip-auto[x-placement^=right] .arrow::before,
	.bs-tooltip-right .arrow::before {
		right: 0;
		border-width: .4rem .4rem .4rem 0;
		border-right-color: #000
	}
	
	.bs-tooltip-auto[x-placement^=bottom],
	.bs-tooltip-bottom {
		padding: .4rem 0
	}
	
	.bs-tooltip-auto[x-placement^=bottom] .arrow,
	.bs-tooltip-bottom .arrow {
		top: 0
	}
	
	.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
	.bs-tooltip-bottom .arrow::before {
		bottom: 0;
		border-width: 0 .4rem .4rem;
		border-bottom-color: #000
	}
	
	.bs-tooltip-auto[x-placement^=left],
	.bs-tooltip-left {
		padding: 0 .4rem
	}
	
	.bs-tooltip-auto[x-placement^=left] .arrow,
	.bs-tooltip-left .arrow {
		right: 0;
		width: .4rem;
		height: .8rem
	}
	
	.bs-tooltip-auto[x-placement^=left] .arrow::before,
	.bs-tooltip-left .arrow::before {
		left: 0;
		border-width: .4rem 0 .4rem .4rem;
		border-left-color: #000
	}
	
	.tooltip-inner {
		max-width: 200px;
		padding: .25rem .5rem;
		color: #fff;
		text-align: center;
		background-color: #000;
		border-radius: .25rem
	}
	
	.popover {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1060;
		display: block;
		max-width: 276px;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
		font-style: normal;
		font-weight: 400;
		line-height: 1.5;
		text-align: left;
		text-align: start;
		text-decoration: none;
		text-shadow: none;
		text-transform: none;
		letter-spacing: normal;
		word-break: normal;
		word-spacing: normal;
		white-space: normal;
		line-break: auto;
		font-size: .875rem;
		word-wrap: break-word;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid rgba(0, 0, 0, .2);
		border-radius: .3rem
	}
	
	.popover .arrow {
		position: absolute;
		display: block;
		width: 1rem;
		height: .5rem;
		margin: 0 .3rem
	}
	
	.popover .arrow::after,
	.popover .arrow::before {
		position: absolute;
		display: block;
		content: "";
		border-color: transparent;
		border-style: solid
	}
	
	.bs-popover-auto[x-placement^=top],
	.bs-popover-top {
		margin-bottom: .5rem
	}
	
	.bs-popover-auto[x-placement^=top] .arrow,
	.bs-popover-top .arrow {
		bottom: calc((.5rem + 1px) * -1)
	}
	
	.bs-popover-auto[x-placement^=top] .arrow::after,
	.bs-popover-auto[x-placement^=top] .arrow::before,
	.bs-popover-top .arrow::after,
	.bs-popover-top .arrow::before {
		border-width: .5rem .5rem 0
	}
	
	.bs-popover-auto[x-placement^=top] .arrow::before,
	.bs-popover-top .arrow::before {
		bottom: 0;
		border-top-color: rgba(0, 0, 0, .25)
	}
	
	.bs-popover-auto[x-placement^=top] .arrow::after,
	.bs-popover-top .arrow::after {
		bottom: 1px;
		border-top-color: #fff
	}
	
	.bs-popover-auto[x-placement^=right],
	.bs-popover-right {
		margin-left: .5rem
	}
	
	.bs-popover-auto[x-placement^=right] .arrow,
	.bs-popover-right .arrow {
		left: calc((.5rem + 1px) * -1);
		width: .5rem;
		height: 1rem;
		margin: .3rem 0
	}
	
	.bs-popover-auto[x-placement^=right] .arrow::after,
	.bs-popover-auto[x-placement^=right] .arrow::before,
	.bs-popover-right .arrow::after,
	.bs-popover-right .arrow::before {
		border-width: .5rem .5rem .5rem 0
	}
	
	.bs-popover-auto[x-placement^=right] .arrow::before,
	.bs-popover-right .arrow::before {
		left: 0;
		border-right-color: rgba(0, 0, 0, .25)
	}
	
	.bs-popover-auto[x-placement^=right] .arrow::after,
	.bs-popover-right .arrow::after {
		left: 1px;
		border-right-color: #fff
	}
	
	.bs-popover-auto[x-placement^=bottom],
	.bs-popover-bottom {
		margin-top: .5rem
	}
	
	.bs-popover-auto[x-placement^=bottom] .arrow,
	.bs-popover-bottom .arrow {
		top: calc((.5rem + 1px) * -1)
	}
	
	.bs-popover-auto[x-placement^=bottom] .arrow::after,
	.bs-popover-auto[x-placement^=bottom] .arrow::before,
	.bs-popover-bottom .arrow::after,
	.bs-popover-bottom .arrow::before {
		border-width: 0 .5rem .5rem .5rem
	}
	
	.bs-popover-auto[x-placement^=bottom] .arrow::before,
	.bs-popover-bottom .arrow::before {
		top: 0;
		border-bottom-color: rgba(0, 0, 0, .25)
	}
	
	.bs-popover-auto[x-placement^=bottom] .arrow::after,
	.bs-popover-bottom .arrow::after {
		top: 1px;
		border-bottom-color: #fff
	}
	
	.bs-popover-auto[x-placement^=bottom] .popover-header::before,
	.bs-popover-bottom .popover-header::before {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 1rem;
		margin-left: -.5rem;
		content: "";
		border-bottom: 1px solid #f7f7f7
	}
	
	.bs-popover-auto[x-placement^=left],
	.bs-popover-left {
		margin-right: .5rem
	}
	
	.bs-popover-auto[x-placement^=left] .arrow,
	.bs-popover-left .arrow {
		right: calc((.5rem + 1px) * -1);
		width: .5rem;
		height: 1rem;
		margin: .3rem 0
	}
	
	.bs-popover-auto[x-placement^=left] .arrow::after,
	.bs-popover-auto[x-placement^=left] .arrow::before,
	.bs-popover-left .arrow::after,
	.bs-popover-left .arrow::before {
		border-width: .5rem 0 .5rem .5rem
	}
	
	.bs-popover-auto[x-placement^=left] .arrow::before,
	.bs-popover-left .arrow::before {
		right: 0;
		border-left-color: rgba(0, 0, 0, .25)
	}
	
	.bs-popover-auto[x-placement^=left] .arrow::after,
	.bs-popover-left .arrow::after {
		right: 1px;
		border-left-color: #fff
	}
	
	.popover-header {
		padding: .5rem .75rem;
		margin-bottom: 0;
		font-size: 1rem;
		color: inherit;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		border-top-left-radius: calc(.3rem - 1px);
		border-top-right-radius: calc(.3rem - 1px)
	}
	
	.popover-header:empty {
		display: none
	}
	
	.popover-body {
		padding: .5rem .75rem;
		color: #212529
	}
	
	.carousel {
		position: relative
	}
	
	.carousel-inner {
		position: relative;
		width: 100%;
		overflow: hidden
	}
	
	.carousel-item {
		position: relative;
		display: none;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		transition: -webkit-transform .6s ease;
		transition: transform .6s ease;
		transition: transform .6s ease, -webkit-transform .6s ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	
	.carousel-item-next,
	.carousel-item-prev,
	.carousel-item.active {
		display: block
	}
	
	.carousel-item-next,
	.carousel-item-prev {
		position: absolute;
		top: 0
	}
	
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	
	@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
		.carousel-item-next.carousel-item-left,
		.carousel-item-prev.carousel-item-right {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0)
		}
	}
	
	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	
	@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
		.active.carousel-item-right,
		.carousel-item-next {
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0)
		}
	}
	
	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	
	@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
		.active.carousel-item-left,
		.carousel-item-prev {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0)
		}
	}
	
	.carousel-control-next,
	.carousel-control-prev {
		position: absolute;
		top: 0;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 15%;
		color: #fff;
		text-align: center;
		opacity: .5
	}
	
	.carousel-control-next:focus,
	.carousel-control-next:hover,
	.carousel-control-prev:focus,
	.carousel-control-prev:hover {
		color: #fff;
		text-decoration: none;
		outline: 0;
		opacity: .9
	}
	
	.carousel-control-prev {
		left: 0
	}
	
	.carousel-control-next {
		right: 0
	}
	
	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		display: inline-block;
		width: 20px;
		height: 20px;
		background: transparent no-repeat center center;
		background-size: 100% 100%
	}
	
	.carousel-control-prev-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
	}
	
	.carousel-control-next-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
	}
	
	.carousel-indicators {
		position: absolute;
		right: 0;
		bottom: 10px;
		left: 0;
		z-index: 15;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0;
		margin-right: 15%;
		margin-left: 15%;
		list-style: none
	}
	
	.carousel-indicators li {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 30px;
		height: 3px;
		margin-right: 3px;
		margin-left: 3px;
		text-indent: -999px;
		background-color: rgba(255, 255, 255, .5)
	}
	
	.carousel-indicators li::before {
		position: absolute;
		top: -10px;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 10px;
		content: ""
	}
	
	.carousel-indicators li::after {
		position: absolute;
		bottom: -10px;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 10px;
		content: ""
	}
	
	.carousel-indicators .active {
		background-color: #fff
	}
	
	.carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 20px;
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: center
	}
	
	.align-baseline {
		vertical-align: baseline!important
	}
	
	.align-top {
		vertical-align: top!important
	}
	
	.align-middle {
		vertical-align: middle!important
	}
	
	.align-bottom {
		vertical-align: bottom!important
	}
	
	.align-text-bottom {
		vertical-align: text-bottom!important
	}
	
	.align-text-top {
		vertical-align: text-top!important
	}
	
	.bg-primary {
		background-color: #007bff!important
	}
	
	a.bg-primary:focus,
	a.bg-primary:hover,
	button.bg-primary:focus,
	button.bg-primary:hover {
		background-color: #0062cc!important
	}
	
	.bg-secondary {
		background-color: #6c757d!important
	}
	
	a.bg-secondary:focus,
	a.bg-secondary:hover,
	button.bg-secondary:focus,
	button.bg-secondary:hover {
		background-color: #545b62!important
	}
	
	.bg-success {
		background-color: #28a745!important
	}
	
	a.bg-success:focus,
	a.bg-success:hover,
	button.bg-success:focus,
	button.bg-success:hover {
		background-color: #1e7e34!important
	}
	
	.bg-info {
		background-color: #17a2b8!important
	}
	
	a.bg-info:focus,
	a.bg-info:hover,
	button.bg-info:focus,
	button.bg-info:hover {
		background-color: #117a8b!important
	}
	
	.bg-warning {
		background-color: #ffc107!important
	}
	
	a.bg-warning:focus,
	a.bg-warning:hover,
	button.bg-warning:focus,
	button.bg-warning:hover {
		background-color: #d39e00!important
	}
	
	.bg-danger {
		background-color: #dc3545!important
	}
	
	a.bg-danger:focus,
	a.bg-danger:hover,
	button.bg-danger:focus,
	button.bg-danger:hover {
		background-color: #bd2130!important
	}
	
	.bg-light {
		background-color: #f8f9fa!important
	}
	
	a.bg-light:focus,
	a.bg-light:hover,
	button.bg-light:focus,
	button.bg-light:hover {
		background-color: #dae0e5!important
	}
	
	.bg-dark {
		background-color: #343a40!important
	}
	
	a.bg-dark:focus,
	a.bg-dark:hover,
	button.bg-dark:focus,
	button.bg-dark:hover {
		background-color: #1d2124!important
	}
	
	.bg-white {
		background-color: #fff!important
	}
	
	.bg-transparent {
		background-color: transparent!important
	}
	
	.border {
		border: 1px solid #dee2e6!important
	}
	
	.border-top {
		border-top: 1px solid #dee2e6!important
	}
	
	.border-right {
		border-right: 1px solid #dee2e6!important
	}
	
	.border-bottom {
		border-bottom: 1px solid #dee2e6!important
	}
	
	.border-left {
		border-left: 1px solid #dee2e6!important
	}
	
	.border-0 {
		border: 0!important
	}
	
	.border-top-0 {
		border-top: 0!important
	}
	
	.border-right-0 {
		border-right: 0!important
	}
	
	.border-bottom-0 {
		border-bottom: 0!important
	}
	
	.border-left-0 {
		border-left: 0!important
	}
	
	.border-primary {
		border-color: #007bff!important
	}
	
	.border-secondary {
		border-color: #6c757d!important
	}
	
	.border-success {
		border-color: #28a745!important
	}
	
	.border-info {
		border-color: #17a2b8!important
	}
	
	.border-warning {
		border-color: #ffc107!important
	}
	
	.border-danger {
		border-color: #dc3545!important
	}
	
	.border-light {
		border-color: #f8f9fa!important
	}
	
	.border-dark {
		border-color: #343a40!important
	}
	
	.border-white {
		border-color: #fff!important
	}
	
	.rounded {
		border-radius: .25rem!important
	}
	
	.rounded-top {
		border-top-left-radius: .25rem!important;
		border-top-right-radius: .25rem!important
	}
	
	.rounded-right {
		border-top-right-radius: .25rem!important;
		border-bottom-right-radius: .25rem!important
	}
	
	.rounded-bottom {
		border-bottom-right-radius: .25rem!important;
		border-bottom-left-radius: .25rem!important
	}
	
	.rounded-left {
		border-top-left-radius: .25rem!important;
		border-bottom-left-radius: .25rem!important
	}
	
	.rounded-circle {
		border-radius: 50%!important
	}
	
	.rounded-0 {
		border-radius: 0!important
	}
	
	.clearfix::after {
		display: block;
		clear: both;
		content: ""
	}
	
	.d-none {
		display: none!important
	}
	
	.d-inline {
		display: inline!important
	}
	
	.d-inline-block {
		display: inline-block!important
	}
	
	.d-block {
		display: block!important
	}
	
	.d-table {
		display: table!important
	}
	
	.d-table-row {
		display: table-row!important
	}
	
	.d-table-cell {
		display: table-cell!important
	}
	
	.d-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	
	.d-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
	
	@media (min-width:576px) {
		.d-sm-none {
			display: none!important
		}
		.d-sm-inline {
			display: inline!important
		}
		.d-sm-inline-block {
			display: inline-block!important
		}
		.d-sm-block {
			display: block!important
		}
		.d-sm-table {
			display: table!important
		}
		.d-sm-table-row {
			display: table-row!important
		}
		.d-sm-table-cell {
			display: table-cell!important
		}
		.d-sm-flex {
			display: -webkit-box!important;
			display: -ms-flexbox!important;
			display: flex!important
		}
		.d-sm-inline-flex {
			display: -webkit-inline-box!important;
			display: -ms-inline-flexbox!important;
			display: inline-flex!important
		}
	}
	
	@media (min-width:768px) {
		.d-md-none {
			display: none!important
		}
		.d-md-inline {
			display: inline!important
		}
		.d-md-inline-block {
			display: inline-block!important
		}
		.d-md-block {
			display: block!important
		}
		.d-md-table {
			display: table!important
		}
		.d-md-table-row {
			display: table-row!important
		}
		.d-md-table-cell {
			display: table-cell!important
		}
		.d-md-flex {
			display: -webkit-box!important;
			display: -ms-flexbox!important;
			display: flex!important
		}
		.d-md-inline-flex {
			display: -webkit-inline-box!important;
			display: -ms-inline-flexbox!important;
			display: inline-flex!important
		}
	}
	
	@media (min-width:992px) {
		.d-lg-none {
			display: none!important
		}
		.d-lg-inline {
			display: inline!important
		}
		.d-lg-inline-block {
			display: inline-block!important
		}
		.d-lg-block {
			display: block!important
		}
		.d-lg-table {
			display: table!important
		}
		.d-lg-table-row {
			display: table-row!important
		}
		.d-lg-table-cell {
			display: table-cell!important
		}
		.d-lg-flex {
			display: -webkit-box!important;
			display: -ms-flexbox!important;
			display: flex!important
		}
		.d-lg-inline-flex {
			display: -webkit-inline-box!important;
			display: -ms-inline-flexbox!important;
			display: inline-flex!important
		}
	}
	
	@media (min-width:1200px) {
		.d-xl-none {
			display: none!important
		}
		.d-xl-inline {
			display: inline!important
		}
		.d-xl-inline-block {
			display: inline-block!important
		}
		.d-xl-block {
			display: block!important
		}
		.d-xl-table {
			display: table!important
		}
		.d-xl-table-row {
			display: table-row!important
		}
		.d-xl-table-cell {
			display: table-cell!important
		}
		.d-xl-flex {
			display: -webkit-box!important;
			display: -ms-flexbox!important;
			display: flex!important
		}
		.d-xl-inline-flex {
			display: -webkit-inline-box!important;
			display: -ms-inline-flexbox!important;
			display: inline-flex!important
		}
	}
	
	@media print {
		.d-print-none {
			display: none!important
		}
		.d-print-inline {
			display: inline!important
		}
		.d-print-inline-block {
			display: inline-block!important
		}
		.d-print-block {
			display: block!important
		}
		.d-print-table {
			display: table!important
		}
		.d-print-table-row {
			display: table-row!important
		}
		.d-print-table-cell {
			display: table-cell!important
		}
		.d-print-flex {
			display: -webkit-box!important;
			display: -ms-flexbox!important;
			display: flex!important
		}
		.d-print-inline-flex {
			display: -webkit-inline-box!important;
			display: -ms-inline-flexbox!important;
			display: inline-flex!important
		}
	}
	
	.embed-responsive {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden
	}
	
	.embed-responsive::before {
		display: block;
		content: ""
	}
	
	.embed-responsive .embed-responsive-item,
	.embed-responsive embed,
	.embed-responsive iframe,
	.embed-responsive object,
	.embed-responsive video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0
	}
	
	.embed-responsive-21by9::before {
		padding-top: 42.857143%
	}
	
	.embed-responsive-16by9::before {
		padding-top: 56.25%
	}
	
	.embed-responsive-4by3::before {
		padding-top: 75%
	}
	
	.embed-responsive-1by1::before {
		padding-top: 100%
	}
	
	.flex-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	
	.flex-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	
	.flex-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	
	.flex-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	
	.flex-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	
	.flex-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	
	.flex-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	
	.justify-content-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	
	.justify-content-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	
	.justify-content-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	
	.justify-content-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	
	.justify-content-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	
	.align-items-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	
	.align-items-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	
	.align-items-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	
	.align-items-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	
	.align-items-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	
	.align-content-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	
	.align-content-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	
	.align-content-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	
	.align-content-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	
	.align-content-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	
	.align-content-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	
	.align-self-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	
	.align-self-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	
	.align-self-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	
	.align-self-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	
	.align-self-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	
	.align-self-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
	
	@media (min-width:576px) {
		.flex-sm-row {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: normal!important;
			-ms-flex-direction: row!important;
			flex-direction: row!important
		}
		.flex-sm-column {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: normal!important;
			-ms-flex-direction: column!important;
			flex-direction: column!important
		}
		.flex-sm-row-reverse {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: reverse!important;
			-ms-flex-direction: row-reverse!important;
			flex-direction: row-reverse!important
		}
		.flex-sm-column-reverse {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: reverse!important;
			-ms-flex-direction: column-reverse!important;
			flex-direction: column-reverse!important
		}
		.flex-sm-wrap {
			-ms-flex-wrap: wrap!important;
			flex-wrap: wrap!important
		}
		.flex-sm-nowrap {
			-ms-flex-wrap: nowrap!important;
			flex-wrap: nowrap!important
		}
		.flex-sm-wrap-reverse {
			-ms-flex-wrap: wrap-reverse!important;
			flex-wrap: wrap-reverse!important
		}
		.justify-content-sm-start {
			-webkit-box-pack: start!important;
			-ms-flex-pack: start!important;
			justify-content: flex-start!important
		}
		.justify-content-sm-end {
			-webkit-box-pack: end!important;
			-ms-flex-pack: end!important;
			justify-content: flex-end!important
		}
		.justify-content-sm-center {
			-webkit-box-pack: center!important;
			-ms-flex-pack: center!important;
			justify-content: center!important
		}
		.justify-content-sm-between {
			-webkit-box-pack: justify!important;
			-ms-flex-pack: justify!important;
			justify-content: space-between!important
		}
		.justify-content-sm-around {
			-ms-flex-pack: distribute!important;
			justify-content: space-around!important
		}
		.align-items-sm-start {
			-webkit-box-align: start!important;
			-ms-flex-align: start!important;
			align-items: flex-start!important
		}
		.align-items-sm-end {
			-webkit-box-align: end!important;
			-ms-flex-align: end!important;
			align-items: flex-end!important
		}
		.align-items-sm-center {
			-webkit-box-align: center!important;
			-ms-flex-align: center!important;
			align-items: center!important
		}
		.align-items-sm-baseline {
			-webkit-box-align: baseline!important;
			-ms-flex-align: baseline!important;
			align-items: baseline!important
		}
		.align-items-sm-stretch {
			-webkit-box-align: stretch!important;
			-ms-flex-align: stretch!important;
			align-items: stretch!important
		}
		.align-content-sm-start {
			-ms-flex-line-pack: start!important;
			align-content: flex-start!important
		}
		.align-content-sm-end {
			-ms-flex-line-pack: end!important;
			align-content: flex-end!important
		}
		.align-content-sm-center {
			-ms-flex-line-pack: center!important;
			align-content: center!important
		}
		.align-content-sm-between {
			-ms-flex-line-pack: justify!important;
			align-content: space-between!important
		}
		.align-content-sm-around {
			-ms-flex-line-pack: distribute!important;
			align-content: space-around!important
		}
		.align-content-sm-stretch {
			-ms-flex-line-pack: stretch!important;
			align-content: stretch!important
		}
		.align-self-sm-auto {
			-ms-flex-item-align: auto!important;
			align-self: auto!important
		}
		.align-self-sm-start {
			-ms-flex-item-align: start!important;
			align-self: flex-start!important
		}
		.align-self-sm-end {
			-ms-flex-item-align: end!important;
			align-self: flex-end!important
		}
		.align-self-sm-center {
			-ms-flex-item-align: center!important;
			align-self: center!important
		}
		.align-self-sm-baseline {
			-ms-flex-item-align: baseline!important;
			align-self: baseline!important
		}
		.align-self-sm-stretch {
			-ms-flex-item-align: stretch!important;
			align-self: stretch!important
		}
	}
	
	@media (min-width:768px) {
		.flex-md-row {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: normal!important;
			-ms-flex-direction: row!important;
			flex-direction: row!important
		}
		.flex-md-column {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: normal!important;
			-ms-flex-direction: column!important;
			flex-direction: column!important
		}
		.flex-md-row-reverse {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: reverse!important;
			-ms-flex-direction: row-reverse!important;
			flex-direction: row-reverse!important
		}
		.flex-md-column-reverse {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: reverse!important;
			-ms-flex-direction: column-reverse!important;
			flex-direction: column-reverse!important
		}
		.flex-md-wrap {
			-ms-flex-wrap: wrap!important;
			flex-wrap: wrap!important
		}
		.flex-md-nowrap {
			-ms-flex-wrap: nowrap!important;
			flex-wrap: nowrap!important
		}
		.flex-md-wrap-reverse {
			-ms-flex-wrap: wrap-reverse!important;
			flex-wrap: wrap-reverse!important
		}
		.justify-content-md-start {
			-webkit-box-pack: start!important;
			-ms-flex-pack: start!important;
			justify-content: flex-start!important
		}
		.justify-content-md-end {
			-webkit-box-pack: end!important;
			-ms-flex-pack: end!important;
			justify-content: flex-end!important
		}
		.justify-content-md-center {
			-webkit-box-pack: center!important;
			-ms-flex-pack: center!important;
			justify-content: center!important
		}
		.justify-content-md-between {
			-webkit-box-pack: justify!important;
			-ms-flex-pack: justify!important;
			justify-content: space-between!important
		}
		.justify-content-md-around {
			-ms-flex-pack: distribute!important;
			justify-content: space-around!important
		}
		.align-items-md-start {
			-webkit-box-align: start!important;
			-ms-flex-align: start!important;
			align-items: flex-start!important
		}
		.align-items-md-end {
			-webkit-box-align: end!important;
			-ms-flex-align: end!important;
			align-items: flex-end!important
		}
		.align-items-md-center {
			-webkit-box-align: center!important;
			-ms-flex-align: center!important;
			align-items: center!important
		}
		.align-items-md-baseline {
			-webkit-box-align: baseline!important;
			-ms-flex-align: baseline!important;
			align-items: baseline!important
		}
		.align-items-md-stretch {
			-webkit-box-align: stretch!important;
			-ms-flex-align: stretch!important;
			align-items: stretch!important
		}
		.align-content-md-start {
			-ms-flex-line-pack: start!important;
			align-content: flex-start!important
		}
		.align-content-md-end {
			-ms-flex-line-pack: end!important;
			align-content: flex-end!important
		}
		.align-content-md-center {
			-ms-flex-line-pack: center!important;
			align-content: center!important
		}
		.align-content-md-between {
			-ms-flex-line-pack: justify!important;
			align-content: space-between!important
		}
		.align-content-md-around {
			-ms-flex-line-pack: distribute!important;
			align-content: space-around!important
		}
		.align-content-md-stretch {
			-ms-flex-line-pack: stretch!important;
			align-content: stretch!important
		}
		.align-self-md-auto {
			-ms-flex-item-align: auto!important;
			align-self: auto!important
		}
		.align-self-md-start {
			-ms-flex-item-align: start!important;
			align-self: flex-start!important
		}
		.align-self-md-end {
			-ms-flex-item-align: end!important;
			align-self: flex-end!important
		}
		.align-self-md-center {
			-ms-flex-item-align: center!important;
			align-self: center!important
		}
		.align-self-md-baseline {
			-ms-flex-item-align: baseline!important;
			align-self: baseline!important
		}
		.align-self-md-stretch {
			-ms-flex-item-align: stretch!important;
			align-self: stretch!important
		}
	}
	
	@media (min-width:992px) {
		.flex-lg-row {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: normal!important;
			-ms-flex-direction: row!important;
			flex-direction: row!important
		}
		.flex-lg-column {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: normal!important;
			-ms-flex-direction: column!important;
			flex-direction: column!important
		}
		.flex-lg-row-reverse {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: reverse!important;
			-ms-flex-direction: row-reverse!important;
			flex-direction: row-reverse!important
		}
		.flex-lg-column-reverse {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: reverse!important;
			-ms-flex-direction: column-reverse!important;
			flex-direction: column-reverse!important
		}
		.flex-lg-wrap {
			-ms-flex-wrap: wrap!important;
			flex-wrap: wrap!important
		}
		.flex-lg-nowrap {
			-ms-flex-wrap: nowrap!important;
			flex-wrap: nowrap!important
		}
		.flex-lg-wrap-reverse {
			-ms-flex-wrap: wrap-reverse!important;
			flex-wrap: wrap-reverse!important
		}
		.justify-content-lg-start {
			-webkit-box-pack: start!important;
			-ms-flex-pack: start!important;
			justify-content: flex-start!important
		}
		.justify-content-lg-end {
			-webkit-box-pack: end!important;
			-ms-flex-pack: end!important;
			justify-content: flex-end!important
		}
		.justify-content-lg-center {
			-webkit-box-pack: center!important;
			-ms-flex-pack: center!important;
			justify-content: center!important
		}
		.justify-content-lg-between {
			-webkit-box-pack: justify!important;
			-ms-flex-pack: justify!important;
			justify-content: space-between!important
		}
		.justify-content-lg-around {
			-ms-flex-pack: distribute!important;
			justify-content: space-around!important
		}
		.align-items-lg-start {
			-webkit-box-align: start!important;
			-ms-flex-align: start!important;
			align-items: flex-start!important
		}
		.align-items-lg-end {
			-webkit-box-align: end!important;
			-ms-flex-align: end!important;
			align-items: flex-end!important
		}
		.align-items-lg-center {
			-webkit-box-align: center!important;
			-ms-flex-align: center!important;
			align-items: center!important
		}
		.align-items-lg-baseline {
			-webkit-box-align: baseline!important;
			-ms-flex-align: baseline!important;
			align-items: baseline!important
		}
		.align-items-lg-stretch {
			-webkit-box-align: stretch!important;
			-ms-flex-align: stretch!important;
			align-items: stretch!important
		}
		.align-content-lg-start {
			-ms-flex-line-pack: start!important;
			align-content: flex-start!important
		}
		.align-content-lg-end {
			-ms-flex-line-pack: end!important;
			align-content: flex-end!important
		}
		.align-content-lg-center {
			-ms-flex-line-pack: center!important;
			align-content: center!important
		}
		.align-content-lg-between {
			-ms-flex-line-pack: justify!important;
			align-content: space-between!important
		}
		.align-content-lg-around {
			-ms-flex-line-pack: distribute!important;
			align-content: space-around!important
		}
		.align-content-lg-stretch {
			-ms-flex-line-pack: stretch!important;
			align-content: stretch!important
		}
		.align-self-lg-auto {
			-ms-flex-item-align: auto!important;
			align-self: auto!important
		}
		.align-self-lg-start {
			-ms-flex-item-align: start!important;
			align-self: flex-start!important
		}
		.align-self-lg-end {
			-ms-flex-item-align: end!important;
			align-self: flex-end!important
		}
		.align-self-lg-center {
			-ms-flex-item-align: center!important;
			align-self: center!important
		}
		.align-self-lg-baseline {
			-ms-flex-item-align: baseline!important;
			align-self: baseline!important
		}
		.align-self-lg-stretch {
			-ms-flex-item-align: stretch!important;
			align-self: stretch!important
		}
	}
	
	@media (min-width:1200px) {
		.flex-xl-row {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: normal!important;
			-ms-flex-direction: row!important;
			flex-direction: row!important
		}
		.flex-xl-column {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: normal!important;
			-ms-flex-direction: column!important;
			flex-direction: column!important
		}
		.flex-xl-row-reverse {
			-webkit-box-orient: horizontal!important;
			-webkit-box-direction: reverse!important;
			-ms-flex-direction: row-reverse!important;
			flex-direction: row-reverse!important
		}
		.flex-xl-column-reverse {
			-webkit-box-orient: vertical!important;
			-webkit-box-direction: reverse!important;
			-ms-flex-direction: column-reverse!important;
			flex-direction: column-reverse!important
		}
		.flex-xl-wrap {
			-ms-flex-wrap: wrap!important;
			flex-wrap: wrap!important
		}
		.flex-xl-nowrap {
			-ms-flex-wrap: nowrap!important;
			flex-wrap: nowrap!important
		}
		.flex-xl-wrap-reverse {
			-ms-flex-wrap: wrap-reverse!important;
			flex-wrap: wrap-reverse!important
		}
		.justify-content-xl-start {
			-webkit-box-pack: start!important;
			-ms-flex-pack: start!important;
			justify-content: flex-start!important
		}
		.justify-content-xl-end {
			-webkit-box-pack: end!important;
			-ms-flex-pack: end!important;
			justify-content: flex-end!important
		}
		.justify-content-xl-center {
			-webkit-box-pack: center!important;
			-ms-flex-pack: center!important;
			justify-content: center!important
		}
		.justify-content-xl-between {
			-webkit-box-pack: justify!important;
			-ms-flex-pack: justify!important;
			justify-content: space-between!important
		}
		.justify-content-xl-around {
			-ms-flex-pack: distribute!important;
			justify-content: space-around!important
		}
		.align-items-xl-start {
			-webkit-box-align: start!important;
			-ms-flex-align: start!important;
			align-items: flex-start!important
		}
		.align-items-xl-end {
			-webkit-box-align: end!important;
			-ms-flex-align: end!important;
			align-items: flex-end!important
		}
		.align-items-xl-center {
			-webkit-box-align: center!important;
			-ms-flex-align: center!important;
			align-items: center!important
		}
		.align-items-xl-baseline {
			-webkit-box-align: baseline!important;
			-ms-flex-align: baseline!important;
			align-items: baseline!important
		}
		.align-items-xl-stretch {
			-webkit-box-align: stretch!important;
			-ms-flex-align: stretch!important;
			align-items: stretch!important
		}
		.align-content-xl-start {
			-ms-flex-line-pack: start!important;
			align-content: flex-start!important
		}
		.align-content-xl-end {
			-ms-flex-line-pack: end!important;
			align-content: flex-end!important
		}
		.align-content-xl-center {
			-ms-flex-line-pack: center!important;
			align-content: center!important
		}
		.align-content-xl-between {
			-ms-flex-line-pack: justify!important;
			align-content: space-between!important
		}
		.align-content-xl-around {
			-ms-flex-line-pack: distribute!important;
			align-content: space-around!important
		}
		.align-content-xl-stretch {
			-ms-flex-line-pack: stretch!important;
			align-content: stretch!important
		}
		.align-self-xl-auto {
			-ms-flex-item-align: auto!important;
			align-self: auto!important
		}
		.align-self-xl-start {
			-ms-flex-item-align: start!important;
			align-self: flex-start!important
		}
		.align-self-xl-end {
			-ms-flex-item-align: end!important;
			align-self: flex-end!important
		}
		.align-self-xl-center {
			-ms-flex-item-align: center!important;
			align-self: center!important
		}
		.align-self-xl-baseline {
			-ms-flex-item-align: baseline!important;
			align-self: baseline!important
		}
		.align-self-xl-stretch {
			-ms-flex-item-align: stretch!important;
			align-self: stretch!important
		}
	}
	
	.float-left {
		float: left!important
	}
	
	.float-right {
		float: right!important
	}
	
	.float-none {
		float: none!important
	}
	
	@media (min-width:576px) {
		.float-sm-left {
			float: left!important
		}
		.float-sm-right {
			float: right!important
		}
		.float-sm-none {
			float: none!important
		}
	}
	
	@media (min-width:768px) {
		.float-md-left {
			float: left!important
		}
		.float-md-right {
			float: right!important
		}
		.float-md-none {
			float: none!important
		}
	}
	
	@media (min-width:992px) {
		.float-lg-left {
			float: left!important
		}
		.float-lg-right {
			float: right!important
		}
		.float-lg-none {
			float: none!important
		}
	}
	
	@media (min-width:1200px) {
		.float-xl-left {
			float: left!important
		}
		.float-xl-right {
			float: right!important
		}
		.float-xl-none {
			float: none!important
		}
	}
	
	.position-static {
		position: static!important
	}
	
	.position-relative {
		position: relative!important
	}
	
	.position-absolute {
		position: absolute!important
	}
	
	.position-fixed {
		position: fixed!important
	}
	
	.position-sticky {
		position: -webkit-sticky!important;
		position: sticky!important
	}
	
	.fixed-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030
	}
	
	.fixed-bottom {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1030
	}
	
	@supports ((position:-webkit-sticky) or (position:sticky)) {
		.sticky-top {
			position: -webkit-sticky;
			position: sticky;
			top: 0;
			z-index: 1020
		}
	}
	
	.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		border: 0
	}
	
	.sr-only-focusable:active,
	.sr-only-focusable:focus {
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
		clip: auto;
		white-space: normal;
		-webkit-clip-path: none;
		clip-path: none
	}
	
	.w-25 {
		width: 25%!important
	}
	
	.w-50 {
		width: 50%!important
	}
	
	.w-75 {
		width: 75%!important
	}
	
	.w-100 {
		width: 100%!important
	}
	
	.h-25 {
		height: 25%!important
	}
	
	.h-50 {
		height: 50%!important
	}
	
	.h-75 {
		height: 75%!important
	}
	
	.h-100 {
		height: 100%!important
	}
	
	.mw-100 {
		max-width: 100%!important
	}
	
	.mh-100 {
		max-height: 100%!important
	}
	
	.m-0 {
		margin: 0!important
	}
	
	.mt-0,
	.my-0 {
		margin-top: 0!important
	}
	
	.mr-0,
	.mx-0 {
		margin-right: 0!important
	}
	
	.mb-0,
	.my-0 {
		margin-bottom: 0!important
	}
	
	.ml-0,
	.mx-0 {
		margin-left: 0!important
	}
	
	.m-1 {
		margin: .25rem!important
	}
	
	.mt-1,
	.my-1 {
		margin-top: .25rem!important
	}
	
	.mr-1,
	.mx-1 {
		margin-right: .25rem!important
	}
	
	.mb-1,
	.my-1 {
		margin-bottom: .25rem!important
	}
	
	.ml-1,
	.mx-1 {
		margin-left: .25rem!important
	}
	
	.m-2 {
		margin: .5rem!important
	}
	
	.mt-2,
	.my-2 {
		margin-top: .5rem!important
	}
	
	.mr-2,
	.mx-2 {
		margin-right: .5rem!important
	}
	
	.mb-2,
	.my-2 {
		margin-bottom: .5rem!important
	}
	
	.ml-2,
	.mx-2 {
		margin-left: .5rem!important
	}
	
	.m-3 {
		margin: 1rem!important
	}
	
	.mt-3,
	.my-3 {
		margin-top: 1rem!important
	}
	
	.mr-3,
	.mx-3 {
		margin-right: 1rem!important
	}
	
	.mb-3,
	.my-3 {
		margin-bottom: 1rem!important
	}
	
	.ml-3,
	.mx-3 {
		margin-left: 1rem!important
	}
	
	.m-4 {
		margin: 1.5rem!important
	}
	
	.mt-4,
	.my-4 {
		margin-top: 1.5rem!important
	}
	
	.mr-4,
	.mx-4 {
		margin-right: 1.5rem!important
	}
	
	.mb-4,
	.my-4 {
		margin-bottom: 1.5rem!important
	}
	
	.ml-4,
	.mx-4 {
		margin-left: 1.5rem!important
	}
	
	.m-5 {
		margin: 3rem!important
	}
	
	.mt-5,
	.my-5 {
		margin-top: 3rem!important
	}
	
	.mr-5,
	.mx-5 {
		margin-right: 3rem!important
	}
	
	.mb-5,
	.my-5 {
		margin-bottom: 3rem!important
	}
	
	.ml-5,
	.mx-5 {
		margin-left: 3rem!important
	}
	
	.p-0 {
		padding: 0!important
	}
	
	.pt-0,
	.py-0 {
		padding-top: 0!important
	}
	
	.pr-0,
	.px-0 {
		padding-right: 0!important
	}
	
	.pb-0,
	.py-0 {
		padding-bottom: 0!important
	}
	
	.pl-0,
	.px-0 {
		padding-left: 0!important
	}
	
	.p-1 {
		padding: .25rem!important
	}
	
	.pt-1,
	.py-1 {
		padding-top: .25rem!important
	}
	
	.pr-1,
	.px-1 {
		padding-right: .25rem!important
	}
	
	.pb-1,
	.py-1 {
		padding-bottom: .25rem!important
	}
	
	.pl-1,
	.px-1 {
		padding-left: .25rem!important
	}
	
	.p-2 {
		padding: .5rem!important
	}
	
	.pt-2,
	.py-2 {
		padding-top: .5rem!important
	}
	
	.pr-2,
	.px-2 {
		padding-right: .5rem!important
	}
	
	.pb-2,
	.py-2 {
		padding-bottom: .5rem!important
	}
	
	.pl-2,
	.px-2 {
		padding-left: .5rem!important
	}
	
	.p-3 {
		padding: 1rem!important
	}
	
	.pt-3,
	.py-3 {
		padding-top: 1rem!important
	}
	
	.pr-3,
	.px-3 {
		padding-right: 1rem!important
	}
	
	.pb-3,
	.py-3 {
		padding-bottom: 1rem!important
	}
	
	.pl-3,
	.px-3 {
		padding-left: 1rem!important
	}
	
	.p-4 {
		padding: 1.5rem!important
	}
	
	.pt-4,
	.py-4 {
		padding-top: 1.5rem!important
	}
	
	.pr-4,
	.px-4 {
		padding-right: 1.5rem!important
	}
	
	.pb-4,
	.py-4 {
		padding-bottom: 1.5rem!important
	}
	
	.pl-4,
	.px-4 {
		padding-left: 1.5rem!important
	}
	
	.p-5 {
		padding: 3rem!important
	}
	
	.pt-5,
	.py-5 {
		padding-top: 3rem!important
	}
	
	.pr-5,
	.px-5 {
		padding-right: 3rem!important
	}
	
	.pb-5,
	.py-5 {
		padding-bottom: 3rem!important
	}
	
	.pl-5,
	.px-5 {
		padding-left: 3rem!important
	}
	
	.m-auto {
		margin: auto!important
	}
	
	.mt-auto,
	.my-auto {
		margin-top: auto!important
	}
	
	.mr-auto,
	.mx-auto {
		margin-right: auto!important
	}
	
	.mb-auto,
	.my-auto {
		margin-bottom: auto!important
	}
	
	.ml-auto,
	.mx-auto {
		margin-left: auto!important
	}
	
	@media (min-width:576px) {
		.m-sm-0 {
			margin: 0!important
		}
		.mt-sm-0,
		.my-sm-0 {
			margin-top: 0!important
		}
		.mr-sm-0,
		.mx-sm-0 {
			margin-right: 0!important
		}
		.mb-sm-0,
		.my-sm-0 {
			margin-bottom: 0!important
		}
		.ml-sm-0,
		.mx-sm-0 {
			margin-left: 0!important
		}
		.m-sm-1 {
			margin: .25rem!important
		}
		.mt-sm-1,
		.my-sm-1 {
			margin-top: .25rem!important
		}
		.mr-sm-1,
		.mx-sm-1 {
			margin-right: .25rem!important
		}
		.mb-sm-1,
		.my-sm-1 {
			margin-bottom: .25rem!important
		}
		.ml-sm-1,
		.mx-sm-1 {
			margin-left: .25rem!important
		}
		.m-sm-2 {
			margin: .5rem!important
		}
		.mt-sm-2,
		.my-sm-2 {
			margin-top: .5rem!important
		}
		.mr-sm-2,
		.mx-sm-2 {
			margin-right: .5rem!important
		}
		.mb-sm-2,
		.my-sm-2 {
			margin-bottom: .5rem!important
		}
		.ml-sm-2,
		.mx-sm-2 {
			margin-left: .5rem!important
		}
		.m-sm-3 {
			margin: 1rem!important
		}
		.mt-sm-3,
		.my-sm-3 {
			margin-top: 1rem!important
		}
		.mr-sm-3,
		.mx-sm-3 {
			margin-right: 1rem!important
		}
		.mb-sm-3,
		.my-sm-3 {
			margin-bottom: 1rem!important
		}
		.ml-sm-3,
		.mx-sm-3 {
			margin-left: 1rem!important
		}
		.m-sm-4 {
			margin: 1.5rem!important
		}
		.mt-sm-4,
		.my-sm-4 {
			margin-top: 1.5rem!important
		}
		.mr-sm-4,
		.mx-sm-4 {
			margin-right: 1.5rem!important
		}
		.mb-sm-4,
		.my-sm-4 {
			margin-bottom: 1.5rem!important
		}
		.ml-sm-4,
		.mx-sm-4 {
			margin-left: 1.5rem!important
		}
		.m-sm-5 {
			margin: 3rem!important
		}
		.mt-sm-5,
		.my-sm-5 {
			margin-top: 3rem!important
		}
		.mr-sm-5,
		.mx-sm-5 {
			margin-right: 3rem!important
		}
		.mb-sm-5,
		.my-sm-5 {
			margin-bottom: 3rem!important
		}
		.ml-sm-5,
		.mx-sm-5 {
			margin-left: 3rem!important
		}
		.p-sm-0 {
			padding: 0!important
		}
		.pt-sm-0,
		.py-sm-0 {
			padding-top: 0!important
		}
		.pr-sm-0,
		.px-sm-0 {
			padding-right: 0!important
		}
		.pb-sm-0,
		.py-sm-0 {
			padding-bottom: 0!important
		}
		.pl-sm-0,
		.px-sm-0 {
			padding-left: 0!important
		}
		.p-sm-1 {
			padding: .25rem!important
		}
		.pt-sm-1,
		.py-sm-1 {
			padding-top: .25rem!important
		}
		.pr-sm-1,
		.px-sm-1 {
			padding-right: .25rem!important
		}
		.pb-sm-1,
		.py-sm-1 {
			padding-bottom: .25rem!important
		}
		.pl-sm-1,
		.px-sm-1 {
			padding-left: .25rem!important
		}
		.p-sm-2 {
			padding: .5rem!important
		}
		.pt-sm-2,
		.py-sm-2 {
			padding-top: .5rem!important
		}
		.pr-sm-2,
		.px-sm-2 {
			padding-right: .5rem!important
		}
		.pb-sm-2,
		.py-sm-2 {
			padding-bottom: .5rem!important
		}
		.pl-sm-2,
		.px-sm-2 {
			padding-left: .5rem!important
		}
		.p-sm-3 {
			padding: 1rem!important
		}
		.pt-sm-3,
		.py-sm-3 {
			padding-top: 1rem!important
		}
		.pr-sm-3,
		.px-sm-3 {
			padding-right: 1rem!important
		}
		.pb-sm-3,
		.py-sm-3 {
			padding-bottom: 1rem!important
		}
		.pl-sm-3,
		.px-sm-3 {
			padding-left: 1rem!important
		}
		.p-sm-4 {
			padding: 1.5rem!important
		}
		.pt-sm-4,
		.py-sm-4 {
			padding-top: 1.5rem!important
		}
		.pr-sm-4,
		.px-sm-4 {
			padding-right: 1.5rem!important
		}
		.pb-sm-4,
		.py-sm-4 {
			padding-bottom: 1.5rem!important
		}
		.pl-sm-4,
		.px-sm-4 {
			padding-left: 1.5rem!important
		}
		.p-sm-5 {
			padding: 3rem!important
		}
		.pt-sm-5,
		.py-sm-5 {
			padding-top: 3rem!important
		}
		.pr-sm-5,
		.px-sm-5 {
			padding-right: 3rem!important
		}
		.pb-sm-5,
		.py-sm-5 {
			padding-bottom: 3rem!important
		}
		.pl-sm-5,
		.px-sm-5 {
			padding-left: 3rem!important
		}
		.m-sm-auto {
			margin: auto!important
		}
		.mt-sm-auto,
		.my-sm-auto {
			margin-top: auto!important
		}
		.mr-sm-auto,
		.mx-sm-auto {
			margin-right: auto!important
		}
		.mb-sm-auto,
		.my-sm-auto {
			margin-bottom: auto!important
		}
		.ml-sm-auto,
		.mx-sm-auto {
			margin-left: auto!important
		}
	}
	
	@media (min-width:768px) {
		.m-md-0 {
			margin: 0!important
		}
		.mt-md-0,
		.my-md-0 {
			margin-top: 0!important
		}
		.mr-md-0,
		.mx-md-0 {
			margin-right: 0!important
		}
		.mb-md-0,
		.my-md-0 {
			margin-bottom: 0!important
		}
		.ml-md-0,
		.mx-md-0 {
			margin-left: 0!important
		}
		.m-md-1 {
			margin: .25rem!important
		}
		.mt-md-1,
		.my-md-1 {
			margin-top: .25rem!important
		}
		.mr-md-1,
		.mx-md-1 {
			margin-right: .25rem!important
		}
		.mb-md-1,
		.my-md-1 {
			margin-bottom: .25rem!important
		}
		.ml-md-1,
		.mx-md-1 {
			margin-left: .25rem!important
		}
		.m-md-2 {
			margin: .5rem!important
		}
		.mt-md-2,
		.my-md-2 {
			margin-top: .5rem!important
		}
		.mr-md-2,
		.mx-md-2 {
			margin-right: .5rem!important
		}
		.mb-md-2,
		.my-md-2 {
			margin-bottom: .5rem!important
		}
		.ml-md-2,
		.mx-md-2 {
			margin-left: .5rem!important
		}
		.m-md-3 {
			margin: 1rem!important
		}
		.mt-md-3,
		.my-md-3 {
			margin-top: 1rem!important
		}
		.mr-md-3,
		.mx-md-3 {
			margin-right: 1rem!important
		}
		.mb-md-3,
		.my-md-3 {
			margin-bottom: 1rem!important
		}
		.ml-md-3,
		.mx-md-3 {
			margin-left: 1rem!important
		}
		.m-md-4 {
			margin: 1.5rem!important
		}
		.mt-md-4,
		.my-md-4 {
			margin-top: 1.5rem!important
		}
		.mr-md-4,
		.mx-md-4 {
			margin-right: 1.5rem!important
		}
		.mb-md-4,
		.my-md-4 {
			margin-bottom: 1.5rem!important
		}
		.ml-md-4,
		.mx-md-4 {
			margin-left: 1.5rem!important
		}
		.m-md-5 {
			margin: 3rem!important
		}
		.mt-md-5,
		.my-md-5 {
			margin-top: 3rem!important
		}
		.mr-md-5,
		.mx-md-5 {
			margin-right: 3rem!important
		}
		.mb-md-5,
		.my-md-5 {
			margin-bottom: 3rem!important
		}
		.ml-md-5,
		.mx-md-5 {
			margin-left: 3rem!important
		}
		.p-md-0 {
			padding: 0!important
		}
		.pt-md-0,
		.py-md-0 {
			padding-top: 0!important
		}
		.pr-md-0,
		.px-md-0 {
			padding-right: 0!important
		}
		.pb-md-0,
		.py-md-0 {
			padding-bottom: 0!important
		}
		.pl-md-0,
		.px-md-0 {
			padding-left: 0!important
		}
		.p-md-1 {
			padding: .25rem!important
		}
		.pt-md-1,
		.py-md-1 {
			padding-top: .25rem!important
		}
		.pr-md-1,
		.px-md-1 {
			padding-right: .25rem!important
		}
		.pb-md-1,
		.py-md-1 {
			padding-bottom: .25rem!important
		}
		.pl-md-1,
		.px-md-1 {
			padding-left: .25rem!important
		}
		.p-md-2 {
			padding: .5rem!important
		}
		.pt-md-2,
		.py-md-2 {
			padding-top: .5rem!important
		}
		.pr-md-2,
		.px-md-2 {
			padding-right: .5rem!important
		}
		.pb-md-2,
		.py-md-2 {
			padding-bottom: .5rem!important
		}
		.pl-md-2,
		.px-md-2 {
			padding-left: .5rem!important
		}
		.p-md-3 {
			padding: 1rem!important
		}
		.pt-md-3,
		.py-md-3 {
			padding-top: 1rem!important
		}
		.pr-md-3,
		.px-md-3 {
			padding-right: 1rem!important
		}
		.pb-md-3,
		.py-md-3 {
			padding-bottom: 1rem!important
		}
		.pl-md-3,
		.px-md-3 {
			padding-left: 1rem!important
		}
		.p-md-4 {
			padding: 1.5rem!important
		}
		.pt-md-4,
		.py-md-4 {
			padding-top: 1.5rem!important
		}
		.pr-md-4,
		.px-md-4 {
			padding-right: 1.5rem!important
		}
		.pb-md-4,
		.py-md-4 {
			padding-bottom: 1.5rem!important
		}
		.pl-md-4,
		.px-md-4 {
			padding-left: 1.5rem!important
		}
		.p-md-5 {
			padding: 3rem!important
		}
		.pt-md-5,
		.py-md-5 {
			padding-top: 3rem!important
		}
		.pr-md-5,
		.px-md-5 {
			padding-right: 3rem!important
		}
		.pb-md-5,
		.py-md-5 {
			padding-bottom: 3rem!important
		}
		.pl-md-5,
		.px-md-5 {
			padding-left: 3rem!important
		}
		.m-md-auto {
			margin: auto!important
		}
		.mt-md-auto,
		.my-md-auto {
			margin-top: auto!important
		}
		.mr-md-auto,
		.mx-md-auto {
			margin-right: auto!important
		}
		.mb-md-auto,
		.my-md-auto {
			margin-bottom: auto!important
		}
		.ml-md-auto,
		.mx-md-auto {
			margin-left: auto!important
		}
	}
	
	@media (min-width:992px) {
		.m-lg-0 {
			margin: 0!important
		}
		.mt-lg-0,
		.my-lg-0 {
			margin-top: 0!important
		}
		.mr-lg-0,
		.mx-lg-0 {
			margin-right: 0!important
		}
		.mb-lg-0,
		.my-lg-0 {
			margin-bottom: 0!important
		}
		.ml-lg-0,
		.mx-lg-0 {
			margin-left: 0!important
		}
		.m-lg-1 {
			margin: .25rem!important
		}
		.mt-lg-1,
		.my-lg-1 {
			margin-top: .25rem!important
		}
		.mr-lg-1,
		.mx-lg-1 {
			margin-right: .25rem!important
		}
		.mb-lg-1,
		.my-lg-1 {
			margin-bottom: .25rem!important
		}
		.ml-lg-1,
		.mx-lg-1 {
			margin-left: .25rem!important
		}
		.m-lg-2 {
			margin: .5rem!important
		}
		.mt-lg-2,
		.my-lg-2 {
			margin-top: .5rem!important
		}
		.mr-lg-2,
		.mx-lg-2 {
			margin-right: .5rem!important
		}
		.mb-lg-2,
		.my-lg-2 {
			margin-bottom: .5rem!important
		}
		.ml-lg-2,
		.mx-lg-2 {
			margin-left: .5rem!important
		}
		.m-lg-3 {
			margin: 1rem!important
		}
		.mt-lg-3,
		.my-lg-3 {
			margin-top: 1rem!important
		}
		.mr-lg-3,
		.mx-lg-3 {
			margin-right: 1rem!important
		}
		.mb-lg-3,
		.my-lg-3 {
			margin-bottom: 1rem!important
		}
		.ml-lg-3,
		.mx-lg-3 {
			margin-left: 1rem!important
		}
		.m-lg-4 {
			margin: 1.5rem!important
		}
		.mt-lg-4,
		.my-lg-4 {
			margin-top: 1.5rem!important
		}
		.mr-lg-4,
		.mx-lg-4 {
			margin-right: 1.5rem!important
		}
		.mb-lg-4,
		.my-lg-4 {
			margin-bottom: 1.5rem!important
		}
		.ml-lg-4,
		.mx-lg-4 {
			margin-left: 1.5rem!important
		}
		.m-lg-5 {
			margin: 3rem!important
		}
		.mt-lg-5,
		.my-lg-5 {
			margin-top: 3rem!important
		}
		.mr-lg-5,
		.mx-lg-5 {
			margin-right: 3rem!important
		}
		.mb-lg-5,
		.my-lg-5 {
			margin-bottom: 3rem!important
		}
		.ml-lg-5,
		.mx-lg-5 {
			margin-left: 3rem!important
		}
		.p-lg-0 {
			padding: 0!important
		}
		.pt-lg-0,
		.py-lg-0 {
			padding-top: 0!important
		}
		.pr-lg-0,
		.px-lg-0 {
			padding-right: 0!important
		}
		.pb-lg-0,
		.py-lg-0 {
			padding-bottom: 0!important
		}
		.pl-lg-0,
		.px-lg-0 {
			padding-left: 0!important
		}
		.p-lg-1 {
			padding: .25rem!important
		}
		.pt-lg-1,
		.py-lg-1 {
			padding-top: .25rem!important
		}
		.pr-lg-1,
		.px-lg-1 {
			padding-right: .25rem!important
		}
		.pb-lg-1,
		.py-lg-1 {
			padding-bottom: .25rem!important
		}
		.pl-lg-1,
		.px-lg-1 {
			padding-left: .25rem!important
		}
		.p-lg-2 {
			padding: .5rem!important
		}
		.pt-lg-2,
		.py-lg-2 {
			padding-top: .5rem!important
		}
		.pr-lg-2,
		.px-lg-2 {
			padding-right: .5rem!important
		}
		.pb-lg-2,
		.py-lg-2 {
			padding-bottom: .5rem!important
		}
		.pl-lg-2,
		.px-lg-2 {
			padding-left: .5rem!important
		}
		.p-lg-3 {
			padding: 1rem!important
		}
		.pt-lg-3,
		.py-lg-3 {
			padding-top: 1rem!important
		}
		.pr-lg-3,
		.px-lg-3 {
			padding-right: 1rem!important
		}
		.pb-lg-3,
		.py-lg-3 {
			padding-bottom: 1rem!important
		}
		.pl-lg-3,
		.px-lg-3 {
			padding-left: 1rem!important
		}
		.p-lg-4 {
			padding: 1.5rem!important
		}
		.pt-lg-4,
		.py-lg-4 {
			padding-top: 1.5rem!important
		}
		.pr-lg-4,
		.px-lg-4 {
			padding-right: 1.5rem!important
		}
		.pb-lg-4,
		.py-lg-4 {
			padding-bottom: 1.5rem!important
		}
		.pl-lg-4,
		.px-lg-4 {
			padding-left: 1.5rem!important
		}
		.p-lg-5 {
			padding: 3rem!important
		}
		.pt-lg-5,
		.py-lg-5 {
			padding-top: 3rem!important
		}
		.pr-lg-5,
		.px-lg-5 {
			padding-right: 3rem!important
		}
		.pb-lg-5,
		.py-lg-5 {
			padding-bottom: 3rem!important
		}
		.pl-lg-5,
		.px-lg-5 {
			padding-left: 3rem!important
		}
		.m-lg-auto {
			margin: auto!important
		}
		.mt-lg-auto,
		.my-lg-auto {
			margin-top: auto!important
		}
		.mr-lg-auto,
		.mx-lg-auto {
			margin-right: auto!important
		}
		.mb-lg-auto,
		.my-lg-auto {
			margin-bottom: auto!important
		}
		.ml-lg-auto,
		.mx-lg-auto {
			margin-left: auto!important
		}
	}
	
	@media (min-width:1200px) {
		.m-xl-0 {
			margin: 0!important
		}
		.mt-xl-0,
		.my-xl-0 {
			margin-top: 0!important
		}
		.mr-xl-0,
		.mx-xl-0 {
			margin-right: 0!important
		}
		.mb-xl-0,
		.my-xl-0 {
			margin-bottom: 0!important
		}
		.ml-xl-0,
		.mx-xl-0 {
			margin-left: 0!important
		}
		.m-xl-1 {
			margin: .25rem!important
		}
		.mt-xl-1,
		.my-xl-1 {
			margin-top: .25rem!important
		}
		.mr-xl-1,
		.mx-xl-1 {
			margin-right: .25rem!important
		}
		.mb-xl-1,
		.my-xl-1 {
			margin-bottom: .25rem!important
		}
		.ml-xl-1,
		.mx-xl-1 {
			margin-left: .25rem!important
		}
		.m-xl-2 {
			margin: .5rem!important
		}
		.mt-xl-2,
		.my-xl-2 {
			margin-top: .5rem!important
		}
		.mr-xl-2,
		.mx-xl-2 {
			margin-right: .5rem!important
		}
		.mb-xl-2,
		.my-xl-2 {
			margin-bottom: .5rem!important
		}
		.ml-xl-2,
		.mx-xl-2 {
			margin-left: .5rem!important
		}
		.m-xl-3 {
			margin: 1rem!important
		}
		.mt-xl-3,
		.my-xl-3 {
			margin-top: 1rem!important
		}
		.mr-xl-3,
		.mx-xl-3 {
			margin-right: 1rem!important
		}
		.mb-xl-3,
		.my-xl-3 {
			margin-bottom: 1rem!important
		}
		.ml-xl-3,
		.mx-xl-3 {
			margin-left: 1rem!important
		}
		.m-xl-4 {
			margin: 1.5rem!important
		}
		.mt-xl-4,
		.my-xl-4 {
			margin-top: 1.5rem!important
		}
		.mr-xl-4,
		.mx-xl-4 {
			margin-right: 1.5rem!important
		}
		.mb-xl-4,
		.my-xl-4 {
			margin-bottom: 1.5rem!important
		}
		.ml-xl-4,
		.mx-xl-4 {
			margin-left: 1.5rem!important
		}
		.m-xl-5 {
			margin: 3rem!important
		}
		.mt-xl-5,
		.my-xl-5 {
			margin-top: 3rem!important
		}
		.mr-xl-5,
		.mx-xl-5 {
			margin-right: 3rem!important
		}
		.mb-xl-5,
		.my-xl-5 {
			margin-bottom: 3rem!important
		}
		.ml-xl-5,
		.mx-xl-5 {
			margin-left: 3rem!important
		}
		.p-xl-0 {
			padding: 0!important
		}
		.pt-xl-0,
		.py-xl-0 {
			padding-top: 0!important
		}
		.pr-xl-0,
		.px-xl-0 {
			padding-right: 0!important
		}
		.pb-xl-0,
		.py-xl-0 {
			padding-bottom: 0!important
		}
		.pl-xl-0,
		.px-xl-0 {
			padding-left: 0!important
		}
		.p-xl-1 {
			padding: .25rem!important
		}
		.pt-xl-1,
		.py-xl-1 {
			padding-top: .25rem!important
		}
		.pr-xl-1,
		.px-xl-1 {
			padding-right: .25rem!important
		}
		.pb-xl-1,
		.py-xl-1 {
			padding-bottom: .25rem!important
		}
		.pl-xl-1,
		.px-xl-1 {
			padding-left: .25rem!important
		}
		.p-xl-2 {
			padding: .5rem!important
		}
		.pt-xl-2,
		.py-xl-2 {
			padding-top: .5rem!important
		}
		.pr-xl-2,
		.px-xl-2 {
			padding-right: .5rem!important
		}
		.pb-xl-2,
		.py-xl-2 {
			padding-bottom: .5rem!important
		}
		.pl-xl-2,
		.px-xl-2 {
			padding-left: .5rem!important
		}
		.p-xl-3 {
			padding: 1rem!important
		}
		.pt-xl-3,
		.py-xl-3 {
			padding-top: 1rem!important
		}
		.pr-xl-3,
		.px-xl-3 {
			padding-right: 1rem!important
		}
		.pb-xl-3,
		.py-xl-3 {
			padding-bottom: 1rem!important
		}
		.pl-xl-3,
		.px-xl-3 {
			padding-left: 1rem!important
		}
		.p-xl-4 {
			padding: 1.5rem!important
		}
		.pt-xl-4,
		.py-xl-4 {
			padding-top: 1.5rem!important
		}
		.pr-xl-4,
		.px-xl-4 {
			padding-right: 1.5rem!important
		}
		.pb-xl-4,
		.py-xl-4 {
			padding-bottom: 1.5rem!important
		}
		.pl-xl-4,
		.px-xl-4 {
			padding-left: 1.5rem!important
		}
		.p-xl-5 {
			padding: 3rem!important
		}
		.pt-xl-5,
		.py-xl-5 {
			padding-top: 3rem!important
		}
		.pr-xl-5,
		.px-xl-5 {
			padding-right: 3rem!important
		}
		.pb-xl-5,
		.py-xl-5 {
			padding-bottom: 3rem!important
		}
		.pl-xl-5,
		.px-xl-5 {
			padding-left: 3rem!important
		}
		.m-xl-auto {
			margin: auto!important
		}
		.mt-xl-auto,
		.my-xl-auto {
			margin-top: auto!important
		}
		.mr-xl-auto,
		.mx-xl-auto {
			margin-right: auto!important
		}
		.mb-xl-auto,
		.my-xl-auto {
			margin-bottom: auto!important
		}
		.ml-xl-auto,
		.mx-xl-auto {
			margin-left: auto!important
		}
	}
	
	.text-justify {
		text-align: justify!important
	}
	
	.text-nowrap {
		white-space: nowrap!important
	}
	
	.text-truncate {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	
	.text-left {
		text-align: left!important
	}
	
	.text-right {
		text-align: right!important
	}
	
	.text-center {
		text-align: center!important
	}
	
	@media (min-width:576px) {
		.text-sm-left {
			text-align: left!important
		}
		.text-sm-right {
			text-align: right!important
		}
		.text-sm-center {
			text-align: center!important
		}
	}
	
	@media (min-width:768px) {
		.text-md-left {
			text-align: left!important
		}
		.text-md-right {
			text-align: right!important
		}
		.text-md-center {
			text-align: center!important
		}
	}
	
	@media (min-width:992px) {
		.text-lg-left {
			text-align: left!important
		}
		.text-lg-right {
			text-align: right!important
		}
		.text-lg-center {
			text-align: center!important
		}
	}
	
	@media (min-width:1200px) {
		.text-xl-left {
			text-align: left!important
		}
		.text-xl-right {
			text-align: right!important
		}
		.text-xl-center {
			text-align: center!important
		}
	}
	
	.text-lowercase {
		text-transform: lowercase!important
	}
	
	.text-uppercase {
		text-transform: uppercase!important
	}
	
	.text-capitalize {
		text-transform: capitalize!important
	}
	
	.font-weight-light {
		font-weight: 300!important
	}
	
	.font-weight-normal {
		font-weight: 400!important
	}
	
	.font-weight-bold {
		font-weight: 700!important
	}
	
	.font-italic {
		font-style: italic!important
	}
	
	.text-white {
		color: #fff!important
	}
	
	.text-primary {
		color: #007bff!important
	}
	
	a.text-primary:focus,
	a.text-primary:hover {
		color: #0062cc!important
	}
	
	.text-secondary {
		color: #6c757d!important
	}
	
	a.text-secondary:focus,
	a.text-secondary:hover {
		color: #545b62!important
	}
	
	.text-success {
		color: #28a745!important
	}
	
	a.text-success:focus,
	a.text-success:hover {
		color: #1e7e34!important
	}
	
	.text-info {
		color: #17a2b8!important
	}
	
	a.text-info:focus,
	a.text-info:hover {
		color: #117a8b!important
	}
	
	.text-warning {
		color: #ffc107!important
	}
	
	a.text-warning:focus,
	a.text-warning:hover {
		color: #d39e00!important
	}
	
	.text-danger {
		color: #dc3545!important
	}
	
	a.text-danger:focus,
	a.text-danger:hover {
		color: #bd2130!important
	}
	
	.text-light {
		color: #f8f9fa!important
	}
	
	a.text-light:focus,
	a.text-light:hover {
		color: #dae0e5!important
	}
	
	.text-dark {
		color: #343a40!important
	}
	
	a.text-dark:focus,
	a.text-dark:hover {
		color: #1d2124!important
	}
	
	.text-muted {
		color: #6c757d!important
	}
	
	.text-hide {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0
	}
	
	.visible {
		visibility: visible!important
	}
	
	.invisible {
		visibility: hidden!important
	}
	
	@media print {
		*,
		::after,
		::before {
			text-shadow: none!important;
			box-shadow: none!important
		}
		a:not(.btn) {
			text-decoration: underline
		}
		abbr[title]::after {
			content: " (" attr(title) ")"
		}
		pre {
			white-space: pre-wrap!important
		}
		blockquote,
		pre {
			border: 1px solid #999;
			page-break-inside: avoid
		}
		thead {
			display: table-header-group
		}
		img,
		tr {
			page-break-inside: avoid
		}
		h2,
		h3,
		p {
			orphans: 3;
			widows: 3
		}
		h2,
		h3 {
			page-break-after: avoid
		}
		@page {
			size: a3
		}
		body {
			min-width: 992px!important
		}
		.container {
			min-width: 992px!important
		}
		.navbar {
			display: none
		}
		.badge {
			border: 1px solid #000
		}
		.table {
			border-collapse: collapse!important
		}
		.table td,
		.table th {
			background-color: #fff!important
		}
		.table-bordered td,
		.table-bordered th {
			border: 1px solid #ddd!important
		}
	}
	/*# sourceMappingURL=bootstrap.min.css.map */
	
	.owl-carousel,
	.owl-carousel .owl-item {
		-webkit-tap-highlight-color: transparent;
		position: relative
	}
	
	.owl-carousel {
		display: none;
		width: 100%;
		z-index: 1
	}
	
	.owl-carousel .owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
		touch-action: manipulation;
		-moz-backface-visibility: hidden
	}
	
	.owl-carousel .owl-stage:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}
	
	.owl-carousel .owl-stage-outer {
		position: relative;
		overflow: hidden;
		-webkit-transform: translate3d(0, 0, 0)
	}
	
	.owl-carousel .owl-item,
	.owl-carousel .owl-wrapper {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0)
	}
	
	.owl-carousel .owl-item {
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-touch-callout: none
	}
	
	.owl-carousel .owl-item img {
		display: block;
		width: 100%
	}
	
	.owl-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
		display: none
	}
	
	.no-js .owl-carousel,
	.owl-carousel.owl-loaded {
		display: block
	}
	
	.owl-carousel .owl-dot,
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev {
		cursor: pointer;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}
	
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel button.owl-dot {
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0!important;
		font: inherit
	}
	
	.owl-carousel.owl-loading {
		opacity: 0;
		display: block
	}
	
	.owl-carousel.owl-hidden {
		opacity: 0
	}
	
	.owl-carousel.owl-refresh .owl-item {
		visibility: hidden
	}
	
	.owl-carousel.owl-drag .owl-item {
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}
	
	.owl-carousel.owl-grab {
		cursor: move;
		cursor: grab
	}
	
	.owl-carousel.owl-rtl {
		direction: rtl
	}
	
	.owl-carousel.owl-rtl .owl-item {
		float: right
	}
	
	.owl-carousel .animated {
		animation-duration: 1s;
		animation-fill-mode: both
	}
	
	.owl-carousel .owl-animated-in {
		z-index: 0
	}
	
	.owl-carousel .owl-animated-out {
		z-index: 1
	}
	
	.owl-carousel .fadeOut {
		animation-name: fadeOut
	}
	
	@keyframes fadeOut {
		0% {
			opacity: 1
		}
		100% {
			opacity: 0
		}
	}
	
	.owl-height {
		transition: height .5s ease-in-out
	}
	
	.owl-carousel .owl-item .owl-lazy {
		opacity: 0;
		transition: opacity .4s ease
	}
	
	.owl-carousel .owl-item .owl-lazy:not([src]),
	.owl-carousel .owl-item .owl-lazy[src^=""] {
		max-height: 0
	}
	
	.owl-carousel .owl-item img.owl-lazy {
		transform-style: preserve-3d
	}
	
	.owl-carousel .owl-video-wrapper {
		position: relative;
		height: 100%;
		background: #000
	}
	
	.owl-carousel .owl-video-play-icon {
		position: absolute;
		height: 80px;
		width: 80px;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		background: url(https://cdn.shortpixel.ai/client/q_lossy,ret_img/https://myassignment.co.uk/wp-content/themes/myassignment/css/owl.video.play.png) no-repeat;
		cursor: pointer;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		transition: transform .1s ease
	}
	
	.owl-carousel .owl-video-play-icon:hover {
		-ms-transform: scale(1.3, 1.3);
		transform: scale(1.3, 1.3)
	}
	
	.owl-carousel .owl-video-playing .owl-video-play-icon,
	.owl-carousel .owl-video-playing .owl-video-tn {
		display: none
	}
	
	.owl-carousel .owl-video-tn {
		opacity: 0;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		transition: opacity .4s ease
	}
	
	.owl-carousel .owl-video-frame {
		position: relative;
		z-index: 1;
		height: 100%;
		width: 100%
	}
	
	@font-face {
		font-family: 'Lato';
		font-style: normal;
		font-weight: 300;
		src: local('Lato Light'), local('Lato-Light'), url(s/lato/v16/S6u9w4BMUTPHh7USSwaPGR_p.woff) format('woff2');
		unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
		font-display: swap
	}
	
	@font-face {
		font-family: 'Lato';
		font-style: normal;
		font-weight: 300;
		src: local('Lato Light'), local('Lato-Light'), url(s/lato/v16/S6u9w4BMUTPHh7USSwiPGQ.woff) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		font-display: swap
	}
	
	@font-face {
		font-family: 'Lato';
		font-style: normal;
		font-weight: 400;
		src: local('Lato Regular'), local('Lato-Regular'), url(s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff) format('woff2');
		unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
		font-display: swap
	}
	
	@font-face {
		font-family: 'Lato';
		font-style: normal;
		font-weight: 400;
		src: local('Lato Regular'), local('Lato-Regular'), url(s/lato/v16/S6uyw4BMUTPHjx4wXg.woff) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		font-display: swap
	}
	
	@font-face {
		font-family: 'Lato';
		font-style: normal;
		font-weight: 700;
		src: local('Lato Bold'), local('Lato-Bold'), url(s/lato/v16/S6u9w4BMUTPHh6UVSwaPGR_p.woff) format('woff2');
		unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
		font-display: swap
	}
	
	@font-face {
		font-family: 'Lato';
		font-style: normal;
		font-weight: 700;
		src: local('Lato Bold'), local('Lato-Bold'), url(s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ.woff) format('woff2');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		font-display: swap
	}
	
	html,
	body,
	*,
	*:after,
	*:before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all .2s ease;
		outline: none
	}
	
	grammarly-ghost,
	grammarly-ghost * {
		transition: none !important
	}
	
	body {
		font-size: 15px;
		font-family: 'Lato', sans-serif;
		color: #333;
		font-weight: 400;
		transition: .2s top cubic-bezier(.3, .73, .3, .74)
	}
	
	a {
		color: #333
	}
	
	a:hover,
	a:focus,
	a:active {
		color: #141d3f;
		text-decoration: none;
		opacity: .8;
		outline: none
	}
	
	.btn.focus,
	.btn:focus,
	button:hover,
	button:focus,
	button:active {
		outline: none;
		box-shadow: none
	}
	
	img {
		max-width: 100%
	}
	
	.container {
		width: 1296px;
		max-width: 100%
	}
	
	.color-inverse,
	.color-inverse * {
		color: #fff
	}
	
	.color-inverse a:hover,
	.color-inverse a:focus,
	.color-inverse a:active {
		color: rgba(255, 255, 255, .7);
		outline: none
	}
	
	.btn-dark {
		border-radius: 5px;
		background-color: #141d3f;
		border: 1px solid #141d3f;
		color: #fff;
		font-size: 18px;
		font-weight: 300;
		line-height: 22px;
		padding: 10px
	}
	
	.btn-dark:hover,
	.btn-dark:focus,
	.btn-dark:active {
		background-color: #202d5d;
		border-color: #202d5d;
		color: #fff
	}
	
	.sec-heading {
		text-align: center;
		font-size: 30px;
		font-weight: 500;
		line-height: 36px
	}
	
	.tag-line {
		color: #4f9dd9;
		font-size: 21px;
		font-weight: 400;
		line-height: 25px;
		text-align: center
	}
	
	.section {
		padding: 50px 0
	}
	
	.dark-bg {
		background-color: #f6f7f9
	}
	
	.link {
		color: #4f9dd9;
		line-height: 17px;
		font-size: 14px
	}
	
	.owl-carousel .owl-item img {
		width: auto;
		margin: auto
	}
	
	.top-header {
		padding: 11px 0
	}
	
	.top-header a {
		line-height: 18px;
		font-weight: 500;
		font-size: 15px
	}
	
	.top-header a img {
		margin-right: 12px
	}
	
	.top-header .mail-link,
	.top-header .tel-link {
		position: relative;
		padding-right: 19px;
		margin-right: 18px
	}
	
	.top-header .mail-link:after,
	.top-header .tel-link:after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		right: 0;
		width: 1px;
		background-color: #919191
	}
	
	.top-header .tel-link:last-child:after {
		display: none
	}
	
	.bottom-header {
		background-color: #141d3f
	}
	
	.bottom-header nav {
		padding-left: 0;
		padding-right: 0;
		box-shadow: 1px 0px 5px rgba(0, 0, 0, .3)
	}
	
	.bottom-header .navbar-nav {
		margin-right: 34px
	}
	
	.bottom-header .search {
		position: relative
	}
	
	.bottom-header .search img {
		position: absolute;
		left: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 4
	}
	
	.bottom-header .search input {
		padding-left: 43px;
		border-radius: 3px !important
	}
	
	.bottom-header .navbar-nav a {
		font-size: 16px;
		line-height: 19px;
		font-weight: 300
	}
	
	.bottom-header .navbar-nav a:hover,
	.bottom-header .navbar-nav .nav-item.active a {
		color: #f5a623
	}
	
	.bottom-header .search input::-webkit-input-placeholder {
		color: #757575;
		font-size: 14px;
		line-height: 22px
	}
	
	.bottom-header .search input::-moz-placeholder {
		color: #757575;
		font-size: 14px;
		line-height: 22px
	}
	
	.bottom-header .search input:-ms-input-placeholder {
		color: #757575;
		font-size: 14px;
		line-height: 22px
	}
	
	.bottom-header .search input:-moz-placeholder {
		color: #757575;
		font-size: 14px;
		line-height: 22px
	}
	
	.sticky #navbar {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 9999;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .3)
	}
	
	.dropdown-item,
	.dropdown-item:hover {
		color: #333 !important
	}
	
	.banner-sec {
		display: table;
		width: 100%
	}
	
	.banner-sec .banner-row>div {
		display: table-cell
	}
	
	.banner-sec .banner-row {
		display: table-row
	}
	
	.banner-sec .banner-left {
		width: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center
	}
	
	.banner-sec .banner-right {
		width: 50%;
		background-color: #4f9dd9;
		padding: 65px 15px
	}
	
	.order-form {
		width: 340px;
		max-width: 100%;
		display: block;
		margin: auto
	}
	
	.order-form .sec-title {
		font-size: 35px;
		font-weight: 500;
		line-height: 42px;
		margin: 0 0 20px
	}
	
	.order-form .dropdown-toggle {
		width: 100%;
		text-align: left
	}
	
	main .dropdown-toggle:after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		border-top: .4em solid;
		border-right: .4em solid transparent;
		border-left: .4em solid transparent;
		margin: auto
	}
	
	.order-form .input-group-btn .btn {
		position: absolute;
		height: 28px;
		width: 28px;
		background-color: #ededed;
		border-radius: 3px;
		z-index: 1;
		top: 0;
		bottom: 0;
		margin: auto;
		line-height: 25px;
		padding: 0
	}
	
	.order-form .input-group-btn:first-child .btn {
		left: 6px
	}
	
	.order-form .input-group-btn:last-child .btn {
		right: 6px
	}
	
	.order-form .input-group input {
		text-align: center
	}
	
	.order-form .dropdown-toggle,
	.order-form .input-group input,
	.order-form .gj-datepicker input {
		background-color: #fff;
		border-radius: 3px !important
	}
	
	.gj-datepicker input {
		background-image: url(client/q_lossy_ret_img/wp-content/themes/myassignment/img/date-range.png);
		background-repeat: no-repeat;
		background-position: 97% center;
		text-align: left !important
	}
	
	.order-form .gj-datepicker .input-group-append {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		border: none;
		background-color: transparent;
		z-index: 3
	}
	
	.order-form .dropdown-toggle {
		font-size: 15px;
		line-height: 18px;
		font-weight: 300
	}
	
	.order-form .gj-datepicker input::-webkit-input-placeholder {
		font-size: 15px;
		line-height: 24px;
		font-weight: 300;
		opacity: 1;
		color: #333
	}
	
	.order-form .gj-datepicker input::-moz-placeholder {
		font-size: 15px;
		line-height: 24px;
		font-weight: 300;
		opacity: 1;
		color: #333
	}
	
	.order-form .gj-datepicker input:-ms-input-placeholder {
		font-size: 15px;
		line-height: 24px;
		font-weight: 300;
		opacity: 1;
		color: #333
	}
	
	.order-form .gj-datepicker input:-moz-placeholder {
		font-size: 15px;
		line-height: 24px;
		font-weight: 300;
		opacity: 1;
		color: #333
	}
	
	.order-form .dropdown-toggle:after,
	.order-form .input-group-btn .glyphicon {
		color: #141d3f
	}
	
	.order-form .input-group-btn .glyphicon {
		font-size: 20px
	}
	
	.order-form .input-group-btn .glyphicon-minus {
		font-size: 30px
	}
	
	.custom-label {
		font-size: 13px;
		line-height: 16px;
		font-weight: 300;
		position: relative;
		padding-left: 20px
	}
	
	.custom-label:before {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		height: 15px;
		width: 15px;
		background-color: #fff
	}
	
	.custom-label:after {
		position: absolute;
		content: "";
		top: 4px;
		left: 3px;
		height: 5px;
		width: 9px;
		border-left: 1px solid #4f9dd9;
		border-bottom: 1px solid #4f9dd9;
		transform: rotate(-45deg)
	}
	
	.order-form .total {
		font-size: 25px;
		font-weight: 600;
		line-height: 30px;
		margin-top: 25px
	}
	
	.steps {
		display: block;
		background-color: #141d3f
	}
	
	.banner-img {
		min-height: 345px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center
	}
	
	.steps .item {
		padding: 25px 0
	}
	
	.steps p {
		font-size: 17px;
		line-height: 21px;
		margin: 0;
		font-weight: 300;
		position: relative;
		min-height: 82px
	}
	
	.steps p span {
		display: block;
		height: 29px;
		width: 29px;
		border-radius: 100%;
		background-color: #4f9dd9;
		line-height: 29px;
		text-align: center;
		margin-bottom: 11px
	}
	
	.steps p:before {
		position: absolute;
		content: "";
		top: -25px;
		bottom: -25px;
		left: -5rem;
		background: url(client/q_lossy_ret_img/wp-content/themes/myassignment/img/steps-arrow.png);
		height: 133px;
		width: 49px
	}
	
	.abt-us .content p {
		font-size: 17px;
		line-height: 23px
	}
	
	.abt-us .content ul {
		display: inline-block;
		width: 100%;
		margin: 20px 0
	}
	
	.abt-us .content ul li {
		float: left;
		width: 50%;
		font-size: 17px;
		line-height: 26px;
		list-style-position: inside
	}
	
	.abt-us .content .btn-dark {
		padding: 15px 30px
	}
	
	.service-sec .card {
		border-radius: 5px;
		border: none;
		background-color: #fff;
		box-shadow: 0 0 12px 0 rgba(198, 198, 198, .5);
		text-align: center;
		padding: 50px 0 15px;
		margin: 30px 10px
	}
	
	.service-sec .owl-carousel .owl-item img {
		width: auto !important;
		margin: auto
	}
	
	.service-sec .card h3 {
		font-size: 23px;
		font-weight: 500;
		line-height: 28px
	}
	
	.service-sec .card p {
		font-size: 17px;
		line-height: 21px
	}
	
	.service-sec .owl-nav {
		position: absolute;
		top: -40px;
		right: 20px
	}
	
	.service-sec .owl-nav span {
		font-size: 0;
		position: relative;
		cursor: pointer;
		height: 20px;
		width: 20px;
		display: block;
		line-height: 20px
	}
	
	.service-sec .owl-nav span:after {
		position: absolute;
		content: "";
		height: 15px;
		width: 15px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(45deg)
	}
	
	.service-sec .owl-nav .owl-prev span:after {
		transform: rotate(-135deg)
	}
	
	.sub-sec {
		position: relative
	}
	
	.sub-sec:after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: url(client/q_lossy_ret_img/wp-content/themes/myassignment/img/subject-offer-bag.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		z-index: -1
	}
	
	.flex-container {
		display: flex
	}
	
	.sub-sec .card {
		margin: 45px 0;
		border-radius: 5px;
		box-shadow: 0 0 12px 0 rgba(0, 0, 0, .13);
		border: none
	}
	
	.sub-sec .card h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 24px;
		text-align: center;
		margin: 0
	}
	
	.testi .testi-img {
		display: block;
		margin: auto;
		width: 145px;
		height: 145px;
		line-height: 145px;
		text-align: center;
		border-radius: 100%;
		overflow: hidden
	}
	
	.testi p {
		font-size: 22px;
		font-style: italic;
		line-height: 27px;
		margin: 26px auto 20px;
		position: relative;
		max-width: 90%;
		display: block
	}
	
	.testi p:before {
		content: "";
		background-image: url(client/q_lossy_ret_img/wp-content/themes/myassignment/img/testimonial.png);
		height: 40px;
		width: 48px;
		display: inline-block;
		vertical-align: top;
		margin: -35px 10px 0 0
	}
	
	.testi span {
		color: #4f9dd9;
		font-size: 18px;
		line-height: 22px
	}
	
	.testimonial-sec .owl-dots {
		text-align: center
	}
	
	.testimonial-sec .owl-dots .owl-dot {
		height: 10px;
		width: 10px;
		border-radius: 100%;
		display: inline-block;
		background-color: #d3d3d3
	}
	
	.testimonial-sec .owl-dots .owl-dot.active {
		background-color: #4f9dd9
	}
	
	.testimonial-sec .owl-dots .owl-dot+.owl-dot {
		margin-left: 10px
	}
	
	.left-right-sec {
		display: table;
		width: 100%;
		background-color: #3a63b5
	}
	
	.left-right-sec .left,
	.left-right-sec .right {
		width: 50%;
		display: table-cell
	}
	
	.left-right-sec .right {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center
	}
	
	.left-right-sec .left .quote-info {
		padding: 60px 70px 70px 50px;
		float: right;
		max-width: 680px;
		width: 100%
	}
	
	.left-right-sec .left .quote-info h3 {
		font-size: 35px;
		font-weight: 300;
		line-height: 42px;
		letter-spacing: .5px;
		margin-bottom: 15px
	}
	
	.author-name {
		font-size: 22px;
		font-style: italic;
		line-height: 27px;
		margin-bottom: 45px;
		display: block;
		font-weight: 300
	}
	
	.desc {
		font-size: 18px;
		line-height: 25px;
		font-weight: 300
	}
	
	.top-footer {
		background-color: #333;
		padding: 39px 0 11px
	}
	
	.top-footer .footer-title {
		font-size: 17px;
		line-height: 21px;
		font-weight: 300
	}
	
	.color-inverse .top-footer ul li,
	.color-inverse .top-footer a {
		color: #a7a7a7;
		font-size: 15px;
		line-height: 30px;
		font-weight: 300
	}
	
	.top-footer .quick-link {
		display: inline-block;
		width: 100%
	}
	
	.top-footer .quick-link li {
		float: left;
		width: 100%
	}
	
	.top-footer .tel-no a:first-child {
		position: relative;
		margin-right: 10px
	}
	
	.top-footer .tel-no a:first-child:after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		width: 1px;
		background-color: #a7a7a7;
		right: -5px
	}
	
	.top-footer .get-in-touch a {
		display: inline-block;
		margin: 5px 12px 5px 0
	}
	
	.top-footer .secure-payment p {
		font-size: 15px;
		font-weight: 300;
		line-height: 18px;
		color: #a7a7a7
	}
	
	.top-footer .secure-payment a {
		display: inline-block;
		margin: 0 5px 5px
	}
	
	.disclaimer {
		color: #a7a7a7;
		font-size: 14px;
		font-weight: 300;
		line-height: 19px;
		margin: 15px 0 0
	}
	
	.bottom-footer {
		background-color: #1c1c1c;
		padding: 15px 0
	}
	
	.bottom-footer .copyright {
		margin: 0;
		font-size: 14px;
		color: #a7a7a7;
		line-height: 17px;
		font-weight: 300
	}
	
	.inner-banner {
		position: relative
	}
	
	.banner-title {
		position: absolute;
		top: 48%;
		left: 0;
		right: 0;
		text-align: center;
		color: #fff;
		margin: 0;
		font-size: 40px;
		line-height: 40px;
		transform: translateY(-50%)
	}
	
	.other-opt {
		border-radius: 5px;
		background-color: #4f9dd9;
		overflow: hidden;
		margin-bottom: 30px
	}
	
	.other-opt h3 {
		padding: 24px 50px 34px;
		background-color: #141d3f;
		margin: 0;
		position: relative;
		font-size: 20px;
		font-weight: 700;
		line-height: 24px;
		border-radius: 5px 5px 0 0;
		font-weight: 400
	}
	
	.other-opt h3 span {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 30px;
		border-top: 30px solid transparent;
		border-right: 0 solid #4f9dd9;
		border-right-width: 0;
		content: "";
		z-index: 1
	}
	
	.other-opt ul {
		padding: 0 35px;
		margin: 10px 0 25px
	}
	
	.other-opt ul li a {
		font-size: 18px;
		font-weight: 300;
		line-height: 35px;
		display: block;
		width: 100%;
		position: relative;
		padding: 0 15px
	}
	
	.other-opt ul li a:after {
		position: absolute;
		content: "";
		top: 15px;
		right: 15px;
		height: 10px;
		width: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg)
	}
	
	.other-opt ul li a:hover {
		background-color: #428cc5
	}
	
	.service-detail .heading {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 20px;
		font-weight: 600
	}
	
	.service-detail p {
		font-size: 17px;
		line-height: 23px
	}
	
	.service-detail ul {
		padding-left: 15px;
		margin: 15px 0
	}
	
	.service-detail ul li {
		font-size: 17px;
		line-height: 35px;
		padding-left: 5px
	}
	
	.inner-page-heading {
		font-size: 20px;
		font-weight: 700;
		line-height: 24px;
		margin-bottom: 20px
	}
	
	.abt-us p {
		font-size: 17px;
		line-height: 23px
	}
	
	.abt-list {
		display: flex;
		width: 100%;
		margin-top: 20px;
		align-items: center
	}
	
	.abt-list:nth-child(even) {
		flex-direction: row-reverse;
		text-align: right
	}
	
	.abt-list .left {
		width: 30%
	}
	
	.abt-list .right {
		width: 70%;
		padding-left: 70px
	}
	
	.abt-list:nth-child(even) .right {
		padding-left: 0;
		padding-right: 70px
	}
	
	.abt-list h3 {
		font-size: 20px;
		font-weight: 700;
		line-height: 24px;
		margin-bottom: 20px
	}
	
	.abt-list p {
		line-height: 23px;
		font-size: 17px
	}
	
	.section.value-sec {
		position: relative
	}
	
	.section.value-sec:after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		height: 3px;
		background: #c5c5c5;
		width: 1140px;
		margin: auto;
		max-width: 90%
	}
	
	.value-detail {
		max-width: 330px;
		width: 100%;
		display: block;
		margin: auto
	}
	
	.value-detail h3 {
		font-size: 20px;
		line-height: 24px;
		margin: 22px 0 14px;
		font-weight: 700
	}
	
	.value-detail p {
		font-size: 16px;
		line-height: 20px
	}
	
	p.price-text {
		line-height: 23px;
		font-size: 17px
	}
	
	.price-box {
		max-width: 400px;
		width: 100%;
		border-radius: 5px;
		box-shadow: 0 0 20px 0 rgba(223, 223, 223, .5);
		display: block;
		margin: 30px auto;
		padding-bottom: 30px
	}
	
	.price-box .price-title {
		border-radius: 5px 5px 0 0;
		background-color: #141d3f;
		box-shadow: 0 0 20px 0 rgba(223, 223, 223, .5);
		font-size: 24px;
		font-weight: 500;
		line-height: 29px;
		padding: 35px 15px;
		text-transform: uppercase
	}
	
	.price-box ul {
		padding: 15px
	}
	
	.price-box ul li+li {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #ebebeb
	}
	
	.price-box ul li {
		font-size: 18px;
		line-height: 30px
	}
	
	.price-box ul li span {
		display: block;
		font-weight: 600;
		font-size: 22px
	}
	
	.price-box .btn {
		height: 53px;
		width: 173px;
		border-radius: 5px;
		background-color: #ffc000;
		font-size: 20px;
		font-weight: 500;
		color: #141d3f;
		line-height: 24px;
		position: absolute;
		bottom: 5px;
		left: 0;
		right: 0;
		margin: auto
	}
	
	.price-box .btn:hover,
	.price-box .btn:focus,
	.price-box .btn:active {
		background-color: #dea700
	}
	
	.cnct-text {
		color: #141d3f;
		line-height: 30px;
		font-size: 20px;
		margin-top: 70px
	}
	
	.cnct-text a {
		font-weight: 600;
		color: #141d3f
	}
	
	.process-div {
		position: relative
	}
	
	.process-div:after {
		position: absolute;
		content: "";
		top: 50px;
		bottom: 50px;
		left: 75px;
		width: 12px;
		background: #f6f7f9;
		z-index: -1
	}
	
	.process-row {
		display: flex;
		align-items: center;
		margin: 30px 0
	}
	
	.process-row .left {
		width: 160px;
		height: 160px;
		background-color: #f6f7f9;
		border-radius: 100%;
		line-height: 160px;
		text-align: center;
		position: relative
	}
	
	.process-row .left span {
		position: absolute;
		top: 9px;
		left: 9px;
		content: "";
		height: 36px;
		width: 36px;
		border-radius: 100%;
		background-color: #4f9dd9;
		line-height: 36px;
		color: #fff
	}
	
	.process-row h3 {
		color: #444;
		font-size: 20px;
		font-weight: 700;
		line-height: 24px
	}
	
	.process-row p {
		font-size: 17px;
		line-height: 23px;
		margin: 10px 0 0
	}
	
	.process-row .right {
		padding-left: 30px;
		width: calc(100% - 160px)
	}
	
	.policy h3 {
		font-size: 22px;
		line-height: 27px;
		margin: 35px 0 15px;
		border-top: 1px solid #c5c5c5;
		padding-top: 30px
	}
	
	.policy p {
		font-size: 17px;
		line-height: 23px;
		margin: 0
	}
	
	.advert+.advert {
		margin-top: 30px
	}
	
	.que {
		border-radius: 5px;
		background-color: #141d3f;
		padding: 30px
	}
	
	.que h3 {
		color: #4f9dd9;
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 25px
	}
	
	.que p,
	.que a {
		color: #fff;
		font-size: 35px;
		line-height: 42px;
		margin: 0;
		display: block
	}
	
	.que p {
		font-size: 24px;
		font-weight: 300;
		line-height: 30px
	}
	
	.chat-btn {
		font-size: 22px;
		color: #141d3f;
		line-height: 27px;
		padding: 13px 25px;
		margin-top: 25px;
		background-color: #fff
	}
	
	.chat-btn:hover {
		border-color: #141d3f
	}
	
	.accept {
		padding: 40px;
		border: 1px solid #cecece;
		border-radius: 5px
	}
	
	.accept h3 {
		color: #141d3f;
		font-size: 20px;
		line-height: 24px
	}
	
	.accept p {
		font-size: 18px;
		line-height: 22px;
		margin: 10px 0
	}
	
	.accept .payment-img img+img {
		margin-left: 5px
	}
	
	.guarantee {
		padding: 15px 25px;
		border-radius: 5px;
		background-color: #4f9dd9;
		align-items: center
	}
	
	.guarantee img {
		margin-right: 15px
	}
	
	.guarantee h3 {
		font-size: 20px;
		line-height: 24px
	}
	
	.guarantee p {
		text-transform: uppercase;
		font-size: 20px;
		line-height: 27px;
		margin: 20px 0 0
	}
	
	.fill-form {
		background-color: #f6f7f9;
		border-radius: 5px;
		padding: 15px
	}
	
	.fill-form form {
		display: inline-block;
		width: 100%
	}
	
	.fill-form form .form-group {
		width: 46%;
		float: left;
		margin: 0 15px 30px;
		position: relative
	}
	
	.fill-form form .form-group:nth-child(even) {
		float: right
	}
	
	.fill-form form .form-group .dropdown-toggle,
	.fill-form form .form-group input,
	.fill-form form .form-group textarea {
		width: 100%;
		text-align: left;
		background-color: #fff;
		border: none;
		border-radius: 3px;
		font-size: 15px;
		line-height: 18px;
		padding: 10px 15px
	}
	
	.custom-file-label:after {
		content: "Select Files"
	}
	
	.input-group-append {
		display: none
	}
	
	.fill-form form input::-webkit-input-placeholder,
	.fill-form form textarea::-webkit-input-placeholder {
		color: #333;
		font-size: 15px;
		line-height: 18px;
		opacity: 1 !important;
		font-weight: 400
	}
	
	.fill-form form input::-moz-placeholder,
	.fill-form form textarea::-moz-placeholder {
		color: #333;
		font-size: 15px;
		line-height: 18px;
		opacity: 1 !important;
		font-weight: 400
	}
	
	.fill-form form input:-ms-input-placeholder,
	.fill-form form textarea:-ms-input-placeholder {
		color: #333;
		font-size: 15px;
		line-height: 18px;
		opacity: 1 !important;
		font-weight: 400
	}
	
	.fill-form form input:-moz-placeholder,
	.fill-form form textarea:-moz-placeholder {
		color: #333;
		font-size: 15px;
		line-height: 18px;
		opacity: 1 !important;
		font-weight: 400
	}
	
	.fill-form .custom-label {
		margin: 15px 0 30px;
		font-weight: 400;
		padding-left: 25px;
		float: left;
		clear: right;
		min-height: 40px
	}
	
	.fill-form .custom-label:before {
		left: 5px;
		background-color: #141d3f
	}
	
	.fill-form .custom-label:after {
		border-color: #fff;
		left: 8px
	}
	
	.fill-form .form-title {
		display: block;
		width: 100%;
		clear: both;
		color: #141d3f;
		font-size: 20px;
		line-height: 24px;
		margin: 15px 0 25px 15px;
		font-weight: 600
	}
	
	.fill-form .form-group.coupon {
		position: relative;
		padding-right: 140px
	}
	
	.fill-form .coupon .btn {
		padding: 9px 20px;
		font-size: 15px;
		line-height: 18px;
		position: absolute;
		right: 50px;
		top: 0
	}
	
	.fill-form .coupon .dlt-btn {
		position: absolute;
		right: 10px;
		top: 7px
	}
	
	.fill-form .total {
		color: #141d3f;
		font-size: 32px;
		line-height: 39px;
		display: inline-block;
		width: 100%;
		clear: both;
		text-align: center;
		font-weight: 600;
		margin: 20px 0 15px
	}
	
	.fill-form .custom-control {
		padding-left: 0
	}
	
	.fill-form .custom-checkbox .custom-control-label {
		font-size: 15px;
		line-height: 18px;
		font-weight: 400;
		margin-bottom: 11px;
		margin-left: -16px
	}
	
	.fill-form .custom-checkbox .custom-control-label:before {
		border: 1px solid #a9a9a9;
		background-color: #fff;
		border-radius: 3px;
		width: 19px;
		height: 19px;
		display: inline-block;
		margin-right: 5px;
		position: relative
	}
	
	.fill-form .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
		background-color: #141d3f;
		border-color: #141d3f
	}
	
	.fill-form .custom-checkbox .custom-control-label:after {
		display: inline-block;
		opacity: 0;
		position: relative;
		float: left;
		left: 18px;
		background-size: 69%;
		top: 5px
	}
	
	.fill-form .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
		opacity: 1
	}
	
	.fill-form .custom-file-label:after {
		background-color: #141d3f;
		color: #fff;
		border-radius: 3px;
		font-size: 15px;
		line-height: 20px;
		padding: 8px 20px;
		font-weight: 300
	}
	
	.fill-form .form-group.full-width {
		display: inline-block;
		float: none !important;
		width: 100%;
		text-align: center;
		margin: 0
	}
	
	.fill-form .submit-btn {
		margin: 20px auto 50px;
		display: block;
		font-size: 24px;
		font-weight: 300;
		padding: 10px 35px;
		line-height: 34px
	}
	
	.fill-form form .form-group input[type=checkbox] {
		width: 20px;
		height: 20px
	}
	
	.fill-form .custom-file input[type=file] {
		padding: 0
	}
	
	.advert .cnct-chat {
		background-color: #4f9dd9;
		padding: 35px;
		border-radius: 5px
	}
	
	.advert .cnct-chat ul li {
		font-size: 20px;
		line-height: 24px
	}
	
	.advert .cnct-chat ul li+li {
		margin-top: 20px
	}
	
	.full-width {
		display: inline-block;
		width: 100%;
		clear: both;
		padding: 0 15px
	}
	
	.fill-form form .full-width .form-group {
		width: 100%;
		margin: 0 0 30px
	}
	
	.fill-form .form-action {
		margin-bottom: 20px
	}
	
	.fill-form .form-action .submit-btn,
	.fill-form .form-action a {
		margin: 0;
		vertical-align: middle;
		display: inline-block
	}
	
	.fill-form .form-action a {
		color: #141d3f;
		font-size: 20px;
		font-weight: 500;
		line-height: 26px;
		padding: 15px 28px
	}
	
	.blog-detail {
		margin-bottom: 15px;
		cursor: pointer
	}
	
	.blog-detail .date {
		color: #afafaf;
		font-size: 15px;
		line-height: 18px;
		display: block
	}
	
	.blog-detail h3 {
		margin-bottom: 6px;
		font-size: 20px;
		font-weight: 700;
		line-height: 24px;
		margin: 26px 0 9px
	}
	
	.all-blog .m-link {
		margin-top: -20px
	}
	
	.post-entry-sidebar ul {
		padding: 0;
		margin: 0;
		margin-bottom: 0
	}
	
	.post-entry-sidebar ul li {
		list-style: none;
		padding: 0 0 20px;
		margin: 0 0 20px
	}
	
	.post-entry-sidebar ul li a {
		display: table
	}
	
	.post-entry-sidebar ul li a .b-img-wrapper {
		width: 30%
	}
	
	.post-entry-sidebar ul li a .b-img-wrapper,
	.post-entry-sidebar ul li a .top-sec {
		display: table-cell;
		vertical-align: middle
	}
	
	.post-entry-sidebar ul li .top-sec {
		display: table-cell;
		width: 70%;
		margin-bottom: 10px;
		vertical-align: middle;
		padding-left: 15px
	}
	
	.post-entry-sidebar ul li .top-sec .left-sec {
		display: inline-block;
		vertical-align: middle;
		margin: 0
	}
	
	.post-entry-sidebar ul li .top-sec .left-sec span {
		white-space: nowrap;
		display: inline-block;
		margin: 0 10px 5px 0
	}
	
	.post-entry-sidebar ul li a h4 {
		font-size: 16px;
		margin: 0
	}
	
	.post-entry-sidebar h3 {
		font-size: 24px
	}
	
	.post-entry-sidebar .post-meta {
		font-size: 14px;
		color: #b3b3b3
	}
	
	.banner.inner-page {
		height: 196px;
		background-color: var(--white-color)
	}
	
	.banner.inner-page:after {
		background-color: var(--primary-text);
		background-image: none
	}
	
	.banner.inner-page h1 {
		margin-top: -15px
	}
	
	.blog-sec .pagination {
		justify-content: center
	}
	
	.blog-sec .pagination li,
	.blog-sec .pagination li a,
	.page-item.disabled {
		background-color: #f0f0f0;
		border: none
	}
	
	.blog-sec .pagination li:first-child {
		border-radius: 50px 0 0 50px;
		overflow: hidden;
		padding-left: 15px
	}
	
	.blog-sec .pagination li:last-child {
		border-radius: 0 50px 50px 0;
		overflow: hidden;
		padding-right: 15px
	}
	
	.page-item.disabled .page-link {
		background-color: transparent;
		opacity: .5
	}
	
	.blog-sec .pagination li a {
		height: 32px;
		width: 32px;
		font-size: 13px;
		line-height: 16px;
		margin: 0 5px
	}
	
	.blog-sec .pagination li.active a {
		background-color: #141d3f;
		color: #fff;
		border-radius: 100%
	}
	
	.blog-sec .pagination li:first-child a,
	.blog-sec .pagination li:last-child a {
		font-size: 12px;
		line-height: 15px;
		height: auto;
		width: auto;
		text-transform: uppercase
	}
	
	.page-link:focus {
		box-shadow: none
	}
	
	.comment-reply-title {
		margin: 25px 0 15px
	}
	
	.fill-form .comment-form .form-submit {
		display: inline-block;
		width: 100%
	}
	
	.top-sec {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px
	}
	
	.top-sec .left-sec {
		display: inline-block;
		vertical-align: middle;
		margin: 5px 0 10px
	}
	
	.top-sec .left-sec span {
		font-size: 16px;
		line-height: 16px;
		padding: 0;
		margin: 0 10px 10px 0;
		text-align: justify
	}
	
	.top-sec .left-sec img {
		width: 17px;
		vertical-align: middle;
		margin: 0 5px 0 0;
		max-width: 100%
	}
	
	.top-sec ul {
		display: inline-block;
		width: auto;
		padding: 0;
		list-style-type: none;
		margin: 0;
		vertical-align: middle
	}
	
	.top-sec ul li {
		display: inline-block;
		vertical-align: top;
		padding: 5px 7px;
		background-color: #ddd;
		border-radius: 3px;
		margin: 0 5px 5px 0;
		color: #666;
		font-size: 14px
	}
	
	.fill-form .comment-form .submit-btn {
		margin: 20px auto
	}
	
	.blog-details li b {
		font-size: 17px
	}
	
	.blog-details .heading {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 20px;
		font-weight: 600
	}
	
	.blog-details p {
		font-size: 17px;
		line-height: 23px
	}
	
	.blog-details ul {
		padding-left: 15px;
		margin: 15px 0
	}
	
	.blog-details ul li,
	.blog-details ol li {
		font-size: 17px;
		line-height: 25px;
		padding-left: 0;
		margin-top: 6px
	}
	
	.banner-sec .banner-row.bannercustom {
		display: table;
		width: 100%
	}
	
	header .nav-item .dropdown-menu a {
		padding: .5rem .55rem;
		white-space: nowrap
	}
	
	header .nav-item .dropdown-menu a+a {
		border-top: 1px solid #cecece
	}
	
	.proceedForm label {
		margin: 0;
		padding: 5;
		display: block
	}
	
	.screen-reader-response {
		display: none !important
	}
	
	.wpcf7-not-valid-tip {
		color: red !important
	}
	
	.wpcf7-validation-errors {
		color: red !important;
		display: none !important
	}
	
	.wpcf7-mail-sent-ok {
		color: #155724;
		font-weight: 700
	}
	
	label.custom-label.color-inverse {
		padding-left: 20px
	}
	
	.testimonial-sec {
		padding: 40px 0
	}
	
	@media screen and (min-width:992px) {
		header .nav-link.dropdown-toggle:hover+.dropdown-menu,
		header .dropdown-menu:hover {
			display: block;
			margin-top: -5px
		}
	}
	
	@media screen and (min-width:1100px) and (max-width:1214px) {
		.fill-form form .form-group {
			width: 45.5%
		}
	}
	
	@media screen and (min-width:992px) and (max-width:1260px) {
		.top-footer .quick-link li {
			width: 100%
		}
		.que,
		.accept {
			padding: 30px 10px
		}
		.guarantee {
			padding: 15px 10px
		}
		.guarantee p {
			white-space: nowrap
		}
	}
	
	@media screen and (max-width:1200px) {
		.left-right-sec .left .quote-info {
			padding: 60px 20px 70px
		}
		.top-footer .get-in-touch a {
			margin: 5px 5px 5px 0
		}
		.top-footer .secure-payment a {
			margin: 0 2px 5px 0
		}
		.sub-sec .card-body {
			padding: 20px 5px
		}
		.sub-sec .card-body h3 {
			font-size: 18px
		}
		.service-sec .card {
			padding: 20px 0 0
		}
		.service-sec .card-body {
			padding: 15px 10px
		}
		.service-sec .card h3 {
			font-size: 22px
		}
		.service-sec .card p {
			font-size: 16px
		}
		.advert .cnct-chat {
			padding: 35px 15px
		}
		.advert .cnct-chat img {
			margin-right: 5px !important
		}
		.advert .cnct-chat ul li {
			font-size: 17px;
			line-height: 22px
		}
	}
	
	@media screen and (min-width:992px) and (max-width:1100px) {
		.bottom-header .navbar-brand {
			width: 120px
		}
		.bottom-header .form-inline {
			width: 170px
		}
		.steps p:before {
			left: -60px
		}
		.fill-form form .form-group {
			width: 45%
		}
	}
	
	@media screen and (max-width:991px) {
		.order-form .sec-title {
			font-size: 32px
		}
		.order-form .total {
			font-size: 24px
		}
		.sec-heading {
			font-size: 28px
		}
		.tag-line {
			font-size: 20px
		}
		.form-inline {
			margin-right: 80px
		}
		.navbar-toggler {
			position: absolute;
			right: 15px;
			top: 0;
			border: 1px solid #fff;
			bottom: 0;
			margin: auto;
			height: 40px;
			padding: 3px 6px
		}
		.navbar-toggler-icon {
			display: block;
			margin: 8px 0;
			height: 2px;
			background: #fff;
			position: relative;
			-webkit-transform-origin: center;
			transform-origin: center;
			-webkit-transition: .5s ease-in-out;
			transition: .5s ease-in-out
		}
		.navbar-toggler-icon:before,
		.navbar-toggler-icon:after {
			position: absolute;
			content: "";
			left: 0;
			right: 0;
			top: 6px;
			height: 2px;
			background-color: #fff;
			margin: 3px 0;
			-webkit-transition: .5s ease-in-out;
			transition: .5s ease-in-out
		}
		.navbar-toggler-icon:after {
			top: auto;
			bottom: 6px
		}
		.navbar-toggler.open .navbar-toggler-icon {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg)
		}
		.navbar-toggler.open .navbar-toggler-icon:before {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			top: -3px
		}
		.navbar-toggler.open .navbar-toggler-icon:after {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			bottom: -3px;
			top: auto
		}
		.navbar-collapse {
			position: absolute;
			top: 100%;
			right: 0;
			background: #141d3f;
			text-align: right;
			width: 230px;
			padding: 5px 20px;
			box-shadow: 1px 0px 5px rgba(0, 0, 0, .3);
			z-index: 2
		}
		.bottom-header .navbar-nav {
			margin-right: 0
		}
		.steps p {
			font-size: 14px;
			line-height: 18px
		}
		.steps p:before {
			left: -3.5rem;
			background-position: center
		}
		.abt-us .content ul li {
			font-size: 16px
		}
		.left-right-sec .left .quote-info h3 {
			font-size: 28px;
			line-height: 38px
		}
		.author-name {
			font-size: 20px;
			line-height: 26px
		}
		.desc {
			font-size: 16px;
			line-height: 24px
		}
		.top-footer .get-in-touch,
		.top-footer .secure-payment {
			margin-top: 20px
		}
		.other-opt h3 {
			padding: 24px 15px 34px
		}
		.other-opt ul {
			padding: 0
		}
		.price-box .price-title {
			padding: 25px 15px;
			font-size: 18px
		}
		.price-box ul li span {
			font-size: 18px;
			line-height: 26px
		}
		.fill-form {
			padding: 15px 30px
		}
		.fill-form form .form-group,
		.fill-form form .form-group:nth-child(2n) {
			width: 100%;
			float: left;
			margin: 0 0 30px
		}
		.fill-form .custom-label {
			min-height: inherit;
			margin: 15px 0 0
		}
		.fill-form .form-title {
			margin: 15px 0 25px
		}
		.que {
			padding: 30px 20px
		}
		.que h3 {
			font-size: 24px;
			line-height: 36px;
			margin-bottom: 15px
		}
		.que p {
			font-size: 20px;
			line-height: 30px
		}
		.que a {
			font-size: 24px;
			line-height: 34px
		}
		.chat-btn {
			font-size: 20px;
			line-height: 22px;
			padding: 10px 20px
		}
		.accept {
			padding: 30px 20px
		}
		.accept .payment-img img {
			margin: 5px
		}
		.guarantee {
			display: block !important
		}
		.guarantee img {
			display: block;
			margin: auto
		}
		.g-right {
			text-align: center
		}
		.guarantee p {
			font-size: 18px;
			margin: 10px 0 0
		}
		.banner-img {
			min-height: 150px;
			height: 150px
		}
		.full-width {
			padding: 0
		}
		.advert .cnct-chat ul li {
			font-size: 16px;
			line-height: 22px
		}
		.fill-form .submit-btn {
			margin-top: 0
		}
		.fill-form .form-group.full-width .custom-checkbox .custom-control-label {
			margin-bottom: 0
		}
		header,
		section {
			display: flow-root
		}
		header .nav-item.dropdown .dropdown-menu {
			display: none
		}
		header .nav-item.dropdown .dropdown-menu.show {
			display: block
		}
		header .nav-item .dropdown-menu a {
			white-space: normal
		}
	}
	
	@media screen and (min-width:768px) and (max-width:991px) {
		.steps p {
			padding: 0 10px
		}
	}
	
	@media screen and (max-width:767px) {
		.banner-title {
			font-size: 30px;
			line-height: 30px
		}
		.order-form .sec-title {
			font-size: 30px
		}
		.order-form .total {
			font-size: 22px
		}
		.sec-heading {
			font-size: 26px
		}
		.tag-line {
			font-size: 18px
		}
		.abt-us .content p {
			font-size: 15px
		}
		.abt-us .content ul li {
			width: 100%
		}
		.left-right-sec .left,
		.left-right-sec .right {
			display: block;
			width: 100%
		}
		.left-right-sec .left .quote-info {
			float: none;
			padding: 50px 15px
		}
		.left-right-sec .right {
			min-height: 400px
		}
		.left-right-sec .left .quote-info h3 {
			font-size: 24px;
			line-height: 34px
		}
		.author-name {
			margin-bottom: 30px;
			font-size: 18px
		}
		.testi p:before {
			margin: -20px;
			background-size: 50%;
			background-repeat: no-repeat
		}
		.testimonial-sec .owl-dots {
			margin: 10px 0 50px
		}
		.service-detail .heading {
			font-size: 18px;
			margin: 0 0 10px
		}
		.service-detail p,
		.service-detail ul li {
			font-size: 16px
		}
		.service-detail ul {
			margin: 20px 0
		}
		.other-opt,
		.ad-sec {
			display: block;
			width: 400px;
			max-width: 100%;
			margin: 30px auto
		}
		.service-detail ul li {
			line-height: 22px;
			margin-bottom: 10px
		}
		.abt-list .right {
			padding-left: 20px
		}
		.abt-list:nth-child(2n) .right {
			padding-right: 20px
		}
		.abt-list,
		.abt-list:nth-child(2n) {
			align-items: self-start;
			flex-direction: column;
			text-align: left
		}
		.abt-list .left,
		.abt-list .right {
			width: 100%
		}
		.abt-list .right,
		.abt-list:nth-child(2n) .right {
			padding-left: 0;
			margin-top: 20px
		}
		.process-row .left {
			width: 100px;
			height: 100px;
			line-height: 100px
		}
		.process-row .left img {
			transform: scale(.7)
		}
		.process-row .left span {
			top: -5px;
			left: -5px
		}
		.process-row .right {
			width: calc(100% - 100px)
		}
		.process-div:after {
			left: 43px
		}
		.policy h3 {
			margin: 30px 0 15px
		}
	}
	
	@media screen and (min-width:576px) and (max-width:767px) {
		.order-form {
			width: 100%
		}
		.order-form .sec-title {
			font-size: 28px;
			line-height: 38px
		}
		.banner-sec .banner-right {
			padding: 40px 15px
		}
		.tel-no a img,
		.mail-link a img {
			margin-right: 5px !important
		}
		.color-inverse .top-footer ul li,
		.color-inverse .top-footer a {
			font-size: 13px
		}
		.steps p:before {
			left: -5rem
		}
	}
	
	@media screen and (max-width:575px) {
		.top-header .mail-link {
			display: block;
			padding-right: 0;
			margin-right: 0;
			margin-bottom: 10px
		}
		.top-header .mail-link:after {
			display: none
		}
		.navbar .navbar-brand {
			padding: 0;
			margin: 0
		}
		.navbar .navbar-brand img {
			width: auto
		}
		.form-inline {
			margin-right: 0;
			width: 100%;
			position: absolute;
			bottom: -43px;
			z-index: 1
		}
		.bottom-header {
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			z-index: 1
		}
		.bottom-header nav {
			margin-bottom: 0px
		}
		.banner-sec .banner-row>div {
			display: block;
			width: 100%;
			min-height: 300px
		}
		.order-form {
			width: 100%;
			max-width: 300px
		}
		.banner-sec .banner-right {
			padding: 30px 15px
		}
		.top-footer .quick-link li {
			width: 100%
		}
		.top-footer .cnct {
			margin-top: 20px
		}
		body .card {
			max-width: 275px;
			display: block;
			margin: 10px auto !important
		}
		.steps p:before {
			left: -4rem
		}
		.navbar-toggler {
			top: 15px;
			bottom: auto;
			right: 0
		}
		.navbar-toggler-icon {
			margin: 6px 0
		}
		.value-detail {
			margin-top: 30px
		}
		.process-row .left {
			width: 70px;
			height: 70px;
			line-height: 70px
		}
		.process-row .left img {
			transform: scale(.5)
		}
		.process-row .left span {
			top: -5px;
			left: -5px;
			height: 26px;
			width: 26px;
			line-height: 26px
		}
		.process-row .right {
			width: calc(100% - 70px);
			padding-left: 10px
		}
		.process-row h3,
		.policy h3 {
			font-size: 18px;
			line-height: 22px
		}
		.process-row p,
		.policy p {
			font-size: 16px;
			line-height: 22px;
			margin: 0
		}
		.process-div:after {
			left: 30px
		}
		.fill-form {
			padding: 15px
		}
		.fill-form .total {
			font-size: 22px;
			line-height: 30px;
			margin: 10px 0 15px
		}
		.fill-form .submit-btn {
			padding: 10px 35px;
			line-height: 30px;
			font-size: 22px;
			margin: 20px auto
		}
	}
	
	.dropdown-menu {
		width: 100%
	}
	
	.owl-carousel .item>a:hover,
	.owl-carousel .item>a:focus,
	.owl-carousel .item>a:active {
		opacity: 1
	}
	
	header .dropdown-menu .dropdown-item {
		white-space: normal;
		padding: .25rem .55rem
	}
	
	.form-group.cus-select {
		position: relative
	}
	
	.form-group.cus-select:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		border-top: .4em solid;
		border-right: .4em solid transparent;
		border-left: .4em solid transparent;
		margin: auto;
		height: 0
	}
	
	.form-group.cus-select select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-size: 15px;
		line-height: 18px;
		font-weight: 300;
		border: none
	}
	
	.form-group.cus-select select:focus {
		outline: none;
		border: none;
		box-shadow: none
	}
	
	.error {
		color: #bf0e0e;
		display: block;
		width: 100%
	}
	
	.form-group.cus-select:after {
		top: 17px;
		bottom: auto
	}
	
	#servicePart div.card-body {
		min-height: 215px
	}
	
	.alert-success span {
		display: inline-block;
		height: 25px;
		width: 25px;
		background: #155724;
		text-align: center;
		border-radius: 100%;
		margin-right: 5px;
		vertical-align: top
	}
	
	.alert-success span:before {
		display: inline-block;
		height: 8px;
		width: 13px;
		border-left: 2px solid #d4edda;
		border-bottom: 2px solid #d4edda;
		content: "";
		transform: rotate(-45deg);
		margin: 0 0 2px
	}
	
	.alert-danger span {
		display: inline-block;
		height: 25px;
		width: 25px;
		background: #721c24;
		text-align: center;
		border-radius: 100%;
		margin-right: 5px;
		vertical-align: top
	}
	
	.alert-danger span:before {
		content: "!";
		color: #f8d7da;
		font-size: 16px;
		font-weight: 700;
		width: 100%;
		display: inline-block;
		text-align: center
	}
	
	form .form-group.has-error {
		margin-bottom: 40px
	}
	
	.error {
		position: absolute;
		top: 100%;
		margin: 5px 0 0
	}
	
	header .nav-item .dropdown-menu {
		width: auto;
		padding: 0;
		font-size: 15px;
		font-weight: 400
	}
	
	@media screen and (max-width:991px) {
		.navbar-collapse {
			width: 250px
		}
	}
	
	.page-content .btn-dark {
		padding: 10px 25px
	}
	
	.wechat {
		position: relative
	}
	
	.wechat:hover .overlay {
		display: block;
		position: absolute;
		z-index: 9;
		bottom: 100%;
		background-color: #fff;
		opacity: 1;
		max-width: 200px
	}
	
	.wechat:hover a {
		opacity: 1
	}
	
	.overlay {
		display: none
	}
	
	@media screen and (min-width:768px) and (max-width:991px) {
		.steps p {
			padding: 0 20px 0 0
		}
		.steps .owl-item:first-child p {
			padding-left: 0
		}
		.steps .owl-item:last-child p {
			padding-right: 0
		}
		.steps p span {
			height: 25px;
			width: 25px;
			line-height: 25px;
			margin-bottom: 3px
		}
	}
	
	@media screen and (max-width:767px) {
		.steps p {
			padding: 0 30px 0 0
		}
	}
	
	.top-header .mail-link.email:after {
		background-color: transparent
	}
	
	.gj-button-md,
	.gj-text-align-center {
		text-align: center
	}
	
	.gj-button-md,
	.gj-modal {
		overflow: hidden;
		outline: 0
	}
	
	.gj-button-md,
	.gj-button-md-group {
		position: relative;
		vertical-align: middle
	}
	
	.gj-button,
	.gj-button-md,
	.gj-cursor-pointer {
		cursor: pointer
	}
	
	.gj-button {
		background-color: #f5f5f5;
		border: 1px solid #ddd;
		color: #000;
		border-radius: 3px;
		padding: 6px 10px
	}
	
	.gj-unselectable {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}
	
	.gj-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	
	.gj-margin-left-5 {
		margin-left: 5px
	}
	
	.gj-margin-left-10 {
		margin-left: 10px
	}
	
	.gj-width-full {
		width: 100%
	}
	
	.gj-font-size-16 {
		font-size: 16px
	}
	
	.gj-hidden {
		display: none
	}
	
	.gj-button-md {
		background: 0 0;
		border: none;
		border-radius: 2px;
		color: rgba(0, 0, 0, .87);
		height: 36px;
		margin: 0;
		min-width: 64px;
		padding: 0 16px;
		display: inline-block;
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-size: 1rem;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0;
		will-change: box-shadow;
		transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
		text-decoration: none;
		line-height: 36px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}
	
	.gj-button-md:hover {
		background-color: rgba(158, 158, 158, .2)
	}
	
	.gj-button-md:disabled {
		color: rgba(0, 0, 0, .26);
		background: 0 0
	}
	
	.gj-button-md .gj-icon,
	.gj-button-md .material-icons {
		vertical-align: middle
	}
	
	.gj-button-md.gj-button-md-icon {
		width: 24px;
		height: 31px;
		min-width: 24px;
		padding: 0;
		display: table
	}
	
	ul.gj-list-bootstrap li [data-role=image],
	ul.gj-list-md li [data-role=checkbox],
	ul.gj-list-md li [data-role=image] {
		height: 24px;
		width: 24px
	}
	
	.gj-button-md.gj-button-md-icon .gj-icon,
	.gj-button-md.gj-button-md-icon .material-icons {
		display: table-cell;
		margin-right: 0;
		width: 24px;
		height: 24px
	}
	
	.gj-button-md.active {
		background-color: rgba(158, 158, 158, .4)
	}
	
	.gj-button-md-group {
		display: inline-block
	}
	
	.gj-textbox-md {
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, .42);
		display: block;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 16px;
		padding: 4px 0;
		margin: 0;
		width: 100%;
		background: 0 0;
		text-align: left;
		color: rgba(0, 0, 0, .87)
	}
	
	.gj-textbox-md:active,
	.gj-textbox-md:focus {
		border-bottom: 2px solid rgba(0, 0, 0, .42);
		outline: 0
	}
	
	.gj-textbox-md::placeholder {
		color: #8e8e8e
	}
	
	.gj-textbox-md:-ms-input-placeholder {
		color: #8e8e8e
	}
	
	.gj-textbox-md::-ms-input-placeholder {
		color: #8e8e8e
	}
	
	.gj-md-spacer-24 {
		min-width: 24px;
		width: 24px;
		display: inline-block
	}
	
	.gj-md-spacer-32 {
		min-width: 32px;
		width: 32px;
		display: inline-block
	}
	
	.gj-modal {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1203;
		display: none;
		-webkit-overflow-scrolling: touch;
		background-color: rgba(0, 0, 0, .54118);
		transition: .2s ease opacity;
		will-change: opacity
	}
	
	ul.gj-list li [data-role=wrapper] {
		display: table;
		width: 100%
	}
	
	ul.gj-list li [data-role=checkbox],
	ul.gj-list li [data-role=image] {
		display: table-cell;
		vertical-align: middle;
		text-align: center
	}
	
	ul.gj-list li [data-role=display] {
		display: table-cell;
		vertical-align: middle;
		cursor: pointer
	}
	
	ul.gj-list li [data-role=display]:empty:before {
		content: "\200b"
	}
	
	ul.gj-list-bootstrap {
		padding-left: 0;
		margin-bottom: 0
	}
	
	ul.gj-list-bootstrap li {
		padding: 0
	}
	
	ul.gj-list-bootstrap li [data-role=wrapper] {
		padding: 0 10px
	}
	
	ul.gj-list-bootstrap li [data-role=checkbox] {
		width: 24px;
		padding: 3px
	}
	
	ul.gj-list-bootstrap li [data-role=display] {
		padding: 8px 0 8px 4px
	}
	
	.list-group-item.active ul li,
	.list-group-item.active:focus ul li,
	.list-group-item.active:hover ul li {
		text-shadow: none;
		color: initial
	}
	
	ul.gj-list-md {
		padding: 0;
		list-style: none;
		line-height: 24px;
		letter-spacing: 0;
		color: #616161
	}
	
	.gj-picker-md,
	ul.gj-list-md li {
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: .04em;
		line-height: 1
	}
	
	ul.gj-list-md li {
		display: list-item;
		list-style-type: none;
		padding: 0;
		min-height: unset;
		box-sizing: border-box;
		align-items: center;
		cursor: default;
		overflow: hidden;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	
	ul.gj-list-md li [data-role=display] {
		padding: 8px 0 8px 5px;
		order: 0;
		flex-grow: 2;
		text-decoration: none;
		box-sizing: border-box;
		align-items: center;
		text-align: left;
		color: rgba(0, 0, 0, .87)
	}
	
	ul.gj-list-md li.disabled>[data-role=wrapper]>[data-role=display] {
		color: #9E9E9E
	}
	
	.gj-list-md-active {
		background: #e0e0e0;
		color: #3f51b5
	}
	
	.gj-picker {
		position: absolute;
		z-index: 1203;
		background-color: #fff
	}
	
	.gj-picker .selected {
		color: #fff
	}
	
	.gj-picker-md {
		color: rgba(0, 0, 0, .87);
		border: 1px solid #E0E0E0
	}
	
	.gj-modal .gj-picker-md {
		border: 0
	}
	
	.gj-picker-md [role=header] {
		color: rgba(255, 255, 255, .54);
		display: flex;
		background: #2196f3;
		align-items: baseline;
		user-select: none;
		justify-content: center
	}
	
	.gj-picker-md [role=footer] {
		float: right;
		padding: 10px
	}
	
	.gj-picker-md [role=footer] button.gj-button-md {
		color: #2196f3;
		font-weight: 700;
		font-size: 13px
	}
	
	.gj-picker-bootstrap {
		border: 1px solid #E0E0E0
	}
	
	.gj-picker-bootstrap .selected {
		color: #888
	}
	
	.gj-picker-bootstrap [role=header] {
		background: #eee;
		color: #AAA
	}
	
	@font-face {
		font-family: gijgo-material;
		src: url(//myassignment.co.uk/wp-content/themes/myassignment/css/../fonts/gijgo-material.eot?235541);
		src: url(//myassignment.co.uk/wp-content/themes/myassignment/css/../fonts/gijgo-material.eot?235541#iefix) format('embedded-opentype'), url(//myassignment.co.uk/wp-content/themes/myassignment/css/../fonts/gijgo-material.ttf?235541) format('truetype'), url(//myassignment.co.uk/wp-content/themes/myassignment/css/../fonts/gijgo-material.woff?235541) format('woff'), url(//myassignment.co.uk/wp-content/themes/myassignment/css/../fonts/gijgo-material.svg?235541#gijgo-material) format('svg');
		font-weight: 400;
		font-style: normal
	}
	
	.gj-icon {
		font-family: gijgo-material!important;
		font-size: 24px;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		letter-spacing: 0;
		-webkit-font-feature-settings: "liga";
		-moz-font-feature-settings: "liga=1";
		-moz-font-feature-settings: "liga";
		-ms-font-feature-settings: "liga" 1;
		font-feature-settings: "liga";
		-webkit-font-variant-ligatures: discretionary-ligatures;
		font-variant-ligatures: discretionary-ligatures;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}
	
	.gj-icon.undo:before {
		content: "\e900"
	}
	
	.gj-icon.vertical-align-top:before {
		content: "\e901"
	}
	
	.gj-icon.vertical-align-center:before {
		content: "\e902"
	}
	
	.gj-icon.vertical-align-bottom:before {
		content: "\e903"
	}
	
	.gj-icon.arrow-dropup:before {
		content: "\e904"
	}
	
	.gj-icon.clock:before {
		content: "\e905"
	}
	
	.gj-icon.refresh:before {
		content: "\e906"
	}
	
	.gj-icon.last-page:before {
		content: "\e907"
	}
	
	.gj-icon.first-page:before {
		content: "\e908"
	}
	
	.gj-icon.cancel:before {
		content: "\e909"
	}
	
	.gj-icon.clear:before {
		content: "\e90a"
	}
	
	.gj-icon.check-circle:before {
		content: "\e90b"
	}
	
	.gj-icon.delete:before {
		content: "\e90c"
	}
	
	.gj-icon.arrow-upward:before {
		content: "\e90d"
	}
	
	.gj-icon.arrow-forward:before {
		content: "\e90e"
	}
	
	.gj-icon.arrow-downward:before {
		content: "\e90f"
	}
	
	.gj-icon.arrow-back:before {
		content: "\e910"
	}
	
	.gj-icon.list-numbered:before {
		content: "\e911"
	}
	
	.gj-icon.list-bulleted:before {
		content: "\e912"
	}
	
	.gj-icon.indent-increase:before {
		content: "\e913"
	}
	
	.gj-icon.indent-decrease:before {
		content: "\e914"
	}
	
	.gj-icon.redo:before {
		content: "\e915"
	}
	
	.gj-icon.align-right:before {
		content: "\e916"
	}
	
	.gj-icon.align-left:before {
		content: "\e917"
	}
	
	.gj-icon.align-justify:before {
		content: "\e918"
	}
	
	.gj-icon.align-center:before {
		content: "\e919"
	}
	
	.gj-icon.strikethrough:before {
		content: "\e91a"
	}
	
	.gj-icon.italic:before {
		content: "\e91b"
	}
	
	.gj-icon.underlined:before {
		content: "\e91c"
	}
	
	.gj-icon.bold:before {
		content: "\e91d"
	}
	
	.gj-icon.arrow-dropdown:before {
		content: "\e91e"
	}
	
	.gj-icon.done:before {
		content: "\e91f"
	}
	
	.gj-icon.pencil:before {
		content: "\e920"
	}
	
	.gj-icon.minus:before {
		content: "\e921"
	}
	
	.gj-icon.plus:before {
		content: "\e922"
	}
	
	.gj-icon.chevron-up:before {
		content: "\e923"
	}
	
	.gj-icon.chevron-right:before {
		content: "\e924"
	}
	
	.gj-icon.chevron-down:before {
		content: "\e925"
	}
	
	.gj-icon.chevron-left:before {
		content: "\e926"
	}
	
	.gj-icon.event:before {
		content: "\e927"
	}
	
	.gj-draggable {
		cursor: move
	}
	
	.gj-resizable-handle {
		position: absolute;
		font-size: .1px;
		display: block;
		-ms-touch-action: none;
		touch-action: none;
		z-index: 1203
	}
	
	.gj-dialog-bootstrap [data-role=title],
	.gj-dialog-bootstrap4 [data-role=title] {
		display: inline
	}
	
	.gj-dialog-bootstrap,
	.gj-dialog-bootstrap4,
	.gj-dialog-md {
		z-index: 1202;
		overflow: hidden
	}
	
	.gj-resizable-n {
		cursor: n-resize;
		height: 7px;
		width: 100%;
		top: -5px;
		left: 0
	}
	
	.gj-resizable-e {
		cursor: e-resize;
		width: 7px;
		right: -5px;
		top: 0;
		height: 100%
	}
	
	.gj-resizable-s {
		cursor: s-resize;
		height: 7px;
		width: 100%;
		bottom: -5px;
		left: 0
	}
	
	.gj-resizable-w {
		cursor: w-resize;
		width: 7px;
		left: -5px;
		top: 0;
		height: 100%
	}
	
	.gj-resizable-se {
		cursor: se-resize;
		width: 12px;
		height: 12px;
		right: 1px;
		bottom: 1px
	}
	
	.gj-resizable-sw {
		cursor: sw-resize;
		width: 9px;
		height: 9px;
		left: -5px;
		bottom: -5px
	}
	
	.gj-resizable-nw {
		cursor: nw-resize;
		width: 9px;
		height: 9px;
		left: -5px;
		top: -5px
	}
	
	.gj-resizable-ne {
		cursor: ne-resize;
		width: 9px;
		height: 9px;
		right: -5px;
		top: -5px
	}
	
	.gj-dialog-footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		margin-top: 0
	}
	
	.gj-dialog-scrollable [data-role=body] {
		overflow-x: hidden;
		overflow-y: scroll
	}
	
	.gj-dialog-bootstrap [data-role=close] {
		line-height: 1.42857143
	}
	
	.gj-dialog-bootstrap4 [data-role=close] {
		line-height: 1.5
	}
	
	.gj-dialog-md {
		background-color: #FFF;
		border: none;
		box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
		box-sizing: border-box;
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		outline: 0
	}
	
	.gj-dialog-md-header {
		padding: 24px 24px 0;
		font-family: Roboto, Helvetica, Arial, sans-serif
	}
	
	.gj-dialog-md-title {
		margin: 0;
		font-weight: 400;
		display: inline;
		line-height: 28px;
		font-size: 20px
	}
	
	.gj-dialog-md-close {
		-webkit-appearance: none;
		padding: 0;
		cursor: pointer;
		background: 0 0;
		border: 0;
		float: right;
		line-height: 28px;
		font-size: 28px
	}
	
	.gj-dialog-md-body {
		padding: 20px 24px 24px;
		color: rgba(0, 0, 0, .54);
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px
	}
	
	.gj-dialog-md-footer {
		padding: 8px 8px 8px 24px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		box-sizing: border-box
	}
	
	.gj-dialog-md-footer>:first-child {
		margin-right: 0
	}
	
	.gj-dialog-md-footer>* {
		margin-right: 8px;
		height: 36px
	}
	
	DIV.gj-grid-wrapper {
		margin: auto;
		position: relative;
		clear: both;
		z-index: 1
	}
	
	TABLE.gj-grid {
		margin: auto;
		border-collapse: collapse;
		width: 100%;
		table-layout: fixed
	}
	
	TABLE.gj-grid THEAD TH [data-role=selectAll] {
		margin: auto
	}
	
	table.gj-grid-bootstrap thead th [data-role=sorticon],
	table.gj-grid-md thead th [data-role=sorticon] {
		margin-left: 5px
	}
	
	TABLE.gj-grid THEAD TH [data-role=title],
	TABLE.gj-grid THEAD TH [data-role=sorticon] {
		display: inline-block
	}
	
	TABLE.gj-grid THEAD TH {
		overflow: hidden;
		text-overflow: ellipsis
	}
	
	TABLE.gj-grid.autogrow-header-row THEAD TH {
		overflow: auto;
		text-overflow: initial;
		white-space: pre-wrap;
		-ms-word-break: break-word;
		word-break: break-word
	}
	
	TABLE.gj-grid>tbody>tr>td {
		overflow: hidden;
		position: relative
	}
	
	table.gj-grid tbody div[data-role=display] {
		vertical-align: middle;
		text-indent: 0;
		white-space: pre-wrap;
		-ms-word-break: break-word;
		word-break: break-word
	}
	
	table.gj-grid.fixed-body-rows tbody div[data-role=display] {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		-ms-word-break: initial;
		word-break: initial
	}
	
	table.gj-grid tfoot DIV[data-role=display] {
		vertical-align: middle;
		text-indent: 0;
		display: flex
	}
	
	TABLE.gj-grid .fa {
		padding: 2px
	}
	
	TABLE.gj-grid>tbody>tr>td>div {
		padding: 2px;
		overflow: hidden
	}
	
	DIV.gj-grid-wrapper DIV.gj-grid-loading-cover {
		background: #BBB;
		opacity: .5;
		position: absolute;
		vertical-align: middle
	}
	
	DIV.gj-grid-wrapper DIV.gj-grid-loading-text {
		position: absolute;
		font-weight: 700
	}
	
	table.gj-grid-bootstrap thead th {
		background-color: #f5f5f5;
		vertical-align: middle
	}
	
	table.gj-grid-bootstrap thead th [data-role=sorticon] i.gj-icon,
	table.gj-grid-bootstrap thead th [data-role=sorticon] i.material-icons {
		position: absolute;
		font-size: 20px;
		top: 15px
	}
	
	table.gj-grid-bootstrap tbody tr td div[data-role=display] {
		padding: 0
	}
	
	.gj-grid-bootstrap-4 .gj-checkbox-bootstrap {
		display: inline-block;
		padding-top: 2px
	}
	
	.gj-grid-md {
		position: relative;
		border: 1px solid #e0e0e0;
		border-collapse: collapse;
		white-space: nowrap;
		font-size: 13px;
		font-family: Roboto, Helvetica, Arial, sans-serif;
		background-color: #fff
	}
	
	.gj-grid-md td:first-of-type,
	.gj-grid-md th:first-of-type {
		padding-left: 24px
	}
	
	.gj-grid-md td,
	.gj-grid-md th {
		padding: 12px 18px;
		position: relative;
		box-sizing: border-box
	}
	
	.gj-grid-md th {
		vertical-align: bottom;
		font-weight: 700;
		line-height: 31px;
		letter-spacing: 0;
		height: 56px;
		font-size: 12px;
		color: rgba(0, 0, 0, .54);
		text-align: right
	}
	
	.gj-grid-md td {
		height: 48px;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		text-align: left;
		color: rgba(0, 0, 0, .87)
	}
	
	.gj-grid-bootstrap tbody tr.gj-grid-top-border td,
	.gj-grid-md tbody tr.gj-grid-top-border td {
		border-top: 2px solid #777
	}
	
	.gj-grid-bootstrap tbody tr.gj-grid-bottom-border td,
	.gj-grid-md tbody tr.gj-grid-bottom-border td {
		border-bottom: 2px solid #777
	}
	
	.gj-grid-md tbody tr {
		position: relative;
		height: 48px;
		transition-duration: .28s;
		transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		transition-property: background-color
	}
	
	.gj-grid-md tbody tr:hover {
		background-color: #EEE
	}
	
	.gj-grid-md tbody tr.gj-grid-md-select {
		background-color: #F5F5F5
	}
	
	table.gj-grid-md thead th [data-role=sorticon] i.gj-icon,
	table.gj-grid-md thead th [data-role=sorticon] i.material-icons {
		position: absolute;
		font-size: 16px;
		top: 19px
	}
	
	table.gj-grid-md thead th.gj-grid-select-all {
		padding-bottom: 3px
	}
	
	@media only all {
		td.display-1120,
		td.display-320,
		td.display-480,
		td.display-640,
		td.display-800,
		td.display-960,
		th.display-1120,
		th.display-320,
		th.display-480,
		th.display-640,
		th.display-800,
		th.display-960 {
			display: none
		}
	}
	
	@media screen and (min-width:20em) {
		TABLE.gj-grid-bootstrap td.display-320,
		TABLE.gj-grid-bootstrap th.display-320 {
			display: table-cell
		}
	}
	
	@media screen and (min-width:30em) {
		TABLE.gj-grid-bootstrap td.display-480,
		TABLE.gj-grid-bootstrap th.display-480 {
			display: table-cell
		}
	}
	
	@media screen and (min-width:40em) {
		TABLE.gj-grid-bootstrap td.display-640,
		TABLE.gj-grid-bootstrap th.display-640 {
			display: table-cell
		}
	}
	
	@media screen and (min-width:50em) {
		TABLE.gj-grid-bootstrap td.display-800,
		TABLE.gj-grid-bootstrap th.display-800 {
			display: table-cell
		}
	}
	
	@media screen and (min-width:60em) {
		TABLE.gj-grid-bootstrap td.display-960,
		TABLE.gj-grid-bootstrap th.display-960 {
			display: table-cell
		}
	}
	
	@media screen and (min-width:70em) {
		TABLE.gj-grid-bootstrap td.display-1120,
		TABLE.gj-grid-bootstrap th.display-1120 {
			display: table-cell
		}
	}
	
	.gj-grid-md tfoot tr th {
		padding-right: 14px
	}
	
	.gj-grid-md tfoot tr[data-role=pager] .gj-grid-mdl-pager-label {
		padding-left: 5px;
		padding-right: 5px
	}
	
	.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md {
		margin-left: 12px
	}
	
	.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md [role=presenter] {
		font-size: 12px;
		font-weight: 700;
		color: rgba(0, 0, 0, .54)
	}
	
	.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md [role=presenter] [role=display] {
		text-align: right
	}
	
	.gj-grid-md tfoot tr[data-role=pager] .gj-grid-md-limit-select {
		margin-left: 10px;
		font-size: 12px;
		font-weight: 700;
		color: rgba(0, 0, 0, .54)
	}
	
	.gj-grid-bootstrap tfoot tr[data-role=pager] th {
		line-height: 30px;
		background-color: #f5f5f5
	}
	
	.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>button,
	.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>div {
		margin-right: 5px
	}
	
	.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div button {
		height: 34px
	}
	
	.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th div .gj-dropdown-bootstrap-4 .gj-dropdown-expander-mi .gj-icon {
		top: 5px
	}
	
	.gj-grid-bootstrap-3 tfoot tr[data-role=pager] th>div>input {
		margin-right: 5px;
		width: 40px;
		text-align: right;
		display: inline-block;
		font-weight: 700
	}
	
	.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div>div.input-group {
		width: 40px
	}
	
	.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div>div.input-group input {
		text-align: right;
		font-weight: 700;
		height: 34px;
		padding-top: 2px;
		padding-bottom: 6px
	}
	
	.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>select {
		display: inline-block;
		margin-right: 5px;
		width: 60px
	}
	
	.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap .gj-list-bootstrap [data-role=display] {
		line-height: 14px
	}
	
	.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap [role=presenter] [role=display] {
		font-weight: 700
	}
	
	.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap-3 [role=presenter] {
		padding: 2px 8px
	}
	
	.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap-4 [role=presenter] {
		padding: 1px 8px
	}
	
	.gj-grid thead tr th div.gj-grid-column-resizer-wrapper {
		position: relative;
		width: 100%;
		height: 0;
		top: 0;
		left: 0;
		padding: 0
	}
	
	span.gj-grid-column-resizer {
		position: absolute;
		right: 0;
		width: 10px;
		top: -100px;
		height: 300px;
		z-index: 1203;
		cursor: e-resize
	}
	
	.gj-grid-resize-cursor {
		cursor: e-resize
	}
	
	.gj-grid-md tbody tr td.gj-grid-left-border,
	.gj-grid-md thead tr th.gj-grid-left-border {
		border-left: 3px solid #777
	}
	
	.gj-grid-md tbody tr td.gj-grid-right-border,
	.gj-grid-md thead tr th.gj-grid-right-border {
		border-right: 3px solid #777
	}
	
	.gj-grid-bootstrap tbody tr td.gj-grid-left-border,
	.gj-grid-bootstrap thead tr th.gj-grid-left-border {
		border-left: 5px solid #ddd
	}
	
	.gj-grid-bootstrap tbody tr td.gj-grid-right-border,
	.gj-grid-bootstrap thead tr th.gj-grid-right-border {
		border-right: 5px solid #ddd
	}
	
	.gj-dirty {
		position: absolute;
		top: 0;
		left: 0;
		border-style: solid;
		border-width: 3px;
		border-color: red transparent transparent red;
		padding: 0;
		overflow: hidden;
		vertical-align: top
	}
	
	.gj-grid-md tbody tr td.gj-grid-management-column {
		padding: 3px
	}
	
	.gj-grid-md tbody tr td[data-mode=edit] {
		padding: 0 18px
	}
	
	.gj-grid-bootstrap tbody tr td[data-mode=edit],
	.gj-grid-bootstrap tbody tr td[data-mode=edit] [data-role=edit],
	.gj-grid-md tbody .gj-dropdown-md [role=presenter] [role=display] {
		padding: 0
	}
	
	.gj-grid-bootstrap-3 tbody tr td.gj-grid-management-column {
		padding: 3px
	}
	
	.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] {
		height: 38px
	}
	
	.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] [data-role=edit] input[type=text] {
		height: 37px;
		padding: 8px
	}
	
	.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap [role=presenter] {
		border: 0;
		border-radius: 0;
		height: 37px;
		padding-left: 8px
	}
	
	.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap {
		height: 37px
	}
	
	.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=input] {
		height: 37px;
		border: 0;
		border-radius: 0
	}
	
	.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] {
		border: 0;
		border-radius: 0
	}
	
	.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-checkbox-bootstrap {
		display: inline-block;
		padding-top: 10px;
		height: 32px
	}
	
	.gj-grid-bootstrap-4 tbody tr td.gj-grid-management-column {
		padding: 6px
	}
	
	.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] [data-role=edit] input[type=text] {
		height: 48px;
		padding-left: 12px
	}
	
	.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap [role=presenter] {
		border: 0;
		border-radius: 0;
		height: 48px;
		padding-left: 12px;
		font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
	}
	
	.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap-4 [role=expander].gj-dropdown-expander-mi .gj-icon,
	.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap-4 [role=expander].gj-dropdown-expander-mi .material-icons {
		top: 13px
	}
	
	.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap {
		height: 48px
	}
	
	.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=input] {
		height: 48px;
		border: 0;
		border-radius: 0
	}
	
	.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] {
		background-color: #fff
	}
	
	.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] button {
		border: 0;
		border-radius: 0;
		width: 43px;
		position: relative
	}
	
	.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] .gj-icon,
	.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] .material-icons {
		top: 13px;
		left: 10px;
		font-size: 24px
	}
	
	.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-checkbox-bootstrap {
		display: inline-block;
		padding-top: 15px;
		height: 42px
	}
	
	.gj-grid-md thead tr[data-role=filter] th {
		border-top: 1px solid #e0e0e0
	}
	
	div.gj-grid-wrapper div.gj-grid-bootstrap-toolbar {
		background-color: #f5f5f5;
		padding: 8px;
		font-weight: 700;
		border: 1px solid #ddd
	}
	
	div.gj-grid-wrapper div.gj-grid-bootstrap-4-toolbar {
		background-color: #f5f5f5;
		padding: 12px;
		font-weight: 700;
		border: 1px solid #ddd
	}
	
	div.gj-grid-wrapper div.gj-grid-md-toolbar {
		font-weight: 700;
		font-size: 24px;
		font-family: Helvetica, Arial, sans-serif;
		background-color: #fff;
		border-top: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
		border-bottom: 0;
		border-collapse: collapse;
		padding: 0 18px;
		line-height: 56px
	}
	
	.gj-checkbox-bootstrap,
	.gj-checkbox-md {
		min-width: 0;
		font-weight: 400;
		text-align: center;
		position: relative
	}
	
	table.gj-grid-scrollable tbody {
		overflow-y: auto;
		overflow-x: hidden;
		display: block
	}
	
	table.gj-grid-md.gj-grid-scrollable {
		border-bottom: 0
	}
	
	table.gj-grid-md.gj-grid-scrollable tbody {
		border-right: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0
	}
	
	table.gj-grid-md.gj-grid-scrollable tfoot {
		border-bottom: 1px solid #e0e0e0
	}
	
	table.gj-grid-bootstrap.gj-grid-scrollable {
		border-bottom: 0
	}
	
	table.gj-grid-bootstrap.gj-grid-scrollable tbody {
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd
	}
	
	table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row]:first-child td {
		border-top: 0
	}
	
	table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row] td:first-child {
		border-left: 0
	}
	
	table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row] td:last-child {
		border-right: 0
	}
	
	table.gj-grid-bootstrap.gj-grid-scrollable tfoot {
		border-bottom: 1px solid #ddd
	}
	
	ul.gj-list li [data-role=spacer] {
		display: table-cell
	}
	
	ul.gj-list li [data-role=expander] {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		cursor: pointer
	}
	
	[data-type=tree] ul li [data-role=expander].gj-tree-font-awesome-expander,
	[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander,
	[data-type=tree] ul li [data-role=expander].gj-tree-material-icons-expander {
		width: 24px
	}
	
	[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander .glyphicon {
		top: 4px;
		height: 24px
	}
	
	.gj-tree-bootstrap-3 ul.gj-list-bootstrap li {
		border: 0;
		border-radius: 0;
		color: #333
	}
	
	.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.active {
		color: #fff
	}
	
	.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.disabled {
		color: #777;
		background-color: #eee
	}
	
	.gj-tree-bootstrap-4 ul.gj-list-bootstrap li {
		border: 0;
		border-radius: 0;
		color: #212529
	}
	
	.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active {
		color: #fff
	}
	
	.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.disabled {
		color: #868e96
	}
	
	.gj-tree-bootstrap-4 ul.gj-list-bootstrap li ul.gj-list-bootstrap {
		width: 100%
	}
	
	.gj-tree-bootstrap-border ul.gj-list-bootstrap li {
		border: 1px solid #ddd
	}
	
	.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li {
		border-left: 0;
		border-right: 0
	}
	
	.gj-tree-bootstrap-border ul.gj-list-bootstrap li:first-child {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px
	}
	
	.gj-tree-bootstrap-border ul.gj-list-bootstrap li:last-child {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px
	}
	
	.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:first-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	
	.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:last-child {
		border-bottom: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}
	
	ul.gj-list-bootstrap li [data-role=expander].gj-tree-material-icons-expander {
		padding-top: 8px;
		padding-bottom: 4px
	}
	
	.gj-tree-drag-el,
	.gj-tree-drag-el li {
		padding: 0;
		margin: 0
	}
	
	ul.gj-list-bootstrap li [data-role=expander].gj-tree-material-icons-expander .gj-icon {
		width: 24px;
		height: 24px
	}
	
	ul.gj-list-md li.disabled>[data-role=wrapper]>[data-role=expander] {
		color: #9E9E9E
	}
	
	.gj-tree-md-border ul.gj-list-md li {
		border: 1px solid #616161;
		margin-bottom: -1px
	}
	
	.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li {
		border-left: 0;
		border-right: 0
	}
	
	.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li:last-child {
		border-bottom: 0
	}
	
	.gj-tree-drop-above {
		border-top: 1px solid #000
	}
	
	.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role=wrapper].drop-above,
	.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role=wrapper].drop-above {
		border-top: 2px solid #000
	}
	
	.gj-tree-drop-below {
		border-bottom: 1px solid #000
	}
	
	.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role=wrapper].drop-below,
	.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role=wrapper].drop-below {
		border-bottom: 2px solid #000
	}
	
	.gj-tree-drag-el {
		z-index: 1203
	}
	
	.gj-tree-drag-el [data-role=wrapper] {
		cursor: move;
		display: table
	}
	
	.gj-tree-drag-el [data-role=indicator] {
		width: 14px;
		padding: 0 3px;
		display: table-cell;
		vertical-align: middle;
		text-align: center
	}
	
	.gj-tree-bootstrap-drag-el li.list-group-item {
		border: 0;
		background: unset
	}
	
	.gj-tree-bootstrap-drag-el [data-role=indicator],
	.gj-tree-md-drag-el [data-role=indicator] {
		width: 24px;
		height: 24px;
		padding: 0
	}
	
	.gj-checkbox-bootstrap {
		font-size: 0;
		margin: 0;
		width: 18px;
		height: 18px;
		display: inline
	}
	
	.gj-checkbox-bootstrap input[type=checkbox] {
		display: none;
		margin-bottom: -12px
	}
	
	.gj-checkbox-bootstrap span {
		background: #fff;
		display: block;
		content: " ";
		width: 18px;
		height: 18px;
		line-height: 11px;
		font-size: 11px;
		padding: 2px;
		color: #555;
		border: 1px solid #CCC;
		border-radius: 3px;
		transition: box-shadow .2s linear, border-color .2s linear;
		cursor: pointer;
		margin: auto
	}
	
	.gj-checkbox-bootstrap input[type=checkbox]:focus+span:before {
		outline: 0;
		box-shadow: 0 0 0 0 #66afe9, 0 0 6px rgba(102, 175, 233, .6);
		border-color: #66afe9
	}
	
	.gj-datepicker-bootstrap:active,
	.gj-datepicker-bootstrap:focus,
	.gj-timepicker-bootstrap:active,
	.gj-timepicker-bootstrap:focus {
		box-shadow: none
	}
	
	.gj-checkbox-bootstrap input[type=checkbox][disabled]+span {
		opacity: .6;
		cursor: not-allowed
	}
	
	.gj-checkbox-bootstrap.gj-checkbox-bootstrap-4 span {
		line-height: 16px;
		padding: 0
	}
	
	.gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type=checkbox]:checked+span:after,
	.gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type=checkbox]:indeterminate+span:after {
		font-size: 16px
	}
	
	.gj-checkbox-md {
		font-size: 0;
		margin: 0;
		width: 16px;
		height: 16px
	}
	
	.gj-checkbox-md input[type=checkbox] {
		display: none;
		margin-bottom: -12px
	}
	
	.gj-checkbox-md span {
		display: inline-block;
		box-sizing: border-box;
		width: 16px;
		height: 16px;
		margin: 0;
		cursor: pointer;
		overflow: hidden;
		border: 2px solid #616161;
		border-radius: 2px;
		z-index: 2
	}
	
	.gj-checkbox-md input[type=checkbox]:checked+span {
		border: 2px solid #536DFE
	}
	
	.gj-checkbox-md input[type=checkbox]:checked+span:after {
		color: #FFF;
		background-color: #536DFE;
		position: absolute;
		left: 1px;
		top: -15px
	}
	
	.gj-checkbox-md input[type=checkbox]:indeterminate+span {
		border: 2px solid #616161
	}
	
	.gj-checkbox-md input[type=checkbox]:indeterminate+span:after {
		color: #616161;
		position: absolute;
		left: 1px;
		top: -15px
	}
	
	.gj-checkbox-md input[type=checkbox][disabled]+span {
		border: 2px solid #9E9E9E
	}
	
	.gj-editor-md,
	.gj-editor-md [role=body] {
		border: 1px solid rgba(158, 158, 158, .2)
	}
	
	.gj-checkbox-md input[type=checkbox][disabled]+span:after {
		background-color: #9E9E9E
	}
	
	.gj-checkbox-md input[type=checkbox][disabled]:indeterminate+span:after {
		color: #FFF
	}
	
	.gj-checkbox-material-icons input[type=checkbox]:checked+span:after {
		content: "\e91f";
		font-size: 14px;
		font-weight: 700;
		white-space: pre
	}
	
	.gj-checkbox-material-icons input[type=checkbox]:indeterminate+span:after {
		content: "\e921";
		font-size: 14px;
		font-weight: 700;
		white-space: pre
	}
	
	.gj-checkbox-glyphicons input[type=checkbox]:checked+span:after {
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		content: "\e013 "
	}
	
	.gj-checkbox-glyphicons input[type=checkbox]:indeterminate+span:after {
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		content: "\2212 ";
		padding-right: 1px
	}
	
	.gj-checkbox-fontawesome .fa {
		font-size: 14px
	}
	
	.gj-checkbox-bootstrap.gj-checkbox-fontawesome .fa {
		line-height: 18px
	}
	
	.gj-checkbox-fontawesome input[type=checkbox]:checked+span:before {
		content: "\f00c "
	}
	
	.gj-checkbox-fontawesome input[type=checkbox]:indeterminate+span:before {
		content: "\f068 "
	}
	
	.gj-editor [role=body] {
		overflow: auto;
		outline: transparent solid 0;
		box-sizing: border-box
	}
	
	.gj-editor-md {
		padding: 7px;
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0
	}
	
	.gj-editor-md [role=toolbar] {
		margin-bottom: 7px
	}
	
	.gj-editor-md [role=toolbar] .gj-button-md {
		min-width: 54px;
		margin-right: 5px
	}
	
	.gj-editor-md [role=toolbar] .gj-button-md .gj-icon {
		width: 24px;
		height: 24px
	}
	
	.gj-editor-bootstrap,
	.gj-editor-bootstrap [role=body] {
		border: 1px solid #eceeef
	}
	
	.gj-editor-md p {
		margin: 0;
		padding: 0
	}
	
	.gj-editor-md blockquote {
		font-size: 14px
	}
	
	.gj-editor-bootstrap {
		padding: 7px
	}
	
	.gj-editor-bootstrap [role=toolbar] {
		margin-bottom: 7px
	}
	
	.gj-editor-bootstrap [role=toolbar] .btn-group {
		margin-right: 10px
	}
	
	.gj-editor-bootstrap [role=toolbar] button {
		height: 36px
	}
	
	.gj-editor-bootstrap p {
		margin: 0;
		padding: 0
	}
	
	.gj-editor-bootstrap blockquote {
		font-size: 14px
	}
	
	.gj-datepicker-md,
	.gj-dropdown-md [role=presenter] {
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: .04em
	}
	
	.gj-dropdown {
		position: relative;
		border-collapse: separate
	}
	
	.gj-dropdown [role=presenter] {
		display: table;
		cursor: pointer;
		outline: 0;
		position: relative
	}
	
	.gj-dropdown [role=presenter] [role=display] {
		display: table-cell;
		text-align: left;
		width: 100%
	}
	
	.gj-dropdown [role=presenter] [role=expander] {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 24px;
		height: 24px
	}
	
	.gj-dropdown-md [role=presenter] {
		line-height: 1;
		color: rgba(0, 0, 0, .87);
		padding: 0;
		border: 0;
		border-bottom: 1px solid rgba(0, 0, 0, .42);
		background: 0 0
	}
	
	.gj-dropdown-md [role=presenter]:active,
	.gj-dropdown-md [role=presenter]:focus {
		border-bottom: 2px solid rgba(0, 0, 0, .42)
	}
	
	.gj-dropdown-md [role=presenter] [role=display] {
		padding: 4px 0;
		line-height: 18px
	}
	
	.gj-dropdown-md [role=presenter] [role=display] .placeholder {
		color: #8e8e8e
	}
	
	.gj-dropdown-list-md {
		position: absolute;
		top: 0;
		left: 0;
		background-color: #f5f5f5;
		color: #000;
		margin: 0;
		z-index: 1203
	}
	
	.gj-dropdown-list-md li.active,
	.gj-dropdown-list-md li:hover {
		background-color: #eee
	}
	
	.gj-dropdown-bootstrap [role=presenter] [role=display] {
		padding-right: 5px
	}
	
	.gj-dropdown-bootstrap [role=presenter] [role=expander] {
		padding-left: 5px
	}
	
	.gj-dropdown-bootstrap [role=presenter] [role=expander].gj-dropdown-expander-mi {
		width: 24px
	}
	
	.gj-dropdown-bootstrap-3 [role=presenter] [role=display] {
		line-height: 20px
	}
	
	.gj-dropdown-bootstrap-3 [role=presenter] [role=display] .placeholder {
		color: #9999b3
	}
	
	.gj-dropdown-bootstrap-3 [role=presenter] [role=expander] {
		width: 20px;
		height: 20px
	}
	
	.gj-dropdown-bootstrap-3 [role=presenter] [role=expander].gj-dropdown-expander-mi .gj-icon,
	.gj-dropdown-bootstrap-3 [role=presenter] [role=expander].gj-dropdown-expander-mi .material-icons {
		top: 5px;
		right: 10px;
		position: absolute
	}
	
	.gj-dropdown-bootstrap-4 [role=presenter] {
		border: 1px solid #ced4da
	}
	
	.gj-dropdown-bootstrap-4 [role=presenter] [role=display] {
		line-height: 24px
	}
	
	.gj-dropdown-bootstrap-4 [role=presenter] [role=expander].gj-dropdown-expander-mi .gj-icon,
	.gj-dropdown-bootstrap-4 [role=presenter] [role=expander].gj-dropdown-expander-mi .material-icons {
		top: 7px;
		right: 10px;
		position: absolute
	}
	
	.gj-dropdown-list-bootstrap {
		position: absolute;
		top: 32px;
		left: 0;
		margin: 0;
		z-index: 1203
	}
	
	.gj-datepicker [role=input]::-ms-clear {
		display: none
	}
	
	.gj-datepicker [role=right-icon] {
		cursor: pointer
	}
	
	.gj-picker div[role=navigator] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	
	.gj-picker div[role=navigator] div {
		cursor: pointer;
		position: relative;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	
	.gj-datepicker-md {
		line-height: 1;
		color: rgba(0, 0, 0, .87);
		position: relative
	}
	
	.gj-datepicker-md [role=right-icon] {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 24px
	}
	
	.gj-datepicker-md.small .gj-textbox-md {
		font-size: 14px
	}
	
	.gj-datepicker-md.small .gj-icon {
		font-size: 22px
	}
	
	.gj-datepicker-md.large .gj-textbox-md {
		font-size: 18px
	}
	
	.gj-datepicker-md.large .gj-icon {
		font-size: 28px
	}
	
	.gj-picker-md.datepicker [role=header] {
		padding: 20px;
		display: block
	}
	
	.gj-picker-md.datepicker [role=header] [role=year] {
		font-size: 17px;
		padding-bottom: 5px;
		cursor: pointer
	}
	
	.gj-picker-md.datepicker [role=header] [role=date] {
		font-size: 36px;
		cursor: pointer
	}
	
	.gj-picker-md div[role=navigator] {
		height: 42px;
		line-height: 42px
	}
	
	.gj-picker div[role=navigator] div[role=period] {
		width: 100%;
		text-align: center;
		font-weight: 700;
		font-size: 15px
	}
	
	.gj-picker-md div[role=navigator] div:first-child,
	.gj-picker-md div[role=navigator] div:last-child {
		max-width: 42px
	}
	
	.gj-picker-md div[role=navigator] div i.gj-icon,
	.gj-picker-md div[role=navigator] div i.material-icons {
		position: absolute;
		top: 8px
	}
	
	.gj-picker-md div[role=navigator] div:first-child i.gj-icon,
	.gj-picker-md div[role=navigator] div:first-child i.material-icons {
		left: 10px
	}
	
	.gj-picker-md div[role=navigator] div:last-child i.gj-icon,
	.gj-picker-md div[role=navigator] div:last-child i.material-icons {
		right: 11px
	}
	
	.gj-picker-md table thead {
		color: #9E9E9E
	}
	
	.gj-picker-md table tr td div,
	.gj-picker-md table tr th div {
		display: block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 13px;
		text-align: center;
		vertical-align: middle
	}
	
	[type=year].gj-picker-md table tr td div,
	[type=decade].gj-picker-md table tr td div,
	[type=century].gj-picker-md table tr td div {
		width: 73px;
		height: 73px;
		line-height: 73px;
		cursor: pointer
	}
	
	.gj-picker-md table tr td.gj-cursor-pointer div:hover {
		background: #EEE;
		border-radius: 50%;
		color: rgba(0, 0, 0, .87)
	}
	
	.gj-picker-md table tr td.disabled div,
	.gj-picker-md table tr td.other-month div {
		color: #BDBDBD
	}
	
	.gj-picker-md table tr td.focused div {
		background: #E0E0E0;
		border-radius: 50%
	}
	
	.gj-picker-md table tr td.today div {
		color: #1976D2
	}
	
	.gj-picker-md table tr td.selected.gj-cursor-pointer div {
		color: #FFF;
		background: #1976D2;
		border-radius: 50%
	}
	
	.gj-picker-md table tr td.calendar-week div {
		font-weight: 700
	}
	
	.gj-picker-bootstrap {
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		padding: 4px
	}
	
	.gj-modal .gj-picker-bootstrap {
		padding: 0
	}
	
	.gj-picker-bootstrap.datepicker [role=header] {
		padding: 10px 20px;
		display: block
	}
	
	.gj-picker-bootstrap.datepicker [role=header] [role=year] {
		font-size: 15px;
		cursor: pointer
	}
	
	.gj-picker-bootstrap [role=header] [role=date] {
		font-size: 24px;
		cursor: pointer
	}
	
	.gj-modal .gj-picker-bootstrap.datepicker [role=body] {
		padding: 15px
	}
	
	.gj-picker-bootstrap div[role=navigator] {
		height: 30px;
		line-height: 30px;
		text-align: center
	}
	
	.gj-picker-bootstrap div[role=navigator] div:first-child,
	.gj-picker-bootstrap div[role=navigator] div:last-child {
		max-width: 30px
	}
	
	.gj-picker-bootstrap table tr td div,
	.gj-picker-bootstrap table tr th div {
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		vertical-align: middle
	}
	
	[type=year].gj-picker-bootstrap table tr td div,
	[type=decade].gj-picker-bootstrap table tr td div,
	[type=century].gj-picker-bootstrap table tr td div {
		width: 53px;
		height: 53px;
		line-height: 53px;
		cursor: pointer
	}
	
	.gj-picker-bootstrap table tr th div i,
	.gj-picker-bootstrap table tr th div span {
		line-height: 30px
	}
	
	.gj-picker-bootstrap div[role=navigator] .gj-icon,
	.gj-picker-bootstrap div[role=navigator] .material-icons {
		margin: 3px
	}
	
	.gj-picker-bootstrap table tr td.focused div,
	.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
		background: #EEE;
		border-radius: 4px;
		color: #212529
	}
	
	.gj-picker-bootstrap table tr td.today div {
		color: #204d74;
		font-weight: 700
	}
	
	.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
		color: #fff;
		background-color: #204d74;
		border-color: #122b40;
		border-radius: 4px
	}
	
	.gj-picker-bootstrap table tr td.disabled div,
	.gj-picker-bootstrap table tr td.other-month div {
		color: #777
	}
	
	.gj-datepicker-bootstrap span[role=right-icon].input-group-addon {
		border-left: 0;
		position: relative;
		border-radius: 0 4px 4px 0
	}
	
	.gj-datepicker-bootstrap span[role=right-icon].input-group-addon .gj-icon,
	.gj-datepicker-bootstrap span[role=right-icon].input-group-addon .material-icons {
		position: absolute;
		top: 7px;
		left: 7px
	}
	
	.gj-datepicker-bootstrap [role=right-icon] button {
		width: 38px;
		position: relative;
		border: 1px solid #ced4da
	}
	
	.gj-datepicker-bootstrap [role=right-icon] button:hover {
		color: #6c757d;
		background-color: transparent
	}
	
	.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button {
		width: 30px
	}
	
	.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button {
		width: 48px
	}
	
	.gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
	.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
		position: absolute;
		font-size: 21px;
		top: 9px;
		left: 9px
	}
	
	.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button .gj-icon,
	.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button .material-icons {
		top: 6px;
		left: 6px;
		font-size: 19px
	}
	
	.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button .gj-icon,
	.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button .material-icons {
		font-size: 27px;
		top: 10px;
		left: 10px
	}
	
	.gj-timepicker [role=input]::-ms-clear {
		display: none
	}
	
	.gj-timepicker [role=right-icon] {
		cursor: pointer
	}
	
	.gj-picker.timepicker [role=header] {
		font-size: 58px;
		padding: 20px 0;
		line-height: 58px;
		display: flex;
		align-items: baseline;
		user-select: none;
		justify-content: center
	}
	
	.gj-picker.timepicker [role=header] div {
		cursor: pointer;
		width: 66px;
		text-align: right
	}
	
	.gj-picker [role=header] [role=mode] {
		position: relative;
		width: 0
	}
	
	.gj-picker [role=header] [role=mode] span {
		position: absolute;
		left: 7px;
		line-height: 18px;
		font-size: 18px
	}
	
	.gj-picker [role=header] [role=mode] span[role=am] {
		top: 7px
	}
	
	.gj-picker [role=header] [role=mode] span[role=pm] {
		bottom: 7px
	}
	
	.gj-picker [role=body] [role=dial] {
		width: 256px;
		color: rgba(0, 0, 0, .87);
		height: 256px;
		position: relative;
		background: #eee;
		border-radius: 50%;
		margin: 10px
	}
	
	.gj-picker-md .arrow-begin,
	.gj-picker-md [role=body] [role=arrow] {
		background-color: #2196f3
	}
	
	.gj-picker [role=body] [role=hour] {
		top: calc(50% - 16px);
		left: calc(50% - 16px);
		width: 32px;
		height: 32px;
		cursor: pointer;
		position: absolute;
		font-size: 14px;
		text-align: center;
		line-height: 32px;
		user-select: none;
		pointer-events: none
	}
	
	.gj-colorpicker-md,
	.gj-timepicker-md {
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-weight: 400;
		letter-spacing: .04em;
		line-height: 1
	}
	
	.gj-picker [role=body] [role=hour].selected {
		color: rgba(255, 255, 255, 1)
	}
	
	.gj-picker [role=body] [role=arrow] {
		top: calc(50% - 1px);
		left: 50%;
		height: 2px;
		position: absolute;
		pointer-events: none;
		transform-origin: left center;
		transition: all 250ms cubic-bezier(.4, 0, .2, 1);
		width: calc(50% - 52px)
	}
	
	.gj-picker .arrow-begin {
		top: -3px;
		left: -4px;
		width: 8px;
		height: 8px;
		position: absolute;
		border-radius: 50%
	}
	
	.gj-picker .arrow-end {
		top: -15px;
		right: -16px;
		width: 0;
		height: 0;
		position: absolute;
		box-sizing: content-box;
		border-width: 16px;
		border-radius: 50%
	}
	
	.gj-timepicker-md {
		font-size: 16px;
		color: rgba(0, 0, 0, .87);
		position: relative
	}
	
	.gj-timepicker-md.small .gj-textbox-md {
		font-size: 14px
	}
	
	.gj-timepicker-md.small .gj-icon {
		font-size: 22px
	}
	
	.gj-timepicker-md.large .gj-textbox-md {
		font-size: 18px
	}
	
	.gj-timepicker-md.large .gj-icon {
		font-size: 28px
	}
	
	.gj-timepicker-md [role=right-icon] {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 24px
	}
	
	.gj-picker-md .arrow-end {
		border: 16px solid #2196f3
	}
	
	.gj-picker-bootstrap .arrow-begin,
	.gj-picker-bootstrap [role=body] [role=arrow] {
		background-color: #888
	}
	
	.gj-picker-bootstrap .arrow-end {
		border: 16px solid #888
	}
	
	.gj-timepicker-bootstrap .input-group-addon {
		border-left: 0;
		position: relative;
		width: 38px;
		border-radius: 0 4px 4px 0
	}
	
	.gj-timepicker-bootstrap.input-group-sm .input-group-addon {
		width: 30px
	}
	
	.gj-timepicker-bootstrap.input-group-lg .input-group-addon {
		width: 46px
	}
	
	.gj-timepicker-bootstrap .input-group-addon .gj-icon,
	.gj-timepicker-bootstrap .input-group-addon .material-icons {
		position: absolute;
		font-size: 21px;
		top: 6px;
		left: 8px
	}
	
	.gj-timepicker-bootstrap.input-group-sm .input-group-addon .gj-icon,
	.gj-timepicker-bootstrap.input-group-sm .input-group-addon .material-icons {
		font-size: 19px;
		top: 5px;
		left: 5px
	}
	
	.gj-timepicker-bootstrap.input-group-lg .input-group-addon .gj-icon,
	.gj-timepicker-bootstrap.input-group-lg .input-group-addon .material-icons {
		font-size: 27px;
		top: 10px;
		left: 10px
	}
	
	.gj-timepicker-bootstrap [role=right-icon] button {
		width: 38px;
		position: relative
	}
	
	.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button {
		width: 30px
	}
	
	.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button {
		width: 48px
	}
	
	.gj-timepicker-bootstrap [role=right-icon] button .gj-icon,
	.gj-timepicker-bootstrap [role=right-icon] button .material-icons {
		position: absolute;
		font-size: 21px;
		top: 7px;
		left: 9px
	}
	
	.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button .gj-icon,
	.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button .material-icons {
		top: 4px;
		left: 6px;
		font-size: 19px
	}
	
	.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button .gj-icon,
	.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button .material-icons {
		font-size: 27px;
		top: 8px;
		left: 10px
	}
	
	.gj-picker.datetimepicker [role=header] [role=date] {
		padding-bottom: 5px;
		text-align: center;
		cursor: pointer
	}
	
	.gj-picker [role=switch] {
		align-items: baseline;
		user-select: none;
		position: relative
	}
	
	.gj-picker [role=switch] [role=calendarMode] {
		position: absolute;
		bottom: 2px;
		left: 0;
		cursor: pointer
	}
	
	.gj-picker [role=switch] [role=time] {
		width: 100%;
		text-align: center
	}
	
	.gj-picker [role=switch] [role=time] div {
		display: inline;
		cursor: pointer
	}
	
	.gj-picker [role=switch] [role=clockMode] {
		position: absolute;
		right: 0;
		bottom: 3px;
		cursor: pointer
	}
	
	.gj-picker-md.datetimepicker [role=header] {
		font-size: 36px;
		padding: 10px 20px;
		display: block
	}
	
	.gj-picker-md [role=switch] {
		color: rgba(255, 255, 255, .54);
		background: #2196f3;
		font-size: 32px
	}
	
	.gj-picker-bootstrap.datetimepicker [role=header] {
		font-size: 36px;
		padding: 10px 20px;
		display: block
	}
	
	.gj-picker-bootstrap.datetimepicker [role=header] [role=time] {
		font-size: 22px
	}
	
	.gj-slider {
		position: relative;
		padding: 8px 6px
	}
	
	.gj-slider [role=track] {
		width: 100%
	}
	
	.gj-slider [role=progress] {
		position: absolute;
		z-index: 1203
	}
	
	.gj-slider [role=handle] {
		position: absolute
	}
	
	.gj-slider-md [role=track] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #fff;
		text-align: center;
		background-color: #e9ecef;
		height: 2px;
		background-color: rgba(0, 0, 0, .26)
	}
	
	.gj-slider-md [role=progress] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #fff;
		text-align: center;
		height: 2px;
		background-color: #536DFE;
		top: 8px;
		left: 6px
	}
	
	.gj-slider-md [role=handle] {
		top: 3px;
		left: 0;
		width: 12px;
		height: 12px;
		background-color: #536DFE;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
		filter: none;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
		border: 0 solid transparent;
		border-radius: 50%;
		cursor: pointer;
		z-index: 1204
	}
	
	.gj-slider-bootstrap [role=track] {
		border-radius: 4px;
		height: 10px
	}
	
	.gj-slider-bootstrap [role=progress] {
		height: 10px;
		border-radius: 4px;
		top: 8px;
		left: 6px;
		transition: none
	}
	
	.gj-slider-bootstrap [role=handle] {
		top: 2px;
		left: 0;
		width: 20px;
		height: 20px;
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
		filter: none;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
		border: 0 solid transparent;
		border-radius: 50%;
		cursor: pointer;
		z-index: 1204
	}
	
	.gj-slider-bootstrap-3 [role=handle] {
		background-color: #337ab7;
		background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
		background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
		background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
		background-repeat: repeat-x
	}
	
	.gj-slider-bootstrap-4 [role=handle] {
		background-color: #007bff;
		background-image: -webkit-linear-gradient(top, #007bff 0, #2e6da4 100%);
		background-image: -o-linear-gradient(top, #007bff 0, #2e6da4 100%);
		background-image: linear-gradient(to bottom, #007bff 0, #2e6da4 100%);
		background-repeat: repeat-x
	}
	
	.gj-colorpicker [role=right-icon] {
		cursor: pointer
	}
	
	.gj-colorpicker-md {
		font-size: 16px;
		color: rgba(0, 0, 0, .87);
		position: relative
	}
	
	.gj-colorpicker-md [role=right-icon] {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 24px
	}
	
	img.wp-smiley,
	img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 .07em !important;
		vertical-align: -.1em !important;
		background: 0 0 !important;
		padding: 0 !important
	}
	
	a.gflag {
		font-size: 24px;
		padding: 1px 0;
		background-repeat: no-repeat;
		background-image: url(client/q_lossy_ret_img/wp-content/plugins/gtranslate/24.png)
	}
	
	a.gflag img {
		border: 0;
		height: 24px;
		display: inline
	}
	
	a.gflag:hover {
		background-image: url(client/q_lossy_ret_img/wp-content/plugins/gtranslate/24a.png)
	}
	
	img.gstats {
		display: none
	}
	
	a.alt_flag {
		background-image: url(client/q_lossy_ret_img/wp-content/plugins/gtranslate/alt_flags.png)
	}
	
	a.alt_flag:hover {
		background-image: url(client/q_lossy_ret_img/wp-content/plugins/gtranslate/alt_flagsa.png)
	}
	
	a.us_flag {
		background-position: 0 -100px
	}
	
	a.br_flag {
		background-position: -100px -100px
	}
	
	a.mx_flag {
		background-position: -200px -100px
	}
	
	a.glink {
		text-decoration: none
	}
	
	a.glink span {
		margin-right: 5px;
		font-size: 15px;
		vertical-align: middle
	}
	
	a.glink img {
		vertical-align: middle;
		display: inline;
		border: 0;
		padding: 0;
		margin: 0;
		opacity: .8
	}
	
	a.glink:hover img {
		opacity: 1
	}
	
	div.wpcf7 {
		margin: 0;
		padding: 0
	}
	
	div.wpcf7 .screen-reader-response {
		position: absolute;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		width: 1px;
		margin: 0;
		padding: 0;
		border: 0
	}
	
	div.wpcf7-response-output {
		margin: 2em .5em 1em;
		padding: .2em 1em;
		border: 2px solid red
	}
	
	div.wpcf7-mail-sent-ok {
		border: 2px solid #398f14
	}
	
	div.wpcf7-mail-sent-ng,
	div.wpcf7-aborted {
		border: 2px solid red
	}
	
	div.wpcf7-spam-blocked {
		border: 2px solid orange
	}
	
	div.wpcf7-validation-errors,
	div.wpcf7-acceptance-missing {
		border: 2px solid #f7e700
	}
	
	.wpcf7-form-control-wrap {
		position: relative
	}
	
	span.wpcf7-not-valid-tip {
		color: red;
		font-size: 1em;
		font-weight: 400;
		display: block
	}
	
	.use-floating-validation-tip span.wpcf7-not-valid-tip {
		position: absolute;
		top: 20%;
		left: 20%;
		z-index: 100;
		border: 1px solid red;
		background: #fff;
		padding: .2em .8em
	}
	
	span.wpcf7-list-item {
		display: inline-block;
		margin: 0 0 0 1em
	}
	
	span.wpcf7-list-item-label:before,
	span.wpcf7-list-item-label:after {
		content: " "
	}
	
	.wpcf7-display-none {
		display: none
	}
	
	div.wpcf7 .ajax-loader {
		visibility: hidden;
		display: inline-block;
		background-image: url(client/q_lossy_ret_img/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
		width: 16px;
		height: 16px;
		border: none;
		padding: 0;
		margin: 0 0 0 4px;
		vertical-align: middle
	}
	
	div.wpcf7 .ajax-loader.is-active {
		visibility: visible
	}
	
	div.wpcf7 div.ajax-error {
		display: none
	}
	
	div.wpcf7 .placeheld {
		color: #888
	}
	
	div.wpcf7 input[type=file] {
		cursor: pointer
	}
	
	div.wpcf7 input[type=file]:disabled {
		cursor: default
	}
	
	div.wpcf7 .wpcf7-submit:disabled {
		cursor: not-allowed
	}
	
	.woocommerce .woocommerce-error .button,
	.woocommerce .woocommerce-info .button,
	.woocommerce .woocommerce-message .button,
	.woocommerce-page .woocommerce-error .button,
	.woocommerce-page .woocommerce-info .button,
	.woocommerce-page .woocommerce-message .button {
		float: right
	}
	
	.woocommerce .col2-set,
	.woocommerce-page .col2-set {
		width: 100%
	}
	
	.woocommerce .col2-set:after,
	.woocommerce .col2-set:before,
	.woocommerce-page .col2-set:after,
	.woocommerce-page .col2-set:before {
		content: ' ';
		display: table
	}
	
	.woocommerce .col2-set:after,
	.woocommerce-page .col2-set:after {
		clear: both
	}
	
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		float: left;
		width: 48%
	}
	
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		float: right;
		width: 48%
	}
	
	.woocommerce img,
	.woocommerce-page img {
		height: auto;
		max-width: 100%
	}
	
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		float: left;
		width: 48%
	}
	
	.woocommerce #content div.product div.thumbnails:after,
	.woocommerce #content div.product div.thumbnails:before,
	.woocommerce div.product div.thumbnails:after,
	.woocommerce div.product div.thumbnails:before,
	.woocommerce-page #content div.product div.thumbnails:after,
	.woocommerce-page #content div.product div.thumbnails:before,
	.woocommerce-page div.product div.thumbnails:after,
	.woocommerce-page div.product div.thumbnails:before {
		content: ' ';
		display: table
	}
	
	.woocommerce #content div.product div.thumbnails:after,
	.woocommerce div.product div.thumbnails:after,
	.woocommerce-page #content div.product div.thumbnails:after,
	.woocommerce-page div.product div.thumbnails:after {
		clear: both
	}
	
	.woocommerce #content div.product div.thumbnails a,
	.woocommerce div.product div.thumbnails a,
	.woocommerce-page #content div.product div.thumbnails a,
	.woocommerce-page div.product div.thumbnails a {
		float: left;
		width: 30.75%;
		margin-right: 3.8%;
		margin-bottom: 1em
	}
	
	.woocommerce #content div.product div.thumbnails a.last,
	.woocommerce div.product div.thumbnails a.last,
	.woocommerce-page #content div.product div.thumbnails a.last,
	.woocommerce-page div.product div.thumbnails a.last {
		margin-right: 0
	}
	
	.woocommerce #content div.product div.thumbnails a.first,
	.woocommerce div.product div.thumbnails a.first,
	.woocommerce-page #content div.product div.thumbnails a.first,
	.woocommerce-page div.product div.thumbnails a.first {
		clear: both
	}
	
	.woocommerce #content div.product div.thumbnails.columns-1 a,
	.woocommerce div.product div.thumbnails.columns-1 a,
	.woocommerce-page #content div.product div.thumbnails.columns-1 a,
	.woocommerce-page div.product div.thumbnails.columns-1 a {
		width: 100%;
		margin-right: 0;
		float: none
	}
	
	.woocommerce #content div.product div.thumbnails.columns-2 a,
	.woocommerce div.product div.thumbnails.columns-2 a,
	.woocommerce-page #content div.product div.thumbnails.columns-2 a,
	.woocommerce-page div.product div.thumbnails.columns-2 a {
		width: 48%
	}
	
	.woocommerce #content div.product div.thumbnails.columns-4 a,
	.woocommerce div.product div.thumbnails.columns-4 a,
	.woocommerce-page #content div.product div.thumbnails.columns-4 a,
	.woocommerce-page div.product div.thumbnails.columns-4 a {
		width: 22.05%
	}
	
	.woocommerce #content div.product div.thumbnails.columns-5 a,
	.woocommerce div.product div.thumbnails.columns-5 a,
	.woocommerce-page #content div.product div.thumbnails.columns-5 a,
	.woocommerce-page div.product div.thumbnails.columns-5 a {
		width: 16.9%
	}
	
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		float: right;
		width: 48%;
		clear: none
	}
	
	.woocommerce #content div.product .woocommerce-tabs,
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce-page #content div.product .woocommerce-tabs,
	.woocommerce-page div.product .woocommerce-tabs {
		clear: both
	}
	
	.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
	.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
	.woocommerce div.product .woocommerce-tabs ul.tabs:after,
	.woocommerce div.product .woocommerce-tabs ul.tabs:before,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
		content: ' ';
		display: table
	}
	
	.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
	.woocommerce div.product .woocommerce-tabs ul.tabs:after,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
		clear: both
	}
	
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
		display: inline-block
	}
	
	.woocommerce #content div.product #reviews .comment:after,
	.woocommerce #content div.product #reviews .comment:before,
	.woocommerce div.product #reviews .comment:after,
	.woocommerce div.product #reviews .comment:before,
	.woocommerce-page #content div.product #reviews .comment:after,
	.woocommerce-page #content div.product #reviews .comment:before,
	.woocommerce-page div.product #reviews .comment:after,
	.woocommerce-page div.product #reviews .comment:before {
		content: ' ';
		display: table
	}
	
	.woocommerce #content div.product #reviews .comment:after,
	.woocommerce div.product #reviews .comment:after,
	.woocommerce-page #content div.product #reviews .comment:after,
	.woocommerce-page div.product #reviews .comment:after {
		clear: both
	}
	
	.woocommerce #content div.product #reviews .comment img,
	.woocommerce div.product #reviews .comment img,
	.woocommerce-page #content div.product #reviews .comment img,
	.woocommerce-page div.product #reviews .comment img {
		float: right;
		height: auto
	}
	
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		clear: both
	}
	
	.woocommerce ul.products:after,
	.woocommerce ul.products:before,
	.woocommerce-page ul.products:after,
	.woocommerce-page ul.products:before {
		content: ' ';
		display: table
	}
	
	.woocommerce ul.products:after,
	.woocommerce-page ul.products:after {
		clear: both
	}
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		float: left;
		margin: 0 3.8% 2.992em 0;
		padding: 0;
		position: relative;
		width: 22.05%;
		margin-left: 0
	}
	
	.woocommerce ul.products li.first,
	.woocommerce-page ul.products li.first {
		clear: both
	}
	
	.woocommerce ul.products li.last,
	.woocommerce-page ul.products li.last {
		margin-right: 0
	}
	
	.woocommerce ul.products.columns-1 li.product,
	.woocommerce-page ul.products.columns-1 li.product {
		width: 100%;
		margin-right: 0
	}
	
	.woocommerce ul.products.columns-2 li.product,
	.woocommerce-page ul.products.columns-2 li.product {
		width: 48%
	}
	
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product {
		width: 30.75%
	}
	
	.woocommerce ul.products.columns-5 li.product,
	.woocommerce-page ul.products.columns-5 li.product {
		width: 16.95%
	}
	
	.woocommerce ul.products.columns-6 li.product,
	.woocommerce-page ul.products.columns-6 li.product {
		width: 13.5%
	}
	
	.woocommerce-page.columns-1 ul.products li.product,
	.woocommerce.columns-1 ul.products li.product {
		width: 100%;
		margin-right: 0
	}
	
	.woocommerce-page.columns-2 ul.products li.product,
	.woocommerce.columns-2 ul.products li.product {
		width: 48%
	}
	
	.woocommerce-page.columns-3 ul.products li.product,
	.woocommerce.columns-3 ul.products li.product {
		width: 30.75%
	}
	
	.woocommerce-page.columns-5 ul.products li.product,
	.woocommerce.columns-5 ul.products li.product {
		width: 16.95%
	}
	
	.woocommerce-page.columns-6 ul.products li.product,
	.woocommerce.columns-6 ul.products li.product {
		width: 13.5%
	}
	
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count {
		float: left
	}
	
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: right
	}
	
	.woocommerce .woocommerce-pagination ul.page-numbers:after,
	.woocommerce .woocommerce-pagination ul.page-numbers:before,
	.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
	.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
		content: ' ';
		display: table
	}
	
	.woocommerce .woocommerce-pagination ul.page-numbers:after,
	.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
		clear: both
	}
	
	.woocommerce .woocommerce-pagination ul.page-numbers li,
	.woocommerce-page .woocommerce-pagination ul.page-numbers li {
		display: inline-block
	}
	
	.woocommerce #content table.cart img,
	.woocommerce table.cart img,
	.woocommerce-page #content table.cart img,
	.woocommerce-page table.cart img {
		height: auto
	}
	
	.woocommerce #content table.cart td.actions,
	.woocommerce table.cart td.actions,
	.woocommerce-page #content table.cart td.actions,
	.woocommerce-page table.cart td.actions {
		text-align: right
	}
	
	.woocommerce #content table.cart td.actions .input-text,
	.woocommerce table.cart td.actions .input-text,
	.woocommerce-page #content table.cart td.actions .input-text,
	.woocommerce-page table.cart td.actions .input-text {
		width: 80px
	}
	
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		float: left
	}
	
	.woocommerce #content table.cart td.actions .coupon label,
	.woocommerce table.cart td.actions .coupon label,
	.woocommerce-page #content table.cart td.actions .coupon label,
	.woocommerce-page table.cart td.actions .coupon label {
		display: none
	}
	
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		width: 100%
	}
	
	.woocommerce .cart-collaterals:after,
	.woocommerce .cart-collaterals:before,
	.woocommerce-page .cart-collaterals:after,
	.woocommerce-page .cart-collaterals:before {
		content: ' ';
		display: table
	}
	
	.woocommerce .cart-collaterals:after,
	.woocommerce-page .cart-collaterals:after {
		clear: both
	}
	
	.woocommerce .cart-collaterals .related,
	.woocommerce-page .cart-collaterals .related {
		width: 30.75%;
		float: left
	}
	
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .cross-sells {
		width: 48%;
		float: left
	}
	
	.woocommerce .cart-collaterals .cross-sells ul.products,
	.woocommerce-page .cart-collaterals .cross-sells ul.products {
		float: none
	}
	
	.woocommerce .cart-collaterals .cross-sells ul.products li,
	.woocommerce-page .cart-collaterals .cross-sells ul.products li {
		width: 48%
	}
	
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .shipping_calculator {
		width: 48%;
		clear: right;
		float: right
	}
	
	.woocommerce .cart-collaterals .shipping_calculator:after,
	.woocommerce .cart-collaterals .shipping_calculator:before,
	.woocommerce-page .cart-collaterals .shipping_calculator:after,
	.woocommerce-page .cart-collaterals .shipping_calculator:before {
		content: ' ';
		display: table
	}
	
	.woocommerce .cart-collaterals .shipping_calculator:after,
	.woocommerce-page .cart-collaterals .shipping_calculator:after {
		clear: both
	}
	
	.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
	.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
	.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
	.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
		width: 47%
	}
	
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		float: right;
		width: 48%
	}
	
	.woocommerce ul.cart_list li:after,
	.woocommerce ul.cart_list li:before,
	.woocommerce ul.product_list_widget li:after,
	.woocommerce ul.product_list_widget li:before,
	.woocommerce-page ul.cart_list li:after,
	.woocommerce-page ul.cart_list li:before,
	.woocommerce-page ul.product_list_widget li:after,
	.woocommerce-page ul.product_list_widget li:before {
		content: ' ';
		display: table
	}
	
	.woocommerce ul.cart_list li:after,
	.woocommerce ul.product_list_widget li:after,
	.woocommerce-page ul.cart_list li:after,
	.woocommerce-page ul.product_list_widget li:after {
		clear: both
	}
	
	.woocommerce ul.cart_list li img,
	.woocommerce ul.product_list_widget li img,
	.woocommerce-page ul.cart_list li img,
	.woocommerce-page ul.product_list_widget li img {
		float: right;
		height: auto
	}
	
	.woocommerce form .form-row:after,
	.woocommerce form .form-row:before,
	.woocommerce-page form .form-row:after,
	.woocommerce-page form .form-row:before {
		content: ' ';
		display: table
	}
	
	.woocommerce form .form-row:after,
	.woocommerce-page form .form-row:after {
		clear: both
	}
	
	.woocommerce form .form-row label,
	.woocommerce-page form .form-row label {
		display: block
	}
	
	.woocommerce form .form-row label.checkbox,
	.woocommerce-page form .form-row label.checkbox {
		display: inline
	}
	
	.woocommerce form .form-row select,
	.woocommerce-page form .form-row select {
		width: 100%
	}
	
	.woocommerce form .form-row .input-text,
	.woocommerce-page form .form-row .input-text {
		box-sizing: border-box;
		width: 100%
	}
	
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 47%;
		overflow: visible
	}
	
	.woocommerce form .form-row-first,
	.woocommerce-page form .form-row-first {
		float: left
	}
	
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-last {
		float: right
	}
	
	.woocommerce form .form-row-wide,
	.woocommerce-page form .form-row-wide {
		clear: both
	}
	
	.woocommerce #payment .form-row select,
	.woocommerce-page #payment .form-row select {
		width: auto
	}
	
	.woocommerce #payment .terms,
	.woocommerce #payment .wc-terms-and-conditions,
	.woocommerce-page #payment .terms,
	.woocommerce-page #payment .wc-terms-and-conditions {
		text-align: left;
		padding: 0 1em 0 0;
		float: left
	}
	
	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		float: right
	}
	
	.woocommerce .woocommerce-billing-fields:after,
	.woocommerce .woocommerce-billing-fields:before,
	.woocommerce .woocommerce-shipping-fields:after,
	.woocommerce .woocommerce-shipping-fields:before,
	.woocommerce-page .woocommerce-billing-fields:after,
	.woocommerce-page .woocommerce-billing-fields:before,
	.woocommerce-page .woocommerce-shipping-fields:after,
	.woocommerce-page .woocommerce-shipping-fields:before {
		content: ' ';
		display: table
	}
	
	.woocommerce .woocommerce-billing-fields:after,
	.woocommerce .woocommerce-shipping-fields:after,
	.woocommerce-page .woocommerce-billing-fields:after,
	.woocommerce-page .woocommerce-shipping-fields:after {
		clear: both
	}
	
	.woocommerce .woocommerce-terms-and-conditions,
	.woocommerce-page .woocommerce-terms-and-conditions {
		margin-bottom: 1.618em;
		padding: 1.618em
	}
	
	.woocommerce .woocommerce-oembed,
	.woocommerce-page .woocommerce-oembed {
		position: relative
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: left;
		width: 30%
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
		float: right;
		width: 68%
	}
	
	.woocommerce-page.left-sidebar #content.twentyeleven {
		width: 58.4%;
		margin: 0 7.6%;
		float: right
	}
	
	.woocommerce-page.right-sidebar #content.twentyeleven {
		margin: 0 7.6%;
		width: 58.4%;
		float: left
	}
	
	.twentyfourteen .tfwc {
		padding: 12px 10px 0;
		max-width: 474px;
		margin: 0 auto
	}
	
	.twentyfourteen .tfwc .product .entry-summary {
		padding: 0!important;
		margin: 0 0 1.618em!important
	}
	
	.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
		margin-top: 0
	}
	
	@media screen and (min-width:673px) {
		.twentyfourteen .tfwc {
			padding-right: 30px;
			padding-left: 30px
		}
	}
	
	@media screen and (min-width:1040px) {
		.twentyfourteen .tfwc {
			padding-right: 15px;
			padding-left: 15px
		}
	}
	
	@media screen and (min-width:1110px) {
		.twentyfourteen .tfwc {
			padding-right: 30px;
			padding-left: 30px
		}
	}
	
	@media screen and (min-width:1218px) {
		.twentyfourteen .tfwc {
			margin-right: 54px
		}
		.full-width .twentyfourteen .tfwc {
			margin-right: auto
		}
	}
	
	.twentyfifteen .t15wc {
		padding-left: 7.6923%;
		padding-right: 7.6923%;
		padding-top: 7.6923%;
		margin-bottom: 7.6923%;
		background: #fff;
		box-shadow: 0 0 1px rgba(0, 0, 0, .15)
	}
	
	.twentyfifteen .t15wc .page-title {
		margin-left: 0
	}
	
	@media screen and (min-width:38.75em) {
		.twentyfifteen .t15wc {
			margin-right: 7.6923%;
			margin-left: 7.6923%;
			margin-top: 8.3333%
		}
	}
	
	@media screen and (min-width:59.6875em) {
		.twentyfifteen .t15wc {
			margin-left: 8.3333%;
			margin-right: 8.3333%;
			padding: 10%
		}
		.single-product .twentyfifteen .entry-summary {
			padding: 0!important
		}
	}
	
	.twentysixteen .site-main {
		margin-right: 7.6923%;
		margin-left: 7.6923%
	}
	
	.twentysixteen .entry-summary {
		margin-right: 0;
		margin-left: 0
	}
	
	#content .twentysixteen div.product div.images,
	#content .twentysixteen div.product div.summary {
		width: 46.42857%
	}
	
	@media screen and (min-width:44.375em) {
		.twentysixteen .site-main {
			margin-right: 23.0769%
		}
	}
	
	@media screen and (min-width:56.875em) {
		.twentysixteen .site-main {
			margin-right: 0;
			margin-left: 0
		}
		.no-sidebar .twentysixteen .site-main {
			margin-right: 15%;
			margin-left: 15%
		}
		.no-sidebar .twentysixteen .entry-summary {
			margin-right: 0;
			margin-left: 0
		}
	}
	
	.rtl .woocommerce .col2-set .col-1,
	.rtl .woocommerce-page .col2-set .col-1 {
		float: right
	}
	
	.rtl .woocommerce .col2-set .col-2,
	.rtl .woocommerce-page .col2-set .col-2 {
		float: left
	}
	
	@charset "UTF-8";
	@-webkit-keyframes spin {
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}
	
	@keyframes spin {
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}
	
	@font-face {
		font-family: star;
		src: url(wp-content/plugins/woocommerce/assets/fonts/star.eot);
		src: url(wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(wp-content/plugins/woocommerce/assets/fonts/star.svg) format("svg");
		font-weight: 400;
		font-style: normal
	}
	
	@font-face {
		font-family: WooCommerce;
		src: url(wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
		src: url(wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg) format("svg");
		font-weight: 400;
		font-style: normal
	}
	
	.woocommerce-store-notice,
	p.demo_store {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		width: 100%;
		font-size: 1em;
		padding: 1em 0;
		text-align: center;
		background-color: #a46497;
		color: #fff;
		z-index: 99998;
		box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
		display: none
	}
	
	.woocommerce-store-notice a,
	p.demo_store a {
		color: #fff;
		text-decoration: underline
	}
	
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute!important;
		width: 1px;
		word-wrap: normal!important
	}
	
	.admin-bar p.demo_store {
		top: 32px
	}
	
	.clear {
		clear: both
	}
	
	.woocommerce .blockUI.blockOverlay {
		position: relative
	}
	
	.woocommerce .blockUI.blockOverlay:before {
		height: 1em;
		width: 1em;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -.5em;
		margin-top: -.5em;
		content: '';
		-webkit-animation: spin 1s ease-in-out infinite;
		animation: spin 1s ease-in-out infinite;
		background: url(wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
		background-size: cover;
		line-height: 1;
		text-align: center;
		font-size: 2em;
		color: rgba(0, 0, 0, .75)
	}
	
	.woocommerce .loader:before {
		height: 1em;
		width: 1em;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -.5em;
		margin-top: -.5em;
		content: '';
		-webkit-animation: spin 1s ease-in-out infinite;
		animation: spin 1s ease-in-out infinite;
		background: url(wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
		background-size: cover;
		line-height: 1;
		text-align: center;
		font-size: 2em;
		color: rgba(0, 0, 0, .75)
	}
	
	.woocommerce a.remove {
		display: block;
		font-size: 1.5em;
		height: 1em;
		width: 1em;
		text-align: center;
		line-height: 1;
		border-radius: 100%;
		color: red!important;
		text-decoration: none;
		font-weight: 700;
		border: 0
	}
	
	.woocommerce a.remove:hover {
		color: #fff!important;
		background: red
	}
	
	.woocommerce small.note {
		display: block;
		color: #777;
		font-size: .857em;
		margin-top: 10px
	}
	
	.woocommerce .woocommerce-breadcrumb {
		margin: 0 0 1em;
		padding: 0;
		font-size: .92em;
		color: #777
	}
	
	.woocommerce .woocommerce-breadcrumb:after,
	.woocommerce .woocommerce-breadcrumb:before {
		content: ' ';
		display: table
	}
	
	.woocommerce .woocommerce-breadcrumb:after {
		clear: both
	}
	
	.woocommerce .woocommerce-breadcrumb a {
		color: #777
	}
	
	.woocommerce .quantity .qty {
		width: 3.631em;
		text-align: center
	}
	
	.woocommerce div.product {
		margin-bottom: 0;
		position: relative
	}
	
	.woocommerce div.product .product_title {
		clear: none;
		margin-top: 0;
		padding: 0
	}
	
	.woocommerce div.product p.price,
	.woocommerce div.product span.price {
		color: #77a464;
		font-size: 1.25em
	}
	
	.woocommerce div.product p.price ins,
	.woocommerce div.product span.price ins {
		background: inherit;
		font-weight: 700;
		display: inline-block
	}
	
	.woocommerce div.product p.price del,
	.woocommerce div.product span.price del {
		opacity: .5;
		display: inline-block
	}
	
	.woocommerce div.product p.stock {
		font-size: .92em
	}
	
	.woocommerce div.product .stock {
		color: #77a464
	}
	
	.woocommerce div.product .out-of-stock {
		color: red
	}
	
	.woocommerce div.product .woocommerce-product-rating {
		margin-bottom: 1.618em
	}
	
	.woocommerce div.product div.images {
		margin-bottom: 2em
	}
	
	.woocommerce div.product div.images img {
		display: block;
		width: 100%;
		height: auto;
		box-shadow: none
	}
	
	.woocommerce div.product div.images div.thumbnails {
		padding-top: 1em
	}
	
	.woocommerce div.product div.images.woocommerce-product-gallery {
		position: relative
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
		-webkit-transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
		transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
		margin: 0;
		padding: 0
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
		background-color: #fff;
		opacity: 0
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
		border: 1px solid #f2f2f2
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
		width: 25%;
		display: inline-block
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
		position: absolute;
		top: .5em;
		right: .5em;
		font-size: 2em;
		z-index: 9;
		width: 36px;
		height: 36px;
		background: #fff;
		text-indent: -9999px;
		border-radius: 100%;
		box-sizing: content-box
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border: 2px solid #000;
		border-radius: 100%;
		position: absolute;
		top: 9px;
		left: 9px;
		box-sizing: content-box
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
		content: "";
		display: block;
		width: 2px;
		height: 8px;
		background: #000;
		border-radius: 6px;
		position: absolute;
		top: 19px;
		left: 22px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		box-sizing: content-box
	}
	
	.woocommerce div.product div.images .flex-control-thumbs {
		overflow: hidden;
		zoom: 1;
		margin: 0;
		padding: 0
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
		width: 25%;
		float: left;
		margin: 0;
		list-style: none
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img {
		cursor: pointer;
		opacity: .5;
		margin: 0
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
	.woocommerce div.product div.images .flex-control-thumbs li img:hover {
		opacity: 1
	}
	
	.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
		clear: left
	}
	
	.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
		clear: left
	}
	
	.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
		clear: left
	}
	
	.woocommerce div.product div.summary {
		margin-bottom: 2em
	}
	
	.woocommerce div.product div.social {
		text-align: right;
		margin: 0 0 1em
	}
	
	.woocommerce div.product div.social span {
		margin: 0 0 0 2px
	}
	
	.woocommerce div.product div.social span span {
		margin: 0
	}
	
	.woocommerce div.product div.social span .stButton .chicklets {
		padding-left: 16px;
		width: 0
	}
	
	.woocommerce div.product div.social iframe {
		float: left;
		margin-top: 3px
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		list-style: none;
		padding: 0 0 0 1em;
		margin: 0 0 1.618em;
		overflow: hidden;
		position: relative
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		border: 1px solid #d3ced2;
		background-color: #ebe9eb;
		display: inline-block;
		position: relative;
		z-index: 0;
		border-radius: 4px 4px 0 0;
		margin: 0 -5px;
		padding: 0 1em
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		display: inline-block;
		padding: .5em 0;
		font-weight: 700;
		color: #515151;
		text-decoration: none
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
		text-decoration: none;
		color: #6b6a6b
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		background: #fff;
		z-index: 2;
		border-bottom-color: #fff
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		color: inherit;
		text-shadow: inherit
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
		box-shadow: 2px 2px 0 #fff
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
		box-shadow: -2px 2px 0 #fff
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
	.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
		border: 1px solid #d3ced2;
		position: absolute;
		bottom: -1px;
		width: 5px;
		height: 5px;
		content: ' ';
		box-sizing: border-box
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
		left: -5px;
		border-bottom-right-radius: 4px;
		border-width: 0 1px 1px 0;
		box-shadow: 2px 2px 0 #ebe9eb
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
		right: -5px;
		border-bottom-left-radius: 4px;
		border-width: 0 0 1px 1px;
		box-shadow: -2px 2px 0 #ebe9eb
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs:before {
		position: absolute;
		content: ' ';
		width: 100%;
		bottom: 0;
		left: 0;
		border-bottom: 1px solid #d3ced2;
		z-index: 1
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
		margin: 0 0 2em;
		padding: 0
	}
	
	.woocommerce div.product p.cart {
		margin-bottom: 2em
	}
	
	.woocommerce div.product p.cart:after,
	.woocommerce div.product p.cart:before {
		content: ' ';
		display: table
	}
	
	.woocommerce div.product p.cart:after {
		clear: both
	}
	
	.woocommerce div.product form.cart {
		margin-bottom: 2em
	}
	
	.woocommerce div.product form.cart:after,
	.woocommerce div.product form.cart:before {
		content: ' ';
		display: table
	}
	
	.woocommerce div.product form.cart:after {
		clear: both
	}
	
	.woocommerce div.product form.cart div.quantity {
		float: left;
		margin: 0 4px 0 0
	}
	
	.woocommerce div.product form.cart table {
		border-width: 0 0 1px
	}
	
	.woocommerce div.product form.cart table td {
		padding-left: 0
	}
	
	.woocommerce div.product form.cart table div.quantity {
		float: none;
		margin: 0
	}
	
	.woocommerce div.product form.cart table small.stock {
		display: block;
		float: none
	}
	
	.woocommerce div.product form.cart .variations {
		margin-bottom: 1em;
		border: 0;
		width: 100%
	}
	
	.woocommerce div.product form.cart .variations td,
	.woocommerce div.product form.cart .variations th {
		border: 0;
		vertical-align: top;
		line-height: 2em
	}
	
	.woocommerce div.product form.cart .variations label {
		font-weight: 700
	}
	
	.woocommerce div.product form.cart .variations select {
		max-width: 100%;
		min-width: 75%;
		display: inline-block;
		margin-right: 1em
	}
	
	.woocommerce div.product form.cart .variations td.label {
		padding-right: 1em
	}
	
	.woocommerce div.product form.cart .woocommerce-variation-description p {
		margin-bottom: 1em
	}
	
	.woocommerce div.product form.cart .reset_variations {
		visibility: hidden;
		font-size: .83em
	}
	
	.woocommerce div.product form.cart .wc-no-matching-variations {
		display: none
	}
	
	.woocommerce div.product form.cart .button {
		vertical-align: middle;
		float: left
	}
	
	.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
		padding-right: 1em;
		padding-left: 1em
	}
	
	.woocommerce div.product form.cart .group_table td {
		vertical-align: top;
		padding-bottom: .5em;
		border: 0
	}
	
	.woocommerce div.product form.cart .group_table td:first-child {
		width: 4em;
		text-align: center
	}
	
	.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
		display: inline-block;
		width: auto;
		margin: 0 auto;
		-webkit-transform: scale(1.5, 1.5);
		-ms-transform: scale(1.5, 1.5);
		transform: scale(1.5, 1.5)
	}
	
	.woocommerce span.onsale {
		min-height: 3.236em;
		min-width: 3.236em;
		padding: .202em;
		font-size: 1em;
		font-weight: 700;
		position: absolute;
		text-align: center;
		line-height: 3.236;
		top: -.5em;
		left: -.5em;
		margin: 0;
		border-radius: 100%;
		background-color: #77a464;
		color: #fff;
		font-size: .857em;
		z-index: 9
	}
	
	.woocommerce .products ul,
	.woocommerce ul.products {
		margin: 0 0 1em;
		padding: 0;
		list-style: none outside;
		clear: both
	}
	
	.woocommerce .products ul:after,
	.woocommerce .products ul:before,
	.woocommerce ul.products:after,
	.woocommerce ul.products:before {
		content: ' ';
		display: table
	}
	
	.woocommerce .products ul:after,
	.woocommerce ul.products:after {
		clear: both
	}
	
	.woocommerce .products ul li,
	.woocommerce ul.products li {
		list-style: none outside
	}
	
	.woocommerce ul.products li.product .onsale {
		top: 0;
		right: 0;
		left: auto;
		margin: -.5em -.5em 0 0
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3 {
		padding: .5em 0;
		margin: 0;
		font-size: 1em
	}
	
	.woocommerce ul.products li.product a {
		text-decoration: none
	}
	
	.woocommerce ul.products li.product a img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 0 1em;
		box-shadow: none
	}
	
	.woocommerce ul.products li.product strong {
		display: block
	}
	
	.woocommerce ul.products li.product .woocommerce-placeholder {
		border: 1px solid #f2f2f2
	}
	
	.woocommerce ul.products li.product .star-rating {
		font-size: .857em
	}
	
	.woocommerce ul.products li.product .button {
		margin-top: 1em
	}
	
	.woocommerce ul.products li.product .price {
		color: #77a464;
		display: block;
		font-weight: 400;
		margin-bottom: .5em;
		font-size: .857em
	}
	
	.woocommerce ul.products li.product .price del {
		color: inherit;
		opacity: .5;
		display: inline-block
	}
	
	.woocommerce ul.products li.product .price ins {
		background: 0 0;
		font-weight: 700;
		display: inline-block
	}
	
	.woocommerce ul.products li.product .price .from {
		font-size: .67em;
		margin: -2px 0 0;
		text-transform: uppercase;
		color: rgba(132, 132, 132, .5)
	}
	
	.woocommerce .woocommerce-result-count {
		margin: 0 0 1em
	}
	
	.woocommerce .woocommerce-ordering {
		margin: 0 0 1em
	}
	
	.woocommerce .woocommerce-ordering select {
		vertical-align: top
	}
	
	.woocommerce nav.woocommerce-pagination {
		text-align: center
	}
	
	.woocommerce nav.woocommerce-pagination ul {
		display: inline-block;
		white-space: nowrap;
		padding: 0;
		clear: both;
		border: 1px solid #d3ced2;
		border-right: 0;
		margin: 1px
	}
	
	.woocommerce nav.woocommerce-pagination ul li {
		border-right: 1px solid #d3ced2;
		padding: 0;
		margin: 0;
		float: left;
		display: inline;
		overflow: hidden
	}
	
	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li span {
		margin: 0;
		text-decoration: none;
		padding: 0;
		line-height: 1;
		font-size: 1em;
		font-weight: 400;
		padding: .5em;
		min-width: 1em;
		display: block
	}
	
	.woocommerce nav.woocommerce-pagination ul li a:focus,
	.woocommerce nav.woocommerce-pagination ul li a:hover,
	.woocommerce nav.woocommerce-pagination ul li span.current {
		background: #ebe9eb;
		color: #8a7e88
	}
	
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button {
		font-size: 100%;
		margin: 0;
		line-height: 1;
		cursor: pointer;
		position: relative;
		text-decoration: none;
		overflow: visible;
		padding: .618em 1em;
		font-weight: 700;
		border-radius: 3px;
		left: auto;
		color: #515151;
		background-color: #ebe9eb;
		border: 0;
		display: inline-block;
		background-image: none;
		box-shadow: none;
		text-shadow: none
	}
	
	.woocommerce #respond input#submit.loading,
	.woocommerce a.button.loading,
	.woocommerce button.button.loading,
	.woocommerce input.button.loading {
		opacity: .25;
		padding-right: 2.618em
	}
	
	.woocommerce #respond input#submit.loading:after,
	.woocommerce a.button.loading:after,
	.woocommerce button.button.loading:after,
	.woocommerce input.button.loading:after {
		font-family: WooCommerce;
		content: '\e01c';
		vertical-align: top;
		font-weight: 400;
		position: absolute;
		top: .618em;
		right: 1em;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite
	}
	
	.woocommerce #respond input#submit.added:after,
	.woocommerce a.button.added:after,
	.woocommerce button.button.added:after,
	.woocommerce input.button.added:after {
		font-family: WooCommerce;
		content: '\e017';
		margin-left: .53em;
		vertical-align: bottom
	}
	
	.woocommerce #respond input#submit:hover,
	.woocommerce a.button:hover,
	.woocommerce button.button:hover,
	.woocommerce input.button:hover {
		background-color: #dad8da;
		text-decoration: none;
		background-image: none;
		color: #515151
	}
	
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt {
		background-color: #a46497;
		color: #fff;
		-webkit-font-smoothing: antialiased
	}
	
	.woocommerce #respond input#submit.alt:hover,
	.woocommerce a.button.alt:hover,
	.woocommerce button.button.alt:hover,
	.woocommerce input.button.alt:hover {
		background-color: #935386;
		color: #fff
	}
	
	.woocommerce #respond input#submit.alt.disabled,
	.woocommerce #respond input#submit.alt.disabled:hover,
	.woocommerce #respond input#submit.alt:disabled,
	.woocommerce #respond input#submit.alt:disabled:hover,
	.woocommerce #respond input#submit.alt:disabled[disabled],
	.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
	.woocommerce a.button.alt.disabled,
	.woocommerce a.button.alt.disabled:hover,
	.woocommerce a.button.alt:disabled,
	.woocommerce a.button.alt:disabled:hover,
	.woocommerce a.button.alt:disabled[disabled],
	.woocommerce a.button.alt:disabled[disabled]:hover,
	.woocommerce button.button.alt.disabled,
	.woocommerce button.button.alt.disabled:hover,
	.woocommerce button.button.alt:disabled,
	.woocommerce button.button.alt:disabled:hover,
	.woocommerce button.button.alt:disabled[disabled],
	.woocommerce button.button.alt:disabled[disabled]:hover,
	.woocommerce input.button.alt.disabled,
	.woocommerce input.button.alt.disabled:hover,
	.woocommerce input.button.alt:disabled,
	.woocommerce input.button.alt:disabled:hover,
	.woocommerce input.button.alt:disabled[disabled],
	.woocommerce input.button.alt:disabled[disabled]:hover {
		background-color: #a46497;
		color: #fff
	}
	
	.woocommerce #respond input#submit.disabled,
	.woocommerce #respond input#submit:disabled,
	.woocommerce #respond input#submit:disabled[disabled],
	.woocommerce a.button.disabled,
	.woocommerce a.button:disabled,
	.woocommerce a.button:disabled[disabled],
	.woocommerce button.button.disabled,
	.woocommerce button.button:disabled,
	.woocommerce button.button:disabled[disabled],
	.woocommerce input.button.disabled,
	.woocommerce input.button:disabled,
	.woocommerce input.button:disabled[disabled] {
		color: inherit;
		cursor: not-allowed;
		opacity: .5;
		padding: .618em 1em
	}
	
	.woocommerce #respond input#submit.disabled:hover,
	.woocommerce #respond input#submit:disabled:hover,
	.woocommerce #respond input#submit:disabled[disabled]:hover,
	.woocommerce a.button.disabled:hover,
	.woocommerce a.button:disabled:hover,
	.woocommerce a.button:disabled[disabled]:hover,
	.woocommerce button.button.disabled:hover,
	.woocommerce button.button:disabled:hover,
	.woocommerce button.button:disabled[disabled]:hover,
	.woocommerce input.button.disabled:hover,
	.woocommerce input.button:disabled:hover,
	.woocommerce input.button:disabled[disabled]:hover {
		color: inherit;
		background-color: #ebe9eb
	}
	
	.woocommerce .cart .button,
	.woocommerce .cart input.button {
		float: none
	}
	
	.woocommerce a.added_to_cart {
		padding-top: .5em;
		display: inline-block
	}
	
	.woocommerce #reviews h2 small {
		float: right;
		color: #777;
		font-size: 15px;
		margin: 10px 0 0
	}
	
	.woocommerce #reviews h2 small a {
		text-decoration: none;
		color: #777
	}
	
	.woocommerce #reviews h3 {
		margin: 0
	}
	
	.woocommerce #reviews #respond {
		margin: 0;
		border: 0;
		padding: 0
	}
	
	.woocommerce #reviews #comment {
		height: 75px
	}
	
	.woocommerce #reviews #comments .add_review:after,
	.woocommerce #reviews #comments .add_review:before {
		content: ' ';
		display: table
	}
	
	.woocommerce #reviews #comments .add_review:after {
		clear: both
	}
	
	.woocommerce #reviews #comments h2 {
		clear: none
	}
	
	.woocommerce #reviews #comments ol.commentlist {
		margin: 0;
		width: 100%;
		background: 0 0;
		list-style: none
	}
	
	.woocommerce #reviews #comments ol.commentlist:after,
	.woocommerce #reviews #comments ol.commentlist:before {
		content: ' ';
		display: table
	}
	
	.woocommerce #reviews #comments ol.commentlist:after {
		clear: both
	}
	
	.woocommerce #reviews #comments ol.commentlist li {
		padding: 0;
		margin: 0 0 20px;
		border: 0;
		position: relative;
		background: 0;
		border: 0
	}
	
	.woocommerce #reviews #comments ol.commentlist li .meta {
		color: #777;
		font-size: .75em
	}
	
	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		float: left;
		position: absolute;
		top: 0;
		left: 0;
		padding: 3px;
		width: 32px;
		height: auto;
		background: #ebe9eb;
		border: 1px solid #e4e1e3;
		margin: 0;
		box-shadow: none
	}
	
	.woocommerce #reviews #comments ol.commentlist li .comment-text {
		margin: 0 0 0 50px;
		border: 1px solid #e4e1e3;
		border-radius: 4px;
		padding: 1em 1em 0
	}
	
	.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
	.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
		content: ' ';
		display: table
	}
	
	.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
		clear: both
	}
	
	.woocommerce #reviews #comments ol.commentlist li .comment-text p {
		margin: 0 0 1em
	}
	
	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
		font-size: .83em
	}
	
	.woocommerce #reviews #comments ol.commentlist ul.children {
		list-style: none outside;
		margin: 20px 0 0 50px
	}
	
	.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
		display: none
	}
	
	.woocommerce #reviews #comments ol.commentlist #respond {
		border: 1px solid #e4e1e3;
		border-radius: 4px;
		padding: 1em 1em 0;
		margin: 20px 0 0 50px
	}
	
	.woocommerce #reviews #comments .commentlist>li:before {
		content: ''
	}
	
	.woocommerce .star-rating {
		float: right;
		overflow: hidden;
		position: relative;
		height: 1em;
		line-height: 1;
		font-size: 1em;
		width: 5.4em;
		font-family: star
	}
	
	.woocommerce .star-rating:before {
		content: '\73\73\73\73\73';
		color: #d3ced2;
		float: left;
		top: 0;
		left: 0;
		position: absolute
	}
	
	.woocommerce .star-rating span {
		overflow: hidden;
		float: left;
		top: 0;
		left: 0;
		position: absolute;
		padding-top: 1.5em
	}
	
	.woocommerce .star-rating span:before {
		content: '\53\53\53\53\53';
		top: 0;
		position: absolute;
		left: 0
	}
	
	.woocommerce .woocommerce-product-rating {
		line-height: 2;
		display: block
	}
	
	.woocommerce .woocommerce-product-rating:after,
	.woocommerce .woocommerce-product-rating:before {
		content: ' ';
		display: table
	}
	
	.woocommerce .woocommerce-product-rating:after {
		clear: both
	}
	
	.woocommerce .woocommerce-product-rating .star-rating {
		margin: .5em 4px 0 0;
		float: left
	}
	
	.woocommerce .products .star-rating {
		display: block;
		margin: 0 0 .5em;
		float: none
	}
	
	.woocommerce .hreview-aggregate .star-rating {
		margin: 10px 0 0
	}
	
	.woocommerce #review_form #respond {
		position: static;
		margin: 0;
		width: auto;
		padding: 0;
		background: transparent none;
		border: 0
	}
	
	.woocommerce #review_form #respond:after,
	.woocommerce #review_form #respond:before {
		content: ' ';
		display: table
	}
	
	.woocommerce #review_form #respond:after {
		clear: both
	}
	
	.woocommerce #review_form #respond p {
		margin: 0 0 10px
	}
	
	.woocommerce #review_form #respond .form-submit input {
		left: auto
	}
	
	.woocommerce #review_form #respond textarea {
		box-sizing: border-box;
		width: 100%
	}
	
	.woocommerce p.stars a {
		position: relative;
		height: 1em;
		width: 1em;
		text-indent: -999em;
		display: inline-block;
		text-decoration: none
	}
	
	.woocommerce p.stars a:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 1em;
		height: 1em;
		line-height: 1;
		font-family: WooCommerce;
		content: '\e021';
		text-indent: 0
	}
	
	.woocommerce p.stars a:hover~a:before {
		content: '\e021'
	}
	
	.woocommerce p.stars:hover a:before {
		content: '\e020'
	}
	
	.woocommerce p.stars.selected a.active:before {
		content: '\e020'
	}
	
	.woocommerce p.stars.selected a.active~a:before {
		content: '\e021'
	}
	
	.woocommerce p.stars.selected a:not(.active):before {
		content: '\e020'
	}
	
	.woocommerce table.shop_attributes {
		border: 0;
		border-top: 1px dotted rgba(0, 0, 0, .1);
		margin-bottom: 1.618em;
		width: 100%
	}
	
	.woocommerce table.shop_attributes th {
		width: 150px;
		font-weight: 700;
		padding: 8px;
		border-top: 0;
		border-bottom: 1px dotted rgba(0, 0, 0, .1);
		margin: 0;
		line-height: 1.5
	}
	
	.woocommerce table.shop_attributes td {
		font-style: italic;
		padding: 0;
		border-top: 0;
		border-bottom: 1px dotted rgba(0, 0, 0, .1);
		margin: 0;
		line-height: 1.5
	}
	
	.woocommerce table.shop_attributes td p {
		margin: 0;
		padding: 8px 0
	}
	
	.woocommerce table.shop_attributes tr:nth-child(even) td,
	.woocommerce table.shop_attributes tr:nth-child(even) th {
		background: rgba(0, 0, 0, .025)
	}
	
	.woocommerce table.shop_table {
		border: 1px solid rgba(0, 0, 0, .1);
		margin: 0 -1px 24px 0;
		text-align: left;
		width: 100%;
		border-collapse: separate;
		border-radius: 5px
	}
	
	.woocommerce table.shop_table th {
		font-weight: 700;
		padding: 9px 12px;
		line-height: 1.5em
	}
	
	.woocommerce table.shop_table td {
		border-top: 1px solid rgba(0, 0, 0, .1);
		padding: 9px 12px;
		vertical-align: middle;
		line-height: 1.5em
	}
	
	.woocommerce table.shop_table td small {
		font-weight: 400
	}
	
	.woocommerce table.shop_table tbody:first-child tr:first-child td,
	.woocommerce table.shop_table tbody:first-child tr:first-child th {
		border-top: 0
	}
	
	.woocommerce table.shop_table tbody th,
	.woocommerce table.shop_table tfoot td,
	.woocommerce table.shop_table tfoot th {
		font-weight: 700;
		border-top: 1px solid rgba(0, 0, 0, .1)
	}
	
	.woocommerce table.my_account_orders {
		font-size: .85em
	}
	
	.woocommerce table.my_account_orders td,
	.woocommerce table.my_account_orders th {
		padding: 4px 8px;
		vertical-align: middle
	}
	
	.woocommerce table.my_account_orders .button {
		white-space: nowrap
	}
	
	.woocommerce table.my_account_orders .order-actions {
		text-align: right
	}
	
	.woocommerce table.my_account_orders .order-actions .button {
		margin: .125em 0 .125em .25em
	}
	
	.woocommerce table.woocommerce-MyAccount-downloads td,
	.woocommerce table.woocommerce-MyAccount-downloads th {
		vertical-align: top;
		text-align: center
	}
	
	.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
	.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
		text-align: left
	}
	
	.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
	.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
		text-align: left
	}
	
	.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,
	.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
		content: '\2193';
		display: inline-block
	}
	
	.woocommerce td.product-name .wc-item-meta,
	.woocommerce td.product-name dl.variation {
		list-style: none outside
	}
	
	.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
	.woocommerce td.product-name .wc-item-meta dt,
	.woocommerce td.product-name dl.variation .wc-item-meta-label,
	.woocommerce td.product-name dl.variation dt {
		float: left;
		clear: both;
		margin-right: .25em;
		display: inline-block;
		list-style: none outside
	}
	
	.woocommerce td.product-name .wc-item-meta dd,
	.woocommerce td.product-name dl.variation dd {
		margin: 0
	}
	
	.woocommerce td.product-name .wc-item-meta p,
	.woocommerce td.product-name .wc-item-meta:last-child,
	.woocommerce td.product-name dl.variation p,
	.woocommerce td.product-name dl.variation:last-child {
		margin-bottom: 0
	}
	
	.woocommerce td.product-name p.backorder_notification {
		font-size: .83em
	}
	
	.woocommerce td.product-quantity {
		min-width: 80px
	}
	
	.woocommerce ul.cart_list,
	.woocommerce ul.product_list_widget {
		list-style: none outside;
		padding: 0;
		margin: 0
	}
	
	.woocommerce ul.cart_list li,
	.woocommerce ul.product_list_widget li {
		padding: 4px 0;
		margin: 0;
		list-style: none
	}
	
	.woocommerce ul.cart_list li:after,
	.woocommerce ul.cart_list li:before,
	.woocommerce ul.product_list_widget li:after,
	.woocommerce ul.product_list_widget li:before {
		content: ' ';
		display: table
	}
	
	.woocommerce ul.cart_list li:after,
	.woocommerce ul.product_list_widget li:after {
		clear: both
	}
	
	.woocommerce ul.cart_list li a,
	.woocommerce ul.product_list_widget li a {
		display: block;
		font-weight: 700
	}
	
	.woocommerce ul.cart_list li img,
	.woocommerce ul.product_list_widget li img {
		float: right;
		margin-left: 4px;
		width: 32px;
		height: auto;
		box-shadow: none
	}
	
	.woocommerce ul.cart_list li dl,
	.woocommerce ul.product_list_widget li dl {
		margin: 0;
		padding-left: 1em;
		border-left: 2px solid rgba(0, 0, 0, .1)
	}
	
	.woocommerce ul.cart_list li dl:after,
	.woocommerce ul.cart_list li dl:before,
	.woocommerce ul.product_list_widget li dl:after,
	.woocommerce ul.product_list_widget li dl:before {
		content: ' ';
		display: table
	}
	
	.woocommerce ul.cart_list li dl:after,
	.woocommerce ul.product_list_widget li dl:after {
		clear: both
	}
	
	.woocommerce ul.cart_list li dl dd,
	.woocommerce ul.cart_list li dl dt,
	.woocommerce ul.product_list_widget li dl dd,
	.woocommerce ul.product_list_widget li dl dt {
		display: inline-block;
		float: left;
		margin-bottom: 1em
	}
	
	.woocommerce ul.cart_list li dl dt,
	.woocommerce ul.product_list_widget li dl dt {
		font-weight: 700;
		padding: 0 0 .25em;
		margin: 0 4px 0 0;
		clear: left
	}
	
	.woocommerce ul.cart_list li dl dd,
	.woocommerce ul.product_list_widget li dl dd {
		padding: 0 0 .25em
	}
	
	.woocommerce ul.cart_list li dl dd p:last-child,
	.woocommerce ul.product_list_widget li dl dd p:last-child {
		margin-bottom: 0
	}
	
	.woocommerce ul.cart_list li .star-rating,
	.woocommerce ul.product_list_widget li .star-rating {
		float: none
	}
	
	.woocommerce .widget_shopping_cart .total,
	.woocommerce.widget_shopping_cart .total {
		border-top: 3px double #ebe9eb;
		padding: 4px 0 0
	}
	
	.woocommerce .widget_shopping_cart .total strong,
	.woocommerce.widget_shopping_cart .total strong {
		min-width: 40px;
		display: inline-block
	}
	
	.woocommerce .widget_shopping_cart .cart_list li,
	.woocommerce.widget_shopping_cart .cart_list li {
		padding-left: 2em;
		position: relative;
		padding-top: 0
	}
	
	.woocommerce .widget_shopping_cart .cart_list li a.remove,
	.woocommerce.widget_shopping_cart .cart_list li a.remove {
		position: absolute;
		top: 0;
		left: 0
	}
	
	.woocommerce .widget_shopping_cart .buttons:after,
	.woocommerce .widget_shopping_cart .buttons:before,
	.woocommerce.widget_shopping_cart .buttons:after,
	.woocommerce.widget_shopping_cart .buttons:before {
		content: ' ';
		display: table
	}
	
	.woocommerce .widget_shopping_cart .buttons:after,
	.woocommerce.widget_shopping_cart .buttons:after {
		clear: both
	}
	
	.woocommerce .widget_shopping_cart .buttons a,
	.woocommerce.widget_shopping_cart .buttons a {
		margin-right: 5px;
		margin-bottom: 5px
	}
	
	.woocommerce form .form-row {
		padding: 3px;
		margin: 0 0 6px
	}
	
	.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
		-webkit-transition: opacity .5s .5s ease;
		transition: opacity .5s .5s ease;
		opacity: 0
	}
	
	.woocommerce form .form-row label {
		line-height: 2
	}
	
	.woocommerce form .form-row label.hidden {
		visibility: hidden
	}
	
	.woocommerce form .form-row label.inline {
		display: inline
	}
	
	.woocommerce form .form-row .woocommerce-input-wrapper .description {
		background: #1e85be;
		color: #fff;
		border-radius: 3px;
		padding: 1em;
		margin: .5em 0 0;
		clear: both;
		display: none;
		position: relative
	}
	
	.woocommerce form .form-row .woocommerce-input-wrapper .description a {
		color: #fff;
		text-decoration: underline;
		border: 0;
		box-shadow: none
	}
	
	.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
		left: 50%;
		top: 0;
		margin-top: -4px;
		-webkit-transform: translatex(-50%) rotate(180deg);
		-ms-transform: translatex(-50%) rotate(180deg);
		transform: translatex(-50%) rotate(180deg);
		content: "";
		position: absolute;
		border-width: 4px 6px 0;
		border-style: solid;
		border-color: #1e85be transparent transparent;
		z-index: 100;
		display: block
	}
	
	.woocommerce form .form-row select {
		cursor: pointer;
		margin: 0
	}
	
	.woocommerce form .form-row .required {
		color: red;
		font-weight: 700;
		border: 0!important;
		text-decoration: none;
		visibility: hidden
	}
	
	.woocommerce form .form-row .optional {
		visibility: visible
	}
	
	.woocommerce form .form-row .input-checkbox {
		display: inline;
		margin: -2px 8px 0 0;
		text-align: center;
		vertical-align: middle
	}
	
	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row textarea {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		outline: 0;
		line-height: normal
	}
	
	.woocommerce form .form-row textarea {
		height: 4em;
		line-height: 1.5;
		display: block;
		box-shadow: none
	}
	
	.woocommerce form .form-row .select2-container {
		width: 100%;
		line-height: 2em
	}
	
	.woocommerce form .form-row.woocommerce-invalid label {
		color: #a00
	}
	
	.woocommerce form .form-row.woocommerce-invalid .select2-container,
	.woocommerce form .form-row.woocommerce-invalid input.input-text,
	.woocommerce form .form-row.woocommerce-invalid select {
		border-color: #a00
	}
	
	.woocommerce form .form-row.woocommerce-validated .select2-container,
	.woocommerce form .form-row.woocommerce-validated input.input-text,
	.woocommerce form .form-row.woocommerce-validated select {
		border-color: #69bf29
	}
	
	.woocommerce form .form-row::-webkit-input-placeholder {
		line-height: normal
	}
	
	.woocommerce form .form-row:-moz-placeholder {
		line-height: normal
	}
	
	.woocommerce form .form-row:-ms-input-placeholder {
		line-height: normal
	}
	
	.woocommerce form.checkout_coupon,
	.woocommerce form.login,
	.woocommerce form.register {
		border: 1px solid #d3ced2;
		padding: 20px;
		margin: 2em 0;
		text-align: left;
		border-radius: 5px
	}
	
	.woocommerce ul#shipping_method {
		list-style: none outside;
		margin: 0;
		padding: 0
	}
	
	.woocommerce ul#shipping_method li {
		margin: 0 0 .5em;
		line-height: 1.5em;
		list-style: none outside
	}
	
	.woocommerce ul#shipping_method li input {
		margin: 3px .4375em 0 0;
		vertical-align: top
	}
	
	.woocommerce ul#shipping_method li label {
		display: inline
	}
	
	.woocommerce ul#shipping_method .amount {
		font-weight: 700
	}
	
	.woocommerce p.woocommerce-shipping-contents {
		margin: 0
	}
	
	.woocommerce ul.order_details {
		margin: 0 0 3em;
		list-style: none
	}
	
	.woocommerce ul.order_details:after,
	.woocommerce ul.order_details:before {
		content: ' ';
		display: table
	}
	
	.woocommerce ul.order_details:after {
		clear: both
	}
	
	.woocommerce ul.order_details li {
		float: left;
		margin-right: 2em;
		text-transform: uppercase;
		font-size: .715em;
		line-height: 1;
		border-right: 1px dashed #d3ced2;
		padding-right: 2em;
		margin-left: 0;
		padding-left: 0;
		list-style-type: none
	}
	
	.woocommerce ul.order_details li strong {
		display: block;
		font-size: 1.4em;
		text-transform: none;
		line-height: 1.5
	}
	
	.woocommerce ul.order_details li:last-of-type {
		border: none
	}
	
	.woocommerce .wc-bacs-bank-details-account-name {
		font-weight: 700
	}
	
	.woocommerce .woocommerce-customer-details,
	.woocommerce .woocommerce-order-details,
	.woocommerce .woocommerce-order-downloads {
		margin-bottom: 2em
	}
	
	.woocommerce .woocommerce-customer-details:last-child,
	.woocommerce .woocommerce-order-details:last-child,
	.woocommerce .woocommerce-order-downloads:last-child {
		margin-bottom: 0
	}
	
	.woocommerce .woocommerce-customer-details address {
		font-style: normal;
		margin-bottom: 0;
		border: 1px solid rgba(0, 0, 0, .1);
		border-bottom-width: 2px;
		border-right-width: 2px;
		text-align: left;
		width: 100%;
		border-radius: 5px;
		padding: 6px 12px
	}
	
	.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
	.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
		margin-bottom: 0;
		padding-left: 1.5em
	}
	
	.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
		font-family: WooCommerce;
		speak: none;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		margin-right: .618em;
		content: "";
		text-decoration: none;
		margin-left: -1.5em;
		line-height: 1.75;
		position: absolute
	}
	
	.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
		font-family: WooCommerce;
		speak: none;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		margin-right: .618em;
		content: "";
		text-decoration: none;
		margin-left: -1.5em;
		line-height: 1.75;
		position: absolute
	}
	
	.woocommerce .woocommerce-widget-layered-nav-list {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none outside
	}
	
	.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
		padding: 0 0 1px;
		list-style: none
	}
	
	.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,
	.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
		content: ' ';
		display: table
	}
	
	.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
		clear: both
	}
	
	.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
	.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
		padding: 1px 0
	}
	
	.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
		font-family: WooCommerce;
		speak: none;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		margin-right: .618em;
		content: "";
		text-decoration: none;
		color: #a00
	}
	
	.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
		margin-top: 1em
	}
	
	.woocommerce .widget_layered_nav_filters ul {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none outside;
		overflow: hidden;
		zoom: 1
	}
	
	.woocommerce .widget_layered_nav_filters ul li {
		float: left;
		padding: 0 1em 1px 1px;
		list-style: none
	}
	
	.woocommerce .widget_layered_nav_filters ul li a {
		text-decoration: none
	}
	
	.woocommerce .widget_layered_nav_filters ul li a:before {
		font-family: WooCommerce;
		speak: none;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		margin-right: .618em;
		content: "";
		text-decoration: none;
		color: #a00;
		vertical-align: inherit;
		margin-right: .5em
	}
	
	.woocommerce .widget_price_filter .price_slider {
		margin-bottom: 1em
	}
	
	.woocommerce .widget_price_filter .price_slider_amount {
		text-align: right;
		line-height: 2.4;
		font-size: .8751em
	}
	
	.woocommerce .widget_price_filter .price_slider_amount .button {
		font-size: 1.15em;
		float: left
	}
	
	.woocommerce .widget_price_filter .ui-slider {
		position: relative;
		text-align: left;
		margin-left: .5em;
		margin-right: .5em
	}
	
	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
		position: absolute;
		z-index: 2;
		width: 1em;
		height: 1em;
		background-color: #a46497;
		border-radius: 1em;
		cursor: ew-resize;
		outline: 0;
		top: -.3em;
		margin-left: -.5em
	}
	
	.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
		position: absolute;
		z-index: 1;
		font-size: .7em;
		display: block;
		border: 0;
		border-radius: 1em;
		background-color: #a46497
	}
	
	.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
		border-radius: 1em;
		background-color: #602053;
		border: 0
	}
	
	.woocommerce .widget_price_filter .ui-slider-horizontal {
		height: .5em
	}
	
	.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
		top: 0;
		height: 100%
	}
	
	.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
		left: -1px
	}
	
	.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
		right: -1px
	}
	
	.woocommerce .widget_rating_filter ul {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none outside
	}
	
	.woocommerce .widget_rating_filter ul li {
		padding: 0 0 1px;
		list-style: none
	}
	
	.woocommerce .widget_rating_filter ul li:after,
	.woocommerce .widget_rating_filter ul li:before {
		content: ' ';
		display: table
	}
	
	.woocommerce .widget_rating_filter ul li:after {
		clear: both
	}
	
	.woocommerce .widget_rating_filter ul li a {
		padding: 1px 0;
		text-decoration: none
	}
	
	.woocommerce .widget_rating_filter ul li .star-rating {
		float: none;
		display: inline-block
	}
	
	.woocommerce .widget_rating_filter ul li.chosen a:before {
		font-family: WooCommerce;
		speak: none;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		margin-right: .618em;
		content: "";
		text-decoration: none;
		color: #a00
	}
	
	.woocommerce-no-js form.woocommerce-form-coupon,
	.woocommerce-no-js form.woocommerce-form-login {
		display: block!important
	}
	
	.woocommerce-no-js .showcoupon,
	.woocommerce-no-js .woocommerce-form-coupon-toggle,
	.woocommerce-no-js .woocommerce-form-login-toggle {
		display: none!important
	}
	
	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		padding: 1em 2em 1em 3.5em;
		margin: 0 0 2em;
		position: relative;
		background-color: #f7f6f7;
		color: #515151;
		border-top: 3px solid #a46497;
		list-style: none outside;
		width: auto;
		word-wrap: break-word
	}
	
	.woocommerce-error:after,
	.woocommerce-error:before,
	.woocommerce-info:after,
	.woocommerce-info:before,
	.woocommerce-message:after,
	.woocommerce-message:before {
		content: ' ';
		display: table
	}
	
	.woocommerce-error:after,
	.woocommerce-info:after,
	.woocommerce-message:after {
		clear: both
	}
	
	.woocommerce-error:before,
	.woocommerce-info:before,
	.woocommerce-message:before {
		font-family: WooCommerce;
		content: '\e028';
		display: inline-block;
		position: absolute;
		top: 1em;
		left: 1.5em
	}
	
	.woocommerce-error .button,
	.woocommerce-info .button,
	.woocommerce-message .button {
		float: right
	}
	
	.woocommerce-error li,
	.woocommerce-info li,
	.woocommerce-message li {
		list-style: none outside!important;
		padding-left: 0!important;
		margin-left: 0!important
	}
	
	.rtl.woocommerce .price_label,
	.rtl.woocommerce .price_label span {
		direction: ltr;
		unicode-bidi: embed
	}
	
	.woocommerce-message {
		border-top-color: #8fae1b
	}
	
	.woocommerce-message:before {
		content: '\e015';
		color: #8fae1b
	}
	
	.woocommerce-info {
		border-top-color: #1e85be
	}
	
	.woocommerce-info:before {
		color: #1e85be
	}
	
	.woocommerce-error {
		border-top-color: #b81c23
	}
	
	.woocommerce-error:before {
		content: '\e016';
		color: #b81c23
	}
	
	.woocommerce-account .woocommerce:after,
	.woocommerce-account .woocommerce:before {
		content: ' ';
		display: table
	}
	
	.woocommerce-account .woocommerce:after {
		clear: both
	}
	
	.woocommerce-account .addresses .title:after,
	.woocommerce-account .addresses .title:before {
		content: ' ';
		display: table
	}
	
	.woocommerce-account .addresses .title:after {
		clear: both
	}
	
	.woocommerce-account .addresses .title h3 {
		float: left
	}
	
	.woocommerce-account .addresses .title .edit {
		float: right
	}
	
	.woocommerce-account ol.commentlist.notes li.note p.meta {
		font-weight: 700;
		margin-bottom: 0
	}
	
	.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
		margin-bottom: 0
	}
	
	.woocommerce-account ul.digital-downloads {
		margin-left: 0;
		padding-left: 0
	}
	
	.woocommerce-account ul.digital-downloads li {
		list-style: none;
		margin-left: 0;
		padding-left: 0
	}
	
	.woocommerce-account ul.digital-downloads li:before {
		font-family: WooCommerce;
		speak: none;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		margin-right: .618em;
		content: "";
		text-decoration: none
	}
	
	.woocommerce-account ul.digital-downloads li .count {
		float: right
	}
	
	#add_payment_method table.cart .product-thumbnail,
	.woocommerce-cart table.cart .product-thumbnail,
	.woocommerce-checkout table.cart .product-thumbnail {
		min-width: 32px
	}
	
	#add_payment_method table.cart img,
	.woocommerce-cart table.cart img,
	.woocommerce-checkout table.cart img {
		width: 32px;
		box-shadow: none
	}
	
	#add_payment_method table.cart td,
	#add_payment_method table.cart th,
	.woocommerce-cart table.cart td,
	.woocommerce-cart table.cart th,
	.woocommerce-checkout table.cart td,
	.woocommerce-checkout table.cart th {
		vertical-align: middle
	}
	
	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
		float: left;
		box-sizing: border-box;
		border: 1px solid #d3ced2;
		padding: 6px 6px 5px;
		margin: 0 4px 0 0;
		outline: 0
	}
	
	#add_payment_method table.cart input,
	.woocommerce-cart table.cart input,
	.woocommerce-checkout table.cart input {
		margin: 0;
		vertical-align: middle
	}
	
	#add_payment_method .wc-proceed-to-checkout,
	.woocommerce-cart .wc-proceed-to-checkout,
	.woocommerce-checkout .wc-proceed-to-checkout {
		padding: 1em 0
	}
	
	#add_payment_method .wc-proceed-to-checkout:after,
	#add_payment_method .wc-proceed-to-checkout:before,
	.woocommerce-cart .wc-proceed-to-checkout:after,
	.woocommerce-cart .wc-proceed-to-checkout:before,
	.woocommerce-checkout .wc-proceed-to-checkout:after,
	.woocommerce-checkout .wc-proceed-to-checkout:before {
		content: ' ';
		display: table
	}
	
	#add_payment_method .wc-proceed-to-checkout:after,
	.woocommerce-cart .wc-proceed-to-checkout:after,
	.woocommerce-checkout .wc-proceed-to-checkout:after {
		clear: both
	}
	
	#add_payment_method .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
		display: block;
		text-align: center;
		margin-bottom: 1em;
		font-size: 1.25em;
		padding: 1em
	}
	
	#add_payment_method .cart-collaterals .shipping-calculator-button,
	.woocommerce-cart .cart-collaterals .shipping-calculator-button,
	.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
		float: none;
		margin-top: .5em;
		display: inline-block
	}
	
	#add_payment_method .cart-collaterals .shipping-calculator-button:after,
	.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
	.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
		font-family: WooCommerce;
		speak: none;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		margin-left: .618em;
		content: "";
		text-decoration: none
	}
	
	#add_payment_method .cart-collaterals .shipping-calculator-form,
	.woocommerce-cart .cart-collaterals .shipping-calculator-form,
	.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
		margin: 1em 0 0
	}
	
	#add_payment_method .cart-collaterals .cart_totals p small,
	.woocommerce-cart .cart-collaterals .cart_totals p small,
	.woocommerce-checkout .cart-collaterals .cart_totals p small {
		color: #777;
		font-size: .83em
	}
	
	#add_payment_method .cart-collaterals .cart_totals table,
	.woocommerce-cart .cart-collaterals .cart_totals table,
	.woocommerce-checkout .cart-collaterals .cart_totals table {
		border-collapse: separate;
		margin: 0 0 6px;
		padding: 0
	}
	
	#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
	#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
	.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
	.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
	.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
	.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
		border-top: 0
	}
	
	#add_payment_method .cart-collaterals .cart_totals table th,
	.woocommerce-cart .cart-collaterals .cart_totals table th,
	.woocommerce-checkout .cart-collaterals .cart_totals table th {
		width: 35%
	}
	
	#add_payment_method .cart-collaterals .cart_totals table td,
	#add_payment_method .cart-collaterals .cart_totals table th,
	.woocommerce-cart .cart-collaterals .cart_totals table td,
	.woocommerce-cart .cart-collaterals .cart_totals table th,
	.woocommerce-checkout .cart-collaterals .cart_totals table td,
	.woocommerce-checkout .cart-collaterals .cart_totals table th {
		vertical-align: top;
		border-left: 0;
		border-right: 0;
		line-height: 1.5em
	}
	
	#add_payment_method .cart-collaterals .cart_totals table small,
	.woocommerce-cart .cart-collaterals .cart_totals table small,
	.woocommerce-checkout .cart-collaterals .cart_totals table small {
		color: #777
	}
	
	#add_payment_method .cart-collaterals .cart_totals table select,
	.woocommerce-cart .cart-collaterals .cart_totals table select,
	.woocommerce-checkout .cart-collaterals .cart_totals table select {
		width: 100%
	}
	
	#add_payment_method .cart-collaterals .cart_totals .discount td,
	.woocommerce-cart .cart-collaterals .cart_totals .discount td,
	.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
		color: #77a464
	}
	
	#add_payment_method .cart-collaterals .cart_totals tr td,
	#add_payment_method .cart-collaterals .cart_totals tr th,
	.woocommerce-cart .cart-collaterals .cart_totals tr td,
	.woocommerce-cart .cart-collaterals .cart_totals tr th,
	.woocommerce-checkout .cart-collaterals .cart_totals tr td,
	.woocommerce-checkout .cart-collaterals .cart_totals tr th {
		border-top: 1px solid #ebe9eb
	}
	
	#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
	.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
	.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
		margin-bottom: 0
	}
	
	#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
	.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
	.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
		margin-top: 0
	}
	
	#add_payment_method .checkout .col-2 h3#ship-to-different-address,
	.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
	.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
		float: left;
		clear: none
	}
	
	#add_payment_method .checkout .col-2 .notes,
	.woocommerce-cart .checkout .col-2 .notes,
	.woocommerce-checkout .checkout .col-2 .notes {
		clear: left
	}
	
	#add_payment_method .checkout .col-2 .form-row-first,
	.woocommerce-cart .checkout .col-2 .form-row-first,
	.woocommerce-checkout .checkout .col-2 .form-row-first {
		clear: left
	}
	
	#add_payment_method .checkout .create-account small,
	.woocommerce-cart .checkout .create-account small,
	.woocommerce-checkout .checkout .create-account small {
		font-size: 11px;
		color: #777;
		font-weight: 400
	}
	
	#add_payment_method .checkout div.shipping-address,
	.woocommerce-cart .checkout div.shipping-address,
	.woocommerce-checkout .checkout div.shipping-address {
		padding: 0;
		clear: left;
		width: 100%
	}
	
	#add_payment_method .checkout .shipping_address,
	.woocommerce-cart .checkout .shipping_address,
	.woocommerce-checkout .checkout .shipping_address {
		clear: both
	}
	
	#add_payment_method #payment,
	.woocommerce-cart #payment,
	.woocommerce-checkout #payment {
		background: #ebe9eb;
		border-radius: 5px
	}
	
	#add_payment_method #payment ul.payment_methods,
	.woocommerce-cart #payment ul.payment_methods,
	.woocommerce-checkout #payment ul.payment_methods {
		text-align: left;
		padding: 1em;
		border-bottom: 1px solid #d3ced2;
		margin: 0;
		list-style: none outside
	}
	
	#add_payment_method #payment ul.payment_methods:after,
	#add_payment_method #payment ul.payment_methods:before,
	.woocommerce-cart #payment ul.payment_methods:after,
	.woocommerce-cart #payment ul.payment_methods:before,
	.woocommerce-checkout #payment ul.payment_methods:after,
	.woocommerce-checkout #payment ul.payment_methods:before {
		content: ' ';
		display: table
	}
	
	#add_payment_method #payment ul.payment_methods:after,
	.woocommerce-cart #payment ul.payment_methods:after,
	.woocommerce-checkout #payment ul.payment_methods:after {
		clear: both
	}
	
	#add_payment_method #payment ul.payment_methods li,
	.woocommerce-cart #payment ul.payment_methods li,
	.woocommerce-checkout #payment ul.payment_methods li {
		line-height: 2;
		text-align: left;
		margin: 0;
		font-weight: 400
	}
	
	#add_payment_method #payment ul.payment_methods li input,
	.woocommerce-cart #payment ul.payment_methods li input,
	.woocommerce-checkout #payment ul.payment_methods li input {
		margin: 0 1em 0 0
	}
	
	#add_payment_method #payment ul.payment_methods li img,
	.woocommerce-cart #payment ul.payment_methods li img,
	.woocommerce-checkout #payment ul.payment_methods li img {
		vertical-align: middle;
		margin: -2px 0 0 .5em;
		padding: 0;
		position: relative;
		box-shadow: none
	}
	
	#add_payment_method #payment ul.payment_methods li img+img,
	.woocommerce-cart #payment ul.payment_methods li img+img,
	.woocommerce-checkout #payment ul.payment_methods li img+img {
		margin-left: 2px
	}
	
	#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
	#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,
	.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
	.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,
	.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
	.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
		content: ' ';
		display: table
	}
	
	#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
	.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
	.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
		clear: both
	}
	
	#add_payment_method #payment div.form-row,
	.woocommerce-cart #payment div.form-row,
	.woocommerce-checkout #payment div.form-row {
		padding: 1em
	}
	
	#add_payment_method #payment div.payment_box,
	.woocommerce-cart #payment div.payment_box,
	.woocommerce-checkout #payment div.payment_box {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		padding: 1em;
		margin: 1em 0;
		font-size: .92em;
		border-radius: 2px;
		line-height: 1.5;
		background-color: #dfdcde;
		color: #515151
	}
	
	#add_payment_method #payment div.payment_box input.input-text,
	#add_payment_method #payment div.payment_box textarea,
	.woocommerce-cart #payment div.payment_box input.input-text,
	.woocommerce-cart #payment div.payment_box textarea,
	.woocommerce-checkout #payment div.payment_box input.input-text,
	.woocommerce-checkout #payment div.payment_box textarea {
		border-color: #c7c1c6;
		border-top-color: #bbb3b9
	}
	
	#add_payment_method #payment div.payment_box::-webkit-input-placeholder,
	.woocommerce-cart #payment div.payment_box::-webkit-input-placeholder,
	.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
		color: #bbb3b9
	}
	
	#add_payment_method #payment div.payment_box:-moz-placeholder,
	.woocommerce-cart #payment div.payment_box:-moz-placeholder,
	.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
		color: #bbb3b9
	}
	
	#add_payment_method #payment div.payment_box:-ms-input-placeholder,
	.woocommerce-cart #payment div.payment_box:-ms-input-placeholder,
	.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
		color: #bbb3b9
	}
	
	#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
	.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
	.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
		list-style: none outside;
		margin: 0
	}
	
	#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
	#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
	.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
	.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
	.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
	.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
		margin: 0 0 .5em
	}
	
	#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
	#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
	.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
	.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
	.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
	.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
		cursor: pointer
	}
	
	#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
	.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
	.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
		vertical-align: middle;
		margin: -3px 1em 0 0;
		position: relative
	}
	
	#add_payment_method #payment div.payment_box .wc-credit-card-form,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
		border: 0;
		padding: 0;
		margin: 1em 0 0
	}
	
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
		font-size: 1.5em;
		padding: 8px;
		background-repeat: no-repeat;
		background-position: right .618em center;
		background-size: 32px 20px
	}
	
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
		background-image: url(wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)
	}
	
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
		background-image: url(wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)
	}
	
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
		background-image: url(wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)
	}
	
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
		background-image: url(wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)
	}
	
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
		background-image: url(wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)
	}
	
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
		background-image: url(wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)
	}
	
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
		background-image: url(wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)
	}
	
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
	#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
	.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
		background-image: url(wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)
	}
	
	#add_payment_method #payment div.payment_box span.help,
	.woocommerce-cart #payment div.payment_box span.help,
	.woocommerce-checkout #payment div.payment_box span.help {
		font-size: .857em;
		color: #777;
		font-weight: 400
	}
	
	#add_payment_method #payment div.payment_box .form-row,
	.woocommerce-cart #payment div.payment_box .form-row,
	.woocommerce-checkout #payment div.payment_box .form-row {
		margin: 0 0 1em
	}
	
	#add_payment_method #payment div.payment_box p:last-child,
	.woocommerce-cart #payment div.payment_box p:last-child,
	.woocommerce-checkout #payment div.payment_box p:last-child {
		margin-bottom: 0
	}
	
	#add_payment_method #payment div.payment_box:before,
	.woocommerce-cart #payment div.payment_box:before,
	.woocommerce-checkout #payment div.payment_box:before {
		content: '';
		display: block;
		border: 1em solid #dfdcde;
		border-right-color: transparent;
		border-left-color: transparent;
		border-top-color: transparent;
		position: absolute;
		top: -.75em;
		left: 0;
		margin: -1em 0 0 2em
	}
	
	#add_payment_method #payment .payment_method_paypal .about_paypal,
	.woocommerce-cart #payment .payment_method_paypal .about_paypal,
	.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
		float: right;
		line-height: 52px;
		font-size: .83em
	}
	
	#add_payment_method #payment .payment_method_paypal img,
	.woocommerce-cart #payment .payment_method_paypal img,
	.woocommerce-checkout #payment .payment_method_paypal img {
		max-height: 52px;
		vertical-align: middle
	}
	
	.woocommerce-terms-and-conditions {
		border: 1px solid rgba(0, 0, 0, .2);
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
		background: rgba(0, 0, 0, .05)
	}
	
	.woocommerce-invalid #terms {
		outline: 2px solid red;
		outline-offset: 2px
	}
	
	.woocommerce-password-strength {
		text-align: center;
		font-weight: 600;
		padding: 3px .5em;
		font-size: 1em
	}
	
	.woocommerce-password-strength.strong {
		background-color: #c1e1b9;
		border-color: #83c373
	}
	
	.woocommerce-password-strength.short {
		background-color: #f1adad;
		border-color: #e35b5b
	}
	
	.woocommerce-password-strength.bad {
		background-color: #fbc5a9;
		border-color: #f78b53
	}
	
	.woocommerce-password-strength.good {
		background-color: #ffe399;
		border-color: #ffc733
	}
	
	.woocommerce-password-hint {
		margin: .5em 0 0;
		display: block
	}
	
	#content.twentyeleven .woocommerce-pagination a {
		font-size: 1em;
		line-height: 1
	}
	
	.single-product .twentythirteen #reply-title,
	.single-product .twentythirteen #respond #commentform,
	.single-product .twentythirteen .entry-summary {
		padding: 0
	}
	
	.single-product .twentythirteen p.stars {
		clear: both
	}
	
	.twentythirteen .woocommerce-breadcrumb {
		padding-top: 40px
	}
	
	.twentyfourteen ul.products li.product {
		margin-top: 0!important
	}
	
	body:not(.search-results) .twentysixteen .entry-summary {
		color: inherit;
		font-size: inherit;
		line-height: inherit
	}
	
	.twentysixteen .price ins {
		background: inherit;
		color: inherit
	}
	
	.woocommerce form .form-row .required {
		visibility: visible
	}
	
	@font-face {
		font-family: 'Genericons';
		src: url(wp-content/themes/myassignment/genericons/font/genericons-regular-webfont.eot)
	}
	
	@font-face {
		font-family: 'Genericons';
		src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url(wp-content/themes/myassignment/genericons/font/genericons-regular-webfont.ttf) format('truetype'), url(wp-content/themes/myassignment/genericons/font/genericons-regular-webfont.svg) format('svg');
		font-weight: 400;
		font-style: normal
	}
	
	.genericon {
		display: inline-block;
		width: 16px;
		height: 16px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 16px;
		line-height: 1;
		font-family: 'Genericons';
		text-decoration: inherit;
		font-weight: 400;
		font-style: normal;
		vertical-align: top
	}
	
	.genericon {
		*overflow: auto;
		*zoom: 1;
		*display: inline;
	}
	
	.genericon-standard:before {
		content: '\f100'
	}
	
	.genericon-aside:before {
		content: '\f101'
	}
	
	.genericon-image:before {
		content: '\f102'
	}
	
	.genericon-gallery:before {
		content: '\f103'
	}
	
	.genericon-video:before {
		content: '\f104'
	}
	
	.genericon-status:before {
		content: '\f105'
	}
	
	.genericon-quote:before {
		content: '\f106'
	}
	
	.genericon-link:before {
		content: '\f107'
	}
	
	.genericon-chat:before {
		content: '\f108'
	}
	
	.genericon-audio:before {
		content: '\f109'
	}
	
	.genericon-github:before {
		content: '\f200'
	}
	
	.genericon-dribbble:before {
		content: '\f201'
	}
	
	.genericon-twitter:before {
		content: '\f202'
	}
	
	.genericon-facebook:before {
		content: '\f203'
	}
	
	.genericon-facebook-alt:before {
		content: '\f204'
	}
	
	.genericon-wordpress:before {
		content: '\f205'
	}
	
	.genericon-googleplus:before {
		content: '\f206'
	}
	
	.genericon-linkedin:before {
		content: '\f207'
	}
	
	.genericon-linkedin-alt:before {
		content: '\f208'
	}
	
	.genericon-pinterest:before {
		content: '\f209'
	}
	
	.genericon-pinterest-alt:before {
		content: '\f210'
	}
	
	.genericon-flickr:before {
		content: '\f211'
	}
	
	.genericon-vimeo:before {
		content: '\f212'
	}
	
	.genericon-youtube:before {
		content: '\f213'
	}
	
	.genericon-tumblr:before {
		content: '\f214'
	}
	
	.genericon-instagram:before {
		content: '\f215'
	}
	
	.genericon-codepen:before {
		content: '\f216'
	}
	
	.genericon-polldaddy:before {
		content: '\f217'
	}
	
	.genericon-googleplus-alt:before {
		content: '\f218'
	}
	
	.genericon-path:before {
		content: '\f219'
	}
	
	.genericon-skype:before {
		content: '\f220'
	}
	
	.genericon-digg:before {
		content: '\f221'
	}
	
	.genericon-reddit:before {
		content: '\f222'
	}
	
	.genericon-stumbleupon:before {
		content: '\f223'
	}
	
	.genericon-pocket:before {
		content: '\f224'
	}
	
	.genericon-dropbox:before {
		content: '\f225'
	}
	
	.genericon-comment:before {
		content: '\f300'
	}
	
	.genericon-category:before {
		content: '\f301'
	}
	
	.genericon-tag:before {
		content: '\f302'
	}
	
	.genericon-time:before {
		content: '\f303'
	}
	
	.genericon-user:before {
		content: '\f304'
	}
	
	.genericon-day:before {
		content: '\f305'
	}
	
	.genericon-week:before {
		content: '\f306'
	}
	
	.genericon-month:before {
		content: '\f307'
	}
	
	.genericon-pinned:before {
		content: '\f308'
	}
	
	.genericon-search:before {
		content: '\f400'
	}
	
	.genericon-unzoom:before {
		content: '\f401'
	}
	
	.genericon-zoom:before {
		content: '\f402'
	}
	
	.genericon-show:before {
		content: '\f403'
	}
	
	.genericon-hide:before {
		content: '\f404'
	}
	
	.genericon-close:before {
		content: '\f405'
	}
	
	.genericon-close-alt:before {
		content: '\f406'
	}
	
	.genericon-trash:before {
		content: '\f407'
	}
	
	.genericon-star:before {
		content: '\f408'
	}
	
	.genericon-home:before {
		content: '\f409'
	}
	
	.genericon-mail:before {
		content: '\f410'
	}
	
	.genericon-edit:before {
		content: '\f411'
	}
	
	.genericon-reply:before {
		content: '\f412'
	}
	
	.genericon-feed:before {
		content: '\f413'
	}
	
	.genericon-warning:before {
		content: '\f414'
	}
	
	.genericon-share:before {
		content: '\f415'
	}
	
	.genericon-attachment:before {
		content: '\f416'
	}
	
	.genericon-location:before {
		content: '\f417'
	}
	
	.genericon-checkmark:before {
		content: '\f418'
	}
	
	.genericon-menu:before {
		content: '\f419'
	}
	
	.genericon-refresh:before {
		content: '\f420'
	}
	
	.genericon-minimize:before {
		content: '\f421'
	}
	
	.genericon-maximize:before {
		content: '\f422'
	}
	
	.genericon-404:before {
		content: '\f423'
	}
	
	.genericon-spam:before {
		content: '\f424'
	}
	
	.genericon-summary:before {
		content: '\f425'
	}
	
	.genericon-cloud:before {
		content: '\f426'
	}
	
	.genericon-key:before {
		content: '\f427'
	}
	
	.genericon-dot:before {
		content: '\f428'
	}
	
	.genericon-next:before {
		content: '\f429'
	}
	
	.genericon-previous:before {
		content: '\f430'
	}
	
	.genericon-expand:before {
		content: '\f431'
	}
	
	.genericon-collapse:before {
		content: '\f432'
	}
	
	.genericon-dropdown:before {
		content: '\f433'
	}
	
	.genericon-dropdown-left:before {
		content: '\f434'
	}
	
	.genericon-top:before {
		content: '\f435'
	}
	
	.genericon-draggable:before {
		content: '\f436'
	}
	
	.genericon-phone:before {
		content: '\f437'
	}
	
	.genericon-send-to-phone:before {
		content: '\f438'
	}
	
	.genericon-plugin:before {
		content: '\f439'
	}
	
	.genericon-cloud-download:before {
		content: '\f440'
	}
	
	.genericon-cloud-upload:before {
		content: '\f441'
	}
	
	.genericon-external:before {
		content: '\f442'
	}
	
	.genericon-document:before {
		content: '\f443'
	}
	
	.genericon-book:before {
		content: '\f444'
	}
	
	.genericon-cog:before {
		content: '\f445'
	}
	
	.genericon-unapprove:before {
		content: '\f446'
	}
	
	.genericon-cart:before {
		content: '\f447'
	}
	
	.genericon-pause:before {
		content: '\f448'
	}
	
	.genericon-stop:before {
		content: '\f449'
	}
	
	.genericon-skip-back:before {
		content: '\f450'
	}
	
	.genericon-skip-ahead:before {
		content: '\f451'
	}
	
	.genericon-play:before {
		content: '\f452'
	}
	
	.genericon-tablet:before {
		content: '\f453'
	}
	
	.genericon-send-to-tablet:before {
		content: '\f454'
	}
	
	.genericon-info:before {
		content: '\f455'
	}
	
	.genericon-notice:before {
		content: '\f456'
	}
	
	.genericon-help:before {
		content: '\f457'
	}
	
	.genericon-fastforward:before {
		content: '\f458'
	}
	
	.genericon-rewind:before {
		content: '\f459'
	}
	
	.genericon-portfolio:before {
		content: '\f460'
	}
	
	.genericon-heart:before {
		content: '\f461'
	}
	
	.genericon-code:before {
		content: '\f462'
	}
	
	.genericon-subscribe:before {
		content: '\f463'
	}
	
	.genericon-unsubscribe:before {
		content: '\f464'
	}
	
	.genericon-subscribed:before {
		content: '\f465'
	}
	
	.genericon-reply-alt:before {
		content: '\f466'
	}
	
	.genericon-reply-single:before {
		content: '\f467'
	}
	
	.genericon-flag:before {
		content: '\f468'
	}
	
	.genericon-print:before {
		content: '\f469'
	}
	
	.genericon-lock:before {
		content: '\f470'
	}
	
	.genericon-bold:before {
		content: '\f471'
	}
	
	.genericon-italic:before {
		content: '\f472'
	}
	
	.genericon-picture:before {
		content: '\f473'
	}
	
	.genericon-fullscreen:before {
		content: '\f474'
	}
	
	.genericon-uparrow:before {
		content: '\f500'
	}
	
	.genericon-rightarrow:before {
		content: '\f501'
	}
	
	.genericon-downarrow:before {
		content: '\f502'
	}
	
	.genericon-leftarrow:before {
		content: '\f503'
	}
	/*
Theme Name: My Assignment
Theme URI: #
Author: Moweb Techcologies
Author URI: https://www.moweb.com
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: 
Tags: 
Text Domain: myassignment
*/
	
	.tnp-subscription {
		font-size: 13px;
		display: block;
		margin: 15px auto;
		max-width: 500px;
		width: 100%
	}
	
	.tnp-subscription div.tnp-field {
		margin-bottom: 10px;
		border: 0;
		padding: 0
	}
	
	.tnp-subscription label {
		display: block;
		color: inherit;
		font-size: 14px;
		font-weight: 700;
		line-height: normal;
		padding: 5px;
		margin: 0
	}
	
	.tnp-subscription input[type=text],
	.tnp-subscription input[type=email],
	.tnp-subscription input[type=submit],
	.tnp-subscription select {
		width: 100%;
		height: 50px;
		padding: 10px;
		display: block;
		border: 1px;
		border-color: #ddd;
		background-color: #f4f4f4;
		background-image: none;
		text-shadow: none;
		color: #444;
		font-size: 14px;
		line-height: 20px;
		margin: 0;
		line-height: normal;
		box-sizing: border-box
	}
	
	.tnp-subscription input[type=checkbox],
	.tnp-widget input[type=radio] {
		max-width: 20px;
		display: inline
	}
	
	.tnp-subscription select option {
		margin-right: 10px
	}
	
	.tnp-subscription input.tnp-submit {
		background-color: #444;
		color: #fff;
		width: auto;
		height: auto
	}
	
	@media all and (max-width:480px) {
		.tnp-subscription input[type=submit] {
			width: 100%
		}
	}
	
	.tnp-profile {
		font-size: 13px
	}
	
	.tnp-profile form .tnp-field {
		margin-bottom: 10px;
		border: 0;
		padding: 0
	}
	
	.tnp-profile form .tnp-field label {
		display: block;
		color: #333;
		font-size: 14px
	}
	
	.tnp-profile form .tnp-field input[type=text],
	.tnp-profile form .tnp-field input[type=email],
	.tnp-profile form .tnp-field input[type=submit],
	.tnp-profile form .tnp-field textarea,
	.tnp-profile form .tnp-field select {
		padding: 10px;
		display: block;
		border: 1px;
		border-color: #ddd;
		background-color: #f4f4f4;
		background-image: none;
		text-shadow: none;
		color: #444;
		font-size: 14px;
		margin: 0;
		line-height: normal;
		box-sizing: border-box;
		border-radius: 0;
		height: auto;
		float: none
	}
	
	.tnp-profile form input[type=checkbox],
	.tnp-profile input[type=radio] {
		max-width: 20px;
		display: inline
	}
	
	.tnp-profile form .tnp-list-label {
		margin-left: 15px
	}
	
	.tnp-profile form select option {
		margin-right: 10px
	}
	
	.tnp-profile form .tnp-field input[type=submit] {
		background-color: #444;
		color: #fff;
		width: auto;
		height: auto
	}
	
	@media all and (max-width:480px) {
		.tnp-profile input[type=submit] {
			width: 100%
		}
	}
	
	.tnp-widget {
		width: 100%;
		display: block;
		box-sizing: border-box
	}
	
	.tnp-widget .tnp-field {
		margin-bottom: 10px;
		border: 0;
		padding: 0
	}
	
	.tnp-widget label {
		display: block;
		color: inherit;
		font-size: 14px
	}
	
	.tnp-widget input[type=text],
	.tnp-widget input[type=email],
	.tnp-widget input[type=submit],
	.tnp-widget select {
		width: 100%;
		padding: 10px;
		display: block;
		border: 1px solid #ddd;
		border-color: #ddd;
		background-color: #f4f4f4;
		background-image: none;
		text-shadow: none;
		color: #444;
		font-size: 14px;
		line-height: normal;
		box-sizing: border-box;
		height: auto
	}
	
	.tnp-widget input[type=checkbox],
	.tnp-widget input[type=radio] {
		width: auto;
		display: inline
	}
	
	.tnp-widget select option {
		margin-right: 10px
	}
	
	.tnp-widget input.tnp-submit {
		background-color: #444;
		background-image: none;
		text-shadow: none;
		color: #fff
	}
	
	.tnp-field input[type=submit] {
		position: inherit
	}
	
	.tnp-widget-minimal {
		width: 100%
	}
	
	.tnp-widget-minimal form {
		margin: 0;
		padding: 0;
		border: 0
	}
	
	.tnp-widget-minimal input.tnp-email {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		display: inline-block;
		border: 1px;
		border-color: #ddd;
		background-color: #f4f4f4;
		color: #444;
		font-size: 14px;
		box-sizing: border-box
	}
	
	.tnp-widget-minimal input.tnp-submit {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		display: inline-block;
		border: 1px;
		border-color: #ddd;
		background-color: #444;
		background-image: none;
		text-shadow: none;
		color: #fff;
		font-size: 14px;
		line-height: normal;
		border-radius: 0;
		box-sizing: border-box;
		height: auto
	}
	
	.tnp-subscription-minimal {
		width: 100%;
		box-sizing: border-box
	}
	
	.tnp-subscription-minimal form {
		margin: 0;
		padding: 0;
		border: 0
	}
	
	.tnp-subscription-minimal input.tnp-email {
		width: 70%;
		max-width: 300px;
		box-sizing: border-box;
		padding: 10px;
		display: inline-block;
		border: 1px;
		border-color: #ddd;
		background-color: #f4f4f4;
		color: #444;
		font-size: 14px;
		line-height: 20px;
		box-sizing: border-box;
		border-radius: 0
	}
	
	.tnp-subscription-minimal .tnp-privacy-field {
		margin-top: 10px
	}
	
	.tnp-subscription-minimal input.tnp-submit {
		width: 29%;
		box-sizing: border-box;
		display: inline-block;
		padding: 10px;
		border: 1px;
		border-color: #ddd;
		background-color: #444;
		background-image: none;
		text-shadow: none;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		box-sizing: border-box;
		border-radius: 0
	}
	
	.tnp-comments {
		clear: both;
		margin-top: 15px;
		margin-bottom: 15px
	}
	
	.tnp-comments label {
		display: block
	}
	
	.tnp-comments input[type=checkbox] {
		display: inline;
		width: auto!important
	}
	
	.tnp-lock {
		clear: both;
		display: block;
		box-sizing: border-box;
		box-shadow: none;
		margin: 20px;
		padding: 15px;
		background-color: #fff;
		border: 1px solid #ddd
	}
	
	.recentcomments a {
		display: inline !important;
		padding: 0 !important;
		margin: 0 !important
	}
	</style>
	<style type="text/css" media="only screen and (max-width: 768px)">
	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead {
		display: none
	}
	
	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
	.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top: 0
	}
	
	.woocommerce table.shop_table_responsive tbody th,
	.woocommerce-page table.shop_table_responsive tbody th {
		display: none
	}
	
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: block
	}
	
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: right!important
	}
	
	.woocommerce table.shop_table_responsive tr td.order-actions,
	.woocommerce-page table.shop_table_responsive tr td.order-actions {
		text-align: left!important
	}
	
	.woocommerce table.shop_table_responsive tr td:before,
	.woocommerce-page table.shop_table_responsive tr td:before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left
	}
	
	.woocommerce table.shop_table_responsive tr td.actions:before,
	.woocommerce table.shop_table_responsive tr td.product-remove:before,
	.woocommerce-page table.shop_table_responsive tr td.actions:before,
	.woocommerce-page table.shop_table_responsive tr td.product-remove:before {
		display: none
	}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: rgba(0, 0, 0, .025)
	}
	
	.woocommerce table.my_account_orders tr td.order-actions,
	.woocommerce-page table.my_account_orders tr td.order-actions {
		text-align: left
	}
	
	.woocommerce table.my_account_orders tr td.order-actions:before,
	.woocommerce-page table.my_account_orders tr td.order-actions:before {
		display: none
	}
	
	.woocommerce table.my_account_orders tr td.order-actions .button,
	.woocommerce-page table.my_account_orders tr td.order-actions .button {
		float: none;
		margin: .125em .25em .125em 0
	}
	
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%
	}
	
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 48%;
		float: left;
		clear: both;
		margin: 0 0 2.992em
	}
	
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
	.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
		float: right;
		clear: none!important
	}
	
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		float: none;
		width: 100%
	}
	
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display: none
	}
	
	.woocommerce #content table.cart td.actions,
	.woocommerce table.cart td.actions,
	.woocommerce-page #content table.cart td.actions,
	.woocommerce-page table.cart td.actions {
		text-align: left
	}
	
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		float: none;
		padding-bottom: .5em
	}
	
	.woocommerce #content table.cart td.actions .coupon:after,
	.woocommerce #content table.cart td.actions .coupon:before,
	.woocommerce table.cart td.actions .coupon:after,
	.woocommerce table.cart td.actions .coupon:before,
	.woocommerce-page #content table.cart td.actions .coupon:after,
	.woocommerce-page #content table.cart td.actions .coupon:before,
	.woocommerce-page table.cart td.actions .coupon:after,
	.woocommerce-page table.cart td.actions .coupon:before {
		content: ' ';
		display: table
	}
	
	.woocommerce #content table.cart td.actions .coupon:after,
	.woocommerce table.cart td.actions .coupon:after,
	.woocommerce-page #content table.cart td.actions .coupon:after,
	.woocommerce-page table.cart td.actions .coupon:after {
		clear: both
	}
	
	.woocommerce #content table.cart td.actions .coupon .button,
	.woocommerce #content table.cart td.actions .coupon .input-text,
	.woocommerce #content table.cart td.actions .coupon input,
	.woocommerce table.cart td.actions .coupon .button,
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon input,
	.woocommerce-page #content table.cart td.actions .coupon .button,
	.woocommerce-page #content table.cart td.actions .coupon .input-text,
	.woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-page table.cart td.actions .coupon .button,
	.woocommerce-page table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon input {
		width: 48%;
		box-sizing: border-box
	}
	
	.woocommerce #content table.cart td.actions .coupon .button.alt,
	.woocommerce #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce table.cart td.actions .coupon .button.alt,
	.woocommerce table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page #content table.cart td.actions .coupon .button.alt,
	.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page table.cart td.actions .coupon .button.alt,
	.woocommerce-page table.cart td.actions .coupon .input-text+.button {
		float: right
	}
	
	.woocommerce #content table.cart td.actions .button,
	.woocommerce table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {
		display: block;
		width: 100%
	}
	
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .shipping_calculator {
		width: 100%;
		float: none;
		text-align: left
	}
	
	.woocommerce-page.woocommerce-checkout form.login .form-row,
	.woocommerce.woocommerce-checkout form.login .form-row {
		width: 100%;
		float: none
	}
	
	.woocommerce #payment .terms,
	.woocommerce-page #payment .terms {
		text-align: left;
		padding: 0
	}
	
	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		float: none;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 1em
	}
	
	.woocommerce .lost_reset_password .form-row-first,
	.woocommerce .lost_reset_password .form-row-last,
	.woocommerce-page .lost_reset_password .form-row-first,
	.woocommerce-page .lost_reset_password .form-row-last {
		width: 100%;
		float: none;
		margin-right: 0
	}
	
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: none;
		width: 100%
	}
	
	.single-product .twentythirteen .panel {
		padding-left: 20px!important;
		padding-right: 20px!important
	}