
*,:after,:before {
	-webkit-box-sizing: border-box;
	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,figcaption,figure,footer,header,hgroup,main,nav,section {
	display: block;
}

body {
	margin: 0;
	font-family: Muli,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0!important;
}



h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}





a:hover {
	color: #ba470c;
	text-decoration: underline;
}



img {
	vertical-align: middle;
	border-style: none;
}


button {
	border-radius: 0;
}



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;
}



.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;
}




.img-fluid {
	max-width: 100%;
	height: auto;
}


.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;
}



.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-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}



.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}




@media (min-width:576px) {


	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}



	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}



	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}



	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}





}

@media (min-width:768px) {


	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}



	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}


	.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.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}


}

@media (min-width:992px) {


	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.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.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}





	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}



	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}



}





.form-group {
	margin-bottom: 1rem;
}



.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;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}



.btn-success {
	color: #212529;
	background-color: #8bc34a;
	border-color: #8bc34a;
}




.btn-danger {
	color: #fff;
	background-color: #f23a2e;
	border-color: #f23a2e;
}

.btn-danger:hover {
	color: #fff;
	background-color: #eb1c0f;
	border-color: #df1b0e;
}





.btn-outline-primary {
	color: #f16821;
	background-color: transparent;
	background-image: none;
	border-color: #f16821;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #f16821;
	border-color: #f16821;
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(241,104,33,.5);
	box-shadow: 0 0 0 .2rem rgba(241,104,33,.5);
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
	color: #f16821;
	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: #f16821;
	border-color: #f16821;
}

.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 {
	-webkit-box-shadow: 0 0 0 .2rem rgba(241,104,33,.5);
	box-shadow: 0 0 0 .2rem rgba(241,104,33,.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 {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
	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 {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}

.btn-outline-success {
	color: #8bc34a;
	background-color: transparent;
	background-image: none;
	border-color: #8bc34a;
}

.btn-outline-success:hover {
	color: #212529;
	background-color: #8bc34a;
	border-color: #8bc34a;
}

.btn-outline-success.focus,.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(139,195,74,.5);
	box-shadow: 0 0 0 .2rem rgba(139,195,74,.5);
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
	color: #8bc34a;
	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: #212529;
	background-color: #8bc34a;
	border-color: #8bc34a;
}

.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 {
	-webkit-box-shadow: 0 0 0 .2rem rgba(139,195,74,.5);
	box-shadow: 0 0 0 .2rem rgba(139,195,74,.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 {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
	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 {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-warning {
	color: #f89d13;
	background-color: transparent;
	background-image: none;
	border-color: #f89d13;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #f89d13;
	border-color: #f89d13;
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248,157,19,.5);
	box-shadow: 0 0 0 .2rem rgba(248,157,19,.5);
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
	color: #f89d13;
	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: #f89d13;
	border-color: #f89d13;
}

.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 {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248,157,19,.5);
	box-shadow: 0 0 0 .2rem rgba(248,157,19,.5);
}

.btn-outline-danger {
	color: #f23a2e;
	background-color: transparent;
	background-image: none;
	border-color: #f23a2e;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #f23a2e;
	border-color: #f23a2e;
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(242,58,46,.5);
	box-shadow: 0 0 0 .2rem rgba(242,58,46,.5);
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
	color: #f23a2e;
	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: #f23a2e;
	border-color: #f23a2e;
}

.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 {
	-webkit-box-shadow: 0 0 0 .2rem rgba(242,58,46,.5);
	box-shadow: 0 0 0 .2rem rgba(242,58,46,.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 {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
	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 {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
	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 {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
	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 {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}

.btn-link {
	font-weight: 400;
	color: #f16821;
	background-color: transparent;
}

.btn-link:hover {
	color: #ba470c;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}

.btn-link.focus,.btn-link:focus {
	text-decoration: underline;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link.disabled,.btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}

.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 {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
	.fade {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
	.collapsing {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.dropdown,.dropleft,.dropright,.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;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	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 {
	top: 0;
	right: auto;
	left: 100%;
	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-right: 0;
	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 {
	top: 0;
	right: 100%;
	left: auto;
	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-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto;
}

.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: #f16821;
}

.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;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529;
}





.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-container~.fancybox-container {
	z-index: 99992;
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s,visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30,30,30,.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0);
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: 0;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: 0 0;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%;
}

.fancybox-error,.fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff;
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: 0 0;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
	background: 0 0;
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0;
	background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0,0%,100%,.4);
	font-size: 14px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,.fancybox-caption button,.fancybox-caption select {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: 0 0;
	color: #ddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: 0;
}

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none;
}

.fancybox-button,.fancybox-infobar__body {
	background: rgba(30,30,30,.6);
}

.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0,0,0,.8);
}

.fancybox-button:after,.fancybox-button:before {
	content: "";
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button[disabled]:after,.fancybox-button[disabled]:before {
	opacity: .3;
}

.fancybox-button--left:after,.fancybox-button--right:after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: 0 0;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right:after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,.fancybox-button--close:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity .25s;
}

.fancybox-arrow:after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30,30,30,.8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 24px 24px;
}

.fancybox-arrow--right {
	right: 0;
}

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fancybox-arrow--left:after,.fancybox-arrow--right:after {
	left: 0;
}

.fancybox-show-nav .fancybox-arrow {
	opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: .3;
}

.fancybox-loading {
	border: 6px solid hsla(0,0%,39%,.4);
	border-top: 6px solid hsla(0,0%,100%,.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5,1.5,1.5);
	transform: scale3d(1.5,1.5,1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5,.5,.5);
	transform: scale3d(.5,.5,.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
	transform: scale3d(0,0,0) translate3d(-100%,0,0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
	transform: scale3d(0,0,0) translate3d(100%,0,0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
	transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

@media (max-width:800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0;
	}

	.fancybox-button--left,.fancybox-button--right {
		display: none!important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}
}

.fancybox-button--fullscreen:before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: 0 0;
}

.fancybox-button--pause:before,.fancybox-button--play:before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: 0 0;
}

.fancybox-button--play:before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
}

.fancybox-button--pause:before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px;
}

.fancybox-button--thumbs,.fancybox-thumbs {
	display: none;
}

@media (min-width:800px) {
	.fancybox-button--thumbs {
		display: inline-block;
	}

	.fancybox-button--thumbs span {
		font-size: 23px;
	}

	.fancybox-button--thumbs:before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
	}

	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995;
	}

	.fancybox-show-thumbs .fancybox-thumbs {
		display: block;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 220px;
	}

	.fancybox-thumbs>ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0;
	}

	.fancybox-thumbs>ul>li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: 0;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box;
	}

	li.fancybox-thumbs-loading {
		background: rgba(0,0,0,.1);
	}

	.fancybox-thumbs>ul>li>img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.fancybox-thumbs>ul>li:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		transition: all .2s cubic-bezier(.25,.46,.45,.94);
	}

	.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
		opacity: 1;
	}
}

b body {
	line-height: 1.7;
	color: #fff;
	font-weight: 400;
	font-size: 1rem;
	font-family: Calibre;
	background-color: #1d1d1d;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #63b9f4;
}

a:hover {
	text-decoration: none;
	color: #63b9f4!important;
}

.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5 {
	font-family: Muli,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


.lyrics {
	padding: 25px 30px;
}

.lyrics-head h2 {
	color: #a3a3a3;
	font-size: 13px;
}

.lyrics-head h1 {
	color: #fff;
	font-size: 29px;
	letter-spacing: .4px;
	margin-bottom: 20px;
}

.lyrics-head p {
	color: #c1c1c1;
	font-size: 12px;
	font-family: system-ui;
	padding-top: 3px;
	letter-spacing: .3px;
}

.share-icons {
    text-align: right;
}

.artist-detail ul {
	list-style-type: none;
	padding: 0;
}

.artist-detail ul li {
	float: left;
	margin-right: 13px;
}

.artist-detail h3 {
	color: #e6e6e6;
	text-transform: uppercase;
	font-size: 13px;
}

.artist-detail span {
	text-transform: capitalize;
	color: #d4d4d4;
	font-family: Muli,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 600;
	letter-spacing: .3px;
}

.share-icons i {
	background: #fbfbfb;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	margin-right: 3px;
	color: #3c3c3c;
	font-size: 17px;
	margin-right: 2px;
}

.lyrics-song {
	line-height: 44px;
	font-size: 14px;
	font-family: Muli,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color: #e9e9e9;
	font-weight: 500;
	letter-spacing: .6px;
	padding: 20px 0;
}



.lyrics-details {
	margin-top: 30px;
}

.lyrics-song .chord {
	position: relative;
	top: -1em;
	display: inline-block;
	width: 0;
	overflow: visible;
	white-space: nowrap;
	color: #63b9f4;
}

.lyrics-song .chord {
	position: relative;
	top: -19px;
	display: inline-block;
	width: 0;
	overflow: visible;
	white-space: nowrap;
	color: #63b9f4;
}

.col-md-3.right-side {
	background-color: #121212;
	padding: 25px 20px;
}





.pa0 {
	padding-left: 0;
	padding-right: 4px;
}




button.btn.view-more {
	background: 0 0;
	border: 2px solid #fff;
	color: #fff;
	padding: 3px 16px;
	font-size: 11px;
	letter-spacing: .7px;
	line-height: 17px;
	font-weight: 500;
	font-family: system-ui;
}

.play-video {
	margin-top: 32px;
	background: #5f5f5f;
	padding: 3px;
}

.ytp-large-play-button {
	width: 48px!important;
	margin-left: -25px!important;
}

span.chord:hover .chordimg {
	display: block!important;
}

.check-me {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
}

.check-me input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 20px;
}

.check-me:hover input~.checkmark {
	background-color: #ccc;
}

.check-me input:checked~.checkmark {
	background-color: #2196f3;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.check-me input:checked~.checkmark:after {
	display: block;
}

.check-me .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pole-option {
	margin-bottom: 12px;
}

.progress-bar {
	background: #1a95f7;
	border-radius: 2px;
	font-weight: 600;
	text-align: left;
	padding-left: 4px;
}

.pole p {
	color: #fff;
	font-size: 14px;
	font-family: system-ui;
	letter-spacing: .3px;
	font-weight: 500;
}



.progress {
	background: #5d5858;
	height: 9px;
	border-radius: 4px;
}

button.ytp-large-play-button.ytp-button {
	width: 33px!important;
	margin: 0 auto!important;
}

.chord-chart ul {
	list-style-type: none;
	padding: 0;
}

.chord-chart {
	margin-top: 30px;
}

.chord-chart h6 {
	color: #dedede;
	margin-bottom: 11px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .2px;
}

.chord-chart ul li {
	float: left;
	margin-right: 15px;
}

.single-lyrics-d h4 {
	color: #f9f9f9;
	text-transform: uppercase;
	font-size: 13px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
}

.single-lyrics-d h5 {
	font-size: 13px;
	color: #ccc7c7;
}





.article-icon {
	text-align: center;
}

.article-content a {
	margin: 40px 0;
	color: #c8c8c8;
}

span.p-tags {
	background: #1a95f7;
	border: none;
	padding: 4px 10px;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	border-radius: 4px;
}



.pole-box {
	padding: 13px 0 7px;
}

.pole-per h5 {
	float: left;
	background: #1a95f7;
	color: #fff;
	border-radius: 20px;
	height: 24px;
	width: 25px;
	font-size: 9px;
	line-height: 23px;
	text-align: center;
	font-weight: 700;
	padding: 1px;
	margin-right: 10px;
	margin-top: -7px;
}

.progress-box {
	margin-top: 30px;
}



img.c-img {
	height: 95px;
}

.reviews h5 {
	padding-top: 11px;
	font-size: 12px;
	letter-spacing: .2px;
}

.single-block.review h5 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.user-icon img {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	float: left;
	margin-right: 4px;
}

.user-icon h6 {
	color: #cacaca;
	font-size: 14px;
	margin-left: 5px;
	float: left;
	padding-top: 4px;
}

.user-icon {
	display: flex;
	margin-right: 25px;
	position: absolute;
	right: 0;
	top: 10px;
}

button.btn.dropdown-toggle.pro-btn {
	padding: 0 3px;
	margin-top: -20px;
	margin-left: 1px;
}

.profile-drop .dropdown-toggle:after {
	border-top: .3em solid #fff;
}

.dropdown-menu.profile-show.show {
	background: #107ed6;
	color: #fff;
	left: -116px!important;
	top: 12px!important;
	font-family: unset;
	padding: 0;
}

.profile-drop .dropdown-item {
	display: block;
	font-size: 13px;
	color: #fff;
	padding-left: 10px;
	font-weight: 500;
}


.profile-drop .dropdown-item:active {
	background: 0 0!important;
	color: #2196f3!important;
}

.profile-drop .dropdown-item:focus {
	outline: 0!important;
	color: #000!important;
}

button.btn.dropdown-toggle.pro-btn:focus {
	box-shadow: none;
}











.home-playthrought-section {
	margin: 40px 0;
}








.home-review {
	margin-top: 40px;
}

img.img-fluid.img-square {
	height: 40px;
	width: 50px;
	border-radius: 2px;
}

.single-block-square .single-box-content {
	width: 100%;
}



.single-box-content.artist-name h5 {
	padding-top: 6px;
	font-size: 14px;
}

.dark-mode {
	background-color: #fff;
	color: #000;
}

.cho-img {
	position: absolute;
	z-index: 555;
	top: -78px;
	display: inline-block;
	width: 45px;
	left: 57px;
	background: gray;
	padding: 3px;
}

.myDIV:hover+.hide {
	display: block;
	color: red;
}

.cho-img h6 {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.single-playthrough {
	background: #212121;
	padding: 7px 7px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.video-tittle h1 {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #efefef;
	font-size: 14px;
	padding: 10px 0;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 7px;
	letter-spacing: .2px;
}

.video-tittle h6 {
	font-size: 13px;
	color: #c8c5c5;
	font-weight: 500;
}

.video-tittle p {
	color: #e2e2e2;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 18px;
	font-size: 13px;
	margin-bottom: 5px;
}

.read-btn {
	border: 2px solid #fff;
	font-size: 11px;
	padding: 4px 10px;
	border-radius: 21px;
	color: #fff;
	letter-spacing: .2px;
	line-height: normal;
}

.read-btn:hover {
	border: 2px solid #1a95f7;
	background: #1a95f7;
	color: #fff!important;
}

.video-tittle {
	padding-left: 2px;
}

.svideo-sec {
	padding-bottom: 4px;
}

.single-leadbox h1 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-size: 24px;
	border-bottom: 1px solid #343434;
	padding-bottom: 7px;
}





.single-head h1 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-size: 25px;
	border-bottom: 1px solid #292929;
	padding-bottom: 8px;
}

.album-img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid #107ed6;
	padding: 5px;
}

.album-img {
	margin-top: 25px;
}

.songs-list h5 {
	font-weight: 600;
	color: #f1f1f1;
	font-size: 18px;
	padding-top: 12px;
}

.songs-list {
	margin-top: 25px;
}

.heading-border {
	border-bottom: 4px solid #fff;
	display: block;
	width: 40px;
	border-radius: 3px;
	margin-bottom: 13px;
}

.album-list tbody td {
	text-align: left;
	padding: 11px 5px;
	font-size: 14px;
	border: none;
	color: #ededed;
	font-weight: 500;
}

table.album-list {
	background: #323232;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 10px;
}

.song-discription h4 {
	font-weight: 600;
	color: #f1f1f1;
	font-size: 18px;
	margin-top: 26px;
}

.song-content {
	color: #b1b1b1;
	font-size: 15px;
}

.slick-slide {
	margin: 0 8px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:after,.slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.artist-slide {
	background: #212121;
	padding: 7px;
	border-radius: 3px;
}

.artist-slide h5 {
	color: #539efb;
	font-family: system-ui;
	font-size: 13px;
	padding-top: 11px;
	text-align: center;
	letter-spacing: .3px;
}

.artist-slider-sec {
	margin-bottom: 60px;
}

.popular-chord.d-flex.artist-chord h2 {
	padding-top: 12px;
}

.popular-chord.d-flex.artist-chord {
	height: 45px;
}

.popular-chord.d-flex.artist-chord.popular-chord .number {
	line-height: 31px!important;
	padding-top: 4px;
	font-size: 13px;
}

.lyrics-head.lead-title h1 {
	font-size: 21px;
}

.lead-video-discription h2 {
	color: #fff;
	font-size: 15px;
}

.lead-video-discription {
	margin: 30px 0;
}

.lyric-alphabet {
	line-height: 50px;
}

.lyric-alphabet ul li {
	float: left;
	line-height: 50px;
}

.lyric-alphabet ul li a {
	font-size: 11px;
	font-weight: 600;
	padding: 0 11px;
	display: inline-block;
	color: #fff;
	background: #2f2f2f;
}

.lyric-alphabet ul {
	list-style-type: none;
	padding: 0;
}

.submit-lyric.pos-center {
	border-radius: 0 5px 5px 0;
	text-align: center;
	background-color: #1a95f7;
	margin-top: 6px;
}

a.sub-request {
	color: #fff;
	font-size: 13px;
	padding: 7px 0 0;
	line-height: 43px;
	font-weight: 600;
}

.lyric-alphabet ul li a:hover {
	background: #1a95f7;
	color: #fff!important;
}

.lyrics-alpha-sec {
	margin-bottom: 55px;
	display: flex;
}

.latest-review {
	background: #3636368f;
	padding: 15px;
	border-radius: 5px;
	border-radius: 5px;
	margin: 18px 0 53px 0;
}

.review-latest-content {
	height: 100%;
	padding-top: 42px;
}

span.post-category1 a {
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 1px 3px;
	border-radius: 3px;
	color: #005da7;
}

.review-latest-content h1 {
	text-transform: uppercase;
	font-size: 16px;
	padding: 13px 0;
	line-height: 21px;
}

.review-latest-content p {
	color: #fff;
	font-family: unset;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	letter-spacing: .3px;
}

.post-meta {
	color: #959595;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 12px;
}

.post-meta .ath-post {
	text-transform: capitalize;
	font-weight: 700;
}

.post-meta>div {
	display: inline-block;
	font-size: 12px;
}

.post-meta span {
	padding-right: 1px;
}

.post-meta>div:after {
	content: "";
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 8px;
	border-left: 1px solid;
}

.post-meta a {
	color: #959595;
}



.para h5 {
	color: #1a95f7;
	font-size: 16px;
}

.para p {
	color: #d6d6d6;
	font-size: 14px;
}

.para {
	margin-bottom: 35px;
}

.team img {
	height: auto;
}

.team-sec h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-size: 1.5rem;
	text-align: center;
}

.team-sec p {
	color: #d6d6d6;
	font-size: 15px;
	text-align: center;
	margin-bottom: 37px;
	margin-top: 20px;
}

.team-sec {
	padding: 34px 0 0;
	border-top: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	margin-bottom: 31px;
}

section.team.slider.artist-slider-sec.slick-initialized.slick-slider {
	margin-bottom: 37px;
}

.about-sec.privacy p {
	font-size: 15px;
}

.email-text {
	color: #1a95f7;
	font-size: 16px;
}

.email-text i {
	border: 2px solid #1a95f7;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 27px;
	margin-right: 7px;
}

.email-section {
	margin-bottom: 20px;
}

.download-box-area {
	background: #2f2f2f;
	max-width: 645px;
	margin-bottom: 25px;
	padding: 0 20px;
}

.download-detail {
	padding: 10px 0;
}

.down-1 {
	float: left;
}

.down-img {
	padding: 8px 7px;
}

.down-2 {
	float: left;
}

.media-body1 h4 {
	font-size: 15px;
	padding-top: 24px;
	color: #f1f1f1;
}

.down-3 {
	float: right;
}



.container-fluid.content-capsule {
	padding: 0;
}

.request-btn {
	background: #1a95f7;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .5px;
	padding: 9px 23px;
	border-radius: 21px;
	margin-top: 13px;
	border: none;
}

.lyrics-head h2 a {
	color: #d4d4d4;
}

.artist-detail h3 a {
	color: #a3a3a3;
}

.single-lyrics-d h4 a {
	color: #ccc7c7;
}

.our-text p {
	color: #dedede;
	font-size: 14px;
	text-align: center;
}

.our-text h3 {
	font-family: system-ui;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	color: #fff;
}

.our-text h3 a {
	color: #fff;
}

.our-text {
	text-align: center;
}

.our-text h3 strong {
	font-weight: 500;
}

.lyrics-head.lead-title.special-title h1 {
	text-transform: uppercase;
	line-height: 28px;
}

.share-icons.special-title-ico {
	margin-top: -8px;
}

.our-spe-img {
	padding: 10px 0;
	text-align: center;
}

.single-special-box {
	max-width: 780px;
	margin: 0 auto;
	padding: 0 6px;
}



.or-seperator {
	margin: 34px 0 -5px;
	text-align: center;
	border-top: 1px solid #ccc;
}

.or-seperator i {
	padding: 0 10px;
	background: #fff;
	position: relative;
	top: -16px;
	z-index: 1;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
}

button.btn.btn-success.btn-block.login-btn {
	background: #191919!important;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .9px;
	padding: 10px 0;
}

.lead-video-discription p img {
	width: 100%!important;
	height: auto!important;
}

.lead-video-discription p {
	line-height: normal;
	margin: 0;
}

.error-text {
	text-align: center;
}

.error {
	font-size: 56px;
	font-weight: 500;
	color: #1a95f7;
}

img.error-page-img {
	width: 110px;
	margin-top: 34px;
	margin-bottom: 0;
}

.error-text h4 {
	color: #ebebeb;
	font-size: 16px;
	padding-top: 20px;
}

.error-text p {
	color: #a1a1a1;
	font-size: 17px;
	margin-top: 15px;
}

.error-text {
	text-align: center;
	max-width: 602px;
	margin: 84px auto;
}

.pop-content.text-center p {
	font-size: 14px;
}

.error-text.signup-pg h3 {
	color: #fff;
	margin-bottom: 30px;
}

.error-text.signup-pg .form-control {
	background: 0 0;
	border: 1px solid #595959;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
}

button.lgx-btn.lgx-btn-registration {
	background: #1a95f7;
	width: 100%;
	border: 1px solid #1a95f7;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 7px;
}



.custom-control.custom-switch {
	display: none;
}

.sidenav-sec h4 {
	transition: .3s;
	padding: 2px 11px 3px 11px;
	text-decoration: none;
	font-size: 13px;
	color: #e9e9e9;
	display: block;
	font-weight: 500;
	line-height: unset;
	margin-bottom: 2px;
}






@media screen and (max-width:770px) {
	.news-head.white-bg.videos-1 {
		margin-bottom: 25px;
	}

	.our-text iframe {
		width: auto;
		height: auto;
	}

	.lyrics-alpha-sec {
		display: unset!important;
	}

	.req-sec {
		text-align: center;
	}

	button.btn.sub-request {
		border-radius: 5px!important;
	}
}



.home-head h4 a {
	color: #fff!important;
}

.search-p {
	background: #1a95f7;
	color: #fff;
	margin-top: -11px;
	padding: 7px 35px;
}

.fav-btn {
	background: #ff2e2e;
	border: 2px solid #ff2e2e;
	font-size: 12px;
	font-family: system-ui;
	font-weight: 500;
}

.fav-sec {
	text-align: right;
	padding-top: 15px;
}

.fav-btn:hover {
	background: #ff2e2e;
	border: 2px solid#ff2e2e;
	color: #fff!important;
}

.fav-btn:focus {
	box-shadow: none;
	background: #1a95f7;
}

input#user-submitted-post {
	background: #1a95f7;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .5px;
	padding: 9px 46px;
	border-radius: 21px;
	margin-top: 13px;
}

.popular-chord.d-flex:hover {
	box-shadow: 0 0 9px 3px #404040;
}

.comma:last-child {
	display: none;
}

span.comma {
	color: #a3a3a3;
}

p.song-corr {
	font-size: 12px;
	font-family: system-ui;
	letter-spacing: .6px;
}

.song-scales {
	margin: 32px 0;
}

.guitar-scale {
background: #383535;
    border-radius: 0;
    text-align: center;
    height: 30px;
    width: 30px;
    color: #2196f3;
    line-height: 30px;
    font-size: 20px;
}

.single-box-content.guitar-links h5 {
	padding-top: 1px;
	font-family: system-ui;
	letter-spacing: .3px;
	line-height: normal;
}

.home-head p {
	color: #cecece;
	font-size: 14px;
}

.cate-box {
	background: #0067b9;
	text-align: center;
	padding: 20px 0;
	border-radius: 4px;
}

.review-cate-sec {
	margin-bottom: 42px;
}

.cate-box h4 {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.rev-cat-head-sec h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .3px;
}

.rev-cat-head-sec p {
	color: #bdbdbd;
	font-size: 14px;
	margin-bottom: 8px;
}

.rev-cat-head-sec {
	margin-bottom: 40px;
}

.rev-cat-head-sec {
	margin-bottom: 40px;
	border-bottom: 2px solid #4a4949;
}

button.btn.btn-danger.wrn-btn:focus {
	box-shadow: none;
}

button.btn.btn-danger.wrn-btn:active {
	background: #0465af!important;
}

button.btn.btn-danger.wrn-btn:active {
	background: #0465af!important;
	box-shadow: none!important;
	border: 1px solid #0465af;
}

.heading h3 a {
	color: #fff!important;
}



p.song-corr a:hover {
	color: #afa9a9!important;
}

.other-links p {
	font-size: 14px;
	margin-bottom: 4px;
	letter-spacing: .4px;
}

.video-play {
	padding-top: 34px;
}

button.btn.sub-request {
	border-radius: 0 5px 5px 0;
	text-align: center;
	background-color: #1a95f7;
	margin-top: 7px;
	font-size: 13px;
	padding: 14px 15px;
	color: #fff;
	font-weight: 600;
}

.ui-widget {
	font-size: 13px!important;
}





.home-head h1 a {
	color: #fff!important;
}

.releated-lyrics {
	border-top: 1px solid #595959;
	border-bottom: 1px solid #595959;
	padding: 13px 0 20px;
	margin: 30px 0 0;
}

.releated-lyrics h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding-bottom: 7px;
	font-size: 16px;
}

.single-box-content.releated-lyrics-content h5 a {
	color: #fff;
}

.single-box-content.releated-lyrics-content h5 {
	font-size: 13px;
	text-transform: uppercase;
	font-family: system-ui;
	margin-bottom: 7px;
}

.single-box-content.releated-lyrics-content h6 {
	font-size: 13px;
	color: #c8c8c8;
	letter-spacing: .4px;
}


.comment-display ul {
	padding: 0;
	list-style-type: none;
}

.single-coment-box h6 {
	color: #d0d0d0;
	font-family: system-ui;
}

.single-coment-box h5 {
	color: #a5a3a3;
	font-size: 13px;
}

.single-coment-box p {
	color: #e4e4e4;
	font-size: 15px;
	font-family: unset;
	margin-top: 12px;
	margin-bottom: 0;
}

.single-coment-box {
	background: #3a3a3a;
	padding: 10px 10px;
	border-radius: 2px;
	margin-bottom: 15px;
}

.comment-display-box {
	margin-bottom: 20px;
}



.switch {
	position: relative;
	display: inline-block;
	width: 47px;
	height: 24px;
	margin-top: 12px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #6f6f6f;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196f3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

span.slider.round:active {
	background: #1a95f7;
}

.togg-switch h6 {
	padding-right: 14px;
	color: #fff;
	font-size: 20px;
	margin-top: 12px;
	text-transform: uppercase;
}

.togg-switch {
	display: inline-flex;
	padding-left: 90px;
	background: #080808;
}

a.youCover.icon2.loaded.side-v {
	padding: 0;
}

a.youCover.icon2.loaded.side-v:before {
	display: none;
}

a.youCover.icon2.loaded.side-v h5 {
	color: #fff;
}

.request-overlay {
	height: 90%;
	width: 100%;
	background: #000;
	opacity: .7;
	position: absolute;
	top: 46px;
	left: 0;
}

button.btn.req-login-b {
	background: #1a95f7;
	text-align: center;
	z-index: 888;
	padding: 5px 31px;
	border-radius: 30px;
	color: #fff;
}

.req-login {
	z-index: 777;
	text-align: center;
	left: 37%;
	top: 21%;
	position: absolute;
	background: #1a95f7;
	width: 30%;
	height: 13%;
	border-radius: 10px;
}

.req-login p {
	font-size: 17px;
	padding-top: 18px;
	color: #fff;
	margin-bottom: 5px;
}

button.btn.req-login-b {
	background: #fff;
	text-align: center;
	z-index: 888;
	padding: 5px 22px;
	border-radius: 30px;
	color: #1a95f7;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .4px;
}

div#pollmsg .alert {
	padding: 3px 8px 5px;
	font-size: 13px;
	font-weight: 500;
	margin-top: 13px;
	background: gray;
	border: 1px solid gray;
	color: #fff;
	margin-bottom: 0;
}

div#pollmsg button {
	font-size: 17px;
	color: #fff;
	opacity: 1;
}

.pole-progress .progress {
	height: 22px;
}

.progress-bar {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.poll-results {
	background: #d3d3d3;
	font-size: 13px;
	font-weight: 600;
	border-radius: 2px;
	padding: 0 3px 1px;
}

#newsletter-popup {
	margin: 70px auto;
	background: #1e1e1e;
	width: 40%;
	position: relative;
	transition: all 1s ease-in-out;
	padding: 20px;
}

.poll-result-sec .poll-res-option {
	height: 20px;
	line-height: 20px;
	position: absolute;
}

.poll-result-sec .poll-res-overlay {
	height: 20px;
}

@media screen and (max-width:500px) {
	#newsletter-popup {
		width: 96%!important;
	}

	.pop-detail {
		padding-top: 0!important;
	}

	#newsletter-popup {
		padding: 2px!important;
	}

	.pop-detail h2 {
		padding-top: 6px!important;
		font-size: 20px!important;
		font-weight: 600!important;
		letter-spacing: .4px!important;
		margin-bottom: 15px!important;
	}

	.mob-pop-img {
		display: none;
	}

	.newsletter-in {
		padding-right: 0;
		padding: 20px;
	}

	#newsletter-popup {
		margin: 120px auto;
	}

	.video-play.playthrough-mob {
		display: block!important;
		padding-top: 0!important;
	}

	.video-play.playthrough-desk {
		display: none!important;
	}
}

.newsletter-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	transition: opacity .5s;
	visibility: visible;
	opacity: 1;
	z-index: 555;
	display: none;
}

#newsletter-popup h3 {
	color: #dfdfdf;
	font-size: 20px;
	margin: 0 0 10px;
	font-family: system-ui;
	margin-bottom: 16px;
}

#newsletter-popup input[type=text] {
	width: 100%;
	height: 36px;
	border: none;
	text-indent: 10px;
	font-size: 13px;
	border-bottom: 2px solid #faeaec;
	border-top: 2px solid #fff;
	padding: 0;
	color: #666;
	margin-bottom: 15px;
}

#newsletter-popup input[type=submit] {
	background: #4dc023;
	border: none;
	border-bottom: 3px solid #4dc023;
	color: #fff;
	text-align: center;
	display: block;
	padding: 0;
	line-height: normal;
	width: 100%;
	cursor: pointer;
	margin: 0;
	font-size: 14px;
	font-family: system-ui;
	border-radius: 0;
	margin-top: 23px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 8px;
}

#newsletter-popup .popup-close {
	color: #4dc023;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	font-family: system-ui;
	font-weight: 700;
}

.pop-detail h2 {
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: .4px;
	font-family: system-ui;
	margin-bottom: 15px;
}

.pop-detail p {
	font-size: 16px;
	line-height: normal;
	font-family: system-ui;
}

.newsletter-in {
	padding-right: 18px;
}

.pop-detail .form-control {
	border-radius: 0;
	height: 40px;
	font-family: system-ui;
}

#lightbox {
	display: none;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
}

.box {
	position: absolute;
	padding: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #333;
	color: #fff;
}

#lightbox .close {
	position: absolute;
	left: 100%;
	top: 0;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	background-color: #5c5c5c;
	cursor: pointer;
	text-decoration: none;
	z-index: 999;
}

.pole-box1 {
	padding: 13px 0 7px;
}

button.btn.pop-view-more {
	background: #1a95f7;
	border-radius: 20px;
	padding: 6px 27px;
	line-height: normal;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
}

.pole-box1 .check-me {
	font-size: 15px;
	line-height: normal;
	color: #dfdfdf;
	font-family: system-ui;
	font-weight: 500;
}

.pole-box1 .viewmore {
	margin-top: 26px;
}

.pop-detail.pop-details .pole {
	margin-bottom: 0;
}

.poll-result-sec {
	background: #787474;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	border-radius: 3px;
	padding: 0 2px 1px;
	position: relative;
	margin-bottom: 9px;
	height: 20px;
}

.poll-res-overlay {
	position: absolute;
	background: #1a95f7;
	top: 0;
	height: 20px;
	border-radius: 3px;
	left: 0;
	height: 20px;
}

.newsletter-in .close {
	color: #fff;
	opacity: 1;
}

.pop-detail.pop-details .heading {
	border-bottom: 2px solid #7c7c7c;
	margin-bottom: 20px;
}

.progress-box1 .poll-result-sec {
	height: 25px;
}

.progress-box1 .poll-res-option {
	height: 25px;
	line-height: 25px;
}

.progress-box1 .poll-res-overlay {
	height: 25px;
}

.checkmark {
	top: 4px!important;
	height: 15px!important;
	width: 15px!important;
}

.check-me .checkmark:after {
	left: 6px!important;
	top: 3px!important;
	width: 5px!important;
	height: 7px!important;
}

i.fab.fa-facebook-f.fb-ico {
	font-size: 12px;
	border-right: 2px solid #fff;
	border-radius: 1px;
	padding-right: 5px;
}

.social-btn a.btn.btn-primary.btn-block:hover {
	color: #fff!important;
}

span.e-text p {
	margin: 0;
	font-size: 13px;
	color: #2196f3;
	font-weight: 500;
}

a.btn.poll-sub {
	background: #1a95f7;
	border-radius: 20px;
	padding: 5px 19px;
	line-height: normal;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
}

.alert {
	font-size: 16px;
}

.video-play.playthrough-mob {
	margin-bottom: 28px;
	display: none;
}



@media screen and (max-width:500px) {
	.fav-sec {
		text-align: left !important;
	}

	.our-text p img {
		height: 250px !important;
		width: auto !important;
	}

	.chords-title.chord-sing-title h2 {
		font-size: 16px !important;
		letter-spacing: 0.5px !important;
		float: none !important;
	}

	.back-to-chart.chord-sing-back {
		float: none !important;
		width: fit-content;
		margin-top: 27px;
		display: none !important;
	}

	.chords-title {
		margin-bottom: 20px;
	}

	.single-chord-chart-img h3 {
		font-size: 15px;
		padding-bottom: 5px;
	}

	.chorts-bar ul li {
		margin: 0px 4px;
		margin-right: 7px;
		font-size: 17px !important;
		font-weight: 600;
		margin-bottom: 10px;
		width: 16% !important;
		padding: 15px 0 !important;
	}

	.chords-title h1 {
		float: none !important;
		font-size: 19px !important;
	}

	.back-to-chart {
		float: none !important;
		width: fit-content !important;
		margin-top: 17px;
		display: none !important;
	}

	.single-chord-chart-img img {
		max-height: 210px !important;
		margin-bottom: 20px !important;
	}

	.mob-back {
		display: block !important;
	}

	.mob-back a {
		border: 1px solid #1a95f7;
		text-align: center;
		margin-right: 7px;
		background: #1a95f7;
		line-height: 20px;
		padding: 5px 10px 4px;
		border-radius: 6px;
		font-size: 12px;
		font-weight: 600;
		color: #fff;
	}

	.mob-back {
		margin-bottom: 10px;
	}
}

.chorts-bar ul {
	list-style-type: none;
	padding: 0px;
}

.chorts-bar ul li {
	float: left;
	border: 1px solid #1a95f7;
	text-align: center;
	margin: 0px 4px;
	margin-right: 7px;
	background: #1a95f7;
	line-height: 20px;
    /* padding: 5px 13px 7px; */
	border-radius: 6px;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
	width: 8%;
	padding: 20px 0;
}

.chorts-bar ul a {
	color: #fff;
}

.chorts-bar ul a:hover {
	color: #fff !important;
}

.chords-title h1 {
	color: #3ba4f7;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	float: left;
	margin-bottom: 0px;
	padding-top: 5px;
	position: relative;
}

.back-to-chart {
	float: right;
	border: 1px solid #1a95f7;
	text-align: center;
	margin-right: 7px;
	background: #1a95f7;
	line-height: 20px;
	padding: 5px 10px 4px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.back-to-chart a {
	color: #fff;
}

.chords-title {
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 2px solid #555454;
}

.chorts-bar-list ul {
	color: #fff;
	line-height: normal;
	font-size: 16px;
	padding: 0 18px;
	margin-top: 28px;
}

.chorts-bar-list li a {
	color: #6bb7f4;
	font-size: 17px;
	text-transform: capitalize;
}

.chorts-bar-list ul li {
	margin-bottom: 8px;
}

.chords-title h2:after {
	background: #f0f0f0;
	height: 2px;
	width: 61px;
	position: absolute;
	bottom: -10px;
	content: "";
	left: 3px;
	border-radius: 2px;
}

a.btn.btn-chord {
	background: #1a95f7;
	color: #fff;
	padding: 3px 10px;
	text-align: center;
}

.single-chord-chart-img h3 {
	color: #ebebeb;
	font-size: 13px;
	text-align: center;
}

.chords-chart-img {
	margin-top: 60px;
}

.chords-chart-video {
	margin-top: 30px;
	padding-bottom: 50px;
}

.chart-video {
	border: 2px solid #92c4f2a6;
	border-radius: 2px;
}

.single-chord-chart-img {
	margin-bottom: 15px;
	text-align: center;
}

.back-to-chart a:hover {
	color: #fff !important;
}

.back-to-chart:hover {
	background: #1a95f7db;
	border: 1px solid #1a95f7db;
}

.chart-sec-title h1 {
	color: #74bbf4;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.chart-sec-title p {
	font-size: 17px;
	color: #cdcdcd;
	margin-bottom: 29px;
	margin-top: 14px;
	border-bottom: 2px solid #939393;
	padding-bottom: 14px;
	;
}

.chorts-bar h2 {
	font-size: 17px;
	color: #cdcdcd;
	font-weight: 400;
	margin-bottom: 29px;
}

.chords-chart-details {
	border-top: 2px solid #939393;
	padding-top: 21px;
	margin-top: 25px;
}

.chords-chart-details h3 {
	color: #ffffff;
	font-size: 21px;
	text-transform: uppercase;
}

.chords-chart-details p {
	color: #cdcdcd;
	font-size: 17px;
	margin-bottom: 32px;
}

.chords-chart-details h4 {
	color: #62b6fa;
	font-size: 19px;
	margin-bottom: 14px;
}

.single-chords-chart-details img {
	max-width: 250px;
}

.single-chords-chart-details {
	margin: 40px 0;
}

.chorts-bar-list p {
	color: #fff;
	font-size: 17px;
}

.single-chords-chart-details p {
	margin-bottom: 18px;
}

.static-chart-para p {
	color: #ddd;
	font-size: 17px;
}

.mob-back {
	display: none;
}

td.al-title {
	width: 30%;
}

td.txttoRt.al-name {
	width: 60%;
}

td.al-scale {
	width: 10%;
	text-align: center !important;
}

.lyrics-head.lead-title.special-title h1 {
	text-transform: initial;
}

.our-text div {
	width: 116px;
	font-size: 10px !important;
	font-weight: 700;
	margin: 13px auto;
	border: 1px solid #2196f3 !important;
	border-radius: 3px;
}

.our-text div a {
	color: #fff;
}

.our-text table div a {
	font-size: 13px;
}

.our-text table a {
	color: #fff;
	font-size: 16px;
}

.our-text table tr {
	border: 1px solid transparent;
}

.our-text table {
	width: 600px !important;
}

.our-text table td {
	padding: 25px 0 11px !important;
}

.our-text h1 {
	color: #fff;
	font-size: 29px;
	margin-bottom: 21px;
}

.our-text p small {
	padding: 6px 9px;
	border-radius: 23px;
	font-size: 12px;
	font-weight: 700;
	border: 2px solid #1a95f7;
	display: inline-block;
}

.our-text hr {
	border-top: 1px solid rgb(94 94 94 / 57%) !important;
}

.style-line {
	border-top: 1px solid #616161;
	padding-top: 32px;
}

.style-line h1 {
	font-size: 17px !important;
}

.songs-list.album-list h2 {
    font-weight: 600;
    color: #f1f1f1 !important;
    font-size: 18px;
    padding-top: 12px;
}


.video-tittle a h2 {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #efefef;
    font-size: 14px;
    padding: 10px 0;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 7px;
    letter-spacing: .2px;
}


.article-content p .buy-now {
    background: #1a95f7;
    padding: 10px 25px;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
}

.article-content p .buy-now:hover {
    background: #2886d1;
    color: #fff !important;
}


.article-content .buy-now {
    background: #febd69;
    padding: 10px 25px;
    color: #000;
    font-weight: 600;
    border-radius: 6px;
}

.article-content .buy-now:hover {
    background: #d79238;
    color: #fff !important;
}


.article-content .check-price {
    background: #dd3030;
    color: #fff;
    padding: 7px 10px 9px;
    font-weight: 600;
    border-radius: 5px;
}

.article-content .check-price:hover {
    background: #c42727;
    color: #fff !important;
    
}
















